yhzheng1031 commited on
Commit
47214c9
·
verified ·
1 Parent(s): b5d1817

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/19068/19068_16.html +313 -0
  2. code/19093/19093_4.html +315 -0
  3. code/19096/19096_0.html +288 -0
  4. code/19096/19096_1.html +404 -0
  5. code/19096/19096_2.html +323 -0
  6. code/19096/19096_3.html +203 -0
  7. code/19096/19096_4.html +323 -0
  8. code/19096/19096_5.html +214 -0
  9. code/19097/19097_0.html +217 -0
  10. code/19097/19097_1.html +240 -0
  11. code/19097/19097_10.html +338 -0
  12. code/19097/19097_11.html +243 -0
  13. code/19097/19097_2.html +369 -0
  14. code/19097/19097_3.html +191 -0
  15. code/19097/19097_4.html +273 -0
  16. code/19097/19097_5.html +243 -0
  17. code/19097/19097_6.html +244 -0
  18. code/19097/19097_7.html +254 -0
  19. code/19097/19097_8.html +285 -0
  20. code/19097/19097_9.html +256 -0
  21. code/191/191_0.html +261 -0
  22. code/191/191_1.html +365 -0
  23. code/191/191_10.html +260 -0
  24. code/191/191_2.html +390 -0
  25. code/191/191_3.html +288 -0
  26. code/191/191_4.html +202 -0
  27. code/191/191_5.html +152 -0
  28. code/191/191_6.html +244 -0
  29. code/191/191_7.html +177 -0
  30. code/191/191_8.html +318 -0
  31. code/191/191_9.html +203 -0
  32. code/1910/1910_0.html +289 -0
  33. code/1910/1910_1.html +184 -0
  34. code/1910/1910_2.html +405 -0
  35. code/1910/1910_3.html +390 -0
  36. code/1910/1910_4.html +394 -0
  37. code/1910/1910_5.html +396 -0
  38. code/1910/1910_6.html +203 -0
  39. code/1910/1910_7.html +213 -0
  40. code/19100/19100_0.html +352 -0
  41. code/19100/19100_1.html +204 -0
  42. code/19100/19100_10.html +248 -0
  43. code/19100/19100_11.html +284 -0
  44. code/19100/19100_12.html +498 -0
  45. code/19100/19100_2.html +454 -0
  46. code/19100/19100_3.html +284 -0
  47. code/19100/19100_4.html +295 -0
  48. code/19100/19100_5.html +332 -0
  49. code/19100/19100_6.html +226 -0
  50. code/19100/19100_7.html +231 -0
code/19068/19068_16.html ADDED
@@ -0,0 +1,313 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Select Categories</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 Bars */
17
+ .green-area { background:#4CAF50; color:#fff; width:100%; }
18
+ .status-bar {
19
+ height: 90px;
20
+ display:flex;
21
+ align-items:center;
22
+ padding: 0 32px;
23
+ font-size: 36px;
24
+ justify-content: space-between;
25
+ }
26
+ .status-right { display:flex; align-items:center; gap:26px; }
27
+ .toolbar {
28
+ height: 160px;
29
+ display:flex;
30
+ align-items:center;
31
+ padding: 0 28px;
32
+ position: relative;
33
+ }
34
+ .toolbar-title {
35
+ font-size: 64px;
36
+ font-weight: 700;
37
+ color:#fff;
38
+ margin-left: 24px;
39
+ }
40
+ .icon-btn {
41
+ width: 96px;
42
+ height: 96px;
43
+ display:flex;
44
+ align-items:center;
45
+ justify-content:center;
46
+ }
47
+
48
+ /* Content */
49
+ .content { position:absolute; left:0; right:0; top:250px; bottom:0; overflow-y:auto; background:#fff; }
50
+ .row {
51
+ display:flex;
52
+ align-items:center;
53
+ padding: 36px 40px;
54
+ border-bottom:1px solid #E9E9E9;
55
+ background:#fff;
56
+ }
57
+ .header-row {
58
+ padding: 40px;
59
+ border-bottom: 1px solid #E9E9E9;
60
+ }
61
+ .section-label {
62
+ background:#F3F3F3;
63
+ color:#6B6B6B;
64
+ font-weight:700;
65
+ letter-spacing:2px;
66
+ font-size:32px;
67
+ padding: 26px 40px;
68
+ border-top:1px solid #E0E0E0;
69
+ border-bottom:1px solid #E0E0E0;
70
+ }
71
+
72
+ .cat-icon {
73
+ width: 100px;
74
+ height: 100px;
75
+ border-radius: 56px;
76
+ display:flex;
77
+ align-items:center;
78
+ justify-content:center;
79
+ color:#fff;
80
+ font-size: 48px;
81
+ margin-right: 28px;
82
+ flex-shrink:0;
83
+ }
84
+ .title-area { flex:1; display:flex; align-items:center; gap:16px; }
85
+ .cat-title { font-size: 50px; color:#1B1B1B; }
86
+ .right-sub { color:#8E8E8E; font-size: 42px; margin-right: 26px; }
87
+
88
+ .checkbox {
89
+ width: 64px; height: 64px; border: 6px solid #B9C2C8; border-radius: 10px;
90
+ display:flex; align-items:center; justify-content:center;
91
+ }
92
+ .checkbox.checked { background:#1E88E5; border-color:#1E88E5; }
93
+ .checkbox .tick {
94
+ width: 44px; height: 44px;
95
+ }
96
+
97
+ /* Misc elements */
98
+ .grid-icon {
99
+ background:#8E99A4;
100
+ }
101
+ .nav-bar {
102
+ position:absolute; bottom:0; left:0; right:0; height: 72px;
103
+ background: #000; opacity:0.1; border-radius: 8px; width: 360px;
104
+ margin: 0 auto 24px auto;
105
+ }
106
+
107
+ /* Small utilities */
108
+ .muted { color:#8A8A8A; }
109
+ </style>
110
+ </head>
111
+ <body>
112
+ <div id="render-target">
113
+
114
+ <!-- Status + App Bar -->
115
+ <div class="green-area">
116
+ <div class="status-bar">
117
+ <div style="display:flex; align-items:center; gap:18px;">
118
+ <div class="muted" style="font-size:40px;">10:37</div>
119
+ <svg width="30" height="30" viewBox="0 0 24 24" fill="#E8F5E9"><path d="M2 7h20v2H2z"/></svg>
120
+ </div>
121
+ <div class="status-right">
122
+ <!-- WiFi -->
123
+ <svg width="56" height="40" viewBox="0 0 24 24">
124
+ <path d="M2 8c5-4 15-4 20 0" stroke="#E8F5E9" stroke-width="2" fill="none" stroke-linecap="round"/>
125
+ <path d="M6 12c3-2 9-2 12 0" stroke="#E8F5E9" stroke-width="2" fill="none" stroke-linecap="round"/>
126
+ <circle cx="12" cy="17" r="2" fill="#E8F5E9"/>
127
+ </svg>
128
+ <!-- Battery -->
129
+ <svg width="64" height="32" viewBox="0 0 28 14">
130
+ <rect x="1" y="1" width="22" height="12" rx="2" ry="2" stroke="#E8F5E9" fill="none" stroke-width="2"/>
131
+ <rect x="3" y="3" width="18" height="8" fill="#E8F5E9"/>
132
+ <rect x="23" y="4" width="3" height="6" fill="#E8F5E9"/>
133
+ </svg>
134
+ <div style="font-size:36px; color:#E8F5E9;">100%</div>
135
+ </div>
136
+ </div>
137
+
138
+ <div class="toolbar">
139
+ <div class="icon-btn">
140
+ <svg width="64" height="64" viewBox="0 0 24 24">
141
+ <path d="M15 6l-6 6 6 6" stroke="#FFFFFF" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
142
+ </svg>
143
+ </div>
144
+ <div class="toolbar-title">Select Categories</div>
145
+ <div class="icon-btn" style="margin-left:auto;">
146
+ <svg width="64" height="64" viewBox="0 0 24 24">
147
+ <path d="M5 13l5 5L20 8" stroke="#FFFFFF" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
148
+ </svg>
149
+ </div>
150
+ </div>
151
+ </div>
152
+
153
+ <!-- Content -->
154
+ <div class="content">
155
+
156
+ <!-- Row: All -->
157
+ <div class="row header-row">
158
+ <div class="cat-icon grid-icon">▦</div>
159
+ <div class="title-area">
160
+ <div class="cat-title">All</div>
161
+ </div>
162
+ <div class="checkbox">
163
+ <!-- empty -->
164
+ </div>
165
+ </div>
166
+
167
+ <div class="section-label">SELECT CATEGORIES</div>
168
+
169
+ <!-- Food & Drinks (checked) -->
170
+ <div class="row">
171
+ <div class="cat-icon" style="background:#F4511E;">🍴</div>
172
+ <div class="title-area">
173
+ <div class="cat-title">Food &amp; Drinks</div>
174
+ <svg width="28" height="28" viewBox="0 0 24 24">
175
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#222" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
176
+ </svg>
177
+ </div>
178
+ <div class="right-sub">All</div>
179
+ <div class="checkbox checked">
180
+ <svg class="tick" viewBox="0 0 24 24">
181
+ <path d="M5 13l5 5L20 8" stroke="#FFFFFF" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
182
+ </svg>
183
+ </div>
184
+ </div>
185
+
186
+ <!-- Shopping -->
187
+ <div class="row">
188
+ <div class="cat-icon" style="background:#42A5F5;">🛍️</div>
189
+ <div class="title-area">
190
+ <div class="cat-title">Shopping</div>
191
+ <svg width="28" height="28" viewBox="0 0 24 24">
192
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#222" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
193
+ </svg>
194
+ </div>
195
+ <div class="checkbox"></div>
196
+ </div>
197
+
198
+ <!-- Housing -->
199
+ <div class="row">
200
+ <div class="cat-icon" style="background:#FFB74D;">🏠</div>
201
+ <div class="title-area">
202
+ <div class="cat-title">Housing</div>
203
+ <svg width="28" height="28" viewBox="0 0 24 24">
204
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#222" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
205
+ </svg>
206
+ </div>
207
+ <div class="checkbox"></div>
208
+ </div>
209
+
210
+ <!-- Transportation -->
211
+ <div class="row">
212
+ <div class="cat-icon" style="background:#90A4AE;">🚌</div>
213
+ <div class="title-area">
214
+ <div class="cat-title">Transportation</div>
215
+ <svg width="28" height="28" viewBox="0 0 24 24">
216
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#222" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
217
+ </svg>
218
+ </div>
219
+ <div class="checkbox"></div>
220
+ </div>
221
+
222
+ <!-- Vehicle -->
223
+ <div class="row">
224
+ <div class="cat-icon" style="background:#7C4DFF;">🚗</div>
225
+ <div class="title-area">
226
+ <div class="cat-title">Vehicle</div>
227
+ <svg width="28" height="28" viewBox="0 0 24 24">
228
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#222" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
229
+ </svg>
230
+ </div>
231
+ <div class="checkbox"></div>
232
+ </div>
233
+
234
+ <!-- Life & Entertainment -->
235
+ <div class="row">
236
+ <div class="cat-icon" style="background:#66BB6A;">🎉</div>
237
+ <div class="title-area">
238
+ <div class="cat-title">Life &amp; Entertainment</div>
239
+ <svg width="28" height="28" viewBox="0 0 24 24">
240
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#222" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
241
+ </svg>
242
+ </div>
243
+ <div class="checkbox"></div>
244
+ </div>
245
+
246
+ <!-- Communication, PC -->
247
+ <div class="row">
248
+ <div class="cat-icon" style="background:#5C6BC0;">💻</div>
249
+ <div class="title-area">
250
+ <div class="cat-title">Communication, PC</div>
251
+ <svg width="28" height="28" viewBox="0 0 24 24">
252
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#222" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
253
+ </svg>
254
+ </div>
255
+ <div class="checkbox"></div>
256
+ </div>
257
+
258
+ <!-- Financial expenses -->
259
+ <div class="row">
260
+ <div class="cat-icon" style="background:#26A69A;">💸</div>
261
+ <div class="title-area">
262
+ <div class="cat-title">Financial expenses</div>
263
+ <svg width="28" height="28" viewBox="0 0 24 24">
264
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#222" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
265
+ </svg>
266
+ </div>
267
+ <div class="checkbox"></div>
268
+ </div>
269
+
270
+ <!-- Investments -->
271
+ <div class="row">
272
+ <div class="cat-icon" style="background:#EC407A;">🧩</div>
273
+ <div class="title-area">
274
+ <div class="cat-title">Investments</div>
275
+ <svg width="28" height="28" viewBox="0 0 24 24">
276
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#222" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
277
+ </svg>
278
+ </div>
279
+ <div class="checkbox"></div>
280
+ </div>
281
+
282
+ <!-- Others -->
283
+ <div class="row">
284
+ <div class="cat-icon" style="background:#9E9E9E;">≡</div>
285
+ <div class="title-area">
286
+ <div class="cat-title">Others</div>
287
+ <svg width="28" height="28" viewBox="0 0 24 24">
288
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#222" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
289
+ </svg>
290
+ </div>
291
+ <div class="checkbox"></div>
292
+ </div>
293
+
294
+ <!-- Custom -->
295
+ <div class="row" style="margin-bottom:110px;">
296
+ <div class="cat-icon" style="background:#64B5F6;">👥</div>
297
+ <div class="title-area">
298
+ <div class="cat-title">Custom</div>
299
+ <svg width="28" height="28" viewBox="0 0 24 24">
300
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#222" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
301
+ </svg>
302
+ </div>
303
+ <div class="checkbox"></div>
304
+ </div>
305
+
306
+ </div>
307
+
308
+ <!-- Android Gesture Bar (placeholder) -->
309
+ <div class="nav-bar"></div>
310
+
311
+ </div>
312
+ </body>
313
+ </html>
code/19093/19093_4.html ADDED
@@ -0,0 +1,315 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 UI Mock</title>
7
+ <style>
8
+ body { margin:0; padding:0; background:transparent; }
9
+ #render-target {
10
+ width:1080px; height:2400px;
11
+ position:relative; overflow:hidden;
12
+ background:#121212; color:#EAEAEA;
13
+ font-family: Arial, Helvetica, sans-serif;
14
+ }
15
+ .status-bar {
16
+ position:absolute; top:0; left:0; right:0;
17
+ height:96px; padding:0 28px;
18
+ display:flex; align-items:center; justify-content:space-between;
19
+ color:#EAEAEA; font-size:34px; letter-spacing:0.5px;
20
+ }
21
+ .status-icons { display:flex; align-items:center; gap:26px; }
22
+ .sb-icon svg { width:34px; height:34px; fill:#EAEAEA; opacity:0.85; }
23
+ .search-wrap {
24
+ position:absolute; top:108px; left:24px; width:1032px; height:110px;
25
+ background:#2A2E31; border-radius:56px;
26
+ display:flex; align-items:center; padding:0 24px;
27
+ }
28
+ .hamburger svg { width:48px; height:48px; fill:#EAEAEA; opacity:0.9; }
29
+ .search-placeholder {
30
+ margin-left:18px; font-size:40px; color:#B9C0C6; flex:1;
31
+ }
32
+ .avatar {
33
+ width:84px; height:84px; border-radius:84px;
34
+ background:#3A4A55; color:#DDE5EA; display:flex; align-items:center; justify-content:center;
35
+ font-weight:bold; font-size:42px; border:2px solid rgba(255,255,255,0.15);
36
+ }
37
+ .section-title {
38
+ position:absolute; top:240px; left:36px;
39
+ font-size:44px; font-weight:700; color:#EAEAEA;
40
+ }
41
+ .tip-card {
42
+ position:absolute; top:300px; left:24px; width:1032px; height:360px;
43
+ background:#1E2225; border:1px solid #3A3F44; border-radius:26px;
44
+ padding:36px; box-sizing:border-box;
45
+ }
46
+ .tip-icon {
47
+ width:84px; height:84px; border-radius:16px;
48
+ background:#263A54; display:flex; align-items:center; justify-content:center;
49
+ margin-bottom:18px;
50
+ }
51
+ .tip-icon svg { width:60px; height:60px; fill:#8FB7FF; }
52
+ .tip-title { font-size:48px; font-weight:700; margin-bottom:16px; }
53
+ .tip-sub { font-size:36px; color:#B9C0C6; line-height:1.35; margin-bottom:26px; }
54
+ .tip-actions { display:flex; gap:40px; }
55
+ .link { font-size:40px; color:#76A7FF; }
56
+ .list {
57
+ position:absolute; top:690px; left:0; right:0; padding:0 24px;
58
+ }
59
+ .row {
60
+ height:164px; display:flex; align-items:center; gap:28px;
61
+ border-bottom:1px solid #2A2E31; padding:0 12px;
62
+ }
63
+ .badge-pill {
64
+ padding:18px 24px; background:#3A4A55; color:#A7F3C0;
65
+ border-radius:999px; font-size:34px; font-weight:700;
66
+ }
67
+ .avatar-circle {
68
+ width:92px; height:92px; border-radius:92px; display:flex; align-items:center; justify-content:center;
69
+ font-weight:bold; font-size:46px;
70
+ }
71
+ .avatar-gray { background:#3A3A3A; color:#D8D8D8; }
72
+ .avatar-yellow { background:#F5C840; color:#252525; }
73
+ .content { flex:1; min-width:0; }
74
+ .subject {
75
+ font-size:42px; font-weight:700; color:#EAEAEA; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
76
+ }
77
+ .snippet {
78
+ font-size:34px; color:#B9C0C6; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
79
+ }
80
+ .meta {
81
+ width:220px; display:flex; align-items:center; justify-content:flex-end; gap:22px;
82
+ color:#B9C0C6; font-size:34px;
83
+ }
84
+ .star svg { width:44px; height:44px; stroke:#B9C0C6; fill:none; stroke-width:4px; }
85
+ .promotions-tag svg { width:52px; height:52px; fill:#7ED67E; }
86
+ .compose-fab {
87
+ position:absolute; right:40px; top:1380px;
88
+ background:#374A59; color:#EAEAEA;
89
+ padding:30px 40px; border-radius:24px; box-shadow:0 12px 24px rgba(0,0,0,0.5);
90
+ display:flex; align-items:center; gap:22px; font-size:40px; font-weight:600;
91
+ }
92
+ .compose-fab svg { width:44px; height:44px; fill:#EAEAEA; }
93
+ .snackbar {
94
+ position:absolute; left:60px; bottom:190px; width:960px; height:120px;
95
+ background:#1D1F22; border-radius:18px; box-shadow:0 8px 16px rgba(0,0,0,0.5);
96
+ display:flex; align-items:center; justify-content:space-between;
97
+ padding:0 28px; box-sizing:border-box;
98
+ }
99
+ .snackbar .msg { font-size:38px; color:#EAEAEA; }
100
+ .snackbar .undo { font-size:38px; color:#76A7FF; font-weight:700; }
101
+ .bottom-nav {
102
+ position:absolute; left:0; right:0; bottom:92px; height:120px;
103
+ display:flex; align-items:center; justify-content:center; gap:160px;
104
+ }
105
+ .nav-pill {
106
+ height:96px; padding:0 40px; background:#2A2E31; border-radius:48px; display:flex; align-items:center; gap:18px;
107
+ box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06);
108
+ }
109
+ .nav-pill svg { width:46px; height:46px; fill:#EAEAEA; }
110
+ .badge {
111
+ min-width:64px; height:64px; background:#F45C65; color:#fff; border-radius:999px;
112
+ display:flex; align-items:center; justify-content:center; font-size:34px; font-weight:700;
113
+ border:2px solid rgba(255,255,255,0.2);
114
+ margin-left:8px;
115
+ }
116
+ .home-bar {
117
+ position:absolute; left:390px; bottom:28px; width:300px; height:12px; background:#D0D0D0; border-radius:12px; opacity:0.8;
118
+ }
119
+ </style>
120
+ </head>
121
+ <body>
122
+ <div id="render-target">
123
+
124
+ <!-- Status Bar -->
125
+ <div class="status-bar">
126
+ <div class="time">9:05</div>
127
+ <div class="status-icons">
128
+ <span class="sb-icon">
129
+ <!-- simple circle icon -->
130
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/></svg>
131
+ </span>
132
+ <span class="sb-icon">
133
+ <!-- heart outline similar status icon -->
134
+ <svg viewBox="0 0 24 24"><path d="M12 21s-7-5.2-9.3-8.2C1 10 2.5 6 6.4 6 8.3 6 9.7 7 12 9.1 14.3 7 15.7 6 17.6 6 21.5 6 23 10 21.3 12.8 19 15.8 12 21 12 21z"/></svg>
135
+ </span>
136
+ <span class="sb-icon">
137
+ <!-- moon/crescent -->
138
+ <svg viewBox="0 0 24 24"><path d="M12 2a9 9 0 0 0 0 20 8 8 0 0 1 0-20z"/></svg>
139
+ </span>
140
+ <span class="sb-icon">
141
+ <!-- bluetooth -->
142
+ <svg viewBox="0 0 24 24"><path d="M7 4v16l8-6-5-4 5-4-8-2z"/></svg>
143
+ </span>
144
+ <span class="sb-icon">
145
+ <!-- wifi -->
146
+ <svg viewBox="0 0 24 24"><path d="M2 8c5-4 15-4 20 0M6 12c3-2 9-2 12 0M10 16c2-1 2-1 4 0M12 20a2 2 0 1 0 0-0.1"/></svg>
147
+ </span>
148
+ <span class="sb-icon">
149
+ <!-- battery -->
150
+ <svg viewBox="0 0 24 24"><rect x="2" y="6" width="18" height="12" rx="2"/><rect x="20" y="10" width="2" height="4"/></svg>
151
+ </span>
152
+ </div>
153
+ </div>
154
+
155
+ <!-- Search Bar -->
156
+ <div class="search-wrap">
157
+ <div class="hamburger">
158
+ <svg viewBox="0 0 24 24"><path d="M3 6h18v2H3zm0 5h18v2H3zm0 5h18v2H3z"/></svg>
159
+ </div>
160
+ <div class="search-placeholder">Search in mail</div>
161
+ <div class="avatar">C</div>
162
+ </div>
163
+
164
+ <!-- Section Title -->
165
+ <div class="section-title">Primary</div>
166
+
167
+ <!-- Tip Card -->
168
+ <div class="tip-card">
169
+ <div class="tip-icon">
170
+ <svg viewBox="0 0 24 24"><path d="M12 3v6l3-3M12 9L9 6M4 11h16v10H4z"/></svg>
171
+ </div>
172
+ <div class="tip-title">Customize your swipe actions</div>
173
+ <div class="tip-sub">You can now set up shortcuts to archive, delete, snooze, and more</div>
174
+ <div class="tip-actions">
175
+ <div class="link">Customize</div>
176
+ <div class="link" style="color:#B9C0C6;">No thanks</div>
177
+ </div>
178
+ </div>
179
+
180
+ <!-- Mail List -->
181
+ <div class="list">
182
+ <!-- Promotions -->
183
+ <div class="row">
184
+ <div class="promotions-tag">
185
+ <svg viewBox="0 0 24 24"><path d="M3 7v10l7 4 11-7-7-4-4 2-7-5z"/></svg>
186
+ </div>
187
+ <div class="content">
188
+ <div class="subject">Promotions</div>
189
+ <div class="snippet">Enfamil Family Beginnings®, Xavier …</div>
190
+ </div>
191
+ <div class="meta">
192
+ <span class="badge-pill">56 new</span>
193
+ </div>
194
+ </div>
195
+
196
+ <!-- LastPass -->
197
+ <div class="row">
198
+ <div class="avatar-circle avatar-gray">
199
+ <svg viewBox="0 0 24 24" style="width:48px;height:48px;fill:#D8D8D8;">
200
+ <circle cx="12" cy="8" r="4"></circle>
201
+ <path d="M4 20c0-4 4-6 8-6s8 2 8 6" fill="#D8D8D8"></path>
202
+ </svg>
203
+ </div>
204
+ <div class="content">
205
+ <div class="subject">LastPass</div>
206
+ <div class="snippet">Let's get down to business — Protect every point of your busi…</div>
207
+ </div>
208
+ <div class="meta">
209
+ <span>Aug 8</span>
210
+ <span class="star">
211
+ <svg viewBox="0 0 24 24"><path d="M12 3l3 6 6 .9-4.5 4.2 1 6.9L12 18l-5.5 3.9 1-6.9L3 9.9 9 9z"/></svg>
212
+ </span>
213
+ </div>
214
+ </div>
215
+
216
+ <!-- me, Mail -->
217
+ <div class="row">
218
+ <div class="avatar-circle avatar-yellow">M</div>
219
+ <div class="content">
220
+ <div class="subject">me, Mail <span style="font-weight:400; color:#B9C0C6;">2</span></div>
221
+ <div class="snippet">Official weekend party — Address not found Your message wasn't deli…</div>
222
+ </div>
223
+ <div class="meta">
224
+ <span>Aug 8</span>
225
+ <span class="star">
226
+ <svg viewBox="0 0 24 24"><path d="M12 3l3 6 6 .9-4.5 4.2 1 6.9L12 18l-5.5 3.9 1-6.9L3 9.9 9 9z"/></svg>
227
+ </span>
228
+ </div>
229
+ </div>
230
+
231
+ <!-- Glow -->
232
+ <div class="row">
233
+ <div class="avatar-circle avatar-gray">
234
+ <svg viewBox="0 0 24 24" style="width:48px;height:48px;fill:#D8D8D8;">
235
+ <circle cx="12" cy="8" r="4"></circle>
236
+ <path d="M4 20c0-4 4-6 8-6s8 2 8 6" fill="#D8D8D8"></path>
237
+ </svg>
238
+ </div>
239
+ <div class="content">
240
+ <div class="subject">Glow</div>
241
+ <div class="snippet">Want a chance to win a $500 giveaway? Create your Glow Registry and share…</div>
242
+ </div>
243
+ <div class="meta">
244
+ <span>Aug 7</span>
245
+ <span class="star">
246
+ <svg viewBox="0 0 24 24"><path d="M12 3l3 6 6 .9-4.5 4.2 1 6.9L12 18l-5.5 3.9 1-6.9L3 9.9 9 9z"/></svg>
247
+ </span>
248
+ </div>
249
+ </div>
250
+
251
+ <!-- Google Accounts Team -->
252
+ <div class="row">
253
+ <div class="avatar-circle avatar-yellow">G</div>
254
+ <div class="content">
255
+ <div class="subject">Google Accounts Team</div>
256
+ <div class="snippet">Updating our Google Account inactivity policy — Every day Google works har…</div>
257
+ </div>
258
+ <div class="meta">
259
+ <span>Aug 7</span>
260
+ <span class="star">
261
+ <svg viewBox="0 0 24 24"><path d="M12 3l3 6 6 .9-4.5 4.2 1 6.9L12 18l-5.5 3.9 1-6.9L3 9.9 9 9z"/></svg>
262
+ </span>
263
+ </div>
264
+ </div>
265
+
266
+ <!-- Glow (another) -->
267
+ <div class="row">
268
+ <div class="avatar-circle avatar-gray">
269
+ <svg viewBox="0 0 24 24" style="width:48px;height:48px;fill:#D8D8D8;">
270
+ <circle cx="12" cy="8" r="4"></circle>
271
+ <path d="M4 20c0-4 4-6 8-6s8 2 8 6" fill="#D8D8D8"></path>
272
+ </svg>
273
+ </div>
274
+ <div class="content">
275
+ <div class="subject">Glow</div>
276
+ <div class="snippet">Create your Glow Registry and share to the…</div>
277
+ </div>
278
+ <div class="meta">
279
+ <span>Aug 6</span>
280
+ <span class="star">
281
+ <svg viewBox="0 0 24 24"><path d="M12 3l3 6 6 .9-4.5 4.2 1 6.9L12 18l-5.5 3.9 1-6.9L3 9.9 9 9z"/></svg>
282
+ </span>
283
+ </div>
284
+ </div>
285
+ </div>
286
+
287
+ <!-- Compose Floating Button -->
288
+ <div class="compose-fab">
289
+ <svg viewBox="0 0 24 24"><path d="M3 17v4h4l10-10-4-4L3 17zm14.7-9.3l-2.4-2.4 1.4-1.4 2.4 2.4-1.4 1.4z"/></svg>
290
+ <span>Compose</span>
291
+ </div>
292
+
293
+ <!-- Snackbar -->
294
+ <div class="snackbar">
295
+ <div class="msg">Moved to Promotions</div>
296
+ <div class="undo">Undo</div>
297
+ </div>
298
+
299
+ <!-- Bottom Navigation -->
300
+ <div class="bottom-nav">
301
+ <div class="nav-pill">
302
+ <svg viewBox="0 0 24 24"><path d="M3 6h18v12H3z"/><path d="M3 6l9 7 9-7" /></svg>
303
+ <div class="badge">93</div>
304
+ </div>
305
+ <div class="nav-pill" style="padding:0 32px;">
306
+ <svg viewBox="0 0 24 24"><path d="M5 7h14v10H5z"/><path d="M9 7V4h6v3"/></svg>
307
+ </div>
308
+ </div>
309
+
310
+ <!-- Home Gesture Bar -->
311
+ <div class="home-bar"></div>
312
+
313
+ </div>
314
+ </body>
315
+ </html>
code/19096/19096_0.html ADDED
@@ -0,0 +1,288 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Search Results - TV Wall Mount</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:#000; color:#fff; font-family: Arial, Helvetica, sans-serif;
13
+ }
14
+
15
+ /* Top status bar */
16
+ .status-bar {
17
+ height:88px;
18
+ display:flex; align-items:center; justify-content:space-between;
19
+ padding:0 40px; box-sizing:border-box; color:#fff; font-weight:600;
20
+ font-size:34px;
21
+ }
22
+ .status-icons { display:flex; gap:24px; align-items:center; }
23
+ .status-dot { width:26px; height:18px; border-radius:3px; background:#fff; }
24
+ .status-tri { width:30px; height:30px; border:2px solid #fff; border-radius:8px; }
25
+
26
+ /* Header */
27
+ .header {
28
+ padding:26px 40px 14px 40px;
29
+ display:flex; align-items:center; justify-content:space-between;
30
+ }
31
+ .header-left { display:flex; align-items:center; gap:26px; }
32
+ .title { font-size:64px; font-weight:800; letter-spacing:0.2px; }
33
+ .icon-btn {
34
+ width:92px; height:92px; border-radius:46px;
35
+ background:#262626; display:flex; align-items:center; justify-content:center;
36
+ }
37
+ .icon-btn svg { width:48px; height:48px; }
38
+ .blue { color:#3B82F6; }
39
+
40
+ /* Save/sort/filter row */
41
+ .sub-actions {
42
+ padding:8px 40px 24px 40px;
43
+ display:flex; align-items:center; justify-content:space-between;
44
+ font-size:36px;
45
+ }
46
+ .save { display:flex; align-items:center; gap:18px; color:#3B82F6; font-weight:600; }
47
+ .right-actions { display:flex; gap:36px; align-items:center; }
48
+ .link { color:#3B82F6; font-weight:600; }
49
+
50
+ /* Chips */
51
+ .section-title { padding:20px 40px 16px 40px; font-size:46px; font-weight:800; }
52
+ .chips { padding:8px 40px 26px 40px; display:flex; flex-wrap:wrap; gap:18px; }
53
+ .chip {
54
+ padding:22px 32px; border-radius:40px; border:1px solid #4a4a4a;
55
+ background:#1b1b1b; color:#eaeaea; font-size:34px;
56
+ }
57
+
58
+ .divider { height:2px; background:#2a2a2a; margin:10px 40px 18px 40px; }
59
+
60
+ /* Cards */
61
+ .card {
62
+ margin:0 40px 24px 40px; padding:28px;
63
+ background:#1a1a1a; border:1px solid #2e2e2e; border-radius:18px;
64
+ display:flex; gap:28px;
65
+ }
66
+ .img-wrap {
67
+ position:relative; width:260px; height:260px;
68
+ border-radius:30px; overflow:hidden;
69
+ background:#E0E0E0; border:1px solid #BDBDBD;
70
+ display:flex; align-items:center; justify-content:center; color:#757575; font-weight:600;
71
+ text-align:center; padding:8px; box-sizing:border-box;
72
+ }
73
+ .fav {
74
+ position:absolute; right:14px; top:14px;
75
+ width:78px; height:78px; border-radius:39px;
76
+ background:#2a2a2a; display:flex; align-items:center; justify-content:center;
77
+ border:1px solid #3b3b3b;
78
+ }
79
+ .card-body { flex:1; }
80
+ .card-title { font-size:40px; font-weight:800; line-height:1.2; margin-bottom:10px; color:#e9e9e9; }
81
+ .meta { color:#bfbfbf; font-size:32px; margin-bottom:10px; }
82
+ .price { font-size:60px; font-weight:900; margin:8px 0; }
83
+ .shipping { color:#cfcfcf; font-size:32px; }
84
+ .sold { color:#bfbfbf; font-size:32px; margin-top:6px; }
85
+ .sponsored { color:#8d8d8d; font-size:30px; margin-top:18px; }
86
+
87
+ /* Bottom results toast */
88
+ .results-toast {
89
+ position:absolute; left:0; right:0; bottom:220px;
90
+ margin:0 auto; width:100%; text-align:center;
91
+ }
92
+ .toast-inner {
93
+ display:inline-block; background:#1f1f1f; border:1px solid #333;
94
+ color:#f1f1f1; padding:20px 34px; border-radius:18px; font-size:36px; font-weight:700;
95
+ }
96
+
97
+ /* Bottom nav */
98
+ .bottom-nav {
99
+ position:absolute; left:0; right:0; bottom:0;
100
+ height:190px; background:#111; border-top:1px solid #2e2e2e;
101
+ display:flex; align-items:center; justify-content:space-around;
102
+ padding-bottom:16px;
103
+ }
104
+ .nav-item { display:flex; flex-direction:column; align-items:center; gap:12px; color:#d9d9d9; font-size:32px; }
105
+ .nav-item .circle { width:92px; height:92px; border-radius:46px; background:#1f1f1f; display:flex; align-items:center; justify-content:center; }
106
+ .nav-item svg { width:48px; height:48px; }
107
+ .active .circle { background:#1f3a67; }
108
+ .active { color:#ffffff; font-weight:800; }
109
+ </style>
110
+ </head>
111
+ <body>
112
+ <div id="render-target">
113
+
114
+ <!-- Status bar -->
115
+ <div class="status-bar">
116
+ <div>10:15</div>
117
+ <div class="status-icons">
118
+ <div class="status-tri"></div>
119
+ <div class="status-dot"></div>
120
+ </div>
121
+ </div>
122
+
123
+ <!-- Header -->
124
+ <div class="header">
125
+ <div class="header-left">
126
+ <div class="icon-btn" aria-label="Back">
127
+ <svg viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
128
+ <path d="M15 4 L7 12 L15 20" />
129
+ </svg>
130
+ </div>
131
+ <div class="title">tv wall mount</div>
132
+ </div>
133
+ <div style="display:flex; gap:20px;">
134
+ <div class="icon-btn" aria-label="Search">
135
+ <svg viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
136
+ <circle cx="10" cy="10" r="6"></circle>
137
+ <path d="M16 16 L22 22"></path>
138
+ </svg>
139
+ </div>
140
+ <div class="icon-btn" aria-label="Camera">
141
+ <svg viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
142
+ <path d="M3 7 H21 V19 H3 Z"></path>
143
+ <circle cx="12" cy="13" r="4"></circle>
144
+ <path d="M8 7 L10 4 H14 L16 7" stroke="#fff"></path>
145
+ </svg>
146
+ </div>
147
+ <div class="icon-btn" aria-label="Cart">
148
+ <svg viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
149
+ <path d="M3 6 H6 L7 16 H19 L21 8 H7"></path>
150
+ <circle cx="9" cy="20" r="2"></circle>
151
+ <circle cx="17" cy="20" r="2"></circle>
152
+ </svg>
153
+ </div>
154
+ </div>
155
+ </div>
156
+
157
+ <!-- Save / sort / filter -->
158
+ <div class="sub-actions">
159
+ <div class="save">
160
+ <svg viewBox="0 0 24 24" fill="none" stroke="#3B82F6" stroke-width="2" width="36" height="36">
161
+ <path d="M12 21 C10 19 5 16 5 10 C5 7.5 7 6 9 6 C10.2 6 11.3 6.6 12 7.6 C12.7 6.6 13.8 6 15 6 C17 6 19 7.5 19 10 C19 16 14 19 12 21 Z"></path>
162
+ </svg>
163
+ <div>Save this search</div>
164
+ </div>
165
+ <div class="right-actions">
166
+ <div class="link" style="display:flex; align-items:center; gap:10px;">
167
+ <span>Sort</span>
168
+ <svg viewBox="0 0 24 24" fill="none" stroke="#3B82F6" stroke-width="2" width="34" height="34">
169
+ <path d="M8 20 V4 M5 7 L8 4 L11 7"></path>
170
+ <path d="M16 4 V20 M13 17 L16 20 L19 17"></path>
171
+ </svg>
172
+ </div>
173
+ <div class="link" style="display:flex; align-items:center; gap:10px;">
174
+ <span>Filter</span>
175
+ <svg viewBox="0 0 24 24" fill="none" stroke="#3B82F6" stroke-width="2" width="34" height="34">
176
+ <path d="M3 5 H21 L14 12 V19 L10 17 V12 Z"></path>
177
+ </svg>
178
+ </div>
179
+ </div>
180
+ </div>
181
+
182
+ <!-- Shop by Type -->
183
+ <div class="section-title">Shop by Type</div>
184
+ <div class="chips">
185
+ <div class="chip">Full Motion</div>
186
+ <div class="chip">Tilt &amp; Swivel</div>
187
+ <div class="chip">Flat/Fixed</div>
188
+ <div class="chip">Tilting</div>
189
+ </div>
190
+
191
+ <div class="divider"></div>
192
+
193
+ <!-- Card 1 -->
194
+ <div class="card">
195
+ <div class="img-wrap">
196
+ [IMG: Dual arm TV wall mount]
197
+ <div class="fav">
198
+ <svg viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2" width="40" height="40">
199
+ <path d="M12 21 C10 19 5 16 5 10 C5 7.5 7 6 9 6 C10.2 6 11.3 6.6 12 7.6 C12.7 6.6 13.8 6 15 6 C17 6 19 7.5 19 10 C19 16 14 19 12 21 Z"></path>
200
+ </svg>
201
+ </div>
202
+ </div>
203
+ <div class="card-body">
204
+ <div class="card-title">DUAL ARM SWIVEL LCD LED FULL MOTION TV WALL MOUNT 37 42 47 50 55 60 65 70 75 80</div>
205
+ <div class="meta">Brand New</div>
206
+ <div class="price">$35.99</div>
207
+ <div class="shipping">+$83.26 shipping from United States</div>
208
+ <div class="sold">665 sold</div>
209
+ <div class="sponsored">Sponsored</div>
210
+ </div>
211
+ </div>
212
+
213
+ <!-- Card 2 -->
214
+ <div class="card">
215
+ <div class="img-wrap">
216
+ [IMG: Dual arm TV wall mount]
217
+ <div class="fav">
218
+ <svg viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2" width="40" height="40">
219
+ <path d="M12 21 C10 19 5 16 5 10 C5 7.5 7 6 9 6 C10.2 6 11.3 6.6 12 7.6 C12.7 6.6 13.8 6 15 6 C17 6 19 7.5 19 10 C19 16 14 19 12 21 Z"></path>
220
+ </svg>
221
+ </div>
222
+ </div>
223
+ <div class="card-body">
224
+ <div class="card-title">DUAL ARM SWIVEL LCD LED FULL MOTION TV WALL MOUNT 37 42 46 47 50 55 60 65 70</div>
225
+ <div class="meta">Brand New</div>
226
+ <div class="price">$36.99</div>
227
+ <div class="shipping">+$18.22 shipping from United States</div>
228
+ <div class="sold">1,773 sold</div>
229
+ <div class="sponsored">Sponsored</div>
230
+ </div>
231
+ </div>
232
+
233
+ <!-- Results toast -->
234
+ <div class="results-toast">
235
+ <div class="toast-inner">5,400+ results</div>
236
+ </div>
237
+
238
+ <!-- Bottom navigation -->
239
+ <div class="bottom-nav">
240
+ <div class="nav-item">
241
+ <div class="circle">
242
+ <svg viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
243
+ <path d="M3 11 L12 4 L21 11 V20 H3 Z"></path>
244
+ </svg>
245
+ </div>
246
+ <div>Home</div>
247
+ </div>
248
+ <div class="nav-item">
249
+ <div class="circle">
250
+ <svg viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
251
+ <circle cx="12" cy="8" r="4"></circle>
252
+ <path d="M4 20 C5 15 19 15 20 20 Z"></path>
253
+ </svg>
254
+ </div>
255
+ <div>My eBay</div>
256
+ </div>
257
+ <div class="nav-item active">
258
+ <div class="circle">
259
+ <svg viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
260
+ <circle cx="10" cy="10" r="6"></circle>
261
+ <path d="M16 16 L22 22"></path>
262
+ </svg>
263
+ </div>
264
+ <div>Search</div>
265
+ </div>
266
+ <div class="nav-item">
267
+ <div class="circle">
268
+ <svg viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
269
+ <path d="M12 3 C16 3 18 6 18 9 V13 L20 15 H4 L6 13 V9 C6 6 8 3 12 3 Z"></path>
270
+ <circle cx="12" cy="19" r="2"></circle>
271
+ </svg>
272
+ </div>
273
+ <div>Inbox</div>
274
+ </div>
275
+ <div class="nav-item">
276
+ <div class="circle">
277
+ <svg viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
278
+ <path d="M20 9 L12 2 H5 V9 L14 18 L20 12 Z"></path>
279
+ <circle cx="8" cy="6" r="2"></circle>
280
+ </svg>
281
+ </div>
282
+ <div>Selling</div>
283
+ </div>
284
+ </div>
285
+
286
+ </div>
287
+ </body>
288
+ </html>
code/19096/19096_1.html ADDED
@@ -0,0 +1,404 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Filter Modal UI</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, Helvetica, sans-serif;
13
+ }
14
+ #render-target {
15
+ width: 1080px;
16
+ height: 2400px;
17
+ position: relative;
18
+ overflow: hidden;
19
+ background: #000000;
20
+ color: #EDEDED;
21
+ }
22
+
23
+ /* Status bar */
24
+ .status-bar {
25
+ position: absolute;
26
+ top: 0;
27
+ left: 0;
28
+ width: 1080px;
29
+ height: 110px;
30
+ color: #fff;
31
+ font-size: 38px;
32
+ display: flex;
33
+ align-items: center;
34
+ justify-content: space-between;
35
+ padding: 0 36px;
36
+ box-sizing: border-box;
37
+ }
38
+ .status-icons {
39
+ display: flex;
40
+ align-items: center;
41
+ gap: 22px;
42
+ }
43
+ .wifi {
44
+ width: 36px;
45
+ height: 30px;
46
+ display: inline-block;
47
+ }
48
+ .battery {
49
+ width: 44px;
50
+ height: 26px;
51
+ border: 2px solid #fff;
52
+ border-radius: 6px;
53
+ position: relative;
54
+ box-sizing: border-box;
55
+ }
56
+ .battery::after {
57
+ content: "";
58
+ position: absolute;
59
+ right: -6px;
60
+ top: 7px;
61
+ width: 6px;
62
+ height: 10px;
63
+ background: #fff;
64
+ border-radius: 2px;
65
+ }
66
+ .battery .level {
67
+ position: absolute;
68
+ left: 3px;
69
+ top: 3px;
70
+ bottom: 3px;
71
+ right: 10px;
72
+ background: #fff;
73
+ border-radius: 3px;
74
+ }
75
+
76
+ /* Background content (dimmed) */
77
+ .content-underlay {
78
+ position: absolute;
79
+ inset: 110px 0 0 0;
80
+ opacity: 0.35;
81
+ color: #E0E0E0;
82
+ }
83
+ .under-header {
84
+ height: 160px;
85
+ display: flex;
86
+ align-items: center;
87
+ padding: 0 36px;
88
+ box-sizing: border-box;
89
+ gap: 20px;
90
+ }
91
+ .under-header .back {
92
+ width: 44px; height: 44px;
93
+ }
94
+ .under-title {
95
+ font-size: 52px;
96
+ font-weight: 700;
97
+ }
98
+ .cards {
99
+ padding: 0 36px;
100
+ box-sizing: border-box;
101
+ }
102
+ .card {
103
+ background: #121212;
104
+ border-radius: 28px;
105
+ padding: 28px;
106
+ display: flex;
107
+ align-items: center;
108
+ gap: 28px;
109
+ margin: 24px 0;
110
+ border: 1px solid #1e1e1e;
111
+ }
112
+ .img-ph {
113
+ width: 220px;
114
+ height: 220px;
115
+ background: #E0E0E0;
116
+ border: 1px solid #BDBDBD;
117
+ color: #757575;
118
+ display: flex;
119
+ align-items: center;
120
+ justify-content: center;
121
+ border-radius: 24px;
122
+ font-size: 30px;
123
+ }
124
+ .card .txt {
125
+ flex: 1;
126
+ color: #CFCFCF;
127
+ font-size: 36px;
128
+ }
129
+
130
+ /* Scrim */
131
+ .scrim {
132
+ position: absolute;
133
+ inset: 0;
134
+ background: rgba(0,0,0,0.45);
135
+ }
136
+
137
+ /* Filter sheet */
138
+ .filter-sheet {
139
+ position: absolute;
140
+ top: 160px;
141
+ bottom: 170px;
142
+ left: 90px;
143
+ width: 900px;
144
+ background: #1B1B1B;
145
+ border-radius: 18px;
146
+ box-shadow: 0 20px 60px rgba(0,0,0,0.6);
147
+ display: flex;
148
+ flex-direction: column;
149
+ overflow: hidden;
150
+ }
151
+ .sheet-header {
152
+ height: 130px;
153
+ padding: 0 32px;
154
+ display: flex;
155
+ align-items: center;
156
+ justify-content: space-between;
157
+ border-bottom: 1px solid #2A2A2A;
158
+ box-sizing: border-box;
159
+ }
160
+ .sheet-title {
161
+ font-size: 58px;
162
+ font-weight: 800;
163
+ letter-spacing: 0.3px;
164
+ }
165
+ .reset-link {
166
+ font-size: 38px;
167
+ color: #6EA1FF;
168
+ }
169
+ .icon-btn {
170
+ width: 70px;
171
+ height: 70px;
172
+ border: none;
173
+ background: transparent;
174
+ display: flex;
175
+ align-items: center;
176
+ justify-content: center;
177
+ cursor: default;
178
+ padding: 0;
179
+ }
180
+
181
+ .list {
182
+ flex: 1;
183
+ overflow-y: auto;
184
+ }
185
+ .row {
186
+ height: 118px;
187
+ padding: 0 32px;
188
+ display: flex;
189
+ align-items: center;
190
+ justify-content: space-between;
191
+ font-size: 40px;
192
+ border-bottom: 1px solid #2A2A2A;
193
+ box-sizing: border-box;
194
+ color: #EAEAEA;
195
+ }
196
+ .row .subtle {
197
+ color: #B5B5B5;
198
+ }
199
+ .arrow {
200
+ width: 34px;
201
+ height: 34px;
202
+ margin-left: 18px;
203
+ }
204
+
205
+ /* Toggle switch */
206
+ .toggle-switch {
207
+ position: relative;
208
+ width: 124px;
209
+ height: 64px;
210
+ border-radius: 32px;
211
+ background: #3C3C3C;
212
+ box-shadow: inset 0 0 0 1px #444;
213
+ }
214
+ .toggle-switch .knob {
215
+ position: absolute;
216
+ top: 4px;
217
+ left: 4px;
218
+ width: 56px;
219
+ height: 56px;
220
+ background: #FFFFFF;
221
+ border-radius: 50%;
222
+ box-shadow: 0 1px 2px rgba(0,0,0,0.4);
223
+ }
224
+ .toggle-switch.on {
225
+ background: #4C8DFF;
226
+ }
227
+ .toggle-switch.on .knob {
228
+ left: 64px;
229
+ }
230
+
231
+ .sheet-footer {
232
+ padding: 22px 28px 28px 28px;
233
+ border-top: 1px solid #2A2A2A;
234
+ box-sizing: border-box;
235
+ }
236
+ .primary-btn {
237
+ background: #6EA1FF;
238
+ color: #0D1A2B;
239
+ font-weight: 800;
240
+ text-align: center;
241
+ font-size: 44px;
242
+ border-radius: 999px;
243
+ padding: 34px 24px;
244
+ }
245
+
246
+ /* Bottom nav (behind sheet) */
247
+ .bottom-nav {
248
+ position: absolute;
249
+ left: 0;
250
+ right: 0;
251
+ bottom: 0;
252
+ height: 150px;
253
+ background: #0E0E0E;
254
+ border-top: 1px solid #1d1d1d;
255
+ display: flex;
256
+ align-items: center;
257
+ padding: 0 40px;
258
+ color: #AFAFAF;
259
+ gap: 30px;
260
+ box-sizing: border-box;
261
+ }
262
+ .home-indicator {
263
+ position: absolute;
264
+ bottom: 18px;
265
+ left: 50%;
266
+ transform: translateX(-50%);
267
+ width: 260px;
268
+ height: 10px;
269
+ background: #E6E6E6;
270
+ border-radius: 10px;
271
+ opacity: 0.85;
272
+ }
273
+ </style>
274
+ </head>
275
+ <body>
276
+ <div id="render-target">
277
+ <!-- Status bar -->
278
+ <div class="status-bar">
279
+ <div>10:15</div>
280
+ <div class="status-icons">
281
+ <svg class="wifi" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
282
+ <path d="M2 8c5-5 15-5 20 0"></path>
283
+ <path d="M5 11c3.5-3.5 10.5-3.5 14 0"></path>
284
+ <path d="M8 14c2-2 6-2 8 0"></path>
285
+ <circle cx="12" cy="18" r="1.6" fill="#fff"></circle>
286
+ </svg>
287
+ <div class="battery"><div class="level"></div></div>
288
+ </div>
289
+ </div>
290
+
291
+ <!-- Underlay content -->
292
+ <div class="content-underlay">
293
+ <div class="under-header">
294
+ <svg class="back" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
295
+ <path d="M15 18l-6-6 6-6"></path>
296
+ </svg>
297
+ <div class="under-title">Shop</div>
298
+ </div>
299
+ <div class="cards">
300
+ <div class="card">
301
+ <div class="img-ph">[IMG: Product]</div>
302
+ <div class="txt">Item title goes here with dark theme styling</div>
303
+ </div>
304
+ <div class="card">
305
+ <div class="img-ph">[IMG: Product]</div>
306
+ <div class="txt">Another item preview under the modal</div>
307
+ </div>
308
+ </div>
309
+ </div>
310
+
311
+ <!-- Scrim -->
312
+ <div class="scrim"></div>
313
+
314
+ <!-- Filter sheet -->
315
+ <div class="filter-sheet">
316
+ <div class="sheet-header">
317
+ <button class="icon-btn" aria-label="Close">
318
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none" stroke="#EDEDED" stroke-width="2.6" stroke-linecap="round">
319
+ <path d="M6 6l12 12M18 6L6 18"></path>
320
+ </svg>
321
+ </button>
322
+ <div class="sheet-title">Filter</div>
323
+ <div class="reset-link">Reset</div>
324
+ </div>
325
+
326
+ <div class="list">
327
+ <div class="row">
328
+ <div>Brand</div>
329
+ <svg class="arrow" viewBox="0 0 24 24" fill="none" stroke="#EDEDED" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round">
330
+ <path d="M9 6l6 6-6 6"></path>
331
+ </svg>
332
+ </div>
333
+ <div class="row">
334
+ <div>Color</div>
335
+ <svg class="arrow" viewBox="0 0 24 24" fill="none" stroke="#EDEDED" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round">
336
+ <path d="M9 6l6 6-6 6"></path>
337
+ </svg>
338
+ </div>
339
+ <div class="row">
340
+ <div>Country/Region of Manuf...</div>
341
+ <svg class="arrow" viewBox="0 0 24 24" fill="none" stroke="#EDEDED" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round">
342
+ <path d="M9 6l6 6-6 6"></path>
343
+ </svg>
344
+ </div>
345
+
346
+ <div class="row">
347
+ <div>Free Returns</div>
348
+ <div class="toggle-switch"><div class="knob"></div></div>
349
+ </div>
350
+ <div class="row">
351
+ <div>Returns Accepted</div>
352
+ <div class="toggle-switch"><div class="knob"></div></div>
353
+ </div>
354
+ <div class="row">
355
+ <div>Authorized Seller</div>
356
+ <div class="toggle-switch"><div class="knob"></div></div>
357
+ </div>
358
+ <div class="row">
359
+ <div>Completed Items</div>
360
+ <div class="toggle-switch"><div class="knob"></div></div>
361
+ </div>
362
+ <div class="row">
363
+ <div>Sold Items</div>
364
+ <div class="toggle-switch"><div class="knob"></div></div>
365
+ </div>
366
+ <div class="row">
367
+ <div>Deals &amp; Savings</div>
368
+ <div class="toggle-switch"><div class="knob"></div></div>
369
+ </div>
370
+ <div class="row">
371
+ <div>Sale Items</div>
372
+ <div class="toggle-switch"><div class="knob"></div></div>
373
+ </div>
374
+ <div class="row">
375
+ <div>Listed as Lots</div>
376
+ <div class="toggle-switch"><div class="knob"></div></div>
377
+ </div>
378
+ <div class="row">
379
+ <div>Search in Description</div>
380
+ <div class="toggle-switch"><div class="knob"></div></div>
381
+ </div>
382
+ <div class="row" style="border-bottom:none;">
383
+ <div>Benefits charity</div>
384
+ <div class="toggle-switch"><div class="knob"></div></div>
385
+ </div>
386
+ </div>
387
+
388
+ <div class="sheet-footer">
389
+ <div class="primary-btn">Show 5,400+ results</div>
390
+ </div>
391
+ </div>
392
+
393
+ <!-- Bottom nav and home indicator (background) -->
394
+ <div class="bottom-nav">
395
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none" stroke="#AFAFAF" stroke-width="2">
396
+ <path d="M3 12l9-8 9 8"></path>
397
+ <path d="M9 21V9h6v12"></path>
398
+ </svg>
399
+ <div>Home</div>
400
+ </div>
401
+ <div class="home-indicator"></div>
402
+ </div>
403
+ </body>
404
+ </html>
code/19096/19096_2.html ADDED
@@ -0,0 +1,323 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1">
6
+ <title>Brand Filter Sheet</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #000000;
15
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
16
+ color: #FFFFFF;
17
+ }
18
+
19
+ /* Mock underlying app content */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ width: 1080px;
25
+ height: 100px;
26
+ color: #fff;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ padding: 0 32px;
31
+ box-sizing: border-box;
32
+ opacity: 0.95;
33
+ }
34
+ .status-time { font-weight: 600; font-size: 34px; letter-spacing: 0.5px; }
35
+ .status-icons { display: flex; gap: 22px; align-items: center; opacity: 0.9; }
36
+ .status-icons svg { width: 36px; height: 36px; fill: #fff; }
37
+
38
+ .app-content {
39
+ position: absolute;
40
+ top: 100px;
41
+ left: 0;
42
+ right: 0;
43
+ bottom: 170px;
44
+ padding: 28px 36px;
45
+ box-sizing: border-box;
46
+ }
47
+ .fake-card {
48
+ background: #141414;
49
+ border-radius: 28px;
50
+ padding: 28px;
51
+ display: flex;
52
+ align-items: center;
53
+ gap: 24px;
54
+ margin-bottom: 28px;
55
+ }
56
+ .fake-thumb {
57
+ width: 240px; height: 210px;
58
+ background: #E0E0E0; border: 1px solid #BDBDBD;
59
+ border-radius: 26px;
60
+ display: flex; align-items: center; justify-content: center;
61
+ color: #757575; font-size: 30px;
62
+ }
63
+ .bottom-nav {
64
+ position: absolute;
65
+ left: 0; right: 0; bottom: 0;
66
+ height: 160px;
67
+ background: #0e0e0e;
68
+ border-top: 1px solid #232323;
69
+ display: flex; align-items: center;
70
+ padding: 0 40px;
71
+ box-sizing: border-box;
72
+ gap: 38px;
73
+ }
74
+ .nav-item {
75
+ width: 140px; height: 120px;
76
+ display: flex; flex-direction: column;
77
+ align-items: center; justify-content: center;
78
+ color: #bdbdbd; font-size: 30px;
79
+ gap: 12px;
80
+ }
81
+ .nav-item svg { width: 46px; height: 46px; fill: #bdbdbd; }
82
+
83
+ /* Overlay side sheet */
84
+ .sheet {
85
+ position: absolute;
86
+ top: 140px;
87
+ left: 120px; /* visible background on the left */
88
+ width: 960px;
89
+ height: 2060px;
90
+ background: #1d1d1f;
91
+ border-left: 1px solid #2a2a2a;
92
+ border-right: 1px solid #2a2a2a;
93
+ box-shadow: -8px 0 24px rgba(0,0,0,0.45);
94
+ display: flex;
95
+ flex-direction: column;
96
+ }
97
+ .sheet-header {
98
+ position: relative;
99
+ height: 160px;
100
+ border-bottom: 1px solid #2a2a2a;
101
+ display: flex; align-items: center; justify-content: center;
102
+ padding: 0 28px;
103
+ }
104
+ .back-btn {
105
+ position: absolute; left: 24px;
106
+ width: 80px; height: 80px;
107
+ display: flex; align-items: center; justify-content: center;
108
+ border-radius: 16px;
109
+ }
110
+ .back-btn svg { width: 44px; height: 44px; stroke: #fff; stroke-width: 3; fill: none; }
111
+ .sheet-title {
112
+ font-size: 54px; font-weight: 800; letter-spacing: 0.4px;
113
+ }
114
+
115
+ .search-wrap {
116
+ padding: 28px 30px 20px 30px;
117
+ box-sizing: border-box;
118
+ }
119
+ .search-bar {
120
+ height: 120px;
121
+ border: 2px solid #3a3a3a;
122
+ border-radius: 26px;
123
+ background: #252528;
124
+ display: flex; align-items: center;
125
+ padding: 0 28px;
126
+ gap: 22px;
127
+ color: #bdbdbd;
128
+ font-size: 40px;
129
+ }
130
+ .search-bar svg { width: 46px; height: 46px; fill: #9e9e9e; }
131
+
132
+ .list {
133
+ overflow: hidden auto;
134
+ padding: 10px 0 220px 0; /* space for CTA button */
135
+ flex: 1;
136
+ }
137
+ .brand-row {
138
+ display: flex; align-items: center;
139
+ gap: 26px;
140
+ padding: 30px 36px;
141
+ box-sizing: border-box;
142
+ }
143
+ .brand-row + .brand-row { }
144
+ .checkbox {
145
+ width: 58px; height: 58px;
146
+ border: 3px solid #D0D0D0;
147
+ border-radius: 10px;
148
+ background: transparent;
149
+ flex: 0 0 auto;
150
+ box-sizing: border-box;
151
+ }
152
+ .brand-name {
153
+ font-size: 40px; color: #f1f1f1; letter-spacing: 0.2px;
154
+ }
155
+ .brand-count {
156
+ font-size: 34px; color: #9e9e9e; margin-left: 10px;
157
+ }
158
+ .divider {
159
+ height: 1px; background: #2a2a2a; margin: 18px 36px;
160
+ }
161
+ .letter-label {
162
+ color: #bdbdbd; font-size: 36px; padding: 10px 36px; letter-spacing: 1px;
163
+ }
164
+
165
+ .cta-bar {
166
+ position: absolute;
167
+ left: 0; right: 0; bottom: 14px;
168
+ display: flex; justify-content: center;
169
+ padding: 16px 28px 26px;
170
+ box-sizing: border-box;
171
+ border-top: 1px solid #2a2a2a;
172
+ background: linear-gradient(180deg, rgba(29,29,31,0) 0%, rgba(29,29,31,0.85) 40%, rgba(29,29,31,1) 100%);
173
+ }
174
+ .cta-btn {
175
+ width: 880px; height: 140px;
176
+ background: #6EA4FF;
177
+ color: #0e1a33;
178
+ font-weight: 800; font-size: 42px;
179
+ border-radius: 80px;
180
+ display: flex; align-items: center; justify-content: center;
181
+ box-shadow: 0 8px 18px rgba(40,114,255,0.35) inset;
182
+ }
183
+ </style>
184
+ </head>
185
+ <body>
186
+ <div id="render-target">
187
+
188
+ <!-- Status bar (mock) -->
189
+ <div class="status-bar">
190
+ <div class="status-time">10:16</div>
191
+ <div class="status-icons">
192
+ <!-- WiFi -->
193
+ <svg viewBox="0 0 24 24">
194
+ <path d="M12 18c.8 0 1.5.7 1.5 1.5S12.8 21 12 21s-1.5-.7-1.5-1.5S11.2 18 12 18zM2 9c5.5-4.7 14.5-4.7 20 0l-1.5 1.8C16 7 8 7 3.5 10.8L2 9zm4 4c3.6-3 8.4-3 12 0l-1.6 1.8c-2.9-2.3-6-2.3-8.8 0L6 13z"/>
195
+ </svg>
196
+ <!-- Battery -->
197
+ <svg viewBox="0 0 24 24">
198
+ <rect x="2" y="7" width="18" height="10" rx="2" ry="2" fill="none" stroke="#fff" stroke-width="2"/>
199
+ <rect x="4" y="9" width="14" height="6" fill="#fff"/>
200
+ <rect x="20" y="10" width="2" height="4" fill="#fff"/>
201
+ </svg>
202
+ </div>
203
+ </div>
204
+
205
+ <!-- Mock underlying content -->
206
+ <div class="app-content">
207
+ <div class="fake-card">
208
+ <div class="fake-thumb">[IMG: Product]</div>
209
+ <div style="color:#eaeaea; font-size:40px; font-weight:700;">Shop</div>
210
+ </div>
211
+ <div class="fake-card">
212
+ <div class="fake-thumb">[IMG: Product]</div>
213
+ <div style="color:#a0a0a0; font-size:34px;">Another item</div>
214
+ </div>
215
+ </div>
216
+
217
+ <div class="bottom-nav">
218
+ <div class="nav-item">
219
+ <svg viewBox="0 0 24 24">
220
+ <path d="M12 3l9 7v10a1 1 0 0 1-1 1h-5v-6H9v6H4a1 1 0 0 1-1-1V10l9-7z" />
221
+ </svg>
222
+ <div>Home</div>
223
+ </div>
224
+ </div>
225
+
226
+ <!-- Right-side sheet -->
227
+ <div class="sheet">
228
+ <div class="sheet-header">
229
+ <div class="back-btn">
230
+ <svg viewBox="0 0 24 24">
231
+ <path d="M15 6l-6 6 6 6" />
232
+ </svg>
233
+ </div>
234
+ <div class="sheet-title">Brand</div>
235
+ </div>
236
+
237
+ <div class="search-wrap">
238
+ <div class="search-bar">
239
+ <svg viewBox="0 0 24 24">
240
+ <path d="M15.5 14h-.8l-.3-.3a6 6 0 1 0-.9.9l.3.3v.8L20 21l1-1-5.5-6zM6 10a4 4 0 1 1 8 0 4 4 0 0 1-8 0z"/>
241
+ </svg>
242
+ <div>Search in Brand</div>
243
+ </div>
244
+ </div>
245
+
246
+ <div class="list">
247
+ <div class="brand-row">
248
+ <div class="checkbox"></div>
249
+ <div class="brand-name">Apple <span class="brand-count">(21)</span></div>
250
+ </div>
251
+
252
+ <div class="brand-row">
253
+ <div class="checkbox"></div>
254
+ <div class="brand-name">ARGOM TECH <span class="brand-count">(3)</span></div>
255
+ </div>
256
+
257
+ <div class="brand-row">
258
+ <div class="checkbox"></div>
259
+ <div class="brand-name">Arlington <span class="brand-count">(2)</span></div>
260
+ </div>
261
+
262
+ <div class="brand-row">
263
+ <div class="checkbox"></div>
264
+ <div class="brand-name">Armstrong <span class="brand-count">(29)</span></div>
265
+ </div>
266
+
267
+ <div class="brand-row">
268
+ <div class="checkbox"></div>
269
+ <div class="brand-name">Atdec <span class="brand-count">(3)</span></div>
270
+ </div>
271
+
272
+ <div class="brand-row">
273
+ <div class="checkbox"></div>
274
+ <div class="brand-name">Atlantic <span class="brand-count">(12)</span></div>
275
+ </div>
276
+
277
+ <div class="brand-row">
278
+ <div class="checkbox"></div>
279
+ <div class="brand-name">Audiovox <span class="brand-count">(1)</span></div>
280
+ </div>
281
+
282
+ <div class="brand-row">
283
+ <div class="checkbox"></div>
284
+ <div class="brand-name">AVF <span class="brand-count">(28)</span></div>
285
+ </div>
286
+
287
+ <div class="brand-row">
288
+ <div class="checkbox"></div>
289
+ <div class="brand-name">Axess <span class="brand-count">(1)</span></div>
290
+ </div>
291
+
292
+ <div class="divider"></div>
293
+ <div class="letter-label">B</div>
294
+
295
+ <div class="brand-row">
296
+ <div class="checkbox"></div>
297
+ <div class="brand-name">Barkan <span class="brand-count">(61)</span></div>
298
+ </div>
299
+
300
+ <div class="brand-row">
301
+ <div class="checkbox"></div>
302
+ <div class="brand-name">Bell'O <span class="brand-count">(8)</span></div>
303
+ </div>
304
+
305
+ <!-- Extra rows for scroll feel -->
306
+ <div class="brand-row">
307
+ <div class="checkbox"></div>
308
+ <div class="brand-name">BenQ <span class="brand-count">(14)</span></div>
309
+ </div>
310
+ <div class="brand-row">
311
+ <div class="checkbox"></div>
312
+ <div class="brand-name">Bose <span class="brand-count">(42)</span></div>
313
+ </div>
314
+ </div>
315
+
316
+ <div class="cta-bar">
317
+ <div class="cta-btn">Show 5,400+ results</div>
318
+ </div>
319
+ </div>
320
+
321
+ </div>
322
+ </body>
323
+ </html>
code/19096/19096_3.html ADDED
@@ -0,0 +1,203 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Brand Filter Sheet</title>
7
+ <style>
8
+ body { margin:0; padding:0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target{
10
+ width:1080px; height:2400px; position:relative; overflow:hidden;
11
+ background:#000000; border-radius:0;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar{
16
+ position:absolute; top:0; left:0; right:0; height:110px;
17
+ color:#fff; font-size:40px; line-height:110px; padding:0 42px;
18
+ display:flex; justify-content:space-between; align-items:center;
19
+ box-sizing:border-box;
20
+ }
21
+ .status-right{ display:flex; gap:26px; align-items:center; opacity:0.9; }
22
+ .dot{ width:18px; height:18px; background:#fff; border-radius:50%; display:inline-block; }
23
+
24
+ /* Bottom navigation (background app) */
25
+ .bottom-nav{
26
+ position:absolute; left:0; bottom:0; width:100%; height:170px;
27
+ background:#0b0b0b; color:#9e9e9e; display:flex; align-items:flex-start;
28
+ padding:28px 40px; box-sizing:border-box;
29
+ }
30
+ .home-item{ display:flex; flex-direction:column; align-items:center; gap:14px; }
31
+ .home-item span{ font-size:38px; }
32
+
33
+ /* Side sheet */
34
+ .sheet{
35
+ position:absolute; left:120px; right:120px; top:160px; bottom:160px;
36
+ background:#1f1f1f; border-radius:10px; box-shadow:0 14px 40px rgba(0,0,0,0.6);
37
+ display:flex; flex-direction:column; overflow:hidden; color:#eaeaea;
38
+ }
39
+ .sheet-header{
40
+ position:relative; height:160px; display:flex; align-items:center; justify-content:center;
41
+ border-bottom:1px solid #2a2a2a; background:#222222;
42
+ }
43
+ .back-btn{
44
+ position:absolute; left:26px; top:0; bottom:0; display:flex; align-items:center; padding:0 22px;
45
+ }
46
+ .sheet-header h1{ margin:0; font-size:64px; font-weight:700; letter-spacing:0.5px; }
47
+
48
+ .search-wrap{
49
+ padding:28px 36px 8px 36px; box-sizing:border-box; background:#1f1f1f;
50
+ }
51
+ .search-field{
52
+ height:108px; border:1px solid #3b3b3b; border-radius:26px; padding:0 30px;
53
+ display:flex; align-items:center; gap:22px; color:#bdbdbd; font-size:42px;
54
+ }
55
+
56
+ .list{ flex:1; overflow:auto; padding:10px 0 200px 0; }
57
+ .row{
58
+ display:flex; align-items:center; gap:34px; padding:32px 36px;
59
+ box-sizing:border-box; min-height:120px; border-bottom:1px solid transparent;
60
+ }
61
+ .row .label{ font-size:46px; color:#f1f1f1; }
62
+ .row .count{ color:#a8a8a8; }
63
+
64
+ .checkbox{
65
+ width:56px; height:56px; border-radius:8px; border:3px solid #bdbdbd; display:flex; align-items:center; justify-content:center;
66
+ }
67
+ .checkbox.checked{ border-color:#eaeaea; background:#2b2b2b; }
68
+ .section{
69
+ padding:24px 36px 12px 36px; color:#cfcfcf; font-weight:700; font-size:42px; letter-spacing:1px;
70
+ }
71
+ .divider{ height:2px; background:#323232; margin:12px 36px 8px 36px; }
72
+
73
+ /* Bottom pill button inside sheet */
74
+ .sheet-footer{
75
+ position:absolute; left:0; right:0; bottom:22px; padding:0 34px; box-sizing:border-box;
76
+ pointer-events:none;
77
+ }
78
+ .pill{
79
+ height:140px; background:#6ea3ff; border-radius:90px; color:#0a2b66; font-size:48px; font-weight:700;
80
+ display:flex; align-items:center; justify-content:center; letter-spacing:0.5px;
81
+ box-shadow:0 6px 0 rgba(0,0,0,0.25); pointer-events:auto;
82
+ }
83
+ /* Subtle scrollbars hidden for cleaner look */
84
+ .list::-webkit-scrollbar{ width:0; height:0; }
85
+ </style>
86
+ </head>
87
+ <body>
88
+ <div id="render-target">
89
+
90
+ <!-- Status bar -->
91
+ <div class="status-bar">
92
+ <div>10:17</div>
93
+ <div class="status-right">
94
+ <div class="dot"></div>
95
+ <div style="width:34px; height:22px; border:3px solid #fff; border-radius:4px; position:relative;">
96
+ <div style="position:absolute; right:-8px; top:6px; width:6px; height:10px; background:#fff;"></div>
97
+ </div>
98
+ </div>
99
+ </div>
100
+
101
+ <!-- Bottom nav behind the sheet -->
102
+ <div class="bottom-nav">
103
+ <div class="home-item">
104
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="none" stroke="#bfbfbf" stroke-width="1.6">
105
+ <path d="M3 11l9-7 9 7" />
106
+ <path d="M5 10v10h6v-6h2v6h6V10" />
107
+ </svg>
108
+ <span>Home</span>
109
+ </div>
110
+ </div>
111
+
112
+ <!-- Foreground sheet -->
113
+ <div class="sheet">
114
+ <div class="sheet-header">
115
+ <div class="back-btn">
116
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round">
117
+ <path d="M14 5L7 12l7 7"/>
118
+ </svg>
119
+ </div>
120
+ <h1>Brand</h1>
121
+ </div>
122
+
123
+ <div class="search-wrap">
124
+ <div class="search-field">
125
+ <svg width="52" height="52" viewBox="0 0 24 24" fill="none" stroke="#9e9e9e" stroke-width="2.2" stroke-linecap="round">
126
+ <circle cx="11" cy="11" r="7"></circle>
127
+ <path d="M20 20l-4-4"></path>
128
+ </svg>
129
+ <span>Search in Brand</span>
130
+ </div>
131
+ </div>
132
+
133
+ <div class="list">
134
+ <div class="row">
135
+ <div class="checkbox checked">
136
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="3" stroke-linecap="round" stroke-linejoin="round">
137
+ <path d="M5 12l4 4 9-9"></path>
138
+ </svg>
139
+ </div>
140
+ <div class="label">Armstrong <span class="count">(29)</span></div>
141
+ </div>
142
+
143
+ <div class="row">
144
+ <div class="checkbox"></div>
145
+ <div class="label">Atdec <span class="count">(3)</span></div>
146
+ </div>
147
+
148
+ <div class="row">
149
+ <div class="checkbox"></div>
150
+ <div class="label">Atlantic <span class="count">(12)</span></div>
151
+ </div>
152
+
153
+ <div class="row">
154
+ <div class="checkbox"></div>
155
+ <div class="label">Audiovox <span class="count">(1)</span></div>
156
+ </div>
157
+
158
+ <div class="row">
159
+ <div class="checkbox"></div>
160
+ <div class="label">AVF <span class="count">(28)</span></div>
161
+ </div>
162
+
163
+ <div class="row">
164
+ <div class="checkbox"></div>
165
+ <div class="label">Axess <span class="count">(1)</span></div>
166
+ </div>
167
+
168
+ <div class="section">B</div>
169
+ <div class="divider"></div>
170
+
171
+ <div class="row">
172
+ <div class="checkbox"></div>
173
+ <div class="label">Barkan <span class="count">(61)</span></div>
174
+ </div>
175
+
176
+ <div class="row">
177
+ <div class="checkbox"></div>
178
+ <div class="label">Bell'O <span class="count">(8)</span></div>
179
+ </div>
180
+
181
+ <div class="row">
182
+ <div class="checkbox"></div>
183
+ <div class="label">Best <span class="count">(27)</span></div>
184
+ </div>
185
+
186
+ <div class="row">
187
+ <div class="checkbox"></div>
188
+ <div class="label">Brateck <span class="count">(23)</span></div>
189
+ </div>
190
+
191
+ <div class="row">
192
+ <div class="checkbox"></div>
193
+ <div class="label">BTECH <span class="count">(8)</span></div>
194
+ </div>
195
+ </div>
196
+
197
+ <div class="sheet-footer">
198
+ <div class="pill">Searching...</div>
199
+ </div>
200
+ </div>
201
+ </div>
202
+ </body>
203
+ </html>
code/19096/19096_4.html ADDED
@@ -0,0 +1,323 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Brand Filter Modal</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ position: relative;
11
+ overflow: hidden;
12
+ width: 1080px;
13
+ height: 2400px;
14
+ background: #000000;
15
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, Helvetica, sans-serif;
16
+ color: #EDEDED;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ width: 1080px;
25
+ height: 96px;
26
+ background: #000;
27
+ color: #FFFFFF;
28
+ display: flex;
29
+ align-items: center;
30
+ padding: 0 32px;
31
+ box-sizing: border-box;
32
+ font-weight: 600;
33
+ }
34
+ .status-time { font-size: 36px; }
35
+ .status-icons {
36
+ margin-left: auto;
37
+ display: flex;
38
+ gap: 18px;
39
+ align-items: center;
40
+ }
41
+ .icon-wifi, .icon-battery {
42
+ width: 44px; height: 28px; border: 3px solid #fff; border-radius: 6px; position: relative;
43
+ }
44
+ .icon-wifi::before {
45
+ content: "";
46
+ position: absolute; inset: 4px; border-radius: 4px; background: #fff;
47
+ }
48
+ .icon-battery::after {
49
+ content: "";
50
+ position: absolute; right: -8px; top: 8px; width: 6px; height: 12px; background: #fff; border-radius: 2px;
51
+ }
52
+
53
+ /* Dim background content (hint of app behind) */
54
+ .bg-card {
55
+ position: absolute;
56
+ left: 40px; top: 360px;
57
+ width: 380px; height: 260px;
58
+ background: #1a1a1a;
59
+ border: 1px solid #2c2c2c;
60
+ border-radius: 16px;
61
+ display: flex; align-items: center; justify-content: center;
62
+ color: #7d7d7d; font-size: 28px;
63
+ }
64
+
65
+ /* Modal panel */
66
+ .panel {
67
+ position: absolute;
68
+ left: 84px;
69
+ right: 84px;
70
+ top: 160px;
71
+ bottom: 220px;
72
+ background: #1f1f1f;
73
+ border-radius: 18px;
74
+ box-shadow: 0 12px 40px rgba(0,0,0,0.6);
75
+ display: flex;
76
+ flex-direction: column;
77
+ overflow: hidden;
78
+ }
79
+
80
+ .panel-header {
81
+ position: relative;
82
+ padding: 28px 32px 16px 24px;
83
+ border-bottom: 1px solid #2a2a2a;
84
+ }
85
+ .back-btn {
86
+ position: absolute;
87
+ left: 16px;
88
+ top: 28px;
89
+ width: 72px; height: 72px;
90
+ display: flex; align-items: center; justify-content: center;
91
+ cursor: default;
92
+ }
93
+ .back-btn svg { width: 40px; height: 40px; fill: #EDEDED; }
94
+ .title {
95
+ text-align: center;
96
+ font-size: 56px;
97
+ font-weight: 700;
98
+ letter-spacing: 0.3px;
99
+ }
100
+
101
+ .search-wrap {
102
+ padding: 22px 28px 10px 28px;
103
+ }
104
+ .search {
105
+ height: 96px;
106
+ border-radius: 24px;
107
+ border: 2px solid #3a3a3a;
108
+ background: #262626;
109
+ display: flex; align-items: center;
110
+ padding: 0 28px;
111
+ color: #CFCFCF;
112
+ font-size: 38px;
113
+ box-sizing: border-box;
114
+ }
115
+ .search svg { width: 44px; height: 44px; fill: #BDBDBD; margin-right: 20px; }
116
+ .placeholder { color: #BDBDBD; }
117
+
118
+ .content {
119
+ padding: 8px 28px 20px 28px;
120
+ overflow-y: auto;
121
+ }
122
+
123
+ .section-title {
124
+ font-size: 36px; font-weight: 700; margin-top: 18px;
125
+ }
126
+ .section-sub {
127
+ font-size: 30px; color: #A3A3A3; margin-top: 8px; margin-bottom: 18px;
128
+ }
129
+
130
+ .chips {
131
+ display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 18px;
132
+ }
133
+ .chip {
134
+ padding: 18px 28px;
135
+ border: 2px solid #5a5a5a;
136
+ color: #EDEDED;
137
+ background: #2a2a2a;
138
+ border-radius: 40px;
139
+ font-size: 32px;
140
+ white-space: nowrap;
141
+ }
142
+
143
+ .divider {
144
+ height: 1px; background: #2a2a2a; margin: 22px 0;
145
+ }
146
+
147
+ .alpha-label {
148
+ font-size: 30px; color: #A7A7A7; margin: 8px 0 10px 6px;
149
+ }
150
+
151
+ .brand-item {
152
+ display: flex; align-items: center; gap: 26px;
153
+ padding: 22px 8px;
154
+ border-bottom: 1px solid #2a2a2a;
155
+ }
156
+ .checkbox {
157
+ width: 48px; height: 48px; border-radius: 8px; border: 3px solid #8A8A8A;
158
+ box-sizing: border-box;
159
+ }
160
+ .brand-name {
161
+ font-size: 36px; color: #EDEDED; flex: 1;
162
+ }
163
+ .count {
164
+ font-size: 32px; color: #A5A5A5;
165
+ }
166
+
167
+ /* Bottom nav hint and CTA */
168
+ .bottom-nav {
169
+ position: absolute;
170
+ left: 0; right: 0; bottom: 0;
171
+ height: 140px;
172
+ background: #0b0b0b;
173
+ border-top: 1px solid #1c1c1c;
174
+ display: flex; align-items: center; padding: 0 32px; box-sizing: border-box;
175
+ color: #BEBEBE; gap: 16px; font-size: 32px;
176
+ }
177
+ .home-ico {
178
+ width: 56px; height: 56px; border-radius: 16px; border: 3px solid #BEBEBE;
179
+ }
180
+
181
+ .cta {
182
+ position: absolute;
183
+ left: 120px; right: 120px;
184
+ bottom: 160px;
185
+ height: 128px;
186
+ border-radius: 64px;
187
+ background: #6FA8FF;
188
+ color: #0b1a33;
189
+ font-weight: 700;
190
+ font-size: 44px;
191
+ display: flex; align-items: center; justify-content: center;
192
+ box-shadow: 0 10px 24px rgba(20,60,200,0.35);
193
+ }
194
+
195
+ /* Scrollbar subtle (optional) */
196
+ .content::-webkit-scrollbar { width: 10px; }
197
+ .content::-webkit-scrollbar-thumb { background: #3a3a3a; border-radius: 8px; }
198
+ .content::-webkit-scrollbar-track { background: transparent; }
199
+ </style>
200
+ </head>
201
+ <body>
202
+ <div id="render-target">
203
+
204
+ <div class="status-bar">
205
+ <div class="status-time">10:17</div>
206
+ <div class="status-icons">
207
+ <div class="icon-wifi"></div>
208
+ <div class="icon-battery"></div>
209
+ </div>
210
+ </div>
211
+
212
+ <!-- Dim background card to hint app under modal -->
213
+ <div class="bg-card">[IMG: Product Card]</div>
214
+
215
+ <div class="panel">
216
+ <div class="panel-header">
217
+ <div class="back-btn" aria-label="Back">
218
+ <svg viewBox="0 0 24 24"><path d="M15.5 19.5L8 12l7.5-7.5-1.5-1.5L5 12l9 9 1.5-1.5z"/></svg>
219
+ </div>
220
+ <div class="title">Brand</div>
221
+ </div>
222
+
223
+ <div class="search-wrap">
224
+ <div class="search">
225
+ <svg viewBox="0 0 24 24"><path d="M15.5 14h-.8l-.3-.3a6.5 6.5 0 10-.7.7l.3.3v.8L20 21.5 21.5 20l-6-6zM10 15a5 5 0 110-10 5 5 0 010 10z"/></svg>
226
+ <span class="placeholder">Search in Brand</span>
227
+ </div>
228
+ </div>
229
+
230
+ <div class="content">
231
+ <div class="section-title">Popular</div>
232
+ <div class="section-sub">The most popular brands on eBay</div>
233
+
234
+ <div class="chips">
235
+ <div class="chip">SANUS</div>
236
+ <div class="chip">VideoSecu</div>
237
+ <div class="chip">Unbranded</div>
238
+ <div class="chip">ONN</div>
239
+ <div class="chip">MountIt!</div>
240
+ </div>
241
+
242
+ <div class="alpha-label">1</div>
243
+ <div class="divider"></div>
244
+
245
+ <div class="brand-item">
246
+ <div class="checkbox"></div>
247
+ <div class="brand-name">1home</div>
248
+ <div class="count">(2)</div>
249
+ </div>
250
+
251
+ <div class="alpha-label">A</div>
252
+ <div class="divider"></div>
253
+
254
+ <div class="brand-item">
255
+ <div class="checkbox"></div>
256
+ <div class="brand-name">Accessories Unlimited</div>
257
+ <div class="count">(1)</div>
258
+ </div>
259
+ <div class="brand-item">
260
+ <div class="checkbox"></div>
261
+ <div class="brand-name">Acer</div>
262
+ <div class="count">(1)</div>
263
+ </div>
264
+ <div class="brand-item">
265
+ <div class="checkbox"></div>
266
+ <div class="brand-name">Aeon</div>
267
+ <div class="count">(2)</div>
268
+ </div>
269
+ <div class="brand-item">
270
+ <div class="checkbox"></div>
271
+ <div class="brand-name">Amazon</div>
272
+ <div class="count">(10)</div>
273
+ </div>
274
+ <div class="brand-item">
275
+ <div class="checkbox"></div>
276
+ <div class="brand-name">AmazonBasics</div>
277
+ <div class="count">(38)</div>
278
+ </div>
279
+ <div class="brand-item">
280
+ <div class="checkbox"></div>
281
+ <div class="brand-name">Apple</div>
282
+ <div class="count">(21)</div>
283
+ </div>
284
+ <div class="brand-item">
285
+ <div class="checkbox"></div>
286
+ <div class="brand-name">ARGOM TECH</div>
287
+ <div class="count">(3)</div>
288
+ </div>
289
+ <div class="brand-item">
290
+ <div class="checkbox"></div>
291
+ <div class="brand-name">Arkon</div>
292
+ <div class="count">(4)</div>
293
+ </div>
294
+ <div class="brand-item">
295
+ <div class="checkbox"></div>
296
+ <div class="brand-name">ArticulatingMounts</div>
297
+ <div class="count">(2)</div>
298
+ </div>
299
+ <div class="brand-item">
300
+ <div class="checkbox"></div>
301
+ <div class="brand-name">ASUS</div>
302
+ <div class="count">(6)</div>
303
+ </div>
304
+ <div class="brand-item">
305
+ <div class="checkbox"></div>
306
+ <div class="brand-name">Audiovox</div>
307
+ <div class="count">(1)</div>
308
+ </div>
309
+
310
+ <!-- Spacer to simulate more scrollable content -->
311
+ <div style="height: 80px;"></div>
312
+ </div>
313
+ </div>
314
+
315
+ <div class="cta">Show 29 results</div>
316
+
317
+ <div class="bottom-nav">
318
+ <div class="home-ico"></div>
319
+ <div>Home</div>
320
+ </div>
321
+ </div>
322
+ </body>
323
+ </html>
code/19096/19096_5.html ADDED
@@ -0,0 +1,214 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 - TV Wall Mount</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #000000; color: #FFFFFF;
12
+ }
13
+
14
+ .status-bar {
15
+ height: 90px; padding: 0 36px; display: flex; align-items: center; justify-content: space-between; color: #fff;
16
+ }
17
+ .status-bar .time { font-size: 36px; font-weight: 600; letter-spacing: 1px; }
18
+ .status-icons { display: flex; gap: 22px; align-items: center; }
19
+ .status-icons svg { width: 34px; height: 34px; fill: #fff; opacity: 0.9; }
20
+
21
+ .header {
22
+ padding: 24px 36px 16px 24px; display: flex; align-items: center; gap: 22px;
23
+ }
24
+ .icon-btn {
25
+ width: 72px; height: 72px; border-radius: 36px; background: transparent; border: none; display: flex; align-items: center; justify-content: center; cursor: default;
26
+ }
27
+ .icon-btn svg { width: 42px; height: 42px; fill: #fff; }
28
+ .query {
29
+ font-size: 68px; font-weight: 800; flex: 1;
30
+ }
31
+ .header-actions { display: flex; gap: 18px; }
32
+ .circle-btn {
33
+ width: 88px; height: 88px; border-radius: 44px; background: #1C1C1E; display: flex; align-items: center; justify-content: center;
34
+ }
35
+ .circle-btn svg { width: 44px; height: 44px; fill: #fff; }
36
+
37
+ .toolbar {
38
+ display: flex; align-items: center; justify-content: space-between;
39
+ padding: 10px 36px 20px 36px;
40
+ }
41
+ .blue-link { color: #63A3FF; display: flex; gap: 14px; align-items: center; font-size: 36px; font-weight: 600; }
42
+ .toolbar .right { display: flex; gap: 46px; }
43
+ .toolbar .right .control { color: #C9D8FF; display: flex; gap: 12px; align-items: center; font-size: 34px; }
44
+ .toolbar svg { width: 34px; height: 34px; fill: #63A3FF; }
45
+
46
+ .list { padding: 8px 20px 0 20px; }
47
+ .card {
48
+ display: flex; gap: 28px; padding: 22px 8px 22px 8px;
49
+ }
50
+ .thumb {
51
+ width: 300px; height: 300px; border-radius: 28px; position: relative; overflow: hidden;
52
+ background: #E0E0E0; border: 1px solid #BDBDBD; display: flex; align-items: center; justify-content: center;
53
+ color: #5E5E5E; font-weight: 600; text-align: center; padding: 10px;
54
+ }
55
+ .heart-badge {
56
+ position: absolute; right: 14px; top: 14px; width: 72px; height: 72px; border-radius: 36px;
57
+ background: rgba(20,20,20,0.9); border: 2px solid rgba(255,255,255,0.15); display: flex; align-items: center; justify-content: center;
58
+ }
59
+ .heart-badge svg { width: 36px; height: 36px; fill: #fff; opacity: 0.85; }
60
+
61
+ .info { flex: 1; padding-top: 6px; }
62
+ .title { font-size: 44px; font-weight: 700; line-height: 1.22; margin-bottom: 10px; }
63
+ .meta { font-size: 30px; color: #B0B0B0; margin-bottom: 18px; }
64
+ .price { font-size: 54px; font-weight: 800; margin-bottom: 10px; }
65
+ .ship { font-size: 30px; color: #B0B0B0; }
66
+ .sponsored { margin-top: 22px; font-size: 28px; color: #8A8A8A; }
67
+
68
+ .separator { height: 1px; background: #2F2F2F; margin: 6px 0 6px 0; }
69
+
70
+ .results-bar {
71
+ position: absolute; left: 0; right: 0; bottom: 240px; height: 84px; background: #0E0E10;
72
+ display: flex; align-items: center; justify-content: center; color: #EDEDED; font-size: 34px; border-top: 1px solid #262626;
73
+ }
74
+
75
+ .bottom-nav {
76
+ position: absolute; left: 0; right: 0; bottom: 0; height: 240px; background: #141416; border-top: 1px solid #2B2B2B;
77
+ display: flex; align-items: flex-start; padding-top: 22px;
78
+ }
79
+ .nav-item { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 12px; color: #D0D0D0; font-size: 28px; }
80
+ .nav-item svg { width: 52px; height: 52px; fill: #D0D0D0; }
81
+ .nav-item.active svg { fill: #2E6BFF; }
82
+ .nav-item.active { color: #2E6BFF; }
83
+ .home-indicator {
84
+ position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%);
85
+ width: 360px; height: 10px; background: #F0F0F0; opacity: 0.85; border-radius: 6px;
86
+ }
87
+ </style>
88
+ </head>
89
+ <body>
90
+ <div id="render-target">
91
+
92
+ <div class="status-bar">
93
+ <div class="time">10:18</div>
94
+ <div class="status-icons">
95
+ <!-- simple "network" icon -->
96
+ <svg viewBox="0 0 24 24"><path d="M2 18h2v2H2v-2zm4-4h2v6H6v-6zm4-4h2v10h-2V10zm4-4h2v14h-2V6zm4-2h2v16h-2V4z"/></svg>
97
+ <!-- battery icon -->
98
+ <svg viewBox="0 0 24 24"><path d="M16 6h1a2 2 0 012 2v8a2 2 0 01-2 2h-1v1h-2v-1H6a2 2 0 01-2-2V8a2 2 0 012-2h10zM6 8v8h12V8H6z"/></svg>
99
+ </div>
100
+ </div>
101
+
102
+ <div class="header">
103
+ <button class="icon-btn" aria-label="Back">
104
+ <svg viewBox="0 0 24 24"><path d="M15.5 4.5L7 12l8.5 7.5-1.5 1.5L4 12 14 3l1.5 1.5z"/></svg>
105
+ </button>
106
+ <div class="query">tv wall mount</div>
107
+ <div class="header-actions">
108
+ <div class="circle-btn" aria-label="Search">
109
+ <svg viewBox="0 0 24 24"><path d="M10 2a8 8 0 015.9 13.4l4.1 4.1-1.4 1.4-4.1-4.1A8 8 0 1110 2zm0 2a6 6 0 100 12 6 6 0 000-12z"/></svg>
110
+ </div>
111
+ <div class="circle-btn" aria-label="Camera">
112
+ <svg viewBox="0 0 24 24"><path d="M7 7l2-2h6l2 2h2a3 3 0 013 3v7a3 3 0 01-3 3H5a3 3 0 01-3-3v-7a3 3 0 013-3h2zm5 3a5 5 0 110 10 5 5 0 010-10z"/></svg>
113
+ </div>
114
+ <div class="circle-btn" aria-label="Cart">
115
+ <svg viewBox="0 0 24 24"><path d="M7 18a2 2 0 100 4 2 2 0 000-4zm9 0a2 2 0 100 4 2 2 0 000-4zM3 4h3l2.6 9.2A3 3 0 0011.5 16H18v-2h-6.5l-.4-1.5H18a2 2 0 001.9-1.4L22 6H6.2L5.5 4H3z"/></svg>
116
+ </div>
117
+ </div>
118
+ </div>
119
+
120
+ <div class="toolbar">
121
+ <div class="blue-link">
122
+ <svg viewBox="0 0 24 24"><path d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 6 4 4 6.5 4c1.54 0 3.04.99 3.57 2.36h1.86C13.46 4.99 14.96 4 16.5 4 19 4 21 6 21 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"/></svg>
123
+ <span>Save this search</span>
124
+ </div>
125
+ <div class="right">
126
+ <div class="control">
127
+ <svg viewBox="0 0 24 24"><path d="M7 6h10v2H7V6zm-3 5h16v2H4v-2zm3 5h10v2H7v-2z"/></svg>
128
+ <span>Sort</span>
129
+ </div>
130
+ <div class="control">
131
+ <svg viewBox="0 0 24 24"><path d="M3 5h18l-7 8v6l-4-2v-4L3 5z"/></svg>
132
+ <span>Filter · 1</span>
133
+ </div>
134
+ </div>
135
+ </div>
136
+
137
+ <div class="list">
138
+ <!-- Card 1 -->
139
+ <div class="card">
140
+ <div class="thumb">
141
+ [IMG: TV Wall Mount product photo]
142
+ <div class="heart-badge"><svg viewBox="0 0 24 24"><path d="M12 21s-6.7-4.5-9.3-8.1C.5 9.7 2.1 6 5.6 6c1.9 0 3.2 1.1 4 2.3C10.4 7.1 11.7 6 13.6 6c3.5 0 5.1 3.7 2.9 6.9C18.7 16.5 12 21 12 21z"/></svg></div>
143
+ </div>
144
+ <div class="info">
145
+ <div class="title">ARMSTRONG Full Motion TV Wall Mount Bracket Swivel Tilt for 17 in. to 42 in</div>
146
+ <div class="meta">Brand New · Armstrong</div>
147
+ <div class="price">$32.99</div>
148
+ <div class="ship">+$473.31 shipping from United States</div>
149
+ <div class="sponsored">Sponsored</div>
150
+ </div>
151
+ </div>
152
+ <div class="separator"></div>
153
+
154
+ <!-- Card 2 -->
155
+ <div class="card">
156
+ <div class="thumb" style="border-radius: 28px;">
157
+ [IMG: Full-Motion TV Wall Mount close-up]
158
+ <div class="heart-badge"><svg viewBox="0 0 24 24"><path d="M12 21s-6.7-4.5-9.3-8.1C.5 9.7 2.1 6 5.6 6c1.9 0 3.2 1.1 4 2.3C10.4 7.1 11.7 6 13.6 6c3.5 0 5.1 3.7 2.9 6.9C18.7 16.5 12 21 12 21z"/></svg></div>
159
+ </div>
160
+ <div class="info">
161
+ <div class="title">ARMSTRONG 37 In. To 80 In. Full-Motion TV Wall Mount</div>
162
+ <div class="meta">Brand New · Armstrong</div>
163
+ <div class="price">$50.00</div>
164
+ <div class="ship">or Best Offer · +$180.20 shipping from United States</div>
165
+ <div class="sponsored">Sponsored</div>
166
+ </div>
167
+ </div>
168
+ <div class="separator"></div>
169
+
170
+ <!-- Card 3 -->
171
+ <div class="card">
172
+ <div class="thumb">
173
+ [IMG: Armstrong TV Wall Mount box photo]
174
+ <div class="heart-badge"><svg viewBox="0 0 24 24"><path d="M12 21s-6.7-4.5-9.3-8.1C.5 9.7 2.1 6 5.6 6c1.9 0 3.2 1.1 4 2.3C10.4 7.1 11.7 6 13.6 6c3.5 0 5.1 3.7 2.9 6.9C18.7 16.5 12 21 12 21z"/></svg></div>
175
+ </div>
176
+ <div class="info">
177
+ <div class="title">Armstrong TV Wall Mount 17" To 42" Swivel/Tilt</div>
178
+ <div class="meta">Brand New · Armstrong</div>
179
+ <div class="price">$20.00</div>
180
+ <div class="ship">or Best Offer · +$60.90 shipping from United States</div>
181
+ <div class="sponsored">Sponsored</div>
182
+ </div>
183
+ </div>
184
+ </div>
185
+
186
+ <div class="results-bar">29 results</div>
187
+
188
+ <div class="bottom-nav">
189
+ <div class="nav-item">
190
+ <svg viewBox="0 0 24 24"><path d="M12 3l9 7v11h-6v-6H9v6H3V10l9-7z"/></svg>
191
+ <div>Home</div>
192
+ </div>
193
+ <div class="nav-item">
194
+ <svg viewBox="0 0 24 24"><path d="M12 12a5 5 0 100-10 5 5 0 000 10zm0 2c-5 0-9 2.5-9 5.5V22h18v-2.5C21 16.5 17 14 12 14z"/></svg>
195
+ <div>My eBay</div>
196
+ </div>
197
+ <div class="nav-item active">
198
+ <svg viewBox="0 0 24 24"><path d="M10 2a8 8 0 015.9 13.4l4.1 4.1-1.4 1.4-4.1-4.1A8 8 0 1110 2zm0 2a6 6 0 100 12 6 6 0 000-12z"/></svg>
199
+ <div>Search</div>
200
+ </div>
201
+ <div class="nav-item">
202
+ <svg viewBox="0 0 24 24"><path d="M12 22a2 2 0 002-2H10a2 2 0 002 2zm6-6V11a6 6 0 10-12 0v5L4 17v1h16v-1l-2-1z"/></svg>
203
+ <div>Inbox</div>
204
+ </div>
205
+ <div class="nav-item">
206
+ <svg viewBox="0 0 24 24"><path d="M20 10l-8-8H4v16l8 8 8-8V10zm-9 1a3 3 0 110-6 3 3 0 010 6z"/></svg>
207
+ <div>Selling</div>
208
+ </div>
209
+ <div class="home-indicator"></div>
210
+ </div>
211
+
212
+ </div>
213
+ </body>
214
+ </html>
code/19097/19097_0.html ADDED
@@ -0,0 +1,217 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Shopping Bag</title>
6
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #FFFFFF; color: #111; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ height: 90px; padding: 0 36px; display: flex; align-items: center; justify-content: space-between;
17
+ color: #424242; font-weight: 600; font-size: 38px;
18
+ }
19
+ .sb-left { display: flex; align-items: center; gap: 26px; }
20
+ .sb-icons { display: flex; align-items: center; gap: 22px; }
21
+ .dot { width: 18px; height: 18px; background: #9E9E9E; border-radius: 50%; display: inline-block; }
22
+ .wifi, .battery {
23
+ width: 42px; height: 28px; display: inline-block;
24
+ }
25
+ .wifi svg, .battery svg { width: 100%; height: 100%; }
26
+ .battery { margin-left: 8px; }
27
+
28
+ /* App bar */
29
+ .app-bar {
30
+ height: 120px; padding: 0 36px; display: flex; align-items: center; justify-content: space-between;
31
+ border-bottom: 1px solid #E0E0E0;
32
+ }
33
+ .icon-btn { width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; cursor: default; }
34
+ .icon-btn svg { width: 36px; height: 36px; stroke: #000; }
35
+
36
+ /* Tabs */
37
+ .tabs {
38
+ display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid #E0E0E0; border-top: 1px solid #E0E0E0;
39
+ height: 120px;
40
+ }
41
+ .tab {
42
+ display: flex; align-items: center; justify-content: center; font-size: 34px; letter-spacing: 1px;
43
+ color: #333; position: relative;
44
+ }
45
+ .tab + .tab { border-left: 1px solid #E0E0E0; }
46
+ .tab.active { font-weight: 700; }
47
+
48
+ /* Gift row */
49
+ .gift-row {
50
+ height: 120px; display: flex; align-items: center; justify-content: space-between;
51
+ padding: 0 36px; border-bottom: 1px solid #E0E0E0; font-size: 32px; letter-spacing: 1px; color: #333;
52
+ }
53
+ .chevron svg { width: 28px; height: 28px; }
54
+
55
+ /* Items */
56
+ .item {
57
+ display: grid; grid-template-columns: 540px 540px;
58
+ border-bottom: 1px solid #DADADA;
59
+ }
60
+ .item .img {
61
+ width: 540px; height: 900px; background: #E0E0E0; border-right: 1px solid #DADADA; border-bottom: 1px solid transparent;
62
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 28px; text-align: center; padding: 20px;
63
+ }
64
+ .details {
65
+ position: relative; padding: 40px;
66
+ }
67
+ .remove {
68
+ position: absolute; top: 28px; right: 28px; width: 48px; height: 48px; display: flex; align-items: center; justify-content: center;
69
+ border-radius: 24px;
70
+ }
71
+ .remove svg { width: 28px; height: 28px; }
72
+ .title { font-size: 34px; letter-spacing: 1px; text-transform: uppercase; margin-top: 30px; }
73
+ .price { font-size: 32px; color: #333; margin-top: 16px; }
74
+ .meta { font-size: 30px; color: #666; margin-top: 22px; }
75
+ .qty {
76
+ position: absolute; bottom: 40px; left: 40px; display: flex; gap: 0;
77
+ }
78
+ .box {
79
+ width: 140px; height: 100px; border: 1px solid #BDBDBD; display: flex; align-items: center; justify-content: center;
80
+ font-size: 42px; color: #333;
81
+ }
82
+
83
+ /* Bottom bar */
84
+ .bottom-bar {
85
+ position: absolute; left: 0; bottom: 0; width: 1080px; height: 160px; display: grid; grid-template-columns: 540px 540px;
86
+ border-top: 1px solid #E0E0E0;
87
+ }
88
+ .buy {
89
+ background: #000; color: #fff; font-size: 40px; letter-spacing: 2px; display: flex; align-items: center; justify-content: center;
90
+ }
91
+ .total {
92
+ background: #fff; color: #000; display: flex; align-items: center; justify-content: space-between; padding: 0 40px;
93
+ }
94
+ .total .label { font-size: 34px; font-weight: 700; letter-spacing: 2px; }
95
+ .total .amount { font-size: 34px; }
96
+ .total .note { position: absolute; right: 40px; bottom: 18px; font-size: 24px; color: #777; }
97
+
98
+ /* Helper lines */
99
+ .divider { width: 1080px; height: 1px; background: #DADADA; }
100
+ </style>
101
+ </head>
102
+ <body>
103
+ <div id="render-target">
104
+
105
+ <!-- Status bar -->
106
+ <div class="status-bar">
107
+ <div class="sb-left">
108
+ <div>10:35</div>
109
+ <div class="sb-icons">
110
+ <span class="dot"></span>
111
+ <span class="dot"></span>
112
+ <span class="dot"></span>
113
+ <span class="dot"></span>
114
+ <span class="dot" style="opacity:.6;"></span>
115
+ </div>
116
+ </div>
117
+ <div class="sb-icons">
118
+ <div class="wifi">
119
+ <svg viewBox="0 0 24 24">
120
+ <path d="M2 8c8-6 12-6 20 0" stroke="#616161" stroke-width="2" fill="none"/>
121
+ <path d="M5 11c6-4 8-4 14 0" stroke="#616161" stroke-width="2" fill="none"/>
122
+ <circle cx="12" cy="16" r="2" fill="#616161"/>
123
+ </svg>
124
+ </div>
125
+ <div class="battery">
126
+ <svg viewBox="0 0 28 16">
127
+ <rect x="1" y="3" width="22" height="10" rx="2" stroke="#616161" fill="none" stroke-width="2"/>
128
+ <rect x="3" y="5" width="18" height="6" fill="#616161"/>
129
+ <rect x="24" y="6" width="3" height="4" rx="1" fill="#616161"/>
130
+ </svg>
131
+ </div>
132
+ </div>
133
+ </div>
134
+
135
+ <!-- App bar -->
136
+ <div class="app-bar">
137
+ <div class="icon-btn">
138
+ <svg viewBox="0 0 24 24" stroke-width="2" fill="none">
139
+ <path d="M4 4L20 20M20 4L4 20" stroke="#000"/>
140
+ </svg>
141
+ </div>
142
+ <div class="icon-btn">
143
+ <svg viewBox="0 0 24 24" stroke-width="1.6" fill="none">
144
+ <path d="M4 5h16v10H8l-4 4V5z" stroke="#000"/>
145
+ </svg>
146
+ </div>
147
+ </div>
148
+
149
+ <!-- Tabs -->
150
+ <div class="tabs">
151
+ <div class="tab active">SHOPPING BAG (2)</div>
152
+ <div class="tab">FAVORITES ✧</div>
153
+ </div>
154
+
155
+ <!-- Gift prompt -->
156
+ <div class="gift-row">
157
+ <div>IS YOUR ORDER A GIFT?</div>
158
+ <div class="chevron">
159
+ <svg viewBox="0 0 24 24" stroke-width="2" fill="none">
160
+ <path d="M8 4l8 8-8 8" stroke="#000"/>
161
+ </svg>
162
+ </div>
163
+ </div>
164
+
165
+ <!-- Item 1 -->
166
+ <div class="item">
167
+ <div class="img">[IMG: Street photo of linen wide-leg pants in ecru]</div>
168
+ <div class="details">
169
+ <div class="remove">
170
+ <svg viewBox="0 0 24 24" stroke-width="2" fill="none">
171
+ <path d="M4 4L20 20M20 4L4 20" stroke="#000"/>
172
+ </svg>
173
+ </div>
174
+ <div class="title">LINEN BLEND WIDE LEG PANTS</div>
175
+ <div class="price">59.90 USD</div>
176
+ <div class="meta">M | ECRU</div>
177
+ <div class="qty">
178
+ <div class="box">−</div>
179
+ <div class="box" style="font-weight:600;">1</div>
180
+ <div class="box">+</div>
181
+ </div>
182
+ </div>
183
+ </div>
184
+
185
+ <!-- Item 2 -->
186
+ <div class="item">
187
+ <div class="img">[IMG: Street photo of black high-waisted pants]</div>
188
+ <div class="details">
189
+ <div class="remove">
190
+ <svg viewBox="0 0 24 24" stroke-width="2" fill="none">
191
+ <path d="M4 4L20 20M20 4L4 20" stroke="#000"/>
192
+ </svg>
193
+ </div>
194
+ <div class="title">HIGH-WAISTED PANTS</div>
195
+ <div class="price">45.90 USD</div>
196
+ <div class="meta">M | BLACK</div>
197
+ <div class="qty">
198
+ <div class="box">−</div>
199
+ <div class="box" style="font-weight:600;">1</div>
200
+ <div class="box">+</div>
201
+ </div>
202
+ </div>
203
+ </div>
204
+
205
+ <!-- Bottom bar -->
206
+ <div class="bottom-bar">
207
+ <div class="buy">BUY</div>
208
+ <div class="total">
209
+ <div class="label">TOTAL</div>
210
+ <div class="amount">105.80 USD</div>
211
+ <div class="note">* TAX NOT INCLUDED</div>
212
+ </div>
213
+ </div>
214
+
215
+ </div>
216
+ </body>
217
+ </html>
code/19097/19097_1.html ADDED
@@ -0,0 +1,240 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>UI Render</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
16
+ color: #111;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ height: 120px;
22
+ padding: 0 40px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ color: #222;
27
+ }
28
+ .status-left {
29
+ display: flex;
30
+ align-items: center;
31
+ gap: 22px;
32
+ }
33
+ .time {
34
+ font-size: 44px;
35
+ font-weight: 500;
36
+ letter-spacing: 0.5px;
37
+ }
38
+ .status-center-dots {
39
+ display: flex;
40
+ gap: 14px;
41
+ }
42
+ .dot {
43
+ width: 14px; height: 14px; background: #444; border-radius: 50%;
44
+ display: inline-block;
45
+ }
46
+ .status-right {
47
+ display: flex;
48
+ align-items: center;
49
+ gap: 24px;
50
+ }
51
+ .icon {
52
+ width: 44px; height: 44px;
53
+ }
54
+
55
+ /* App toolbar */
56
+ .toolbar {
57
+ height: 120px;
58
+ padding: 0 40px;
59
+ display: flex;
60
+ align-items: center;
61
+ justify-content: space-between;
62
+ border-top: 1px solid #eee;
63
+ }
64
+ .toolbar-left, .toolbar-right {
65
+ display: flex;
66
+ align-items: center;
67
+ gap: 34px;
68
+ }
69
+ .icon-lg {
70
+ width: 56px; height: 56px;
71
+ }
72
+
73
+ /* Hero image placeholder */
74
+ .hero {
75
+ width: 100%;
76
+ height: 1500px;
77
+ background: #E0E0E0;
78
+ border-top: 1px solid #BDBDBD;
79
+ border-bottom: 1px solid #BDBDBD;
80
+ display: flex;
81
+ align-items: center;
82
+ justify-content: center;
83
+ color: #757575;
84
+ text-transform: uppercase;
85
+ letter-spacing: 1px;
86
+ font-size: 36px;
87
+ }
88
+
89
+ /* Bottom action bar over image */
90
+ .action-bar {
91
+ height: 180px;
92
+ display: grid;
93
+ grid-template-columns: 1fr 1fr;
94
+ background: #ffffff;
95
+ border-top: 1px solid #e5e5e5;
96
+ border-bottom: 1px solid #e5e5e5;
97
+ }
98
+ .action-item {
99
+ display: flex;
100
+ align-items: center;
101
+ justify-content: center;
102
+ font-size: 36px;
103
+ letter-spacing: 1px;
104
+ color: #222;
105
+ }
106
+ .action-item + .action-item {
107
+ border-left: 1px solid #e5e5e5;
108
+ }
109
+
110
+ /* Product details section */
111
+ .details {
112
+ padding: 40px;
113
+ display: flex;
114
+ align-items: center;
115
+ justify-content: space-between;
116
+ }
117
+ .details-left {
118
+ display: flex;
119
+ flex-direction: column;
120
+ gap: 16px;
121
+ }
122
+ .title {
123
+ font-size: 34px;
124
+ letter-spacing: 2px;
125
+ color: #333;
126
+ }
127
+ .price {
128
+ font-size: 30px;
129
+ color: #555;
130
+ }
131
+ .details-right {
132
+ display: flex;
133
+ align-items: center;
134
+ gap: 22px;
135
+ }
136
+ .swatch {
137
+ width: 72px;
138
+ height: 72px;
139
+ background: #000;
140
+ border: 1px solid #BDBDBD;
141
+ }
142
+ .more-count {
143
+ font-size: 30px;
144
+ color: #333;
145
+ }
146
+
147
+ /* Home pill */
148
+ .home-pill {
149
+ position: absolute;
150
+ bottom: 28px;
151
+ left: 50%;
152
+ transform: translateX(-50%);
153
+ width: 300px;
154
+ height: 14px;
155
+ background: #BDBDBD;
156
+ border-radius: 8px;
157
+ }
158
+ </style>
159
+ </head>
160
+ <body>
161
+ <div id="render-target">
162
+
163
+ <!-- Status bar -->
164
+ <div class="status-bar">
165
+ <div class="status-left">
166
+ <div class="time">10:35</div>
167
+ <div class="status-center-dots">
168
+ <span class="dot"></span>
169
+ <span class="dot"></span>
170
+ <span class="dot"></span>
171
+ <span class="dot"></span>
172
+ </div>
173
+ </div>
174
+ <div class="status-right">
175
+ <!-- Wi-Fi icon -->
176
+ <svg class="icon" viewBox="0 0 24 24">
177
+ <path d="M3 8c4.6-3.8 12.4-3.8 17 0" stroke="#000" stroke-width="2" fill="none" stroke-linecap="round"/>
178
+ <path d="M6 11c3.3-2.7 8.7-2.7 12 0" stroke="#000" stroke-width="2" fill="none" stroke-linecap="round"/>
179
+ <path d="M9 14c2-1.6 5-1.6 7 0" stroke="#000" stroke-width="2" fill="none" stroke-linecap="round"/>
180
+ <circle cx="12" cy="18" r="1.5" fill="#000"/>
181
+ </svg>
182
+ <!-- Battery icon -->
183
+ <svg class="icon" viewBox="0 0 24 24">
184
+ <rect x="3" y="7" width="16" height="10" rx="2" ry="2" stroke="#000" fill="none" stroke-width="2"/>
185
+ <rect x="19" y="10" width="2" height="4" fill="#000"/>
186
+ </svg>
187
+ </div>
188
+ </div>
189
+
190
+ <!-- App toolbar -->
191
+ <div class="toolbar">
192
+ <div class="toolbar-left">
193
+ <!-- Close (X) -->
194
+ <svg class="icon-lg" viewBox="0 0 24 24">
195
+ <path d="M6 6l12 12M18 6l-12 12" stroke="#000" stroke-width="2" stroke-linecap="round"/>
196
+ </svg>
197
+ </div>
198
+ <div class="toolbar-right">
199
+ <!-- Share icon -->
200
+ <svg class="icon" viewBox="0 0 24 24">
201
+ <circle cx="6" cy="12" r="2" fill="none" stroke="#000" stroke-width="2"/>
202
+ <circle cx="18" cy="6" r="2" fill="none" stroke="#000" stroke-width="2"/>
203
+ <circle cx="18" cy="18" r="2" fill="none" stroke="#000" stroke-width="2"/>
204
+ <path d="M8 12l8-6M8 12l8 6" stroke="#000" stroke-width="2" fill="none" stroke-linecap="round"/>
205
+ </svg>
206
+ <!-- Bookmark icon -->
207
+ <svg class="icon" viewBox="0 0 24 24">
208
+ <path d="M6 4h12v16l-6-3-6 3V4z" fill="none" stroke="#000" stroke-width="2" stroke-linejoin="round"/>
209
+ </svg>
210
+ </div>
211
+ </div>
212
+
213
+ <!-- Hero image placeholder -->
214
+ <div class="hero">
215
+ [IMG: Fashion photo with red street post and person modeling black pants]
216
+ </div>
217
+
218
+ <!-- Bottom action bar -->
219
+ <div class="action-bar">
220
+ <div class="action-item">ADD</div>
221
+ <div class="action-item">SHOPPING BAG (2)</div>
222
+ </div>
223
+
224
+ <!-- Product details -->
225
+ <div class="details">
226
+ <div class="details-left">
227
+ <div class="title">HIGH-WAISTED PANTS</div>
228
+ <div class="price">45.90 USD</div>
229
+ </div>
230
+ <div class="details-right">
231
+ <div class="swatch"></div>
232
+ <div class="more-count">+7</div>
233
+ </div>
234
+ </div>
235
+
236
+ <!-- Home pill -->
237
+ <div class="home-pill"></div>
238
+ </div>
239
+ </body>
240
+ </html>
code/19097/19097_10.html ADDED
@@ -0,0 +1,338 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Shopping Bag UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #FFFFFF;
14
+ font-family: "Helvetica Neue", Arial, sans-serif;
15
+ color: #222;
16
+ }
17
+
18
+ /* Header with close and chat icons */
19
+ .header {
20
+ position: absolute;
21
+ top: 120px;
22
+ left: 0;
23
+ width: 1080px;
24
+ height: 140px;
25
+ }
26
+ .header .icon-btn {
27
+ position: absolute;
28
+ width: 64px; height: 64px;
29
+ display: flex; align-items: center; justify-content: center;
30
+ cursor: default;
31
+ }
32
+ .header .icon-btn svg { width: 28px; height: 28px; stroke: #6D6D6D; fill: none; stroke-width: 2; }
33
+ .header .close { left: 40px; top: 40px; }
34
+ .header .chat { right: 40px; top: 40px; }
35
+
36
+ /* Tabs */
37
+ .tabs {
38
+ position: absolute;
39
+ top: 260px;
40
+ left: 0;
41
+ width: 1080px;
42
+ height: 110px;
43
+ display: grid;
44
+ grid-template-columns: 1fr 1fr;
45
+ border-top: 1px solid #E5E5E5;
46
+ border-bottom: 1px solid #E5E5E5;
47
+ }
48
+ .tab {
49
+ display: flex; align-items: center; justify-content: center;
50
+ font-size: 28px; letter-spacing: 1px;
51
+ color: #333;
52
+ border-right: 1px solid #E5E5E5;
53
+ }
54
+ .tab:last-child { border-right: none; color: #666; }
55
+ .tab.active { font-weight: 600; }
56
+ .tab .bookmark {
57
+ width: 24px; height: 24px; margin-left: 12px;
58
+ }
59
+ .tab .bookmark path { stroke: #888; fill: none; stroke-width: 2; }
60
+
61
+ /* Gift row */
62
+ .gift-row {
63
+ position: absolute;
64
+ top: 370px; left: 0;
65
+ width: 1080px; height: 100px;
66
+ display: flex; align-items: center; justify-content: space-between;
67
+ padding: 0 40px;
68
+ border-bottom: 1px solid #E5E5E5;
69
+ color: #888;
70
+ font-size: 26px; letter-spacing: 1px;
71
+ }
72
+ .gift-row .chevron { width: 22px; height: 22px; stroke: #888; stroke-width: 2; fill: none; }
73
+
74
+ /* Items list */
75
+ .items {
76
+ position: absolute;
77
+ top: 470px; left: 0;
78
+ width: 1080px;
79
+ }
80
+ .item {
81
+ width: 1080px;
82
+ height: 720px;
83
+ display: grid;
84
+ grid-template-columns: 540px 540px;
85
+ border-bottom: 1px solid #DCDCDC;
86
+ position: relative;
87
+ }
88
+ .item .img {
89
+ width: 540px; height: 720px;
90
+ background: #E0E0E0;
91
+ border-right: 1px solid #DCDCDC;
92
+ border-bottom: none;
93
+ border-left: none;
94
+ display: flex; align-items: center; justify-content: center;
95
+ color: #757575; font-size: 26px; text-align: center; padding: 0 20px;
96
+ border-top: none;
97
+ border: 1px solid #BDBDBD;
98
+ border-left: none; border-top: none; border-bottom: none;
99
+ }
100
+ .item .details {
101
+ position: relative;
102
+ padding: 40px 40px 30px 40px;
103
+ }
104
+ .item .remove {
105
+ position: absolute;
106
+ top: 30px; right: 30px;
107
+ width: 44px; height: 44px; display: flex; align-items: center; justify-content: center;
108
+ }
109
+ .item .remove svg { width: 22px; height: 22px; stroke: #999; stroke-width: 2; fill: none; }
110
+
111
+ .prod-title {
112
+ font-size: 30px;
113
+ color: #666;
114
+ letter-spacing: 1px;
115
+ text-transform: uppercase;
116
+ margin-bottom: 16px;
117
+ }
118
+ .price {
119
+ font-size: 26px;
120
+ color: #666;
121
+ margin-bottom: 18px;
122
+ }
123
+ .variant {
124
+ font-size: 24px;
125
+ color: #888;
126
+ margin-bottom: 30px;
127
+ }
128
+
129
+ /* Quantity stepper */
130
+ .qty {
131
+ position: absolute;
132
+ bottom: 40px; left: 40px;
133
+ display: grid;
134
+ grid-template-columns: 120px 120px 120px;
135
+ height: 96px;
136
+ border: 1px solid #BDBDBD;
137
+ }
138
+ .qty .cell {
139
+ border-right: 1px solid #BDBDBD;
140
+ display: flex; align-items: center; justify-content: center;
141
+ }
142
+ .qty .cell:last-child { border-right: none; }
143
+ .qty .cell svg {
144
+ width: 24px; height: 24px; stroke: #666; stroke-width: 2; fill: none;
145
+ }
146
+ .qty .count {
147
+ font-size: 28px; color: #666; font-weight: 500;
148
+ }
149
+
150
+ /* Spinner near middle */
151
+ .spinner {
152
+ position: absolute;
153
+ left: 520px; top: 1130px;
154
+ width: 40px; height: 40px;
155
+ }
156
+ .spinner circle { stroke: #A0A0A0; stroke-width: 4; fill: none; opacity: 0.8; }
157
+ .spinner path { stroke: #A0A0A0; stroke-width: 4; fill: none; }
158
+
159
+ /* Bottom bar */
160
+ .bottom-bar {
161
+ position: absolute;
162
+ bottom: 120px; left: 0;
163
+ width: 1080px; height: 140px;
164
+ display: grid; grid-template-columns: 640px 440px;
165
+ border-top: 1px solid #DCDCDC;
166
+ background: #FFFFFF;
167
+ }
168
+ .buy-btn {
169
+ background: #6E6E6E;
170
+ color: #FFFFFF;
171
+ display: flex; align-items: center; justify-content: center;
172
+ font-size: 30px; letter-spacing: 2px;
173
+ }
174
+ .total-wrap {
175
+ padding: 22px 30px 10px 30px;
176
+ display: flex; flex-direction: column; justify-content: center;
177
+ color: #333;
178
+ }
179
+ .total-top {
180
+ display: flex; justify-content: space-between; align-items: center;
181
+ font-size: 30px; font-weight: 600; letter-spacing: 2px;
182
+ }
183
+ .total-amount { font-weight: 700; }
184
+ .tax-note {
185
+ font-size: 22px; color: #888; margin-top: 6px; letter-spacing: 1px;
186
+ }
187
+
188
+ /* Home indicator (device) */
189
+ .home-indicator {
190
+ position: absolute; bottom: 48px; left: 50%;
191
+ transform: translateX(-50%);
192
+ width: 360px; height: 12px; background: #6D6D6D; border-radius: 8px;
193
+ opacity: 0.6;
194
+ }
195
+ </style>
196
+ </head>
197
+ <body>
198
+ <div id="render-target">
199
+
200
+ <div class="header">
201
+ <div class="icon-btn close">
202
+ <svg viewBox="0 0 24 24">
203
+ <path d="M4 4 L20 20 M20 4 L4 20"></path>
204
+ </svg>
205
+ </div>
206
+ <div class="icon-btn chat">
207
+ <svg viewBox="0 0 24 24">
208
+ <path d="M3 4 H21 V16 H8 L5 20 V16 H3 Z"></path>
209
+ </svg>
210
+ </div>
211
+ </div>
212
+
213
+ <div class="tabs">
214
+ <div class="tab active">SHOPPING BAG (3)</div>
215
+ <div class="tab">
216
+ FAVORITES
217
+ <svg class="bookmark" viewBox="0 0 24 24">
218
+ <path d="M6 3 H18 V21 L12 17 L6 21 Z"></path>
219
+ </svg>
220
+ </div>
221
+ </div>
222
+
223
+ <div class="gift-row">
224
+ <div>IS YOUR ORDER A GIFT?</div>
225
+ <svg class="chevron" viewBox="0 0 24 24">
226
+ <path d="M9 5 L16 12 L9 19"></path>
227
+ </svg>
228
+ </div>
229
+
230
+ <div class="items">
231
+
232
+ <!-- Item 1 -->
233
+ <div class="item">
234
+ <div class="img">[IMG: Model wearing linen wide-leg pants outdoors]</div>
235
+ <div class="details">
236
+ <div class="remove">
237
+ <svg viewBox="0 0 24 24">
238
+ <path d="M4 4 L20 20 M20 4 L4 20"></path>
239
+ </svg>
240
+ </div>
241
+ <div class="prod-title">LINEN BLEND WIDE LEG PANTS</div>
242
+ <div class="price">59.90 USD</div>
243
+ <div class="variant">M | ECRU</div>
244
+ <div class="qty">
245
+ <div class="cell">
246
+ <svg viewBox="0 0 24 24">
247
+ <path d="M4 12 H20"></path>
248
+ </svg>
249
+ </div>
250
+ <div class="cell count">1</div>
251
+ <div class="cell">
252
+ <svg viewBox="0 0 24 24">
253
+ <path d="M12 4 V20 M4 12 H20"></path>
254
+ </svg>
255
+ </div>
256
+ </div>
257
+ </div>
258
+ </div>
259
+
260
+ <!-- Item 2 -->
261
+ <div class="item">
262
+ <div class="img">[IMG: Model leaning on red street post wearing black pants]</div>
263
+ <div class="details">
264
+ <div class="remove">
265
+ <svg viewBox="0 0 24 24">
266
+ <path d="M4 4 L20 20 M20 4 L4 20"></path>
267
+ </svg>
268
+ </div>
269
+ <div class="prod-title">HIGH-WAISTED PANTS</div>
270
+ <div class="price">45.90 USD</div>
271
+ <div class="variant">M | BLACK</div>
272
+ <div class="qty">
273
+ <div class="cell">
274
+ <svg viewBox="0 0 24 24">
275
+ <path d="M4 12 H20"></path>
276
+ </svg>
277
+ </div>
278
+ <div class="cell count">1</div>
279
+ <div class="cell">
280
+ <svg viewBox="0 0 24 24">
281
+ <path d="M12 4 V20 M4 12 H20"></path>
282
+ </svg>
283
+ </div>
284
+ </div>
285
+ </div>
286
+ </div>
287
+
288
+ <!-- Item 3 -->
289
+ <div class="item">
290
+ <div class="img">[IMG: Model wearing linen palazzo pants in garden]</div>
291
+ <div class="details">
292
+ <div class="remove">
293
+ <svg viewBox="0 0 24 24">
294
+ <path d="M4 4 L20 20 M20 4 L4 20"></path>
295
+ </svg>
296
+ </div>
297
+ <div class="prod-title">LINEN PALAZZO PANTS</div>
298
+ <div class="price">69.90 USD</div>
299
+ <div class="variant">M | GREEN</div>
300
+ <div class="qty">
301
+ <div class="cell">
302
+ <svg viewBox="0 0 24 24">
303
+ <path d="M4 12 H20"></path>
304
+ </svg>
305
+ </div>
306
+ <div class="cell count">1</div>
307
+ <div class="cell">
308
+ <svg viewBox="0 0 24 24">
309
+ <path d="M12 4 V20 M4 12 H20"></path>
310
+ </svg>
311
+ </div>
312
+ </div>
313
+ </div>
314
+ </div>
315
+ </div>
316
+
317
+ <!-- Mid-page spinner indicator -->
318
+ <svg class="spinner" viewBox="0 0 24 24">
319
+ <circle cx="12" cy="12" r="10"></circle>
320
+ <path d="M12 2 A10 10 0 0 1 22 12"></path>
321
+ </svg>
322
+
323
+ <!-- Bottom bar with Buy and Total -->
324
+ <div class="bottom-bar">
325
+ <div class="buy-btn">BUY</div>
326
+ <div class="total-wrap">
327
+ <div class="total-top">
328
+ <div>TOTAL</div>
329
+ <div class="total-amount">175.70 USD</div>
330
+ </div>
331
+ <div class="tax-note">* TAX NOT INCLUDED</div>
332
+ </div>
333
+ </div>
334
+
335
+ <div class="home-indicator"></div>
336
+ </div>
337
+ </body>
338
+ </html>
code/19097/19097_11.html ADDED
@@ -0,0 +1,243 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Shopping Bag</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: "Helvetica Neue", Arial, sans-serif;
14
+ color: #111;
15
+ }
16
+
17
+ /* Top toolbar */
18
+ .toolbar {
19
+ height: 150px;
20
+ position: relative;
21
+ }
22
+ .icon-btn {
23
+ position: absolute;
24
+ top: 56px;
25
+ width: 44px; height: 44px;
26
+ cursor: default;
27
+ }
28
+ .icon-close { left: 36px; }
29
+ .icon-chat { right: 36px; }
30
+
31
+ /* Tabs */
32
+ .tabs {
33
+ display: flex;
34
+ height: 120px;
35
+ border-top: 1px solid #000;
36
+ border-bottom: 1px solid #000;
37
+ }
38
+ .tab {
39
+ width: 540px;
40
+ display: flex;
41
+ align-items: center;
42
+ padding: 0 36px;
43
+ font-size: 34px;
44
+ letter-spacing: 2px;
45
+ font-weight: 600;
46
+ }
47
+ .tab.left { border-right: 1px solid #000; }
48
+ .tab.right { justify-content: flex-start; color: #333; }
49
+
50
+ .tab .bookmark {
51
+ width: 34px; height: 34px; margin-left: 14px;
52
+ }
53
+
54
+ /* Items grid */
55
+ .items { }
56
+ .item {
57
+ display: flex;
58
+ border-bottom: 1px solid #000;
59
+ }
60
+ .col-left, .col-right { width: 540px; position: relative; }
61
+ .col-left { border-right: 1px solid #000; }
62
+
63
+ .placeholder-img {
64
+ width: 540px; height: 620px;
65
+ background: #E0E0E0;
66
+ border: 1px solid #BDBDBD;
67
+ box-sizing: border-box;
68
+ display: flex; align-items: center; justify-content: center;
69
+ color: #757575; font-size: 30px; text-align: center; padding: 16px;
70
+ }
71
+
72
+ /* Remove (X) on right column */
73
+ .remove {
74
+ position: absolute;
75
+ top: 24px; right: 36px;
76
+ width: 40px; height: 40px;
77
+ }
78
+
79
+ /* Details text */
80
+ .details {
81
+ padding: 40px 36px 0 36px;
82
+ }
83
+ .name {
84
+ font-size: 34px; letter-spacing: 1.5px; font-weight: 600;
85
+ }
86
+ .price {
87
+ margin-top: 18px; font-size: 32px;
88
+ }
89
+ .meta {
90
+ margin-top: 18px; font-size: 30px; color: #444; letter-spacing: 1px;
91
+ }
92
+
93
+ /* Quantity control */
94
+ .qty {
95
+ display: flex;
96
+ border: 1px solid #9E9E9E;
97
+ height: 88px;
98
+ width: 360px;
99
+ margin: 36px 0 0 36px;
100
+ }
101
+ .qty .cell {
102
+ flex: 1;
103
+ display: flex; align-items: center; justify-content: center;
104
+ font-size: 36px; color: #222;
105
+ }
106
+ .qty .cell + .cell { border-left: 1px solid #9E9E9E; }
107
+
108
+ /* Footer */
109
+ .footer {
110
+ display: flex;
111
+ position: absolute;
112
+ bottom: 0; left: 0;
113
+ width: 1080px; height: 150px;
114
+ border-top: 1px solid #000;
115
+ background: #fff;
116
+ }
117
+ .buy {
118
+ width: 540px; height: 150px;
119
+ background: #000; color: #fff;
120
+ display: flex; align-items: center; justify-content: center;
121
+ font-size: 40px; letter-spacing: 2px; font-weight: 600;
122
+ }
123
+ .total {
124
+ width: 540px; height: 150px;
125
+ display: flex; flex-direction: column;
126
+ padding: 20px 36px;
127
+ box-sizing: border-box;
128
+ border-left: 1px solid #000;
129
+ }
130
+ .total-row {
131
+ display: flex; justify-content: space-between; align-items: center;
132
+ font-size: 40px; font-weight: 700; letter-spacing: 2px;
133
+ }
134
+ .note {
135
+ margin-top: 8px; font-size: 24px; color: #666;
136
+ letter-spacing: 1px;
137
+ }
138
+ </style>
139
+ </head>
140
+ <body>
141
+ <div id="render-target">
142
+
143
+ <!-- Toolbar with close and chat icons -->
144
+ <div class="toolbar">
145
+ <div class="icon-btn icon-close">
146
+ <svg viewBox="0 0 24 24" width="44" height="44">
147
+ <path d="M3 3 L21 21 M21 3 L3 21" stroke="#000" stroke-width="2" fill="none" stroke-linecap="round"/>
148
+ </svg>
149
+ </div>
150
+ <div class="icon-btn icon-chat">
151
+ <svg viewBox="0 0 24 24" width="44" height="44">
152
+ <path d="M3 5 H21 V16 H10 L6 20 V16 H3 Z" stroke="#000" stroke-width="1.8" fill="none" stroke-linejoin="round"/>
153
+ </svg>
154
+ </div>
155
+ </div>
156
+
157
+ <!-- Tabs -->
158
+ <div class="tabs">
159
+ <div class="tab left">SHOPPING BAG (3)</div>
160
+ <div class="tab right">FAVORITES
161
+ <svg class="bookmark" viewBox="0 0 24 24">
162
+ <path d="M6 3 H18 V21 L12 17 L6 21 Z" stroke="#000" stroke-width="1.6" fill="none" stroke-linejoin="round"/>
163
+ </svg>
164
+ </div>
165
+ </div>
166
+
167
+ <!-- Item 1 -->
168
+ <div class="item">
169
+ <div class="col-left">
170
+ <div class="placeholder-img">[IMG: Wide-leg light pants by a black fence on street]</div>
171
+ </div>
172
+ <div class="col-right">
173
+ <div class="qty" style="margin-top: 220px;">
174
+ <div class="cell">−</div>
175
+ <div class="cell">1</div>
176
+ <div class="cell">+</div>
177
+ </div>
178
+ </div>
179
+ </div>
180
+
181
+ <!-- Item 2 -->
182
+ <div class="item">
183
+ <div class="col-left">
184
+ <div class="placeholder-img">[IMG: Black cropped pants with white top leaning on red post]</div>
185
+ </div>
186
+ <div class="col-right">
187
+ <div class="remove">
188
+ <svg viewBox="0 0 24 24" width="40" height="40">
189
+ <path d="M3 3 L21 21 M21 3 L3 21" stroke="#000" stroke-width="2" fill="none" stroke-linecap="round"/>
190
+ </svg>
191
+ </div>
192
+ <div class="details" style="padding-top: 120px;">
193
+ <div class="name">HIGH-WAISTED PANTS</div>
194
+ <div class="price">45.90 USD</div>
195
+ <div class="meta">M | BLACK</div>
196
+ </div>
197
+ <div class="qty">
198
+ <div class="cell">−</div>
199
+ <div class="cell">1</div>
200
+ <div class="cell">+</div>
201
+ </div>
202
+ </div>
203
+ </div>
204
+
205
+ <!-- Item 3 -->
206
+ <div class="item">
207
+ <div class="col-left">
208
+ <div class="placeholder-img">[IMG: White linen palazzo pants near water and greenery]</div>
209
+ </div>
210
+ <div class="col-right">
211
+ <div class="remove">
212
+ <svg viewBox="0 0 24 24" width="40" height="40">
213
+ <path d="M3 3 L21 21 M21 3 L3 21" stroke="#000" stroke-width="2" fill="none" stroke-linecap="round"/>
214
+ </svg>
215
+ </div>
216
+ <div class="details" style="padding-top: 120px;">
217
+ <div class="name">LINEN PALAZZO PANTS</div>
218
+ <div class="price">69.90 USD</div>
219
+ <div class="meta">M | WHITE</div>
220
+ </div>
221
+ <div class="qty">
222
+ <div class="cell">−</div>
223
+ <div class="cell">1</div>
224
+ <div class="cell">+</div>
225
+ </div>
226
+ </div>
227
+ </div>
228
+
229
+ <!-- Footer -->
230
+ <div class="footer">
231
+ <div class="buy">BUY</div>
232
+ <div class="total">
233
+ <div class="total-row">
234
+ <div>TOTAL</div>
235
+ <div>175.70 USD</div>
236
+ </div>
237
+ <div class="note">* TAX NOT INCLUDED</div>
238
+ </div>
239
+ </div>
240
+
241
+ </div>
242
+ </body>
243
+ </html>
code/19097/19097_2.html ADDED
@@ -0,0 +1,369 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>High-Waisted Pants Listing</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
13
+ color: #111;
14
+ }
15
+ #render-target {
16
+ width: 1080px;
17
+ height: 2400px;
18
+ position: relative;
19
+ overflow: hidden;
20
+ background: #FFFFFF;
21
+ }
22
+
23
+ /* Status bar */
24
+ .statusbar {
25
+ height: 120px;
26
+ padding: 0 40px;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ color: #333;
31
+ font-size: 36px;
32
+ }
33
+ .status-left { font-weight: 500; }
34
+ .status-center {
35
+ display: flex;
36
+ gap: 22px;
37
+ align-items: center;
38
+ color: #777;
39
+ font-size: 40px;
40
+ }
41
+ .status-center .dot {
42
+ width: 14px; height: 14px; background:#777; border-radius:50%;
43
+ display: inline-block;
44
+ }
45
+ .status-right {
46
+ display: flex;
47
+ gap: 28px;
48
+ align-items: center;
49
+ }
50
+ .icon {
51
+ width: 48px; height: 48px;
52
+ }
53
+
54
+ /* Top header area */
55
+ .top-header {
56
+ position: relative;
57
+ height: 220px;
58
+ }
59
+ .close-btn {
60
+ position: absolute;
61
+ left: 40px;
62
+ top: 40px;
63
+ width: 60px; height: 60px;
64
+ }
65
+ .view-actions {
66
+ position: absolute;
67
+ right: 40px;
68
+ top: 50px;
69
+ display: flex;
70
+ gap: 40px;
71
+ align-items: center;
72
+ }
73
+ .filters-text {
74
+ position: absolute;
75
+ right: 40px;
76
+ bottom: 18px;
77
+ font-size: 36px;
78
+ letter-spacing: 1px;
79
+ }
80
+
81
+ /* Product grid */
82
+ .grid {
83
+ border-top: 1px solid #BDBDBD;
84
+ }
85
+ .row {
86
+ display: flex;
87
+ width: 100%;
88
+ border-bottom: 1px solid #BDBDBD;
89
+ }
90
+ .product {
91
+ width: 540px;
92
+ }
93
+ .product + .product {
94
+ border-left: 1px solid #BDBDBD;
95
+ }
96
+ .image {
97
+ height: 700px;
98
+ background: #E0E0E0;
99
+ border: 1px solid #BDBDBD;
100
+ display: flex;
101
+ align-items: center;
102
+ justify-content: center;
103
+ color: #757575;
104
+ text-align: center;
105
+ padding: 20px;
106
+ position: relative;
107
+ font-size: 30px;
108
+ line-height: 1.35;
109
+ }
110
+ .plus-badge {
111
+ position: absolute;
112
+ right: 24px;
113
+ bottom: 24px;
114
+ width: 64px; height: 64px;
115
+ border-radius: 50%;
116
+ background: rgba(255,255,255,0.9);
117
+ border: 1px solid #BDBDBD;
118
+ display: flex; align-items: center; justify-content: center;
119
+ }
120
+ .caption {
121
+ padding: 30px 30px 40px;
122
+ }
123
+ .title {
124
+ font-size: 34px;
125
+ letter-spacing: 1.2px;
126
+ text-transform: uppercase;
127
+ margin-bottom: 16px;
128
+ }
129
+ .price {
130
+ font-size: 30px;
131
+ color: #444;
132
+ }
133
+
134
+ /* Category tabs */
135
+ .tabs-bar {
136
+ border-top: 1px solid #D0D0D0;
137
+ padding: 28px 40px 20px;
138
+ display: flex;
139
+ align-items: center;
140
+ gap: 46px;
141
+ font-size: 34px;
142
+ letter-spacing: 0.5px;
143
+ }
144
+ .tab-active {
145
+ font-weight: 600;
146
+ position: relative;
147
+ }
148
+ .tab-active::after {
149
+ content: "";
150
+ position: absolute;
151
+ left: 0;
152
+ bottom: -10px;
153
+ width: 44px;
154
+ height: 4px;
155
+ background: #111;
156
+ }
157
+ .tabs-spacer {
158
+ flex: 1;
159
+ }
160
+ .results-count {
161
+ color: #555;
162
+ }
163
+
164
+ /* Search bar */
165
+ .search-wrap {
166
+ padding: 20px 40px 34px;
167
+ }
168
+ .search {
169
+ height: 120px;
170
+ border: 1px solid #BDBDBD;
171
+ display: flex;
172
+ align-items: center;
173
+ justify-content: space-between;
174
+ padding: 0 30px;
175
+ font-size: 34px;
176
+ color: #333;
177
+ }
178
+ .search .placeholder {
179
+ letter-spacing: 0.8px;
180
+ }
181
+
182
+ /* Bottom nav */
183
+ .bottom-nav {
184
+ position: absolute;
185
+ left: 0; right: 0;
186
+ bottom: 120px;
187
+ border-top: 1px solid #D0D0D0;
188
+ height: 160px;
189
+ display: flex;
190
+ align-items: center;
191
+ justify-content: space-around;
192
+ font-size: 32px;
193
+ }
194
+ .bottom-item {
195
+ position: relative;
196
+ color: #333;
197
+ }
198
+ .bottom-item.active::after {
199
+ content: "";
200
+ position: absolute;
201
+ left: 50%;
202
+ transform: translateX(-50%);
203
+ bottom: -18px;
204
+ width: 28px;
205
+ height: 4px;
206
+ background: #111;
207
+ }
208
+
209
+ /* Home indicator */
210
+ .home-indicator {
211
+ position: absolute;
212
+ left: 50%;
213
+ transform: translateX(-50%);
214
+ bottom: 40px;
215
+ width: 240px;
216
+ height: 10px;
217
+ background: #9E9E9E;
218
+ border-radius: 6px;
219
+ }
220
+ </style>
221
+ </head>
222
+ <body>
223
+ <div id="render-target">
224
+
225
+ <!-- Status bar -->
226
+ <div class="statusbar">
227
+ <div class="status-left">10:35</div>
228
+ <div class="status-center">
229
+ <span class="dot"></span>
230
+ <span class="dot"></span>
231
+ <span class="dot"></span>
232
+ <span class="dot"></span>
233
+ <span>•</span>
234
+ </div>
235
+ <div class="status-right">
236
+ <!-- Wi-Fi icon -->
237
+ <svg class="icon" viewBox="0 0 24 24">
238
+ <path d="M2 8c5-4 15-4 20 0" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round"/>
239
+ <path d="M6 12c3-3 9-3 12 0" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round"/>
240
+ <path d="M10 16c2-2 4-2 6 0" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round"/>
241
+ <circle cx="12" cy="20" r="1.6" fill="#333"/>
242
+ </svg>
243
+ <!-- Battery icon -->
244
+ <svg class="icon" viewBox="0 0 28 24">
245
+ <rect x="2" y="6" width="20" height="12" rx="2" ry="2" stroke="#333" fill="none" stroke-width="2"/>
246
+ <rect x="4" y="8" width="12" height="8" fill="#333"/>
247
+ <rect x="22" y="9" width="3" height="6" rx="1" fill="#333"/>
248
+ </svg>
249
+ </div>
250
+ </div>
251
+
252
+ <!-- Top header controls -->
253
+ <div class="top-header">
254
+ <!-- Close icon -->
255
+ <svg class="close-btn" viewBox="0 0 24 24">
256
+ <path d="M4 4L20 20M20 4L4 20" stroke="#111" stroke-width="2.5" stroke-linecap="round"/>
257
+ </svg>
258
+
259
+ <div class="view-actions">
260
+ <!-- List icon -->
261
+ <svg class="icon" viewBox="0 0 24 24">
262
+ <rect x="3" y="5" width="18" height="2" fill="#111"/>
263
+ <rect x="3" y="11" width="12" height="2" fill="#111"/>
264
+ <rect x="3" y="17" width="8" height="2" fill="#111"/>
265
+ </svg>
266
+ <!-- Grid icon -->
267
+ <svg class="icon" viewBox="0 0 24 24">
268
+ <rect x="3" y="3" width="8" height="8" fill="#111"/>
269
+ <rect x="13" y="3" width="8" height="8" fill="#111"/>
270
+ <rect x="3" y="13" width="8" height="8" fill="#111"/>
271
+ <rect x="13" y="13" width="8" height="8" fill="#111"/>
272
+ </svg>
273
+ </div>
274
+
275
+ <div class="filters-text">FILTERS</div>
276
+ </div>
277
+
278
+ <!-- Product grid -->
279
+ <div class="grid">
280
+ <!-- Row 1 -->
281
+ <div class="row">
282
+ <div class="product">
283
+ <div class="image">
284
+ [IMG: Woman in white top and black high-waisted pants beside red street bollard]
285
+ <div class="plus-badge">
286
+ <svg width="28" height="28" viewBox="0 0 24 24">
287
+ <path d="M12 5v14M5 12h14" stroke="#333" stroke-width="2" stroke-linecap="round"/>
288
+ </svg>
289
+ </div>
290
+ </div>
291
+ <div class="caption">
292
+ <div class="title">HIGH-WAISTED PANTS</div>
293
+ <div class="price">45.90 USD</div>
294
+ </div>
295
+ </div>
296
+ <div class="product">
297
+ <div class="image">
298
+ [IMG: Woman in beige high-waisted pants and strapless white top against white wall]
299
+ <div class="plus-badge">
300
+ <svg width="28" height="28" viewBox="0 0 24 24">
301
+ <path d="M12 5v14M5 12h14" stroke="#333" stroke-width="2" stroke-linecap="round"/>
302
+ </svg>
303
+ </div>
304
+ </div>
305
+ <div class="caption">
306
+ <div class="title">HIGH-WAISTED PANTS</div>
307
+ <div class="price">45.90 USD</div>
308
+ </div>
309
+ </div>
310
+ </div>
311
+
312
+ <!-- Row 2 -->
313
+ <div class="row">
314
+ <div class="product">
315
+ <div class="image">
316
+ [IMG: Woman in white blouse wearing dark trousers against light wall]
317
+ </div>
318
+ <div class="caption">
319
+ <div class="title">HIGH-WAISTED PANTS</div>
320
+ <div class="price">45.90 USD</div>
321
+ </div>
322
+ </div>
323
+ <div class="product">
324
+ <div class="image">
325
+ [IMG: Back view of woman in white halter top and beige high-waisted pants]
326
+ </div>
327
+ <div class="caption">
328
+ <div class="title">HIGH-WAISTED PANTS</div>
329
+ <div class="price">45.90 USD</div>
330
+ </div>
331
+ </div>
332
+ </div>
333
+ </div>
334
+
335
+ <!-- Category tabs -->
336
+ <div class="tabs-bar">
337
+ <div class="tab-active">WOMAN</div>
338
+ <div>MAN</div>
339
+ <div>KIDS</div>
340
+ <div>HOME</div>
341
+ <div>MASSIM</div>
342
+ <div class="tabs-spacer"></div>
343
+ <div class="results-count">241 RESULTS</div>
344
+ </div>
345
+
346
+ <!-- Search field -->
347
+ <div class="search-wrap">
348
+ <div class="search">
349
+ <div class="placeholder">HIGH WAISTED PANTS</div>
350
+ <svg class="icon" viewBox="0 0 24 24">
351
+ <path d="M4 4L20 20M20 4L4 20" stroke="#111" stroke-width="2.5" stroke-linecap="round"/>
352
+ </svg>
353
+ </div>
354
+ </div>
355
+
356
+ <!-- Bottom navigation -->
357
+ <div class="bottom-nav">
358
+ <div class="bottom-item">START</div>
359
+ <div class="bottom-item active">MENU</div>
360
+ <div class="bottom-item">ACCOUNT</div>
361
+ <div class="bottom-item">BASKET (2)</div>
362
+ </div>
363
+
364
+ <!-- Home indicator -->
365
+ <div class="home-indicator"></div>
366
+
367
+ </div>
368
+ </body>
369
+ </html>
code/19097/19097_3.html ADDED
@@ -0,0 +1,191 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>UI Render</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
10
+ background: #ffffff; font-family: Arial, Helvetica, sans-serif; color: #222;
11
+ }
12
+
13
+ /* Status bar */
14
+ .status-bar {
15
+ position: absolute; top: 20px; left: 40px; right: 40px; height: 60px;
16
+ display: flex; align-items: center; justify-content: space-between; color: #777;
17
+ font-size: 40px;
18
+ }
19
+ .status-icons { display: flex; align-items: center; gap: 20px; }
20
+ .status-dot { width: 16px; height: 16px; background: #bdbdbd; border-radius: 50%; display: inline-block; }
21
+
22
+ /* Close and title */
23
+ .head-actions { position: absolute; top: 120px; left: 40px; right: 40px; height: 120px; }
24
+ .close-btn { width: 50px; height: 50px; position: absolute; left: 0; top: 30px; }
25
+ .close-btn svg { width: 50px; height: 50px; }
26
+ .title {
27
+ position: absolute; top: 240px; left: 0; right: 0;
28
+ text-align: center; color: #222; font-size: 38px; letter-spacing: 2px; font-weight: 500;
29
+ }
30
+
31
+ /* Grid */
32
+ .grid { position: absolute; top: 340px; left: 0; right: 0; padding: 0 40px; }
33
+ .grid-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid #222; border-left: 1px solid #222; }
34
+ .tile {
35
+ background: #f7f7f7; height: 350px; display: flex; align-items: center; justify-content: center;
36
+ border-right: 1px solid #222; border-bottom: 1px solid #222;
37
+ }
38
+ .imgph {
39
+ width: 90%; height: 85%; background: #E0E0E0; border: 1px solid #BDBDBD;
40
+ display: flex; align-items: center; justify-content: center; color: #757575;
41
+ font-size: 28px; text-align: center; padding: 10px;
42
+ }
43
+
44
+ /* Search */
45
+ .search-area { position: absolute; left: 40px; right: 40px; top: 1130px; }
46
+ .search-box {
47
+ border: 2px solid #222; height: 120px; border-radius: 2px; position: relative;
48
+ display: flex; align-items: center; padding: 0 30px; font-size: 38px; color: #333;
49
+ }
50
+ .search-box .placeholder { letter-spacing: 1px; }
51
+ .search-box .x { position: absolute; right: 26px; top: 50%; transform: translateY(-50%); }
52
+ .search-box .x svg { width: 42px; height: 42px; }
53
+ .quick-actions { margin-top: 28px; display: flex; gap: 70px; color: #777; font-size: 34px; letter-spacing: 2px; }
54
+
55
+ /* Keyboard mock */
56
+ .keyboard {
57
+ position: absolute; left: 0; right: 0; bottom: 0;
58
+ background: #111; height: 820px; padding: 30px 30px 40px; box-sizing: border-box; color: #eee;
59
+ }
60
+ .k-top-icons { display: flex; align-items: center; gap: 38px; margin-bottom: 18px; }
61
+ .k-icon { width: 60px; height: 60px; background: #2a2a2a; border-radius: 12px; display: flex; align-items: center; justify-content: center; color: #ccc; font-size: 26px; }
62
+ .key-row { display: flex; justify-content: center; margin: 20px 0; }
63
+ .key {
64
+ width: 90px; height: 110px; background: #2b2b2b; border-radius: 16px; margin: 0 9px;
65
+ display: flex; align-items: center; justify-content: center; font-size: 38px;
66
+ }
67
+ .key.wide { width: 180px; }
68
+ .key.space { flex: 1; margin: 0 9px; height: 110px; }
69
+ .k-bottom-row { display: flex; align-items: center; gap: 14px; margin-top: 10px; }
70
+ .right-icons { margin-left: auto; display: flex; gap: 14px; }
71
+ </style>
72
+ </head>
73
+ <body>
74
+ <div id="render-target">
75
+
76
+ <div class="status-bar">
77
+ <div>10:36</div>
78
+ <div class="status-icons">
79
+ <span class="status-dot"></span>
80
+ <span class="status-dot"></span>
81
+ <span class="status-dot"></span>
82
+ <span class="status-dot"></span>
83
+ <span class="status-dot"></span>
84
+ <!-- Wi-Fi -->
85
+ <svg width="40" height="40" viewBox="0 0 24 24">
86
+ <path d="M3 10c4-3 14-3 18 0M6 13c3-2 9-2 12 0M9 16c2-1 4-1 6 0M12 19a1 1 0 1 0 0 2 1 1 0 0 0 0-2z" fill="none" stroke="#777" stroke-width="2" stroke-linecap="round"/>
87
+ </svg>
88
+ <!-- Battery -->
89
+ <svg width="40" height="40" viewBox="0 0 24 24">
90
+ <rect x="2" y="6" width="18" height="12" rx="2" fill="none" stroke="#777" stroke-width="2"/>
91
+ <rect x="4" y="8" width="14" height="8" fill="#777"/>
92
+ <rect x="20" y="9" width="2" height="6" fill="#777"/>
93
+ </svg>
94
+ </div>
95
+ </div>
96
+
97
+ <div class="head-actions">
98
+ <div class="close-btn">
99
+ <svg viewBox="0 0 24 24">
100
+ <path d="M5 5 L19 19 M19 5 L5 19" stroke="#111" stroke-width="2" fill="none" stroke-linecap="round"/>
101
+ </svg>
102
+ </div>
103
+ </div>
104
+
105
+ <div class="title">YOU MIGHT BE INTERESTED IN</div>
106
+
107
+ <div class="grid">
108
+ <div class="grid-inner">
109
+ <div class="tile"><div class="imgph">[IMG: Brown shoulder bag]</div></div>
110
+ <div class="tile"><div class="imgph">[IMG: Perfume bottle]</div></div>
111
+ <div class="tile"><div class="imgph">[IMG: White vest]</div></div>
112
+ <div class="tile"><div class="imgph">[IMG: Black pants]</div></div>
113
+ <div class="tile"><div class="imgph">[IMG: White trousers]</div></div>
114
+ <div class="tile"><div class="imgph">[IMG: White jeans]</div></div>
115
+ <div class="tile"><div class="imgph">[IMG: Wide-leg white pants]</div></div>
116
+ <div class="tile"><div class="imgph">[IMG: Blue denim skirt]</div></div>
117
+ </div>
118
+ </div>
119
+
120
+ <div class="search-area">
121
+ <div class="search-box">
122
+ <div class="placeholder">SEARCH</div>
123
+ <div class="x">
124
+ <svg viewBox="0 0 24 24">
125
+ <path d="M5 5 L19 19 M19 5 L5 19" stroke="#111" stroke-width="2" fill="none" stroke-linecap="round"/>
126
+ </svg>
127
+ </div>
128
+ </div>
129
+ <div class="quick-actions">
130
+ <div>STORES</div>
131
+ <div>IMAGE</div>
132
+ <div>SCAN</div>
133
+ </div>
134
+ </div>
135
+
136
+ <div class="keyboard">
137
+ <div class="k-top-icons">
138
+ <div class="k-icon">◧</div>
139
+ <div class="k-icon">☺</div>
140
+ <div class="k-icon">GIF</div>
141
+ <div class="k-icon">⚙</div>
142
+ <div class="k-icon">Gx</div>
143
+ <div class="k-icon">🎨</div>
144
+ <div class="k-icon">🎤</div>
145
+ </div>
146
+ <div class="key-row">
147
+ <div class="key">Q</div>
148
+ <div class="key">W</div>
149
+ <div class="key">E</div>
150
+ <div class="key">R</div>
151
+ <div class="key">T</div>
152
+ <div class="key">Y</div>
153
+ <div class="key">U</div>
154
+ <div class="key">I</div>
155
+ <div class="key">O</div>
156
+ <div class="key">P</div>
157
+ </div>
158
+ <div class="key-row">
159
+ <div class="key">A</div>
160
+ <div class="key">S</div>
161
+ <div class="key">D</div>
162
+ <div class="key">F</div>
163
+ <div class="key">G</div>
164
+ <div class="key">H</div>
165
+ <div class="key">J</div>
166
+ <div class="key">K</div>
167
+ <div class="key">L</div>
168
+ </div>
169
+ <div class="key-row">
170
+ <div class="key wide">⇧</div>
171
+ <div class="key">Z</div>
172
+ <div class="key">X</div>
173
+ <div class="key">C</div>
174
+ <div class="key">V</div>
175
+ <div class="key">B</div>
176
+ <div class="key">N</div>
177
+ <div class="key">M</div>
178
+ <div class="key wide">⌫</div>
179
+ </div>
180
+ <div class="k-bottom-row">
181
+ <div class="key wide">?123</div>
182
+ <div class="key">,</div>
183
+ <div class="key space"></div>
184
+ <div class="key">.</div>
185
+ <div class="key wide">🔍</div>
186
+ </div>
187
+ </div>
188
+
189
+ </div>
190
+ </body>
191
+ </html>
code/19097/19097_4.html ADDED
@@ -0,0 +1,273 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Mobile UI Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px;
10
+ position: relative; overflow: hidden;
11
+ background: #ffffff;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ height: 120px;
17
+ padding: 0 36px;
18
+ display: flex;
19
+ align-items: center;
20
+ justify-content: space-between;
21
+ color: #7a7a7a;
22
+ font-size: 44px;
23
+ }
24
+ .status-left { display: flex; align-items: center; gap: 20px; }
25
+ .status-right { display: flex; align-items: center; gap: 28px; }
26
+ .notif-dot {
27
+ width: 22px; height: 22px; border-radius: 50%; background: #bdbdbd; display: inline-block;
28
+ }
29
+
30
+ /* Close area */
31
+ .close-area {
32
+ height: 160px;
33
+ padding-left: 36px;
34
+ display: flex; align-items: center;
35
+ }
36
+ .close-btn {
37
+ width: 54px; height: 54px;
38
+ }
39
+ .close-btn svg { width: 54px; height: 54px; }
40
+ .close-btn line { stroke: #2b2b2b; stroke-width: 4; stroke-linecap: round; }
41
+
42
+ /* Title */
43
+ .section-title {
44
+ text-align: center;
45
+ font-size: 42px;
46
+ color: #2b2b2b;
47
+ letter-spacing: 3px;
48
+ margin: 10px 0 26px;
49
+ }
50
+
51
+ /* Grid of items */
52
+ .product-grid {
53
+ margin-top: 8px;
54
+ width: 100%;
55
+ display: grid;
56
+ grid-template-columns: repeat(4, 1fr);
57
+ grid-auto-rows: 360px;
58
+ }
59
+ .grid-cell {
60
+ border: 1px solid #000;
61
+ display: flex;
62
+ align-items: center; justify-content: center;
63
+ background: #fff;
64
+ }
65
+ .img-placeholder {
66
+ width: 86%; height: 86%;
67
+ background: #E0E0E0;
68
+ border: 1px solid #BDBDBD;
69
+ display: flex; align-items: center; justify-content: center;
70
+ color: #757575; font-size: 28px; text-align: center; padding: 12px;
71
+ }
72
+
73
+ /* Search bar */
74
+ .search-bar {
75
+ margin: 34px 36px 18px;
76
+ height: 110px;
77
+ border: 2px solid #2b2b2b;
78
+ display: flex; align-items: center; justify-content: space-between;
79
+ padding: 0 30px;
80
+ }
81
+ .search-text {
82
+ font-size: 36px; color: #2b2b2b; letter-spacing: 1px;
83
+ }
84
+ .search-close {
85
+ width: 44px; height: 44px;
86
+ }
87
+ .search-close svg { width: 44px; height: 44px; }
88
+ .search-close line { stroke: #2b2b2b; stroke-width: 3.5; stroke-linecap: round; }
89
+ .suggestion {
90
+ margin: 0 36px 24px;
91
+ font-size: 34px;
92
+ color: #2b2b2b;
93
+ letter-spacing: 0.5px;
94
+ }
95
+
96
+ /* Keyboard mock */
97
+ .keyboard {
98
+ position: absolute;
99
+ left: 0; right: 0; bottom: 80px;
100
+ height: 820px;
101
+ background: #141414;
102
+ color: #eaeaea;
103
+ border-top-left-radius: 28px;
104
+ border-top-right-radius: 28px;
105
+ padding: 28px 26px;
106
+ box-sizing: border-box;
107
+ }
108
+ .kb-suggest {
109
+ height: 80px;
110
+ display: flex; align-items: center;
111
+ gap: 22px;
112
+ color: #cfd3d7; font-size: 34px;
113
+ }
114
+ .kb-keys {
115
+ margin-top: 20px;
116
+ display: grid;
117
+ grid-template-columns: repeat(10, 1fr);
118
+ gap: 14px;
119
+ }
120
+ .key {
121
+ height: 110px;
122
+ background: #262626;
123
+ border-radius: 18px;
124
+ display: flex; align-items: center; justify-content: center;
125
+ font-size: 40px; color: #fff;
126
+ }
127
+ .kb-row { margin-top: 16px; display: grid; gap: 14px; }
128
+ .row1 { grid-template-columns: repeat(10, 1fr); }
129
+ .row2 { grid-template-columns: repeat(9, 1fr); padding: 0 50px; }
130
+ .row3 { grid-template-columns: repeat(7, 1fr); padding: 0 130px; }
131
+ .row4 {
132
+ grid-template-columns: 1.4fr 1fr 4fr 1fr 1.6fr;
133
+ align-items: center;
134
+ margin-top: 16px;
135
+ }
136
+ .key.light { background: #3a3a3a; color: #e9eef5; }
137
+ .home-indicator {
138
+ position: absolute;
139
+ bottom: 24px; left: 50%;
140
+ transform: translateX(-50%);
141
+ width: 300px; height: 10px; border-radius: 6px;
142
+ background: #e6e6e6;
143
+ }
144
+
145
+ /* Utility */
146
+ .muted { color: #9e9e9e; }
147
+ </style>
148
+ </head>
149
+ <body>
150
+ <div id="render-target">
151
+
152
+ <!-- Status Bar -->
153
+ <div class="status-bar">
154
+ <div class="status-left">
155
+ <div>10:36</div>
156
+ <span class="notif-dot"></span>
157
+ <span class="notif-dot"></span>
158
+ <span class="notif-dot"></span>
159
+ <span class="notif-dot"></span>
160
+ <span class="notif-dot"></span>
161
+ </div>
162
+ <div class="status-right">
163
+ <!-- Wifi icon -->
164
+ <svg width="48" height="48" viewBox="0 0 24 24">
165
+ <path d="M2 9 Q12 2 22 9" fill="none" stroke="#7a7a7a" stroke-width="2"/>
166
+ <path d="M5 12 Q12 6 19 12" fill="none" stroke="#7a7a7a" stroke-width="2"/>
167
+ <path d="M8 15 Q12 11 16 15" fill="none" stroke="#7a7a7a" stroke-width="2"/>
168
+ <circle cx="12" cy="18" r="2" fill="#7a7a7a"/>
169
+ </svg>
170
+ <!-- Battery icon -->
171
+ <svg width="48" height="48" viewBox="0 0 24 24">
172
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2" fill="none" stroke="#7a7a7a" stroke-width="2"/>
173
+ <rect x="4" y="8" width="12" height="8" fill="#7a7a7a"/>
174
+ <rect x="20" y="9" width="2.5" height="6" fill="#7a7a7a"/>
175
+ </svg>
176
+ </div>
177
+ </div>
178
+
179
+ <!-- Close -->
180
+ <div class="close-area">
181
+ <div class="close-btn">
182
+ <svg viewBox="0 0 24 24">
183
+ <line x1="5" y1="5" x2="19" y2="19"></line>
184
+ <line x1="19" y1="5" x2="5" y2="19"></line>
185
+ </svg>
186
+ </div>
187
+ </div>
188
+
189
+ <!-- Title -->
190
+ <div class="section-title">YOU MIGHT BE INTERESTED IN</div>
191
+
192
+ <!-- Product Grid -->
193
+ <div class="product-grid">
194
+ <div class="grid-cell">
195
+ <div class="img-placeholder">[IMG: Brown Crossbody Bag]</div>
196
+ </div>
197
+ <div class="grid-cell">
198
+ <div class="img-placeholder">[IMG: Perfume Bottle]</div>
199
+ </div>
200
+ <div class="grid-cell">
201
+ <div class="img-placeholder">[IMG: White Vest]</div>
202
+ </div>
203
+ <div class="grid-cell">
204
+ <div class="img-placeholder">[IMG: Black Pants]</div>
205
+ </div>
206
+
207
+ <div class="grid-cell">
208
+ <div class="img-placeholder">[IMG: White Pants]</div>
209
+ </div>
210
+ <div class="grid-cell">
211
+ <div class="img-placeholder">[IMG: Light Wash Jeans]</div>
212
+ </div>
213
+ <div class="grid-cell">
214
+ <div class="img-placeholder">[IMG: Wide-Leg White Pants]</div>
215
+ </div>
216
+ <div class="grid-cell">
217
+ <div class="img-placeholder">[IMG: Blue Denim Skirt]</div>
218
+ </div>
219
+ </div>
220
+
221
+ <!-- Search -->
222
+ <div class="search-bar">
223
+ <div class="search-text">LINEN PALAZZO PANTS</div>
224
+ <div class="search-close">
225
+ <svg viewBox="0 0 24 24">
226
+ <line x1="6" y1="6" x2="18" y2="18"></line>
227
+ <line x1="18" y1="6" x2="6" y2="18"></line>
228
+ </svg>
229
+ </div>
230
+ </div>
231
+ <div class="suggestion">LINEN PALAZZO PANTS</div>
232
+
233
+ <!-- Keyboard -->
234
+ <div class="keyboard">
235
+ <div class="kb-suggest">
236
+ <svg width="48" height="48" viewBox="0 0 24 24" style="margin-right:10px">
237
+ <rect x="2" y="2" width="20" height="20" rx="4" ry="4" fill="#2a2a2a" stroke="#707070" stroke-width="1.6"></rect>
238
+ <circle cx="7" cy="7" r="2" fill="#9aa0a6"></circle>
239
+ <circle cx="17" cy="7" r="2" fill="#9aa0a6"></circle>
240
+ <circle cx="7" cy="17" r="2" fill="#9aa0a6"></circle>
241
+ <circle cx="17" cy="17" r="2" fill="#9aa0a6"></circle>
242
+ </svg>
243
+ <span style="font-weight:600">PANTS</span>
244
+ <span class="muted">|</span>
245
+ <span>🩳</span>
246
+ <span>👖</span>
247
+ <span style="margin-left:auto">🎤</span>
248
+ </div>
249
+
250
+ <div class="kb-keys row1">
251
+ <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>
252
+ </div>
253
+ <div class="kb-keys row2">
254
+ <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>
255
+ </div>
256
+ <div class="kb-keys row3">
257
+ <div class="key light">⇧</div><div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div><div class="key">b</div><div class="key">n</div>
258
+ </div>
259
+ <div class="kb-keys row4">
260
+ <div class="key light">?123</div>
261
+ <div class="key light">,</div>
262
+ <div class="key">space</div>
263
+ <div class="key light">.</div>
264
+ <div class="key light">⌕</div>
265
+ </div>
266
+ </div>
267
+
268
+ <!-- Home indicator -->
269
+ <div class="home-indicator"></div>
270
+
271
+ </div>
272
+ </body>
273
+ </html>
code/19097/19097_5.html ADDED
@@ -0,0 +1,243 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Shopping Grid - Linen Palazzo Pants</title>
6
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; color: #111; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #FFFFFF;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ height: 100px;
17
+ padding: 0 32px;
18
+ display: flex;
19
+ align-items: center;
20
+ justify-content: space-between;
21
+ font-size: 42px;
22
+ color: #444;
23
+ }
24
+ .status-icons { display: flex; align-items: center; gap: 26px; }
25
+ .status-icons svg { width: 40px; height: 40px; fill: #666; }
26
+
27
+ /* Header with controls */
28
+ .app-header {
29
+ height: 240px;
30
+ position: relative;
31
+ border-bottom: 1px solid #E0E0E0;
32
+ }
33
+ .icon-btn {
34
+ background: none; border: none; padding: 0; cursor: default;
35
+ }
36
+ .close-btn {
37
+ position: absolute; left: 40px; top: 120px;
38
+ }
39
+ .close-btn svg { width: 48px; height: 48px; stroke: #111; stroke-width: 8; fill: none; }
40
+ .view-controls {
41
+ position: absolute; right: 180px; top: 120px; display: flex; gap: 36px;
42
+ }
43
+ .view-controls svg { width: 44px; height: 44px; fill: none; stroke: #111; stroke-width: 6; }
44
+ .filters-label {
45
+ position: absolute; right: 40px; top: 180px;
46
+ font-size: 32px; letter-spacing: 1px;
47
+ }
48
+
49
+ /* Product grid */
50
+ .product-grid {
51
+ display: grid;
52
+ grid-template-columns: 540px 540px;
53
+ width: 1080px;
54
+ }
55
+ .product-card { position: relative; }
56
+ .product-card:nth-child(2n) { border-left: 1px solid #BDBDBD; } /* vertical divider */
57
+ .img-placeholder {
58
+ width: 100%; height: 640px;
59
+ background: #E0E0E0;
60
+ border: 1px solid #BDBDBD;
61
+ display: flex; align-items: center; justify-content: center;
62
+ color: #757575; font-size: 28px; text-align: center; padding: 0 24px;
63
+ box-sizing: border-box;
64
+ }
65
+ .quick-add {
66
+ position: absolute; left: 50%; transform: translateX(-50%);
67
+ bottom: 70px; width: 52px; height: 52px; border-radius: 26px;
68
+ background: #FFFFFF; border: 1px solid #BDBDBD;
69
+ display: flex; align-items: center; justify-content: center;
70
+ }
71
+ .quick-add svg { width: 24px; height: 24px; stroke: #111; stroke-width: 6; fill: none; }
72
+
73
+ .info {
74
+ padding: 28px 28px 40px;
75
+ border-top: 1px solid #BDBDBD;
76
+ min-height: 150px;
77
+ }
78
+ .title {
79
+ font-size: 30px; letter-spacing: 1px;
80
+ }
81
+ .price {
82
+ margin-top: 14px; font-size: 28px; color: #333;
83
+ }
84
+
85
+ /* Bottom navigation */
86
+ .bottom-nav {
87
+ position: absolute; left: 0; right: 0; bottom: 220px;
88
+ padding: 24px 36px 0;
89
+ border-top: 1px solid #E0E0E0;
90
+ background: #FFFFFF;
91
+ }
92
+ .tabs {
93
+ display: flex; align-items: center; gap: 48px; list-style: none; margin: 0; padding: 18px 0 36px;
94
+ font-size: 32px; letter-spacing: 1px;
95
+ }
96
+ .tabs li { color: #222; }
97
+ .tabs .active { font-weight: 700; position: relative; }
98
+ .tabs .active::after {
99
+ content: ""; position: absolute; left: 0; bottom: -12px; width: 80px; height: 4px; background: #111;
100
+ }
101
+ .results {
102
+ position: absolute; right: 36px; top: 26px; font-size: 30px; color: #555;
103
+ }
104
+
105
+ .search-bar {
106
+ margin: 0 0 36px 0;
107
+ height: 100px;
108
+ border: 1px solid #BDBDBD;
109
+ display: flex; align-items: center; justify-content: space-between;
110
+ padding: 0 28px; box-sizing: border-box;
111
+ }
112
+ .search-bar .query { font-size: 32px; color: #222; letter-spacing: 0.5px; }
113
+ .search-bar .clear-btn svg { width: 36px; height: 36px; stroke: #111; stroke-width: 6; fill: none; }
114
+
115
+ /* Home pill */
116
+ .home-pill {
117
+ position: absolute; left: 50%; transform: translateX(-50%);
118
+ bottom: 70px; width: 280px; height: 12px; border-radius: 6px; background: #C7C7C7;
119
+ }
120
+ </style>
121
+ </head>
122
+ <body>
123
+ <div id="render-target">
124
+
125
+ <!-- Status bar -->
126
+ <div class="status-bar">
127
+ <div class="time">10:37</div>
128
+ <div class="status-icons">
129
+ <!-- Simple dots to mimic small status icons -->
130
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="8"/></svg>
131
+ <svg viewBox="0 0 24 24"><rect x="2" y="8" width="16" height="8" rx="2"/><rect x="20" y="10" width="2" height="4"/></svg> <!-- battery -->
132
+ <svg viewBox="0 0 24 24"><path d="M3 18c3-4 6-6 9-6s6 2 9 6" stroke="#666" stroke-width="2" fill="none"/></svg> <!-- wifi -->
133
+ </div>
134
+ </div>
135
+
136
+ <!-- Header with close, view controls, filters -->
137
+ <div class="app-header">
138
+ <button class="icon-btn close-btn" aria-label="Close">
139
+ <svg viewBox="0 0 24 24">
140
+ <path d="M4 4 L20 20 M20 4 L4 20"></path>
141
+ </svg>
142
+ </button>
143
+
144
+ <div class="view-controls">
145
+ <!-- List view icon -->
146
+ <button class="icon-btn" aria-label="List view">
147
+ <svg viewBox="0 0 24 24">
148
+ <rect x="3" y="4" width="6" height="6"></rect>
149
+ <rect x="12" y="5" width="9" height="4"></rect>
150
+ <rect x="3" y="14" width="6" height="6"></rect>
151
+ <rect x="12" y="15" width="9" height="4"></rect>
152
+ </svg>
153
+ </button>
154
+ <!-- Grid view icon -->
155
+ <button class="icon-btn" aria-label="Grid view">
156
+ <svg viewBox="0 0 24 24">
157
+ <rect x="3" y="3" width="7" height="7"></rect>
158
+ <rect x="14" y="3" width="7" height="7"></rect>
159
+ <rect x="3" y="14" width="7" height="7"></rect>
160
+ <rect x="14" y="14" width="7" height="7"></rect>
161
+ </svg>
162
+ </button>
163
+ </div>
164
+
165
+ <div class="filters-label">FILTERS</div>
166
+ </div>
167
+
168
+ <!-- Product Grid -->
169
+ <div class="product-grid">
170
+ <!-- Card 1 -->
171
+ <div class="product-card">
172
+ <div class="img-placeholder">[IMG: Model leaning by fence wearing linen wide leg pants]</div>
173
+ <div class="quick-add" title="Quick add">
174
+ <svg viewBox="0 0 24 24"><path d="M12 4v16M4 12h16"></path></svg>
175
+ </div>
176
+ <div class="info">
177
+ <div class="title">LINEN BLEND WIDE LEG PANTS</div>
178
+ <div class="price">59.90 USD</div>
179
+ </div>
180
+ </div>
181
+
182
+ <!-- Card 2 -->
183
+ <div class="product-card">
184
+ <div class="img-placeholder">[IMG: Model in white tube top and dark linen pants]</div>
185
+ <div class="quick-add" title="Quick add">
186
+ <svg viewBox="0 0 24 24"><path d="M12 4v16M4 12h16"></path></svg>
187
+ </div>
188
+ <div class="info">
189
+ <div class="title">WIDE LEG LINEN PANTS</div>
190
+ <div class="price">49.90 USD</div>
191
+ </div>
192
+ </div>
193
+
194
+ <!-- Card 3 -->
195
+ <div class="product-card">
196
+ <div class="img-placeholder">[IMG: Model in magenta halter top]</div>
197
+ <div class="quick-add" title="Quick add">
198
+ <svg viewBox="0 0 24 24"><path d="M12 4v16M4 12h16"></path></svg>
199
+ </div>
200
+ <div class="info">
201
+ <div class="title">HALTER TOP WITH WIDE LEG PANTS</div>
202
+ <div class="price">—</div>
203
+ </div>
204
+ </div>
205
+
206
+ <!-- Card 4 -->
207
+ <div class="product-card">
208
+ <div class="img-placeholder">[IMG: Model in crochet tank near water wearing white pants]</div>
209
+ <div class="quick-add" title="Quick add">
210
+ <svg viewBox="0 0 24 24"><path d="M12 4v16M4 12h16"></path></svg>
211
+ </div>
212
+ <div class="info">
213
+ <div class="title">LINEN PALAZZO PANTS LOOK</div>
214
+ <div class="price">—</div>
215
+ </div>
216
+ </div>
217
+ </div>
218
+
219
+ <!-- Bottom navigation and search -->
220
+ <div class="bottom-nav">
221
+ <ul class="tabs">
222
+ <li class="active">WOMAN</li>
223
+ <li>MAN</li>
224
+ <li>KIDS</li>
225
+ <li>HOME</li>
226
+ <li>MASSIM…</li>
227
+ </ul>
228
+ <div class="results">37 RESULTS</div>
229
+
230
+ <div class="search-bar">
231
+ <span class="query">LINEN PALAZZO PANTS</span>
232
+ <button class="icon-btn clear-btn" aria-label="Clear search">
233
+ <svg viewBox="0 0 24 24"><path d="M5 5 L19 19 M19 5 L5 19"></path></svg>
234
+ </button>
235
+ </div>
236
+ </div>
237
+
238
+ <!-- Home indicator pill -->
239
+ <div class="home-pill"></div>
240
+
241
+ </div>
242
+ </body>
243
+ </html>
code/19097/19097_6.html ADDED
@@ -0,0 +1,244 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Shopping Grid UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #FFFFFF; color: #111;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ height: 92px; padding: 0 36px; display: flex; align-items: center; justify-content: space-between;
17
+ font-size: 36px; color: #4A4A4A;
18
+ }
19
+ .status-center { display: flex; gap: 18px; align-items: center; }
20
+ .dot {
21
+ width: 22px; height: 22px; border-radius: 50%; background: #9E9E9E;
22
+ }
23
+ .status-right { display: flex; align-items: center; gap: 24px; }
24
+ .icon { width: 44px; height: 44px; }
25
+ .icon svg { width: 100%; height: 100%; }
26
+
27
+ /* Top actions area */
28
+ .top-actions {
29
+ position: relative; height: 216px; border-top: 1px solid #eee;
30
+ }
31
+ .close-btn {
32
+ position: absolute; left: 42px; top: 92px; width: 56px; height: 56px; cursor: pointer;
33
+ }
34
+ .view-icons {
35
+ position: absolute; right: 42px; top: 84px; display: flex; gap: 36px;
36
+ }
37
+ .filters-text {
38
+ position: absolute; right: 42px; bottom: 24px; font-size: 38px; letter-spacing: 1px;
39
+ }
40
+
41
+ /* Product grid */
42
+ .product-grid {
43
+ display: grid;
44
+ grid-template-columns: 1fr 1fr;
45
+ border-top: 2px solid #000;
46
+ }
47
+ .product-card {
48
+ border-bottom: 2px solid #000;
49
+ position: relative;
50
+ }
51
+ .product-card:nth-child(odd) { border-right: 2px solid #000; }
52
+ .img-sm, .img-lg {
53
+ background: #E0E0E0; border: 1px solid #BDBDBD; color: #757575;
54
+ display: flex; align-items: center; justify-content: center; text-align: center;
55
+ }
56
+ .img-sm { height: 240px; font-size: 28px; }
57
+ .img-lg { height: 820px; font-size: 32px; }
58
+ .plus-overlay {
59
+ position: absolute; right: 28px; bottom: 180px; width: 66px; height: 66px;
60
+ border-radius: 50%; border: 1px solid #BDBDBD; background: rgba(255,255,255,0.75);
61
+ display: flex; align-items: center; justify-content: center; color: #777; font-size: 42px; line-height: 1;
62
+ }
63
+ .card-info {
64
+ padding: 28px 32px 34px;
65
+ }
66
+ .title {
67
+ font-size: 34px; letter-spacing: 0.5px;
68
+ }
69
+ .price {
70
+ margin-top: 10px; font-size: 30px; color: #555;
71
+ }
72
+
73
+ /* Category nav */
74
+ .category-nav {
75
+ display: flex; align-items: center; gap: 46px;
76
+ padding: 34px 40px 24px; font-size: 34px; border-top: 2px solid #000;
77
+ }
78
+ .cat { color: #555; }
79
+ .cat.active { color: #000; font-weight: 600; position: relative; }
80
+ .cat.active::after {
81
+ content: ""; position: absolute; left: 0; bottom: -12px; width: 70px; height: 4px; background: #000;
82
+ }
83
+ .results { margin-left: auto; color: #333; }
84
+
85
+ /* Search bar */
86
+ .search-wrap { padding: 18px 40px; }
87
+ .search-bar {
88
+ border: 2px solid #000; height: 112px; display: flex; align-items: center; justify-content: space-between;
89
+ padding: 0 34px; font-size: 34px; color: #333;
90
+ }
91
+ .search-close { width: 44px; height: 44px; }
92
+ .search-close svg { width: 100%; height: 100%; }
93
+
94
+ /* Gesture indicator */
95
+ .gesture {
96
+ position: absolute; left: 50%; transform: translateX(-50%);
97
+ bottom: 18px; width: 280px; height: 12px; border-radius: 6px; background: #C8C8C8;
98
+ }
99
+ </style>
100
+ </head>
101
+ <body>
102
+ <div id="render-target">
103
+
104
+ <!-- Status Bar -->
105
+ <div class="status-bar">
106
+ <div class="status-left">10:37</div>
107
+ <div class="status-center">
108
+ <div class="dot"></div>
109
+ <div class="dot"></div>
110
+ <div class="dot"></div>
111
+ <div class="dot"></div>
112
+ <div class="dot" style="width:12px;height:12px;margin-left:6px;background:#757575;"></div>
113
+ </div>
114
+ <div class="status-right">
115
+ <!-- Wi-Fi icon -->
116
+ <div class="icon">
117
+ <svg viewBox="0 0 24 24" fill="none" stroke="#4A4A4A" stroke-width="2">
118
+ <path d="M2 9c5-5 15-5 20 0"></path>
119
+ <path d="M5 12c4-4 10-4 14 0"></path>
120
+ <path d="M8 15c3-3 5-3 8 0"></path>
121
+ <circle cx="12" cy="18" r="1.8" fill="#4A4A4A"></circle>
122
+ </svg>
123
+ </div>
124
+ <!-- Battery icon -->
125
+ <div class="icon">
126
+ <svg viewBox="0 0 26 24" fill="none" stroke="#4A4A4A" stroke-width="2">
127
+ <rect x="3" y="6" width="18" height="12" rx="2"></rect>
128
+ <rect x="21" y="9" width="3" height="6" rx="1" fill="#4A4A4A"></rect>
129
+ <rect x="5" y="8" width="12" height="8" fill="#4A4A4A"></rect>
130
+ </svg>
131
+ </div>
132
+ </div>
133
+ </div>
134
+
135
+ <!-- Top Actions -->
136
+ <div class="top-actions">
137
+ <div class="close-btn">
138
+ <svg viewBox="0 0 24 24" stroke="#000" stroke-width="2">
139
+ <line x1="4" y1="4" x2="20" y2="20"></line>
140
+ <line x1="20" y1="4" x2="4" y2="20"></line>
141
+ </svg>
142
+ </div>
143
+ <div class="view-icons">
144
+ <!-- List icon -->
145
+ <div class="icon">
146
+ <svg viewBox="0 0 24 24" fill="none" stroke="#000" stroke-width="2">
147
+ <rect x="3" y="4" width="18" height="4"></rect>
148
+ <rect x="3" y="10" width="18" height="4"></rect>
149
+ <rect x="3" y="16" width="18" height="4"></rect>
150
+ </svg>
151
+ </div>
152
+ <!-- Grid icon -->
153
+ <div class="icon">
154
+ <svg viewBox="0 0 24 24" fill="none" stroke="#000" stroke-width="2">
155
+ <rect x="3" y="3" width="8" height="8"></rect>
156
+ <rect x="13" y="3" width="8" height="8"></rect>
157
+ <rect x="3" y="13" width="8" height="8"></rect>
158
+ <rect x="13" y="13" width="8" height="8"></rect>
159
+ </svg>
160
+ </div>
161
+ </div>
162
+ <div class="filters-text">FILTERS</div>
163
+ </div>
164
+
165
+ <!-- Product Grid -->
166
+ <div class="product-grid">
167
+
168
+ <!-- Row 1 (small images) -->
169
+ <div class="product-card">
170
+ <div class="img-sm">[IMG: Close-up fabric and runway scene]</div>
171
+ <div class="card-info">
172
+ <div class="title">LINEN BLEND WIDE LEG PANTS</div>
173
+ <div class="price">59.90 USD</div>
174
+ </div>
175
+ </div>
176
+ <div class="product-card">
177
+ <div class="img-sm">[IMG: Detail of linen pants on a model]</div>
178
+ <div class="card-info">
179
+ <div class="title">WIDE LEG LINEN PANTS</div>
180
+ <div class="price">49.90 USD</div>
181
+ </div>
182
+ </div>
183
+
184
+ <!-- Row 2 (large images) -->
185
+ <div class="product-card">
186
+ <div class="img-lg" style="position: relative;">
187
+ [IMG: Model wearing magenta wide leg pants against white backdrop]
188
+ <div class="plus-overlay">+</div>
189
+ </div>
190
+ <div class="card-info">
191
+ <div class="title">LINEN BLEND WIDE LEG PANTS</div>
192
+ <div class="price">59.90 USD</div>
193
+ </div>
194
+ </div>
195
+ <div class="product-card">
196
+ <div class="img-lg" style="position: relative;">
197
+ [IMG: Model by lakeside wearing white linen palazzo pants]
198
+ <div class="plus-overlay">+</div>
199
+ </div>
200
+ <div class="card-info">
201
+ <div class="title">LINEN PALAZZO PANTS</div>
202
+ <div class="price">69.90 USD</div>
203
+ </div>
204
+ </div>
205
+
206
+ <!-- Row 3 (cropped images) -->
207
+ <div class="product-card">
208
+ <div class="img-sm">[IMG: Editorial shot indoors with model]</div>
209
+ </div>
210
+ <div class="product-card">
211
+ <div class="img-sm">[IMG: Studio shot with model in strapless top]</div>
212
+ </div>
213
+
214
+ </div>
215
+
216
+ <!-- Category Navigation -->
217
+ <div class="category-nav">
218
+ <div class="cat active">WOMAN</div>
219
+ <div class="cat">MAN</div>
220
+ <div class="cat">KIDS</div>
221
+ <div class="cat">HOME</div>
222
+ <div class="cat">MASSIM</div>
223
+ <div class="results">37 RESULTS</div>
224
+ </div>
225
+
226
+ <!-- Search Bar -->
227
+ <div class="search-wrap">
228
+ <div class="search-bar">
229
+ <div>LINEN PALAZZO PANTS</div>
230
+ <div class="search-close">
231
+ <svg viewBox="0 0 24 24" stroke="#000" stroke-width="2">
232
+ <line x1="4" y1="4" x2="20" y2="20"></line>
233
+ <line x1="20" y1="4" x2="4" y2="20"></line>
234
+ </svg>
235
+ </div>
236
+ </div>
237
+ </div>
238
+
239
+ <!-- Gesture Indicator -->
240
+ <div class="gesture"></div>
241
+
242
+ </div>
243
+ </body>
244
+ </html>
code/19097/19097_7.html ADDED
@@ -0,0 +1,254 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 - Linen Palazzo Pants</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: #212121; }
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
+ height: 120px;
23
+ width: 100%;
24
+ background: #FFFFFF;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: space-between;
28
+ padding: 0 40px;
29
+ box-sizing: border-box;
30
+ }
31
+ .status-left {
32
+ display: flex;
33
+ align-items: center;
34
+ gap: 18px;
35
+ color: #424242;
36
+ }
37
+ .time {
38
+ font-size: 38px;
39
+ font-weight: 600;
40
+ letter-spacing: 0.5px;
41
+ }
42
+ .status-dots {
43
+ display: flex;
44
+ align-items: center;
45
+ gap: 14px;
46
+ }
47
+ .status-dots span {
48
+ width: 18px;
49
+ height: 18px;
50
+ background: #9E9E9E;
51
+ border-radius: 50%;
52
+ display: inline-block;
53
+ opacity: 0.6;
54
+ }
55
+ .status-right {
56
+ display: flex;
57
+ align-items: center;
58
+ gap: 22px;
59
+ color: #424242;
60
+ }
61
+ .icon {
62
+ width: 48px;
63
+ height: 48px;
64
+ }
65
+
66
+ /* Top app bar */
67
+ .app-bar {
68
+ position: absolute;
69
+ top: 120px;
70
+ left: 0;
71
+ height: 150px;
72
+ width: 100%;
73
+ background: #FFFFFF;
74
+ display: flex;
75
+ align-items: center;
76
+ justify-content: space-between;
77
+ padding: 0 36px;
78
+ box-sizing: border-box;
79
+ z-index: 5;
80
+ }
81
+ .app-actions {
82
+ display: flex;
83
+ align-items: center;
84
+ gap: 36px;
85
+ }
86
+ .app-icon {
87
+ width: 64px;
88
+ height: 64px;
89
+ cursor: pointer;
90
+ }
91
+
92
+ /* Main image placeholder */
93
+ .hero {
94
+ position: absolute;
95
+ top: 270px; /* status + app-bar */
96
+ left: 0;
97
+ width: 100%;
98
+ height: 1580px;
99
+ box-sizing: border-box;
100
+ border: 1px solid #BDBDBD;
101
+ background: #E0E0E0;
102
+ display: flex;
103
+ align-items: flex-end;
104
+ justify-content: center;
105
+ padding-bottom: 24px;
106
+ color: #616161;
107
+ font-size: 32px;
108
+ letter-spacing: 0.3px;
109
+ text-align: center;
110
+ }
111
+
112
+ /* Bottom action bar */
113
+ .action-bar {
114
+ position: absolute;
115
+ bottom: 360px;
116
+ left: 0;
117
+ width: 100%;
118
+ height: 170px;
119
+ background: #FFFFFF;
120
+ border-top: 1px solid #DADADA;
121
+ display: grid;
122
+ grid-template-columns: 1fr 1fr;
123
+ align-items: center;
124
+ text-align: center;
125
+ font-size: 36px;
126
+ letter-spacing: 2px;
127
+ text-transform: uppercase;
128
+ }
129
+ .action-bar .divider {
130
+ position: absolute;
131
+ right: 540px;
132
+ top: 0;
133
+ width: 1px;
134
+ height: 100%;
135
+ background: #DADADA;
136
+ }
137
+ .action {
138
+ display: flex;
139
+ align-items: center;
140
+ justify-content: center;
141
+ height: 100%;
142
+ }
143
+ .muted {
144
+ color: #424242;
145
+ }
146
+
147
+ /* Product info */
148
+ .product-info {
149
+ position: absolute;
150
+ bottom: 160px;
151
+ left: 0;
152
+ width: 100%;
153
+ padding: 40px;
154
+ box-sizing: border-box;
155
+ background: #FFFFFF;
156
+ }
157
+ .product-name {
158
+ font-size: 40px;
159
+ letter-spacing: 1px;
160
+ text-transform: uppercase;
161
+ margin-bottom: 16px;
162
+ color: #212121;
163
+ }
164
+ .product-price {
165
+ font-size: 36px;
166
+ color: #616161;
167
+ }
168
+
169
+ /* Android home pill */
170
+ .home-pill {
171
+ position: absolute;
172
+ bottom: 70px;
173
+ left: 50%;
174
+ transform: translateX(-50%);
175
+ width: 260px;
176
+ height: 14px;
177
+ background: #BDBDBD;
178
+ border-radius: 20px;
179
+ opacity: 0.7;
180
+ }
181
+ </style>
182
+ </head>
183
+ <body>
184
+ <div id="render-target">
185
+
186
+ <!-- Status bar -->
187
+ <div class="status-bar">
188
+ <div class="status-left">
189
+ <div class="time">10:38</div>
190
+ <div class="status-dots">
191
+ <span></span><span></span><span></span><span></span><span></span>
192
+ </div>
193
+ <div style="font-size: 42px; color:#9E9E9E;">•</div>
194
+ </div>
195
+ <div class="status-right">
196
+ <!-- Wi-Fi -->
197
+ <svg class="icon" viewBox="0 0 24 24">
198
+ <path d="M12 18a2 2 0 1 0 0.001 0z" fill="#424242"/>
199
+ <path d="M4 11c4.5-4 11.5-4 16 0" stroke="#424242" stroke-width="2" fill="none" stroke-linecap="round"/>
200
+ <path d="M7 14c3-2.5 7-2.5 10 0" stroke="#424242" stroke-width="2" fill="none" stroke-linecap="round"/>
201
+ </svg>
202
+ <!-- Battery -->
203
+ <svg class="icon" viewBox="0 0 24 24">
204
+ <rect x="2" y="7" width="18" height="10" rx="2" ry="2" stroke="#424242" stroke-width="2" fill="none"/>
205
+ <rect x="3.5" y="8.5" width="12" height="7" fill="#424242"/>
206
+ <rect x="20" y="10" width="2" height="4" fill="#424242"/>
207
+ </svg>
208
+ </div>
209
+ </div>
210
+
211
+ <!-- App bar -->
212
+ <div class="app-bar">
213
+ <!-- Close (X) -->
214
+ <svg class="app-icon" viewBox="0 0 24 24">
215
+ <path d="M5 5L19 19M19 5L5 19" stroke="#212121" stroke-width="2" stroke-linecap="round"/>
216
+ </svg>
217
+ <div class="app-actions">
218
+ <!-- Share -->
219
+ <svg class="app-icon" viewBox="0 0 24 24">
220
+ <circle cx="6" cy="12" r="2" fill="#212121"/>
221
+ <circle cx="18" cy="6" r="2" fill="#212121"/>
222
+ <circle cx="18" cy="18" r="2" fill="#212121"/>
223
+ <path d="M7.8 11.2L16 7.2M7.8 12.8L16 16.8" stroke="#212121" stroke-width="2" stroke-linecap="round"/>
224
+ </svg>
225
+ <!-- Bookmark -->
226
+ <svg class="app-icon" viewBox="0 0 24 24">
227
+ <path d="M6 5h12v14l-6-4-6 4V5z" stroke="#212121" stroke-width="2" fill="none" stroke-linejoin="round"/>
228
+ </svg>
229
+ </div>
230
+ </div>
231
+
232
+ <!-- Main product photo placeholder -->
233
+ <div class="hero">
234
+ [IMG: Full-height fashion photo – model by pool wearing linen palazzo pants]
235
+ </div>
236
+
237
+ <!-- Bottom action bar -->
238
+ <div class="action-bar">
239
+ <div class="action muted">ADD</div>
240
+ <div class="action muted">SHOPPING BAG (2)</div>
241
+ <div class="divider"></div>
242
+ </div>
243
+
244
+ <!-- Product info -->
245
+ <div class="product-info">
246
+ <div class="product-name">LINEN PALAZZO PANTS</div>
247
+ <div class="product-price">69.90 USD</div>
248
+ </div>
249
+
250
+ <!-- Android navigation pill -->
251
+ <div class="home-pill"></div>
252
+ </div>
253
+ </body>
254
+ </html>
code/19097/19097_8.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>Product Size Selector</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;
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: 140px;
24
+ background: #FFFFFF;
25
+ border-bottom: 1px solid #E6E6E6;
26
+ display: flex;
27
+ align-items: center;
28
+ padding: 0 36px;
29
+ box-sizing: border-box;
30
+ font-weight: 500;
31
+ color: #3D3D3D;
32
+ }
33
+ .status-time { font-size: 40px; }
34
+ .status-center {
35
+ flex: 1;
36
+ display: flex;
37
+ justify-content: center;
38
+ gap: 28px;
39
+ }
40
+ .status-dot {
41
+ width: 26px;
42
+ height: 26px;
43
+ background: #9E9E9E;
44
+ border-radius: 50%;
45
+ opacity: 0.8;
46
+ }
47
+ .status-right {
48
+ display: flex;
49
+ gap: 28px;
50
+ align-items: center;
51
+ }
52
+ .icon {
53
+ width: 44px;
54
+ height: 44px;
55
+ fill: none;
56
+ stroke: #4A4A4A;
57
+ stroke-width: 3;
58
+ }
59
+
60
+ /* Header */
61
+ .header {
62
+ position: absolute;
63
+ top: 140px;
64
+ left: 0;
65
+ width: 1080px;
66
+ height: 120px;
67
+ background: #FFFFFF;
68
+ display: flex;
69
+ align-items: center;
70
+ padding: 0 36px;
71
+ box-sizing: border-box;
72
+ z-index: 2;
73
+ }
74
+ .header-left, .header-right {
75
+ display: flex;
76
+ align-items: center;
77
+ }
78
+ .header-left { flex: 1; }
79
+ .header-right { gap: 36px; }
80
+
81
+ .icon-btn { width: 64px; height: 64px; display: flex; align-items: center; justify-content: center; cursor: pointer; }
82
+
83
+ /* Image placeholder */
84
+ .hero {
85
+ position: absolute;
86
+ top: 260px;
87
+ left: 0;
88
+ width: 1080px;
89
+ height: 1250px;
90
+ display: flex;
91
+ align-items: center;
92
+ justify-content: center;
93
+ background: #E0E0E0;
94
+ border-top: 1px solid #BDBDBD;
95
+ border-bottom: 1px solid #BDBDBD;
96
+ color: #757575;
97
+ font-size: 36px;
98
+ letter-spacing: 0.5px;
99
+ text-align: center;
100
+ box-sizing: border-box;
101
+ }
102
+
103
+ /* Sizes grid */
104
+ .sizes {
105
+ position: absolute;
106
+ top: 1510px;
107
+ left: 0;
108
+ width: 1080px;
109
+ height: 600px;
110
+ display: grid;
111
+ grid-template-columns: 1fr 1fr;
112
+ grid-template-rows: repeat(3, 1fr);
113
+ border-top: 1px solid #D0D0D0;
114
+ border-bottom: 1px solid #D0D0D0;
115
+ }
116
+ .size-cell {
117
+ display: flex;
118
+ align-items: center;
119
+ justify-content: center;
120
+ font-size: 44px;
121
+ color: #2E2E2E;
122
+ text-transform: uppercase;
123
+ letter-spacing: 1px;
124
+ background: #FFFFFF;
125
+ box-sizing: border-box;
126
+ }
127
+ .size-cell { border-top: 1px solid #E0E0E0; }
128
+ .size-cell:nth-child(1), .size-cell:nth-child(2) { border-top: none; }
129
+ .size-cell.left { border-right: 1px solid #D0D0D0; }
130
+
131
+ /* Fit note */
132
+ .fit-note {
133
+ position: absolute;
134
+ top: 2110px;
135
+ left: 0;
136
+ width: 1080px;
137
+ height: 90px;
138
+ display: flex;
139
+ align-items: center;
140
+ padding: 0 36px;
141
+ box-sizing: border-box;
142
+ color: #555;
143
+ font-size: 36px;
144
+ border-bottom: 1px solid #E0E0E0;
145
+ }
146
+
147
+ /* Bottom actions */
148
+ .bottom-actions {
149
+ position: absolute;
150
+ top: 2200px;
151
+ left: 0;
152
+ width: 1080px;
153
+ height: 160px;
154
+ display: grid;
155
+ grid-template-columns: 1fr 1fr;
156
+ border-top: 1px solid #D0D0D0;
157
+ border-bottom: 1px solid #D0D0D0;
158
+ background: #FFFFFF;
159
+ }
160
+ .action-btn {
161
+ display: flex;
162
+ align-items: center;
163
+ justify-content: center;
164
+ gap: 22px;
165
+ font-size: 40px;
166
+ letter-spacing: 2px;
167
+ color: #3A3A3A;
168
+ text-transform: uppercase;
169
+ }
170
+ .action-btn.left { border-right: 1px solid #D0D0D0; }
171
+
172
+ /* Simple spinner */
173
+ .spinner {
174
+ width: 42px;
175
+ height: 42px;
176
+ border: 3px solid #C7C7C7;
177
+ border-top-color: #8A8A8A;
178
+ border-radius: 50%;
179
+ animation: spin 1s linear infinite;
180
+ }
181
+ @keyframes spin { to { transform: rotate(360deg); } }
182
+
183
+ /* Home indicator */
184
+ .home-indicator {
185
+ position: absolute;
186
+ bottom: 18px;
187
+ left: 50%;
188
+ transform: translateX(-50%);
189
+ width: 216px;
190
+ height: 12px;
191
+ background: #B5B5B5;
192
+ border-radius: 6px;
193
+ opacity: 0.6;
194
+ }
195
+ </style>
196
+ </head>
197
+ <body>
198
+ <div id="render-target">
199
+ <!-- Status Bar -->
200
+ <div class="status-bar">
201
+ <div class="status-time">10:39</div>
202
+ <div class="status-center">
203
+ <div class="status-dot"></div>
204
+ <div class="status-dot"></div>
205
+ <div class="status-dot"></div>
206
+ <div class="status-dot"></div>
207
+ <div style="width: 14px; height: 14px; background:#8A8A8A; border-radius: 50%; margin-left: 10px;"></div>
208
+ </div>
209
+ <div class="status-right">
210
+ <!-- WiFi Icon -->
211
+ <svg class="icon" viewBox="0 0 24 24" aria-hidden="true">
212
+ <path d="M2 9c5-5 15-5 20 0" />
213
+ <path d="M6 13c3-3 9-3 12 0" />
214
+ <circle cx="12" cy="17" r="2" fill="#4A4A4A" stroke="none" />
215
+ </svg>
216
+ <!-- Battery Icon -->
217
+ <svg class="icon" viewBox="0 0 28 24" aria-hidden="true">
218
+ <rect x="2" y="6" width="20" height="12" rx="2"></rect>
219
+ <rect x="23" y="9" width="3" height="6" rx="1"></rect>
220
+ <rect x="4" y="8" width="14" height="8" fill="#4A4A4A" stroke="none"></rect>
221
+ </svg>
222
+ </div>
223
+ </div>
224
+
225
+ <!-- Header -->
226
+ <div class="header">
227
+ <div class="header-left">
228
+ <!-- Close (X) -->
229
+ <div class="icon-btn" aria-label="Close">
230
+ <svg class="icon" viewBox="0 0 24 24">
231
+ <path d="M4 4L20 20M20 4L4 20"></path>
232
+ </svg>
233
+ </div>
234
+ </div>
235
+ <div class="header-right">
236
+ <!-- Share Icon -->
237
+ <div class="icon-btn" aria-label="Share">
238
+ <svg class="icon" viewBox="0 0 24 24">
239
+ <circle cx="6" cy="12" r="2" fill="#4A4A4A" stroke="none"></circle>
240
+ <circle cx="18" cy="6" r="2" fill="#4A4A4A" stroke="none"></circle>
241
+ <circle cx="18" cy="18" r="2" fill="#4A4A4A" stroke="none"></circle>
242
+ <path d="M8 12L16 7M8 12L16 17" />
243
+ </svg>
244
+ </div>
245
+ <!-- Bookmark Icon -->
246
+ <div class="icon-btn" aria-label="Bookmark">
247
+ <svg class="icon" viewBox="0 0 24 24">
248
+ <path d="M6 3h12v18l-6-4-6 4V3z"></path>
249
+ </svg>
250
+ </div>
251
+ </div>
252
+ </div>
253
+
254
+ <!-- Image Placeholder -->
255
+ <div class="hero">
256
+ [IMG: Model wearing crochet tank top by a pool]
257
+ </div>
258
+
259
+ <!-- Sizes Grid -->
260
+ <div class="sizes">
261
+ <div class="size-cell left">XS</div>
262
+ <div class="size-cell">S</div>
263
+ <div class="size-cell left">M</div>
264
+ <div class="size-cell">L</div>
265
+ <div class="size-cell left">XL</div>
266
+ <div class="size-cell">XXL</div>
267
+ </div>
268
+
269
+ <!-- Fit note -->
270
+ <div class="fit-note">This item runs large.</div>
271
+
272
+ <!-- Bottom actions -->
273
+ <div class="bottom-actions">
274
+ <div class="action-btn left">
275
+ <div class="spinner" aria-hidden="true"></div>
276
+ <span>Find Your Size</span>
277
+ </div>
278
+ <div class="action-btn"><span>View Measurements</span></div>
279
+ </div>
280
+
281
+ <!-- Home indicator -->
282
+ <div class="home-indicator"></div>
283
+ </div>
284
+ </body>
285
+ </html>
code/19097/19097_9.html ADDED
@@ -0,0 +1,256 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Product Page Mock</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: Arial, Helvetica, sans-serif;
13
+ color: #111;
14
+ }
15
+ #render-target {
16
+ width: 1080px;
17
+ height: 2400px;
18
+ position: relative;
19
+ overflow: hidden;
20
+ background: #ffffff;
21
+ }
22
+
23
+ /* Status bar */
24
+ .status-bar {
25
+ position: absolute;
26
+ top: 0;
27
+ left: 0;
28
+ width: 1080px;
29
+ height: 120px;
30
+ background: #fff;
31
+ display: flex;
32
+ align-items: center;
33
+ padding: 0 36px;
34
+ box-sizing: border-box;
35
+ color: #4a4a4a;
36
+ font-size: 44px;
37
+ letter-spacing: 0.5px;
38
+ }
39
+ .status-left {
40
+ display: flex;
41
+ align-items: center;
42
+ gap: 26px;
43
+ }
44
+ .status-icons {
45
+ display: flex;
46
+ align-items: center;
47
+ gap: 16px;
48
+ }
49
+ .status-right {
50
+ margin-left: auto;
51
+ display: flex;
52
+ align-items: center;
53
+ gap: 24px;
54
+ }
55
+ .dot {
56
+ width: 12px;
57
+ height: 12px;
58
+ background: #777;
59
+ border-radius: 50%;
60
+ }
61
+ .status-icon {
62
+ width: 46px;
63
+ height: 46px;
64
+ display: inline-flex;
65
+ }
66
+
67
+ /* Top app bar */
68
+ .app-bar {
69
+ position: absolute;
70
+ top: 120px;
71
+ left: 0;
72
+ width: 1080px;
73
+ height: 120px;
74
+ display: flex;
75
+ align-items: center;
76
+ padding: 0 36px;
77
+ box-sizing: border-box;
78
+ }
79
+ .app-left, .app-right {
80
+ display: flex;
81
+ align-items: center;
82
+ gap: 36px;
83
+ }
84
+ .app-right { margin-left: auto; }
85
+ .app-btn {
86
+ width: 64px;
87
+ height: 64px;
88
+ display: inline-flex;
89
+ align-items: center;
90
+ justify-content: center;
91
+ cursor: default;
92
+ }
93
+ .app-btn svg { stroke: #1f1f1f; fill: none; }
94
+
95
+ /* Hero image placeholder */
96
+ .hero {
97
+ position: absolute;
98
+ left: 0;
99
+ top: 240px;
100
+ width: 1080px;
101
+ height: 1580px;
102
+ background: #E0E0E0;
103
+ border: 1px solid #BDBDBD;
104
+ box-sizing: border-box;
105
+ display: flex;
106
+ align-items: flex-end;
107
+ justify-content: flex-start;
108
+ }
109
+ .hero-label {
110
+ color: #757575;
111
+ font-size: 38px;
112
+ padding: 24px 36px;
113
+ }
114
+
115
+ /* Actions bar */
116
+ .actions-bar {
117
+ position: absolute;
118
+ left: 0;
119
+ bottom: 430px;
120
+ width: 1080px;
121
+ height: 130px;
122
+ background: #ffffff;
123
+ border-top: 1px solid #d9d9d9;
124
+ border-bottom: 1px solid #d9d9d9;
125
+ display: grid;
126
+ grid-template-columns: 1fr 1fr;
127
+ align-items: center;
128
+ text-align: center;
129
+ font-size: 42px;
130
+ letter-spacing: 1px;
131
+ }
132
+ .actions-bar .cell {
133
+ height: 100%;
134
+ display: flex;
135
+ align-items: center;
136
+ justify-content: center;
137
+ }
138
+ .actions-bar .cell + .cell {
139
+ border-left: 1px solid #cfcfcf;
140
+ }
141
+
142
+ /* Product details */
143
+ .details {
144
+ position: absolute;
145
+ left: 36px;
146
+ bottom: 270px;
147
+ width: calc(100% - 72px);
148
+ color: #222;
149
+ }
150
+ .product-title {
151
+ font-size: 40px;
152
+ letter-spacing: 2px;
153
+ text-transform: uppercase;
154
+ margin-bottom: 16px;
155
+ }
156
+ .product-price {
157
+ font-size: 36px;
158
+ color: #444;
159
+ }
160
+
161
+ /* Home indicator */
162
+ .home-indicator {
163
+ position: absolute;
164
+ bottom: 80px;
165
+ left: 50%;
166
+ transform: translateX(-50%);
167
+ width: 210px;
168
+ height: 12px;
169
+ background: #c7c7c7;
170
+ border-radius: 12px;
171
+ }
172
+ </style>
173
+ </head>
174
+ <body>
175
+ <div id="render-target">
176
+
177
+ <!-- Status Bar -->
178
+ <div class="status-bar">
179
+ <div class="status-left">
180
+ <div class="time">10:40</div>
181
+ <div class="status-icons">
182
+ <div class="dot"></div>
183
+ <div class="dot"></div>
184
+ <div class="dot"></div>
185
+ <div class="dot"></div>
186
+ <div class="dot"></div>
187
+ </div>
188
+ </div>
189
+ <div class="status-right">
190
+ <!-- Wi-Fi icon -->
191
+ <svg class="status-icon" viewBox="0 0 24 24">
192
+ <path d="M2 8c5-4 15-4 20 0" stroke-width="2" stroke="#444" fill="none"/>
193
+ <path d="M5 12c4-3 10-3 14 0" stroke-width="2" stroke="#444" fill="none"/>
194
+ <path d="M9 16c2-2 4-2 6 0" stroke-width="2" stroke="#444" fill="none"/>
195
+ <circle cx="12" cy="19" r="1.5" fill="#444"/>
196
+ </svg>
197
+ <!-- Battery icon -->
198
+ <svg class="status-icon" viewBox="0 0 24 24">
199
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2" stroke="#444" stroke-width="2" fill="none"/>
200
+ <rect x="4" y="8" width="12" height="8" fill="#444"/>
201
+ <rect x="20" y="9" width="2" height="6" fill="#444"/>
202
+ </svg>
203
+ </div>
204
+ </div>
205
+
206
+ <!-- Top App Bar -->
207
+ <div class="app-bar">
208
+ <div class="app-left">
209
+ <!-- Close (X) -->
210
+ <div class="app-btn">
211
+ <svg viewBox="0 0 24 24" width="64" height="64">
212
+ <path d="M5 5 L19 19 M19 5 L5 19" stroke-width="2"/>
213
+ </svg>
214
+ </div>
215
+ </div>
216
+ <div class="app-right">
217
+ <!-- Share -->
218
+ <div class="app-btn">
219
+ <svg viewBox="0 0 24 24" width="64" height="64">
220
+ <circle cx="6" cy="12" r="2" stroke-width="2"/>
221
+ <circle cx="18" cy="6" r="2" stroke-width="2"/>
222
+ <circle cx="18" cy="18" r="2" stroke-width="2"/>
223
+ <path d="M8 12 L16 7 M8 12 L16 17" stroke-width="2"/>
224
+ </svg>
225
+ </div>
226
+ <!-- Bookmark -->
227
+ <div class="app-btn">
228
+ <svg viewBox="0 0 24 24" width="64" height="64">
229
+ <path d="M6 4 H18 V20 L12 16 L6 20 Z" stroke-width="2"/>
230
+ </svg>
231
+ </div>
232
+ </div>
233
+ </div>
234
+
235
+ <!-- Hero Image Placeholder -->
236
+ <div class="hero">
237
+ <div class="hero-label">[IMG: Model wearing white linen palazzo pants beside a pool]</div>
238
+ </div>
239
+
240
+ <!-- Actions Bar -->
241
+ <div class="actions-bar">
242
+ <div class="cell">ADD</div>
243
+ <div class="cell">SHOPPING BAG (2)</div>
244
+ </div>
245
+
246
+ <!-- Product Details -->
247
+ <div class="details">
248
+ <div class="product-title">LINEN PALAZZO PANTS</div>
249
+ <div class="product-price">69.90 USD</div>
250
+ </div>
251
+
252
+ <!-- Home Indicator -->
253
+ <div class="home-indicator"></div>
254
+ </div>
255
+ </body>
256
+ </html>
code/191/191_0.html ADDED
@@ -0,0 +1,261 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Leg day challenge UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; color: #1f1f1f; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ }
16
+
17
+ /* Top hero area */
18
+ .hero {
19
+ position: relative;
20
+ width: 100%;
21
+ height: 920px;
22
+ }
23
+ .hero .img-placeholder {
24
+ width: 100%;
25
+ height: 100%;
26
+ background: #E0E0E0;
27
+ border-bottom: 1px solid #BDBDBD;
28
+ display: flex;
29
+ align-items: center;
30
+ justify-content: center;
31
+ color: #757575;
32
+ font-size: 32px;
33
+ letter-spacing: 0.2px;
34
+ }
35
+ .hero .gradient-top {
36
+ position: absolute;
37
+ top: 0; left: 0; right: 0;
38
+ height: 200px;
39
+ background: linear-gradient(to bottom, rgba(0,0,0,0.35), rgba(0,0,0,0));
40
+ pointer-events: none;
41
+ }
42
+
43
+ /* Status bar */
44
+ .status-bar {
45
+ position: absolute;
46
+ top: 24px; left: 24px; right: 24px;
47
+ height: 72px;
48
+ display: flex;
49
+ align-items: center;
50
+ justify-content: space-between;
51
+ color: #ffffff;
52
+ z-index: 3;
53
+ }
54
+ .status-left {
55
+ display: flex;
56
+ align-items: center;
57
+ gap: 14px;
58
+ font-size: 36px;
59
+ font-weight: 600;
60
+ letter-spacing: 0.5px;
61
+ }
62
+ .status-right {
63
+ display: flex;
64
+ align-items: center;
65
+ gap: 24px;
66
+ }
67
+ .status-icon svg { width: 40px; height: 40px; fill: none; stroke: #ffffff; stroke-width: 2; }
68
+
69
+ /* Top action icons (back/bookmark) */
70
+ .top-actions {
71
+ position: absolute;
72
+ top: 160px; left: 24px; right: 24px;
73
+ display: flex;
74
+ align-items: center;
75
+ justify-content: space-between;
76
+ z-index: 3;
77
+ color: #ffffff;
78
+ }
79
+ .icon-button {
80
+ width: 72px; height: 72px;
81
+ border-radius: 36px;
82
+ display: flex; align-items: center; justify-content: center;
83
+ background: rgba(0,0,0,0.15);
84
+ }
85
+ .icon-button svg { width: 44px; height: 44px; stroke: #ffffff; fill: none; stroke-width: 3; }
86
+
87
+ /* Content sheet */
88
+ .sheet {
89
+ position: absolute;
90
+ top: 860px; left: 0; right: 0; bottom: 0;
91
+ background: #f5f6f5;
92
+ border-top-left-radius: 32px;
93
+ border-top-right-radius: 32px;
94
+ box-shadow: 0 -1px 0 rgba(0,0,0,0.05) inset;
95
+ }
96
+ .sheet-inner {
97
+ padding: 64px;
98
+ }
99
+ h1 {
100
+ margin: 0 0 32px 0;
101
+ font-size: 68px;
102
+ font-weight: 700;
103
+ letter-spacing: 0.2px;
104
+ color: #222;
105
+ }
106
+ .meta {
107
+ display: flex;
108
+ align-items: center;
109
+ gap: 18px;
110
+ font-size: 34px;
111
+ color: #5f6368;
112
+ margin-bottom: 36px;
113
+ }
114
+ .play-icon {
115
+ width: 44px; height: 44px;
116
+ display: inline-flex; align-items: center; justify-content: center;
117
+ }
118
+ .description {
119
+ font-size: 34px;
120
+ line-height: 1.5;
121
+ color: #585d62;
122
+ margin-bottom: 56px;
123
+ }
124
+ .section-title {
125
+ font-size: 40px;
126
+ font-weight: 700;
127
+ margin-bottom: 20px;
128
+ color: #222;
129
+ }
130
+ .item-row {
131
+ font-size: 34px;
132
+ color: #3a3d40;
133
+ padding: 24px 0;
134
+ border-bottom: 1px solid #dcdcdc;
135
+ margin-bottom: 40px;
136
+ }
137
+ .promo {
138
+ font-size: 30px;
139
+ color: #6b6f73;
140
+ text-align: center;
141
+ margin: 24px 0 48px 0;
142
+ }
143
+ .cta {
144
+ width: 960px;
145
+ height: 120px;
146
+ margin: 0 auto 80px auto;
147
+ background: #1e6b5a;
148
+ color: #ffffff;
149
+ border-radius: 60px;
150
+ display: flex; align-items: center; justify-content: center;
151
+ font-size: 38px; font-weight: 700;
152
+ letter-spacing: 0.3px;
153
+ }
154
+
155
+ /* Gesture bar */
156
+ .gesture-bar {
157
+ position: absolute;
158
+ bottom: 28px; left: 50%;
159
+ transform: translateX(-50%);
160
+ width: 300px; height: 12px;
161
+ background: #c8c8c8;
162
+ border-radius: 8px;
163
+ }
164
+
165
+ /* Utility bullets spacing */
166
+ .bullet { margin: 0 8px; color: #5f6368; }
167
+ </style>
168
+ </head>
169
+ <body>
170
+ <div id="render-target">
171
+
172
+ <div class="hero">
173
+ <div class="img-placeholder">[IMG: Workout photo - person performing dumbbell leg-day in studio]</div>
174
+ <div class="gradient-top"></div>
175
+
176
+ <!-- Status bar -->
177
+ <div class="status-bar">
178
+ <div class="status-left">8:45</div>
179
+ <div class="status-right">
180
+ <span class="status-icon">
181
+ <!-- Location pin -->
182
+ <svg viewBox="0 0 24 24">
183
+ <path d="M12 21s-6-6.5-6-10a6 6 0 1 1 12 0c0 3.5-6 10-6 10z"></path>
184
+ <circle cx="12" cy="11" r="2.5" fill="#ffffff" stroke="none"></circle>
185
+ </svg>
186
+ </span>
187
+ <span class="status-icon">
188
+ <!-- Wi-Fi -->
189
+ <svg viewBox="0 0 24 24">
190
+ <path d="M2 8c5-4 15-4 20 0"></path>
191
+ <path d="M5 12c3-3 11-3 14 0"></path>
192
+ <path d="M8 16c2-2 6-2 8 0"></path>
193
+ <circle cx="12" cy="19" r="1.5" fill="#ffffff" stroke="none"></circle>
194
+ </svg>
195
+ </span>
196
+ <span class="status-icon">
197
+ <!-- Battery -->
198
+ <svg viewBox="0 0 28 24">
199
+ <rect x="2" y="6" width="20" height="12" rx="2"></rect>
200
+ <rect x="22" y="9" width="4" height="6" rx="1"></rect>
201
+ <rect x="4" y="8" width="14" height="8" fill="#ffffff" stroke="none"></rect>
202
+ </svg>
203
+ </span>
204
+ <span style="font-size:32px;font-weight:600;color:#ffffff;">97%</span>
205
+ </div>
206
+ </div>
207
+
208
+ <!-- Back and bookmark -->
209
+ <div class="top-actions">
210
+ <div class="icon-button">
211
+ <svg viewBox="0 0 24 24">
212
+ <path d="M15 18l-6-6 6-6" stroke-linecap="round" stroke-linejoin="round"></path>
213
+ </svg>
214
+ </div>
215
+ <div class="icon-button">
216
+ <svg viewBox="0 0 24 24">
217
+ <path d="M6 4h12a2 2 0 0 1 2 2v14l-8-4-8 4V6a2 2 0 0 1 2-2z" stroke-linejoin="round"></path>
218
+ </svg>
219
+ </div>
220
+ </div>
221
+ </div>
222
+
223
+ <!-- Content sheet -->
224
+ <div class="sheet">
225
+ <div class="sheet-inner">
226
+ <h1>Leg day challenge</h1>
227
+
228
+ <div class="meta">
229
+ <span class="play-icon">
230
+ <svg viewBox="0 0 24 24">
231
+ <circle cx="12" cy="12" r="10" fill="none" stroke="#5f6368" stroke-width="2"></circle>
232
+ <path d="M10 8l6 4-6 4z" fill="#5f6368" stroke="none"></path>
233
+ </svg>
234
+ </span>
235
+ <span>32 min</span>
236
+ <span class="bullet">•</span>
237
+ <span>Workout</span>
238
+ <span class="bullet">•</span>
239
+ <span>Hard</span>
240
+ </div>
241
+
242
+ <div class="description">
243
+ Amp up your metabolism as you ignite your body's largest muscle groups with Diamond's advanced leg-day challenge. You'll need dumbbells for this powerful 32-minute workout.
244
+ </div>
245
+
246
+ <div class="section-title">Equipment</div>
247
+ <div class="item-row">Dumbbells</div>
248
+
249
+ <div class="promo">
250
+ Hundreds of workouts and more, with stress, sleep, and daily readiness insights.
251
+ </div>
252
+
253
+ <div class="cta">Get Fitbit Premium</div>
254
+ </div>
255
+ </div>
256
+
257
+ <div class="gesture-bar"></div>
258
+
259
+ </div>
260
+ </body>
261
+ </html>
code/191/191_1.html ADDED
@@ -0,0 +1,365 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Workout List - Diamond</title>
6
+ <style>
7
+ body {
8
+ margin: 0;
9
+ padding: 0;
10
+ background: transparent;
11
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
12
+ }
13
+ #render-target {
14
+ width: 1080px;
15
+ height: 2400px;
16
+ position: relative;
17
+ overflow: hidden;
18
+ background: #FFFFFF;
19
+ }
20
+
21
+ /* Status bar */
22
+ .status-bar {
23
+ height: 120px;
24
+ padding: 0 40px;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: space-between;
28
+ color: #3C4043;
29
+ font-size: 40px;
30
+ }
31
+ .status-right {
32
+ display: flex;
33
+ align-items: center;
34
+ gap: 22px;
35
+ font-size: 36px;
36
+ color: #3C4043;
37
+ }
38
+ .icon {
39
+ width: 44px;
40
+ height: 44px;
41
+ display: inline-block;
42
+ }
43
+ .icon svg {
44
+ width: 100%;
45
+ height: 100%;
46
+ fill: none;
47
+ stroke: #3C4043;
48
+ stroke-width: 2.2;
49
+ stroke-linecap: round;
50
+ stroke-linejoin: round;
51
+ }
52
+
53
+ /* Header */
54
+ .header {
55
+ padding: 10px 40px 0 40px;
56
+ }
57
+ .title-row {
58
+ display: flex;
59
+ align-items: center;
60
+ gap: 24px;
61
+ margin-top: 10px;
62
+ }
63
+ .back-icon {
64
+ width: 60px;
65
+ height: 60px;
66
+ }
67
+ .back-icon svg {
68
+ width: 100%;
69
+ height: 100%;
70
+ fill: none;
71
+ stroke: #202124;
72
+ stroke-width: 3.2;
73
+ stroke-linecap: round;
74
+ stroke-linejoin: round;
75
+ }
76
+ .title {
77
+ font-size: 56px;
78
+ font-weight: 600;
79
+ color: #202124;
80
+ }
81
+
82
+ /* Filters */
83
+ .filters {
84
+ display: flex;
85
+ gap: 20px;
86
+ margin-top: 34px;
87
+ }
88
+ .pill {
89
+ display: flex;
90
+ align-items: center;
91
+ gap: 18px;
92
+ padding: 26px 30px;
93
+ border: 2px solid #DADCE0;
94
+ border-radius: 24px;
95
+ color: #202124;
96
+ font-size: 36px;
97
+ background: #FFFFFF;
98
+ }
99
+ .chev {
100
+ width: 40px;
101
+ height: 40px;
102
+ }
103
+ .chev svg {
104
+ width: 100%;
105
+ height: 100%;
106
+ fill: none;
107
+ stroke: #5F6368;
108
+ stroke-width: 3;
109
+ stroke-linecap: round;
110
+ stroke-linejoin: round;
111
+ }
112
+
113
+ /* List */
114
+ .list {
115
+ margin-top: 24px;
116
+ padding-bottom: 120px;
117
+ }
118
+ .card {
119
+ display: flex;
120
+ gap: 36px;
121
+ padding: 30px 40px;
122
+ }
123
+ .thumb {
124
+ width: 380px;
125
+ height: 220px;
126
+ background: #E0E0E0;
127
+ border: 1px solid #BDBDBD;
128
+ border-radius: 28px;
129
+ display: flex;
130
+ justify-content: center;
131
+ align-items: center;
132
+ color: #757575;
133
+ font-size: 30px;
134
+ text-align: center;
135
+ }
136
+ .card-content {
137
+ flex: 1;
138
+ padding-top: 10px;
139
+ }
140
+ .card-title {
141
+ font-size: 44px;
142
+ line-height: 58px;
143
+ color: #202124;
144
+ font-weight: 600;
145
+ margin-bottom: 12px;
146
+ }
147
+ .meta {
148
+ display: flex;
149
+ align-items: center;
150
+ gap: 16px;
151
+ color: #5F6368;
152
+ font-size: 34px;
153
+ }
154
+ .play {
155
+ width: 40px;
156
+ height: 40px;
157
+ }
158
+ .play svg {
159
+ width: 100%;
160
+ height: 100%;
161
+ }
162
+ .play svg circle {
163
+ stroke: #5F6368;
164
+ stroke-width: 2.2;
165
+ fill: none;
166
+ }
167
+ .play svg path {
168
+ fill: #5F6368;
169
+ }
170
+
171
+ /* Bottom gesture bar */
172
+ .gesture {
173
+ position: absolute;
174
+ bottom: 24px;
175
+ left: 50%;
176
+ transform: translateX(-50%);
177
+ width: 360px;
178
+ height: 18px;
179
+ background: #BDBDBD;
180
+ border-radius: 9px;
181
+ opacity: 0.8;
182
+ }
183
+ </style>
184
+ </head>
185
+ <body>
186
+ <div id="render-target">
187
+
188
+ <!-- Status Bar -->
189
+ <div class="status-bar">
190
+ <div class="status-left">8:45</div>
191
+ <div class="status-right">
192
+ <span class="icon" aria-hidden="true">
193
+ <svg viewBox="0 0 24 24">
194
+ <path d="M12 21s-7-4.35-7-10a7 7 0 1 1 14 0c0 5.65-7 10-7 10z"></path>
195
+ <circle cx="12" cy="11" r="2"></circle>
196
+ </svg>
197
+ </span>
198
+ <span class="icon" aria-hidden="true">
199
+ <svg viewBox="0 0 24 24">
200
+ <path d="M2 9c4-4 16-4 20 0"></path>
201
+ <path d="M5 12c3-3 11-3 14 0"></path>
202
+ <path d="M8 15c2-2 6-2 8 0"></path>
203
+ </svg>
204
+ </span>
205
+ <span class="icon" aria-hidden="true">
206
+ <svg viewBox="0 0 24 24">
207
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2" stroke-width="2.2"></rect>
208
+ <rect x="4" y="8" width="12" height="8" rx="1" ry="1" fill="#3C4043" stroke="none"></rect>
209
+ <rect x="20.2" y="10" width="1.8" height="4" rx="0.9" ry="0.9" stroke-width="0"></rect>
210
+ </svg>
211
+ </span>
212
+ <span>97%</span>
213
+ </div>
214
+ </div>
215
+
216
+ <!-- Header -->
217
+ <div class="header">
218
+ <div class="title-row">
219
+ <div class="back-icon" aria-hidden="true">
220
+ <svg viewBox="0 0 24 24">
221
+ <path d="M15 6l-6 6 6 6"></path>
222
+ </svg>
223
+ </div>
224
+ <div class="title">Diamond</div>
225
+ </div>
226
+
227
+ <div class="filters">
228
+ <div class="pill">Available to you
229
+ <span class="chev" aria-hidden="true">
230
+ <svg viewBox="0 0 24 24"><path d="M6 9l6 6 6-6"></path></svg>
231
+ </span>
232
+ </div>
233
+ <div class="pill">Duration
234
+ <span class="chev" aria-hidden="true">
235
+ <svg viewBox="0 0 24 24"><path d="M6 9l6 6 6-6"></path></svg>
236
+ </span>
237
+ </div>
238
+ <div class="pill">Workout type
239
+ <span class="chev" aria-hidden="true">
240
+ <svg viewBox="0 0 24 24"><path d="M6 9l6 6 6-6"></path></svg>
241
+ </span>
242
+ </div>
243
+ </div>
244
+ </div>
245
+
246
+ <!-- List -->
247
+ <div class="list">
248
+ <div class="card">
249
+ <div class="thumb">[IMG: Person doing leg day with dumbbells]</div>
250
+ <div class="card-content">
251
+ <div class="card-title">Leg day challenge</div>
252
+ <div class="meta">
253
+ <span class="play" aria-hidden="true">
254
+ <svg viewBox="0 0 24 24">
255
+ <circle cx="12" cy="12" r="10"></circle>
256
+ <path d="M10 8l6 4-6 4z"></path>
257
+ </svg>
258
+ </span>
259
+ <span>32 min • Workout</span>
260
+ </div>
261
+ </div>
262
+ </div>
263
+
264
+ <div class="card">
265
+ <div class="thumb">[IMG: Person kneeling with dumbbells]</div>
266
+ <div class="card-content">
267
+ <div class="card-title">Dumbbell arm farm challenge</div>
268
+ <div class="meta">
269
+ <span class="play" aria-hidden="true">
270
+ <svg viewBox="0 0 24 24">
271
+ <circle cx="12" cy="12" r="10"></circle>
272
+ <path d="M10 8l6 4-6 4z"></path>
273
+ </svg>
274
+ </span>
275
+ <span>19 min • Workout</span>
276
+ </div>
277
+ </div>
278
+ </div>
279
+
280
+ <div class="card">
281
+ <div class="thumb">[IMG: Person standing with dumbbells]</div>
282
+ <div class="card-content">
283
+ <div class="card-title">Dumbbell bootcamp basics</div>
284
+ <div class="meta">
285
+ <span class="play" aria-hidden="true">
286
+ <svg viewBox="0 0 24 24">
287
+ <circle cx="12" cy="12" r="10"></circle>
288
+ <path d="M10 8l6 4-6 4z"></path>
289
+ </svg>
290
+ </span>
291
+ <span>18 min • Workout</span>
292
+ </div>
293
+ </div>
294
+ </div>
295
+
296
+ <div class="card">
297
+ <div class="thumb">[IMG: Person doing kettlebell floor core exercise]</div>
298
+ <div class="card-content">
299
+ <div class="card-title">Kettlebell core crusher</div>
300
+ <div class="meta">
301
+ <span class="play" aria-hidden="true">
302
+ <svg viewBox="0 0 24 24">
303
+ <circle cx="12" cy="12" r="10"></circle>
304
+ <path d="M10 8l6 4-6 4z"></path>
305
+ </svg>
306
+ </span>
307
+ <span>15 min • Workout</span>
308
+ </div>
309
+ </div>
310
+ </div>
311
+
312
+ <div class="card">
313
+ <div class="thumb">[IMG: Person doing plank row with dumbbell]</div>
314
+ <div class="card-content">
315
+ <div class="card-title">Upper body AMRAP pump</div>
316
+ <div class="meta">
317
+ <span class="play" aria-hidden="true">
318
+ <svg viewBox="0 0 24 24">
319
+ <circle cx="12" cy="12" r="10"></circle>
320
+ <path d="M10 8l6 4-6 4z"></path>
321
+ </svg>
322
+ </span>
323
+ <span>21 min • Workout</span>
324
+ </div>
325
+ </div>
326
+ </div>
327
+
328
+ <div class="card">
329
+ <div class="thumb">[IMG: Person lifting dumbbells in studio]</div>
330
+ <div class="card-content">
331
+ <div class="card-title">Upper body blast</div>
332
+ <div class="meta">
333
+ <span class="play" aria-hidden="true">
334
+ <svg viewBox="0 0 24 24">
335
+ <circle cx="12" cy="12" r="10"></circle>
336
+ <path d="M10 8l6 4-6 4z"></path>
337
+ </svg>
338
+ </span>
339
+ <span>8 min • Workout</span>
340
+ </div>
341
+ </div>
342
+ </div>
343
+
344
+ <div class="card">
345
+ <div class="thumb">[IMG: Person on mat side plank in gym]</div>
346
+ <div class="card-content">
347
+ <div class="card-title">HIIT hero workout</div>
348
+ <div class="meta">
349
+ <span class="play" aria-hidden="true">
350
+ <svg viewBox="0 0 24 24">
351
+ <circle cx="12" cy="12" r="10"></circle>
352
+ <path d="M10 8l6 4-6 4z"></path>
353
+ </svg>
354
+ </span>
355
+ <span>7 min • Workout</span>
356
+ </div>
357
+ </div>
358
+ </div>
359
+ </div>
360
+
361
+ <!-- Gesture bar -->
362
+ <div class="gesture"></div>
363
+ </div>
364
+ </body>
365
+ </html>
code/191/191_10.html ADDED
@@ -0,0 +1,260 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>UI Render</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #eef1ed;
14
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
15
+ color: #202124;
16
+ }
17
+ /* Status bar */
18
+ .status-bar {
19
+ height: 96px;
20
+ padding: 0 32px;
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ color: #3c4043;
25
+ font-size: 34px;
26
+ }
27
+ .status-icons {
28
+ display: flex;
29
+ align-items: center;
30
+ gap: 20px;
31
+ }
32
+ .status-icon {
33
+ width: 32px; height: 32px; border-radius: 16px; border: 2px solid #9aa0a6;
34
+ }
35
+
36
+ /* Top app bar */
37
+ .app-bar {
38
+ height: 84px;
39
+ display: flex;
40
+ align-items: center;
41
+ padding: 0 28px;
42
+ color: #1a1a1a;
43
+ }
44
+ .app-left { display: flex; align-items: center; gap: 20px; }
45
+ .app-right { margin-left: auto; display: flex; align-items: center; gap: 36px; }
46
+ .icon-btn svg { width: 44px; height: 44px; stroke: #3c4043; fill: none; stroke-width: 3px; }
47
+
48
+ /* Map card */
49
+ .map-card {
50
+ width: 960px;
51
+ height: 980px;
52
+ margin: 24px auto 0;
53
+ background: #ffffff;
54
+ border-radius: 48px;
55
+ box-shadow: 0 1px 0 rgba(0,0,0,0.04);
56
+ position: relative;
57
+ }
58
+ .map-placeholder {
59
+ position: absolute;
60
+ left: 24px; top: 24px; right: 24px; bottom: 24px;
61
+ background: #E0E0E0;
62
+ border: 1px solid #BDBDBD;
63
+ border-radius: 36px;
64
+ display: flex;
65
+ justify-content: center;
66
+ align-items: center;
67
+ color: #757575;
68
+ font-size: 34px;
69
+ }
70
+ .google-watermark {
71
+ position: absolute;
72
+ left: 36px;
73
+ bottom: 36px;
74
+ color: #777;
75
+ font-weight: 600;
76
+ font-size: 32px;
77
+ opacity: 0.9;
78
+ }
79
+
80
+ /* Zone status */
81
+ .zone-status {
82
+ margin: 28px 72px 0;
83
+ display: flex;
84
+ align-items: center;
85
+ gap: 18px;
86
+ color: #5f6368;
87
+ font-size: 36px;
88
+ }
89
+ .dot {
90
+ width: 18px; height: 18px; border-radius: 50%; background: #c9d2d0;
91
+ }
92
+
93
+ /* Chips */
94
+ .chips {
95
+ margin: 34px 72px 0;
96
+ display: flex;
97
+ gap: 24px;
98
+ }
99
+ .chip {
100
+ display: inline-flex;
101
+ align-items: center;
102
+ gap: 18px;
103
+ padding: 22px 36px;
104
+ border-radius: 28px;
105
+ font-size: 40px;
106
+ border: 2px solid #bfc6c3;
107
+ color: #1f2a23;
108
+ background: transparent;
109
+ }
110
+ .chip.primary {
111
+ background: #cfe7db;
112
+ border-color: #cfe7db;
113
+ color: #173327;
114
+ }
115
+ .check-icon {
116
+ width: 34px; height: 34px;
117
+ }
118
+
119
+ /* Title section */
120
+ .section-title {
121
+ margin: 68px 72px 12px;
122
+ font-size: 88px;
123
+ font-weight: 700;
124
+ letter-spacing: -0.5px;
125
+ color: #202124;
126
+ }
127
+ .subtitle {
128
+ margin: 0 72px 40px;
129
+ font-size: 40px;
130
+ color: #5f6368;
131
+ }
132
+
133
+ /* Stats list */
134
+ .stats {
135
+ margin: 40px 72px 0;
136
+ display: flex;
137
+ flex-direction: column;
138
+ gap: 64px;
139
+ }
140
+ .stat-row {
141
+ display: flex;
142
+ align-items: baseline;
143
+ justify-content: space-between;
144
+ }
145
+ .stat-label {
146
+ font-size: 44px;
147
+ color: #3c4043;
148
+ }
149
+ .stat-value {
150
+ font-size: 56px;
151
+ font-weight: 500;
152
+ color: #202124;
153
+ }
154
+
155
+ /* Bottom gesture bar */
156
+ .gesture-bar {
157
+ position: absolute;
158
+ left: 50%;
159
+ transform: translateX(-50%);
160
+ bottom: 28px;
161
+ width: 320px;
162
+ height: 14px;
163
+ background: #9aa0a6;
164
+ border-radius: 7px;
165
+ opacity: 0.7;
166
+ }
167
+ </style>
168
+ </head>
169
+ <body>
170
+ <div id="render-target">
171
+
172
+ <!-- Status bar -->
173
+ <div class="status-bar">
174
+ <div>8:56</div>
175
+ <div class="status-icons">
176
+ <div class="status-icon"></div>
177
+ <div class="status-icon"></div>
178
+ <div class="status-icon"></div>
179
+ <div style="font-size:32px;">100%</div>
180
+ </div>
181
+ </div>
182
+
183
+ <!-- Top app bar -->
184
+ <div class="app-bar">
185
+ <div class="app-left">
186
+ <div class="icon-btn">
187
+ <svg viewBox="0 0 24 24"><path d="M15 6l-6 6 6 6"/></svg>
188
+ </div>
189
+ </div>
190
+ <div class="app-right">
191
+ <div class="icon-btn">
192
+ <!-- share -->
193
+ <svg viewBox="0 0 24 24">
194
+ <circle cx="6" cy="12" r="2"></circle>
195
+ <circle cx="18" cy="6" r="2"></circle>
196
+ <circle cx="18" cy="18" r="2"></circle>
197
+ <path d="M8 12l8-6M8 12l8 6"></path>
198
+ </svg>
199
+ </div>
200
+ <div class="icon-btn">
201
+ <!-- edit -->
202
+ <svg viewBox="0 0 24 24">
203
+ <path d="M4 20h4l10-10-4-4L4 16v4z"></path>
204
+ </svg>
205
+ </div>
206
+ <div class="icon-btn">
207
+ <!-- menu vertical -->
208
+ <svg viewBox="0 0 24 24">
209
+ <circle cx="12" cy="5" r="2"></circle>
210
+ <circle cx="12" cy="12" r="2"></circle>
211
+ <circle cx="12" cy="19" r="2"></circle>
212
+ </svg>
213
+ </div>
214
+ </div>
215
+ </div>
216
+
217
+ <!-- Map card -->
218
+ <div class="map-card">
219
+ <div class="map-placeholder">[IMG: Google Map with route]</div>
220
+ <div class="google-watermark">Google</div>
221
+ </div>
222
+
223
+ <!-- Zone status -->
224
+ <div class="zone-status">
225
+ <div class="dot"></div>
226
+ <div>No zones tracked</div>
227
+ </div>
228
+
229
+ <!-- Chips -->
230
+ <div class="chips">
231
+ <div class="chip primary">
232
+ <svg class="check-icon" viewBox="0 0 24 24">
233
+ <path d="M5 13l4 4 10-10" stroke="#173327" stroke-width="3" fill="none"></path>
234
+ </svg>
235
+ <span>Heart rate zones</span>
236
+ </div>
237
+ <div class="chip">Pace</div>
238
+ </div>
239
+
240
+ <!-- Title -->
241
+ <div class="section-title">Walk</div>
242
+ <div class="subtitle">Today • 8:07 AM • Fitbit for Android</div>
243
+
244
+ <!-- Stats -->
245
+ <div class="stats">
246
+ <div class="stat-row">
247
+ <div class="stat-label">Duration</div>
248
+ <div class="stat-value">16 min</div>
249
+ </div>
250
+ <div class="stat-row">
251
+ <div class="stat-label">Distance</div>
252
+ <div class="stat-value">0.08 km</div>
253
+ </div>
254
+ </div>
255
+
256
+ <!-- Bottom gesture bar -->
257
+ <div class="gesture-bar"></div>
258
+ </div>
259
+ </body>
260
+ </html>
code/191/191_2.html ADDED
@@ -0,0 +1,390 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Fitbit Coach UI Mock</title>
6
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #F6F8F7;
15
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
16
+ color: #1f1f1f;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0; right: 0;
24
+ height: 96px;
25
+ padding: 0 36px;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ color: #4a4a4a;
30
+ font-size: 40px;
31
+ }
32
+ .status-right {
33
+ display: flex;
34
+ align-items: center;
35
+ gap: 24px;
36
+ font-size: 36px;
37
+ color: #5a5a5a;
38
+ }
39
+ .icon-small svg { width: 36px; height: 36px; }
40
+
41
+ /* App header */
42
+ .header {
43
+ position: absolute;
44
+ top: 96px;
45
+ left: 0; right: 0;
46
+ height: 120px;
47
+ padding: 0 48px;
48
+ display: flex;
49
+ align-items: center;
50
+ gap: 24px;
51
+ }
52
+ .header .left {
53
+ width: 120px;
54
+ display: flex;
55
+ align-items: center;
56
+ justify-content: flex-start;
57
+ }
58
+ .header .brand {
59
+ flex: 1;
60
+ text-align: center;
61
+ font-size: 60px;
62
+ font-weight: 600;
63
+ letter-spacing: 0.5px;
64
+ color: #2b2b2b;
65
+ }
66
+ .header .right {
67
+ width: 240px;
68
+ display: flex;
69
+ align-items: center;
70
+ justify-content: flex-end;
71
+ gap: 24px;
72
+ }
73
+ .avatar {
74
+ width: 72px;
75
+ height: 72px;
76
+ border-radius: 50%;
77
+ background: #6C5F58;
78
+ color: #fff;
79
+ display: flex;
80
+ align-items: center;
81
+ justify-content: center;
82
+ font-size: 40px;
83
+ font-weight: 600;
84
+ }
85
+ .icon svg { width: 60px; height: 60px; }
86
+
87
+ /* Chips */
88
+ .chips {
89
+ position: absolute;
90
+ top: 216px;
91
+ left: 0; right: 0;
92
+ padding: 24px 48px;
93
+ display: flex;
94
+ gap: 24px;
95
+ }
96
+ .chip {
97
+ border: 2px solid #2E7D6D;
98
+ color: #2E7D6D;
99
+ background: #ffffff;
100
+ border-radius: 60px;
101
+ padding: 22px 28px;
102
+ font-size: 36px;
103
+ display: flex;
104
+ align-items: center;
105
+ gap: 16px;
106
+ white-space: nowrap;
107
+ }
108
+ .chip svg { width: 40px; height: 40px; }
109
+
110
+ /* Content */
111
+ .content {
112
+ position: absolute;
113
+ top: 360px;
114
+ left: 0; right: 0;
115
+ padding: 0 48px 220px 48px;
116
+ }
117
+ .cards {
118
+ display: grid;
119
+ grid-template-columns: repeat(2, 1fr);
120
+ gap: 24px;
121
+ }
122
+ .card {
123
+ background: transparent;
124
+ }
125
+ .media {
126
+ width: 100%;
127
+ height: 340px;
128
+ background: #E0E0E0;
129
+ border: 1px solid #BDBDBD;
130
+ border-radius: 32px;
131
+ display: flex;
132
+ align-items: center;
133
+ justify-content: center;
134
+ color: #757575;
135
+ font-size: 36px;
136
+ }
137
+ .card-title {
138
+ margin-top: 24px;
139
+ font-size: 44px;
140
+ font-weight: 600;
141
+ color: #222;
142
+ }
143
+ .meta {
144
+ margin-top: 12px;
145
+ display: flex;
146
+ align-items: center;
147
+ gap: 12px;
148
+ color: #6b6b6b;
149
+ font-size: 34px;
150
+ }
151
+ .meta svg { width: 36px; height: 36px; }
152
+
153
+ /* Section title */
154
+ .section-title {
155
+ margin: 48px 0 24px 0;
156
+ font-size: 52px;
157
+ font-weight: 600;
158
+ color: #222;
159
+ }
160
+
161
+ /* Instructors */
162
+ .instructors-list {
163
+ display: flex;
164
+ gap: 32px;
165
+ }
166
+ .instructor {
167
+ width: 320px;
168
+ text-align: center;
169
+ }
170
+ .portrait {
171
+ width: 320px;
172
+ height: 380px;
173
+ background: #E0E0E0;
174
+ border: 1px solid #BDBDBD;
175
+ border-radius: 50%;
176
+ display: flex;
177
+ align-items: center;
178
+ justify-content: center;
179
+ color: #757575;
180
+ font-size: 32px;
181
+ }
182
+ .instructor-name {
183
+ margin-top: 24px;
184
+ font-size: 42px;
185
+ font-weight: 600;
186
+ color: #222;
187
+ }
188
+ .instructor-role {
189
+ margin-top: 8px;
190
+ font-size: 32px;
191
+ color: #7a7a7a;
192
+ }
193
+
194
+ /* Bottom nav */
195
+ .home-indicator {
196
+ position: absolute;
197
+ bottom: 190px;
198
+ left: 50%;
199
+ transform: translateX(-50%);
200
+ width: 220px;
201
+ height: 12px;
202
+ background: #CFCFCF;
203
+ border-radius: 6px;
204
+ }
205
+ .bottom-nav {
206
+ position: absolute;
207
+ bottom: 0;
208
+ left: 0; right: 0;
209
+ height: 180px;
210
+ background: #FFFFFF;
211
+ border-top: 1px solid #E0E0E0;
212
+ display: flex;
213
+ align-items: center;
214
+ justify-content: space-around;
215
+ padding: 20px 40px;
216
+ }
217
+ .nav-item {
218
+ width: 240px;
219
+ display: flex;
220
+ flex-direction: column;
221
+ align-items: center;
222
+ gap: 16px;
223
+ color: #6a6a6a;
224
+ font-size: 32px;
225
+ }
226
+ .nav-icon {
227
+ width: 80px; height: 80px;
228
+ display: flex; align-items: center; justify-content: center;
229
+ border-radius: 20px;
230
+ }
231
+ .nav-item.active .nav-icon {
232
+ background: #DDEDE7;
233
+ color: #2E7D6D;
234
+ }
235
+ .nav-item.active .label {
236
+ color: #1f1f1f;
237
+ font-weight: 600;
238
+ }
239
+ .nav-item .label { font-size: 32px; }
240
+
241
+ /* Utility */
242
+ .sr { position: absolute; left: -9999px; top: -9999px; }
243
+ </style>
244
+ </head>
245
+ <body>
246
+ <div id="render-target">
247
+
248
+ <!-- Status Bar -->
249
+ <div class="status-bar">
250
+ <div class="status-left">8:45</div>
251
+ <div class="status-right">
252
+ <span class="icon-small">
253
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="3" fill="#7a7a7a"/></svg>
254
+ </span>
255
+ <span class="icon-small">
256
+ <svg viewBox="0 0 24 24"><path d="M3 11h4v2H3zm6-3h4v5H9zm6-6h4v14h-4z" fill="#7a7a7a"/></svg>
257
+ </span>
258
+ <span class="icon-small">
259
+ <svg viewBox="0 0 24 24"><path d="M4 18h16v2H4zm2-4h12v2H6zm2-4h8v2H8zm2-4h4v2h-4z" fill="#7a7a7a"/></svg>
260
+ </span>
261
+ <span>97%</span>
262
+ <span class="icon-small">
263
+ <svg viewBox="0 0 24 24"><path d="M2 7h18a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H2V7zm20 2v6M0 9h2v6H0z" stroke="#7a7a7a" fill="none" stroke-width="2"/></svg>
264
+ </span>
265
+ </div>
266
+ </div>
267
+
268
+ <!-- Header -->
269
+ <div class="header">
270
+ <div class="left icon">
271
+ <svg viewBox="0 0 24 24">
272
+ <rect x="5" y="2" width="14" height="20" rx="2" ry="2" fill="none" stroke="#4a4a4a" stroke-width="2"/>
273
+ <rect x="10" y="18" width="4" height="2" fill="#4a4a4a"/>
274
+ </svg>
275
+ </div>
276
+ <div class="brand">fitbit</div>
277
+ <div class="right">
278
+ <div class="icon">
279
+ <svg viewBox="0 0 24 24">
280
+ <path d="M3 4h18v12H8l-5 4V4z" fill="none" stroke="#4a4a4a" stroke-width="2"/>
281
+ </svg>
282
+ </div>
283
+ <div class="avatar">F</div>
284
+ </div>
285
+ </div>
286
+
287
+ <!-- Chips -->
288
+ <div class="chips">
289
+ <div class="chip">
290
+ <svg viewBox="0 0 24 24">
291
+ <path d="M7 11V7a5 5 0 0 1 10 0v2M12 17a3 3 0 0 0 3-3h-6a3 3 0 0 0 3 3z" fill="none" stroke="#2E7D6D" stroke-width="2"/>
292
+ <path d="M16 8h3" stroke="#2E7D6D" stroke-width="2"/>
293
+ </svg>
294
+ <span>Available to you</span>
295
+ </div>
296
+ <div class="chip">
297
+ <svg viewBox="0 0 24 24">
298
+ <path d="M6 3h12v18l-6-4-6 4V3z" fill="none" stroke="#2E7D6D" stroke-width="2"/>
299
+ </svg>
300
+ <span>Favorites</span>
301
+ </div>
302
+ <div class="chip">
303
+ <svg viewBox="0 0 24 24">
304
+ <path d="M4 9h5v2H4zM15 9h5v2h-5zM9 9h6v2H9zM5 13h4v2H5zM15 13h4v2h-4z" fill="#2E7D6D"/>
305
+ </svg>
306
+ <span>Strength</span>
307
+ </div>
308
+ </div>
309
+
310
+ <!-- Content -->
311
+ <div class="content">
312
+ <div class="cards">
313
+ <div class="card">
314
+ <div class="media">[IMG: Workout video preview - strength circuit]</div>
315
+ <div class="card-title">Heart pumping strength circuit</div>
316
+ <div class="meta">
317
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" fill="none" stroke="#7a7a7a" stroke-width="2"/><path d="M10 8l6 4-6 4z" fill="#7a7a7a"/></svg>
318
+ <span>14 min • Workout</span>
319
+ </div>
320
+ </div>
321
+
322
+ <div class="card">
323
+ <div class="media">[IMG: Workout video preview - indoor walking]</div>
324
+ <div class="card-title">Indoor walking</div>
325
+ <div class="meta">
326
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" fill="none" stroke="#7a7a7a" stroke-width="2"/><path d="M10 8l6 4-6 4z" fill="#7a7a7a"/></svg>
327
+ <span>16 min • Workout</span>
328
+ </div>
329
+ </div>
330
+ </div>
331
+
332
+ <div class="section-title">Instructors</div>
333
+ <div class="instructors-list">
334
+ <div class="instructor">
335
+ <div class="portrait">[IMG: Fitness instructor portrait]</div>
336
+ <div class="instructor-name">Denise</div>
337
+ <div class="instructor-role">Fitness Instructor</div>
338
+ </div>
339
+ <div class="instructor">
340
+ <div class="portrait">[IMG: Fitness instructor portrait]</div>
341
+ <div class="instructor-name">Diamond</div>
342
+ <div class="instructor-role">Fitness Instructor</div>
343
+ </div>
344
+ <div class="instructor">
345
+ <div class="portrait">[IMG: Fitness instructor portrait]</div>
346
+ <div class="instructor-name">Fitness</div>
347
+ <div class="instructor-role">Fitness Instructor</div>
348
+ </div>
349
+ </div>
350
+ </div>
351
+
352
+ <!-- Home indicator -->
353
+ <div class="home-indicator"></div>
354
+
355
+ <!-- Bottom Navigation -->
356
+ <div class="bottom-nav">
357
+ <div class="nav-item">
358
+ <div class="nav-icon">
359
+ <svg viewBox="0 0 24 24">
360
+ <circle cx="12" cy="12" r="5" fill="none" stroke="#6a6a6a" stroke-width="2"/>
361
+ <path d="M12 2v3M12 19v3M2 12h3M19 12h3" stroke="#6a6a6a" stroke-width="2"/>
362
+ </svg>
363
+ </div>
364
+ <div class="label">Today</div>
365
+ </div>
366
+ <div class="nav-item active">
367
+ <div class="nav-icon">
368
+ <svg viewBox="0 0 24 24">
369
+ <rect x="5" y="3" width="14" height="18" rx="2" ry="2" fill="none" stroke="#2E7D6D" stroke-width="2"/>
370
+ <rect x="8" y="7" width="8" height="10" fill="#2E7D6D"/>
371
+ </svg>
372
+ </div>
373
+ <div class="label">Coach</div>
374
+ </div>
375
+ <div class="nav-item">
376
+ <div class="nav-icon">
377
+ <svg viewBox="0 0 24 24">
378
+ <rect x="3" y="3" width="7" height="7" fill="#6a6a6a"/>
379
+ <rect x="14" y="3" width="7" height="7" fill="#6a6a6a"/>
380
+ <rect x="3" y="14" width="7" height="7" fill="#6a6a6a"/>
381
+ <rect x="14" y="14" width="7" height="7" fill="#6a6a6a"/>
382
+ </svg>
383
+ </div>
384
+ <div class="label">You</div>
385
+ </div>
386
+ </div>
387
+
388
+ </div>
389
+ </body>
390
+ </html>
code/191/191_3.html ADDED
@@ -0,0 +1,288 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1">
6
+ <title>Fitbit - Today</title>
7
+ <style>
8
+ :root{
9
+ --bg:#EFEFEF;
10
+ --card:#FAFAFA;
11
+ --text:#222;
12
+ --muted:#6F7B80;
13
+ --teal:#0A7A6B;
14
+ --teal-dark:#075E54;
15
+ --divider:#E6E6E6;
16
+ --chip:#D7ECE6;
17
+ --purple:#8A77C8;
18
+ --purple-bg:#ECE7F7;
19
+ }
20
+ body{margin:0;padding:0;background:transparent;font-family:Inter, system-ui, -apple-system, Roboto, Helvetica, Arial, sans-serif;color:var(--text);}
21
+ #render-target{
22
+ width:1080px;height:2400px;position:relative;overflow:hidden;
23
+ background:var(--bg);
24
+ }
25
+
26
+ /* Status bar */
27
+ .statusbar{
28
+ height:96px;padding:0 36px;display:flex;align-items:center;justify-content:space-between;color:#3C3F43;font-size:36px;
29
+ }
30
+ .status-left, .status-right{display:flex;align-items:center;gap:26px;}
31
+ .dot{width:10px;height:10px;border-radius:50%;background:#777;}
32
+ .icon-small{width:44px;height:44px;opacity:.75}
33
+
34
+ /* Header */
35
+ .header{
36
+ height:150px;display:flex;align-items:center;justify-content:space-between;
37
+ padding:0 36px;color:#1f1f1f;
38
+ }
39
+ .brand{font-weight:600;font-size:64px;letter-spacing:.5px}
40
+ .avatar{
41
+ width:92px;height:92px;border-radius:50%;background:#5C3D33;color:#fff;
42
+ display:flex;align-items:center;justify-content:center;font-weight:700;font-size:44px;
43
+ }
44
+ .title-bar{
45
+ padding:0 36px;display:flex;align-items:center;justify-content:center;position:relative;height:110px;color:#333;
46
+ }
47
+ .title-bar h2{margin:0;font-size:56px;font-weight:600}
48
+ .tb-left,.tb-right{position:absolute;top:50%;transform:translateY(-50%);}
49
+ .tb-left{left:36px}
50
+ .tb-right{right:36px}
51
+
52
+ /* Section headings */
53
+ .section-title{
54
+ margin:26px 36px 10px;font-size:42px;font-weight:600;color:#303334;
55
+ }
56
+
57
+ /* Cards */
58
+ .card{
59
+ background:var(--card);border-radius:36px;padding:44px 44px;box-shadow:0 1px 0 var(--divider);
60
+ margin:18px 36px;position:relative;
61
+ }
62
+ .card h3{margin:0 0 22px;font-size:40px;font-weight:600;color:#303334}
63
+ .big-value{font-size:88px;font-weight:700;margin:0 0 16px;color:#101314}
64
+ .subtext{font-size:38px;color:#6D747A}
65
+
66
+ /* Sleep icon circle */
67
+ .sleep-badge{
68
+ position:absolute;right:40px;top:36px;width:168px;height:168px;border-radius:50%;
69
+ background:var(--purple-bg);display:flex;align-items:center;justify-content:center;
70
+ }
71
+ .sleep-badge svg{width:96px;height:96px}
72
+
73
+ /* Exercise days */
74
+ .exercise-row{display:flex;align-items:flex-end;justify-content:space-between;gap:30px}
75
+ .pills{display:flex;gap:18px;align-items:flex-end;margin-top:8px}
76
+ .pill{
77
+ width:74px;height:160px;border-radius:44px;background:#CFE1DE;display:flex;align-items:center;justify-content:center;color:#fff;font-size:40px;
78
+ }
79
+ .pill.active{background:var(--teal)}
80
+ .week-labels{display:flex;gap:53px;margin-top:18px;color:#3c3f43;font-size:36px;letter-spacing:4px}
81
+ .week-labels .bold{font-weight:700;color:#111}
82
+
83
+ /* Walk line item */
84
+ .row{display:flex;align-items:center;gap:26px}
85
+ .runner{width:56px;height:56px}
86
+ .walk-title{font-size:44px;margin:0 0 6px;font-weight:600}
87
+ .walk-meta{font-size:36px;color:#667084}
88
+ .card-divider{height:1px;background:var(--divider);margin:26px -44px 0}
89
+
90
+ /* Steps card */
91
+ .steps-card{display:flex;align-items:center;justify-content:space-between}
92
+ .ring{
93
+ width:220px;height:220px;border-radius:50%;border:14px solid #CFE1DE;position:relative;
94
+ display:flex;align-items:center;justify-content:center;
95
+ }
96
+ .ring:after{
97
+ content:"";position:absolute;left:8px;bottom:28px;width:36px;height:36px;border-radius:50%;background:var(--teal);
98
+ }
99
+ .shoe{width:104px;height:104px}
100
+
101
+ /* Floating add button */
102
+ .fab{
103
+ position:absolute;right:40px;bottom:360px;width:124px;height:124px;background:var(--chip);
104
+ border-radius:32px;box-shadow:0 12px 22px rgba(0,0,0,0.1);display:flex;align-items:center;justify-content:center;
105
+ }
106
+ .fab svg{width:60px;height:60px}
107
+
108
+ /* Bottom nav */
109
+ .tabbar{
110
+ position:absolute;left:0;right:0;bottom:0;background:#FFFFFF;border-top:1px solid var(--divider);
111
+ height:250px;padding:30px 80px 40px;display:flex;align-items:flex-end;justify-content:space-between;
112
+ }
113
+ .tab{display:flex;flex-direction:column;align-items:center;gap:18px;color:#364046}
114
+ .tab .label{font-size:36px}
115
+ .tab svg{width:80px;height:80px}
116
+ .active-chip{
117
+ background:var(--chip);border-radius:40px;padding:24px;display:flex;align-items:center;justify-content:center;
118
+ }
119
+
120
+ /* Helper icons */
121
+ .ico{width:64px;height:64px}
122
+ .chat{width:70px;height:70px}
123
+ </style>
124
+ </head>
125
+ <body>
126
+ <div id="render-target">
127
+
128
+ <!-- Status bar -->
129
+ <div class="statusbar">
130
+ <div class="status-left">
131
+ <div>8:46</div>
132
+ <svg class="icon-small" viewBox="0 0 24 24"><circle cx="11" cy="11" r="9" stroke="#59666C" stroke-width="2" fill="none"/><rect x="8" y="10" width="6" height="4" fill="#59666C"/></svg>
133
+ <svg class="icon-small" viewBox="0 0 24 24"><rect x="4" y="4" width="16" height="16" rx="3" stroke="#59666C" stroke-width="2" fill="none"/><path d="M6 10h12M6 14h8" stroke="#59666C" stroke-width="2"/></svg>
134
+ <svg class="icon-small" viewBox="0 0 24 24"><circle cx="12" cy="12" r="9" stroke="#59666C" stroke-width="2" fill="none"/><path d="M12 7v6l4 2" stroke="#59666C" stroke-width="2" fill="none"/></svg>
135
+ <svg class="icon-small" viewBox="0 0 24 24"><path d="M10 4h10v2H10zM4 10h16v2H4zM8 16h12v2H8z" fill="#59666C"/></svg>
136
+ <div class="dot"></div>
137
+ </div>
138
+ <div class="status-right">
139
+ <svg class="icon-small" viewBox="0 0 24 24"><path d="M12 2l4 6h-8l4-6zM6 22l4-6h-8l4 6zM18 22l4-6h-8l4 6z" fill="#59666C"/></svg>
140
+ <svg class="icon-small" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" stroke="#59666C" stroke-width="2" fill="none"/><path d="M12 6v6l4 2" stroke="#59666C" stroke-width="2"/></svg>
141
+ <svg class="icon-small" viewBox="0 0 24 24"><path d="M3 12h14l4-4v8l-4-4H3z" fill="#59666C"/></svg>
142
+ <div>97%</div>
143
+ </div>
144
+ </div>
145
+
146
+ <!-- Header -->
147
+ <div class="header">
148
+ <svg class="ico" viewBox="0 0 24 24">
149
+ <rect x="6" y="3" width="12" height="18" rx="3" stroke="#55636A" stroke-width="2" fill="none"/>
150
+ <circle cx="12" cy="18" r="1.6" fill="#55636A"/>
151
+ </svg>
152
+
153
+ <div class="brand">fitbit</div>
154
+
155
+ <div style="display:flex;align-items:center;gap:26px;">
156
+ <svg class="chat" viewBox="0 0 24 24">
157
+ <path d="M4 6h16v10H8l-4 4V6z" stroke="#55636A" stroke-width="2" fill="none"/>
158
+ </svg>
159
+ <div class="avatar">F</div>
160
+ </div>
161
+ </div>
162
+
163
+ <!-- Title bar -->
164
+ <div class="title-bar">
165
+ <div class="tb-left">
166
+ <svg class="ico" viewBox="0 0 24 24"><path d="M15 5l-7 7 7 7" stroke="#59666C" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
167
+ </div>
168
+ <h2>Today</h2>
169
+ <div class="tb-right">
170
+ <svg class="ico" viewBox="0 0 24 24"><path d="M5 19h14M7 5h10v10H7z" stroke="#59666C" stroke-width="2" fill="none"/></svg>
171
+ </div>
172
+ </div>
173
+
174
+ <!-- Sleep card -->
175
+ <div class="card" style="margin-top:6px;">
176
+ <h3>Sleep duration</h3>
177
+ <div class="big-value">No data</div>
178
+ <div class="subtext">Today</div>
179
+ <div class="sleep-badge">
180
+ <svg viewBox="0 0 24 24">
181
+ <path d="M12 5c-3 2-3 7 0 9-3 0-6-3-6-6s3-6 6-3z" fill="none" stroke="var(--purple)" stroke-width="2"/>
182
+ <circle cx="17.5" cy="7.5" r="1.4" fill="var(--purple)"/>
183
+ </svg>
184
+ </div>
185
+ </div>
186
+
187
+ <!-- Activity section -->
188
+ <div class="section-title" style="margin-top:28px;">Activity</div>
189
+
190
+ <!-- Exercise days card -->
191
+ <div class="card">
192
+ <h3>Exercise days</h3>
193
+ <div class="exercise-row">
194
+ <div>
195
+ <div class="big-value" style="margin-bottom:8px;">2 of 5</div>
196
+ <div class="subtext">This week</div>
197
+ </div>
198
+ <div>
199
+ <div class="pills">
200
+ <div class="pill active">
201
+ <svg viewBox="0 0 24 24" width="44" height="44"><path d="M6 12l4 4 8-8" stroke="#fff" stroke-width="2" fill="none"/></svg>
202
+ </div>
203
+ <div class="pill active">
204
+ <svg viewBox="0 0 24 24" width="44" height="44"><path d="M6 12l4 4 8-8" stroke="#fff" stroke-width="2" fill="none"/></svg>
205
+ </div>
206
+ <div class="pill"></div>
207
+ <div class="pill"></div>
208
+ <div class="pill"></div>
209
+ <div class="pill"></div>
210
+ <div class="pill"></div>
211
+ </div>
212
+ <div class="week-labels">
213
+ <div>M</div><div class="bold">T</div><div>W</div><div>T</div><div>F</div><div>S</div><div>S</div>
214
+ </div>
215
+ </div>
216
+ </div>
217
+ </div>
218
+
219
+ <!-- Walk card -->
220
+ <div class="card">
221
+ <div class="row">
222
+ <svg class="runner" viewBox="0 0 24 24">
223
+ <circle cx="15.5" cy="4.5" r="2" fill="#0A7A6B"/>
224
+ <path d="M6 12l5-3 2 2-2 4-3 3" stroke="#0A7A6B" stroke-width="2" fill="none" stroke-linecap="round"/>
225
+ <path d="M13 10l4 2-2 3" stroke="#0A7A6B" stroke-width="2" fill="none" stroke-linecap="round"/>
226
+ </svg>
227
+ <div>
228
+ <div class="walk-title">Walk</div>
229
+ <div class="walk-meta">8:07 AM · 0.08 km · 16 min</div>
230
+ </div>
231
+ </div>
232
+ </div>
233
+
234
+ <!-- Steps card -->
235
+ <div class="card steps-card">
236
+ <div>
237
+ <div class="big-value" style="margin-bottom:10px;">117</div>
238
+ <div class="subtext">Today</div>
239
+ </div>
240
+ <div class="ring">
241
+ <svg class="shoe" viewBox="0 0 24 24">
242
+ <path d="M4 15c5-1 5-3 8-3 3 0 4 2 8 2v2H4z" stroke="#0A7A6B" stroke-width="2" fill="none" stroke-linejoin="round"/>
243
+ </svg>
244
+ </div>
245
+ </div>
246
+
247
+ <div class="card-divider" style="position:absolute;left:0;right:0;bottom:330px;"></div>
248
+
249
+ <!-- Floating Action Button -->
250
+ <div class="fab">
251
+ <svg viewBox="0 0 24 24">
252
+ <path d="M5 12h14M12 5v14" stroke="#0A7A6B" stroke-width="2" stroke-linecap="round"/>
253
+ </svg>
254
+ </div>
255
+
256
+ <!-- Footer heading near bottom -->
257
+ <div class="section-title" style="position:absolute;left:36px;bottom:250px;">Distance</div>
258
+
259
+ <!-- Bottom navigation -->
260
+ <div class="tabbar">
261
+ <div class="tab">
262
+ <div class="active-chip">
263
+ <svg viewBox="0 0 24 24">
264
+ <path d="M12 4l2 4h4l-3 3 1 5-4-2-4 2 1-5-3-3h4z" fill="#0A7A6B"/>
265
+ </svg>
266
+ </div>
267
+ <div class="label">Today</div>
268
+ </div>
269
+ <div class="tab">
270
+ <svg viewBox="0 0 24 24">
271
+ <rect x="6" y="3" width="12" height="18" rx="2" stroke="#4C555A" stroke-width="2" fill="none"/>
272
+ <path d="M8 7h8M8 11h8M8 15h6" stroke="#4C555A" stroke-width="2"/>
273
+ </svg>
274
+ <div class="label">Coach</div>
275
+ </div>
276
+ <div class="tab">
277
+ <svg viewBox="0 0 24 24">
278
+ <rect x="4" y="4" width="7" height="7" rx="1.5" stroke="#4C555A" stroke-width="2" fill="none"/>
279
+ <rect x="13" y="4" width="7" height="7" rx="1.5" stroke="#4C555A" stroke-width="2" fill="none"/>
280
+ <rect x="4" y="13" width="7" height="7" rx="1.5" stroke="#4C555A" stroke-width="2" fill="none"/>
281
+ <rect x="13" y="13" width="7" height="7" rx="1.5" stroke="#4C555A" stroke-width="2" fill="none"/>
282
+ </svg>
283
+ <div class="label">You</div>
284
+ </div>
285
+ </div>
286
+ </div>
287
+ </body>
288
+ </html>
code/191/191_4.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>Activity Detail UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #ECEFE8; /* light grey app background */
13
+ }
14
+
15
+ /* Status bar */
16
+ .statusbar {
17
+ height: 110px;
18
+ padding: 0 40px;
19
+ display: flex;
20
+ align-items: center;
21
+ justify-content: space-between;
22
+ color: #2E2E2E;
23
+ font-size: 38px;
24
+ letter-spacing: 0.3px;
25
+ }
26
+ .status-right {
27
+ display: flex; align-items: center; gap: 28px; color: #555;
28
+ font-size: 32px;
29
+ }
30
+ .sb-icon {
31
+ width: 26px; height: 26px; border-radius: 50%; background: #C9CDC6;
32
+ display: inline-block;
33
+ }
34
+
35
+ /* Back + action icons row */
36
+ .top-row {
37
+ display: flex; align-items: center; justify-content: space-between;
38
+ padding: 0 40px;
39
+ margin-top: 10px;
40
+ }
41
+ .back-btn {
42
+ width: 70px; height: 70px;
43
+ display: flex; align-items: center; justify-content: center;
44
+ }
45
+ .actions { display: flex; align-items: center; gap: 36px; color: #4B4F4A; }
46
+
47
+ /* Map card */
48
+ .map-card {
49
+ width: 960px; height: 900px;
50
+ margin: 40px auto 18px auto;
51
+ background: #FFFFFF;
52
+ border-radius: 60px;
53
+ position: relative;
54
+ }
55
+ .map-img {
56
+ position: absolute; inset: 24px;
57
+ background: #E0E0E0;
58
+ border: 1px solid #BDBDBD;
59
+ border-radius: 48px;
60
+ display: flex; align-items: center; justify-content: center;
61
+ color: #757575; font-size: 36px;
62
+ }
63
+ .google-tag {
64
+ position: absolute; left: 52px; bottom: 50px;
65
+ color: #7A7A7A; font-weight: 700; font-size: 36px;
66
+ opacity: 0.9;
67
+ }
68
+
69
+ /* Under-map info */
70
+ .zones-note {
71
+ display: flex; align-items: center; gap: 16px;
72
+ color: #79807A; font-size: 36px;
73
+ margin: 12px 0 0 80px;
74
+ }
75
+ .dot {
76
+ width: 18px; height: 18px; border-radius: 50%; background: #B9C0B8;
77
+ }
78
+ .chips {
79
+ display: flex; gap: 24px;
80
+ margin: 30px 0 0 74px;
81
+ }
82
+ .chip {
83
+ height: 92px; padding: 0 36px; border-radius: 24px;
84
+ font-size: 40px; display: inline-flex; align-items: center; gap: 20px;
85
+ border: 2px solid #A9B0A6; color: #3A3E39; background: transparent;
86
+ }
87
+ .chip.selected {
88
+ background: #CDE7DB; border-color: #CDE7DB; color: #102015;
89
+ }
90
+ .chip svg { width: 42px; height: 42px; }
91
+
92
+ /* Title section */
93
+ .title {
94
+ margin: 70px 0 0 74px;
95
+ font-size: 92px; color: #222; font-weight: 700;
96
+ letter-spacing: -0.5px;
97
+ }
98
+ .subtitle {
99
+ margin: 16px 0 0 74px;
100
+ color: #666; font-size: 40px;
101
+ }
102
+
103
+ /* Stats */
104
+ .stats {
105
+ margin: 90px 74px 0 74px;
106
+ display: grid; grid-template-columns: 1fr auto; row-gap: 70px; column-gap: 20px;
107
+ align-items: center;
108
+ }
109
+ .stat-label { font-size: 46px; color: #333; }
110
+ .stat-value { font-size: 60px; color: #1F1F1F; }
111
+
112
+ /* Gesture bar */
113
+ .gesture-bar {
114
+ position: absolute; bottom: 42px; left: 50%; transform: translateX(-50%);
115
+ width: 260px; height: 16px; background: #A9ADA7; border-radius: 12px;
116
+ opacity: 0.65;
117
+ }
118
+ </style>
119
+ </head>
120
+ <body>
121
+ <div id="render-target">
122
+
123
+ <!-- Status bar -->
124
+ <div class="statusbar">
125
+ <div>8:46</div>
126
+ <div class="status-right">
127
+ <span class="sb-icon"></span>
128
+ <span class="sb-icon"></span>
129
+ <span class="sb-icon"></span>
130
+ <span class="sb-icon"></span>
131
+ <span>97%</span>
132
+ </div>
133
+ </div>
134
+
135
+ <!-- Back and actions -->
136
+ <div class="top-row">
137
+ <div class="back-btn">
138
+ <svg viewBox="0 0 48 48" width="48" height="48">
139
+ <path d="M30 10 L12 24 L30 38" fill="none" stroke="#212121" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
140
+ </svg>
141
+ </div>
142
+ <div class="actions">
143
+ <!-- share -->
144
+ <svg viewBox="0 0 48 48" width="46" height="46">
145
+ <circle cx="12" cy="24" r="4" fill="#4A4E49"/>
146
+ <circle cx="36" cy="14" r="4" fill="#4A4E49"/>
147
+ <circle cx="36" cy="34" r="4" fill="#4A4E49"/>
148
+ <path d="M16 24 L32 16 M16 24 L32 32" stroke="#4A4E49" stroke-width="3" fill="none" stroke-linecap="round"/>
149
+ </svg>
150
+ <!-- edit pencil -->
151
+ <svg viewBox="0 0 48 48" width="46" height="46">
152
+ <path d="M12 34 L12 36 L20 34 L36 18 L30 12 L14 28 Z" fill="#4A4E49"/>
153
+ </svg>
154
+ <!-- more vertical -->
155
+ <svg viewBox="0 0 48 48" width="46" height="46">
156
+ <circle cx="24" cy="12" r="4" fill="#4A4E49"/>
157
+ <circle cx="24" cy="24" r="4" fill="#4A4E49"/>
158
+ <circle cx="24" cy="36" r="4" fill="#4A4E49"/>
159
+ </svg>
160
+ </div>
161
+ </div>
162
+
163
+ <!-- Map card -->
164
+ <div class="map-card">
165
+ <div class="map-img">[IMG: Activity route map]</div>
166
+ <div class="google-tag">Google</div>
167
+ </div>
168
+
169
+ <!-- Under-map info -->
170
+ <div class="zones-note">
171
+ <div class="dot"></div>
172
+ <div>No zones tracked</div>
173
+ </div>
174
+
175
+ <div class="chips">
176
+ <div class="chip selected">
177
+ <svg viewBox="0 0 24 24">
178
+ <path d="M5 13 L10 18 L19 7" fill="none" stroke="#103C24" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
179
+ </svg>
180
+ <span>Heart rate zones</span>
181
+ </div>
182
+ <div class="chip">Pace</div>
183
+ </div>
184
+
185
+ <!-- Title -->
186
+ <div class="title">Walk</div>
187
+ <div class="subtitle">Today • 8:07 AM • Fitbit for Android</div>
188
+
189
+ <!-- Stats -->
190
+ <div class="stats">
191
+ <div class="stat-label">Duration</div>
192
+ <div class="stat-value">16 min</div>
193
+
194
+ <div class="stat-label">Distance</div>
195
+ <div class="stat-value">0.08 km</div>
196
+ </div>
197
+
198
+ <!-- Gesture bar -->
199
+ <div class="gesture-bar"></div>
200
+ </div>
201
+ </body>
202
+ </html>
code/191/191_5.html ADDED
@@ -0,0 +1,152 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Exercises</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; box-sizing: border-box;
12
+ }
13
+ .appbar {
14
+ height: 140px; padding: 0 36px; box-sizing: border-box;
15
+ display: flex; align-items: center; background: #fff; border-bottom: 1px solid #e6e6e6;
16
+ }
17
+ .title { font-size: 52px; font-weight: 600; color: #263238; margin-left: 24px; }
18
+ .close-icon { width: 56px; height: 56px; }
19
+ .content { padding: 0 36px; }
20
+ .card { padding: 28px 0 36px 0; border-bottom: 1px solid #E0E0E0; }
21
+ .row { display: flex; align-items: center; }
22
+ .run-icon { width: 52px; height: 52px; margin-right: 16px; }
23
+ .card-title { font-size: 44px; font-weight: 600; color: #1E88E5; }
24
+ .subtitle { font-size: 30px; color: #7A7A7A; margin-top: 6px; }
25
+ .map {
26
+ width: 100%; height: 480px; margin-top: 24px; border: 1px solid #BDBDBD;
27
+ background: #E0E0E0; display: flex; align-items: center; justify-content: center; color: #757575; font-size: 36px;
28
+ }
29
+ .stats { display: flex; align-items: center; justify-content: space-between; margin-top: 22px; padding: 0 8px; }
30
+ .stat { display: flex; align-items: center; }
31
+ .pin, .shoe { width: 44px; height: 44px; margin-right: 16px; }
32
+ .stat .value { font-size: 36px; color: #37474F; }
33
+ .stat .unit { font-size: 36px; color: #9E9E9E; margin-left: 8px; }
34
+ </style>
35
+ </head>
36
+ <body>
37
+ <div id="render-target">
38
+
39
+ <div class="appbar">
40
+ <!-- Close (X) icon -->
41
+ <svg class="close-icon" viewBox="0 0 24 24">
42
+ <path d="M5 5 L19 19 M19 5 L5 19" stroke="#263238" stroke-width="2.5" stroke-linecap="round" fill="none"/>
43
+ </svg>
44
+ <div class="title">Exercises</div>
45
+ </div>
46
+
47
+ <div class="content">
48
+
49
+ <!-- Card 1 -->
50
+ <div class="card">
51
+ <div class="row">
52
+ <!-- Runner icon -->
53
+ <svg class="run-icon" viewBox="0 0 24 24">
54
+ <circle cx="7" cy="5" r="3" fill="#FF8F00"/>
55
+ <path d="M6 9 L10 12 L13 11 L16 13 L19 18" stroke="#FF8F00" stroke-width="2.5" stroke-linecap="round" fill="none"/>
56
+ <path d="M10 12 L8 16 L4 18" stroke="#FF8F00" stroke-width="2.5" stroke-linecap="round" fill="none"/>
57
+ </svg>
58
+ <div>
59
+ <div class="card-title">Walk</div>
60
+ <div class="subtitle">Today at 8:07 AM</div>
61
+ </div>
62
+ </div>
63
+ <div class="map">[IMG: Google Map with walking route]</div>
64
+ <div class="stats">
65
+ <div class="stat">
66
+ <!-- Location pin -->
67
+ <svg class="pin" viewBox="0 0 24 24">
68
+ <circle cx="12" cy="9" r="4" fill="#00BFA5"/>
69
+ <path d="M12 13 L7 21 L17 21 Z" fill="#00BFA5"/>
70
+ </svg>
71
+ <div class="value">0.08 km</div>
72
+ </div>
73
+ <div class="stat">
74
+ <!-- Shoe icon -->
75
+ <svg class="shoe" viewBox="0 0 24 24">
76
+ <path d="M2 15 L10 15 L14 17 L20 18 L22 21 L2 21 Z" fill="#00BFA5"/>
77
+ </svg>
78
+ <div class="value">197'02"</div>
79
+ <div class="unit">pace</div>
80
+ </div>
81
+ </div>
82
+ </div>
83
+
84
+ <!-- Card 2 -->
85
+ <div class="card">
86
+ <div class="row">
87
+ <svg class="run-icon" viewBox="0 0 24 24">
88
+ <circle cx="7" cy="5" r="3" fill="#FF8F00"/>
89
+ <path d="M6 9 L10 12 L13 11 L16 13 L19 18" stroke="#FF8F00" stroke-width="2.5" stroke-linecap="round" fill="none"/>
90
+ <path d="M10 12 L8 16 L4 18" stroke="#FF8F00" stroke-width="2.5" stroke-linecap="round" fill="none"/>
91
+ </svg>
92
+ <div>
93
+ <div class="card-title">Walk</div>
94
+ <div class="subtitle">Mon at 9:25 PM</div>
95
+ </div>
96
+ </div>
97
+ <div class="map">[IMG: Google Map with walking route]</div>
98
+ <div class="stats">
99
+ <div class="stat">
100
+ <svg class="pin" viewBox="0 0 24 24">
101
+ <circle cx="12" cy="9" r="4" fill="#00BFA5"/>
102
+ <path d="M12 13 L7 21 L17 21 Z" fill="#00BFA5"/>
103
+ </svg>
104
+ <div class="value">0.02 km</div>
105
+ </div>
106
+ <div class="stat">
107
+ <svg class="shoe" viewBox="0 0 24 24">
108
+ <path d="M2 15 L10 15 L14 17 L20 18 L22 21 L2 21 Z" fill="#00BFA5"/>
109
+ </svg>
110
+ <div class="value">29411'37"</div>
111
+ <div class="unit">pace</div>
112
+ </div>
113
+ </div>
114
+ </div>
115
+
116
+ <!-- Card 3 -->
117
+ <div class="card">
118
+ <div class="row">
119
+ <svg class="run-icon" viewBox="0 0 24 24">
120
+ <circle cx="7" cy="5" r="3" fill="#FF8F00"/>
121
+ <path d="M6 9 L10 12 L13 11 L16 13 L19 18" stroke="#FF8F00" stroke-width="2.5" stroke-linecap="round" fill="none"/>
122
+ <path d="M10 12 L8 16 L4 18" stroke="#FF8F00" stroke-width="2.5" stroke-linecap="round" fill="none"/>
123
+ </svg>
124
+ <div>
125
+ <div class="card-title">Walk</div>
126
+ <div class="subtitle">Mon at 9:18 PM</div>
127
+ </div>
128
+ </div>
129
+ <div class="map">[IMG: Google Map with walking route]</div>
130
+ <div class="stats">
131
+ <div class="stat">
132
+ <svg class="pin" viewBox="0 0 24 24">
133
+ <circle cx="12" cy="9" r="4" fill="#00BFA5"/>
134
+ <path d="M12 13 L7 21 L17 21 Z" fill="#00BFA5"/>
135
+ </svg>
136
+ <div class="value">0.02 km</div>
137
+ </div>
138
+ <div class="stat">
139
+ <svg class="shoe" viewBox="0 0 24 24">
140
+ <path d="M2 15 L10 15 L14 17 L20 18 L22 21 L2 21 Z" fill="#00BFA5"/>
141
+ </svg>
142
+ <div class="value">172'17"</div>
143
+ <div class="unit">pace</div>
144
+ </div>
145
+ </div>
146
+ </div>
147
+
148
+ </div>
149
+
150
+ </div>
151
+ </body>
152
+ </html>
code/191/191_6.html ADDED
@@ -0,0 +1,244 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0" />
6
+ <title>Share - Walk</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: "Roboto", "Segoe UI", Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #FFFFFF;
15
+ }
16
+
17
+ /* Top app bar */
18
+ .appbar {
19
+ position: relative;
20
+ height: 180px;
21
+ padding: 0 40px;
22
+ background: #FFFFFF;
23
+ box-sizing: border-box;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ border-bottom: 1px solid #E6E6E6;
28
+ }
29
+ .appbar-left, .appbar-right {
30
+ display: flex; align-items: center; gap: 26px;
31
+ }
32
+ .appbar-title {
33
+ font-size: 54px; color: #222; font-weight: 500;
34
+ }
35
+ .icon-btn {
36
+ width: 72px; height: 72px; border-radius: 50%;
37
+ display: flex; align-items: center; justify-content: center;
38
+ }
39
+ .icon-btn svg { width: 46px; height: 46px; fill: #222; }
40
+
41
+ /* Dark summary card */
42
+ .summary {
43
+ background: #0E3B45; /* deep teal */
44
+ color: #FFFFFF;
45
+ padding: 60px;
46
+ box-sizing: border-box;
47
+ height: 1200px;
48
+ position: relative;
49
+ }
50
+ .summary .brand {
51
+ position: absolute; right: 60px; top: 60px;
52
+ display: flex; align-items: center; gap: 18px; color: #EAF7FB;
53
+ font-size: 52px; font-weight: 500;
54
+ }
55
+ .dots {
56
+ display: grid; grid-template-columns: repeat(3, 10px); gap: 8px;
57
+ }
58
+ .dots span { width: 10px; height: 10px; background:#EAF7FB; border-radius:50%; display:block; }
59
+ .title {
60
+ font-size: 86px; font-weight: 600; margin-top: 80px;
61
+ }
62
+ .date {
63
+ font-size: 36px; color: #D7E8EC; margin-top: 12px;
64
+ }
65
+
66
+ .metric {
67
+ display: flex; align-items: center; gap: 36px; margin-top: 64px;
68
+ }
69
+ .circle {
70
+ width: 160px; height: 160px; border-radius: 50%;
71
+ display: grid; place-items: center;
72
+ box-shadow: 0 2px 0 rgba(0,0,0,0.2) inset;
73
+ }
74
+ .circle.white { background: #F5F5F5; border: 6px solid #EDEDED; }
75
+ .circle.green { background: #7ACB22; border: 6px solid #FFFFFF; }
76
+ .circle svg { width: 90px; height: 90px; }
77
+ .metric .value { font-size: 92px; font-weight: 500; margin-bottom: 6px; }
78
+ .metric .sub { font-size: 36px; color: #D7E8EC; }
79
+ .metric .sub b { color: #FFFFFF; font-weight: 700; }
80
+
81
+ /* bottom stat line */
82
+ .stats-line {
83
+ position: absolute; left: 60px; right: 60px; bottom: 40px;
84
+ display: flex; align-items: center; gap: 46px; color: #FFFFFF;
85
+ font-size: 40px;
86
+ }
87
+ .stats-item { display: flex; align-items: center; gap: 18px; }
88
+ .stats-item svg { width: 42px; height: 42px; fill: #FFFFFF; }
89
+
90
+ /* Tabs area */
91
+ .tabs {
92
+ background: #F3F3F3;
93
+ padding: 36px 40px 60px;
94
+ box-sizing: border-box;
95
+ }
96
+ .tab-labels {
97
+ display: flex; gap: 120px; color: #7D7D7D; font-size: 40px; margin-bottom: 26px;
98
+ }
99
+ .tab-labels .active { color: #4A4A4A; font-weight: 600; }
100
+ .tiles {
101
+ display: flex; gap: 90px; padding-top: 8px;
102
+ }
103
+ .tile {
104
+ width: 200px; height: 200px; border-radius: 10px;
105
+ display: grid; place-items: center; position: relative;
106
+ }
107
+ .tile svg { width: 110px; height: 110px; fill: #FFFFFF; stroke: #FFFFFF; stroke-width: 4; }
108
+ .tile.green { background: #7AD500; outline: 12px solid #FF5E8A; } /* pink highlight border */
109
+ .tile.pink { background: #FF6F86; }
110
+ .tile.orange { background: #F1A40A; }
111
+ .tile.blue { background: #1783A3; }
112
+ .tile.dark { background: #203943; }
113
+ /* spacer bottom */
114
+ .bottom-space { height: 800px; background: #F3F3F3; }
115
+ </style>
116
+ </head>
117
+ <body>
118
+ <div id="render-target">
119
+
120
+ <!-- Top bar -->
121
+ <div class="appbar">
122
+ <div class="appbar-left">
123
+ <div class="icon-btn" aria-label="Close">
124
+ <svg viewBox="0 0 24 24">
125
+ <path d="M5 6l6 6-6 6 1.5 1.5L12 13.5l5.5 6L19 18l-6-6 6-6-1.5-1.5L12 10.5 6.5 4.5z"/>
126
+ </svg>
127
+ </div>
128
+ <div class="appbar-title">Share</div>
129
+ </div>
130
+ <div class="appbar-right">
131
+ <div style="font-size:46px;color:#1D6E8A;font-weight:600;">NEXT</div>
132
+ </div>
133
+ </div>
134
+
135
+ <!-- Summary card -->
136
+ <div class="summary">
137
+ <div class="brand">
138
+ <div class="dots">
139
+ <span></span><span></span><span></span>
140
+ <span></span><span></span><span></span>
141
+ <span></span><span></span><span></span>
142
+ <span></span><span></span><span></span>
143
+ </div>
144
+ fitbit
145
+ </div>
146
+ <div class="title">Walk</div>
147
+ <div class="date">Nov 14, 2023</div>
148
+
149
+ <!-- Metric 1 -->
150
+ <div class="metric" style="margin-top: 80px;">
151
+ <div class="circle green">
152
+ <!-- Shoe icon -->
153
+ <svg viewBox="0 0 24 24">
154
+ <path d="M4 15c3-1 5-2 7-4 1-.9 2-1.2 3-1l4 2c1 .5 1.8 1.6 1.8 2.8V17H4v-2z"/>
155
+ </svg>
156
+ </div>
157
+ <div>
158
+ <div class="value">+98</div>
159
+ <div class="sub">of <b>117</b> steps taken</div>
160
+ </div>
161
+ </div>
162
+
163
+ <!-- Metric 2 -->
164
+ <div class="metric" style="margin-top: 40px;">
165
+ <div class="circle white">
166
+ <!-- Droplet icon -->
167
+ <svg viewBox="0 0 24 24">
168
+ <path d="M12 3c3 5 6 7 6 11a6 6 0 1 1-12 0c0-4 3-6 6-11z"/>
169
+ </svg>
170
+ </div>
171
+ <div>
172
+ <div class="value">+15</div>
173
+ <div class="sub">of <b>519</b> calories burned</div>
174
+ </div>
175
+ </div>
176
+
177
+ <!-- bottom stat line -->
178
+ <div class="stats-line">
179
+ <div class="stats-item">
180
+ <svg viewBox="0 0 24 24"><path d="M12 2a10 10 0 1 0 .001 20.001A10 10 0 0 0 12 2zm1 5h-2v6l5 3 .8-1.6-3.8-2.2V7z"/></svg>
181
+ <span>16 mins</span>
182
+ </div>
183
+ <div class="stats-item">
184
+ <svg viewBox="0 0 24 24"><path d="M12 2a7 7 0 0 1 7 7c0 4.5-7 13-7 13s-7-8.5-7-13a7 7 0 0 1 7-7zm0 9.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5z"/></svg>
185
+ <span>0.08 km</span>
186
+ </div>
187
+ <div class="stats-item">
188
+ <svg viewBox="0 0 24 24"><path d="M4 15c3-1 5-2 7-4 1-.9 2-1.2 3-1l4 2c1 .5 1.8 1.6 1.8 2.8V17H4v-2z"/></svg>
189
+ <span>197'02" pace</span>
190
+ </div>
191
+ </div>
192
+ </div>
193
+
194
+ <!-- Tabs area -->
195
+ <div class="tabs">
196
+ <div class="tab-labels">
197
+ <div class="active">Impact</div>
198
+ <div>Map</div>
199
+ <div>Zones</div>
200
+ <div>Pace</div>
201
+ <div>Camera</div>
202
+ </div>
203
+ <div class="tiles">
204
+ <div class="tile green">
205
+ <!-- target icon -->
206
+ <svg viewBox="0 0 24 24">
207
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#FFFFFF" stroke-width="3"/>
208
+ <circle cx="12" cy="12" r="4"/>
209
+ </svg>
210
+ </div>
211
+ <div class="tile pink">
212
+ <!-- pin icon -->
213
+ <svg viewBox="0 0 24 24">
214
+ <path d="M12 3a7 7 0 0 1 7 7c0 4.5-7 11-7 11S5 14.5 5 10a7 7 0 0 1 7-7z"/>
215
+ <circle cx="12" cy="10" r="3" fill="#FFFFFF"/>
216
+ </svg>
217
+ </div>
218
+ <div class="tile orange">
219
+ <!-- heart / zones ring -->
220
+ <svg viewBox="0 0 24 24">
221
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#FFFFFF" stroke-width="3" stroke-dasharray="6 4"/>
222
+ <path d="M12 18s-5-3.2-5-6.2a3.2 3.2 0 0 1 5-2.7 3.2 3.2 0 0 1 5 2.7C17 14.8 12 18 12 18z"/>
223
+ </svg>
224
+ </div>
225
+ <div class="tile blue">
226
+ <!-- stopwatch icon -->
227
+ <svg viewBox="0 0 24 24">
228
+ <path d="M9 3h6v2H9zM12 6a9 9 0 1 0 0 18 9 9 0 0 0 0-18zm1 4h-2v6l4 2 .6-1.4L13 14V10z"/>
229
+ </svg>
230
+ </div>
231
+ <div class="tile dark">
232
+ <!-- camera icon -->
233
+ <svg viewBox="0 0 24 24">
234
+ <path d="M7 7h3l1.5-2h5L18 7h3v12H3V7h4z"/>
235
+ <circle cx="12" cy="13" r="4"/>
236
+ </svg>
237
+ </div>
238
+ </div>
239
+ </div>
240
+
241
+ <div class="bottom-space"></div>
242
+ </div>
243
+ </body>
244
+ </html>
code/191/191_7.html ADDED
@@ -0,0 +1,177 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Android Share Sheet UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #212121;
13
+ }
14
+ .status-bar {
15
+ position: absolute; top: 0; left: 0; width: 100%; height: 96px;
16
+ display: flex; align-items: center; justify-content: space-between;
17
+ padding: 0 36px; color: #FFFFFF; font-weight: 500;
18
+ }
19
+ .status-left { font-size: 40px; letter-spacing: 0.5px; }
20
+ .status-right { display: flex; align-items: center; gap: 26px; }
21
+ .status-icon svg { width: 38px; height: 38px; fill: none; stroke: #FFFFFF; stroke-width: 3; }
22
+ .battery {
23
+ display: flex; align-items: center; gap: 8px; color: #FFFFFF; font-size: 28px;
24
+ }
25
+ .app-bar {
26
+ position: absolute; top: 96px; left: 0; width: 100%; height: 120px;
27
+ display: flex; align-items: center; justify-content: space-between;
28
+ padding: 0 32px; color: #E0E0E0; background: #2A2A2A;
29
+ }
30
+ .app-left, .app-right { display: flex; align-items: center; gap: 32px; }
31
+ .app-bar svg { width: 56px; height: 56px; stroke: #BDBDBD; stroke-width: 3; fill: none; }
32
+ .photo-area {
33
+ position: absolute; left: 40px; top: 240px; width: 1000px; height: 820px;
34
+ background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 40px;
35
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 36px;
36
+ }
37
+ .bottom-sheet {
38
+ position: absolute; left: 0; bottom: 0; width: 100%; height: 1320px;
39
+ background: #121212; border-top-left-radius: 50px; border-top-right-radius: 50px;
40
+ box-shadow: 0 -12px 32px rgba(0,0,0,0.4);
41
+ }
42
+ .sheet-content { padding-top: 80px; }
43
+ .thumb {
44
+ width: 420px; height: 300px; margin: 0 auto;
45
+ background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 40px;
46
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 28px;
47
+ }
48
+ .actions { margin-top: 70px; display: flex; justify-content: center; gap: 40px; }
49
+ .btn-outline {
50
+ width: 360px; height: 110px; border: 2px solid #757575; border-radius: 26px;
51
+ color: #E0E0E0; background: transparent; display: flex; align-items: center; justify-content: center; gap: 18px;
52
+ font-size: 34px;
53
+ }
54
+ .btn-outline svg { width: 42px; height: 42px; stroke: #E0E0E0; stroke-width: 3; fill: none; }
55
+ .info-text {
56
+ margin-top: 80px; text-align: center; color: #9E9E9E; font-size: 32px;
57
+ }
58
+ .app-row {
59
+ margin-top: 120px; display: flex; justify-content: space-around; padding: 0 40px;
60
+ }
61
+ .app {
62
+ width: 220px; text-align: center; color: #E0E0E0;
63
+ }
64
+ .app .icon {
65
+ width: 140px; height: 140px; margin: 0 auto 22px; border-radius: 50%;
66
+ display: flex; align-items: center; justify-content: center; color: #000; font-weight: 700; font-size: 42px;
67
+ border: 1px solid #3A3A3A;
68
+ }
69
+ .app-label { font-size: 30px; color: #E0E0E0; }
70
+ .gesture-bar {
71
+ position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
72
+ width: 420px; height: 12px; border-radius: 12px; background: #DADADA; opacity: 0.9;
73
+ }
74
+ </style>
75
+ </head>
76
+ <body>
77
+ <div id="render-target">
78
+
79
+ <!-- Status Bar -->
80
+ <div class="status-bar">
81
+ <div class="status-left">8:49</div>
82
+ <div class="status-right">
83
+ <div class="status-icon">
84
+ <!-- Location pin -->
85
+ <svg viewBox="0 0 24 24"><path d="M12 21s-6-6.5-6-10a6 6 0 1112 0c0 3.5-6 10-6 10z"/><circle cx="12" cy="11" r="3"/></svg>
86
+ </div>
87
+ <div class="status-icon">
88
+ <!-- Do not disturb -->
89
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9"/><path d="M7 12h10"/></svg>
90
+ </div>
91
+ <div class="status-icon">
92
+ <!-- WiFi -->
93
+ <svg viewBox="0 0 24 24">
94
+ <path d="M2 9c5-5 15-5 20 0"/><path d="M5 12c3.5-3.5 10.5-3.5 14 0"/><path d="M8 15c2-2 6-2 8 0"/><circle cx="12" cy="18" r="1.3" fill="#FFFFFF" stroke="none"/>
95
+ </svg>
96
+ </div>
97
+ <div class="battery">
98
+ <svg viewBox="0 0 26 14">
99
+ <rect x="1" y="2" width="20" height="10" rx="2" ry="2" fill="none" stroke="#FFFFFF" stroke-width="2"/>
100
+ <rect x="22" y="5" width="3" height="4" fill="#FFFFFF"/>
101
+ <rect x="3" y="4" width="14" height="6" fill="#FFFFFF"/>
102
+ </svg>
103
+ <span>98%</span>
104
+ </div>
105
+ </div>
106
+ </div>
107
+
108
+ <!-- App Bar -->
109
+ <div class="app-bar">
110
+ <div class="app-left">
111
+ <!-- Back arrow -->
112
+ <svg viewBox="0 0 24 24"><path d="M14 5l-7 7 7 7"/><path d="M20 12H8"/></svg>
113
+ </div>
114
+ <div class="app-right">
115
+ <!-- Share nodes -->
116
+ <svg viewBox="0 0 24 24">
117
+ <circle cx="6" cy="6" r="3"/><circle cx="18" cy="10" r="3"/><circle cx="9" cy="18" r="3"/>
118
+ <path d="M8.7 7.7l7.2 1.8M7.8 15l8-4.3" />
119
+ </svg>
120
+ <!-- Pencil -->
121
+ <svg viewBox="0 0 24 24"><path d="M4 20l5-1 9-9-4-4-9 9-1 5z"/><path d="M14 5l4 4"/></svg>
122
+ <!-- More vertical -->
123
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/></svg>
124
+ </div>
125
+ </div>
126
+
127
+ <!-- Photo placeholder behind the sheet -->
128
+ <div class="photo-area">[IMG: Map screenshot]</div>
129
+
130
+ <!-- Bottom Sheet -->
131
+ <div class="bottom-sheet">
132
+ <div class="sheet-content">
133
+ <div class="thumb">[IMG: App screenshot thumbnail]</div>
134
+
135
+ <div class="actions">
136
+ <div class="btn-outline">
137
+ <svg viewBox="0 0 24 24">
138
+ <!-- Simple nearby/share symbol -->
139
+ <path d="M4 7l6 4-6 4" />
140
+ <path d="M14 7l6 4-6 4" />
141
+ </svg>
142
+ <span>Nearby</span>
143
+ </div>
144
+ <div class="btn-outline">
145
+ <svg viewBox="0 0 24 24"><path d="M4 16l6-1 8-8-3-3-8 8-1 6z"/><path d="M14 4l3 3"/></svg>
146
+ <span>Edit</span>
147
+ </div>
148
+ </div>
149
+
150
+ <div class="info-text">No recommended people to share with</div>
151
+
152
+ <div class="app-row">
153
+ <div class="app">
154
+ <div class="icon" style="background:#FFFFFF; color:#E53935;">M</div>
155
+ <div class="app-label">Gmail</div>
156
+ </div>
157
+ <div class="app">
158
+ <div class="icon" style="background:#1E88E5; color:#FFFFFF;">Chat</div>
159
+ <div class="app-label">Messages</div>
160
+ </div>
161
+ <div class="app">
162
+ <div class="icon" style="background:#FFFFFF; color:#FB8C00;">P</div>
163
+ <div class="app-label">Photos</div>
164
+ <div style="font-size:24px; color:#9E9E9E; margin-top:6px;">Upload to P...</div>
165
+ </div>
166
+ <div class="app">
167
+ <div class="icon" style="background:#FFFFFF; color:#43A047;">D</div>
168
+ <div class="app-label">Drive</div>
169
+ </div>
170
+ </div>
171
+ </div>
172
+ </div>
173
+
174
+ <div class="gesture-bar"></div>
175
+ </div>
176
+ </body>
177
+ </html>
code/191/191_8.html ADDED
@@ -0,0 +1,318 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Email Compose - Dark UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #121212;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 110px;
23
+ color: #fff;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ padding: 0 28px;
28
+ box-sizing: border-box;
29
+ }
30
+ .status-left {
31
+ display: flex;
32
+ align-items: center;
33
+ gap: 18px;
34
+ font-size: 40px;
35
+ letter-spacing: 0.5px;
36
+ }
37
+ .status-right {
38
+ display: flex;
39
+ align-items: center;
40
+ gap: 22px;
41
+ }
42
+ .status-icon {
43
+ width: 42px;
44
+ height: 42px;
45
+ opacity: 0.9;
46
+ }
47
+
48
+ /* Toolbar */
49
+ .toolbar {
50
+ position: absolute;
51
+ top: 110px;
52
+ left: 0;
53
+ width: 1080px;
54
+ height: 120px;
55
+ display: flex;
56
+ align-items: center;
57
+ padding: 0 18px;
58
+ box-sizing: border-box;
59
+ border-bottom: 1px solid #1E1E1E;
60
+ color: #fff;
61
+ }
62
+ .toolbar-left, .toolbar-right {
63
+ display: flex;
64
+ align-items: center;
65
+ }
66
+ .toolbar-left { gap: 18px; }
67
+ .toolbar-right { margin-left: auto; gap: 30px; }
68
+ .icon-btn {
69
+ width: 72px;
70
+ height: 72px;
71
+ display: flex;
72
+ align-items: center;
73
+ justify-content: center;
74
+ border-radius: 36px;
75
+ }
76
+
77
+ /* Fields */
78
+ .fields {
79
+ position: absolute;
80
+ top: 230px;
81
+ left: 0;
82
+ width: 100%;
83
+ box-sizing: border-box;
84
+ padding: 0 26px;
85
+ }
86
+ .field-row {
87
+ height: 160px;
88
+ border-bottom: 1px solid #2B2B2B;
89
+ display: flex;
90
+ align-items: center;
91
+ gap: 24px;
92
+ color: #e0e0e0;
93
+ padding: 0 8px;
94
+ box-sizing: border-box;
95
+ }
96
+ .field-label {
97
+ width: 160px;
98
+ color: #9E9E9E;
99
+ font-size: 38px;
100
+ }
101
+ .field-value {
102
+ flex: 1;
103
+ font-size: 40px;
104
+ color: #E6E6E6;
105
+ white-space: nowrap;
106
+ overflow: hidden;
107
+ text-overflow: ellipsis;
108
+ }
109
+ .field-placeholder {
110
+ flex: 1;
111
+ font-size: 40px;
112
+ color: #7A7A7A;
113
+ }
114
+ .dropdown {
115
+ width: 54px;
116
+ height: 54px;
117
+ display: flex;
118
+ align-items: center;
119
+ justify-content: center;
120
+ }
121
+
122
+ /* Attachment card */
123
+ .attachment-wrapper {
124
+ position: absolute;
125
+ left: 28px;
126
+ top: 820px;
127
+ width: 1024px;
128
+ }
129
+ .attachment-card {
130
+ width: 100%;
131
+ border-radius: 22px;
132
+ overflow: hidden;
133
+ background: #263238;
134
+ box-shadow: 0 2px 0 rgba(0,0,0,0.2);
135
+ }
136
+ .attachment-image {
137
+ width: 100%;
138
+ height: 340px;
139
+ background: #E0E0E0;
140
+ border-bottom: 1px solid #BDBDBD;
141
+ display: flex;
142
+ align-items: center;
143
+ justify-content: center;
144
+ color: #757575;
145
+ font-size: 36px;
146
+ }
147
+ .attachment-meta {
148
+ background: #4B4F55;
149
+ padding: 26px 28px;
150
+ display: flex;
151
+ align-items: center;
152
+ gap: 26px;
153
+ color: #E6E6E6;
154
+ }
155
+ .file-icon {
156
+ width: 64px;
157
+ height: 64px;
158
+ border-radius: 8px;
159
+ background: #6A6A6A;
160
+ display: flex;
161
+ align-items: center;
162
+ justify-content: center;
163
+ }
164
+ .file-info {
165
+ flex: 1;
166
+ display: flex;
167
+ flex-direction: column;
168
+ gap: 10px;
169
+ }
170
+ .file-name {
171
+ font-size: 38px;
172
+ color: #E6E6E6;
173
+ }
174
+ .file-size {
175
+ font-size: 32px;
176
+ color: #BDBDBD;
177
+ }
178
+ .close-btn {
179
+ width: 64px;
180
+ height: 64px;
181
+ display: flex;
182
+ align-items: center;
183
+ justify-content: center;
184
+ }
185
+
186
+ /* Gesture bar */
187
+ .gesture {
188
+ position: absolute;
189
+ bottom: 24px;
190
+ left: 50%;
191
+ transform: translateX(-50%);
192
+ width: 280px;
193
+ height: 12px;
194
+ background: #E0E0E0;
195
+ border-radius: 12px;
196
+ opacity: 0.9;
197
+ }
198
+ </style>
199
+ </head>
200
+ <body>
201
+ <div id="render-target">
202
+
203
+ <!-- Status Bar -->
204
+ <div class="status-bar">
205
+ <div class="status-left">
206
+ <div>8:49</div>
207
+ <!-- simple status dots -->
208
+ <svg class="status-icon" viewBox="0 0 48 48">
209
+ <circle cx="24" cy="24" r="9" fill="#fff" opacity="0.85"></circle>
210
+ </svg>
211
+ <svg class="status-icon" viewBox="0 0 48 48">
212
+ <rect x="8" y="10" width="32" height="28" rx="6" fill="#fff" opacity="0.85"></rect>
213
+ </svg>
214
+ <svg class="status-icon" viewBox="0 0 48 48">
215
+ <circle cx="24" cy="24" r="4" fill="#fff"></circle>
216
+ <circle cx="36" cy="24" r="4" fill="#fff"></circle>
217
+ </svg>
218
+ </div>
219
+ <div class="status-right">
220
+ <svg class="status-icon" viewBox="0 0 48 48">
221
+ <rect x="6" y="12" width="30" height="24" rx="4" fill="none" stroke="#fff" stroke-width="4"></rect>
222
+ <rect x="10" y="16" width="22" height="16" rx="3" fill="#fff"></rect>
223
+ </svg>
224
+ <div style="font-size:36px;">98%</div>
225
+ </div>
226
+ </div>
227
+
228
+ <!-- Toolbar -->
229
+ <div class="toolbar">
230
+ <div class="toolbar-left">
231
+ <!-- Back arrow -->
232
+ <div class="icon-btn">
233
+ <svg width="60" height="60" viewBox="0 0 48 48">
234
+ <path d="M30 8 L14 24 L30 40" stroke="#fff" stroke-width="5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
235
+ </svg>
236
+ </div>
237
+ </div>
238
+ <div class="toolbar-right">
239
+ <!-- Attach -->
240
+ <div class="icon-btn">
241
+ <svg width="60" height="60" viewBox="0 0 48 48">
242
+ <path d="M18 30c0 6 12 6 12 0V16c0-5-8-5-8 0v16" stroke="#fff" stroke-width="4" fill="none" stroke-linecap="round"></path>
243
+ </svg>
244
+ </div>
245
+ <!-- Send -->
246
+ <div class="icon-btn">
247
+ <svg width="60" height="60" viewBox="0 0 48 48">
248
+ <path d="M8 24 L40 12 L32 40 L24 26 Z" fill="#fff"></path>
249
+ </svg>
250
+ </div>
251
+ <!-- More -->
252
+ <div class="icon-btn">
253
+ <svg width="60" height="60" viewBox="0 0 48 48">
254
+ <circle cx="24" cy="10" r="4" fill="#fff"></circle>
255
+ <circle cx="24" cy="24" r="4" fill="#fff"></circle>
256
+ <circle cx="24" cy="38" r="4" fill="#fff"></circle>
257
+ </svg>
258
+ </div>
259
+ </div>
260
+ </div>
261
+
262
+ <!-- Fields -->
263
+ <div class="fields">
264
+ <div class="field-row">
265
+ <div class="field-label">From</div>
266
+ <div class="field-value">fabioteixeira00123@gmail.com</div>
267
+ <div class="dropdown">
268
+ <svg width="48" height="48" viewBox="0 0 48 48">
269
+ <path d="M12 18 L24 30 L36 18" stroke="#BDBDBD" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
270
+ </svg>
271
+ </div>
272
+ </div>
273
+ <div class="field-row">
274
+ <div class="field-label">To</div>
275
+ <div class="field-placeholder"></div>
276
+ <div class="dropdown">
277
+ <svg width="48" height="48" viewBox="0 0 48 48">
278
+ <path d="M12 18 L24 30 L36 18" stroke="#BDBDBD" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
279
+ </svg>
280
+ </div>
281
+ </div>
282
+ <div class="field-row" style="height: 150px;">
283
+ <div class="field-label">Subject</div>
284
+ <div class="field-placeholder">Subject</div>
285
+ </div>
286
+ </div>
287
+
288
+ <!-- Attachment -->
289
+ <div class="attachment-wrapper">
290
+ <div class="attachment-card">
291
+ <div class="attachment-image">[IMG: Fitness stats screenshot]</div>
292
+ <div class="attachment-meta">
293
+ <div class="file-icon">
294
+ <svg width="36" height="36" viewBox="0 0 48 48">
295
+ <rect x="6" y="6" width="36" height="36" rx="6" fill="#C44343"></rect>
296
+ <path d="M12 30 L20 22 L26 28 L34 18 L36 30 Z" fill="#fff" opacity="0.9"></path>
297
+ <circle cx="16" cy="18" r="4" fill="#fff"></circle>
298
+ </svg>
299
+ </div>
300
+ <div class="file-info">
301
+ <div class="file-name">fitbitshare_1272361138.PNG</div>
302
+ <div class="file-size">96 KB</div>
303
+ </div>
304
+ <div class="close-btn">
305
+ <svg width="44" height="44" viewBox="0 0 48 48">
306
+ <path d="M12 12 L36 36 M36 12 L12 36" stroke="#E6E6E6" stroke-width="5" stroke-linecap="round"></path>
307
+ </svg>
308
+ </div>
309
+ </div>
310
+ </div>
311
+ </div>
312
+
313
+ <!-- Gesture bar -->
314
+ <div class="gesture"></div>
315
+
316
+ </div>
317
+ </body>
318
+ </html>
code/191/191_9.html ADDED
@@ -0,0 +1,203 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Email Compose - Dark UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px;
10
+ position: relative; overflow: hidden;
11
+ background: #121212; color: #E0E0E0;
12
+ border-radius: 28px; box-shadow: 0 20px 60px rgba(0,0,0,0.35);
13
+ }
14
+ /* Status bar */
15
+ .status-bar {
16
+ position: absolute; top: 0; left: 0; right: 0;
17
+ height: 120px; background: #0f0f0f; display: flex; align-items: center; padding: 0 32px; font-size: 38px;
18
+ }
19
+ .status-left { display: flex; align-items: center; gap: 20px; }
20
+ .status-right { margin-left: auto; display: flex; align-items: center; gap: 28px; }
21
+ .status-dot { width: 12px; height: 12px; background: #DADADA; border-radius: 50%; opacity: 0.7; }
22
+ .icon {
23
+ width: 48px; height: 48px; fill: none; stroke: #DADADA; stroke-width: 4;
24
+ }
25
+ .battery {
26
+ width: 80px; height: 40px; border: 4px solid #DADADA; border-radius: 8px; position: relative;
27
+ }
28
+ .battery::after { content: ""; position: absolute; right: -10px; top: 10px; width: 8px; height: 20px; background: #DADADA; border-radius: 2px; }
29
+ .battery .level { position: absolute; left: 6px; top: 6px; height: 24px; width: 52px; background: #76FF03; border-radius: 4px; }
30
+ /* App bar */
31
+ .app-bar {
32
+ position: absolute; top: 120px; left: 0; right: 0; height: 120px;
33
+ display: flex; align-items: center; padding: 0 24px; border-bottom: 1px solid #2A2A2A;
34
+ }
35
+ .app-actions { margin-left: auto; display: flex; align-items: center; gap: 34px; }
36
+ .app-btn svg { width: 56px; height: 56px; stroke: #B0BEC5; stroke-width: 4; }
37
+ /* Fields */
38
+ .field { padding: 26px 32px; border-bottom: 1px solid #2A2A2A; }
39
+ .field-label { color: #B0BEC5; font-size: 36px; margin-bottom: 14px; }
40
+ .field-value { display: flex; align-items: center; gap: 16px; font-size: 40px; }
41
+ .dropdown { margin-left: auto; }
42
+ .chevron { width: 36px; height: 36px; stroke: #90A4AE; stroke-width: 5; }
43
+ /* To chips */
44
+ .chip-row { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
45
+ .chip {
46
+ display: flex; align-items: center; gap: 18px;
47
+ background: #1E1E1E; border: 1px solid #3A3A3A; color: #CFD8DC;
48
+ padding: 16px 22px; border-radius: 38px; font-size: 36px;
49
+ }
50
+ .avatar {
51
+ width: 64px; height: 64px; border-radius: 50%; background: #607D8B; color: #ECEFF1;
52
+ display: flex; align-items: center; justify-content: center; font-weight: bold;
53
+ }
54
+ /* Compose area */
55
+ .compose {
56
+ padding: 28px 32px; border-bottom: 1px solid #2A2A2A;
57
+ }
58
+ .compose .caret-line {
59
+ height: 70px; border-radius: 8px; background: #1A1A1A; border: 1px dashed #2E2E2E;
60
+ }
61
+ .subject { padding: 28px 32px; color: #9E9E9E; font-size: 42px; border-bottom: 1px solid #2A2A2A; }
62
+ /* Attachment preview */
63
+ .attachment {
64
+ padding: 24px 32px;
65
+ }
66
+ .img-placeholder {
67
+ width: 960px; height: 360px; background: #E0E0E0; border: 1px solid #BDBDBD;
68
+ border-radius: 18px; display: flex; align-items: center; justify-content: center; color: #757575; font-size: 40px;
69
+ }
70
+ /* Keyboard */
71
+ .keyboard {
72
+ position: absolute; left: 0; right: 0; bottom: 64px; height: 980px;
73
+ background: #181818; border-top: 1px solid #2A2A2A; padding: 26px 24px;
74
+ }
75
+ .key-row { display: grid; gap: 16px; margin-bottom: 20px; }
76
+ .row-1 { grid-template-columns: repeat(10, 1fr); }
77
+ .row-2 { grid-template-columns: repeat(9, 1fr); padding: 0 50px; }
78
+ .row-3 { grid-template-columns: 1.4fr repeat(6, 1fr) 1.8fr; }
79
+ .row-4 { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr 1fr 1fr 2.2fr; gap: 16px; }
80
+ .key {
81
+ height: 120px; background: #2B2B2B; color: #E0E0E0; border-radius: 22px;
82
+ display: flex; align-items: center; justify-content: center; font-size: 46px;
83
+ box-shadow: inset 0 2px 0 rgba(255,255,255,0.05);
84
+ }
85
+ .key.small { font-size: 36px; }
86
+ .key.gray { background: #3A3A3A; color: #D6D6D6; }
87
+ .key.icon svg { width: 48px; height: 48px; stroke: #E0E0E0; stroke-width: 5; fill: none; }
88
+ .space { grid-column: span 3; }
89
+ /* Bottom home indicator */
90
+ .home-indicator {
91
+ position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%);
92
+ width: 320px; height: 10px; background: #EAEAEA; border-radius: 8px; opacity: 0.9;
93
+ }
94
+ </style>
95
+ </head>
96
+ <body>
97
+ <div id="render-target">
98
+ <!-- Status bar -->
99
+ <div class="status-bar">
100
+ <div class="status-left">
101
+ <div>8:55</div>
102
+ <svg class="icon" viewBox="0 0 24 24"><circle cx="12" cy="12" r="9" stroke="#DADADA"/></svg>
103
+ <svg class="icon" viewBox="0 0 24 24"><path d="M3 20l9-16 9 16" stroke="#DADADA"/></svg>
104
+ <div class="status-dot"></div>
105
+ </div>
106
+ <div class="status-right">
107
+ <svg class="icon" viewBox="0 0 24 24"><path d="M3 12h18" /><path d="M6 9h12" /><path d="M9 6h6" /></svg>
108
+ <div class="battery"><div class="level"></div></div>
109
+ <div style="font-size:36px;">100%</div>
110
+ </div>
111
+ </div>
112
+
113
+ <!-- App bar -->
114
+ <div class="app-bar">
115
+ <div class="app-btn">
116
+ <svg viewBox="0 0 24 24"><path d="M15 6l-6 6 6 6" /></svg>
117
+ </div>
118
+ <div class="app-actions">
119
+ <div class="app-btn" title="Attach">
120
+ <svg viewBox="0 0 24 24"><path d="M7 13l7-7a4 4 0 015 5l-8 8a6 6 0 01-8-8l7-7" /></svg>
121
+ </div>
122
+ <div class="app-btn" title="Send">
123
+ <svg viewBox="0 0 24 24"><path d="M3 12l18-9-7 9 7 9-18-9z" /></svg>
124
+ </div>
125
+ <div class="app-btn" title="More">
126
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/></svg>
127
+ </div>
128
+ </div>
129
+ </div>
130
+
131
+ <!-- From field -->
132
+ <div class="field" style="margin-top:240px;">
133
+ <div class="field-label">From</div>
134
+ <div class="field-value">
135
+ <div>fabioteixeira00123@gmail.com</div>
136
+ <svg class="chevron dropdown" viewBox="0 0 24 24"><path d="M6 9l6 6 6-6" /></svg>
137
+ </div>
138
+ </div>
139
+
140
+ <!-- To field -->
141
+ <div class="field">
142
+ <div class="field-label">To</div>
143
+ <div class="chip-row">
144
+ <div class="chip">
145
+ <div class="avatar">C</div>
146
+ <div>Carlos3345@gmail.com</div>
147
+ </div>
148
+ <svg class="chevron" viewBox="0 0 24 24"><path d="M6 9l6 6 6-6" /></svg>
149
+ </div>
150
+ </div>
151
+
152
+ <!-- Body compose area -->
153
+ <div class="compose">
154
+ <div class="caret-line"></div>
155
+ </div>
156
+
157
+ <!-- Subject label -->
158
+ <div class="subject">Subject</div>
159
+
160
+ <!-- Attachment preview card -->
161
+ <div class="attachment">
162
+ <div class="img-placeholder">[IMG: Fitness stats card preview]</div>
163
+ </div>
164
+
165
+ <!-- Keyboard -->
166
+ <div class="keyboard">
167
+ <div class="key-row row-1">
168
+ <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>
169
+ </div>
170
+ <div class="key-row row-2">
171
+ <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>
172
+ </div>
173
+ <div class="key-row row-3">
174
+ <div class="key gray icon" title="Shift">
175
+ <svg viewBox="0 0 24 24"><path d="M12 4l8 8h-5v8H9v-8H4z"/></svg>
176
+ </div>
177
+ <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>
178
+ <div class="key gray icon" title="Backspace">
179
+ <svg viewBox="0 0 24 24"><path d="M3 12l6-6h12v12H9z"/><path d="M12 9l6 6M18 9l-6 6"/></svg>
180
+ </div>
181
+ </div>
182
+ <div class="key-row row-4">
183
+ <div class="key gray small">?123</div>
184
+ <div class="key small">@</div>
185
+ <div class="key small">🙂</div>
186
+ <div class="key gray small">GIF</div>
187
+ <div class="key icon" title="Settings">
188
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="4"/><path d="M4 12h2M18 12h2M12 4v2M12 18v2"/></svg>
189
+ </div>
190
+ <div class="key small">G</div>
191
+ <div class="key icon" title="Palette">
192
+ <svg viewBox="0 0 24 24"><path d="M12 3a9 9 0 100 18c3 0 3-3 1-3h-1" /></svg>
193
+ </div>
194
+ <div class="key gray icon" title="Enter">
195
+ <svg viewBox="0 0 24 24"><path d="M21 6v6H8l4-4M8 12l4 4"/></svg>
196
+ </div>
197
+ </div>
198
+ </div>
199
+
200
+ <div class="home-indicator"></div>
201
+ </div>
202
+ </body>
203
+ </html>
code/1910/1910_0.html ADDED
@@ -0,0 +1,289 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Roti Tawa Pizza UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 100px;
23
+ padding: 0 28px;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ color: #222;
28
+ font-weight: 600;
29
+ font-size: 34px;
30
+ }
31
+ .status-icons { display: flex; gap: 24px; align-items: center; }
32
+
33
+ /* Main image area */
34
+ .hero {
35
+ position: absolute;
36
+ top: 100px;
37
+ left: 0;
38
+ width: 1080px;
39
+ height: 970px;
40
+ background: #E0E0E0;
41
+ border-bottom: 1px solid #BDBDBD;
42
+ display: flex;
43
+ align-items: center;
44
+ justify-content: center;
45
+ color: #757575;
46
+ font-size: 36px;
47
+ }
48
+
49
+ /* Overlay controls on hero */
50
+ .overlay-top {
51
+ position: absolute;
52
+ top: 130px;
53
+ left: 24px;
54
+ width: calc(100% - 48px);
55
+ display: flex;
56
+ justify-content: space-between;
57
+ align-items: center;
58
+ pointer-events: none;
59
+ }
60
+ .overlay-left, .overlay-right { display: flex; align-items: center; gap: 24px; }
61
+ .icon-btn {
62
+ width: 60px; height: 60px;
63
+ background: rgba(255,255,255,0.9);
64
+ border: 1px solid #D0D0D0;
65
+ border-radius: 16px;
66
+ display: flex; align-items: center; justify-content: center;
67
+ box-shadow: 0 2px 6px rgba(0,0,0,0.08);
68
+ pointer-events: auto;
69
+ }
70
+ .icon svg { width: 34px; height: 34px; fill: #444; }
71
+
72
+ /* Content area */
73
+ .content {
74
+ position: absolute;
75
+ top: 1070px;
76
+ left: 0;
77
+ width: 100%;
78
+ padding: 0 34px;
79
+ }
80
+ .title {
81
+ font-size: 72px;
82
+ font-weight: 800;
83
+ color: #222;
84
+ letter-spacing: 1px;
85
+ margin: 22px 0 36px 0;
86
+ }
87
+
88
+ /* Author row */
89
+ .author-row {
90
+ display: flex;
91
+ align-items: center;
92
+ gap: 24px;
93
+ margin-bottom: 24px;
94
+ }
95
+ .avatar {
96
+ width: 100px; height: 100px; border-radius: 50%;
97
+ background: #E0E0E0; border: 1px solid #BDBDBD;
98
+ display: flex; align-items: center; justify-content: center;
99
+ color: #757575; font-size: 24px;
100
+ }
101
+ .author-info { display: flex; flex-direction: column; }
102
+ .author-name {
103
+ font-size: 48px; font-weight: 700; color: #333;
104
+ line-height: 1.2;
105
+ }
106
+ .author-handle {
107
+ font-size: 36px; color: #666;
108
+ margin-top: 4px;
109
+ }
110
+
111
+ /* Tags */
112
+ .tags {
113
+ margin-top: 12px;
114
+ color: #2A7DE1;
115
+ font-size: 40px;
116
+ line-height: 1.8;
117
+ }
118
+ .tags span { margin-right: 8px; }
119
+ .more {
120
+ position: absolute;
121
+ right: 34px;
122
+ top: 1460px;
123
+ font-size: 36px;
124
+ color: #666;
125
+ letter-spacing: 1px;
126
+ }
127
+
128
+ /* Saved recipe button */
129
+ .cta {
130
+ margin-top: 60px;
131
+ width: calc(100% - 68px);
132
+ height: 120px;
133
+ background: #F5A146;
134
+ border-radius: 24px;
135
+ display: flex; align-items: center; gap: 22px;
136
+ padding: 0 30px;
137
+ color: #fff; font-size: 44px; font-weight: 700;
138
+ box-shadow: inset 0 0 0 2px rgba(0,0,0,0.05);
139
+ }
140
+ .cta .bookmark-icon svg { width: 42px; height: 42px; fill: #fff; }
141
+ .cta-wrapper { padding: 0 34px; }
142
+
143
+ /* Time row */
144
+ .time-row {
145
+ margin-top: 40px;
146
+ padding: 0 34px;
147
+ display: flex; align-items: center; gap: 18px;
148
+ color: #444; font-size: 40px;
149
+ }
150
+ .clock-icon svg { width: 38px; height: 38px; fill: #777; }
151
+
152
+ /* Bottom nav */
153
+ .bottom-nav {
154
+ position: absolute;
155
+ bottom: 0;
156
+ left: 0;
157
+ width: 1080px;
158
+ height: 160px;
159
+ border-top: 1px solid #E5E5E5;
160
+ display: flex; align-items: center; justify-content: space-around;
161
+ background: #fff;
162
+ }
163
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 12px; color: #333; font-size: 28px; }
164
+ .nav-icon {
165
+ width: 80px; height: 80px; border-radius: 20px;
166
+ border: 1px solid #DADADA; background: #FAFAFA;
167
+ display: flex; align-items: center; justify-content: center;
168
+ }
169
+ .nav-icon svg { width: 40px; height: 40px; fill: #444; }
170
+ .nav-pill {
171
+ width: 80px; height: 80px; border-radius: 40px;
172
+ background: #EEE; border: 1px solid #D0D0D0;
173
+ display: flex; align-items: center; justify-content: center;
174
+ font-weight: 700; color: #555; font-size: 36px;
175
+ }
176
+ </style>
177
+ </head>
178
+ <body>
179
+ <div id="render-target">
180
+
181
+ <!-- Status bar -->
182
+ <div class="status-bar">
183
+ <div>8:39</div>
184
+ <div class="status-icons">
185
+ <!-- simple status icons -->
186
+ <svg width="28" height="28" viewBox="0 0 24 24"><path d="M12 2a7 7 0 0 0-7 7h2a5 5 0 0 1 10 0h2a7 7 0 0 0-7-7zm0 20c-3.866 0-7-3.134-7-7h2a5 5 0 0 0 10 0h2c0 3.866-3.134 7-7 7z"/></svg>
187
+ <svg width="28" height="28" viewBox="0 0 24 24"><path d="M3 18h18v2H3v-2zm2-4h14v2H5v-2zm2-4h10v2H7V10zm2-4h6v2H9V6z"/></svg>
188
+ <svg width="28" height="28" viewBox="0 0 24 24"><path d="M16 4h-1V2H9v2H8a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3zm1 15a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v12z"/></svg>
189
+ </div>
190
+ </div>
191
+
192
+ <!-- Main hero image -->
193
+ <div class="hero">[IMG: Top View of Roti Tawa Pizza on Plate]</div>
194
+
195
+ <!-- Overlay controls -->
196
+ <div class="overlay-top">
197
+ <div class="overlay-left">
198
+ <div class="icon-btn icon">
199
+ <!-- back arrow -->
200
+ <svg viewBox="0 0 24 24"><path d="M15 19l-7-7 7-7v14z"/></svg>
201
+ </div>
202
+ </div>
203
+ <div class="overlay-right">
204
+ <div class="icon-btn icon">
205
+ <!-- bookmark -->
206
+ <svg viewBox="0 0 24 24"><path d="M6 2h12v20l-6-4-6 4V2z"/></svg>
207
+ </div>
208
+ <div class="icon-btn icon">
209
+ <!-- heart/like with dot -->
210
+ <svg viewBox="0 0 24 24"><path d="M12 21s-7-4.35-9-8.5C1 9 3.5 6 6.5 6 8.24 6 9.91 6.81 11 8c1.09-1.19 2.76-2 4.5-2C18.5 6 21 9 21 12.5 19 16.65 12 21 12 21z"/></svg>
211
+ </div>
212
+ <div class="icon-btn icon">
213
+ <!-- more vertical -->
214
+ <svg viewBox="0 0 24 24"><path d="M12 5a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm0 11a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm0 11a2 2 0 1 1 0-4 2 2 0 0 1 0 4z"/></svg>
215
+ </div>
216
+ </div>
217
+ </div>
218
+
219
+ <!-- Content -->
220
+ <div class="content">
221
+ <div class="title">ROTI TAWA PIZZA..</div>
222
+
223
+ <div class="author-row">
224
+ <div class="avatar">[AVATAR]</div>
225
+ <div class="author-info">
226
+ <div class="author-name">rama</div>
227
+ <div class="author-handle">@simplecooking_rama</div>
228
+ </div>
229
+ </div>
230
+
231
+ <div class="tags">
232
+ <div><span>#goldenapron23</span></div>
233
+ <div><span>#tandoorimayonnaise</span></div>
234
+ <div><span>#cookpadindia...</span></div>
235
+ </div>
236
+
237
+ <div class="more">MORE</div>
238
+
239
+ <div class="cta-wrapper">
240
+ <div class="cta">
241
+ <div class="bookmark-icon">
242
+ <svg viewBox="0 0 24 24"><path d="M6 2h12v20l-6-4-6 4V2z"/></svg>
243
+ </div>
244
+ <div>Saved recipe</div>
245
+ </div>
246
+ </div>
247
+
248
+ <div class="time-row">
249
+ <div class="clock-icon">
250
+ <svg viewBox="0 0 24 24"><path d="M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20zm1 10.59V6h-2v7l6 3 .9-1.79-4.9-2.62z"/></svg>
251
+ </div>
252
+ <div>30 minutes</div>
253
+ </div>
254
+ </div>
255
+
256
+ <!-- Bottom navigation -->
257
+ <div class="bottom-nav">
258
+ <div class="nav-item">
259
+ <div class="nav-icon">
260
+ <!-- home -->
261
+ <svg viewBox="0 0 24 24"><path d="M12 3l9 8h-3v9H6v-9H3l9-8z"/></svg>
262
+ </div>
263
+ </div>
264
+ <div class="nav-item">
265
+ <div class="nav-icon">
266
+ <!-- search -->
267
+ <svg viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 5 1.5-1.5-5-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/></svg>
268
+ </div>
269
+ </div>
270
+ <div class="nav-item">
271
+ <div class="nav-icon">
272
+ <!-- plus -->
273
+ <svg viewBox="0 0 24 24"><path d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2h6z"/></svg>
274
+ </div>
275
+ </div>
276
+ <div class="nav-item">
277
+ <div class="nav-icon">
278
+ <!-- ribbon P icon (placeholder) -->
279
+ <svg viewBox="0 0 24 24"><path d="M6 2h12v20l-6-4-6 4V2zm5 5v6h3a3 3 0 0 0 0-6h-3z"/></svg>
280
+ </div>
281
+ </div>
282
+ <div class="nav-item">
283
+ <div class="nav-pill">C</div>
284
+ </div>
285
+ </div>
286
+
287
+ </div>
288
+ </body>
289
+ </html>
code/1910/1910_1.html ADDED
@@ -0,0 +1,184 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>SuperCook Splash</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #ffffff;
13
+ font-family: Arial, Helvetica, sans-serif;
14
+ }
15
+
16
+ /* Top status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 170px;
23
+ background: #d84c6d;
24
+ }
25
+ .status-content {
26
+ position: absolute;
27
+ top: 35px;
28
+ left: 36px;
29
+ right: 36px;
30
+ display: flex;
31
+ align-items: center;
32
+ justify-content: space-between;
33
+ color: #fff;
34
+ }
35
+ .status-left {
36
+ display: flex;
37
+ align-items: center;
38
+ gap: 28px;
39
+ font-size: 42px;
40
+ font-weight: 600;
41
+ }
42
+ .mini-icons {
43
+ display: flex;
44
+ align-items: center;
45
+ gap: 22px;
46
+ }
47
+ .dot {
48
+ width: 14px;
49
+ height: 14px;
50
+ background: #fff;
51
+ border-radius: 50%;
52
+ opacity: 0.9;
53
+ }
54
+ .status-right {
55
+ display: flex;
56
+ align-items: center;
57
+ gap: 26px;
58
+ }
59
+ .icon {
60
+ width: 48px;
61
+ height: 48px;
62
+ }
63
+
64
+ /* Center logo */
65
+ .logo-wrap {
66
+ position: absolute;
67
+ left: 0;
68
+ right: 0;
69
+ top: 1500px;
70
+ display: flex;
71
+ align-items: center;
72
+ justify-content: center;
73
+ }
74
+ .logo {
75
+ display: flex;
76
+ align-items: center;
77
+ gap: 28px;
78
+ }
79
+ .brand-text {
80
+ font-size: 124px;
81
+ line-height: 1;
82
+ font-weight: 700;
83
+ letter-spacing: 1px;
84
+ }
85
+ .brand-text .super { color: #e24c77; }
86
+ .brand-text .cook { color: #86c15b; }
87
+
88
+ /* Bottom navigation area */
89
+ .nav-bar {
90
+ position: absolute;
91
+ bottom: 0;
92
+ left: 0;
93
+ width: 1080px;
94
+ height: 110px;
95
+ background: #000000;
96
+ }
97
+ .home-indicator {
98
+ position: absolute;
99
+ bottom: 30px;
100
+ left: 50%;
101
+ transform: translateX(-50%);
102
+ width: 320px;
103
+ height: 12px;
104
+ border-radius: 8px;
105
+ background: #cfcfcf;
106
+ opacity: 0.9;
107
+ }
108
+ </style>
109
+ </head>
110
+ <body>
111
+ <div id="render-target">
112
+
113
+ <!-- Top Status Bar -->
114
+ <div class="status-bar">
115
+ <div class="status-content">
116
+ <div class="status-left">
117
+ <div>8:40</div>
118
+ <div class="mini-icons">
119
+ <!-- simple small white glyphs -->
120
+ <svg class="icon" viewBox="0 0 24 24">
121
+ <circle cx="12" cy="12" r="10" fill="none" stroke="#fff" stroke-width="2"/>
122
+ <circle cx="12" cy="10" r="3" fill="#fff"/>
123
+ </svg>
124
+ <svg class="icon" viewBox="0 0 24 24">
125
+ <path d="M6 16 L18 8" stroke="#fff" stroke-width="2" fill="none"/>
126
+ <path d="M6 8 L18 16" stroke="#fff" stroke-width="2" fill="none"/>
127
+ </svg>
128
+ <svg class="icon" viewBox="0 0 24 24">
129
+ <rect x="5" y="6" width="14" height="12" fill="none" stroke="#fff" stroke-width="2"/>
130
+ <rect x="9" y="9" width="6" height="6" fill="#fff"/>
131
+ </svg>
132
+ <div class="dot"></div>
133
+ </div>
134
+ </div>
135
+
136
+ <div class="status-right">
137
+ <!-- Wi-Fi icon -->
138
+ <svg class="icon" viewBox="0 0 24 24">
139
+ <path d="M2 8 C8 3,16 3,22 8" fill="none" stroke="#fff" stroke-width="2"/>
140
+ <path d="M5 12 C10 8,14 8,19 12" fill="none" stroke="#fff" stroke-width="2"/>
141
+ <circle cx="12" cy="16" r="2" fill="#fff"/>
142
+ </svg>
143
+ <!-- Battery icon -->
144
+ <svg class="icon" viewBox="0 0 24 24">
145
+ <rect x="3" y="6" width="16" height="12" rx="2" ry="2" fill="none" stroke="#fff" stroke-width="2"/>
146
+ <rect x="5" y="8" width="12" height="8" fill="#fff"/>
147
+ <rect x="19" y="10" width="2" height="4" fill="#fff"/>
148
+ </svg>
149
+ </div>
150
+ </div>
151
+ </div>
152
+
153
+ <!-- Center Logo -->
154
+ <div class="logo-wrap">
155
+ <div class="logo">
156
+ <!-- Simple ladle/spoon logo -->
157
+ <svg width="230" height="160" viewBox="0 0 230 160">
158
+ <!-- spoon handle -->
159
+ <rect x="30" y="88" width="12" height="60" fill="#86c15b" />
160
+ <!-- spoon head -->
161
+ <circle cx="36" cy="70" r="28" fill="#86c15b"/>
162
+ <!-- ladle/bowl curve -->
163
+ <path d="M60 110 C 85 125, 115 125, 140 120
164
+ C 160 116, 175 112, 195 115"
165
+ stroke="#e24c77" stroke-width="20" fill="none" stroke-linecap="round"/>
166
+ <!-- little scarf-like flourish -->
167
+ <path d="M68 118 C 80 108, 95 106, 108 112"
168
+ stroke="#e24c77" stroke-width="18" fill="none" stroke-linecap="round"/>
169
+ </svg>
170
+
171
+ <div class="brand-text">
172
+ <span class="super">Super</span><span class="cook">Cook</span>
173
+ </div>
174
+ </div>
175
+ </div>
176
+
177
+ <!-- Bottom navigation bar -->
178
+ <div class="nav-bar">
179
+ <div class="home-indicator"></div>
180
+ </div>
181
+
182
+ </div>
183
+ </body>
184
+ </html>
code/1910/1910_2.html ADDED
@@ -0,0 +1,405 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Recipes UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ position: relative;
9
+ width: 1080px;
10
+ height: 2400px;
11
+ overflow: hidden;
12
+ background: #ffffff;
13
+ border-radius: 0;
14
+ box-shadow: none;
15
+ }
16
+
17
+ /* Top pink header */
18
+ .header {
19
+ position: absolute;
20
+ left: 0;
21
+ top: 0;
22
+ width: 1080px;
23
+ height: 560px;
24
+ background: linear-gradient(180deg, #f36c86 0%, #f15e7e 60%, #f15a78 100%);
25
+ }
26
+
27
+ .status-bar {
28
+ position: absolute;
29
+ top: 24px;
30
+ left: 40px;
31
+ right: 40px;
32
+ height: 48px;
33
+ color: #fff;
34
+ font-weight: 600;
35
+ display: flex;
36
+ align-items: center;
37
+ justify-content: space-between;
38
+ letter-spacing: 1px;
39
+ font-size: 36px;
40
+ opacity: 0.95;
41
+ }
42
+
43
+ .back-btn {
44
+ position: absolute;
45
+ top: 120px;
46
+ left: 40px;
47
+ width: 96px;
48
+ height: 96px;
49
+ display: flex;
50
+ align-items: center;
51
+ justify-content: center;
52
+ border-radius: 24px;
53
+ border: 2px solid rgba(255,255,255,0.7);
54
+ }
55
+ .back-btn svg { width: 56px; height: 56px; fill: none; stroke: #ffffff; stroke-width: 8; }
56
+
57
+ .title-area {
58
+ position: absolute;
59
+ top: 120px;
60
+ left: 200px;
61
+ right: 40px;
62
+ color: #fff;
63
+ }
64
+ .title-area .title {
65
+ font-size: 80px;
66
+ font-weight: 800;
67
+ margin-bottom: 12px;
68
+ }
69
+ .title-area .subtitle {
70
+ font-size: 40px;
71
+ opacity: 0.9;
72
+ }
73
+
74
+ /* Search */
75
+ .search-container {
76
+ position: absolute;
77
+ top: 280px;
78
+ left: 40px;
79
+ width: 1000px;
80
+ height: 120px;
81
+ background: #fff;
82
+ border-radius: 28px;
83
+ box-shadow: 0 8px 18px rgba(0,0,0,0.12);
84
+ display: flex;
85
+ align-items: center;
86
+ padding: 0 30px;
87
+ }
88
+ .search-icon {
89
+ width: 56px; height: 56px; margin-right: 18px;
90
+ }
91
+ .search-placeholder {
92
+ color: #9e9e9e;
93
+ font-size: 44px;
94
+ }
95
+
96
+ /* Filter chips */
97
+ .chips {
98
+ position: absolute;
99
+ top: 420px;
100
+ left: 40px;
101
+ width: 1000px;
102
+ display: flex;
103
+ gap: 22px;
104
+ flex-wrap: wrap;
105
+ }
106
+ .chip {
107
+ padding: 26px 32px;
108
+ border-radius: 50px;
109
+ border: 3px solid #7ac45d;
110
+ color: #2c6c2c;
111
+ background: #ffffff;
112
+ font-size: 38px;
113
+ white-space: nowrap;
114
+ }
115
+
116
+ /* Content area */
117
+ .content {
118
+ position: absolute;
119
+ top: 560px;
120
+ left: 0;
121
+ right: 0;
122
+ bottom: 200px;
123
+ padding: 40px;
124
+ background: #ffffff;
125
+ }
126
+
127
+ .section-title {
128
+ font-size: 64px;
129
+ color: #333;
130
+ margin-bottom: 24px;
131
+ font-weight: 700;
132
+ }
133
+
134
+ /* Recipe cards */
135
+ .card {
136
+ width: 1000px;
137
+ background: #fff;
138
+ border-radius: 22px;
139
+ box-shadow: 0 6px 16px rgba(0,0,0,0.12);
140
+ display: flex;
141
+ padding: 0;
142
+ overflow: hidden;
143
+ margin-bottom: 36px;
144
+ border: 1px solid #e6e6e6;
145
+ }
146
+ .card-img {
147
+ width: 220px;
148
+ height: 260px;
149
+ background: #E0E0E0;
150
+ border-right: 1px solid #BDBDBD;
151
+ display: flex;
152
+ align-items: center;
153
+ justify-content: center;
154
+ color: #757575;
155
+ font-size: 34px;
156
+ text-align: center;
157
+ padding: 10px;
158
+ }
159
+ .card-body {
160
+ flex: 1;
161
+ padding: 28px 26px;
162
+ position: relative;
163
+ }
164
+ .card-title {
165
+ font-size: 56px;
166
+ color: #222;
167
+ line-height: 1.15;
168
+ margin-right: 120px;
169
+ }
170
+ .card-sub {
171
+ font-size: 36px;
172
+ color: #888;
173
+ margin-top: 8px;
174
+ }
175
+ .card-info {
176
+ font-size: 36px;
177
+ color: #777;
178
+ margin-top: 22px;
179
+ }
180
+ .heart {
181
+ position: absolute;
182
+ right: 26px;
183
+ top: 24px;
184
+ width: 64px;
185
+ height: 64px;
186
+ }
187
+ .heart svg { width: 64px; height: 64px; stroke: #b0b0b0; stroke-width: 6; fill: none; }
188
+
189
+ /* Do you have */
190
+ .ingredients {
191
+ margin-top: 36px;
192
+ width: 1000px;
193
+ background: #fafafa;
194
+ border-radius: 24px;
195
+ border: 1px solid #e6e6e6;
196
+ padding: 28px;
197
+ }
198
+ .ingredients-title {
199
+ font-size: 56px;
200
+ color: #333;
201
+ font-weight: 700;
202
+ margin-bottom: 24px;
203
+ }
204
+ .pill-group {
205
+ display: flex;
206
+ flex-wrap: wrap;
207
+ gap: 22px;
208
+ }
209
+ .pill {
210
+ padding: 22px 30px;
211
+ border-radius: 18px;
212
+ background: #ffffff;
213
+ border: 2px solid #e0e0e0;
214
+ font-size: 40px;
215
+ color: #444;
216
+ }
217
+
218
+ /* Bottom nav */
219
+ .bottom-nav {
220
+ position: absolute;
221
+ left: 0;
222
+ right: 0;
223
+ bottom: 0;
224
+ height: 180px;
225
+ background: #ffffff;
226
+ border-top: 2px solid #e6e6e6;
227
+ display: flex;
228
+ justify-content: space-around;
229
+ align-items: center;
230
+ }
231
+ .nav-item {
232
+ display: flex;
233
+ flex-direction: column;
234
+ align-items: center;
235
+ color: #7a7a7a;
236
+ font-size: 36px;
237
+ gap: 12px;
238
+ }
239
+ .nav-item .icon {
240
+ width: 72px; height: 72px;
241
+ }
242
+ .nav-item.active { color: #f25f7f; font-weight: 700; }
243
+ .nav-item.active .icon svg { fill: #f25f7f; }
244
+ .nav-item .icon svg { fill: none; stroke: #8c8c8c; stroke-width: 6; }
245
+
246
+ /* Safe area handle */
247
+ .home-indicator {
248
+ position: absolute;
249
+ bottom: 180px;
250
+ left: 50%;
251
+ transform: translateX(-50%);
252
+ width: 420px;
253
+ height: 12px;
254
+ background: #000000;
255
+ border-radius: 6px;
256
+ opacity: 0.25;
257
+ }
258
+ </style>
259
+ </head>
260
+ <body>
261
+ <div id="render-target">
262
+
263
+ <!-- Header gradient area -->
264
+ <div class="header">
265
+ <div class="status-bar">
266
+ <div>8:40</div>
267
+ <div>• • •</div>
268
+ </div>
269
+
270
+ <div class="back-btn">
271
+ <svg viewBox="0 0 24 24">
272
+ <path d="M15 5l-7 7 7 7"/>
273
+ </svg>
274
+ </div>
275
+
276
+ <div class="title-area">
277
+ <div class="title">Recipes</div>
278
+ <div class="subtitle">You can make 3 recipes</div>
279
+ </div>
280
+
281
+ <div class="search-container">
282
+ <svg class="search-icon" viewBox="0 0 24 24">
283
+ <circle cx="11" cy="11" r="7" stroke="#888" stroke-width="2" fill="none"></circle>
284
+ <path d="M20 20l-4-4" stroke="#888" stroke-width="2" fill="none"></path>
285
+ </svg>
286
+ <div class="search-placeholder">Find...</div>
287
+ </div>
288
+
289
+ <div class="chips">
290
+ <div class="chip">Key Ingredient(s)</div>
291
+ <div class="chip">Exclude</div>
292
+ <div class="chip">Meal type</div>
293
+ <div class="chip">Missing only</div>
294
+ </div>
295
+ </div>
296
+
297
+ <!-- Content -->
298
+ <div class="content">
299
+ <div class="section-title">You can make 3 recipes</div>
300
+
301
+ <!-- Card 1 -->
302
+ <div class="card">
303
+ <div class="card-img">[IMG: Pizza Dough with Dip]</div>
304
+ <div class="card-body">
305
+ <div class="card-title">Pizza Dough Bones</div>
306
+ <div class="card-sub">weelicious.com</div>
307
+ <div class="card-info">You have all 1 ingredients</div>
308
+ <div class="heart">
309
+ <svg viewBox="0 0 24 24">
310
+ <path d="M12 21s-7-4.35-9-8.5C1.5 9.5 3.5 7 6 7c2 0 3.5 1.5 4 3 0.5-1.5 2-3 4-3 2.5 0 4.5 2.5 3 5.5C19 16.65 12 21 12 21z"/>
311
+ </svg>
312
+ </div>
313
+ </div>
314
+ </div>
315
+
316
+ <!-- Card 2 -->
317
+ <div class="card">
318
+ <div class="card-img">[IMG: Hands rolling dough]</div>
319
+ <div class="card-body">
320
+ <div class="card-title">Preparing Crusts For Grilled Pizzas</div>
321
+ <div class="card-sub">marthastewart.com</div>
322
+ <div class="card-info">You have all 1 ingredients</div>
323
+ <div class="heart">
324
+ <svg viewBox="0 0 24 24">
325
+ <path d="M12 21s-7-4.35-9-8.5C1.5 9.5 3.5 7 6 7c2 0 3.5 1.5 4 3 0.5-1.5 2-3 4-3 2.5 0 4.5 2.5 3 5.5C19 16.65 12 21 12 21z"/>
326
+ </svg>
327
+ </div>
328
+ </div>
329
+ </div>
330
+
331
+ <!-- Card 3 -->
332
+ <div class="card">
333
+ <div class="card-img">[IMG: Vacuum sealer and dough]</div>
334
+ <div class="card-body">
335
+ <div class="card-title">How To Freeze Pizza Dough</div>
336
+ <div class="card-sub">ciaoflorentina.com</div>
337
+ <div class="card-info">You have all 1 ingredients</div>
338
+ <div class="heart">
339
+ <svg viewBox="0 0 24 24">
340
+ <path d="M12 21s-7-4.35-9-8.5C1.5 9.5 3.5 7 6 7c2 0 3.5 1.5 4 3 0.5-1.5 2-3 4-3 2.5 0 4.5 2.5 3 5.5C19 16.65 12 21 12 21z"/>
341
+ </svg>
342
+ </div>
343
+ </div>
344
+ </div>
345
+
346
+ <!-- Ingredients -->
347
+ <div class="ingredients">
348
+ <div class="ingredients-title">Do you have?</div>
349
+ <div class="pill-group">
350
+ <div class="pill">mozzarella</div>
351
+ <div class="pill">tomato sauce</div>
352
+ <div class="pill">pepperoni</div>
353
+ <div class="pill">olive oil</div>
354
+ <div class="pill">butter</div>
355
+ <div class="pill">parmesan</div>
356
+ <div class="pill">tomato</div>
357
+ <div class="pill">basil</div>
358
+ <div class="pill">garlic</div>
359
+ <div class="pill">egg</div>
360
+ <div class="pill">+51 More</div>
361
+ </div>
362
+ </div>
363
+ </div>
364
+
365
+ <div class="home-indicator"></div>
366
+
367
+ <!-- Bottom navigation -->
368
+ <div class="bottom-nav">
369
+ <div class="nav-item">
370
+ <div class="icon">
371
+ <svg viewBox="0 0 24 24">
372
+ <path d="M4 4h16v16H4z"/>
373
+ </svg>
374
+ </div>
375
+ <div>Pantry</div>
376
+ </div>
377
+ <div class="nav-item active">
378
+ <div class="icon">
379
+ <svg viewBox="0 0 24 24">
380
+ <path d="M4 10l8-6 8 6v8H4z"/>
381
+ </svg>
382
+ </div>
383
+ <div>Menu</div>
384
+ </div>
385
+ <div class="nav-item">
386
+ <div class="icon">
387
+ <svg viewBox="0 0 24 24">
388
+ <path d="M12 21s-7-4.35-9-8.5C1.5 9.5 3.5 7 6 7c2 0 3.5 1.5 4 3 0.5-1.5 2-3 4-3 2.5 0 4.5 2.5 3 5.5C19 16.65 12 21 12 21z"/>
389
+ </svg>
390
+ </div>
391
+ <div>Favorites</div>
392
+ </div>
393
+ <div class="nav-item">
394
+ <div class="icon">
395
+ <svg viewBox="0 0 24 24">
396
+ <path d="M6 6h15l-2 10H7L6 6z"/><circle cx="9" cy="20" r="2"/><circle cx="18" cy="20" r="2"/>
397
+ </svg>
398
+ </div>
399
+ <div>Shopping List</div>
400
+ </div>
401
+ </div>
402
+
403
+ </div>
404
+ </body>
405
+ </html>
code/1910/1910_3.html ADDED
@@ -0,0 +1,390 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Recipes UI</title>
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #E94E77;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 18px;
20
+ left: 24px;
21
+ right: 24px;
22
+ height: 60px;
23
+ color: #fff;
24
+ font-size: 38px;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: space-between;
28
+ opacity: 0.95;
29
+ }
30
+ .status-icons {
31
+ display: flex;
32
+ align-items: center;
33
+ gap: 24px;
34
+ }
35
+ .icon-wifi, .icon-battery {
36
+ width: 40px; height: 28px;
37
+ }
38
+
39
+ /* Back button */
40
+ .back-btn {
41
+ position: absolute;
42
+ top: 96px;
43
+ left: 36px;
44
+ width: 88px; height: 88px;
45
+ display: flex; align-items: center; justify-content: center;
46
+ border-radius: 44px;
47
+ color: #fff;
48
+ cursor: pointer;
49
+ }
50
+ .back-btn svg { width: 60px; height: 60px; }
51
+
52
+ /* Title */
53
+ .title-area {
54
+ position: absolute;
55
+ top: 120px;
56
+ left: 120px;
57
+ width: 840px;
58
+ text-align: left;
59
+ color: #fff;
60
+ }
61
+ .title-area h1 {
62
+ margin: 0;
63
+ font-size: 84px;
64
+ font-weight: 700;
65
+ letter-spacing: 0.5px;
66
+ }
67
+ .title-area p {
68
+ margin: 8px 0 0;
69
+ font-size: 36px;
70
+ opacity: 0.95;
71
+ }
72
+
73
+ /* Search bar */
74
+ .search-wrap {
75
+ position: absolute;
76
+ top: 260px;
77
+ left: 60px;
78
+ width: 960px;
79
+ background: #fff;
80
+ border-radius: 28px;
81
+ box-shadow: 0 6px 14px rgba(0,0,0,0.12);
82
+ padding: 28px 32px;
83
+ }
84
+ .search-input {
85
+ display: flex;
86
+ align-items: center;
87
+ gap: 26px;
88
+ }
89
+ .search-input .magnify {
90
+ width: 48px; height: 48px; color: #555;
91
+ }
92
+ .search-input input {
93
+ border: none;
94
+ outline: none;
95
+ font-size: 48px;
96
+ color: #555;
97
+ width: 820px;
98
+ }
99
+ .search-input input::placeholder { color: #9e9e9e; }
100
+
101
+ /* Suggestions dropdown */
102
+ .suggestions {
103
+ position: absolute;
104
+ top: 420px;
105
+ left: 60px;
106
+ width: 960px;
107
+ background: #fff;
108
+ border-radius: 18px;
109
+ box-shadow: 0 8px 18px rgba(0,0,0,0.16);
110
+ overflow: hidden;
111
+ }
112
+ .s-item {
113
+ display: flex;
114
+ align-items: center;
115
+ gap: 28px;
116
+ padding: 34px 32px;
117
+ font-size: 44px;
118
+ color: #333;
119
+ border-bottom: 1px solid #eee;
120
+ }
121
+ .s-item:last-child { border-bottom: none; }
122
+ .s-item svg { width: 46px; height: 46px; color: #888; }
123
+
124
+ /* Recipe list */
125
+ .list-area {
126
+ position: absolute;
127
+ top: 780px;
128
+ left: 40px;
129
+ right: 40px;
130
+ }
131
+ .card {
132
+ background: #fff;
133
+ border-radius: 24px;
134
+ box-shadow: 0 8px 16px rgba(0,0,0,0.12);
135
+ display: flex;
136
+ align-items: center;
137
+ padding: 24px;
138
+ margin-bottom: 38px;
139
+ }
140
+ .card .img {
141
+ width: 260px; height: 180px;
142
+ background: #E0E0E0;
143
+ border: 1px solid #BDBDBD;
144
+ border-radius: 16px;
145
+ display: flex; align-items: center; justify-content: center;
146
+ color: #757575; font-size: 32px; text-align: center; padding: 8px;
147
+ }
148
+ .card .content {
149
+ flex: 1;
150
+ padding: 0 28px;
151
+ }
152
+ .card .title {
153
+ font-size: 52px;
154
+ color: #333;
155
+ font-weight: 650;
156
+ margin-bottom: 8px;
157
+ line-height: 1.2;
158
+ }
159
+ .card .source {
160
+ font-size: 34px;
161
+ color: #888;
162
+ margin-bottom: 16px;
163
+ }
164
+ .card .note {
165
+ font-size: 36px;
166
+ color: #666;
167
+ }
168
+ .card .fav {
169
+ width: 60px; height: 60px; color: #888;
170
+ }
171
+
172
+ /* Bottom navigation */
173
+ .bottom-nav {
174
+ position: absolute;
175
+ bottom: 900px;
176
+ left: 0;
177
+ width: 100%;
178
+ height: 120px;
179
+ background: rgba(255,255,255,0.98);
180
+ box-shadow: 0 -6px 16px rgba(0,0,0,0.12);
181
+ display: flex;
182
+ align-items: center;
183
+ justify-content: space-around;
184
+ padding: 8px 0;
185
+ }
186
+ .nav-item {
187
+ display: flex; flex-direction: column; align-items: center; justify-content: center;
188
+ color: #777; font-size: 30px;
189
+ }
190
+ .nav-item svg { width: 64px; height: 64px; margin-bottom: 6px; }
191
+ .nav-item.active { color: #E94E77; font-weight: 600; }
192
+
193
+ /* Keyboard */
194
+ .keyboard {
195
+ position: absolute;
196
+ bottom: 0;
197
+ left: 0;
198
+ width: 1080px;
199
+ height: 900px;
200
+ background: #F3F4EF;
201
+ border-top-left-radius: 26px;
202
+ border-top-right-radius: 26px;
203
+ box-shadow: 0 -8px 20px rgba(0,0,0,0.18);
204
+ padding: 40px 30px;
205
+ }
206
+ .kb-row {
207
+ display: flex;
208
+ justify-content: space-between;
209
+ margin-bottom: 32px;
210
+ padding: 0 10px;
211
+ }
212
+ .key {
213
+ background: #fff;
214
+ border-radius: 28px;
215
+ height: 120px;
216
+ width: 96px;
217
+ box-shadow: inset 0 0 0 1px #ddd;
218
+ display: flex; align-items: center; justify-content: center;
219
+ font-size: 44px; color: #333;
220
+ }
221
+ .key.wide { width: 150px; }
222
+ .key.xwide { width: 220px; }
223
+ .key.green {
224
+ background: #A7D9B0; color: #1d5c2e; width: 120px; height: 120px; border-radius: 60px;
225
+ box-shadow: inset 0 0 0 1px #93c89f;
226
+ }
227
+ .kb-bottom-row {
228
+ display: flex; align-items: center; justify-content: space-between;
229
+ padding: 0 10px;
230
+ }
231
+ .key-label { font-size: 40px; color: #333; }
232
+
233
+ </style>
234
+ </head>
235
+ <body>
236
+ <div id="render-target">
237
+
238
+ <!-- Status bar -->
239
+ <div class="status-bar">
240
+ <div>8:41</div>
241
+ <div class="status-icons">
242
+ <svg class="icon-wifi" viewBox="0 0 24 24">
243
+ <path fill="#fff" d="M12 18c.8 0 1.5.7 1.5 1.5S12.8 21 12 21s-1.5-.7-1.5-1.5S11.2 18 12 18zm-4.9-3.3c2.7-2.7 7.1-2.7 9.8 0l-1.4 1.4c-2-2-5-2-7 0l-1.4-1.4zm-3.4-3.4c4.7-4.7 12.3-4.7 17 0l-1.4 1.4c-3.9-3.9-10.2-3.9-14.2 0L3.7 11.3z"/>
244
+ </svg>
245
+ <svg class="icon-battery" viewBox="0 0 24 24">
246
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2" fill="none" stroke="#fff" stroke-width="2"></rect>
247
+ <rect x="4" y="8" width="12" height="8" fill="#fff"></rect>
248
+ <rect x="20.5" y="9" width="2" height="6" fill="#fff"></rect>
249
+ </svg>
250
+ </div>
251
+ </div>
252
+
253
+ <!-- Back button -->
254
+ <div class="back-btn">
255
+ <svg viewBox="0 0 24 24">
256
+ <path fill="#fff" d="M15.5 19l-7-7 7-7 1.4 1.4L11.3 12l5.6 5.6-1.4 1.4z"/>
257
+ </svg>
258
+ </div>
259
+
260
+ <!-- Title -->
261
+ <div class="title-area">
262
+ <h1>Recipes</h1>
263
+ <p>You can make 3 recipes</p>
264
+ </div>
265
+
266
+ <!-- Search -->
267
+ <div class="search-wrap">
268
+ <div class="search-input">
269
+ <svg class="magnify" viewBox="0 0 24 24">
270
+ <circle cx="10" cy="10" r="7" fill="none" stroke="currentColor" stroke-width="2"></circle>
271
+ <line x1="16" y1="16" x2="22" y2="22" stroke="currentColor" stroke-width="2"></line>
272
+ </svg>
273
+ <input type="text" placeholder="Find...">
274
+ </div>
275
+ </div>
276
+
277
+ <!-- Suggestions -->
278
+ <div class="suggestions">
279
+ <div class="s-item">
280
+ <svg viewBox="0 0 24 24">
281
+ <path fill="currentColor" d="M12 4v3l3-3-3-3v3C7.6 4 4 7.6 4 12c0 1.7.6 3.3 1.6 4.6l1.5-1.2C6.4 14.4 6 13.2 6 12c0-3.3 2.7-6 6-6zm6.4 3.4l-1.5 1.2c.7 1 1.1 2.2 1.1 3.4 0 3.3-2.7 6-6 6v-3l-3 3 3 3v-3c4.4 0 8-3.6 8-8 0-1.7-.6-3.3-1.6-4.6z"/>
282
+ </svg>
283
+ <span>pasta</span>
284
+ </div>
285
+ <div class="s-item">
286
+ <svg viewBox="0 0 24 24">
287
+ <path fill="currentColor" d="M12 4v3l3-3-3-3v3C7.6 4 4 7.6 4 12c0 1.7.6 3.3 1.6 4.6l1.5-1.2C6.4 14.4 6 13.2 6 12c0-3.3 2.7-6 6-6zm6.4 3.4l-1.5 1.2c.7 1 1.1 2.2 1.1 3.4 0 3.3-2.7 6-6 6v-3l-3 3 3 3v-3c4.4 0 8-3.6 8-8 0-1.7-.6-3.3-1.6-4.6z"/>
288
+ </svg>
289
+ <span>Pasta</span>
290
+ </div>
291
+ <div class="s-item">
292
+ <svg viewBox="0 0 24 24">
293
+ <path fill="currentColor" d="M12 4v3l3-3-3-3v3C7.6 4 4 7.6 4 12c0 1.7.6 3.3 1.6 4.6l1.5-1.2C6.4 14.4 6 13.2 6 12c0-3.3 2.7-6 6-6zm6.4 3.4l-1.5 1.2c.7 1 1.1 2.2 1.1 3.4 0 3.3-2.7 6-6 6v-3l-3 3 3 3v-3c4.4 0 8-3.6 8-8 0-1.7-.6-3.3-1.6-4.6z"/>
294
+ </svg>
295
+ <span>Pizza</span>
296
+ </div>
297
+ </div>
298
+
299
+ <!-- Recipe list -->
300
+ <div class="list-area">
301
+ <div class="card">
302
+ <div class="img">[IMG: Pizza dough dipped in sauce]</div>
303
+ <div class="content">
304
+ <div class="title">Pizza Dough Bones</div>
305
+ <div class="source">weelicious.com</div>
306
+ <div class="note">You have all 1 ingredients</div>
307
+ </div>
308
+ <svg class="fav" viewBox="0 0 24 24">
309
+ <path fill="none" stroke="currentColor" stroke-width="2" d="M12 21s-6.9-4.4-9.2-7.1C1 11.8 2 8.6 4.7 7.5c2.1-.9 4.3.1 5.3 1.8 1-1.7 3.2-2.7 5.3-1.8 2.7 1.1 3.7 4.3 1.9 6.4C18.9 16.6 12 21 12 21z"/>
310
+ </svg>
311
+ </div>
312
+
313
+ <div class="card">
314
+ <div class="img">[IMG: Hand pressing dough]</div>
315
+ <div class="content">
316
+ <div class="title">Preparing Crusts For Grilled Pizzas</div>
317
+ <div class="source">marthastewart.com</div>
318
+ </div>
319
+ <svg class="fav" viewBox="0 0 24 24">
320
+ <path fill="none" stroke="currentColor" stroke-width="2" d="M12 21s-6.9-4.4-9.2-7.1C1 11.8 2 8.6 4.7 7.5c2.1-.9 4.3.1 5.3 1.8 1-1.7 3.2-2.7 5.3-1.8 2.7 1.1 3.7 4.3 1.9 6.4C18.9 16.6 12 21 12 21z"/>
321
+ </svg>
322
+ </div>
323
+ </div>
324
+
325
+ <!-- Bottom navigation -->
326
+ <div class="bottom-nav">
327
+ <div class="nav-item">
328
+ <svg viewBox="0 0 24 24">
329
+ <rect x="3" y="5" width="18" height="14" rx="2" fill="none" stroke="currentColor" stroke-width="2"></rect>
330
+ <line x1="3" y1="10" x2="21" y2="10" stroke="currentColor" stroke-width="2"></line>
331
+ </svg>
332
+ <div>Pantry</div>
333
+ </div>
334
+ <div class="nav-item active">
335
+ <svg viewBox="0 0 24 24">
336
+ <path fill="currentColor" d="M12 3l9 8h-3v9H6v-9H3l9-8z"/>
337
+ </svg>
338
+ <div>Menu</div>
339
+ </div>
340
+ <div class="nav-item">
341
+ <svg viewBox="0 0 24 24">
342
+ <path fill="none" stroke="currentColor" stroke-width="2" d="M12 21s-6.9-4.4-9.2-7.1C1 11.8 2 8.6 4.7 7.5c2.1-.9 4.3.1 5.3 1.8 1-1.7 3.2-2.7 5.3-1.8 2.7 1.1 3.7 4.3 1.9 6.4C18.9 16.6 12 21 12 21z"/>
343
+ </svg>
344
+ <div>Favorites</div>
345
+ </div>
346
+ <div class="nav-item">
347
+ <svg viewBox="0 0 24 24">
348
+ <circle cx="7" cy="6" r="2" fill="currentColor"></circle>
349
+ <circle cx="17" cy="6" r="2" fill="currentColor"></circle>
350
+ <path fill="none" stroke="currentColor" stroke-width="2" d="M3 6h18l-2 8H5L3 6z"></path>
351
+ </svg>
352
+ <div>Shopping List</div>
353
+ </div>
354
+ </div>
355
+
356
+ <!-- Keyboard -->
357
+ <div class="keyboard">
358
+ <div class="kb-row">
359
+ <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>
360
+ </div>
361
+ <div class="kb-row">
362
+ <div class="key">A</div><div class="key">S</div><div class="key">D</div><div class="key">F</div><div class="key">G</div><div class="key">H</div><div class="key">J</div><div class="key">K</div><div class="key">L</div>
363
+ </div>
364
+ <div class="kb-row">
365
+ <div class="key wide">Shift</div>
366
+ <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>
367
+ <div class="key wide">
368
+ <svg viewBox="0 0 24 24" width="44" height="44">
369
+ <path fill="none" stroke="#333" stroke-width="2" d="M20 12H8m0 0l4-4M8 12l4 4"></path>
370
+ </svg>
371
+ </div>
372
+ </div>
373
+ <div class="kb-bottom-row">
374
+ <div class="key wide">?123</div>
375
+ <div class="key wide">,</div>
376
+ <div class="key xwide"><span class="key-label">🙂</span></div>
377
+ <div class="key xwide"></div>
378
+ <div class="key wide">.</div>
379
+ <div class="key green">
380
+ <svg viewBox="0 0 24 24" width="44" height="44">
381
+ <circle cx="10" cy="10" r="7" fill="none" stroke="#1d5c2e" stroke-width="2"></circle>
382
+ <line x1="16" y1="16" x2="22" y2="22" stroke="#1d5c2e" stroke-width="2"></line>
383
+ </svg>
384
+ </div>
385
+ </div>
386
+ </div>
387
+
388
+ </div>
389
+ </body>
390
+ </html>
code/1910/1910_4.html ADDED
@@ -0,0 +1,394 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Recipes UI Mock</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
7
+ #render-target {
8
+ position: relative;
9
+ overflow: hidden;
10
+ width: 1080px;
11
+ height: 2400px;
12
+ background: #F35C7B;
13
+ border-radius: 28px;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 18px;
20
+ left: 24px;
21
+ right: 24px;
22
+ height: 54px;
23
+ color: #fff;
24
+ font-weight: 600;
25
+ font-size: 36px;
26
+ display: flex;
27
+ align-items: center;
28
+ }
29
+ .status-bar .right {
30
+ margin-left: auto;
31
+ display: flex;
32
+ align-items: center;
33
+ gap: 22px;
34
+ font-size: 24px;
35
+ }
36
+ .icon-wifi, .icon-battery {
37
+ width: 36px;
38
+ height: 24px;
39
+ border: 2px solid #fff;
40
+ border-radius: 4px;
41
+ position: relative;
42
+ }
43
+ .icon-wifi::after {
44
+ content: "";
45
+ position: absolute; left: 6px; top: 6px;
46
+ width: 22px; height: 12px; border: 2px solid #fff; border-radius: 10px;
47
+ }
48
+ .icon-battery::after {
49
+ content: "";
50
+ position: absolute; right: -8px; top: 6px;
51
+ width: 6px; height: 12px; background: #fff; border-radius: 2px;
52
+ }
53
+
54
+ /* Back button */
55
+ .back-btn {
56
+ position: absolute;
57
+ top: 120px;
58
+ left: 34px;
59
+ width: 84px;
60
+ height: 84px;
61
+ border-radius: 42px;
62
+ border: 2px solid rgba(255,255,255,0.8);
63
+ display: flex; align-items: center; justify-content: center;
64
+ }
65
+ .back-btn svg { width: 42px; height: 42px; fill: none; stroke: #fff; stroke-width: 6; }
66
+
67
+ /* Header */
68
+ .header {
69
+ position: absolute;
70
+ top: 190px;
71
+ left: 120px;
72
+ color: #fff;
73
+ }
74
+ .header .title {
75
+ font-size: 72px;
76
+ font-weight: 800;
77
+ letter-spacing: 1px;
78
+ }
79
+ .header .subtitle {
80
+ margin-top: 12px;
81
+ font-size: 34px;
82
+ opacity: 0.9;
83
+ }
84
+
85
+ /* Search bar */
86
+ .search-bar {
87
+ position: absolute;
88
+ top: 310px;
89
+ left: 45px;
90
+ width: 990px;
91
+ height: 120px;
92
+ background: #fff;
93
+ border-radius: 28px;
94
+ box-shadow: 0 8px 16px rgba(0,0,0,0.08);
95
+ display: flex; align-items: center;
96
+ padding: 0 30px;
97
+ }
98
+ .search-bar .magnify {
99
+ width: 52px; height: 52px; margin-right: 20px;
100
+ }
101
+ .search-text {
102
+ font-size: 44px;
103
+ color: #202020;
104
+ flex: 1;
105
+ }
106
+ .close-circle {
107
+ width: 76px; height: 76px; background: #000; border-radius: 38px;
108
+ display: flex; align-items: center; justify-content: center;
109
+ }
110
+ .close-circle svg { width: 40px; height: 40px; stroke: #fff; stroke-width: 8; }
111
+
112
+ /* Suggestions panel */
113
+ .suggestions {
114
+ position: absolute;
115
+ top: 430px;
116
+ left: 45px;
117
+ width: 990px;
118
+ background: #fff;
119
+ border-radius: 24px;
120
+ box-shadow: 0 10px 24px rgba(0,0,0,0.12);
121
+ overflow: hidden;
122
+ }
123
+ .suggestions .item {
124
+ padding: 34px 36px;
125
+ font-size: 42px;
126
+ color: #333;
127
+ border-top: 1px solid #eee;
128
+ }
129
+ .suggestions .item:first-child { border-top: none; }
130
+
131
+ /* Card result */
132
+ .card {
133
+ position: absolute;
134
+ top: 1130px;
135
+ left: 45px;
136
+ width: 990px;
137
+ background: #fff;
138
+ border-radius: 28px;
139
+ box-shadow: 0 8px 18px rgba(0,0,0,0.08);
140
+ display: flex;
141
+ overflow: hidden;
142
+ }
143
+ .card .thumb {
144
+ width: 260px;
145
+ height: 220px;
146
+ background: #E0E0E0;
147
+ border-right: 1px solid #BDBDBD;
148
+ display: flex; align-items: center; justify-content: center;
149
+ color: #757575; font-size: 28px;
150
+ }
151
+ .card .content {
152
+ padding: 30px;
153
+ flex: 1;
154
+ position: relative;
155
+ }
156
+ .card .title {
157
+ font-size: 46px;
158
+ color: #333;
159
+ font-weight: 700;
160
+ line-height: 1.2;
161
+ }
162
+ .card .domain {
163
+ margin-top: 18px;
164
+ font-size: 34px;
165
+ color: #888;
166
+ }
167
+ .heart {
168
+ position: absolute;
169
+ right: 24px; top: 24px;
170
+ width: 56px; height: 56px;
171
+ }
172
+ .heart svg { width: 100%; height: 100%; fill: none; stroke: #999; stroke-width: 6; }
173
+
174
+ /* Bottom nav */
175
+ .bottom-nav {
176
+ position: absolute;
177
+ left: 0;
178
+ right: 0;
179
+ top: 1670px;
180
+ height: 160px;
181
+ background: #fff;
182
+ border-top-left-radius: 36px;
183
+ border-top-right-radius: 36px;
184
+ box-shadow: 0 -8px 18px rgba(0,0,0,0.12);
185
+ display: flex;
186
+ justify-content: space-around;
187
+ align-items: center;
188
+ padding: 0 30px;
189
+ }
190
+ .nav-item {
191
+ display: flex; flex-direction: column; align-items: center; justify-content: center;
192
+ color: #666; font-size: 28px; gap: 12px;
193
+ }
194
+ .nav-item .icon {
195
+ width: 64px; height: 64px; border-radius: 18px; background: #f0f0f0;
196
+ display: flex; align-items: center; justify-content: center;
197
+ }
198
+ .nav-item.active { color: #E84F64; }
199
+ .nav-item.active .icon { background: #FFE2E7; }
200
+
201
+ /* Keyboard */
202
+ .keyboard {
203
+ position: absolute;
204
+ left: 0; right: 0; bottom: 0;
205
+ height: 730px;
206
+ background: #EEEFE7;
207
+ border-top-left-radius: 26px;
208
+ border-top-right-radius: 26px;
209
+ box-shadow: 0 -8px 16px rgba(0,0,0,0.1);
210
+ }
211
+ .predict {
212
+ height: 120px;
213
+ display: flex;
214
+ align-items: center;
215
+ gap: 26px;
216
+ padding: 0 40px;
217
+ border-bottom: 1px solid #e0e0e0;
218
+ color: #333;
219
+ }
220
+ .chip {
221
+ padding: 18px 28px;
222
+ background: #fff;
223
+ border-radius: 24px;
224
+ font-size: 34px;
225
+ box-shadow: 0 2px 6px rgba(0,0,0,0.06);
226
+ }
227
+ .keys { padding: 26px 28px 18px; }
228
+ .row { display: flex; justify-content: space-between; margin-bottom: 22px; }
229
+ .key {
230
+ width: 86px; height: 100px; background: #fff; border-radius: 22px;
231
+ display: flex; align-items: center; justify-content: center;
232
+ font-size: 42px; color: #333; box-shadow: inset 0 0 0 1px #ddd;
233
+ }
234
+ .key.wide { width: 140px; }
235
+ .key.space { flex: 1; height: 100px; margin: 0 18px; }
236
+ .key.search {
237
+ width: 120px; height: 100px; border-radius: 50px; background: #9ED49B;
238
+ color: #fff; font-weight: 700;
239
+ }
240
+ .key.circle {
241
+ width: 100px; height: 100px; border-radius: 50px;
242
+ }
243
+ .key.backspace svg, .key.mic svg, .key.search svg {
244
+ width: 42px; height: 42px;
245
+ }
246
+ </style>
247
+ </head>
248
+ <body>
249
+ <div id="render-target">
250
+
251
+ <!-- Status Bar -->
252
+ <div class="status-bar">
253
+ 8:41
254
+ <div class="right">
255
+ <span>🔔</span>
256
+ <span>🧭</span>
257
+ <span>☂️</span>
258
+ <span>•</span>
259
+ <div class="icon-wifi"></div>
260
+ <div class="icon-battery"></div>
261
+ </div>
262
+ </div>
263
+
264
+ <!-- Back Button -->
265
+ <div class="back-btn">
266
+ <svg viewBox="0 0 24 24"><path d="M15 19L6 12l9-7"/></svg>
267
+ </div>
268
+
269
+ <!-- Header -->
270
+ <div class="header">
271
+ <div class="title">Recipes</div>
272
+ <div class="subtitle">You can make 3 recipes</div>
273
+ </div>
274
+
275
+ <!-- Search Bar -->
276
+ <div class="search-bar">
277
+ <svg class="magnify" viewBox="0 0 24 24">
278
+ <circle cx="10" cy="10" r="7" stroke="#888" stroke-width="2" fill="none"></circle>
279
+ <line x1="15" y1="15" x2="22" y2="22" stroke="#888" stroke-width="2"></line>
280
+ </svg>
281
+ <div class="search-text">Pasta</div>
282
+ <div class="close-circle">
283
+ <svg viewBox="0 0 24 24"><line x1="5" y1="5" x2="19" y2="19"></line><line x1="19" y1="5" x2="5" y2="19"></line></svg>
284
+ </div>
285
+ </div>
286
+
287
+ <!-- Suggestions -->
288
+ <div class="suggestions">
289
+ <div class="item">pasta</div>
290
+ <div class="item">pasta bake</div>
291
+ <div class="item">pasta salad</div>
292
+ <div class="item">pasta sauce</div>
293
+ <div class="item">pasta in a pot</div>
294
+ <div class="item">pasta e fagioli</div>
295
+ </div>
296
+
297
+ <!-- Result card under suggestions -->
298
+ <div class="card">
299
+ <div class="thumb">[IMG: Hands kneading dough]</div>
300
+ <div class="content">
301
+ <div class="heart">
302
+ <svg viewBox="0 0 24 24"><path d="M12 21s-7-4.35-9-8.7C1.5 9.5 3.5 7 6 7c2 0 3 1.2 4 2.3C11 8.2 12 7 14 7c2.5 0 4.5 2.5 3 5.3-2 4.35-9 8.7-9 8.7z"/></svg>
303
+ </div>
304
+ <div class="title">Preparing Crusts For Grilled Pizzas</div>
305
+ <div class="domain">marthastewart.com</div>
306
+ </div>
307
+ </div>
308
+
309
+ <!-- Bottom Navigation -->
310
+ <div class="bottom-nav">
311
+ <div class="nav-item">
312
+ <div class="icon">📦</div>
313
+ <div>Pantry</div>
314
+ </div>
315
+ <div class="nav-item active">
316
+ <div class="icon">🏠</div>
317
+ <div>Menu</div>
318
+ </div>
319
+ <div class="nav-item">
320
+ <div class="icon">❤</div>
321
+ <div>Favorites</div>
322
+ </div>
323
+ <div class="nav-item">
324
+ <div class="icon">🛒</div>
325
+ <div>Shopping List</div>
326
+ </div>
327
+ </div>
328
+
329
+ <!-- Keyboard -->
330
+ <div class="keyboard">
331
+ <div class="predict">
332
+ <div class="chip">Pasta</div>
333
+ <div class="chip">Padta</div>
334
+ <div class="chip">🍜</div>
335
+ </div>
336
+ <div class="keys">
337
+ <div class="row">
338
+ <div class="key">q</div>
339
+ <div class="key">w</div>
340
+ <div class="key">e</div>
341
+ <div class="key">r</div>
342
+ <div class="key">t</div>
343
+ <div class="key">y</div>
344
+ <div class="key">u</div>
345
+ <div class="key">i</div>
346
+ <div class="key">o</div>
347
+ <div class="key">p</div>
348
+ </div>
349
+ <div class="row">
350
+ <div class="key">a</div>
351
+ <div class="key">s</div>
352
+ <div class="key">d</div>
353
+ <div class="key">f</div>
354
+ <div class="key">g</div>
355
+ <div class="key">h</div>
356
+ <div class="key">j</div>
357
+ <div class="key">k</div>
358
+ <div class="key">l</div>
359
+ </div>
360
+ <div class="row">
361
+ <div class="key wide">⇧</div>
362
+ <div class="key">z</div>
363
+ <div class="key">x</div>
364
+ <div class="key">c</div>
365
+ <div class="key">v</div>
366
+ <div class="key">b</div>
367
+ <div class="key">n</div>
368
+ <div class="key">m</div>
369
+ <div class="key backspace">
370
+ <svg viewBox="0 0 24 24"><path d="M3 12l6-6h10v12H9z" fill="#ddd"></path><path d="M10 9l6 6M16 9l-6 6" stroke="#777" stroke-width="2"></path></svg>
371
+ </div>
372
+ </div>
373
+ <div class="row">
374
+ <div class="key wide">?123</div>
375
+ <div class="key">,</div>
376
+ <div class="key circle">🙂</div>
377
+ <div class="key space"></div>
378
+ <div class="key circle">.</div>
379
+ <div class="key search">
380
+ <svg viewBox="0 0 24 24">
381
+ <circle cx="10" cy="10" r="7" stroke="#fff" stroke-width="2" fill="none"></circle>
382
+ <line x1="15" y1="15" x2="22" y2="22" stroke="#fff" stroke-width="2"></line>
383
+ </svg>
384
+ </div>
385
+ <div class="key mic">
386
+ <svg viewBox="0 0 24 24"><rect x="8" y="5" width="8" height="10" rx="4" fill="#777"></rect><path d="M12 15v4M9 19h6" stroke="#777" stroke-width="2"></path></svg>
387
+ </div>
388
+ </div>
389
+ </div>
390
+ </div>
391
+
392
+ </div>
393
+ </body>
394
+ </html>
code/1910/1910_5.html ADDED
@@ -0,0 +1,396 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Recipes UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #ffffff;
13
+ }
14
+
15
+ /* Header */
16
+ .status-bar {
17
+ position: absolute;
18
+ top: 0;
19
+ left: 0;
20
+ width: 1080px;
21
+ height: 80px;
22
+ color: #fff;
23
+ display: flex;
24
+ align-items: center;
25
+ padding: 0 32px;
26
+ font-size: 32px;
27
+ z-index: 3;
28
+ }
29
+ .header {
30
+ position: absolute;
31
+ top: 0;
32
+ left: 0;
33
+ width: 1080px;
34
+ height: 480px;
35
+ background: #F56582;
36
+ }
37
+ .header .back-btn {
38
+ position: absolute;
39
+ top: 120px;
40
+ left: 36px;
41
+ width: 92px;
42
+ height: 92px;
43
+ display: flex;
44
+ align-items: center;
45
+ justify-content: center;
46
+ }
47
+ .header .title {
48
+ position: absolute;
49
+ top: 120px;
50
+ left: 0;
51
+ width: 1080px;
52
+ text-align: center;
53
+ color: #ffffff;
54
+ font-weight: 700;
55
+ font-size: 72px;
56
+ letter-spacing: 1px;
57
+ }
58
+
59
+ /* Search Bar */
60
+ .search-wrap {
61
+ position: absolute;
62
+ top: 220px;
63
+ left: 48px;
64
+ width: 984px;
65
+ height: 120px;
66
+ background: #ffffff;
67
+ border-radius: 60px;
68
+ box-shadow: 0 6px 10px rgba(0,0,0,0.10);
69
+ display: flex;
70
+ align-items: center;
71
+ padding: 0 36px;
72
+ }
73
+ .search-icon {
74
+ width: 56px;
75
+ height: 56px;
76
+ margin-right: 24px;
77
+ }
78
+ .search-text {
79
+ flex: 1;
80
+ font-size: 44px;
81
+ color: #333;
82
+ }
83
+ .close-btn {
84
+ width: 64px;
85
+ height: 64px;
86
+ border-radius: 32px;
87
+ background: #00000010;
88
+ display: flex;
89
+ align-items: center;
90
+ justify-content: center;
91
+ }
92
+
93
+ /* Chips */
94
+ .chips {
95
+ position: absolute;
96
+ top: 360px;
97
+ left: 36px;
98
+ width: 1008px;
99
+ display: flex;
100
+ gap: 24px;
101
+ flex-wrap: nowrap;
102
+ }
103
+ .chip {
104
+ padding: 22px 30px;
105
+ border-radius: 44px;
106
+ border: 2px solid #7BCF87;
107
+ background: #ffffff;
108
+ color: #2F7D3B;
109
+ font-size: 34px;
110
+ white-space: nowrap;
111
+ }
112
+
113
+ /* Content area */
114
+ .content-area {
115
+ position: absolute;
116
+ top: 520px;
117
+ left: 0;
118
+ right: 0;
119
+ bottom: 1000px; /* space for nav + keyboard */
120
+ overflow: hidden;
121
+ padding: 0 36px;
122
+ }
123
+ .subheading {
124
+ font-size: 54px;
125
+ color: #616161;
126
+ margin: 18px 12px 30px 12px;
127
+ }
128
+
129
+ .card {
130
+ width: 1008px;
131
+ background: #ffffff;
132
+ border-radius: 24px;
133
+ box-shadow: 0 8px 18px rgba(0,0,0,0.08);
134
+ display: grid;
135
+ grid-template-columns: 260px 1fr 80px;
136
+ align-items: center;
137
+ gap: 24px;
138
+ padding: 24px;
139
+ margin-bottom: 40px;
140
+ }
141
+ .thumb {
142
+ width: 260px;
143
+ height: 200px;
144
+ background: #E0E0E0;
145
+ border: 1px solid #BDBDBD;
146
+ display: flex;
147
+ justify-content: center;
148
+ align-items: center;
149
+ color: #757575;
150
+ font-size: 28px;
151
+ border-radius: 16px;
152
+ }
153
+ .card-content {
154
+ align-self: start;
155
+ }
156
+ .card-title {
157
+ font-size: 48px;
158
+ color: #2E2E2E;
159
+ margin-bottom: 12px;
160
+ font-weight: 700;
161
+ }
162
+ .card-sub {
163
+ font-size: 30px;
164
+ color: #7b7b7b;
165
+ margin-bottom: 16px;
166
+ }
167
+ .missing {
168
+ font-size: 34px;
169
+ color: #E84A5F;
170
+ font-weight: 600;
171
+ }
172
+ .heart {
173
+ width: 54px;
174
+ height: 54px;
175
+ justify-self: end;
176
+ }
177
+
178
+ /* Bottom navigation */
179
+ .bottom-nav {
180
+ position: absolute;
181
+ left: 0;
182
+ width: 1080px;
183
+ height: 140px;
184
+ bottom: 860px; /* sits atop keyboard */
185
+ background: rgba(255,255,255,0.96);
186
+ box-shadow: 0 -6px 14px rgba(0,0,0,0.1);
187
+ display: flex;
188
+ align-items: center;
189
+ justify-content: space-around;
190
+ padding: 0 32px;
191
+ z-index: 5;
192
+ }
193
+ .nav-item {
194
+ display: flex;
195
+ flex-direction: column;
196
+ align-items: center;
197
+ color: #7b7b7b;
198
+ font-size: 28px;
199
+ }
200
+ .nav-item.active {
201
+ color: #F56582;
202
+ font-weight: 700;
203
+ }
204
+ .nav-icon {
205
+ width: 56px; height: 56px; margin-bottom: 8px;
206
+ }
207
+
208
+ /* Keyboard approximation */
209
+ .keyboard {
210
+ position: absolute;
211
+ bottom: 0;
212
+ left: 0;
213
+ width: 1080px;
214
+ height: 860px;
215
+ background: #EEF0E9;
216
+ border-top-left-radius: 24px;
217
+ border-top-right-radius: 24px;
218
+ box-shadow: 0 -8px 16px rgba(0,0,0,0.12);
219
+ padding: 32px 24px;
220
+ }
221
+ .kbd-row {
222
+ display: flex;
223
+ justify-content: space-between;
224
+ margin-bottom: 24px;
225
+ padding: 0 12px;
226
+ }
227
+ .key {
228
+ width: 86px;
229
+ height: 110px;
230
+ background: #ffffff;
231
+ border: 1px solid #DADADA;
232
+ border-radius: 18px;
233
+ display: flex;
234
+ align-items: center;
235
+ justify-content: center;
236
+ font-size: 40px;
237
+ color: #2E2E2E;
238
+ }
239
+ .key.wide { width: 180px; }
240
+ .key.extra-wide { width: 520px; }
241
+ .search-bubble {
242
+ position: absolute;
243
+ right: 42px;
244
+ bottom: 62px;
245
+ width: 120px;
246
+ height: 120px;
247
+ background: #7BCF87;
248
+ border-radius: 60px;
249
+ display: flex; align-items: center; justify-content: center;
250
+ }
251
+ </style>
252
+ </head>
253
+ <body>
254
+ <div id="render-target">
255
+
256
+ <!-- Pink header with status bar -->
257
+ <div class="header">
258
+ <div class="status-bar">
259
+ <div style="flex:1; display:flex; align-items:center;">
260
+ <span style="font-weight:600;">8:41</span>
261
+ </div>
262
+ <!-- Simple status icons -->
263
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="#fff" style="margin-right:16px;">
264
+ <circle cx="12" cy="12" r="8"></circle>
265
+ </svg>
266
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2" style="margin-right:16px;">
267
+ <path d="M3 12h18M3 6h18M3 18h18"/>
268
+ </svg>
269
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="#fff">
270
+ <rect x="4" y="8" width="16" height="8" rx="2"></rect>
271
+ </svg>
272
+ </div>
273
+
274
+ <div class="back-btn">
275
+ <svg width="72" height="72" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2.5">
276
+ <path d="M15 6l-6 6 6 6"/>
277
+ </svg>
278
+ </div>
279
+ <div class="title">Recipes</div>
280
+
281
+ <div class="search-wrap">
282
+ <svg class="search-icon" viewBox="0 0 24 24" fill="none" stroke="#6b6b6b" stroke-width="2.2">
283
+ <circle cx="11" cy="11" r="7"></circle>
284
+ <path d="M20 20l-4-4"></path>
285
+ </svg>
286
+ <div class="search-text">Pasta</div>
287
+ <div class="close-btn">
288
+ <svg width="40" height="40" viewBox="0 0 24 24" stroke="#333" stroke-width="2" fill="none">
289
+ <path d="M6 6l12 12M18 6l-12 12"/>
290
+ </svg>
291
+ </div>
292
+ </div>
293
+
294
+ <div class="chips">
295
+ <div class="chip">Key Ingredient(s)</div>
296
+ <div class="chip">Exclude</div>
297
+ <div class="chip">Meal type</div>
298
+ <div class="chip">Missing on…</div>
299
+ </div>
300
+ </div>
301
+
302
+ <!-- Content list -->
303
+ <div class="content-area">
304
+ <div class="subheading">You can make 0 recipes</div>
305
+
306
+ <div class="card">
307
+ <div class="thumb">[IMG: Pasta-stuffed bread]</div>
308
+ <div class="card-content">
309
+ <div class="card-title">Pasta-stuffed bread</div>
310
+ <div class="card-sub">akispetretzikis.com</div>
311
+ <div class="missing">You're missing 6 ingredients</div>
312
+ </div>
313
+ <svg class="heart" viewBox="0 0 24 24" fill="none" stroke="#999" stroke-width="2">
314
+ <path d="M12 21s-7-4.35-9.5-7.5A5.5 5.5 0 018.5 5.5c1.54 0 3.04.73 3.5 2 .46-1.27 1.96-2 3.5-2a5.5 5.5 0 015 5.5C20 13 12 21 12 21z"/>
315
+ </svg>
316
+ </div>
317
+
318
+ <div class="card">
319
+ <div class="thumb">[IMG: Baked Pasta and Rolls]</div>
320
+ <div class="card-content">
321
+ <div class="card-title">Baked Pasta and Rolls with Feta, Sundried Tomatoes and Thyme</div>
322
+ <div class="card-sub">Recipe source</div>
323
+ </div>
324
+ <svg class="heart" viewBox="0 0 24 24" fill="none" stroke="#999" stroke-width="2">
325
+ <path d="M12 21s-7-4.35-9.5-7.5A5.5 5.5 0 018.5 5.5c1.54 0 3.04.73 3.5 2 .46-1.27 1.96-2 3.5-2a5.5 5.5 0 015 5.5C20 13 12 21 12 21z"/>
326
+ </svg>
327
+ </div>
328
+ </div>
329
+
330
+ <!-- Bottom navigation -->
331
+ <div class="bottom-nav">
332
+ <div class="nav-item">
333
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="none" stroke="#777" stroke-width="2">
334
+ <path d="M3 10l9-7 9 7v9a2 2 0 01-2 2h-14a2 2 0 01-2-2z"></path>
335
+ </svg>
336
+ Pantry
337
+ </div>
338
+ <div class="nav-item active">
339
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="#F56582">
340
+ <rect x="4" y="4" width="16" height="16" rx="3"></rect>
341
+ </svg>
342
+ Menu
343
+ </div>
344
+ <div class="nav-item">
345
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="none" stroke="#777" stroke-width="2">
346
+ <path d="M12 21s-7-4.35-9.5-7.5A5.5 5.5 0 018.5 5.5c1.54 0 3.04.73 3.5 2 .46-1.27 1.96-2 3.5-2a5.5 5.5 0 015 5.5C20 13 12 21 12 21z"/>
347
+ </svg>
348
+ Favorites
349
+ </div>
350
+ <div class="nav-item">
351
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="none" stroke="#777" stroke-width="2">
352
+ <path d="M6 6h12M6 12h12M6 18h12"></path>
353
+ </svg>
354
+ Shopping List
355
+ </div>
356
+ </div>
357
+
358
+ <!-- Keyboard -->
359
+ <div class="keyboard">
360
+ <!-- suggestion row -->
361
+ <div class="kbd-row" style="margin-bottom: 30px;">
362
+ <div class="key wide">Pasta</div>
363
+ <div class="key wide">Padta</div>
364
+ <div class="key wide">🍝</div>
365
+ <div class="key wide">⌨</div>
366
+ </div>
367
+
368
+ <!-- main rows -->
369
+ <div class="kbd-row">
370
+ <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>
371
+ </div>
372
+ <div class="kbd-row">
373
+ <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>
374
+ </div>
375
+ <div class="kbd-row">
376
+ <div class="key wide">⇧</div><div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div><div class="key">b</div><div class="key">n</div><div class="key">m</div><div class="key wide">⌫</div>
377
+ </div>
378
+ <div class="kbd-row">
379
+ <div class="key wide">?123</div>
380
+ <div class="key">,</div>
381
+ <div class="key">😊</div>
382
+ <div class="key extra-wide"></div>
383
+ <div class="key">.</div>
384
+ </div>
385
+
386
+ <div class="search-bubble">
387
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2.4">
388
+ <circle cx="11" cy="11" r="7"></circle>
389
+ <path d="M20 20l-4-4"></path>
390
+ </svg>
391
+ </div>
392
+ </div>
393
+
394
+ </div>
395
+ </body>
396
+ </html>
code/1910/1910_6.html ADDED
@@ -0,0 +1,203 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Pasta-stuffed bread - 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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
8
+ #render-target {
9
+ width:1080px; height:2400px; position:relative; overflow:hidden;
10
+ background:#ffffff;
11
+ }
12
+ .hero {
13
+ position:absolute; left:0; top:0; width:1080px; height:900px;
14
+ background:#E0E0E0; border-bottom:1px solid #BDBDBD;
15
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:30px;
16
+ }
17
+ .circle-btn {
18
+ position:absolute; width:120px; height:120px; border-radius:60px;
19
+ background:#ffffff; box-shadow:0 4px 10px rgba(0,0,0,0.15);
20
+ display:flex; align-items:center; justify-content:center;
21
+ }
22
+ .btn-back { left:50px; top:110px; }
23
+ .btn-menu { right:50px; top:110px; }
24
+ .ico { width:56px; height:56px; }
25
+ .overlay-card {
26
+ position:absolute; left:50px; right:50px; top:730px;
27
+ background:#fff; border-radius:24px; box-shadow:0 10px 24px rgba(0,0,0,0.18);
28
+ padding:40px;
29
+ }
30
+ .title-row { display:flex; align-items:center; justify-content:space-between; }
31
+ .recipe-title { font-size:46px; font-weight:700; color:#222; }
32
+ .heart-wrap {
33
+ width:90px; height:90px; border-radius:45px; border:2px solid #dadada;
34
+ display:flex; align-items:center; justify-content:center;
35
+ }
36
+ .subtext { margin-top:12px; font-size:32px; color:#d33; }
37
+ .rating-row { margin-top:24px; display:flex; align-items:center; justify-content:space-between; }
38
+ .stars { display:flex; gap:12px; }
39
+ .star svg { width:40px; height:40px; fill:none; stroke:#C0C0C0; stroke-width:2; }
40
+ .time { display:flex; align-items:center; gap:12px; font-size:32px; color:#555; }
41
+ .section { padding:40px 50px 0 50px; }
42
+ .label { font-size:40px; font-weight:700; color:#222; margin-bottom:22px; }
43
+ .chips { display:flex; gap:24px; }
44
+ .chip {
45
+ padding:20px 28px; border-radius:18px; background:#E8F2E0; color:#2b6b2b; font-size:32px;
46
+ border:1px solid #c9d8c0;
47
+ }
48
+ .chip.secondary { background:#e7eef7; color:#2d5b9d; border-color:#cbd7ea; }
49
+ .divider { height:1px; background:#eee; margin:28px 0; }
50
+ .ingredients { padding:0 50px; }
51
+ .ingredients .hdr { font-size:40px; font-weight:700; color:#222; margin-bottom:26px; }
52
+ .item { display:flex; align-items:flex-start; justify-content:space-between; gap:20px; padding:26px 0; border-bottom:1px solid #f0f0f0; }
53
+ .item:last-child { border-bottom:none; }
54
+ .item .text { font-size:34px; line-height:1.35; color:#333; max-width:830px; }
55
+ .icon-pill {
56
+ width:80px; height:80px; border-radius:40px; border:2px solid #d9d9d9;
57
+ display:flex; align-items:center; justify-content:center;
58
+ }
59
+ .icon-pill.green { border:none; background:#36c56d; }
60
+ .cta {
61
+ position:absolute; left:50px; right:50px; bottom:140px;
62
+ background:#d75a6d; color:#fff; border-radius:18px; padding:36px 28px;
63
+ box-shadow:0 10px 24px rgba(215,90,109,0.35); text-align:center;
64
+ }
65
+ .cta .title { font-size:42px; font-weight:700; }
66
+ .cta .sub { font-size:28px; opacity:0.9; margin-top:8px; }
67
+ /* Accessibility: focus styles (non-interactive demo) */
68
+ </style>
69
+ </head>
70
+ <body>
71
+ <div id="render-target">
72
+
73
+ <!-- Top hero image -->
74
+ <div class="hero">[IMG: Sliced pasta-stuffed bread on cloth]</div>
75
+
76
+ <!-- Back and menu buttons -->
77
+ <div class="circle-btn btn-back">
78
+ <svg class="ico" viewBox="0 0 24 24">
79
+ <circle cx="0" cy="0" r="0" fill="none"></circle>
80
+ <path d="M15 6 L9 12 L15 18" stroke="#333" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
81
+ <path d="M9 12 H21" stroke="#333" stroke-width="2.5" fill="none" stroke-linecap="round"></path>
82
+ </svg>
83
+ </div>
84
+ <div class="circle-btn btn-menu">
85
+ <svg class="ico" viewBox="0 0 24 24">
86
+ <circle cx="5" cy="12" r="2.5" fill="#333"></circle>
87
+ <circle cx="12" cy="12" r="2.5" fill="#333"></circle>
88
+ <circle cx="19" cy="12" r="2.5" fill="#333"></circle>
89
+ </svg>
90
+ </div>
91
+
92
+ <!-- Overlay card with recipe details -->
93
+ <div class="overlay-card">
94
+ <div class="title-row">
95
+ <div class="recipe-title">Pasta-stuffed bread</div>
96
+ <div class="heart-wrap">
97
+ <svg viewBox="0 0 24 24" width="48" height="48">
98
+ <path d="M12 20 C12 20 5 15 4 10 C3 7 5 5 7 5 C9 5 10.5 6.2 12 7.8 C13.5 6.2 15 5 17 5 C19 5 21 7 20 10 C19 15 12 20 12 20 Z"
99
+ fill="none" stroke="#666" stroke-width="2"></path>
100
+ </svg>
101
+ </div>
102
+ </div>
103
+ <div class="subtext">You're missing 6 ingredients</div>
104
+
105
+ <div class="rating-row">
106
+ <div class="stars">
107
+ <div class="star">
108
+ <svg viewBox="0 0 24 24">
109
+ <path d="M12 2 L14 8 H20 L15.5 11.5 L17 18 L12 14.5 L7 18 L8.5 11.5 L4 8 H10 Z"></path>
110
+ </svg>
111
+ </div>
112
+ <div class="star">
113
+ <svg viewBox="0 0 24 24">
114
+ <path d="M12 2 L14 8 H20 L15.5 11.5 L17 18 L12 14.5 L7 18 L8.5 11.5 L4 8 H10 Z"></path>
115
+ </svg>
116
+ </div>
117
+ <div class="star">
118
+ <svg viewBox="0 0 24 24">
119
+ <path d="M12 2 L14 8 H20 L15.5 11.5 L17 18 L12 14.5 L7 18 L8.5 11.5 L4 8 H10 Z"></path>
120
+ </svg>
121
+ </div>
122
+ <div class="star">
123
+ <svg viewBox="0 0 24 24">
124
+ <path d="M12 2 L14 8 H20 L15.5 11.5 L17 18 L12 14.5 L7 18 L8.5 11.5 L4 8 H10 Z"></path>
125
+ </svg>
126
+ </div>
127
+ <div class="star">
128
+ <svg viewBox="0 0 24 24">
129
+ <path d="M12 2 L14 8 H20 L15.5 11.5 L17 18 L12 14.5 L7 18 L8.5 11.5 L4 8 H10 Z"></path>
130
+ </svg>
131
+ </div>
132
+ </div>
133
+ <div class="time">
134
+ <svg viewBox="0 0 24 24" width="36" height="36">
135
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#777" stroke-width="2"></circle>
136
+ <path d="M12 12 L12 7" stroke="#777" stroke-width="2" stroke-linecap="round"></path>
137
+ <path d="M12 12 L16 14" stroke="#777" stroke-width="2" stroke-linecap="round"></path>
138
+ </svg>
139
+ <span>25 mins</span>
140
+ </div>
141
+ </div>
142
+ </div>
143
+
144
+ <!-- Tags -->
145
+ <div class="section" style="top:980px; position:absolute; width:100%;">
146
+ <div class="label">Tags</div>
147
+ <div class="chips">
148
+ <div class="chip">leftovers</div>
149
+ <div class="chip secondary">breads and pastries</div>
150
+ </div>
151
+ <div class="divider"></div>
152
+ </div>
153
+
154
+ <!-- Ingredients -->
155
+ <div class="ingredients" style="position:absolute; top:1200px; width:100%;">
156
+ <div class="hdr">Ingredients</div>
157
+
158
+ <div class="item">
159
+ <div class="text">1 teaspoon(s) maize flour, + extra to roll out the dough</div>
160
+ <div class="icon-pill">
161
+ <svg viewBox="0 0 24 24" width="40" height="40">
162
+ <path d="M12 5 V19 M5 12 H19" stroke="#777" stroke-width="2.5" stroke-linecap="round"></path>
163
+ </svg>
164
+ </div>
165
+ </div>
166
+
167
+ <div class="item">
168
+ <div class="text">400 g ready-made pizza crust</div>
169
+ <div class="icon-pill green">
170
+ <svg viewBox="0 0 24 24" width="42" height="42">
171
+ <path d="M6 12 L10 16 L18 8" stroke="#fff" stroke-width="2.8" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
172
+ </svg>
173
+ </div>
174
+ </div>
175
+
176
+ <div class="item">
177
+ <div class="text">150 g shell pasta, boiled</div>
178
+ <div class="icon-pill">
179
+ <svg viewBox="0 0 24 24" width="40" height="40">
180
+ <path d="M12 5 V19 M5 12 H19" stroke="#777" stroke-width="2.5" stroke-linecap="round"></path>
181
+ </svg>
182
+ </div>
183
+ </div>
184
+
185
+ <div class="item">
186
+ <div class="text">50 g homemade ketchup</div>
187
+ <div class="icon-pill">
188
+ <svg viewBox="0 0 24 24" width="40" height="40">
189
+ <path d="M12 5 V19 M5 12 H19" stroke="#777" stroke-width="2.5" stroke-linecap="round"></path>
190
+ </svg>
191
+ </div>
192
+ </div>
193
+ </div>
194
+
195
+ <!-- CTA button -->
196
+ <div class="cta">
197
+ <div class="title">View Full Recipe</div>
198
+ <div class="sub">akispetretzikis.com</div>
199
+ </div>
200
+
201
+ </div>
202
+ </body>
203
+ </html>
code/1910/1910_7.html ADDED
@@ -0,0 +1,213 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Pasta-stuffed bread UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; color: #222; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
10
+ background: #ffffff;
11
+ }
12
+
13
+ /* Hero photo */
14
+ .hero {
15
+ position: absolute; left: 0; top: 0; width: 1080px; height: 900px;
16
+ background: #E0E0E0; border-bottom: 1px solid #BDBDBD;
17
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 32px; letter-spacing: 0.3px;
18
+ }
19
+
20
+ /* Floating controls */
21
+ .circle-btn {
22
+ position: absolute; width: 120px; height: 120px; border-radius: 60px;
23
+ background: #ffffff; box-shadow: 0 6px 20px rgba(0,0,0,0.18);
24
+ display: flex; align-items: center; justify-content: center;
25
+ }
26
+ .back-btn { left: 60px; top: 118px; }
27
+ .menu-btn { right: 60px; top: 118px; }
28
+
29
+ /* Recipe card */
30
+ .card {
31
+ position: absolute; left: 60px; top: 720px; width: 960px;
32
+ background: #ffffff; border-radius: 28px; box-shadow: 0 12px 28px rgba(0,0,0,0.16);
33
+ padding: 36px 40px 32px 40px;
34
+ }
35
+ .card h1 {
36
+ margin: 0 100px 18px 0; font-size: 54px; line-height: 1.1; font-weight: 700;
37
+ }
38
+ .missing {
39
+ color: #E53935; font-size: 34px; margin-bottom: 28px;
40
+ }
41
+ .card-row {
42
+ display: flex; align-items: center; justify-content: space-between;
43
+ padding-top: 12px;
44
+ }
45
+ .stars { display: flex; gap: 12px; }
46
+ .time { display: flex; align-items: center; gap: 12px; color: #555; font-size: 34px; }
47
+ .heart-chip {
48
+ position: absolute; right: 24px; top: 18px; width: 84px; height: 84px; border-radius: 42px;
49
+ background: #fff0f2; display: flex; align-items: center; justify-content: center;
50
+ }
51
+
52
+ /* Tags section */
53
+ .section-title {
54
+ position: absolute; left: 60px; top: 1040px; font-size: 44px; font-weight: 700;
55
+ }
56
+ .chips {
57
+ position: absolute; left: 60px; top: 1110px; display: flex; gap: 24px;
58
+ }
59
+ .chip {
60
+ padding: 22px 28px; border-radius: 16px; background: #A7CF68; color: #08240c;
61
+ font-size: 34px; box-shadow: inset 0 0 0 1px rgba(0,0,0,0.06);
62
+ }
63
+
64
+ /* Ingredients */
65
+ .ingredients-title {
66
+ position: absolute; left: 60px; top: 1220px; font-size: 46px; font-weight: 800;
67
+ }
68
+ .ingredients {
69
+ position: absolute; left: 60px; top: 1285px; right: 60px;
70
+ display: flex; flex-direction: column; gap: 38px;
71
+ }
72
+ .item {
73
+ display: flex; justify-content: space-between; align-items: center;
74
+ font-size: 38px; color: #333;
75
+ }
76
+ .subtle { color: #666; }
77
+
78
+ /* Action icons for list */
79
+ .plus, .check {
80
+ width: 80px; height: 80px; border-radius: 40px; display: flex; align-items: center; justify-content: center;
81
+ box-shadow: 0 2px 0 rgba(0,0,0,0.04);
82
+ }
83
+ .plus { border: 2px solid #BDBDBD; color: #666; }
84
+ .check { background: #7DCB6E; color: #fff; }
85
+
86
+ /* Bottom CTA */
87
+ .cta {
88
+ position: absolute; left: 60px; bottom: 120px; width: 960px; height: 140px;
89
+ background: #D35B6E; border-radius: 22px; display: flex; flex-direction: column;
90
+ align-items: center; justify-content: center; color: #fff; box-shadow: 0 10px 24px rgba(211,91,110,0.35);
91
+ }
92
+ .cta .main { font-size: 44px; font-weight: 700; }
93
+ .cta .sub { font-size: 28px; opacity: 0.9; margin-top: 6px; }
94
+ </style>
95
+ </head>
96
+ <body>
97
+ <div id="render-target">
98
+
99
+ <!-- Top hero photo -->
100
+ <div class="hero">[IMG: Pasta-stuffed bread slices on cloth]</div>
101
+
102
+ <!-- Back button -->
103
+ <div class="circle-btn back-btn">
104
+ <svg width="54" height="54" viewBox="0 0 24 24">
105
+ <path d="M14 6l-6 6 6 6" fill="none" stroke="#333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
106
+ </svg>
107
+ </div>
108
+
109
+ <!-- More/comments button -->
110
+ <div class="circle-btn menu-btn">
111
+ <svg width="56" height="56" viewBox="0 0 24 24">
112
+ <circle cx="5" cy="12" r="2" fill="#333"/>
113
+ <circle cx="12" cy="12" r="2" fill="#333"/>
114
+ <circle cx="19" cy="12" r="2" fill="#333"/>
115
+ </svg>
116
+ </div>
117
+
118
+ <!-- Recipe card -->
119
+ <div class="card">
120
+ <div class="heart-chip">
121
+ <svg width="40" height="40" viewBox="0 0 24 24">
122
+ <path d="M12 21s-7-4.6-9.2-8.6C1.5 9.8 3.3 7 6.4 7c1.9 0 3 1.1 3.6 2 .6-.9 1.7-2 3.6-2 3.1 0 4.9 2.8 3.6 5.4C19 16.4 12 21 12 21z" fill="#E05267"/>
123
+ </svg>
124
+ </div>
125
+
126
+ <h1>Pasta-stuffed bread</h1>
127
+ <div class="missing">You're missing 6 ingredients</div>
128
+
129
+ <div class="card-row">
130
+ <div class="stars">
131
+ <svg width="44" height="44" viewBox="0 0 24 24">
132
+ <path d="M12 17.3l-6 3.2 1.2-6.7-4.8-4.6 6.6-1 3-6 3 6 6.6 1-4.8 4.6 1.2 6.7-6-3.2z" fill="none" stroke="#bbb" stroke-width="1.5"/>
133
+ </svg>
134
+ <svg width="44" height="44" viewBox="0 0 24 24">
135
+ <path d="M12 17.3l-6 3.2 1.2-6.7-4.8-4.6 6.6-1 3-6 3 6 6.6 1-4.8 4.6 1.2 6.7-6-3.2z" fill="none" stroke="#bbb" stroke-width="1.5"/>
136
+ </svg>
137
+ <svg width="44" height="44" viewBox="0 0 24 24">
138
+ <path d="M12 17.3l-6 3.2 1.2-6.7-4.8-4.6 6.6-1 3-6 3 6 6.6 1-4.8 4.6 1.2 6.7-6-3.2z" fill="none" stroke="#bbb" stroke-width="1.5"/>
139
+ </svg>
140
+ <svg width="44" height="44" viewBox="0 0 24 24">
141
+ <path d="M12 17.3l-6 3.2 1.2-6.7-4.8-4.6 6.6-1 3-6 3 6 6.6 1-4.8 4.6 1.2 6.7-6-3.2z" fill="none" stroke="#bbb" stroke-width="1.5"/>
142
+ </svg>
143
+ <svg width="44" height="44" viewBox="0 0 24 24">
144
+ <path d="M12 17.3l-6 3.2 1.2-6.7-4.8-4.6 6.6-1 3-6 3 6 6.6 1-4.8 4.6 1.2 6.7-6-3.2z" fill="none" stroke="#bbb" stroke-width="1.5"/>
145
+ </svg>
146
+ </div>
147
+ <div class="time">
148
+ <svg width="38" height="38" viewBox="0 0 24 24">
149
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#777" stroke-width="2"/>
150
+ <path d="M12 7v6l4 2" stroke="#777" stroke-width="2" fill="none" stroke-linecap="round"/>
151
+ </svg>
152
+ <span>25 mins</span>
153
+ </div>
154
+ </div>
155
+ </div>
156
+
157
+ <!-- Tags -->
158
+ <div class="section-title">Tags</div>
159
+ <div class="chips">
160
+ <div class="chip">leftovers</div>
161
+ <div class="chip">breads and pastries</div>
162
+ </div>
163
+
164
+ <!-- Ingredients -->
165
+ <div class="ingredients-title">Ingredients</div>
166
+ <div class="ingredients">
167
+
168
+ <div class="item">
169
+ <div>1 teaspoon(s) maize flour, + extra to roll out the dough</div>
170
+ <div class="plus">
171
+ <svg width="40" height="40" viewBox="0 0 24 24">
172
+ <path d="M12 5v14M5 12h14" stroke="#666" stroke-width="2" stroke-linecap="round"/>
173
+ </svg>
174
+ </div>
175
+ </div>
176
+
177
+ <div class="item">
178
+ <div>400 g ready-made pizza crust</div>
179
+ <div class="check">
180
+ <svg width="42" height="42" viewBox="0 0 24 24">
181
+ <path d="M5 12l4 4 10-10" stroke="#fff" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
182
+ </svg>
183
+ </div>
184
+ </div>
185
+
186
+ <div class="item">
187
+ <div>150 g shell pasta, boiled</div>
188
+ <div class="plus">
189
+ <svg width="40" height="40" viewBox="0 0 24 24">
190
+ <path d="M12 5v14M5 12h14" stroke="#666" stroke-width="2" stroke-linecap="round"/>
191
+ </svg>
192
+ </div>
193
+ </div>
194
+
195
+ <div class="item">
196
+ <div>50 g homemade ketchup</div>
197
+ <div class="plus">
198
+ <svg width="40" height="40" viewBox="0 0 24 24">
199
+ <path d="M12 5v14M5 12h14" stroke="#666" stroke-width="2" stroke-linecap="round"/>
200
+ </svg>
201
+ </div>
202
+ </div>
203
+ </div>
204
+
205
+ <!-- CTA Button -->
206
+ <div class="cta">
207
+ <div class="main">View Full Recipe</div>
208
+ <div class="sub">akispetretzikis.com</div>
209
+ </div>
210
+
211
+ </div>
212
+ </body>
213
+ </html>
code/19100/19100_0.html ADDED
@@ -0,0 +1,352 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Train Results UI</title>
7
+ <style>
8
+ body { margin:0; padding:0; background:transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width:1080px; height:2400px; position:relative; overflow:hidden;
11
+ background:#ffffff;
12
+ }
13
+
14
+ /* Header */
15
+ .header {
16
+ background:#25008A;
17
+ color:#fff;
18
+ padding-top:30px;
19
+ height:520px;
20
+ box-sizing:border-box;
21
+ }
22
+ .status-bar {
23
+ height:80px;
24
+ display:flex;
25
+ align-items:center;
26
+ padding:0 40px;
27
+ font-weight:600;
28
+ font-size:38px;
29
+ letter-spacing:0.2px;
30
+ }
31
+ .status-bar .right {
32
+ margin-left:auto; display:flex; align-items:center; gap:26px; color:#fff; opacity:0.9;
33
+ }
34
+ .route-row {
35
+ display:flex; align-items:center;
36
+ padding:20px 40px 10px 40px;
37
+ }
38
+ .route-row .title {
39
+ font-size:46px; font-weight:600; margin-left:20px;
40
+ }
41
+ .fare-row {
42
+ display:flex; gap:120px; padding:30px 40px;
43
+ }
44
+ .fare {
45
+ display:flex; align-items:center; gap:26px;
46
+ color:#fff;
47
+ }
48
+ .fare .value { font-size:40px; font-weight:700; }
49
+ .fare .sub { font-size:32px; opacity:0.85; margin-top:6px; }
50
+ .header-shadow {
51
+ height:18px; background:#26008A;
52
+ box-shadow: inset 0 -8px 0 rgba(255,255,255,0.06);
53
+ }
54
+
55
+ /* Sticky bars */
56
+ .date-row {
57
+ display:flex; align-items:center; justify-content:space-between;
58
+ padding:26px 40px;
59
+ font-size:36px; color:#333;
60
+ border-top:1px solid #e2e2e2;
61
+ background:#f7f7f7;
62
+ }
63
+ .earlier-row {
64
+ display:flex; align-items:center;
65
+ padding:30px 40px;
66
+ font-size:38px; color:#555;
67
+ border-top:1px solid #e6e6e6; border-bottom:1px solid #e6e6e6;
68
+ background:#ffffff;
69
+ }
70
+ .earlier-row .chev { margin-right:24px; }
71
+
72
+ /* Cards */
73
+ .card {
74
+ position:relative;
75
+ border-top:1px solid #e6e6e6;
76
+ background:#fff;
77
+ }
78
+ .card-inner {
79
+ display:flex; align-items:flex-start; justify-content:space-between;
80
+ padding:40px;
81
+ }
82
+ .time-block {
83
+ display:flex; align-items:center; gap:28px;
84
+ }
85
+ .time {
86
+ font-size:72px; font-weight:800; color:#111; line-height:1;
87
+ }
88
+ .ampm {
89
+ font-size:40px; font-weight:800; color:#111;
90
+ }
91
+ .arrow-mid {
92
+ margin:0 8px;
93
+ }
94
+ .price {
95
+ font-size:44px; font-weight:700; color:#1f2937; display:flex; align-items:center; gap:16px;
96
+ }
97
+ .price .go {
98
+ width:28px; height:28px;
99
+ }
100
+
101
+ .ticket-row {
102
+ display:flex; align-items:center; justify-content:space-between;
103
+ padding:0 40px 32px 40px;
104
+ color:#6b6b6b; font-size:34px;
105
+ border-top:1px solid #ececec;
106
+ }
107
+ .ticket-left { display:flex; align-items:center; gap:20px; }
108
+ .badge {
109
+ position:absolute; left:40px; top:10px;
110
+ background:#dfe9ff; color:#294a9b; font-weight:700;
111
+ font-size:30px; padding:10px 20px; border-radius:10px;
112
+ }
113
+ .muted { color:#9aa3ad; }
114
+ .link { color:#00796b; display:flex; align-items:center; gap:12px; }
115
+
116
+ /* Bottom gesture */
117
+ .gesture-bar {
118
+ position:absolute; left:0; right:0; bottom:0;
119
+ height:110px; background:#000;
120
+ }
121
+ .gesture-pill {
122
+ position:absolute; left:50%; transform:translateX(-50%);
123
+ bottom:28px; width:240px; height:16px; background:#e6e6e6; border-radius:10px; opacity:0.9;
124
+ }
125
+
126
+ /* Simple icon styles */
127
+ .icon {
128
+ width:64px; height:64px;
129
+ }
130
+ .icon-small { width:40px; height:40px; }
131
+ .bike { font-size:40px; color:#b6bfc8; }
132
+
133
+ </style>
134
+ </head>
135
+ <body>
136
+ <div id="render-target">
137
+
138
+ <div class="header">
139
+ <div class="status-bar">
140
+ <span>12:04</span>
141
+ <div class="right">
142
+ <span>N</span>
143
+ <span>16°</span>
144
+ <span>•</span>
145
+ <span>⛯</span>
146
+ <svg class="icon-small" viewBox="0 0 24 24">
147
+ <path fill="#fff" d="M2 10h2v4H2zm3-3h2v10H5zm3 6h2v4H8zm3-9h2v18h-2zm3 12h2v6h-2zm3-5h2v11h-2z"/>
148
+ </svg>
149
+ <svg class="icon-small" viewBox="0 0 24 24">
150
+ <rect x="3" y="6" width="18" height="12" rx="2" ry="2" fill="none" stroke="#fff" stroke-width="2"/>
151
+ <rect x="21" y="9" width="2" height="6" fill="#fff"/>
152
+ </svg>
153
+ </div>
154
+ </div>
155
+
156
+ <div class="route-row">
157
+ <svg width="48" height="48" viewBox="0 0 24 24">
158
+ <path fill="#fff" d="M15 6l-6 6 6 6" />
159
+ </svg>
160
+ <div class="title">Albany Park ➔ Barnes Bridge</div>
161
+ </div>
162
+
163
+ <div class="fare-row">
164
+ <div class="fare">
165
+ <svg class="icon" viewBox="0 0 64 64">
166
+ <rect x="10" y="16" width="44" height="26" rx="6" fill="none" stroke="#fff" stroke-width="4"/>
167
+ <circle cx="18" cy="50" r="4" fill="#fff"/>
168
+ <circle cx="46" cy="50" r="4" fill="#fff"/>
169
+ <rect x="16" y="22" width="12" height="12" fill="#fff"/>
170
+ <rect x="36" y="22" width="12" height="12" fill="#fff"/>
171
+ </svg>
172
+ <div>
173
+ <div class="value">$30.74</div>
174
+ <div class="sub">2h 13m</div>
175
+ </div>
176
+ </div>
177
+
178
+ <div class="fare">
179
+ <svg class="icon" viewBox="0 0 64 64">
180
+ <rect x="8" y="18" width="48" height="24" rx="6" fill="none" stroke="#fff" stroke-width="4"/>
181
+ <circle cx="18" cy="50" r="4" fill="#fff"/>
182
+ <circle cx="46" cy="50" r="4" fill="#fff"/>
183
+ <rect x="16" y="24" width="32" height="10" fill="#fff"/>
184
+ </svg>
185
+ <div>
186
+ <div class="value">$15.77</div>
187
+ <div class="sub">55min</div>
188
+ </div>
189
+ </div>
190
+ </div>
191
+ </div>
192
+ <div class="header-shadow"></div>
193
+
194
+ <div class="date-row">
195
+ <div>Mon, Jul 24, 2023</div>
196
+ <div class="muted">Single from</div>
197
+ </div>
198
+
199
+ <div class="earlier-row">
200
+ <svg class="chev" width="40" height="40" viewBox="0 0 24 24">
201
+ <path fill="#707070" d="M7 14l5-5 5 5" />
202
+ </svg>
203
+ <div>Earlier trains</div>
204
+ </div>
205
+
206
+ <!-- Card 1 -->
207
+ <div class="card">
208
+ <div class="badge">Fastest</div>
209
+ <div class="card-inner">
210
+ <div class="time-block">
211
+ <div>
212
+ <div class="time">6:46</div>
213
+ <div class="ampm">PM</div>
214
+ </div>
215
+ <svg class="arrow-mid" width="36" height="36" viewBox="0 0 24 24">
216
+ <path fill="#9aa3ad" d="M5 12h14M13 8l4 4-4 4" stroke="#9aa3ad" stroke-width="2" fill="none"/>
217
+ </svg>
218
+ <div>
219
+ <div class="time">8:59</div>
220
+ <div class="ampm">PM</div>
221
+ </div>
222
+ </div>
223
+ <div class="price">
224
+ <span>$30.74</span>
225
+ <svg class="go" viewBox="0 0 24 24"><path fill="#2ecc71" d="M9 6l6 6-6 6"/></svg>
226
+ </div>
227
+ </div>
228
+ <div class="ticket-row">
229
+ <div class="ticket-left">
230
+ <svg width="34" height="34" viewBox="0 0 24 24">
231
+ <circle cx="12" cy="6" r="3" fill="#8a8f96"/>
232
+ <path d="M12 9v9" stroke="#8a8f96" stroke-width="2"/>
233
+ </svg>
234
+ <span>2h 13m, 3 changes</span>
235
+ </div>
236
+ <div class="link">
237
+ <span>View stops</span>
238
+ <svg width="26" height="26" viewBox="0 0 24 24"><path fill="#00796b" d="M9 6l6 6-6 6"/></svg>
239
+ </div>
240
+ </div>
241
+ <div style="display:flex; align-items:center; justify-content:flex-end; padding:0 40px 36px 40px; gap:14px;" class="muted">
242
+ <span class="bike">🚲</span>
243
+ <span>Multiple Tickets</span>
244
+ </div>
245
+ </div>
246
+
247
+ <!-- Card 2 -->
248
+ <div class="card">
249
+ <div class="badge">Fastest</div>
250
+ <div class="card-inner">
251
+ <div class="time-block">
252
+ <div>
253
+ <div class="time">6:46</div>
254
+ <div class="ampm">PM</div>
255
+ </div>
256
+ <svg class="arrow-mid" width="36" height="36" viewBox="0 0 24 24">
257
+ <path fill="#9aa3ad" d="M5 12h14M13 8l4 4-4 4" stroke="#9aa3ad" stroke-width="2" fill="none"/>
258
+ </svg>
259
+ <div>
260
+ <div class="time">8:59</div>
261
+ <div class="ampm">PM</div>
262
+ </div>
263
+ </div>
264
+ <div class="price">
265
+ <span>$30.74</span>
266
+ <svg class="go" viewBox="0 0 24 24"><path fill="#2ecc71" d="M9 6l6 6-6 6"/></svg>
267
+ </div>
268
+ </div>
269
+ <div class="ticket-row">
270
+ <div class="ticket-left">
271
+ <svg width="34" height="34" viewBox="0 0 24 24">
272
+ <circle cx="12" cy="6" r="3" fill="#8a8f96"/>
273
+ <path d="M12 9v9" stroke="#8a8f96" stroke-width="2"/>
274
+ </svg>
275
+ <span>2h 13m, 4 changes</span>
276
+ </div>
277
+ <div class="link">
278
+ <span>View stops</span>
279
+ <svg width="26" height="26" viewBox="0 0 24 24"><path fill="#00796b" d="M9 6l6 6-6 6"/></svg>
280
+ </div>
281
+ </div>
282
+ <div style="display:flex; align-items:center; justify-content:flex-end; padding:0 40px 36px 40px; gap:14px;" class="muted">
283
+ <span class="bike">🚲</span>
284
+ <span>Multiple Tickets</span>
285
+ </div>
286
+ </div>
287
+
288
+ <!-- Card 3 -->
289
+ <div class="card">
290
+ <div class="card-inner">
291
+ <div class="time-block">
292
+ <div>
293
+ <div class="time">7:15</div>
294
+ <div class="ampm">PM</div>
295
+ </div>
296
+ <svg class="arrow-mid" width="36" height="36" viewBox="0 0 24 24">
297
+ <path fill="#9aa3ad" d="M5 12h14M13 8l4 4-4 4" stroke="#9aa3ad" stroke-width="2" fill="none"/>
298
+ </svg>
299
+ <div>
300
+ <div class="time">9:29</div>
301
+ <div class="ampm">PM</div>
302
+ </div>
303
+ </div>
304
+ <div class="price">
305
+ <span>$30.74</span>
306
+ <svg class="go" viewBox="0 0 24 24"><path fill="#2ecc71" d="M9 6l6 6-6 6"/></svg>
307
+ </div>
308
+ </div>
309
+ <div class="ticket-row">
310
+ <div class="ticket-left">
311
+ <svg width="34" height="34" viewBox="0 0 24 24">
312
+ <circle cx="12" cy="6" r="3" fill="#8a8f96"/>
313
+ <path d="M12 9v9" stroke="#8a8f96" stroke-width="2"/>
314
+ </svg>
315
+ <span>2h 14m, 3 changes</span>
316
+ </div>
317
+ <div class="link">
318
+ <span>View stops</span>
319
+ <svg width="26" height="26" viewBox="0 0 24 24"><path fill="#00796b" d="M9 6l6 6-6 6"/></svg>
320
+ </div>
321
+ </div>
322
+ </div>
323
+
324
+ <!-- Card 4 (partial at bottom) -->
325
+ <div class="card">
326
+ <div class="card-inner">
327
+ <div class="time-block">
328
+ <div>
329
+ <div class="time">7:15</div>
330
+ <div class="ampm">PM</div>
331
+ </div>
332
+ <svg class="arrow-mid" width="36" height="36" viewBox="0 0 24 24">
333
+ <path fill="#9aa3ad" d="M5 12h14M13 8l4 4-4 4" stroke="#9aa3ad" stroke-width="2" fill="none"/>
334
+ </svg>
335
+ <div>
336
+ <div class="time">9:29</div>
337
+ <div class="ampm">PM</div>
338
+ </div>
339
+ </div>
340
+ <div class="price">
341
+ <span>$30.74</span>
342
+ <svg class="go" viewBox="0 0 24 24"><path fill="#2ecc71" d="M9 6l6 6-6 6"/></svg>
343
+ </div>
344
+ </div>
345
+ </div>
346
+
347
+ <div class="gesture-bar">
348
+ <div class="gesture-pill"></div>
349
+ </div>
350
+ </div>
351
+ </body>
352
+ </html>
code/19100/19100_1.html ADDED
@@ -0,0 +1,204 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>RailYatri Splash</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: linear-gradient(to bottom, #cfe6f1 0%, #e6f3f8 35%, #ffffff 60%, #e9f7fa 90%);
15
+ font-family: "Roboto", Arial, sans-serif;
16
+ color: #1b1b1b;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ width: 1080px;
25
+ height: 120px;
26
+ background: #1f53a5;
27
+ color: #ffffff;
28
+ }
29
+ .status-inner {
30
+ height: 100%;
31
+ padding: 0 40px;
32
+ display: flex;
33
+ align-items: center;
34
+ justify-content: space-between;
35
+ font-weight: 500;
36
+ }
37
+ .status-left, .status-right {
38
+ display: flex;
39
+ align-items: center;
40
+ gap: 26px;
41
+ font-size: 36px;
42
+ }
43
+ .status-left .minor {
44
+ opacity: 0.9;
45
+ font-size: 32px;
46
+ }
47
+ .status-dot {
48
+ width: 12px;
49
+ height: 12px;
50
+ background: #ffffff;
51
+ border-radius: 50%;
52
+ opacity: 0.9;
53
+ }
54
+
55
+ /* Main splash content */
56
+ .splash {
57
+ position: absolute;
58
+ top: 860px; /* push content lower on the screen */
59
+ left: 0;
60
+ width: 100%;
61
+ display: flex;
62
+ flex-direction: column;
63
+ align-items: center;
64
+ text-align: center;
65
+ }
66
+ .brand {
67
+ font-size: 120px;
68
+ font-weight: 800;
69
+ letter-spacing: 2px;
70
+ }
71
+ .brand .rail { color: #d94e4e; }
72
+ .brand .yatri { color: #444e98; }
73
+ .subtitle {
74
+ margin-top: 24px;
75
+ font-size: 44px;
76
+ color: #2b2b2b;
77
+ font-weight: 400;
78
+ }
79
+
80
+ .separator {
81
+ margin-top: 60px;
82
+ display: flex;
83
+ align-items: center;
84
+ gap: 26px;
85
+ color: #6f6f6f;
86
+ }
87
+ .separator .line {
88
+ width: 150px;
89
+ height: 1px;
90
+ background: #bdbdbd;
91
+ }
92
+ .separator .text {
93
+ font-style: italic;
94
+ font-size: 36px;
95
+ color: #4f4f4f;
96
+ }
97
+
98
+ .logo-placeholder {
99
+ margin-top: 40px;
100
+ width: 720px;
101
+ height: 140px;
102
+ background: #E0E0E0;
103
+ border: 1px solid #BDBDBD;
104
+ display: flex;
105
+ justify-content: center;
106
+ align-items: center;
107
+ color: #757575;
108
+ border-radius: 8px;
109
+ }
110
+
111
+ /* Bottom gesture bar */
112
+ .bottom-bar {
113
+ position: absolute;
114
+ bottom: 0;
115
+ left: 0;
116
+ width: 1080px;
117
+ height: 120px;
118
+ background: #000000;
119
+ }
120
+ .gesture-pill {
121
+ position: absolute;
122
+ bottom: 40px;
123
+ left: 50%;
124
+ transform: translateX(-50%);
125
+ width: 360px;
126
+ height: 14px;
127
+ background: #d7d7d7;
128
+ border-radius: 8px;
129
+ opacity: 0.9;
130
+ }
131
+
132
+ /* Simple icons */
133
+ .icon {
134
+ display: inline-flex;
135
+ align-items: center;
136
+ }
137
+ svg { display: block; }
138
+ </style>
139
+ </head>
140
+ <body>
141
+ <div id="render-target">
142
+ <!-- Status Bar -->
143
+ <div class="status-bar">
144
+ <div class="status-inner">
145
+ <div class="status-left">
146
+ <div>12:05</div>
147
+ <div class="minor">N</div>
148
+ <div class="minor">16°</div>
149
+ <!-- Globe icon -->
150
+ <div class="icon">
151
+ <svg width="32" height="32" viewBox="0 0 24 24">
152
+ <circle cx="12" cy="12" r="10" fill="none" stroke="#ffffff" stroke-width="2"></circle>
153
+ <path d="M2 12h20M12 2v20" stroke="#ffffff" stroke-width="2" fill="none" opacity="0.9"></path>
154
+ </svg>
155
+ </div>
156
+ <!-- Simple glyph -->
157
+ <div class="minor">A</div>
158
+ <div class="status-dot"></div>
159
+ </div>
160
+ <div class="status-right">
161
+ <!-- WiFi icon -->
162
+ <div class="icon">
163
+ <svg width="48" height="32" viewBox="0 0 48 32">
164
+ <path d="M2 20Q24 4 46 20" stroke="#ffffff" stroke-width="3" fill="none"></path>
165
+ <path d="M10 22Q24 12 38 22" stroke="#ffffff" stroke-width="3" fill="none" opacity="0.9"></path>
166
+ <path d="M18 24Q24 18 30 24" stroke="#ffffff" stroke-width="3" fill="none" opacity="0.8"></path>
167
+ <circle cx="24" cy="28" r="3" fill="#ffffff"></circle>
168
+ </svg>
169
+ </div>
170
+ <!-- Battery icon -->
171
+ <div class="icon">
172
+ <svg width="48" height="32" viewBox="0 0 48 32">
173
+ <rect x="2" y="6" width="38" height="20" rx="3" ry="3" fill="none" stroke="#ffffff" stroke-width="3"></rect>
174
+ <rect x="42" y="12" width="4" height="8" rx="1" fill="#ffffff"></rect>
175
+ <rect x="6" y="10" width="28" height="12" fill="#ffffff" opacity="0.9"></rect>
176
+ </svg>
177
+ </div>
178
+ </div>
179
+ </div>
180
+ </div>
181
+
182
+ <!-- Main Splash Content -->
183
+ <div class="splash">
184
+ <div class="brand">
185
+ <span class="rail">RAIL</span><span class="yatri">YATRI</span>
186
+ </div>
187
+ <div class="subtitle">Fastest Train Ticket Booking App</div>
188
+
189
+ <div class="separator">
190
+ <div class="line"></div>
191
+ <div class="text">launches</div>
192
+ <div class="line"></div>
193
+ </div>
194
+
195
+ <div class="logo-placeholder">[IMG: IntrCity SmartBus Logo]</div>
196
+ </div>
197
+
198
+ <!-- Bottom gesture area -->
199
+ <div class="bottom-bar">
200
+ <div class="gesture-pill"></div>
201
+ </div>
202
+ </div>
203
+ </body>
204
+ </html>
code/19100/19100_10.html ADDED
@@ -0,0 +1,248 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>IRCTC Train Tickets UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #f5f6f8;
13
+ }
14
+
15
+ /* Header / App bar */
16
+ .header {
17
+ position: absolute; left: 0; top: 0; width: 1080px; height: 740px;
18
+ background: #2e64b7;
19
+ color: #ffffff;
20
+ }
21
+ .status-bar {
22
+ height: 80px; padding: 0 40px; display: flex; align-items: center; justify-content: space-between; font-weight: 600; font-size: 30px; opacity: 0.95;
23
+ }
24
+ .status-left, .status-right { display: flex; align-items: center; gap: 26px; }
25
+ .status-icon { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; }
26
+ .wifi-icon svg, .battery-icon svg { display: block; }
27
+ .appbar {
28
+ padding: 20px 40px; margin-top: 30px; display: flex; align-items: center; justify-content: space-between;
29
+ }
30
+ .appbar-left { display: flex; align-items: center; gap: 24px; }
31
+ .app-title { font-size: 48px; font-weight: 700; }
32
+ .back-btn { width: 56px; height: 56px; display: inline-flex; align-items: center; justify-content: center; border-radius: 28px; }
33
+ .logo-pill {
34
+ width: 90px; height: 90px; border-radius: 45px; background: #E0E0E0; border: 1px solid #BDBDBD;
35
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 26px;
36
+ }
37
+
38
+ /* Search Card */
39
+ .search-card {
40
+ position: absolute; left: 60px; top: 260px; width: 960px; background: #ffffff; border-radius: 26px;
41
+ box-shadow: 0 10px 20px rgba(0,0,0,0.18); padding: 36px 40px 40px 40px; color: #222;
42
+ }
43
+ .swap-btn {
44
+ position: absolute; right: 36px; top: 36px; width: 92px; height: 92px; border-radius: 46px;
45
+ background: #e9f1ff; display: flex; align-items: center; justify-content: center;
46
+ }
47
+ .field { margin-top: 8px; }
48
+ .label { color: #8c93a1; font-size: 30px; margin-bottom: 16px; }
49
+ .station { display: flex; align-items: center; gap: 18px; }
50
+ .code {
51
+ font-size: 30px; font-weight: 700; padding: 10px 22px; border-radius: 14px;
52
+ border: 2px solid #cdd5e1; background: #eef2ff; color: #2c4fb5;
53
+ }
54
+ .name { font-size: 44px; font-weight: 700; color: #000; }
55
+ .divider { height: 2px; background: #e5e7eb; margin: 22px 0; }
56
+
57
+ .timeline {
58
+ position: absolute; left: 22px; top: 120px; height: 340px; width: 24px;
59
+ border-left: 3px dashed #d5d9e2;
60
+ }
61
+ .timeline .dot {
62
+ position: absolute; left: -8px; width: 22px; height: 22px; border-radius: 50%;
63
+ }
64
+ .dot.green { top: -10px; background: #39c35c; }
65
+ .dot.orange { bottom: -10px; background: #f0a735; }
66
+
67
+ .date-row { display: flex; align-items: center; justify-content: space-between; margin-top: 28px; }
68
+ .date-left { display: flex; align-items: center; gap: 20px; }
69
+ .date-number { font-size: 68px; font-weight: 800; color: #000; line-height: 1; }
70
+ .date-sub { font-size: 28px; color: #6b7280; }
71
+ .pill-group { display: flex; align-items: center; gap: 20px; }
72
+ .pill {
73
+ padding: 18px 26px; border-radius: 50px; background: #e8e9ec; color: #666; font-size: 30px; border: 1px solid #d0d4da;
74
+ }
75
+ .pill.active { background: #e9f1ff; color: #3b6fd6; border-color: #b9c8f5; }
76
+
77
+ .primary-btn {
78
+ margin-top: 36px; width: 100%; height: 110px; border-radius: 16px; background: #3b76f0; color: #fff;
79
+ display: flex; align-items: center; justify-content: center; font-size: 40px; font-weight: 700;
80
+ }
81
+
82
+ /* Sections below */
83
+ .content { position: absolute; left: 0; top: 740px; width: 100%; padding: 40px 44px 280px; }
84
+ .section-title { font-size: 46px; font-weight: 800; color: #222; margin: 28px 0; display: flex; align-items: center; gap: 16px; }
85
+ .title-dot { width: 14px; height: 14px; background: #f0a735; border-radius: 50%; }
86
+
87
+ .img-card {
88
+ width: 960px; height: 420px; border-radius: 26px; background: #E0E0E0; border: 1px solid #BDBDBD;
89
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 34px; box-shadow: 0 10px 18px rgba(0,0,0,0.12);
90
+ }
91
+
92
+ /* Bottom nav */
93
+ .bottom-nav {
94
+ position: absolute; left: 0; bottom: 0; width: 1080px; height: 200px; background: #ffffff; border-top: 1px solid #e5e7eb;
95
+ box-shadow: 0 -6px 20px rgba(0,0,0,0.08); display: flex; align-items: center; justify-content: space-around;
96
+ }
97
+ .nav-item { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; color: #333; }
98
+ .nav-item svg { width: 64px; height: 64px; stroke: #5f6775; }
99
+ .nav-label { font-size: 30px; color: #4b5563; font-weight: 600; }
100
+
101
+ /* Simple helpers */
102
+ .calendar-icon svg { width: 56px; height: 56px; stroke: #6b7280; }
103
+ </style>
104
+ </head>
105
+ <body>
106
+ <div id="render-target">
107
+
108
+ <!-- Header with status bar and title -->
109
+ <div class="header">
110
+ <div class="status-bar">
111
+ <div class="status-left">
112
+ <div>12:10</div>
113
+ <div class="status-icon">N</div>
114
+ <div class="status-icon">16°</div>
115
+ <div class="status-icon">🌐</div>
116
+ <div class="status-icon">ⓐ</div>
117
+ <div class="status-icon">•</div>
118
+ </div>
119
+ <div class="status-right">
120
+ <div class="wifi-icon status-icon">
121
+ <svg viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
122
+ <path d="M4 9c4-4 12-4 16 0"></path>
123
+ <path d="M6.5 12.5c3-3 8-3 11 0"></path>
124
+ <path d="M9 16c2-2 4-2 6 0"></path>
125
+ <circle cx="12" cy="19" r="1.5" fill="#fff"></circle>
126
+ </svg>
127
+ </div>
128
+ <div class="battery-icon status-icon">
129
+ <svg viewBox="0 0 28 18" fill="none" stroke="#fff" stroke-width="2">
130
+ <rect x="1" y="3" width="22" height="12" rx="2"></rect>
131
+ <rect x="3" y="5" width="14" height="8" fill="#fff"></rect>
132
+ <rect x="24" y="6" width="3" height="6" rx="1" fill="#fff"></rect>
133
+ </svg>
134
+ </div>
135
+ </div>
136
+ </div>
137
+
138
+ <div class="appbar">
139
+ <div class="appbar-left">
140
+ <div class="back-btn">
141
+ <svg viewBox="0 0 24 24" width="42" height="42" fill="none" stroke="#fff" stroke-width="3" stroke-linecap="round" stroke-linejoin="round">
142
+ <path d="M15 6 L9 12 L15 18"></path>
143
+ </svg>
144
+ </div>
145
+ <div class="app-title">IRCTC Train Tickets</div>
146
+ </div>
147
+ <div class="logo-pill">[IMG: IRCTC]</div>
148
+ </div>
149
+
150
+ <!-- Search Card -->
151
+ <div class="search-card">
152
+ <div class="swap-btn" title="Swap">
153
+ <svg viewBox="0 0 24 24" width="44" height="44" fill="none" stroke="#3b6fd6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
154
+ <path d="M7 16v-8"></path>
155
+ <path d="M5 10l2-2 2 2"></path>
156
+ <path d="M17 8v8"></path>
157
+ <path d="M15 14l2 2 2-2"></path>
158
+ </svg>
159
+ </div>
160
+
161
+ <div class="timeline">
162
+ <div class="dot green"></div>
163
+ <div class="dot orange"></div>
164
+ </div>
165
+
166
+ <div class="field">
167
+ <div class="label">Source</div>
168
+ <div class="station">
169
+ <span class="code">NDLS</span>
170
+ <span class="name">New Delhi</span>
171
+ </div>
172
+ <div class="divider"></div>
173
+ </div>
174
+
175
+ <div class="field">
176
+ <div class="label">Destination</div>
177
+ <div class="station">
178
+ <span class="code">ASR</span>
179
+ <span class="name">Amritsar Jn</span>
180
+ </div>
181
+ <div class="divider"></div>
182
+ </div>
183
+
184
+ <div class="date-row">
185
+ <div class="date-left">
186
+ <div class="calendar-icon">
187
+ <svg viewBox="0 0 24 24" fill="none" stroke="#6b7280" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
188
+ <rect x="3" y="4" width="18" height="17" rx="2"></rect>
189
+ <path d="M16 2v4M8 2v4M3 10h18"></path>
190
+ </svg>
191
+ </div>
192
+ <div>
193
+ <div class="date-number">29</div>
194
+ <div class="date-sub">Jun, Thu</div>
195
+ </div>
196
+ </div>
197
+ <div class="pill-group">
198
+ <div class="pill">28 Jun</div>
199
+ <div class="pill active">29 Jun</div>
200
+ <div class="pill">30 Jun</div>
201
+ </div>
202
+ </div>
203
+
204
+ <div class="primary-btn">Book Tickets</div>
205
+ </div>
206
+ </div>
207
+
208
+ <!-- Content below header -->
209
+ <div class="content">
210
+ <div class="section-title">
211
+ <div class="title-dot"></div>
212
+ <div>In the Spotlight</div>
213
+ </div>
214
+ <div class="img-card">[IMG: Spotlight banner - Live TV promo]</div>
215
+
216
+ <div class="section-title" style="margin-top: 60px;">Why Book From RailYatri</div>
217
+ <div class="img-card" style="height: 360px;">[IMG: Why Book - Advantages grid]</div>
218
+ </div>
219
+
220
+ <!-- Bottom navigation -->
221
+ <div class="bottom-nav">
222
+ <div class="nav-item">
223
+ <svg viewBox="0 0 24 24" fill="none" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
224
+ <rect x="3" y="8" width="18" height="11" rx="2" stroke="currentColor"></rect>
225
+ <path d="M8 8V6a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2" stroke="currentColor"></path>
226
+ </svg>
227
+ <div class="nav-label">My Bookings</div>
228
+ </div>
229
+ <div class="nav-item">
230
+ <svg viewBox="0 0 24 24" fill="none" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
231
+ <rect x="2" y="6" width="20" height="12" rx="2" stroke="currentColor"></rect>
232
+ <path d="M16 10h4v4h-4" stroke="currentColor"></path>
233
+ <circle cx="6" cy="12" r="1.5" fill="none" stroke="currentColor"></circle>
234
+ </svg>
235
+ <div class="nav-label">RY Wallet</div>
236
+ </div>
237
+ <div class="nav-item">
238
+ <svg viewBox="0 0 24 24" fill="none" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
239
+ <circle cx="12" cy="12" r="3" stroke="currentColor"></circle>
240
+ <path d="M12 2v3M12 19v3M4.9 4.9l2.1 2.1M17 17l2.1 2.1M2 12h3M19 12h3M4.9 19.1l2.1-2.1M17 7l2.1-2.1" stroke="currentColor"></path>
241
+ </svg>
242
+ <div class="nav-label">IRCTC Settings</div>
243
+ </div>
244
+ </div>
245
+
246
+ </div>
247
+ </body>
248
+ </html>
code/19100/19100_11.html ADDED
@@ -0,0 +1,284 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>Train Availability UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px;
10
+ position: relative; overflow: hidden;
11
+ background: #EFEFEF;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ height: 130px;
17
+ background: #1E5AA8;
18
+ color: #fff;
19
+ padding: 30px 40px;
20
+ box-sizing: border-box;
21
+ display: flex; align-items: center; gap: 24px;
22
+ font-weight: 600; font-size: 36px;
23
+ }
24
+ .status-icons { display: flex; align-items: center; gap: 26px; color: #E3ECF8; font-size: 30px; }
25
+ .status-dot { width: 10px; height: 10px; background: #E3ECF8; border-radius: 50%; display: inline-block; }
26
+ .wifi { width: 40px; height: 28px; border: 3px solid #fff; border-top-left-radius: 50px; border-top-right-radius: 50px; border-bottom: none; transform: scale(0.9); }
27
+ .battery {
28
+ width: 54px; height: 28px; border: 3px solid #fff; border-radius: 6px; position: relative;
29
+ }
30
+ .battery::after { content: ""; position: absolute; right: -10px; top: 8px; width: 8px; height: 12px; background: #fff; border-radius: 2px; }
31
+
32
+ /* Navigation header */
33
+ .nav-bar {
34
+ height: 140px;
35
+ background: #103D69;
36
+ color: #fff;
37
+ display: flex; align-items: center;
38
+ padding: 0 32px;
39
+ box-sizing: border-box;
40
+ gap: 22px;
41
+ }
42
+ .nav-back { width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; }
43
+ .route-pill {
44
+ background: #1D4F79;
45
+ color: #EAF2FB;
46
+ padding: 22px 28px;
47
+ border-radius: 12px;
48
+ font-size: 34px;
49
+ flex: 1;
50
+ display: flex; align-items: center; gap: 18px;
51
+ max-width: 780px;
52
+ }
53
+ .edit-icon { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; }
54
+ .whatsapp {
55
+ margin-left: auto;
56
+ width: 60px; height: 60px; border-radius: 50%;
57
+ background: #1BD741; display: flex; align-items: center; justify-content: center;
58
+ }
59
+ .whatsapp svg { transform: scale(0.9); }
60
+
61
+ /* Date tabs */
62
+ .date-strip {
63
+ background: #153B63;
64
+ height: 26px;
65
+ }
66
+ .dates {
67
+ background: #FFFFFF;
68
+ display: flex; align-items: stretch;
69
+ gap: 0;
70
+ border-bottom: 1px solid #E0E0E0;
71
+ }
72
+ .month-tag {
73
+ width: 52px; background: #F3E5C0; color: #6C5F3B;
74
+ display: flex; align-items: center; justify-content: center;
75
+ font-weight: 700; font-size: 22px;
76
+ writing-mode: vertical-rl; transform: rotate(180deg);
77
+ }
78
+ .date-chip {
79
+ width: 170px; padding: 28px 0;
80
+ box-sizing: border-box; text-align: center;
81
+ border-right: 1px solid #ECECEC;
82
+ color: #4B4F58;
83
+ }
84
+ .date-chip .day { font-weight: 700; font-size: 30px; }
85
+ .date-chip .num { font-size: 28px; margin-top: 6px; }
86
+ .date-chip.active {
87
+ background: #2D66B9; color: #fff; border-right: none;
88
+ }
89
+
90
+ /* Tools row */
91
+ .tools {
92
+ background: #F5F5F7;
93
+ padding: 26px 38px 24px;
94
+ box-sizing: border-box;
95
+ display: flex; align-items: center; gap: 30px;
96
+ border-bottom: 1px solid #E6E6E6;
97
+ }
98
+ .search {
99
+ flex: 0 0 470px;
100
+ position: relative;
101
+ }
102
+ .search input {
103
+ width: 100%; height: 92px; border-radius: 18px; border: none;
104
+ background: #FFFFFF; box-shadow: 0 6px 16px rgba(0,0,0,0.08);
105
+ padding: 0 90px; font-size: 32px; color: #777;
106
+ }
107
+ .search .icon {
108
+ position: absolute; left: 26px; top: 50%; transform: translateY(-50%);
109
+ width: 48px; height: 48px; opacity: 0.8;
110
+ }
111
+ .toggle-block {
112
+ width: 190px; display: flex; flex-direction: column; align-items: center; gap: 12px;
113
+ }
114
+ .toggle {
115
+ width: 120px; height: 52px; border-radius: 26px; background: #E6E6E6; position: relative;
116
+ }
117
+ .toggle .knob {
118
+ width: 44px; height: 44px; border-radius: 50%; background: #BFBFBF;
119
+ position: absolute; top: 4px; left: 6px;
120
+ }
121
+ .toggle-label { font-size: 26px; color: #707279; }
122
+ .tool-item {
123
+ width: 150px; display: flex; flex-direction: column; align-items: center; gap: 12px; color: #707279; font-size: 26px;
124
+ }
125
+ .tool-item .icon-box { width: 56px; height: 56px; display: flex; align-items: center; justify-content: center; color: #5F6B78; }
126
+
127
+ /* Info card */
128
+ .info-card {
129
+ background: #FFFFFF;
130
+ margin: 0; padding: 34px 38px;
131
+ box-sizing: border-box;
132
+ display: flex; align-items: center;
133
+ border-bottom: 1px solid #EDEDED;
134
+ }
135
+ .info-text { flex: 1; }
136
+ .info-text h3 { margin: 0; font-size: 40px; color: #245DA6; }
137
+ .info-text p { margin: 10px 0 0; font-size: 30px; color: #6F7784; }
138
+ .chev-wrap {
139
+ width: 70px; height: 70px; border-radius: 35px; background: #EAF3FF;
140
+ display: flex; align-items: center; justify-content: center; color: #3A6FC1;
141
+ }
142
+
143
+ /* main content blank area */
144
+ .content-area {
145
+ background: #EFEFEF;
146
+ height: 1880px;
147
+ }
148
+
149
+ /* bottom gesture bar */
150
+ .nav-bottom {
151
+ position: absolute; left: 0; right: 0; bottom: 0;
152
+ height: 120px; background: #000;
153
+ display: flex; align-items: center; justify-content: center;
154
+ }
155
+ .gesture-pill { width: 300px; height: 12px; border-radius: 6px; background: #CFCFCF; }
156
+
157
+ /* Utility */
158
+ svg { display: block; }
159
+ </style>
160
+ </head>
161
+ <body>
162
+ <div id="render-target">
163
+
164
+ <!-- Top status bar -->
165
+ <div class="status-bar">
166
+ <div>12:10</div>
167
+ <div class="status-icons">
168
+ <div>N</div>
169
+ <div>16°</div>
170
+ <div class="status-dot"></div>
171
+ <div>⟂</div>
172
+ <div class="status-dot"></div>
173
+ </div>
174
+ <div style="margin-left:auto; display:flex; align-items:center; gap:24px;">
175
+ <div class="wifi"></div>
176
+ <div class="battery"></div>
177
+ </div>
178
+ </div>
179
+
180
+ <!-- Navigation bar -->
181
+ <div class="nav-bar">
182
+ <div class="nav-back">
183
+ <svg width="44" height="44" viewBox="0 0 44 44">
184
+ <path d="M26 10 L14 22 L26 34" fill="none" stroke="#FFFFFF" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
185
+ </svg>
186
+ </div>
187
+ <div class="route-pill">
188
+ <span>NDLS - ASR | 12 Trains | General</span>
189
+ <div class="edit-icon">
190
+ <svg width="34" height="34" viewBox="0 0 34 34">
191
+ <path d="M8 24 L8 26 L10 26 L22 14 L20 12 Z" fill="#CFDAEA"/>
192
+ <path d="M22 14 L20 12 L23 9 L25 11 Z" fill="#CFDAEA"/>
193
+ </svg>
194
+ </div>
195
+ </div>
196
+ <div class="whatsapp">
197
+ <svg width="36" height="36" viewBox="0 0 36 36">
198
+ <circle cx="18" cy="18" r="16" fill="#1BD741"/>
199
+ <path d="M10 12 C12 18,18 22,22 24 L24 22 C20 20,16 16,14 12 Z" fill="#FFFFFF"/>
200
+ </svg>
201
+ </div>
202
+ </div>
203
+
204
+ <!-- Tiny dark strip below header (as in screenshot) -->
205
+ <div class="date-strip"></div>
206
+
207
+ <!-- Date selector bar -->
208
+ <div class="dates">
209
+ <div class="month-tag">JUN</div>
210
+ <div class="date-chip active">
211
+ <div class="day">Thu, 29</div>
212
+ </div>
213
+ <div class="date-chip">
214
+ <div class="day">Fri, 30</div>
215
+ </div>
216
+ <div class="month-tag">JUL</div>
217
+ <div class="date-chip"><div class="day">Sat, 1</div></div>
218
+ <div class="date-chip"><div class="day">Sun, 2</div></div>
219
+ <div class="date-chip"><div class="day">Mon, 3</div></div>
220
+ <div class="date-chip" style="border-right:none;"><div class="day">Tue, 4</div></div>
221
+ </div>
222
+
223
+ <!-- Tools row: search, toggles, sort & filter -->
224
+ <div class="tools">
225
+ <div class="search">
226
+ <input type="text" placeholder="Search">
227
+ <div class="icon">
228
+ <svg width="48" height="48" viewBox="0 0 48 48">
229
+ <circle cx="20" cy="20" r="12" stroke="#7A8699" stroke-width="4" fill="none"/>
230
+ <path d="M31 31 L44 44" stroke="#7A8699" stroke-width="4" stroke-linecap="round"/>
231
+ </svg>
232
+ </div>
233
+ </div>
234
+ <div class="toggle-block">
235
+ <div class="toggle"><div class="knob"></div></div>
236
+ <div class="toggle-label">AC Only</div>
237
+ </div>
238
+ <div class="toggle-block">
239
+ <div class="toggle"><div class="knob"></div></div>
240
+ <div class="toggle-label">AVBL Only</div>
241
+ </div>
242
+ <div class="tool-item">
243
+ <div class="icon-box">
244
+ <svg width="56" height="56" viewBox="0 0 56 56">
245
+ <rect x="10" y="12" width="30" height="6" fill="#66758A"/>
246
+ <rect x="10" y="24" width="22" height="6" fill="#66758A"/>
247
+ <rect x="10" y="36" width="14" height="6" fill="#66758A"/>
248
+ </svg>
249
+ </div>
250
+ <div>Sort By</div>
251
+ </div>
252
+ <div class="tool-item">
253
+ <div class="icon-box">
254
+ <svg width="56" height="56" viewBox="0 0 56 56">
255
+ <path d="M10 14 H46 L34 26 V40 L26 44 V26 Z" fill="#66758A"/>
256
+ </svg>
257
+ </div>
258
+ <div>Filter By</div>
259
+ </div>
260
+ </div>
261
+
262
+ <!-- Info card -->
263
+ <div class="info-card">
264
+ <div class="info-text">
265
+ <h3>Trains for alternative days of run</h3>
266
+ <p>Select availability on trains that run on different days</p>
267
+ </div>
268
+ <div class="chev-wrap">
269
+ <svg width="36" height="36" viewBox="0 0 36 36">
270
+ <path d="M10 14 L18 22 L26 14" fill="none" stroke="#3A6FC1" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
271
+ </svg>
272
+ </div>
273
+ </div>
274
+
275
+ <!-- Placeholder content area -->
276
+ <div class="content-area"></div>
277
+
278
+ <!-- Bottom navigation / gesture bar -->
279
+ <div class="nav-bottom">
280
+ <div class="gesture-pill"></div>
281
+ </div>
282
+ </div>
283
+ </body>
284
+ </html>
code/19100/19100_12.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>Train Listing UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, system-ui, sans-serif; color: #222; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ border-radius: 28px;
16
+ box-shadow: 0 18px 40px rgba(0,0,0,0.18);
17
+ }
18
+
19
+ /* Top status bar */
20
+ .status-bar {
21
+ height: 120px;
22
+ background: #1f4f8f;
23
+ color: #fff;
24
+ display: flex;
25
+ align-items: center;
26
+ padding: 0 40px;
27
+ font-weight: 600;
28
+ font-size: 42px;
29
+ }
30
+ .status-left { display: flex; align-items: center; gap: 28px; }
31
+ .status-icons { display: flex; align-items: center; gap: 26px; opacity: 0.9; }
32
+ .sb-icon {
33
+ width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,0.25);
34
+ }
35
+ .status-right { margin-left: auto; display: flex; align-items: center; gap: 26px; }
36
+ .wifi { width: 44px; height: 44px; border: 3px solid #fff; border-radius: 8px; opacity: 0.9; }
37
+ .battery { width: 68px; height: 32px; border: 3px solid #fff; border-radius: 6px; position: relative; }
38
+ .battery:after { content: ""; position: absolute; right: -10px; top: 7px; width: 8px; height: 18px; background: #fff; border-radius: 2px; }
39
+ .battery .level { position: absolute; left: 4px; top: 4px; height: 22px; width: 40px; background: #fff; }
40
+
41
+ /* App bar */
42
+ .app-bar {
43
+ background: #1f4f8f;
44
+ padding: 24px 40px 36px;
45
+ color: #fff;
46
+ }
47
+ .app-bar-row {
48
+ display: flex;
49
+ align-items: center;
50
+ gap: 24px;
51
+ }
52
+ .icon-btn {
53
+ width: 72px; height: 72px; border-radius: 36px; background: rgba(255,255,255,0.15);
54
+ display: flex; align-items: center; justify-content: center;
55
+ }
56
+ .route-chip {
57
+ background: rgba(255,255,255,0.15);
58
+ padding: 26px 32px;
59
+ border-radius: 18px;
60
+ font-size: 40px;
61
+ font-weight: 600;
62
+ display: flex; align-items: center; gap: 18px;
63
+ }
64
+ .route-chip svg { width: 38px; height: 38px; opacity: 0.9; }
65
+ .wa-btn {
66
+ margin-left: auto;
67
+ width: 76px; height: 76px; border-radius: 38px;
68
+ background: #43A047;
69
+ display: flex; align-items: center; justify-content: center;
70
+ }
71
+ .wa-btn svg { width: 44px; height: 44px; fill: #fff; }
72
+
73
+ /* Date tabs */
74
+ .date-tabs {
75
+ background: #f7f7f9;
76
+ display: flex;
77
+ align-items: stretch;
78
+ gap: 10px;
79
+ padding: 16px 20px 20px 20px;
80
+ border-bottom: 1px solid #e3e3e7;
81
+ }
82
+ .month-strip {
83
+ width: 68px; background: #f1e2c7; color: #876c3a;
84
+ border-radius: 12px; display: flex; align-items: center; justify-content: center;
85
+ font-weight: 700; letter-spacing: 2px; writing-mode: vertical-rl; text-orientation: mixed;
86
+ }
87
+ .tab {
88
+ min-width: 162px; padding: 24px 20px; border-radius: 12px; background: #fff; color: #777;
89
+ text-align: center; font-size: 34px; border: 1px solid #e2e2e6;
90
+ }
91
+ .tab .day { display: block; font-weight: 700; color: #333; margin-bottom: 8px; }
92
+ .tab.active { background: #2a70d6; color: #fff; border-color: transparent; }
93
+ .tab.active .day { color: #fff; }
94
+
95
+ /* Search and filter row */
96
+ .search-row {
97
+ display: flex; align-items: center; gap: 26px;
98
+ padding: 26px 40px;
99
+ color: #666;
100
+ }
101
+ .search-box {
102
+ background: #fff; border-radius: 20px; box-shadow: 0 8px 22px rgba(0,0,0,0.12);
103
+ padding: 24px 28px; flex: 1; display: flex; align-items: center; gap: 18px;
104
+ border: 1px solid #eee;
105
+ font-size: 36px; color: #888;
106
+ }
107
+ .toggle {
108
+ display: flex; align-items: center; gap: 16px; margin-left: 8px;
109
+ }
110
+ .toggle .label { font-size: 32px; color: #888; }
111
+ .switch {
112
+ width: 120px; height: 56px; background: #e9eaee; border-radius: 28px; position: relative; border: 1px solid #d8d9de;
113
+ }
114
+ .switch .knob {
115
+ width: 46px; height: 46px; background: #fff; border: 1px solid #cfd3da;
116
+ border-radius: 50%; position: absolute; left: 5px; top: 4px; box-shadow: 0 2px 6px rgba(0,0,0,0.25);
117
+ }
118
+ .sr-actions { margin-left: auto; display: flex; align-items: center; gap: 40px; }
119
+ .sr-actions .action { display: flex; align-items: center; gap: 12px; color: #777; font-size: 34px; }
120
+ .sr-actions svg { width: 42px; height: 42px; fill: none; stroke: #777; stroke-width: 3px; }
121
+
122
+ /* Train section */
123
+ .section { padding: 16px 0; border-top: 12px solid #f0f0f2; }
124
+ .train-wrap { padding: 24px 40px 32px; }
125
+ .ribbon {
126
+ display: inline-flex; align-items: center; background: #4a4a4a; color: #fff;
127
+ font-weight: 700; font-size: 30px; padding: 12px 18px; border-radius: 8px 0 0 8px; position: relative;
128
+ margin-bottom: 16px;
129
+ }
130
+ .ribbon:after {
131
+ content: ""; position: absolute; right: -26px; top: 0; border-left: 26px solid #4a4a4a;
132
+ border-top: 26px solid transparent; border-bottom: 26px solid transparent;
133
+ }
134
+
135
+ .train-header { display: grid; grid-template-columns: 1fr 320px 160px; align-items: start; gap: 12px; }
136
+ .train-title { font-size: 42px; font-weight: 800; color: #111; }
137
+ .train-sub { font-size: 34px; color: #666; margin-top: 8px; }
138
+ .vert-dots { display: flex; flex-direction: column; align-items: center; gap: 10px; margin-top: 6px; opacity: 0.5; }
139
+ .dot { width: 8px; height: 8px; background: #999; border-radius: 50%; }
140
+ .times { font-size: 40px; font-weight: 700; color: #222; text-align: right; }
141
+ .stations { font-size: 36px; font-weight: 700; color: #222; text-align: right; }
142
+ .duration { font-size: 36px; font-weight: 700; color: #333; margin-top: 10px; text-align: right; }
143
+
144
+ .chips-row { display: flex; align-items: center; gap: 10px; margin-top: 18px; }
145
+ .day-chip {
146
+ width: 46px; height: 46px; border-radius: 23px; background: #d9e1ef; color: #5c6a82;
147
+ display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 26px;
148
+ }
149
+ .link { color: #2a70d6; font-weight: 700; font-size: 34px; margin-left: 10px; }
150
+
151
+ .fare-cards { display: flex; gap: 28px; margin-top: 22px; }
152
+ .fare-card {
153
+ width: 306px; background: #fff; border-radius: 20px; border: 1px solid #e7e7ec;
154
+ box-shadow: 0 10px 26px rgba(0,0,0,0.10); overflow: hidden;
155
+ }
156
+ .fare-top { padding: 18px 22px; font-size: 34px; font-weight: 700; color: #444; border-bottom: 1px solid #ececf2; }
157
+ .fare-body { padding: 20px 22px; display: flex; align-items: center; justify-content: space-between; }
158
+ .stat { font-size: 40px; font-weight: 800; }
159
+ .orange { color: #e65100; }
160
+ .green { color: #2e7d32; }
161
+ .chance { font-size: 28px; color: #888; margin-top: 6px; }
162
+ .refresh { display: flex; align-items: center; gap: 10px; color: #2a70d6; font-weight: 700; }
163
+ .refresh svg { width: 40px; height: 40px; stroke: #2a70d6; fill: none; stroke-width: 3px; }
164
+ .book { background: #eaf2ff; padding: 20px; text-align: center; color: #2a70d6; font-weight: 800; font-size: 34px; }
165
+
166
+ .future-link { text-align: right; padding: 14px 40px 8px; font-size: 34px; color: #2a70d6; font-weight: 700; }
167
+
168
+ /* Nearby pill */
169
+ .nearby { background: #e9e3cf; color: #856f3f; font-weight: 700; font-size: 30px; padding: 10px 16px; border-radius: 22px; display: inline-flex; align-items: center; gap: 10px; }
170
+
171
+ /* Bottom home indicator */
172
+ .home-indicator {
173
+ position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%);
174
+ width: 360px; height: 14px; background: #111; border-radius: 8px; opacity: 0.6;
175
+ }
176
+
177
+ /* Simple helpers */
178
+ .rupee { font-feature-settings: "tnum"; }
179
+ </style>
180
+ </head>
181
+ <body>
182
+ <div id="render-target">
183
+
184
+ <!-- Status bar -->
185
+ <div class="status-bar">
186
+ <div class="status-left">
187
+ <div>12:10</div>
188
+ <div class="status-icons">
189
+ <div class="sb-icon"></div>
190
+ <div class="sb-icon"></div>
191
+ <div class="sb-icon"></div>
192
+ <div class="sb-icon"></div>
193
+ </div>
194
+ </div>
195
+ <div class="status-right">
196
+ <div class="wifi"></div>
197
+ <div class="battery"><div class="level"></div></div>
198
+ </div>
199
+ </div>
200
+
201
+ <!-- App bar -->
202
+ <div class="app-bar">
203
+ <div class="app-bar-row">
204
+ <div class="icon-btn">
205
+ <svg viewBox="0 0 24 24">
206
+ <path d="M14 6 L8 12 L14 18" stroke="#fff" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
207
+ </svg>
208
+ </div>
209
+ <div class="route-chip">
210
+ <span>NDLS - ASR | 12 Trains | General</span>
211
+ <svg viewBox="0 0 24 24">
212
+ <path d="M6 18 L6 14 L14 6 L18 10 L10 18 Z" fill="#fff" opacity="0.8"></path>
213
+ </svg>
214
+ </div>
215
+ <div class="wa-btn">
216
+ <svg viewBox="0 0 24 24">
217
+ <path d="M12 3a9 9 0 0 0-9 9 9 9 0 0 0 9 9c2 0 3.9-.6 5.5-1.7l3.5 1-1-3.6A9 9 0 0 0 21 12a9 9 0 0 0-9-9z" fill="#fff" opacity="0.25"></path>
218
+ <path d="M8 8c0 4 4 7 7 7" stroke="#fff" stroke-width="2.4" fill="none" stroke-linecap="round"></path>
219
+ </svg>
220
+ </div>
221
+ </div>
222
+ </div>
223
+
224
+ <!-- Date tabs -->
225
+ <div class="date-tabs">
226
+ <div class="month-strip">JUN</div>
227
+ <div class="tab active"><span class="day">Thu, 29</span></div>
228
+ <div class="tab"><span class="day">Fri, 30</span></div>
229
+ <div class="month-strip">JUL</div>
230
+ <div class="tab"><span class="day">Sat, 1</span></div>
231
+ <div class="tab"><span class="day">Sun, 2</span></div>
232
+ <div class="tab"><span class="day">Mon, 3</span></div>
233
+ <div class="tab"><span class="day">Tue, 4</span></div>
234
+ </div>
235
+
236
+ <!-- Search / Filters -->
237
+ <div class="search-row">
238
+ <div class="search-box">
239
+ <svg viewBox="0 0 24 24" width="42" height="42">
240
+ <circle cx="11" cy="11" r="7" stroke="#9aa2b2" stroke-width="2.5" fill="none"></circle>
241
+ <path d="M20 20 L16 16" stroke="#9aa2b2" stroke-width="2.5" stroke-linecap="round"></path>
242
+ </svg>
243
+ <span>Search</span>
244
+ </div>
245
+
246
+ <div class="toggle">
247
+ <div class="switch"><div class="knob"></div></div>
248
+ <div class="label">AC Only</div>
249
+ </div>
250
+ <div class="toggle">
251
+ <div class="switch"><div class="knob"></div></div>
252
+ <div class="label">AVBL Only</div>
253
+ </div>
254
+
255
+ <div class="sr-actions">
256
+ <div class="action">
257
+ <svg viewBox="0 0 24 24">
258
+ <path d="M5 7 H19 M5 12 H14 M5 17 H10" stroke-linecap="round"></path>
259
+ </svg>
260
+ <span>Sort By</span>
261
+ </div>
262
+ <div class="action">
263
+ <svg viewBox="0 0 24 24">
264
+ <path d="M4 6 H20 L14 12 V18 H10 V12 Z" stroke-linejoin="round"></path>
265
+ </svg>
266
+ <span>Filter By</span>
267
+ </div>
268
+ </div>
269
+ </div>
270
+
271
+ <!-- Train section 1 -->
272
+ <div class="section">
273
+ <div class="train-wrap">
274
+ <div class="ribbon">TOP CHOICE</div>
275
+
276
+ <div class="train-header">
277
+ <div>
278
+ <div class="train-title">12013 NEW DELHI - AMRITSAR</div>
279
+ <div class="train-sub">Shatabdi Express</div>
280
+ </div>
281
+ <div class="times">
282
+ <div>16:30</div>
283
+ <div style="margin-top: 20px;">22:40</div>
284
+ </div>
285
+ <div class="stations">
286
+ <div>NDLS</div>
287
+ <div style="margin-top: 20px;">ASR</div>
288
+ <div class="duration">6h 10m</div>
289
+ </div>
290
+ </div>
291
+
292
+ <div class="chips-row">
293
+ <div class="day-chip">S</div><div class="day-chip">M</div><div class="day-chip">T</div><div class="day-chip">W</div><div class="day-chip">T</div><div class="day-chip">F</div><div class="day-chip">S</div>
294
+ <div class="link">View Time Table ›</div>
295
+ </div>
296
+
297
+ <div class="fare-cards">
298
+ <div class="fare-card">
299
+ <div class="fare-top">CC | ₹1250</div>
300
+ <div class="fare-body">
301
+ <div>
302
+ <div class="stat orange">59 WAITLIST</div>
303
+ <div class="chance">Medium Chance</div>
304
+ </div>
305
+ <div class="refresh">
306
+ <svg viewBox="0 0 24 24"><path d="M4 12a8 8 0 1 1 8 8" stroke-linecap="round"></path><path d="M4 12 L4 7" stroke-linecap="round"></path></svg>
307
+ <span>Refresh</span>
308
+ </div>
309
+ </div>
310
+ <div class="book">Book Now</div>
311
+ </div>
312
+
313
+ <div class="fare-card">
314
+ <div class="fare-top">EC | ₹1925</div>
315
+ <div class="fare-body">
316
+ <div>
317
+ <div class="stat green">15 WAITLIST</div>
318
+ <div class="chance">High Chance</div>
319
+ </div>
320
+ <div class="refresh">
321
+ <svg viewBox="0 0 24 24"><path d="M4 12a8 8 0 1 1 8 8" stroke-linecap="round"></path><path d="M4 12 L4 7" stroke-linecap="round"></path></svg>
322
+ <span>Refresh</span>
323
+ </div>
324
+ </div>
325
+ <div class="book">Book Now</div>
326
+ </div>
327
+
328
+ <div class="fare-card">
329
+ <div class="fare-top">EA | ₹2205</div>
330
+ <div class="fare-body">
331
+ <div>
332
+ <div class="stat green">17 WAITLIST</div>
333
+ <div class="chance">High Chance</div>
334
+ </div>
335
+ <div class="refresh">
336
+ <svg viewBox="0 0 24 24"><path d="M4 12a8 8 0 1 1 8 8" stroke-linecap="round"></path><path d="M4 12 L4 7" stroke-linecap="round"></path></svg>
337
+ <span>Refresh</span>
338
+ </div>
339
+ </div>
340
+ <div class="book">Book Now</div>
341
+ </div>
342
+ </div>
343
+
344
+ <div class="future-link">View Future Availability ›</div>
345
+ </div>
346
+ </div>
347
+
348
+ <!-- Train section 2 -->
349
+ <div class="section">
350
+ <div class="train-wrap">
351
+ <div class="ribbon">TOP CHOICE</div>
352
+
353
+ <div class="train-header">
354
+ <div>
355
+ <div class="train-title">12497 NEW DELHI - AMRITSAR</div>
356
+ <div class="train-sub">Shan E Punjab SF Express</div>
357
+ </div>
358
+ <div class="times">
359
+ <div>06:40</div>
360
+ <div style="margin-top: 20px;">14:15</div>
361
+ </div>
362
+ <div class="stations">
363
+ <div>NDLS</div>
364
+ <div style="margin-top: 20px;">ASR</div>
365
+ <div class="duration">7h 35m</div>
366
+ </div>
367
+ </div>
368
+
369
+ <div class="chips-row">
370
+ <div class="day-chip">S</div><div class="day-chip">M</div><div class="day-chip">T</div><div class="day-chip">W</div><div class="day-chip">T</div><div class="day-chip">F</div><div class="day-chip">S</div>
371
+ <div class="link">View Time Table ›</div>
372
+ </div>
373
+
374
+ <div class="fare-cards">
375
+ <div class="fare-card">
376
+ <div class="fare-top">2S | ₹180</div>
377
+ <div class="fare-body">
378
+ <div>
379
+ <div class="stat orange">115 WAITLIST</div>
380
+ <div class="chance">Low Chance</div>
381
+ </div>
382
+ <div class="refresh">
383
+ <svg viewBox="0 0 24 24"><path d="M4 12a8 8 0 1 1 8 8" stroke-linecap="round"></path><path d="M4 12 L4 7" stroke-linecap="round"></path></svg>
384
+ <span>Refresh</span>
385
+ </div>
386
+ </div>
387
+ <div class="book">Book Now</div>
388
+ </div>
389
+
390
+ <div class="fare-card">
391
+ <div class="fare-top">CC | ₹635</div>
392
+ <div class="fare-body">
393
+ <div>
394
+ <div class="stat orange">48 WAITLIST</div>
395
+ <div class="chance">Medium Chance</div>
396
+ </div>
397
+ <div class="refresh">
398
+ <svg viewBox="0 0 24 24"><path d="M4 12a8 8 0 1 1 8 8" stroke-linecap="round"></path><path d="M4 12 L4 7" stroke-linecap="round"></path></svg>
399
+ <span>Refresh</span>
400
+ </div>
401
+ </div>
402
+ <div class="book">Book Now</div>
403
+ </div>
404
+ </div>
405
+
406
+ <div class="future-link">View Future Availability ›</div>
407
+ </div>
408
+ </div>
409
+
410
+ <!-- Train section 3 -->
411
+ <div class="section">
412
+ <div class="train-wrap">
413
+ <div style="display:flex; align-items:center; justify-content:space-between;">
414
+ <div class="ribbon">TOP CHOICE</div>
415
+ <div class="nearby">
416
+ <svg viewBox="0 0 24 24" width="26" height="26">
417
+ <path d="M12 4a6 6 0 0 0-6 6c0 5 6 10 6 10s6-5 6-10a6 6 0 0 0-6-6z" fill="#856f3f" opacity="0.35"></path>
418
+ <circle cx="12" cy="10" r="2.7" fill="#856f3f"></circle>
419
+ </svg>
420
+ Nearby
421
+ </div>
422
+ </div>
423
+
424
+ <div class="train-header">
425
+ <div>
426
+ <div class="train-title">18237 KORBA - AMRITSAR</div>
427
+ <div class="train-sub">Chhattisgarh Express</div>
428
+ </div>
429
+ <div class="times">
430
+ <div>20:05</div>
431
+ <div style="margin-top: 20px;">06:55</div>
432
+ </div>
433
+ <div class="stations">
434
+ <div>NZM</div>
435
+ <div style="margin-top: 20px;">ASR</div>
436
+ <div class="duration">10h 50m</div>
437
+ </div>
438
+ </div>
439
+
440
+ <div class="chips-row">
441
+ <div class="day-chip">S</div><div class="day-chip">M</div><div class="day-chip">T</div><div class="day-chip">W</div><div class="day-chip">T</div><div class="day-chip">F</div><div class="day-chip">S</div>
442
+ <div class="link">View Time Table ›</div>
443
+ </div>
444
+
445
+ <div class="fare-cards">
446
+ <div class="fare-card">
447
+ <div class="fare-top">SL | ₹315</div>
448
+ <div class="fare-body">
449
+ <div>
450
+ <div class="stat orange">143 WAITLIST</div>
451
+ <div class="chance">Medium Chance</div>
452
+ </div>
453
+ <div class="refresh">
454
+ <svg viewBox="0 0 24 24"><path d="M4 12a8 8 0 1 1 8 8" stroke-linecap="round"></path><path d="M4 12 L4 7" stroke-linecap="round"></path></svg>
455
+ <span>Refresh</span>
456
+ </div>
457
+ </div>
458
+ <div class="book">Book Now</div>
459
+ </div>
460
+
461
+ <div class="fare-card">
462
+ <div class="fare-top">SL | ₹415 <span style="background:#596a85;color:#fff;font-size:26px;font-weight:800;padding:6px 10px;border-radius:10px;margin-left:8px;">Tatkal</span></div>
463
+ <div class="fare-body">
464
+ <div>
465
+ <div class="stat green">2 AVAILABLE</div>
466
+ <div class="chance">Immediate</div>
467
+ </div>
468
+ <div class="refresh">
469
+ <svg viewBox="0 0 24 24"><path d="M4 12a8 8 0 1 1 8 8" stroke-linecap="round"></path><path d="M4 12 L4 7" stroke-linecap="round"></path></svg>
470
+ <span>Refresh</span>
471
+ </div>
472
+ </div>
473
+ <div class="book">Book Now</div>
474
+ </div>
475
+
476
+ <div class="fare-card">
477
+ <div class="fare-top">3A | ₹845</div>
478
+ <div class="fare-body">
479
+ <div>
480
+ <div class="stat green">66 WAITLIST</div>
481
+ <div class="chance">High Chance</div>
482
+ </div>
483
+ <div class="refresh">
484
+ <svg viewBox="0 0 24 24"><path d="M4 12a8 8 0 1 1 8 8" stroke-linecap="round"></path><path d="M4 12 L4 7" stroke-linecap="round"></path></svg>
485
+ <span>Refresh</span>
486
+ </div>
487
+ </div>
488
+ <div class="book">Book Now</div>
489
+ </div>
490
+ </div>
491
+ </div>
492
+ </div>
493
+
494
+ <!-- Bottom home indicator -->
495
+ <div class="home-indicator"></div>
496
+ </div>
497
+ </body>
498
+ </html>
code/19100/19100_2.html ADDED
@@ -0,0 +1,454 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>RailYatri 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: #173a63;
17
+ }
18
+
19
+ /* Top status bar */
20
+ .statusbar {
21
+ height: 140px;
22
+ background: #184d97;
23
+ color: #fff;
24
+ display: flex;
25
+ align-items: center;
26
+ padding: 0 40px;
27
+ font-size: 38px;
28
+ box-sizing: border-box;
29
+ }
30
+ .status-left { flex: 1; font-weight: 600; }
31
+ .status-right {
32
+ display: flex;
33
+ align-items: center;
34
+ gap: 26px;
35
+ }
36
+ .status-icon svg { width: 40px; height: 40px; fill: #fff; }
37
+
38
+ /* App bar */
39
+ .appbar {
40
+ height: 140px;
41
+ background: #fff;
42
+ display: flex;
43
+ align-items: center;
44
+ padding: 0 40px;
45
+ box-sizing: border-box;
46
+ border-bottom: 1px solid #e6edf7;
47
+ }
48
+ .hamburger svg { width: 56px; height: 56px; }
49
+ .app-title {
50
+ font-size: 56px;
51
+ font-weight: 700;
52
+ margin-left: 24px;
53
+ flex: 1;
54
+ }
55
+ .app-actions { display: flex; align-items: center; gap: 28px; }
56
+ .badge {
57
+ position: absolute;
58
+ top: -6px; right: -6px;
59
+ background: #ffd54f;
60
+ color: #1b3a6b;
61
+ font-size: 28px;
62
+ font-weight: 700;
63
+ width: 48px; height: 48px;
64
+ border-radius: 24px;
65
+ display: flex; align-items: center; justify-content: center;
66
+ border: 2px solid #fff;
67
+ }
68
+ .icon-wrap { position: relative; width: 62px; height: 62px; }
69
+
70
+ /* Feature blue panel */
71
+ .feature-panel {
72
+ margin: 24px 40px 0 40px;
73
+ background: #184d97;
74
+ color: #fff;
75
+ border-radius: 22px;
76
+ padding: 36px 24px;
77
+ box-sizing: border-box;
78
+ display: flex;
79
+ gap: 18px;
80
+ box-shadow: 0 6px 12px rgba(23,58,99,0.2);
81
+ }
82
+ .feature-item {
83
+ flex: 1;
84
+ text-align: center;
85
+ padding: 14px 10px;
86
+ border-radius: 16px;
87
+ }
88
+ .feature-chip {
89
+ display: inline-block;
90
+ background: #ffde59;
91
+ color: #293b66;
92
+ font-size: 26px;
93
+ font-weight: 700;
94
+ padding: 8px 16px;
95
+ border-radius: 22px;
96
+ margin-bottom: 16px;
97
+ }
98
+ .feature-oval {
99
+ display: inline-block;
100
+ background: rgba(0,0,0,0.25);
101
+ padding: 6px 16px;
102
+ border-radius: 20px;
103
+ font-size: 26px;
104
+ margin-top: 8px;
105
+ }
106
+ .feature-item h3 {
107
+ margin: 14px 0 0 0;
108
+ font-size: 40px;
109
+ font-weight: 700;
110
+ }
111
+ .feature-icon svg { width: 84px; height: 84px; fill: #fff; }
112
+
113
+ /* Search card */
114
+ .search-card {
115
+ margin: 24px 40px;
116
+ background: #fff;
117
+ border-radius: 22px;
118
+ border: 1px solid #dfe6f0;
119
+ box-shadow: 0 8px 16px rgba(23,58,99,0.08);
120
+ padding: 28px;
121
+ box-sizing: border-box;
122
+ }
123
+ .field-row {
124
+ display: grid;
125
+ grid-template-columns: 1fr 100px 1fr;
126
+ align-items: center;
127
+ gap: 20px;
128
+ padding-top: 8px;
129
+ }
130
+ .field {
131
+ border-bottom: 2px solid #e5ebf5;
132
+ padding-bottom: 8px;
133
+ }
134
+ .label { font-size: 28px; color: #5a6f91; }
135
+ .value { font-size: 52px; font-weight: 700; color: #102d55; margin-top: 8px; }
136
+ .swap-icon { display: flex; align-items: center; justify-content: center; }
137
+ .date-row {
138
+ display: flex; align-items: center; gap: 18px;
139
+ margin-top: 26px;
140
+ }
141
+ .date-item {
142
+ background: #eef3fb;
143
+ color: #204a86;
144
+ font-size: 30px;
145
+ padding: 12px 22px;
146
+ border-radius: 26px;
147
+ }
148
+ .date-primary {
149
+ background: #fff;
150
+ border: 2px solid #d3deee;
151
+ font-size: 44px;
152
+ padding: 8px 18px;
153
+ border-radius: 16px;
154
+ color: #102d55;
155
+ display: flex;
156
+ align-items: center;
157
+ gap: 16px;
158
+ }
159
+ .divider-dash {
160
+ border-top: 3px dashed #d7e0ee;
161
+ margin: 26px -28px 20px -28px;
162
+ padding: 0;
163
+ position: relative;
164
+ }
165
+ .divider-dash::before,
166
+ .divider-dash::after {
167
+ content: "";
168
+ position: absolute;
169
+ top: -14px;
170
+ width: 24px; height: 28px;
171
+ border: 3px solid #d7e0ee;
172
+ border-radius: 14px;
173
+ background: #fff;
174
+ }
175
+ .divider-dash::before { left: -12px; }
176
+ .divider-dash::after { right: -12px; }
177
+
178
+ .action-row {
179
+ display: flex; gap: 24px;
180
+ }
181
+ .btn {
182
+ flex: 1;
183
+ background: #e6effa;
184
+ color: #1b3a6b;
185
+ font-size: 38px;
186
+ font-weight: 700;
187
+ padding: 24px;
188
+ border-radius: 18px;
189
+ display: flex; align-items: center; justify-content: center; gap: 18px;
190
+ border: 1px solid #cbd8ea;
191
+ }
192
+ .btn svg { width: 48px; height: 48px; fill: #1b3a6b; }
193
+
194
+ /* Section: Train Enquiry Center */
195
+ .section {
196
+ padding: 24px 40px;
197
+ box-sizing: border-box;
198
+ }
199
+ .section h2 {
200
+ font-size: 56px;
201
+ margin: 10px 0 22px 0;
202
+ color: #102d55;
203
+ }
204
+ .card-row { display: flex; gap: 26px; }
205
+ .mini-card {
206
+ flex: 1;
207
+ background: #fff;
208
+ border: 1px solid #dfe6f0;
209
+ border-radius: 18px;
210
+ padding: 26px;
211
+ display: flex;
212
+ align-items: center;
213
+ justify-content: space-between;
214
+ box-shadow: 0 6px 12px rgba(23,58,99,0.06);
215
+ }
216
+ .mini-card .left {
217
+ display: flex; align-items: center; gap: 18px;
218
+ font-size: 40px; font-weight: 700; color: #143763;
219
+ }
220
+ .mini-card .arrow { color: #6a84a7; font-size: 40px; }
221
+ .grid-icons {
222
+ display: grid;
223
+ grid-template-columns: repeat(4, 1fr);
224
+ gap: 16px;
225
+ margin-top: 28px;
226
+ border-top: 1px solid #e9eff7;
227
+ padding-top: 22px;
228
+ }
229
+ .grid-item {
230
+ text-align: center;
231
+ padding: 10px 0;
232
+ }
233
+ .grid-item svg { width: 64px; height: 64px; fill: #1b4e92; }
234
+ .grid-item .title { margin-top: 12px; font-size: 30px; color: #355c89; }
235
+
236
+ /* Banner */
237
+ .banner {
238
+ margin: 18px 40px;
239
+ background: #E0E0E0;
240
+ border: 1px solid #BDBDBD;
241
+ height: 240px;
242
+ border-radius: 12px;
243
+ display: flex; align-items: center; justify-content: center;
244
+ color: #757575;
245
+ font-size: 36px;
246
+ }
247
+
248
+ /* Spotlight */
249
+ .spotlight { padding: 24px 40px; }
250
+ .spotlight h2 { font-size: 52px; margin: 10px 0 24px 0; }
251
+ .spotlight-row { display: flex; gap: 24px; }
252
+ .spot-card {
253
+ flex: 1;
254
+ height: 220px;
255
+ border-radius: 16px;
256
+ background: linear-gradient(135deg, #f5c84b, #1b2230);
257
+ box-shadow: 0 8px 16px rgba(0,0,0,0.1);
258
+ }
259
+ </style>
260
+ </head>
261
+ <body>
262
+ <div id="render-target">
263
+ <!-- Status bar -->
264
+ <div class="statusbar">
265
+ <div class="status-left">12:06</div>
266
+ <div class="status-right">
267
+ <div class="status-icon">
268
+ <svg viewBox="0 0 24 24"><path d="M4 5h16v2H4zm2 5h12v2H6zm3 5h6v2H9z"/></svg>
269
+ </div>
270
+ <div class="status-icon">
271
+ <svg viewBox="0 0 24 24"><path d="M12 2l4 4-4 4-4-4z"/></svg>
272
+ </div>
273
+ <div class="status-icon">
274
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/></svg>
275
+ </div>
276
+ <div class="status-icon">
277
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="3"/><circle cx="20" cy="12" r="2"/></svg>
278
+ </div>
279
+ <div class="status-icon">
280
+ <svg viewBox="0 0 24 24"><path d="M18 6v12h-2V6zM8 10v8H6v-8zM13 4v14h-2V4z"/></svg>
281
+ </div>
282
+ <div class="status-icon">
283
+ <svg viewBox="0 0 24 24"><path d="M18 7l-6-4-6 4v10l6 4 6-4z"/></svg>
284
+ </div>
285
+ <div class="status-icon">
286
+ <svg viewBox="0 0 24 24"><path d="M3 18h18v2H3zM4 16h16l-2-10H6z"/></svg>
287
+ </div>
288
+ </div>
289
+ </div>
290
+
291
+ <!-- App bar -->
292
+ <div class="appbar">
293
+ <div class="hamburger">
294
+ <svg viewBox="0 0 24 24">
295
+ <path d="M3 6h18v2H3zM3 11h18v2H3zM3 16h18v2H3z" fill="#173a63"/>
296
+ </svg>
297
+ </div>
298
+ <div class="app-title">RailYatri</div>
299
+ <div class="app-actions">
300
+ <div class="icon-wrap">
301
+ <svg viewBox="0 0 24 24">
302
+ <path d="M12 22c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2zm7-6V9c0-3.1-2.5-5.6-5.5-5.9V2h-3v1.1C7.5 4.4 5 6.9 5 10v6l-2 2v1h18v-1l-2-2z" fill="#173a63"/>
303
+ </svg>
304
+ <div class="badge">4</div>
305
+ </div>
306
+ <div class="icon-wrap">
307
+ <svg viewBox="0 0 24 24">
308
+ <circle cx="12" cy="12" r="10" fill="#173a63"/>
309
+ <path d="M8 15l8-8M9 9h0M15 15h0" stroke="#ffd54f" stroke-width="2" stroke-linecap="round"/>
310
+ </svg>
311
+ </div>
312
+ </div>
313
+ </div>
314
+
315
+ <!-- Feature blue panel -->
316
+ <div class="feature-panel">
317
+ <div class="feature-item">
318
+ <div class="feature-chip">Book Instantly</div>
319
+ <div class="feature-icon">
320
+ <svg viewBox="0 0 24 24">
321
+ <rect x="5" y="6" width="14" height="10" rx="1" />
322
+ <rect x="7" y="8" width="10" height="2"/>
323
+ <rect x="8" y="12" width="3" height="2"/>
324
+ <rect x="13" y="12" width="3" height="2"/>
325
+ </svg>
326
+ </div>
327
+ <div class="feature-oval">IRCTC</div>
328
+ <h3>Train Tickets</h3>
329
+ </div>
330
+ <div class="feature-item">
331
+ <div class="feature-chip">Book Now</div>
332
+ <div class="feature-icon">
333
+ <svg viewBox="0 0 24 24">
334
+ <rect x="4" y="7" width="16" height="8" rx="2"/>
335
+ <circle cx="8" cy="17" r="2"/>
336
+ <circle cx="16" cy="17" r="2"/>
337
+ <rect x="6" y="9" width="12" height="2"/>
338
+ </svg>
339
+ </div>
340
+ <div class="feature-oval">Book</div>
341
+ <h3>Bus Tickets</h3>
342
+ </div>
343
+ <div class="feature-item">
344
+ <div class="feature-chip">Hygienic</div>
345
+ <div class="feature-icon">
346
+ <svg viewBox="0 0 24 24">
347
+ <path d="M7 3h2v14H7zM11 7h2v10h-2zM15 7c2 0 3 1.5 3 3.5S17 14 15 14V7z"/>
348
+ </svg>
349
+ </div>
350
+ <div class="feature-oval">Hygienic</div>
351
+ <h3>Food on Train</h3>
352
+ </div>
353
+ </div>
354
+
355
+ <!-- Search card -->
356
+ <div class="search-card">
357
+ <div class="field-row">
358
+ <div class="field">
359
+ <div class="label">From</div>
360
+ <div class="value">BE | Bareilly</div>
361
+ </div>
362
+ <div class="swap-icon">
363
+ <svg viewBox="0 0 24 24" width="60" height="60" fill="#5a6f91">
364
+ <path d="M7 7h10l-3-3M17 17H7l3 3" stroke="#5a6f91" stroke-width="2" fill="none" stroke-linecap="round"/>
365
+ </svg>
366
+ </div>
367
+ <div class="field" style="text-align:right">
368
+ <div class="label">To</div>
369
+ <div class="value">Goa</div>
370
+ </div>
371
+ </div>
372
+
373
+ <div class="date-row">
374
+ <div class="date-primary">
375
+ <svg viewBox="0 0 24 24" width="48" height="48" fill="#1b3a6b">
376
+ <path d="M7 2h2v3H7zM15 2h2v3h-2zM4 6h16v14H4z"/>
377
+ </svg>
378
+ <div><strong>02</strong> Jul , Sun</div>
379
+ </div>
380
+ <div class="date-item">03 Jul</div>
381
+ <div class="date-item">04 Jul</div>
382
+ <div class="date-item">05 Jul</div>
383
+ </div>
384
+
385
+ <div class="divider-dash"></div>
386
+
387
+ <div class="action-row">
388
+ <div class="btn">
389
+ <svg viewBox="0 0 24 24"><path d="M4 7h16v8H4zM6 17h4v2H6zM14 17h4v2h-4z"/></svg>
390
+ <span>Search Buses</span>
391
+ </div>
392
+ <div class="btn">
393
+ <svg viewBox="0 0 24 24"><rect x="5" y="6" width="14" height="10" rx="1"/><rect x="7" y="8" width="10" height="2"/><rect x="8" y="12" width="3" height="2"/><rect x="13" y="12" width="3" height="2"/></svg>
394
+ <span>Search Trains</span>
395
+ </div>
396
+ </div>
397
+ </div>
398
+
399
+ <!-- Train Enquiry Center -->
400
+ <div class="section">
401
+ <h2>Train Enquiry Center</h2>
402
+
403
+ <div class="card-row">
404
+ <div class="mini-card">
405
+ <div class="left">
406
+ <svg viewBox="0 0 24 24"><rect x="6" y="8" width="12" height="7" rx="1"/><circle cx="9" cy="16" r="1.5"/><circle cx="15" cy="16" r="1.5"/></svg>
407
+ <span>Train Status</span>
408
+ </div>
409
+ <div class="arrow">›</div>
410
+ </div>
411
+
412
+ <div class="mini-card">
413
+ <div class="left">
414
+ <svg viewBox="0 0 24 24"><rect x="5" y="6" width="14" height="10" rx="2"/><rect x="7" y="8" width="10" height="2"/><rect x="7" y="11" width="6" height="2"/></svg>
415
+ <span>PNR Status</span>
416
+ </div>
417
+ <div class="arrow">›</div>
418
+ </div>
419
+ </div>
420
+
421
+ <div class="grid-icons">
422
+ <div class="grid-item">
423
+ <svg viewBox="0 0 24 24"><path d="M5 5l4 4-4 4M19 5l-4 4 4 4" stroke="#1b4e92" stroke-width="2" fill="none"/></svg>
424
+ <div class="title">Trains b/w Stations</div>
425
+ </div>
426
+ <div class="grid-item">
427
+ <svg viewBox="0 0 24 24"><rect x="5" y="4" width="14" height="16" rx="2"/><rect x="8" y="8" width="8" height="2"/><rect x="8" y="12" width="8" height="2"/></svg>
428
+ <div class="title">Time Table</div>
429
+ </div>
430
+ <div class="grid-item">
431
+ <svg viewBox="0 0 24 24"><path d="M4 14h16v6H4z"/><path d="M6 4h12v8H6z"/><path d="M10 7h4v2h-4z"/></svg>
432
+ <div class="title">Ticket Availability</div>
433
+ </div>
434
+ <div class="grid-item">
435
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="5"/></svg>
436
+ <div class="title">View More</div>
437
+ </div>
438
+ </div>
439
+ </div>
440
+
441
+ <!-- Banner -->
442
+ <div class="banner">[IMG: Nissan Magnite Geza Car Banner]</div>
443
+
444
+ <!-- Spotlight -->
445
+ <div class="spotlight">
446
+ <h2>In the Spotlight</h2>
447
+ <div class="spotlight-row">
448
+ <div class="spot-card"></div>
449
+ <div class="spot-card"></div>
450
+ </div>
451
+ </div>
452
+ </div>
453
+ </body>
454
+ </html>
code/19100/19100_3.html ADDED
@@ -0,0 +1,284 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>IRCTC Train Tickets</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: #1f57a6;
15
+ border-radius: 0;
16
+ }
17
+
18
+ /* Top status bar */
19
+ .status-bar {
20
+ height: 110px;
21
+ padding: 0 36px;
22
+ color: #fff;
23
+ display: flex;
24
+ align-items: center;
25
+ font-size: 40px;
26
+ letter-spacing: 0.5px;
27
+ }
28
+ .status-left { display: flex; align-items: center; gap: 18px; }
29
+ .status-right { margin-left: auto; display: flex; align-items: center; gap: 28px; }
30
+ .status-dot { width: 10px; height: 10px; background: #cfe1ff; border-radius: 50%; }
31
+
32
+ /* App bar */
33
+ .app-bar {
34
+ height: 180px;
35
+ padding: 0 36px;
36
+ display: flex;
37
+ align-items: center;
38
+ color: #fff;
39
+ }
40
+ .back-btn {
41
+ width: 72px; height: 72px; display: flex; align-items: center; justify-content: center;
42
+ margin-right: 16px;
43
+ }
44
+ .app-title { font-size: 56px; font-weight: 700; }
45
+ .app-logo {
46
+ margin-left: auto;
47
+ width: 90px; height: 90px;
48
+ background: #fff;
49
+ border-radius: 50%;
50
+ display: flex; align-items: center; justify-content: center;
51
+ box-shadow: 0 2px 8px rgba(0,0,0,0.2);
52
+ color: #1f57a6;
53
+ font-weight: 700;
54
+ font-size: 28px;
55
+ }
56
+
57
+ /* Card */
58
+ .card {
59
+ margin: 12px 36px 0 36px;
60
+ background: #fff;
61
+ border-radius: 24px;
62
+ box-shadow: 0 8px 16px rgba(0,0,0,0.25);
63
+ padding: 36px 36px 40px 36px;
64
+ }
65
+ .field {
66
+ position: relative;
67
+ padding-left: 76px;
68
+ padding-right: 110px;
69
+ }
70
+ .label { color: #8a95a8; font-size: 36px; margin-bottom: 10px; }
71
+ .row {
72
+ display: flex; align-items: center; gap: 18px;
73
+ }
74
+ .code-pill {
75
+ border: 2px solid #c7d2eb;
76
+ border-radius: 14px;
77
+ padding: 10px 16px;
78
+ color: #194184;
79
+ font-weight: 700;
80
+ font-size: 34px;
81
+ background: #f4f7ff;
82
+ }
83
+ .station-name { font-size: 54px; font-weight: 700; color: #000; }
84
+ .divider { height: 2px; background: #e6e8ee; margin: 28px 0; }
85
+
86
+ .indicator {
87
+ position: absolute; left: 26px; top: 60px; bottom: 60px;
88
+ width: 24px;
89
+ }
90
+ .indicator .dot {
91
+ width: 24px; height: 24px; border-radius: 50%;
92
+ }
93
+ .indicator .dot.green { background: #5bc248; }
94
+ .indicator .dot.orange { background: #f0a333; position: absolute; bottom: 0; }
95
+ .indicator .dash {
96
+ position: absolute; top: 24px; bottom: 24px; left: 11px; width: 2px;
97
+ border-left: 2px dashed #cfd6e0;
98
+ }
99
+
100
+ .swap {
101
+ position: absolute; right: 36px; top: 50px;
102
+ width: 100px; height: 100px; background: #e9f0fb; border-radius: 50%;
103
+ display: flex; align-items: center; justify-content: center;
104
+ }
105
+
106
+ /* Date row */
107
+ .date-row {
108
+ margin-top: 16px;
109
+ display: flex; align-items: center; justify-content: space-between;
110
+ }
111
+ .date-left { display: flex; align-items: center; gap: 16px; }
112
+ .date-big { font-size: 96px; font-weight: 800; color: #202020; line-height: 1; }
113
+ .date-sub { font-size: 34px; color: #5f6b7a; margin-left: 10px; }
114
+ .chips { display: flex; gap: 18px; }
115
+ .chip {
116
+ padding: 18px 28px; border-radius: 36px; background: #eceff3; color: #6a778b; font-size: 34px;
117
+ }
118
+
119
+ .primary-btn {
120
+ margin-top: 34px;
121
+ width: 100%;
122
+ background: #2f6de1;
123
+ color: #fff; font-size: 48px; font-weight: 700;
124
+ border: none; border-radius: 18px; padding: 34px 0;
125
+ box-shadow: 0 6px 12px rgba(47,109,225,0.4);
126
+ }
127
+
128
+ /* Section headings */
129
+ .section {
130
+ padding: 44px 36px 0 36px;
131
+ background: #f7f8fb;
132
+ color: #1a1a1a;
133
+ }
134
+ .section h2 { margin: 20px 0; font-size: 52px; font-weight: 800; color: #222; }
135
+
136
+ .banner {
137
+ margin: 10px 0 0 0;
138
+ width: 1008px; height: 380px;
139
+ background: #E0E0E0; border: 1px solid #BDBDBD;
140
+ border-radius: 22px;
141
+ display: flex; align-items: center; justify-content: center;
142
+ color: #555; font-size: 40px;
143
+ box-shadow: 0 8px 16px rgba(0,0,0,0.15);
144
+ }
145
+
146
+ .why-section { padding: 44px 36px; background: #f7f8fb; }
147
+ .card-mini {
148
+ width: 1008px; height: 260px;
149
+ background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 22px;
150
+ display: flex; align-items: center; justify-content: center;
151
+ color: #555; font-size: 36px;
152
+ box-shadow: 0 6px 12px rgba(0,0,0,0.1);
153
+ }
154
+
155
+ /* Bottom Nav */
156
+ .bottom-nav {
157
+ position: absolute; bottom: 60px; left: 0; right: 0;
158
+ height: 160px; background: #ffffff;
159
+ border-top-left-radius: 18px; border-top-right-radius: 18px;
160
+ box-shadow: 0 -4px 10px rgba(0,0,0,0.12);
161
+ display: flex; align-items: center; justify-content: space-around;
162
+ padding: 0 24px;
163
+ }
164
+ .nav-item {
165
+ display: flex; flex-direction: column; align-items: center; gap: 14px;
166
+ color: #606a77; font-size: 30px; font-weight: 600;
167
+ }
168
+ .home-indicator {
169
+ position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%);
170
+ width: 300px; height: 10px; background: #000; opacity: 0.12; border-radius: 8px;
171
+ }
172
+
173
+ /* Utility */
174
+ .muted { color: #b8c6db; }
175
+ </style>
176
+ </head>
177
+ <body>
178
+ <div id="render-target">
179
+
180
+ <!-- Top blue status -->
181
+ <div class="status-bar">
182
+ <div class="status-left">
183
+ <span>12:06</span>
184
+ <span class="muted">N</span>
185
+ <span class="status-dot"></span>
186
+ <span class="status-dot"></span>
187
+ <span class="status-dot"></span>
188
+ <span class="status-dot"></span>
189
+ </div>
190
+ <div class="status-right">
191
+ <!-- WiFi -->
192
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#fff"><path d="M2 8c5.5-4.7 14.5-4.7 20 0l-1.5 1.4c-4.6-3.9-12.4-3.9-17 0L2 8zm3.5 3.3c3.7-3.1 9.3-3.1 13 0l-1.5 1.4c-2.9-2.4-7.1-2.4-10 0l-1.5-1.4zm3.6 3.3c1.9-1.6 4.9-1.6 6.8 0l-3.4 3.4-3.4-3.4z"/></svg>
193
+ <!-- Battery -->
194
+ <svg width="52" height="52" viewBox="0 0 24 24" fill="#fff"><path d="M17 6h2a2 2 0 0 1 2 2v2h1v4h-1v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h12zm0 2H5v8h12V8z"/></svg>
195
+ </div>
196
+ </div>
197
+
198
+ <!-- App bar -->
199
+ <div class="app-bar">
200
+ <div class="back-btn">
201
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="#fff"><path d="M15.4 3.3 7.7 11l7.7 7.7-1.4 1.4L4.9 11l9.1-9.1 1.4 1.4z"/></svg>
202
+ </div>
203
+ <div class="app-title">IRCTC Train Tickets</div>
204
+ <div class="app-logo">IR</div>
205
+ </div>
206
+
207
+ <!-- Main card -->
208
+ <div class="card">
209
+ <div class="swap">
210
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="#3a6bdc"><path d="M7 7h11v2H7l2 2-1.4 1.4L3.2 8l4.4-4.4L9 5.1 7 7zm10 10H6v-2h11l-2-2 1.4-1.4 4.4 4.4-4.4 4.4L15 17.9l2-2z"/></svg>
211
+ </div>
212
+
213
+ <div class="field">
214
+ <div class="indicator">
215
+ <div class="dot green"></div>
216
+ <div class="dash"></div>
217
+ <div class="dot orange"></div>
218
+ </div>
219
+
220
+ <div class="label">Source</div>
221
+ <div class="row">
222
+ <div class="code-pill">NDLS</div>
223
+ <div class="station-name">New Delhi</div>
224
+ </div>
225
+
226
+ <div class="divider"></div>
227
+
228
+ <div class="label">Destination</div>
229
+ <div class="row">
230
+ <div class="code-pill">SVM</div>
231
+ <div class="station-name">Sanverdam Chuch</div>
232
+ </div>
233
+
234
+ <div class="divider"></div>
235
+
236
+ <div class="date-row">
237
+ <div class="date-left">
238
+ <svg width="70" height="70" viewBox="0 0 24 24" fill="#6b7c93"><path d="M7 2h2v2h6V2h2v2h3v18H4V4h3V2zm12 7H5v11h14V9z"/></svg>
239
+ <div>
240
+ <span class="date-big">27</span>
241
+ <span class="date-sub">Jun Tue</span>
242
+ </div>
243
+ </div>
244
+ <div class="chips">
245
+ <div class="chip">28 Jun</div>
246
+ <div class="chip">29 Jun</div>
247
+ <div class="chip">30 Jun</div>
248
+ </div>
249
+ </div>
250
+
251
+ <button class="primary-btn">Book Tickets</button>
252
+ </div>
253
+ </div>
254
+
255
+ <!-- Content sections -->
256
+ <div class="section">
257
+ <h2>In the Spotlight</h2>
258
+ <div class="banner">[IMG: Promotional banner - Watch Live TV, Movies & More]</div>
259
+ </div>
260
+
261
+ <div class="why-section">
262
+ <h2>Why Book From RailYatri</h2>
263
+ <div class="card-mini">[IMG: Why RailYatri - Feature Cards]</div>
264
+ </div>
265
+
266
+ <!-- Bottom navigation -->
267
+ <div class="bottom-nav">
268
+ <div class="nav-item">
269
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="#6a778b"><path d="M10 4h4v4h4v12H6V8h4V4zm2 2v4H8v8h8V10h-4V6z"/></svg>
270
+ <div>My Bookings</div>
271
+ </div>
272
+ <div class="nav-item">
273
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="#6a778b"><path d="M3 7h18v10H3V7zm2 2v6h14V9H5zm5 1h4v2h-4v-2z"/></svg>
274
+ <div>RY Wallet</div>
275
+ </div>
276
+ <div class="nav-item">
277
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="#6a778b"><path d="M12 8a4 4 0 1 1 0 8 4 4 0 0 1 0-8zm9.4 3.5-2.1-.3a7.9 7.9 0 0 0-1-2.3l1.3-1.7-1.8-1.8-1.7 1.3a7.9 7.9 0 0 0-2.3-1l-.3-2.1h-2.6l-.3 2.1a7.9 7.9 0 0 0-2.3 1L5 3.4 3.2 5.2l1.3 1.7a7.9 7.9 0 0 0-1 2.3l-2.1.3v2.6l2.1.3c.2.8.6 1.6 1 2.3l-1.3 1.7 1.8 1.8 1.7-1.3c.7.5 1.5.8 2.3 1l.3 2.1h2.6l.3-2.1c.8-.2 1.6-.6 2.3-1l1.7 1.3 1.8-1.8-1.3-1.7c.5-.7.8-1.5 1-2.3l2.1-.3v-2.6z"/></svg>
278
+ <div>IRCTC Settings</div>
279
+ </div>
280
+ </div>
281
+ <div class="home-indicator"></div>
282
+ </div>
283
+ </body>
284
+ </html>
code/19100/19100_4.html ADDED
@@ -0,0 +1,295 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>Search Station UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #F6F7F9;
14
+ }
15
+
16
+ /* Top blue status/app bar */
17
+ .top-bar {
18
+ position: absolute;
19
+ left: 0; top: 0; width: 100%;
20
+ height: 220px;
21
+ background: #2E6BD6;
22
+ }
23
+ .status-content {
24
+ display: flex;
25
+ justify-content: space-between;
26
+ align-items: center;
27
+ color: #ffffff;
28
+ padding: 28px 36px 0 36px;
29
+ font-size: 34px;
30
+ letter-spacing: 0.5px;
31
+ }
32
+ .status-left span { margin-right: 22px; }
33
+ .status-right svg { margin-left: 22px; }
34
+
35
+ /* Search card */
36
+ .search-card {
37
+ position: absolute;
38
+ left: 24px;
39
+ right: 24px;
40
+ top: 110px;
41
+ height: 112px;
42
+ background: #ffffff;
43
+ border-radius: 10px;
44
+ box-shadow: 0 2px 8px rgba(0,0,0,0.18);
45
+ display: flex;
46
+ align-items: center;
47
+ padding: 0 28px;
48
+ }
49
+ .back-icon { margin-right: 22px; }
50
+ .caret {
51
+ width: 3px; height: 52px; background: #2E6BD6; margin-right: 18px; border-radius: 2px;
52
+ }
53
+ .search-placeholder {
54
+ color: #757575;
55
+ font-size: 48px;
56
+ }
57
+
58
+ /* Content area */
59
+ .content {
60
+ position: absolute;
61
+ left: 0; right: 0; top: 240px; bottom: 900px;
62
+ background: #ffffff;
63
+ }
64
+ .subtitle {
65
+ color: #757575;
66
+ font-size: 36px;
67
+ margin: 40px 36px 16px 36px;
68
+ }
69
+ .recent-item {
70
+ display: flex;
71
+ align-items: center;
72
+ padding: 30px 36px;
73
+ }
74
+ .recent-item .label {
75
+ font-size: 42px;
76
+ color: #444444;
77
+ margin-left: 24px;
78
+ }
79
+ .divider {
80
+ height: 2px;
81
+ background: #E6E6E6;
82
+ margin-left: 106px; /* aligns under text, leaving icon area */
83
+ margin-right: 36px;
84
+ }
85
+
86
+ /* Keyboard mock */
87
+ .keyboard {
88
+ position: absolute;
89
+ left: 0; right: 0; bottom: 86px;
90
+ height: 900px;
91
+ background: #151515;
92
+ border-top: 1px solid #2a2a2a;
93
+ box-shadow: inset 0 6px 12px rgba(0,0,0,0.3);
94
+ }
95
+ .kb-toptools {
96
+ display: flex;
97
+ align-items: center;
98
+ padding: 28px 36px;
99
+ color: #eaeaea;
100
+ font-size: 34px;
101
+ }
102
+ .kb-tool {
103
+ background: #242424;
104
+ color: #eaeaea;
105
+ padding: 14px 22px;
106
+ border-radius: 16px;
107
+ margin-right: 26px;
108
+ display: flex; align-items: center;
109
+ }
110
+ .kb-rows { padding: 0 26px; }
111
+ .kb-row {
112
+ display: flex;
113
+ justify-content: center;
114
+ margin: 22px 0;
115
+ }
116
+ .key {
117
+ background: #2a2a2a;
118
+ color: #d7d7d7;
119
+ border-radius: 18px;
120
+ padding: 22px 26px;
121
+ margin: 8px;
122
+ font-size: 40px;
123
+ min-width: 78px;
124
+ text-align: center;
125
+ }
126
+ .key.wide { min-width: 160px; }
127
+ .key.space { min-width: 520px; }
128
+ .key.teal { background: #9bdad6; color: #001514; }
129
+ .key.action { background: #a8f6f2; color: #003034; }
130
+ .gesture {
131
+ position: absolute;
132
+ bottom: 28px; left: 50%;
133
+ transform: translateX(-50%);
134
+ width: 460px; height: 14px;
135
+ background: #eaeaea; border-radius: 12px;
136
+ }
137
+
138
+ /* Simple icon styles */
139
+ .icon { width: 44px; height: 44px; }
140
+ .history-icon { width: 44px; height: 44px; }
141
+ </style>
142
+ </head>
143
+ <body>
144
+ <div id="render-target">
145
+
146
+ <!-- Top bar with status icons -->
147
+ <div class="top-bar">
148
+ <div class="status-content">
149
+ <div class="status-left">
150
+ <span>12:06</span>
151
+ <span>N</span>
152
+ <span>16°</span>
153
+ <span>○</span>
154
+ <span>•</span>
155
+ </div>
156
+ <div class="status-right">
157
+ <!-- WiFi -->
158
+ <svg class="icon" viewBox="0 0 24 24" fill="none">
159
+ <path d="M2 8c6-6 14-6 20 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
160
+ <path d="M6 12c4-4 8-4 12 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
161
+ <circle cx="12" cy="16" r="2" fill="#fff"/>
162
+ </svg>
163
+ <!-- Battery -->
164
+ <svg class="icon" viewBox="0 0 28 24" fill="none">
165
+ <rect x="2" y="6" width="20" height="12" rx="2" stroke="#fff" stroke-width="2"/>
166
+ <rect x="4" y="8" width="14" height="8" rx="1" fill="#fff"/>
167
+ <rect x="22" y="9" width="4" height="6" rx="1" fill="#fff"/>
168
+ </svg>
169
+ </div>
170
+ </div>
171
+ </div>
172
+
173
+ <!-- Search bar card -->
174
+ <div class="search-card">
175
+ <!-- Back arrow -->
176
+ <svg class="icon back-icon" viewBox="0 0 24 24" fill="none">
177
+ <path d="M15 4L7 12l8 8" stroke="#333" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
178
+ </svg>
179
+ <div class="caret"></div>
180
+ <div class="search-placeholder">Search for City/Station</div>
181
+ </div>
182
+
183
+ <!-- Content list -->
184
+ <div class="content">
185
+ <div class="subtitle">Recent Station Searches</div>
186
+
187
+ <div class="recent-item">
188
+ <svg class="history-icon" viewBox="0 0 24 24" fill="none">
189
+ <circle cx="12" cy="12" r="9" stroke="#8E8E8E" stroke-width="2"/>
190
+ <path d="M12 7v6l4 2" stroke="#8E8E8E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
191
+ </svg>
192
+ <div class="label">BE | Bareilly</div>
193
+ </div>
194
+ <div class="divider"></div>
195
+
196
+ <div class="recent-item">
197
+ <svg class="history-icon" viewBox="0 0 24 24" fill="none">
198
+ <circle cx="12" cy="12" r="9" stroke="#8E8E8E" stroke-width="2"/>
199
+ <path d="M12 7v6l4 2" stroke="#8E8E8E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
200
+ </svg>
201
+ <div class="label">NDLS | New Delhi</div>
202
+ </div>
203
+ <div class="divider"></div>
204
+
205
+ <div class="recent-item">
206
+ <svg class="history-icon" viewBox="0 0 24 24" fill="none">
207
+ <circle cx="12" cy="12" r="9" stroke="#8E8E8E" stroke-width="2"/>
208
+ <path d="M12 7v6l4 2" stroke="#8E8E8E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
209
+ </svg>
210
+ <div class="label">AII | Ajmer Jn</div>
211
+ </div>
212
+ <div class="divider"></div>
213
+
214
+ <div class="recent-item">
215
+ <svg class="history-icon" viewBox="0 0 24 24" fill="none">
216
+ <circle cx="12" cy="12" r="9" stroke="#8E8E8E" stroke-width="2"/>
217
+ <path d="M12 7v6l4 2" stroke="#8E8E8E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
218
+ </svg>
219
+ <div class="label">GI | Guduvancheri</div>
220
+ </div>
221
+ <div class="divider"></div>
222
+
223
+ <div class="recent-item">
224
+ <svg class="history-icon" viewBox="0 0 24 24" fill="none">
225
+ <circle cx="12" cy="12" r="9" stroke="#8E8E8E" stroke-width="2"/>
226
+ <path d="M12 7v6l4 2" stroke="#8E8E8E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
227
+ </svg>
228
+ <div class="label">GLPT | Goalpara Town</div>
229
+ </div>
230
+ <div class="divider"></div>
231
+ </div>
232
+
233
+ <!-- Keyboard mock -->
234
+ <div class="keyboard">
235
+ <div class="kb-toptools">
236
+ <div class="kb-tool">
237
+ <svg width="30" height="30" viewBox="0 0 24 24">
238
+ <rect x="3" y="3" width="6" height="6" fill="#ddd"/>
239
+ <rect x="15" y="3" width="6" height="6" fill="#ddd"/>
240
+ <rect x="3" y="15" width="6" height="6" fill="#ddd"/>
241
+ <rect x="15" y="15" width="6" height="6" fill="#ddd"/>
242
+ </svg>
243
+ </div>
244
+ <div class="kb-tool">🙂</div>
245
+ <div class="kb-tool">GIF</div>
246
+ <div class="kb-tool">Gx</div>
247
+ <div class="kb-tool">
248
+ <svg width="30" height="30" viewBox="0 0 24 24">
249
+ <circle cx="12" cy="12" r="10" stroke="#ddd" fill="none"/>
250
+ <path d="M12 6v6l4 2" stroke="#ddd" stroke-width="2" stroke-linecap="round"/>
251
+ </svg>
252
+ </div>
253
+ <div class="kb-tool">
254
+ <svg width="30" height="30" viewBox="0 0 24 24">
255
+ <path d="M12 2l3 6 7 1-5 5 1 7-6-3-6 3 1-7-5-5 7-1 3-6z" fill="#ddd"/>
256
+ </svg>
257
+ </div>
258
+ <div class="kb-tool">
259
+ <svg width="30" height="30" viewBox="0 0 24 24">
260
+ <circle cx="12" cy="12" r="6" stroke="#ddd" fill="none"/>
261
+ <rect x="18" y="10" width="4" height="8" rx="2" fill="#ddd"/>
262
+ </svg>
263
+ </div>
264
+ </div>
265
+
266
+ <div class="kb-rows">
267
+ <div class="kb-row">
268
+ <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>
269
+ <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>
270
+ </div>
271
+ <div class="kb-row">
272
+ <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>
273
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
274
+ </div>
275
+ <div class="kb-row">
276
+ <div class="key wide">⌂</div>
277
+ <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>
278
+ <div class="key">n</div><div class="key">m</div>
279
+ <div class="key wide">⌫</div>
280
+ </div>
281
+ <div class="kb-row">
282
+ <div class="key teal wide">?123</div>
283
+ <div class="key">,</div>
284
+ <div class="key wide">🙂</div>
285
+ <div class="key space">space</div>
286
+ <div class="key">.</div>
287
+ <div class="key action wide">✓</div>
288
+ </div>
289
+ </div>
290
+ <div class="gesture"></div>
291
+ </div>
292
+
293
+ </div>
294
+ </body>
295
+ </html>
code/19100/19100_5.html ADDED
@@ -0,0 +1,332 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Search UI - New Delhi</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ position: relative;
10
+ overflow: hidden;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ background: #ffffff;
14
+ }
15
+
16
+ /* Top app bar */
17
+ .appbar {
18
+ position: relative;
19
+ width: 100%;
20
+ height: 260px;
21
+ background: #2F6EDB;
22
+ }
23
+ .statusBar {
24
+ height: 90px;
25
+ display: flex;
26
+ align-items: center;
27
+ color: #fff;
28
+ font-size: 30px;
29
+ padding: 0 32px;
30
+ gap: 22px;
31
+ opacity: 0.95;
32
+ }
33
+ .status-icons {
34
+ margin-left: auto;
35
+ display: flex;
36
+ align-items: center;
37
+ gap: 24px;
38
+ }
39
+ .status-icons svg { fill: none; stroke: #fff; stroke-width: 3; }
40
+
41
+ /* Search bar */
42
+ .searchBar {
43
+ position: absolute;
44
+ left: 20px;
45
+ right: 20px;
46
+ top: 110px;
47
+ height: 110px;
48
+ background: #fff;
49
+ border-radius: 12px;
50
+ display: flex;
51
+ align-items: center;
52
+ padding: 0 24px;
53
+ box-shadow: 0 2px 4px rgba(0,0,0,0.15);
54
+ }
55
+ .searchBar .back {
56
+ width: 56px; height: 56px; display: flex; align-items: center; justify-content: center;
57
+ }
58
+ .searchText {
59
+ font-size: 44px;
60
+ color: #222;
61
+ margin-left: 8px;
62
+ }
63
+ .searchBar .clear {
64
+ margin-left: auto;
65
+ width: 56px; height: 56px; display: flex; align-items: center; justify-content: center;
66
+ }
67
+ .searchBar svg { stroke: #555; stroke-width: 5; }
68
+
69
+ /* Content / results */
70
+ .content {
71
+ position: relative;
72
+ width: 100%;
73
+ background: #fff;
74
+ padding-top: 18px;
75
+ }
76
+ .resultRow {
77
+ height: 130px;
78
+ display: flex;
79
+ align-items: center;
80
+ padding: 0 32px;
81
+ color: #424242;
82
+ gap: 24px;
83
+ }
84
+ .trainIcon {
85
+ width: 64px; height: 64px; border-radius: 8px;
86
+ display: flex; align-items: center; justify-content: center;
87
+ background: #E0E0E0; border: 1px solid #BDBDBD;
88
+ }
89
+ .trainIcon svg { width: 44px; height: 44px; fill: #616161; }
90
+ .resultText { font-size: 38px; }
91
+ .rightBadge { margin-left: auto; font-size: 34px; color: #9E9E9E; }
92
+ .divider { height: 1px; background: #E5E5E5; margin: 0 32px; }
93
+
94
+ /* Keyboard */
95
+ .keyboard {
96
+ position: absolute;
97
+ left: 0;
98
+ bottom: 0;
99
+ width: 1080px;
100
+ height: 940px;
101
+ background: #181818;
102
+ border-top: 1px solid #2A2A2A;
103
+ }
104
+ .suggest {
105
+ height: 110px;
106
+ background: #212121;
107
+ display: flex;
108
+ align-items: center;
109
+ padding: 0 24px;
110
+ color: #E0E0E0;
111
+ font-size: 36px;
112
+ gap: 24px;
113
+ }
114
+ .kbd-switch {
115
+ width: 64px; height: 64px; border-radius: 16px; background: #2A2A2A; border: 1px solid #3A3A3A;
116
+ display: flex; align-items: center; justify-content: center;
117
+ }
118
+ .ssep { width: 2px; height: 40px; background: #444; }
119
+ .mic {
120
+ margin-left: auto;
121
+ width: 74px; height: 74px; border-radius: 37px; background: #2A2A2A; border: 1px solid #3A3A3A;
122
+ display: flex; align-items: center; justify-content: center;
123
+ }
124
+ .mic svg { fill: none; stroke: #fff; stroke-width: 4; }
125
+
126
+ .keys { padding-top: 12px; }
127
+ .row {
128
+ display: flex;
129
+ gap: 12px;
130
+ padding: 0 24px;
131
+ margin-top: 18px;
132
+ }
133
+ .key {
134
+ width: 82px;
135
+ height: 120px;
136
+ background: #2C2C2C;
137
+ border: 1px solid #3A3A3A;
138
+ color: #EDEDED;
139
+ border-radius: 24px;
140
+ display: flex;
141
+ align-items: center;
142
+ justify-content: center;
143
+ font-size: 40px;
144
+ box-shadow: inset 0 -2px 0 rgba(255,255,255,0.04);
145
+ }
146
+ .row.second .key { width: 90px; }
147
+ .key.wide { width: 130px; }
148
+ .key.long { width: 420px; }
149
+ .key.light { color: #D6D6D6; }
150
+ .key svg { fill: none; stroke: #EDEDED; stroke-width: 5; }
151
+ .sendBtn {
152
+ width: 120px; height: 120px;
153
+ background: #AAEEF0;
154
+ color: #0F3D3D;
155
+ border-radius: 60px;
156
+ display: flex; align-items: center; justify-content: center;
157
+ margin-left: 6px;
158
+ }
159
+ .sendBtn svg { stroke: #124; stroke-width: 6; }
160
+
161
+ .gesture {
162
+ position: absolute;
163
+ bottom: 18px;
164
+ left: 50%;
165
+ transform: translateX(-50%);
166
+ width: 200px; height: 10px; border-radius: 10px;
167
+ background: #EAEAEA;
168
+ opacity: 0.95;
169
+ }
170
+ </style>
171
+ </head>
172
+ <body>
173
+ <div id="render-target">
174
+
175
+ <!-- Top blue app bar with status and search -->
176
+ <div class="appbar">
177
+ <div class="statusBar">
178
+ <div>12:07</div>
179
+ <div style="font-weight:600;">N</div>
180
+ <div>16°</div>
181
+ <div>🌐</div>
182
+ <div style="opacity:.8;">•</div>
183
+ <div class="status-icons">
184
+ <!-- Signal -->
185
+ <svg width="36" height="28" viewBox="0 0 36 28">
186
+ <path d="M2 26h4M8 22h4M14 18h4M20 14h4M26 10h4"></path>
187
+ </svg>
188
+ <!-- Wi-Fi -->
189
+ <svg width="36" height="28" viewBox="0 0 36 28">
190
+ <path d="M3 9c7-6 23-6 30 0"></path>
191
+ <path d="M8 14c5-4 15-4 20 0"></path>
192
+ <path d="M14 19c3-2 9-2 12 0"></path>
193
+ <circle cx="18" cy="23" r="2" fill="#fff"></circle>
194
+ </svg>
195
+ <!-- Battery -->
196
+ <svg width="46" height="24" viewBox="0 0 46 24">
197
+ <rect x="2" y="4" width="36" height="16" rx="3" ry="3"></rect>
198
+ <rect x="5" y="7" width="26" height="10" fill="#fff" stroke="none"></rect>
199
+ <rect x="40" y="8" width="4" height="8" rx="1"></rect>
200
+ </svg>
201
+ </div>
202
+ </div>
203
+
204
+ <div class="searchBar">
205
+ <div class="back">
206
+ <svg width="40" height="40" viewBox="0 0 40 40">
207
+ <path d="M24 8L12 20l12 12"></path>
208
+ </svg>
209
+ </div>
210
+ <div class="searchText">New Delhi</div>
211
+ <div class="clear">
212
+ <svg width="40" height="40" viewBox="0 0 40 40">
213
+ <path d="M12 12l16 16M28 12L12 28"></path>
214
+ </svg>
215
+ </div>
216
+ </div>
217
+ </div>
218
+
219
+ <!-- Results area -->
220
+ <div class="content">
221
+ <div class="resultRow">
222
+ <div class="trainIcon">
223
+ <svg viewBox="0 0 48 48">
224
+ <rect x="10" y="10" width="28" height="20" rx="4"></rect>
225
+ <rect x="14" y="14" width="20" height="8" rx="2" fill="#B0B0B0"></rect>
226
+ <circle cx="18" cy="33" r="3"></circle>
227
+ <circle cx="30" cy="33" r="3"></circle>
228
+ </svg>
229
+ </div>
230
+ <div class="resultText">NDLS | New Delhi</div>
231
+ <div class="rightBadge">Station</div>
232
+ </div>
233
+ <div class="divider"></div>
234
+ </div>
235
+
236
+ <!-- Dark keyboard -->
237
+ <div class="keyboard">
238
+ <div class="suggest">
239
+ <div class="kbd-switch">
240
+ <svg width="38" height="38" viewBox="0 0 38 38">
241
+ <circle cx="10" cy="10" r="2" fill="#BDBDBD"></circle>
242
+ <circle cx="19" cy="10" r="2" fill="#BDBDBD"></circle>
243
+ <circle cx="28" cy="10" r="2" fill="#BDBDBD"></circle>
244
+ <circle cx="10" cy="19" r="2" fill="#BDBDBD"></circle>
245
+ <circle cx="19" cy="19" r="2" fill="#BDBDBD"></circle>
246
+ <circle cx="28" cy="19" r="2" fill="#BDBDBD"></circle>
247
+ <circle cx="10" cy="28" r="2" fill="#BDBDBD"></circle>
248
+ <circle cx="19" cy="28" r="2" fill="#BDBDBD"></circle>
249
+ <circle cx="28" cy="28" r="2" fill="#BDBDBD"></circle>
250
+ </svg>
251
+ </div>
252
+ <div>Delhi</div>
253
+ <div class="ssep"></div>
254
+ <div>Dekhi</div>
255
+ <div class="ssep"></div>
256
+ <div>Delhi's</div>
257
+ <div class="mic">
258
+ <svg width="34" height="34" viewBox="0 0 34 34">
259
+ <rect x="11" y="6" width="12" height="16" rx="6"></rect>
260
+ <path d="M7 16c0 6 5 10 10 10s10-4 10-10"></path>
261
+ <path d="M17 26v5"></path>
262
+ </svg>
263
+ </div>
264
+ </div>
265
+
266
+ <div class="keys">
267
+ <div class="row">
268
+ <div class="key">q</div>
269
+ <div class="key">w</div>
270
+ <div class="key">e</div>
271
+ <div class="key">r</div>
272
+ <div class="key">t</div>
273
+ <div class="key">y</div>
274
+ <div class="key">u</div>
275
+ <div class="key">i</div>
276
+ <div class="key">o</div>
277
+ <div class="key">p</div>
278
+ </div>
279
+
280
+ <div class="row second">
281
+ <div class="key">a</div>
282
+ <div class="key">s</div>
283
+ <div class="key">d</div>
284
+ <div class="key">f</div>
285
+ <div class="key">g</div>
286
+ <div class="key">h</div>
287
+ <div class="key">j</div>
288
+ <div class="key">k</div>
289
+ <div class="key">l</div>
290
+ </div>
291
+
292
+ <div class="row">
293
+ <div class="key wide">
294
+ <svg width="36" height="36" viewBox="0 0 36 36">
295
+ <path d="M18 8v18M10 18l8-8 8 8"></path>
296
+ </svg>
297
+ </div>
298
+ <div class="key">z</div>
299
+ <div class="key">x</div>
300
+ <div class="key">c</div>
301
+ <div class="key">v</div>
302
+ <div class="key">b</div>
303
+ <div class="key">n</div>
304
+ <div class="key">m</div>
305
+ <div class="key wide">
306
+ <svg width="40" height="40" viewBox="0 0 40 40">
307
+ <path d="M10 28l12-8-12-8"></path>
308
+ <path d="M28 12l4 4-4 4"></path>
309
+ </svg>
310
+ </div>
311
+ </div>
312
+
313
+ <div class="row">
314
+ <div class="key wide light">?123</div>
315
+ <div class="key light">,</div>
316
+ <div class="key light">☺</div>
317
+ <div class="key long light">space</div>
318
+ <div class="key light">.</div>
319
+ <div class="sendBtn">
320
+ <svg width="42" height="42" viewBox="0 0 42 42">
321
+ <path d="M12 22l7 7 12-16"></path>
322
+ </svg>
323
+ </div>
324
+ </div>
325
+ </div>
326
+
327
+ <div class="gesture"></div>
328
+ </div>
329
+
330
+ </div>
331
+ </body>
332
+ </html>
code/19100/19100_6.html ADDED
@@ -0,0 +1,226 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>IRCTC Train Tickets - Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: linear-gradient(#2458a6 0%, #2458a6 32%, #ffffff 32%, #ffffff 100%);
14
+ }
15
+ /* Utility */
16
+ .row { display: flex; align-items: center; }
17
+ .muted { color: #8A9BB5; }
18
+ .divider { height: 2px; background: #ECEFF4; margin: 24px 0; }
19
+ .chip {
20
+ display: inline-flex; align-items: center; justify-content: center;
21
+ padding: 10px 16px; border-radius: 12px; font-weight: 600; font-size: 30px;
22
+ border: 2px solid #CFE0FF; background: #EFF6FF; color: #3057A6;
23
+ }
24
+ .chip.grey { border-color: #DADADA; background: #EFEFEF; color: #666; font-weight: 500; }
25
+ .screen-pad { padding: 0 36px; }
26
+ /* Status bar */
27
+ .status-bar { height: 120px; padding: 0 36px; color: #fff; display: flex; align-items: center; justify-content: space-between; }
28
+ .status-left { display: flex; align-items: center; gap: 26px; font-weight: 600; font-size: 34px; }
29
+ .status-right { display: flex; align-items: center; gap: 22px; }
30
+ .icon { width: 42px; height: 42px; }
31
+ /* Header */
32
+ .header { height: 120px; padding: 0 36px; display: flex; align-items: center; justify-content: space-between; color: #fff; }
33
+ .header .title { font-size: 50px; font-weight: 700; margin-left: 18px; }
34
+ .header-left { display: flex; align-items: center; }
35
+ .logo-circle {
36
+ width: 72px; height: 72px; border-radius: 36px; background: #eaf0ff; border: 2px solid rgba(255,255,255,0.4);
37
+ display: flex; align-items: center; justify-content: center; color: #2458a6; font-weight: 800; font-size: 26px;
38
+ }
39
+ /* Card */
40
+ .card {
41
+ margin: 24px 36px 0; background: #fff; border-radius: 24px;
42
+ box-shadow: 0 8px 18px rgba(0,0,0,0.15); padding: 32px; color: #0f172a;
43
+ }
44
+ .route-row { display: grid; grid-template-columns: 44px auto 140px; column-gap: 24px; align-items: center; }
45
+ .route-marker {
46
+ position: relative; width: 44px; height: 110px;
47
+ }
48
+ .route-marker::before {
49
+ content: ""; position: absolute; left: 21px; top: 20px; bottom: 20px;
50
+ border-left: 2px dashed #CBD5E1;
51
+ }
52
+ .dot { width: 18px; height: 18px; border-radius: 50%; position: absolute; left: 12px; }
53
+ .dot.green { top: 0; background: #75D157; }
54
+ .dot.orange { bottom: 0; background: #F4A63C; }
55
+ .label { font-size: 30px; color: #8A9BB5; margin-bottom: 8px; }
56
+ .city { font-size: 46px; font-weight: 700; color: #000; }
57
+ .swap-circle {
58
+ width: 96px; height: 96px; border-radius: 48px; background: #EAF1FF; display: flex; align-items: center; justify-content: center;
59
+ }
60
+ .date-row { display: flex; align-items: center; justify-content: space-between; }
61
+ .date-left { display: flex; align-items: center; gap: 20px; }
62
+ .date-number { font-size: 80px; font-weight: 800; color: #111; line-height: 1; }
63
+ .date-meta { display: flex; flex-direction: column; font-size: 28px; color: #6b7280; }
64
+ .date-chips { display: flex; gap: 18px; }
65
+ .btn {
66
+ margin-top: 26px; background: #3275F4; color: #fff; font-weight: 700; font-size: 42px;
67
+ border: none; border-radius: 16px; padding: 30px 0; width: 100%; text-align: center;
68
+ box-shadow: 0 6px 12px rgba(50,117,244,0.35);
69
+ }
70
+ /* Sections */
71
+ .section-title { font-size: 52px; font-weight: 800; color: #1f2937; margin: 40px 36px 24px; }
72
+ .banner { margin: 0 36px; width: calc(100% - 72px); height: 420px; border-radius: 20px; background: #E0E0E0;
73
+ border: 1px solid #BDBDBD; display: flex; align-items: center; justify-content: center; color: #757575; font-size: 38px; box-shadow: 0 6px 16px rgba(0,0,0,0.12);
74
+ }
75
+ .why-card { margin: 0 36px; width: calc(100% - 72px); height: 320px; border-radius: 20px; background: #E0E0E0; border: 1px solid #BDBDBD;
76
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 36px;
77
+ }
78
+ /* Bottom bar */
79
+ .bottom-bar {
80
+ position: absolute; left: 0; bottom: 0; width: 100%; height: 200px; background: #fff; border-top: 1px solid #E5E7EB;
81
+ display: flex; align-items: center; justify-content: space-around;
82
+ box-shadow: 0 -6px 14px rgba(0,0,0,0.08);
83
+ }
84
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 14px; color: #3f3f46; }
85
+ .nav-item span { font-size: 30px; }
86
+ .handle {
87
+ position: absolute; left: 50%; transform: translateX(-50%);
88
+ bottom: 210px; width: 240px; height: 10px; background: #111827; border-radius: 6px; opacity: 0.15;
89
+ }
90
+ </style>
91
+ </head>
92
+ <body>
93
+ <div id="render-target">
94
+ <!-- Status bar -->
95
+ <div class="status-bar">
96
+ <div class="status-left">
97
+ <div>12:07</div>
98
+ <svg class="icon" viewBox="0 0 24 24">
99
+ <path d="M3 12l9-9 9 9-9 9-9-9z" fill="none" stroke="#fff" stroke-width="2"/>
100
+ </svg>
101
+ <div style="font-size:30px;opacity:.9;">16°</div>
102
+ <svg class="icon" viewBox="0 0 24 24">
103
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#fff" stroke-width="2"/>
104
+ <path d="M3 12h18M12 3v18" stroke="#fff" stroke-width="2"/>
105
+ </svg>
106
+ <div style="font-size:40px;">•</div>
107
+ </div>
108
+ <div class="status-right">
109
+ <svg class="icon" viewBox="0 0 24 24">
110
+ <path d="M2 17c4-5 7-5 10 0 3-5 6-5 10 0" fill="none" stroke="#fff" stroke-width="2"/>
111
+ </svg>
112
+ <svg class="icon" viewBox="0 0 24 24">
113
+ <rect x="2" y="6" width="16" height="12" rx="2" fill="none" stroke="#fff" stroke-width="2"/>
114
+ <rect x="20" y="9" width="2" height="6" fill="#fff"/>
115
+ </svg>
116
+ </div>
117
+ </div>
118
+
119
+ <!-- Header -->
120
+ <div class="header">
121
+ <div class="header-left">
122
+ <svg class="icon" viewBox="0 0 24 24">
123
+ <path d="M15 6l-6 6 6 6" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
124
+ </svg>
125
+ <div class="title">IRCTC Train Tickets</div>
126
+ </div>
127
+ <div class="logo-circle">IR</div>
128
+ </div>
129
+
130
+ <!-- Card -->
131
+ <div class="card">
132
+ <!-- Source -->
133
+ <div class="label">Source</div>
134
+ <div class="route-row">
135
+ <div class="route-marker">
136
+ <div class="dot green"></div>
137
+ <div class="dot orange" style="top:auto;"></div>
138
+ </div>
139
+ <div class="row" style="gap: 18px;">
140
+ <div class="chip">NDLS</div>
141
+ <div class="city">New Delhi</div>
142
+ </div>
143
+ <div class="swap-circle">
144
+ <svg viewBox="0 0 24 24" width="52" height="52">
145
+ <path d="M12 4v8M8 6l4-4 4 4M12 20v-8M16 18l-4 4-4-4" fill="none" stroke="#3b5fb8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
146
+ </svg>
147
+ </div>
148
+ </div>
149
+
150
+ <div class="divider"></div>
151
+
152
+ <!-- Destination -->
153
+ <div class="label">Destination</div>
154
+ <div class="route-row">
155
+ <div class="route-marker">
156
+ <div class="dot green" style="background:#F4A63C;"></div>
157
+ <div class="dot orange" style="background:#75D157; top:auto;"></div>
158
+ </div>
159
+ <div class="row" style="gap: 18px;">
160
+ <div class="chip">SVM</div>
161
+ <div class="city">Sanverdam Chuch</div>
162
+ </div>
163
+ <div></div>
164
+ </div>
165
+
166
+ <div class="divider"></div>
167
+
168
+ <!-- Date row -->
169
+ <div class="date-row">
170
+ <div class="date-left">
171
+ <svg viewBox="0 0 24 24" width="68" height="68">
172
+ <rect x="3" y="5" width="18" height="16" rx="3" fill="none" stroke="#6b7280" stroke-width="2"/>
173
+ <path d="M7 3v4M17 3v4M3 10h18" stroke="#6b7280" stroke-width="2"/>
174
+ </svg>
175
+ <div class="date-number">27</div>
176
+ <div class="date-meta">
177
+ <span>Jun</span>
178
+ <span>Tue</span>
179
+ </div>
180
+ </div>
181
+ <div class="date-chips">
182
+ <div class="chip grey" style="font-size:32px;">28 Jun</div>
183
+ <div class="chip grey" style="font-size:32px;">29 Jun</div>
184
+ <div class="chip grey" style="font-size:32px;">30 Jun</div>
185
+ </div>
186
+ </div>
187
+
188
+ <button class="btn">Book Tickets</button>
189
+ </div>
190
+
191
+ <!-- Spotlight -->
192
+ <div class="section-title">In the Spotlight</div>
193
+ <div class="banner">[IMG: Spotlight banner - Watch Live TV, Movies & More | Play Now]</div>
194
+
195
+ <!-- Why book -->
196
+ <div class="section-title">Why Book From RailYatri</div>
197
+ <div class="why-card">[IMG: Reasons to Book from RailYatri - illustration]</div>
198
+
199
+ <!-- Bottom handle and bar -->
200
+ <div class="handle"></div>
201
+ <div class="bottom-bar">
202
+ <div class="nav-item">
203
+ <svg viewBox="0 0 24 24" width="60" height="60">
204
+ <path d="M3 20h18M6 20V9h12v11" fill="none" stroke="#444" stroke-width="2"/>
205
+ <path d="M10 20v-5h4v5" fill="none" stroke="#444" stroke-width="2"/>
206
+ </svg>
207
+ <span>My Bookings</span>
208
+ </div>
209
+ <div class="nav-item">
210
+ <svg viewBox="0 0 24 24" width="60" height="60">
211
+ <rect x="4" y="5" width="16" height="14" rx="3" fill="none" stroke="#444" stroke-width="2"/>
212
+ <path d="M8 9h8M8 13h6" stroke="#444" stroke-width="2"/>
213
+ </svg>
214
+ <span>RY Wallet</span>
215
+ </div>
216
+ <div class="nav-item">
217
+ <svg viewBox="0 0 24 24" width="60" height="60">
218
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#444" stroke-width="2"/>
219
+ <path d="M12 8v4l3 3" fill="none" stroke="#444" stroke-width="2" stroke-linecap="round"/>
220
+ </svg>
221
+ <span>IRCTC Settings</span>
222
+ </div>
223
+ </div>
224
+ </div>
225
+ </body>
226
+ </html>
code/19100/19100_7.html ADDED
@@ -0,0 +1,231 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Search for City/Station</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #ffffff;
13
+ }
14
+
15
+ /* App bar */
16
+ .appbar {
17
+ position: absolute; top: 0; left: 0; right: 0;
18
+ height: 200px; background: #2E6BD3;
19
+ }
20
+ .status-bar {
21
+ height: 72px; padding: 0 28px; color: #ffffff; font-size: 40px; line-height: 72px;
22
+ display: flex; align-items: center; justify-content: space-between;
23
+ }
24
+ .status-icons { display: flex; align-items: center; gap: 22px; }
25
+ .status-right { display: flex; align-items: center; gap: 22px; }
26
+ .status-icon { display: inline-flex; align-items: center; justify-content: center; }
27
+ /* Search card */
28
+ .search-card {
29
+ position: absolute; top: 200px; left: 0; right: 0;
30
+ height: 150px; background: #ffffff; border-radius: 10px;
31
+ box-shadow: 0 3px 10px rgba(0,0,0,0.2);
32
+ display: flex; align-items: center;
33
+ }
34
+ .back-btn { width: 110px; display: flex; align-items: center; justify-content: center; }
35
+ .search-input {
36
+ flex: 1; color: #606060; font-size: 54px;
37
+ }
38
+ .caret {
39
+ width: 3px; height: 60px; background: #1E88E5; margin-left: 20px; margin-right: 18px;
40
+ }
41
+
42
+ /* Content section */
43
+ .content { position: absolute; top: 370px; left: 0; right: 0; padding: 0 40px; }
44
+ .section-title { font-size: 40px; color: #777; margin: 36px 0 16px; }
45
+ .recent-item {
46
+ height: 120px; display: flex; align-items: center; gap: 26px; color: #444; font-size: 48px;
47
+ }
48
+ .divider { height: 1px; background: #E0E0E0; margin-left: 90px; }
49
+
50
+ .clock-icon { width: 56px; height: 56px; }
51
+ .clock-icon svg { width: 56px; height: 56px; }
52
+
53
+ /* Keyboard mock */
54
+ .keyboard {
55
+ position: absolute; left: 0; right: 0; bottom: 0;
56
+ height: 840px; background: #121212; color: #eaeaea;
57
+ padding: 26px 22px 36px;
58
+ }
59
+ .kb-tools { display: flex; align-items: center; justify-content: space-between; margin-bottom: 26px; }
60
+ .tool {
61
+ width: 110px; height: 110px; background: #1f1f1f; border-radius: 24px;
62
+ display: flex; align-items: center; justify-content: center; color: #cfcfcf; font-size: 34px;
63
+ }
64
+ .keys { display: grid; row-gap: 20px; }
65
+ .row { display: flex; justify-content: space-between; }
66
+ .key {
67
+ height: 120px; min-width: 88px; background: #2a2a2a; border-radius: 24px;
68
+ display: flex; align-items: center; justify-content: center; font-size: 46px; color: #f8f8f8;
69
+ padding: 0 20px;
70
+ }
71
+ .key.wide { min-width: 160px; }
72
+ .key.space { flex: 1; margin: 0 16px; }
73
+ .enter { background: #8EEFF2; color: #093336; }
74
+ </style>
75
+ </head>
76
+ <body>
77
+ <div id="render-target">
78
+
79
+ <!-- Top blue app bar with status -->
80
+ <div class="appbar">
81
+ <div class="status-bar">
82
+ <div style="display:flex; align-items:center; gap:18px;">
83
+ <span>12:08</span>
84
+ <div class="status-icons">
85
+ <!-- Simple small glyphs to echo status icons -->
86
+ <div class="status-icon">
87
+ <svg width="40" height="40">
88
+ <circle cx="20" cy="20" r="12" fill="none" stroke="#fff" stroke-width="3"></circle>
89
+ </svg>
90
+ </div>
91
+ <div class="status-icon">
92
+ <svg width="40" height="40">
93
+ <path d="M5 25 C12 15, 28 15, 35 25" fill="none" stroke="#fff" stroke-width="3"></path>
94
+ <path d="M10 25 C16 19, 24 19, 30 25" fill="none" stroke="#fff" stroke-width="3"></path>
95
+ </svg>
96
+ </div>
97
+ <div class="status-icon">
98
+ <svg width="40" height="40">
99
+ <circle cx="20" cy="20" r="3" fill="#fff"></circle>
100
+ </svg>
101
+ </div>
102
+ </div>
103
+ </div>
104
+ <div class="status-right">
105
+ <div class="status-icon">
106
+ <!-- Wi-Fi -->
107
+ <svg width="44" height="44">
108
+ <path d="M6 26 C15 16, 29 16, 38 26" fill="none" stroke="#fff" stroke-width="3"></path>
109
+ <path d="M12 26 C18 20, 26 20, 32 26" fill="none" stroke="#fff" stroke-width="3"></path>
110
+ <circle cx="22" cy="30" r="3" fill="#fff"></circle>
111
+ </svg>
112
+ </div>
113
+ <div class="status-icon">
114
+ <!-- Battery -->
115
+ <svg width="46" height="46">
116
+ <rect x="6" y="12" width="30" height="20" rx="3" ry="3" fill="none" stroke="#fff" stroke-width="3"></rect>
117
+ <rect x="38" y="17" width="4" height="10" fill="#fff"></rect>
118
+ <rect x="10" y="16" width="22" height="12" fill="#fff"></rect>
119
+ </svg>
120
+ </div>
121
+ </div>
122
+ </div>
123
+ </div>
124
+
125
+ <!-- Search bar card -->
126
+ <div class="search-card">
127
+ <div class="back-btn">
128
+ <svg width="60" height="60">
129
+ <path d="M38 14 L20 30 L38 46" stroke="#222" stroke-width="6" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
130
+ </svg>
131
+ </div>
132
+ <div class="caret"></div>
133
+ <div class="search-input">Search for City/Station</div>
134
+ </div>
135
+
136
+ <!-- Content list -->
137
+ <div class="content">
138
+ <div class="section-title">Recent Station Searches</div>
139
+
140
+ <div class="recent-item">
141
+ <div class="clock-icon">
142
+ <svg viewBox="0 0 48 48">
143
+ <circle cx="24" cy="24" r="18" fill="none" stroke="#777" stroke-width="3"></circle>
144
+ <path d="M24 14 L24 26 L33 26" stroke="#777" stroke-width="3" fill="none" stroke-linecap="round"></path>
145
+ </svg>
146
+ </div>
147
+ <div>NDLS | New Delhi</div>
148
+ </div>
149
+ <div class="divider"></div>
150
+
151
+ <div class="recent-item">
152
+ <div class="clock-icon">
153
+ <svg viewBox="0 0 48 48">
154
+ <circle cx="24" cy="24" r="18" fill="none" stroke="#777" stroke-width="3"></circle>
155
+ <path d="M24 14 L24 26 L33 26" stroke="#777" stroke-width="3" fill="none" stroke-linecap="round"></path>
156
+ </svg>
157
+ </div>
158
+ <div>BE | Bareilly</div>
159
+ </div>
160
+ <div class="divider"></div>
161
+
162
+ <div class="recent-item">
163
+ <div class="clock-icon">
164
+ <svg viewBox="0 0 48 48">
165
+ <circle cx="24" cy="24" r="18" fill="none" stroke="#777" stroke-width="3"></circle>
166
+ <path d="M24 14 L24 26 L33 26" stroke="#777" stroke-width="3" fill="none" stroke-linecap="round"></path>
167
+ </svg>
168
+ </div>
169
+ <div>AII | Ajmer Jn</div>
170
+ </div>
171
+ <div class="divider"></div>
172
+
173
+ <div class="recent-item">
174
+ <div class="clock-icon">
175
+ <svg viewBox="0 0 48 48">
176
+ <circle cx="24" cy="24" r="18" fill="none" stroke="#777" stroke-width="3"></circle>
177
+ <path d="M24 14 L24 26 L33 26" stroke="#777" stroke-width="3" fill="none" stroke-linecap="round"></path>
178
+ </svg>
179
+ </div>
180
+ <div>GI | Guduvancheri</div>
181
+ </div>
182
+ <div class="divider"></div>
183
+
184
+ <div class="recent-item">
185
+ <div class="clock-icon">
186
+ <svg viewBox="0 0 48 48">
187
+ <circle cx="24" cy="24" r="18" fill="none" stroke="#777" stroke-width="3"></circle>
188
+ <path d="M24 14 L24 26 L33 26" stroke="#777" stroke-width="3" fill="none" stroke-linecap="round"></path>
189
+ </svg>
190
+ </div>
191
+ <div>GLPT | Goalpara Town</div>
192
+ </div>
193
+ <div class="divider"></div>
194
+ </div>
195
+
196
+ <!-- Keyboard mockup -->
197
+ <div class="keyboard">
198
+ <div class="kb-tools">
199
+ <div class="tool">∘∘</div>
200
+ <div class="tool">🙂</div>
201
+ <div class="tool">GIF</div>
202
+ <div class="tool">G↔</div>
203
+ <div class="tool">⚙︎</div>
204
+ <div class="tool">🎨</div>
205
+ <div class="tool">🎤</div>
206
+ </div>
207
+
208
+ <div class="keys">
209
+ <div class="row">
210
+ <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>
211
+ </div>
212
+ <div class="row">
213
+ <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>
214
+ </div>
215
+ <div class="row">
216
+ <div class="key wide">⬆︎</div><div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div><div class="key">b</div><div class="key">n</div><div class="key">m</div><div class="key wide">⌫</div>
217
+ </div>
218
+ <div class="row">
219
+ <div class="key wide">?123</div>
220
+ <div class="key">,</div>
221
+ <div class="key">🙂</div>
222
+ <div class="key space">space</div>
223
+ <div class="key">.</div>
224
+ <div class="key wide enter">✓</div>
225
+ </div>
226
+ </div>
227
+ </div>
228
+
229
+ </div>
230
+ </body>
231
+ </html>