yhzheng1031 commited on
Commit
805c7eb
·
verified ·
1 Parent(s): a50a88f

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/11288/11288_5.html +293 -0
  2. code/11369/11369_6.html +434 -0
  3. code/11369/11369_7.html +273 -0
  4. code/1137/1137_1.html +403 -0
  5. code/1137/1137_3.html +394 -0
  6. code/1137/1137_4.html +389 -0
  7. code/1137/1137_5.html +493 -0
  8. code/11372/11372_0.html +297 -0
  9. code/11372/11372_1.html +249 -0
  10. code/11372/11372_2.html +343 -0
  11. code/11372/11372_3.html +355 -0
  12. code/11372/11372_4.html +332 -0
  13. code/11372/11372_5.html +149 -0
  14. code/11372/11372_6.html +246 -0
  15. code/11372/11372_7.html +263 -0
  16. code/11372/11372_8.html +199 -0
  17. code/11374/11374_0.html +243 -0
  18. code/11374/11374_1.html +465 -0
  19. code/11374/11374_2.html +195 -0
  20. code/11374/11374_3.html +324 -0
  21. code/11374/11374_4.html +451 -0
  22. code/11374/11374_5.html +474 -0
  23. code/11376/11376_0.html +458 -0
  24. code/11376/11376_1.html +430 -0
  25. code/11376/11376_10.html +347 -0
  26. code/11376/11376_11.html +372 -0
  27. code/11376/11376_12.html +301 -0
  28. code/11376/11376_13.html +303 -0
  29. code/11376/11376_14.html +294 -0
  30. code/11376/11376_2.html +535 -0
  31. code/11376/11376_3.html +307 -0
  32. code/11376/11376_4.html +339 -0
  33. code/11376/11376_5.html +387 -0
  34. code/11376/11376_6.html +365 -0
  35. code/11376/11376_7.html +430 -0
  36. code/11376/11376_8.html +450 -0
  37. code/11376/11376_9.html +340 -0
  38. code/11380/11380_0.html +295 -0
  39. code/11380/11380_1.html +390 -0
  40. code/11382/11382_0.html +307 -0
  41. code/11382/11382_1.html +375 -0
  42. code/11382/11382_2.html +312 -0
  43. code/11382/11382_3.html +357 -0
  44. code/11382/11382_4.html +325 -0
  45. code/11385/11385_0.html +214 -0
  46. code/11385/11385_1.html +124 -0
  47. code/11385/11385_2.html +228 -0
  48. code/11385/11385_4.html +283 -0
  49. code/11386/11386_0.html +308 -0
  50. code/11386/11386_1.html +480 -0
code/11288/11288_5.html ADDED
@@ -0,0 +1,293 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Hotels - Vancouver</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #0f1a22;
15
+ color: #e9eef2;
16
+ }
17
+ .status-bar {
18
+ height: 100px;
19
+ padding: 0 36px;
20
+ display: flex;
21
+ align-items: center;
22
+ justify-content: space-between;
23
+ color: #e9eef2;
24
+ font-weight: 600;
25
+ font-size: 36px;
26
+ }
27
+ .status-left, .status-right { display: flex; align-items: center; gap: 28px; }
28
+ .app-bar {
29
+ height: 120px;
30
+ padding: 0 36px;
31
+ display: flex;
32
+ align-items: center;
33
+ gap: 28px;
34
+ border-bottom: 1px solid rgba(255,255,255,0.06);
35
+ }
36
+ .back-btn {
37
+ width: 72px; height: 72px; display: flex; align-items: center; justify-content: center;
38
+ }
39
+ .tabs {
40
+ flex: 1;
41
+ display: flex;
42
+ align-items: center;
43
+ justify-content: center;
44
+ gap: 140px;
45
+ font-size: 40px;
46
+ letter-spacing: 2px;
47
+ color: #98a8b4;
48
+ }
49
+ .tab-active { color: #77d1c7; position: relative; }
50
+ .tab-active::after {
51
+ content: "";
52
+ position: absolute;
53
+ left: 0; right: 0; bottom: -22px;
54
+ height: 6px; background: #2ab5a7; border-radius: 3px;
55
+ }
56
+ .filters {
57
+ padding: 28px 36px;
58
+ display: flex;
59
+ gap: 20px;
60
+ }
61
+ .pill {
62
+ background: #1c2731;
63
+ color: #dbe2e6;
64
+ border-radius: 16px;
65
+ height: 88px;
66
+ display: flex;
67
+ align-items: center;
68
+ padding: 0 28px;
69
+ font-size: 40px;
70
+ border: 1px solid rgba(255,255,255,0.08);
71
+ gap: 18px;
72
+ }
73
+ .pill.small { width: auto; white-space: nowrap; font-size: 34px; }
74
+ .info-line {
75
+ padding: 10px 36px 28px 36px;
76
+ color: #cfd7dc;
77
+ font-size: 36px;
78
+ display: flex;
79
+ align-items: center;
80
+ gap: 16px;
81
+ }
82
+ .info-icon {
83
+ width: 42px; height: 42px; border-radius: 21px;
84
+ background: #1c2731; border: 1px solid rgba(255,255,255,0.1);
85
+ display: inline-flex; align-items: center; justify-content: center;
86
+ color: #77d1c7; font-weight: 700; font-size: 28px;
87
+ }
88
+ .card {
89
+ margin: 20px 24px;
90
+ background: #18222b;
91
+ border: 1px solid rgba(255,255,255,0.06);
92
+ border-radius: 28px;
93
+ overflow: hidden;
94
+ box-shadow: 0 10px 24px rgba(0,0,0,0.35);
95
+ }
96
+ .image-box {
97
+ position: relative;
98
+ background: #E0E0E0;
99
+ border-bottom: 1px solid #BDBDBD;
100
+ height: 420px;
101
+ display: flex; align-items: center; justify-content: center;
102
+ color: #757575; font-weight: 600; font-size: 40px;
103
+ }
104
+ .img-label {
105
+ position: absolute; left: 24px; bottom: 24px;
106
+ color: #ffffff; font-size: 44px; font-weight: 700;
107
+ text-shadow: 0 2px 6px rgba(0,0,0,0.6);
108
+ display: flex; align-items: center; gap: 12px;
109
+ }
110
+ .stars { display: inline-flex; gap: 6px; margin-left: 12px; }
111
+ .star { width: 28px; height: 28px; }
112
+ .card-body { padding: 28px; font-size: 34px; color: #dbe2e6; }
113
+ .rating-row { display: flex; align-items: center; gap: 18px; margin-bottom: 20px; color: #ffffff; }
114
+ .ta-dots { display: inline-flex; gap: 6px; }
115
+ .dot { width: 18px; height: 18px; border-radius: 50%; background: #49d494; }
116
+ .muted { color: #a9b8c3; }
117
+ .distance-row { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; color: #cfd7dc; }
118
+ .price-row { display: flex; align-items: center; justify-content: space-between; margin-top: 8px; }
119
+ .price { font-size: 56px; font-weight: 800; color: #ffffff; }
120
+ .sub { color: #a9b8c3; font-size: 32px; }
121
+ .badge {
122
+ background: #ffffff; color: #1b232b; border-radius: 16px; padding: 16px 20px;
123
+ font-size: 32px; font-weight: 700;
124
+ box-shadow: 0 4px 10px rgba(0,0,0,0.25);
125
+ }
126
+ .save { color: #a9b8c3; font-size: 32px; margin-left: 14px; }
127
+ .map-card .image-box { height: 340px; }
128
+ .map-overlay {
129
+ position: absolute; left: 24px; top: 18px; color: #ffffff; font-size: 40px; font-weight: 700;
130
+ text-shadow: 0 2px 6px rgba(0,0,0,0.6);
131
+ }
132
+ .tax-note { padding: 18px 36px 12px 36px; color: #cfd7dc; font-size: 34px; }
133
+ .bottom-bar {
134
+ position: absolute; left: 24px; right: 24px; bottom: 80px;
135
+ height: 100px; background: #1b242d; border: 1px solid rgba(255,255,255,0.08);
136
+ border-radius: 22px; display: flex; align-items: center; justify-content: center;
137
+ color: #e9eef2; font-size: 44px; font-weight: 800; letter-spacing: 1px;
138
+ gap: 18px;
139
+ }
140
+ /* Simple icons */
141
+ .icon { width: 44px; height: 44px; fill: none; stroke: #e9eef2; stroke-width: 4px; }
142
+ .icon-teal { stroke: #2ab5a7; }
143
+ .icon-muted { stroke: #a9b8c3; }
144
+ .pin { width: 34px; height: 34px; }
145
+ .calendar, .person { width: 40px; height: 40px; }
146
+ .sort { width: 42px; height: 42px; stroke-width: 5px; }
147
+ .google-tag {
148
+ position: absolute; left: 24px; bottom: 22px; color: #ffffff; font-weight: 800; font-size: 40px; text-shadow: 0 2px 6px rgba(0,0,0,0.6);
149
+ }
150
+ </style>
151
+ </head>
152
+ <body>
153
+ <div id="render-target">
154
+
155
+ <!-- Status bar -->
156
+ <div class="status-bar">
157
+ <div class="status-left">
158
+ <span>10:03</span>
159
+ <!-- Search icon -->
160
+ <svg class="icon" viewBox="0 0 24 24"><circle cx="10" cy="10" r="7"></circle><line x1="15" y1="15" x2="22" y2="22"></line></svg>
161
+ <span style="font-weight:800;">N</span>
162
+ <span style="font-weight:800; border: 2px solid #e9eef2; padding: 6px 10px; border-radius: 6px;">LR</span>
163
+ <span>•</span>
164
+ </div>
165
+ <div class="status-right">
166
+ <svg class="icon" viewBox="0 0 24 24"><path d="M2 17h20M4 13h16M7 9h10M11 5h2"/></svg>
167
+ <svg class="icon" viewBox="0 0 24 24"><rect x="4" y="4" width="16" height="16" rx="3"></rect><path d="M8 8h8v8H8z"/></svg>
168
+ </div>
169
+ </div>
170
+
171
+ <!-- App bar with tabs -->
172
+ <div class="app-bar">
173
+ <div class="back-btn">
174
+ <svg class="icon" viewBox="0 0 24 24"><path d="M15 6l-6 6 6 6"/></svg>
175
+ </div>
176
+ <div class="tabs">
177
+ <div>FLIGHTS</div>
178
+ <div class="tab-active">HOTELS</div>
179
+ </div>
180
+ </div>
181
+
182
+ <!-- Filter pills -->
183
+ <div class="filters">
184
+ <div class="pill" style="flex:1;">
185
+ Vancouver
186
+ </div>
187
+ <div class="pill small">
188
+ <svg class="calendar icon-muted" viewBox="0 0 24 24"><rect x="3" y="5" width="18" height="16" rx="2"></rect><line x1="3" y1="9" x2="21" y2="9"></line><line x1="8" y1="3" x2="8" y2="7"></line><line x1="16" y1="3" x2="16" y2="7"></line></svg>
189
+ <div>Dec 15<br>Dec 16</div>
190
+ </div>
191
+ <div class="pill small">
192
+ <svg class="person icon-muted" viewBox="0 0 24 24"><circle cx="12" cy="8" r="4"></circle><path d="M4 21c1-4 6-6 8-6s7 2 8 6"/></svg>
193
+ <div>3</div>
194
+ </div>
195
+ </div>
196
+
197
+ <div class="info-line">
198
+ <span>98 results sorted by Best</span>
199
+ <span class="info-icon">i</span>
200
+ </div>
201
+
202
+ <!-- Map card -->
203
+ <div class="card map-card" style="margin-top: 12px;">
204
+ <div class="image-box">
205
+ [IMG: Vancouver Map with pins]
206
+ <div class="map-overlay">Vancouver</div>
207
+ <div class="google-tag">Google</div>
208
+ </div>
209
+ </div>
210
+
211
+ <div class="tax-note">Taxes and fees not included</div>
212
+
213
+ <!-- Hotel card 1 -->
214
+ <div class="card">
215
+ <div class="image-box">
216
+ [IMG: City skyline hotel]
217
+ <div class="img-label">
218
+ Hyatt Regency Vancouver
219
+ <span class="stars">
220
+ <svg class="star" viewBox="0 0 24 24"><path fill="#ff6e4a" d="M12 2l3 6 6 .8-4.5 4 1.3 6.2L12 16l-5.8 3.9L7.5 12.8 3 8.8 9 8z"/></svg>
221
+ <svg class="star" viewBox="0 0 24 24"><path fill="#ff6e4a" d="M12 2l3 6 6 .8-4.5 4 1.3 6.2L12 16l-5.8 3.9L7.5 12.8 3 8.8 9 8z"/></svg>
222
+ <svg class="star" viewBox="0 0 24 24"><path fill="#ff6e4a" d="M12 2l3 6 6 .8-4.5 4 1.3 6.2L12 16l-5.8 3.9L7.5 12.8 3 8.8 9 8z"/></svg>
223
+ <svg class="star" viewBox="0 0 24 24"><path fill="#ff6e4a" d="M12 2l3 6 6 .8-4.5 4 1.3 6.2L12 16l-5.8 3.9L7.5 12.8 3 8.8 9 8z"/></svg>
224
+ <svg class="star" viewBox="0 0 24 24"><path fill="#ff6e4a" d="M12 2l3 6 6 .8-4.5 4 1.3 6.2L12 16l-5.8 3.9L7.5 12.8 3 8.8 9 8z"/></svg>
225
+ </span>
226
+ </div>
227
+ </div>
228
+ <div class="card-body">
229
+ <div class="rating-row">
230
+ <span style="font-weight:700;">4.5</span>
231
+ <svg class="icon" viewBox="0 0 24 24"><circle cx="12" cy="12" r="9"></circle><path d="M8 13l2 2 6-6"></path></svg>
232
+ <div class="ta-dots">
233
+ <span class="dot"></span><span class="dot"></span><span class="dot"></span><span class="dot"></span><span class="dot"></span>
234
+ </div>
235
+ <span class="muted">(5,945)</span>
236
+ </div>
237
+ <div class="distance-row">
238
+ <svg class="pin icon-teal" viewBox="0 0 24 24"><path d="M12 22s8-7 8-12a8 8 0 1 0-16 0c0 5 8 12 8 12z"></path><circle cx="12" cy="10" r="3"></circle></svg>
239
+ <span>1.69 miles from downtown</span>
240
+ <div style="flex:1;"></div>
241
+ <div class="price">$395 <span class="sub">a night</span></div>
242
+ </div>
243
+ <div class="muted">Free cancellation</div>
244
+ </div>
245
+ </div>
246
+
247
+ <!-- Hotel card 2 -->
248
+ <div class="card" style="margin-bottom: 220px;">
249
+ <div class="image-box">
250
+ [IMG: Courtyard hotel with garden]
251
+ <div class="img-label">
252
+ L'Hermitage Hotel
253
+ <span class="stars">
254
+ <svg class="star" viewBox="0 0 24 24"><path fill="#ff6e4a" d="M12 2l3 6 6 .8-4.5 4 1.3 6.2L12 16l-5.8 3.9L7.5 12.8 3 8.8 9 8z"/></svg>
255
+ <svg class="star" viewBox="0 0 24 24"><path fill="#ff6e4a" d="M12 2l3 6 6 .8-4.5 4 1.3 6.2L12 16l-5.8 3.9L7.5 12.8 3 8.8 9 8z"/></svg>
256
+ <svg class="star" viewBox="0 0 24 24"><path fill="#ff6e4a" d="M12 2l3 6 6 .8-4.5 4 1.3 6.2L12 16l-5.8 3.9L7.5 12.8 3 8.8 9 8z"/></svg>
257
+ <svg class="star" viewBox="0 0 24 24"><path fill="#ff6e4a" d="M12 2l3 6 6 .8-4.5 4 1.3 6.2L12 16l-5.8 3.9L7.5 12.8 3 8.8 9 8z"/></svg>
258
+ <svg class="star" viewBox="0 0 24 24"><path fill="#ff6e4a" d="M12 2l3 6 6 .8-4.5 4 1.3 6.2L12 16l-5.8 3.9L7.5 12.8 3 8.8 9 8z"/></svg>
259
+ </span>
260
+ </div>
261
+ </div>
262
+ <div class="card-body">
263
+ <div class="rating-row">
264
+ <span style="font-weight:700;">5.0</span>
265
+ <svg class="icon" viewBox="0 0 24 24"><circle cx="12" cy="12" r="9"></circle><path d="M8 13l2 2 6-6"></path></svg>
266
+ <div class="ta-dots">
267
+ <span class="dot"></span><span class="dot"></span><span class="dot"></span><span class="dot"></span><span class="dot"></span>
268
+ </div>
269
+ <span class="muted">(5,638)</span>
270
+ </div>
271
+ <div class="distance-row">
272
+ <svg class="pin icon-teal" viewBox="0 0 24 24"><path d="M12 22s8-7 8-12a8 8 0 1 0-16 0c0 5 8 12 8 12z"></path><circle cx="12" cy="10" r="3"></circle></svg>
273
+ <span>1.33 miles from downtown</span>
274
+ </div>
275
+ <div class="price-row">
276
+ <div style="display:flex; align-items:center;">
277
+ <span class="badge">Great saving</span>
278
+ <span class="save">Save 21%</span>
279
+ </div>
280
+ <div class="price">$406 <span class="sub">a night</span></div>
281
+ </div>
282
+ </div>
283
+ </div>
284
+
285
+ <!-- Bottom sort & filters bar -->
286
+ <div class="bottom-bar">
287
+ <svg class="sort icon-teal" viewBox="0 0 24 24"><path d="M3 7h10M3 12h7M3 17h4M17 7l4 4M21 7l-4 4"/></svg>
288
+ <span>SORT & FILTERS</span>
289
+ </div>
290
+
291
+ </div>
292
+ </body>
293
+ </html>
code/11369/11369_6.html ADDED
@@ -0,0 +1,434 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Mobile UI - Search Results</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #180D3F; /* deep purple */
15
+ color: #fff;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 100%;
24
+ height: 110px;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: space-between;
28
+ padding: 0 40px;
29
+ font-size: 38px;
30
+ letter-spacing: 0.2px;
31
+ }
32
+ .status-right { display: flex; gap: 28px; align-items: center; }
33
+ .status-icon { width: 44px; height: 44px; opacity: 0.9; }
34
+
35
+ /* Header */
36
+ .header {
37
+ position: absolute;
38
+ top: 110px;
39
+ left: 0;
40
+ width: 100%;
41
+ height: 150px;
42
+ display: flex;
43
+ align-items: center;
44
+ gap: 24px;
45
+ padding: 0 36px;
46
+ }
47
+ .back-btn {
48
+ width: 72px; height: 72px; border-radius: 36px;
49
+ display: flex; align-items: center; justify-content: center;
50
+ }
51
+ .header-title { font-size: 58px; font-weight: 700; }
52
+
53
+ /* Search box */
54
+ .search-box {
55
+ position: absolute;
56
+ top: 270px;
57
+ left: 36px;
58
+ width: 1008px;
59
+ height: 112px;
60
+ background: #FFFFFF;
61
+ border-radius: 28px;
62
+ display: flex;
63
+ align-items: center;
64
+ justify-content: space-between;
65
+ padding: 0 28px;
66
+ box-sizing: border-box;
67
+ color: #1E234F;
68
+ }
69
+ .search-text { font-size: 44px; font-weight: 600; }
70
+ .close-pill {
71
+ width: 64px; height: 64px; border-radius: 32px;
72
+ background: #EDEDED; display: flex; align-items: center; justify-content: center;
73
+ }
74
+
75
+ /* Toggle row */
76
+ .toggle-row {
77
+ position: absolute;
78
+ top: 404px;
79
+ left: 0;
80
+ width: 100%;
81
+ height: 120px;
82
+ display: flex;
83
+ align-items: center;
84
+ justify-content: space-between;
85
+ padding: 0 36px;
86
+ box-sizing: border-box;
87
+ }
88
+ .toggle {
89
+ display: flex; align-items: center; gap: 18px; color: #EDEAF7; font-size: 40px; font-weight: 600;
90
+ }
91
+ .toggle svg { width: 44px; height: 44px; }
92
+ .active-underline {
93
+ position: absolute; bottom: 0; left: 36px; width: 330px; height: 8px; background: #1A7; opacity: 0.0; /* hidden placeholder */
94
+ }
95
+ .view-list-underline {
96
+ position: absolute; bottom: 0; left: 36px; width: 280px; height: 6px; background: #3E2E86; border-radius: 3px;
97
+ }
98
+
99
+ /* Results header strip */
100
+ .results-strip {
101
+ position: absolute;
102
+ top: 524px;
103
+ left: 0;
104
+ width: 100%;
105
+ height: 110px;
106
+ background: #EFEFEF;
107
+ display: flex;
108
+ align-items: center;
109
+ padding: 0 36px;
110
+ color: #6E6E6E;
111
+ font-size: 38px;
112
+ font-weight: 600;
113
+ box-sizing: border-box;
114
+ }
115
+
116
+ /* Results list */
117
+ .results {
118
+ position: absolute;
119
+ top: 634px;
120
+ left: 0;
121
+ width: 100%;
122
+ height: 830px;
123
+ background: #F7F7F9;
124
+ box-sizing: border-box;
125
+ padding: 12px 0;
126
+ overflow: hidden;
127
+ }
128
+ .item {
129
+ display: flex;
130
+ align-items: center;
131
+ justify-content: space-between;
132
+ padding: 26px 36px;
133
+ border-bottom: 1px solid #E3E3E8;
134
+ color: #1D2356;
135
+ }
136
+ .left {
137
+ display: flex; align-items: center; gap: 26px;
138
+ }
139
+ .circle-icon {
140
+ width: 86px; height: 86px; border-radius: 43px;
141
+ background: #4A3C86; display: flex; align-items: center; justify-content: center;
142
+ }
143
+ .titles {
144
+ display: flex; flex-direction: column; gap: 10px;
145
+ }
146
+ .title { font-size: 44px; font-weight: 800; }
147
+ .subtitle { font-size: 34px; color: #8F8F98; }
148
+ .fav {
149
+ width: 72px; height: 72px; border-radius: 36px; border: 2px solid #D6D6DB;
150
+ display: flex; align-items: center; justify-content: center; background: #FFFFFF;
151
+ }
152
+ .divider-last { border-bottom: none; }
153
+
154
+ /* Keyboard overlay */
155
+ .keyboard {
156
+ position: absolute;
157
+ bottom: 0;
158
+ left: 0;
159
+ width: 100%;
160
+ height: 930px;
161
+ background: #F1ECF5;
162
+ border-top-left-radius: 24px;
163
+ border-top-right-radius: 24px;
164
+ box-shadow: 0 -2px 0 rgba(0,0,0,0.06);
165
+ color: #333;
166
+ }
167
+ .kb-suggestions {
168
+ height: 120px; display: flex; align-items: center; gap: 26px;
169
+ padding: 0 36px; box-sizing: border-box;
170
+ }
171
+ .chip {
172
+ background: #E6DFF3;
173
+ color: #1E234F;
174
+ padding: 16px 24px; border-radius: 28px; font-size: 36px; font-weight: 600;
175
+ }
176
+ .kb-row {
177
+ display: flex; justify-content: space-between; padding: 0 28px; margin-top: 24px;
178
+ }
179
+ .key {
180
+ width: 90px; height: 110px; background: #FFFFFF; border-radius: 24px;
181
+ display: flex; align-items: center; justify-content: center;
182
+ font-size: 40px; font-weight: 600; color: #242424; box-shadow: inset 0 0 0 1px #E3E3EA;
183
+ }
184
+ .key.wide { width: 160px; }
185
+ .key.xwide { width: 260px; }
186
+ .key.space { flex: 1; min-width: 420px; }
187
+ .kb-bottom {
188
+ position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%);
189
+ width: 420px; height: 10px; background: #9E9EA6; border-radius: 6px; opacity: 0.8;
190
+ }
191
+ </style>
192
+ </head>
193
+ <body>
194
+ <div id="render-target">
195
+
196
+ <!-- Status Bar -->
197
+ <div class="status-bar">
198
+ <div>1:07</div>
199
+ <div class="status-right">
200
+ <!-- simple icons -->
201
+ <svg class="status-icon" viewBox="0 0 24 24">
202
+ <path fill="#FFFFFF" d="M12 20c4.4 0 8-3.6 8-8h-2c0 3.3-2.7 6-6 6s-6-2.7-6-6H4c0 4.4 3.6 8 8 8z"/>
203
+ <path fill="#FFFFFF" d="M12 14c2.2 0 4-1.8 4-4h-2c0 1.1-.9 2-2 2s-2-.9-2-2H8c0 2.2 1.8 4 4 4z"/>
204
+ <circle cx="12" cy="8" r="1" fill="#FFFFFF"/>
205
+ </svg>
206
+ <svg class="status-icon" viewBox="0 0 24 24">
207
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2" fill="none" stroke="#FFFFFF" stroke-width="2"/>
208
+ <rect x="4" y="8" width="12" height="8" fill="#FFFFFF"/>
209
+ <rect x="21" y="10" width="2" height="4" fill="#FFFFFF"/>
210
+ </svg>
211
+ </div>
212
+ </div>
213
+
214
+ <!-- Header -->
215
+ <div class="header">
216
+ <div class="back-btn">
217
+ <svg width="50" height="50" viewBox="0 0 24 24">
218
+ <path d="M15 19L8 12l7-7" stroke="#FFFFFF" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
219
+ </svg>
220
+ </div>
221
+ <div class="header-title">Where to next?</div>
222
+ </div>
223
+
224
+ <!-- Search Box -->
225
+ <div class="search-box">
226
+ <div class="search-text">Barcelona</div>
227
+ <div class="close-pill">
228
+ <svg width="26" height="26" viewBox="0 0 24 24">
229
+ <path d="M6 6l12 12M18 6L6 18" stroke="#666" stroke-width="2" stroke-linecap="round"/>
230
+ </svg>
231
+ </div>
232
+ </div>
233
+
234
+ <!-- Toggle Row -->
235
+ <div class="toggle-row">
236
+ <div class="toggle">
237
+ <svg viewBox="0 0 24 24">
238
+ <rect x="4" y="5" width="16" height="2" fill="#FFFFFF"/>
239
+ <rect x="4" y="11" width="16" height="2" fill="#FFFFFF"/>
240
+ <rect x="4" y="17" width="16" height="2" fill="#FFFFFF"/>
241
+ </svg>
242
+ <div>View as list</div>
243
+ </div>
244
+ <div class="toggle" style="opacity:0.8;">
245
+ <svg viewBox="0 0 24 24">
246
+ <path d="M12 2a7 7 0 0 0-7 7c0 5.2 7 13 7 13s7-7.8 7-13a7 7 0 0 0-7-7zm0 10a3 3 0 1 1 0-6 3 3 0 0 1 0 6z" fill="#FFFFFF"/>
247
+ </svg>
248
+ <div>View on map</div>
249
+ </div>
250
+ <div class="view-list-underline"></div>
251
+ </div>
252
+
253
+ <!-- Results Header Strip -->
254
+ <div class="results-strip">Search results</div>
255
+
256
+ <!-- Results List -->
257
+ <div class="results">
258
+ <!-- Item 1 -->
259
+ <div class="item">
260
+ <div class="left">
261
+ <div class="circle-icon">
262
+ <svg width="48" height="48" viewBox="0 0 24 24">
263
+ <rect x="5" y="7" width="14" height="8" rx="2" fill="#FFFFFF"/>
264
+ <circle cx="8" cy="17" r="1.5" fill="#FFFFFF"/>
265
+ <circle cx="16" cy="17" r="1.5" fill="#FFFFFF"/>
266
+ </svg>
267
+ </div>
268
+ <div class="titles">
269
+ <div class="title">Barcelona City</div>
270
+ <div class="subtitle">Spain</div>
271
+ </div>
272
+ </div>
273
+ <div class="fav">
274
+ <svg width="34" height="34" viewBox="0 0 24 24">
275
+ <path d="M12 17.3l-6.2 3.6 1.6-6.9L2 9.4l7-0.6L12 2l3 6.8 7 .6-5.4 4.6 1.6 6.9z" fill="none" stroke="#9A9AAF" stroke-width="1.5"/>
276
+ </svg>
277
+ </div>
278
+ </div>
279
+
280
+ <!-- Item 2 -->
281
+ <div class="item">
282
+ <div class="left">
283
+ <div class="circle-icon">
284
+ <svg width="48" height="48" viewBox="0 0 24 24">
285
+ <rect x="5" y="7" width="14" height="8" rx="2" fill="#FFFFFF"/>
286
+ <circle cx="8" cy="17" r="1.5" fill="#FFFFFF"/>
287
+ <circle cx="16" cy="17" r="1.5" fill="#FFFFFF"/>
288
+ </svg>
289
+ </div>
290
+ <div class="titles">
291
+ <div class="title">Barcelona-Sants</div>
292
+ <div class="subtitle">Spain</div>
293
+ </div>
294
+ </div>
295
+ <div class="fav">
296
+ <svg width="34" height="34" viewBox="0 0 24 24">
297
+ <path d="M12 17.3l-6.2 3.6 1.6-6.9L2 9.4l7-0.6L12 2l3 6.8 7 .6-5.4 4.6 1.6 6.9z" fill="none" stroke="#9A9AAF" stroke-width="1.5"/>
298
+ </svg>
299
+ </div>
300
+ </div>
301
+
302
+ <!-- Item 3 -->
303
+ <div class="item">
304
+ <div class="left">
305
+ <div class="circle-icon">
306
+ <svg width="48" height="48" viewBox="0 0 24 24">
307
+ <rect x="5" y="7" width="14" height="8" rx="2" fill="#FFFFFF"/>
308
+ <circle cx="8" cy="17" r="1.5" fill="#FFFFFF"/>
309
+ <circle cx="16" cy="17" r="1.5" fill="#FFFFFF"/>
310
+ </svg>
311
+ </div>
312
+ <div class="titles">
313
+ <div class="title">Barcelona-Paseo De Gracia (Apd)</div>
314
+ <div class="subtitle">Spain</div>
315
+ </div>
316
+ </div>
317
+ <div class="fav">
318
+ <svg width="34" height="34" viewBox="0 0 24 24">
319
+ <path d="M12 17.3l-6.2 3.6 1.6-6.9L2 9.4l7-0.6L12 2l3 6.8 7 .6-5.4 4.6 1.6 6.9z" fill="none" stroke="#9A9AAF" stroke-width="1.5"/>
320
+ </svg>
321
+ </div>
322
+ </div>
323
+
324
+ <!-- Item 4 -->
325
+ <div class="item">
326
+ <div class="left">
327
+ <div class="circle-icon">
328
+ <svg width="48" height="48" viewBox="0 0 24 24">
329
+ <rect x="5" y="7" width="14" height="8" rx="2" fill="#FFFFFF"/>
330
+ <circle cx="8" cy="17" r="1.5" fill="#FFFFFF"/>
331
+ <circle cx="16" cy="17" r="1.5" fill="#FFFFFF"/>
332
+ </svg>
333
+ </div>
334
+ <div class="titles">
335
+ <div class="title">Barcelona-Clot-Aragon (Apd.)</div>
336
+ <div class="subtitle">Spain</div>
337
+ </div>
338
+ </div>
339
+ <div class="fav">
340
+ <svg width="34" height="34" viewBox="0 0 24 24">
341
+ <path d="M12 17.3l-6.2 3.6 1.6-6.9L2 9.4l7-0.6L12 2l3 6.8 7 .6-5.4 4.6 1.6 6.9z" fill="none" stroke="#9A9AAF" stroke-width="1.5"/>
342
+ </svg>
343
+ </div>
344
+ </div>
345
+
346
+ <!-- Item 5 -->
347
+ <div class="item">
348
+ <div class="left">
349
+ <div class="circle-icon">
350
+ <svg width="48" height="48" viewBox="0 0 24 24">
351
+ <rect x="5" y="7" width="14" height="8" rx="2" fill="#FFFFFF"/>
352
+ <circle cx="8" cy="17" r="1.5" fill="#FFFFFF"/>
353
+ <circle cx="16" cy="17" r="1.5" fill="#FFFFFF"/>
354
+ </svg>
355
+ </div>
356
+ <div class="titles">
357
+ <div class="title">Barcelona-Estacio De Francia</div>
358
+ <div class="subtitle">Spain</div>
359
+ </div>
360
+ </div>
361
+ <div class="fav">
362
+ <svg width="34" height="34" viewBox="0 0 24 24">
363
+ <path d="M12 17.3l-6.2 3.6 1.6-6.9L2 9.4l7-0.6L12 2l3 6.8 7 .6-5.4 4.6 1.6 6.9z" fill="none" stroke="#9A9AAF" stroke-width="1.5"/>
364
+ </svg>
365
+ </div>
366
+ </div>
367
+
368
+ <!-- Item 6 -->
369
+ <div class="item divider-last">
370
+ <div class="left">
371
+ <div class="circle-icon">
372
+ <svg width="48" height="48" viewBox="0 0 24 24">
373
+ <rect x="5" y="7" width="14" height="8" rx="2" fill="#FFFFFF"/>
374
+ <circle cx="8" cy="17" r="1.5" fill="#FFFFFF"/>
375
+ <circle cx="16" cy="17" r="1.5" fill="#FFFFFF"/>
376
+ </svg>
377
+ </div>
378
+ <div class="titles">
379
+ <div class="title">Barcelona Aeroport El Prat</div>
380
+ <div class="subtitle">Spain</div>
381
+ </div>
382
+ </div>
383
+ <div class="fav">
384
+ <svg width="34" height="34" viewBox="0 0 24 24">
385
+ <path d="M12 17.3l-6.2 3.6 1.6-6.9L2 9.4l7-0.6L12 2l3 6.8 7 .6-5.4 4.6 1.6 6.9z" fill="none" stroke="#9A9AAF" stroke-width="1.5"/>
386
+ </svg>
387
+ </div>
388
+ </div>
389
+ </div>
390
+
391
+ <!-- Keyboard -->
392
+ <div class="keyboard">
393
+ <div class="kb-suggestions">
394
+ <div class="chip" style="display:flex; align-items:center; gap:14px;">
395
+ <svg width="34" height="34" viewBox="0 0 24 24">
396
+ <rect x="4" y="4" width="6" height="6" fill="#6C5EB5"/>
397
+ <rect x="14" y="4" width="6" height="6" fill="#6C5EB5"/>
398
+ <rect x="4" y="14" width="6" height="6" fill="#6C5EB5"/>
399
+ <rect x="14" y="14" width="6" height="6" fill="#6C5EB5"/>
400
+ </svg>
401
+ <span>Barcelona</span>
402
+ </div>
403
+ <div class="chip">Barcelona's</div>
404
+ <div style="margin-left:auto; display:flex; align-items:center;">
405
+ <svg width="44" height="44" viewBox="0 0 24 24">
406
+ <path d="M12 2c-2.8 0-5 2.2-5 5v6a5 5 0 0 0 10 0V7c0-2.8-2.2-5-5-5zm0 19a3 3 0 0 1-3-3h6a3 3 0 0 1-3 3z" fill="#7A6FC5"/>
407
+ </svg>
408
+ </div>
409
+ </div>
410
+
411
+ <div class="kb-row">
412
+ <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>
413
+ </div>
414
+ <div class="kb-row">
415
+ <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>
416
+ <div class="key wide">⌫</div>
417
+ </div>
418
+ <div class="kb-row">
419
+ <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">.</div><div class="key wide">↵</div>
420
+ </div>
421
+ <div class="kb-row" style="align-items:center;">
422
+ <div class="key wide">?123</div>
423
+ <div class="key">,</div>
424
+ <div class="key">😊</div>
425
+ <div class="key space"></div>
426
+ <div class="key">.</div>
427
+ <div class="key wide">↩</div>
428
+ </div>
429
+ <div class="kb-bottom"></div>
430
+ </div>
431
+
432
+ </div>
433
+ </body>
434
+ </html>
code/11369/11369_7.html ADDED
@@ -0,0 +1,273 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Planner UI</title>
7
+ <style>
8
+ :root{
9
+ --purple:#2D214F;
10
+ --purple-light:#7A728E;
11
+ --grey:#E6E6EB;
12
+ --soft-grey:#F4F5F8;
13
+ --text:#1E1E24;
14
+ --yellow:#F7B81C;
15
+ --peach:#F7E0D0;
16
+ }
17
+ body{ margin:0; padding:0; background:transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color:var(--text); }
18
+ #render-target{
19
+ width:1080px; height:2400px; position:relative; overflow:hidden;
20
+ background:#FFFFFF; border-radius:0; box-shadow:none;
21
+ }
22
+
23
+ /* Top banner */
24
+ .banner{
25
+ width:1080px; height:520px; position:relative; overflow:hidden;
26
+ }
27
+ .banner .img{
28
+ width:100%; height:100%;
29
+ background:#E0E0E0; border-bottom:1px solid #BDBDBD;
30
+ display:flex; align-items:flex-end; justify-content:flex-start;
31
+ padding:40px;
32
+ box-sizing:border-box;
33
+ }
34
+ .banner .img span{ color:#757575; font-size:40px; }
35
+ .banner h1{
36
+ position:absolute; left:40px; bottom:30px;
37
+ margin:0; color:#FFFFFF; font-weight:800; font-size:92px; letter-spacing:0.5px;
38
+ text-shadow:0 2px 6px rgba(0,0,0,0.35);
39
+ }
40
+
41
+ /* Tabs */
42
+ .tabs{
43
+ display:flex; align-items:center; justify-content:space-between;
44
+ padding:28px 40px 10px 40px; box-sizing:border-box;
45
+ border-bottom:1px solid var(--grey); background:#fff;
46
+ }
47
+ .tab{
48
+ display:flex; align-items:center; gap:18px; font-size:46px; font-weight:600;
49
+ }
50
+ .tab svg{ width:52px; height:52px; }
51
+ .tab.inactive{ color:#A1A1B3; }
52
+ .tab.active{ color:var(--purple); }
53
+ .underline{
54
+ width:320px; height:8px; background:var(--purple);
55
+ margin-left:40px; margin-top:-8px; border-radius:6px;
56
+ }
57
+
58
+ /* Planner card */
59
+ .planner-card{
60
+ width:1000px; margin:30px auto 22px auto;
61
+ background:#fff; border:2px solid var(--grey); border-radius:28px;
62
+ box-shadow:0 1px 0 rgba(0,0,0,0.02);
63
+ position:relative;
64
+ }
65
+ .row{
66
+ display:flex; align-items:center; gap:24px;
67
+ padding:38px 40px; font-size:44px; color:var(--purple); font-weight:700;
68
+ }
69
+ .row .sub{ font-weight:700; }
70
+ .divider{ height:2px; background:#E3E3EA; margin:0 40px; }
71
+ .swap{
72
+ position:absolute; right:22px; top:50%; transform:translateY(-50%);
73
+ width:116px; height:116px; border:2px solid var(--grey); background:#fff; border-radius:58px;
74
+ display:flex; align-items:center; justify-content:center;
75
+ }
76
+ .swap svg{ width:64px; height:64px; }
77
+
78
+ /* Chips line */
79
+ .chips{
80
+ display:flex; gap:26px; width:1000px; margin:18px auto 24px auto;
81
+ }
82
+ .chip{
83
+ flex:1; background:#fff; border:2px solid var(--grey); border-radius:20px;
84
+ height:120px; display:flex; align-items:center; gap:22px; padding:0 34px;
85
+ font-size:42px; color:#6B6B7A; box-sizing:border-box;
86
+ }
87
+ .chip svg{ width:52px; height:52px; }
88
+
89
+ /* CTA */
90
+ .primary-btn{
91
+ width:1000px; height:128px; margin:18px auto;
92
+ background:var(--yellow); color:#2A1C00; font-weight:800; font-size:46px;
93
+ border:none; border-radius:22px; display:flex; align-items:center; justify-content:center;
94
+ }
95
+
96
+ .link{
97
+ text-align:center; margin-top:22px; font-size:40px; color:var(--purple);
98
+ text-decoration:underline;
99
+ }
100
+
101
+ /* Info section */
102
+ .section{
103
+ margin-top:34px; background:var(--soft-grey); padding:40px 0 220px 0;
104
+ border-top:1px solid var(--grey);
105
+ }
106
+ .section h2{
107
+ margin:20px 40px 24px 40px; font-size:58px; color:var(--purple); font-weight:800;
108
+ }
109
+ .card-info{
110
+ width:1000px; margin:0 auto; background:var(--peach); border-radius:26px;
111
+ padding:36px; box-sizing:border-box;
112
+ }
113
+ .card-info h3{
114
+ margin:0 0 16px 0; font-size:50px; color:var(--purple); font-weight:800;
115
+ }
116
+ .card-info p{
117
+ margin:0 0 30px 0; font-size:38px; color:#3E3E49; line-height:1.4;
118
+ }
119
+ .secondary-btn{
120
+ display:inline-flex; align-items:center; gap:18px;
121
+ background:var(--purple); color:#fff; font-size:44px; font-weight:700;
122
+ padding:26px 34px; border-radius:18px;
123
+ }
124
+ .secondary-btn svg{ width:50px; height:50px; }
125
+
126
+ /* Bottom nav */
127
+ .bottom-nav{
128
+ position:absolute; bottom:0; left:0; width:100%; height:200px;
129
+ background:#fff; border-top:1px solid var(--grey);
130
+ display:flex; align-items:center; justify-content:space-around;
131
+ }
132
+ .nav-item{ display:flex; flex-direction:column; align-items:center; gap:18px; color:#9C9CAA; }
133
+ .nav-item.active{ color:var(--purple); }
134
+ .nav-item svg{ width:60px; height:60px; }
135
+ .nav-item span{ font-size:34px; font-weight:700; }
136
+
137
+ .home-bar{
138
+ position:absolute; bottom:22px; left:50%; transform:translateX(-50%);
139
+ width:300px; height:12px; border-radius:6px; background:#000;
140
+ opacity:0.8;
141
+ }
142
+ </style>
143
+ </head>
144
+ <body>
145
+ <div id="render-target">
146
+
147
+ <!-- Scenic banner -->
148
+ <div class="banner">
149
+ <div class="img"><span>[IMG: Scenic mountain train]</span></div>
150
+ <h1>Where to next?</h1>
151
+ </div>
152
+
153
+ <!-- Tabs -->
154
+ <div class="tabs">
155
+ <div class="tab active">
156
+ <svg viewBox="0 0 24 24">
157
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#2D214F" stroke-width="2"/>
158
+ <path d="M12 6v6l4 2" stroke="#2D214F" stroke-width="2" fill="none" stroke-linecap="round"/>
159
+ </svg>
160
+ <span>Planner</span>
161
+ </div>
162
+ <div class="tab inactive">
163
+ <svg viewBox="0 0 24 24">
164
+ <rect x="4" y="7" width="16" height="9" rx="2" fill="none" stroke="#A1A1B3" stroke-width="2"/>
165
+ <circle cx="8" cy="17" r="1.5" fill="#A1A1B3"/>
166
+ <circle cx="16" cy="17" r="1.5" fill="#A1A1B3"/>
167
+ </svg>
168
+ <span>Departures</span>
169
+ </div>
170
+ </div>
171
+ <div class="underline"></div>
172
+
173
+ <!-- Planner card -->
174
+ <div class="planner-card">
175
+ <div class="row">
176
+ <svg viewBox="0 0 24 24">
177
+ <circle cx="12" cy="12" r="7.5" fill="none" stroke="#B5B5C6" stroke-width="2"/>
178
+ </svg>
179
+ <div class="sub">Madrid City (Spain)</div>
180
+ </div>
181
+ <div class="divider"></div>
182
+ <div class="row" style="color:#2D214F;">
183
+ <svg viewBox="0 0 24 24">
184
+ <path d="M12 3c3.1 0 5.5 2.4 5.5 5.5 0 4.2-5.5 11-5.5 11S6.5 12.7 6.5 8.5C6.5 5.4 8.9 3 12 3z" fill="none" stroke="#2D214F" stroke-width="2"/>
185
+ <circle cx="12" cy="8.5" r="2.2" fill="none" stroke="#2D214F" stroke-width="2"/>
186
+ </svg>
187
+ <div class="sub">Barcelona City (Spain)</div>
188
+ </div>
189
+ <div class="swap">
190
+ <svg viewBox="0 0 24 24">
191
+ <path d="M8 17l-3-3 3-3" fill="none" stroke="#7A728E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
192
+ <path d="M16 7l3 3-3 3" fill="none" stroke="#7A728E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
193
+ </svg>
194
+ </div>
195
+ </div>
196
+
197
+ <!-- Chips -->
198
+ <div class="chips">
199
+ <div class="chip">
200
+ <svg viewBox="0 0 24 24">
201
+ <rect x="3" y="5" width="18" height="16" rx="2" fill="none" stroke="#9B96AA" stroke-width="2"/>
202
+ <path d="M7 5v-2M17 5v-2" stroke="#9B96AA" stroke-width="2" stroke-linecap="round"/>
203
+ </svg>
204
+ <span>Departure: Now</span>
205
+ </div>
206
+ <div class="chip">
207
+ <svg viewBox="0 0 24 24">
208
+ <path d="M4 7h14M7 12h10M10 17h8" stroke="#9B96AA" stroke-width="2" stroke-linecap="round"/>
209
+ <circle cx="12" cy="7" r="1.5" fill="#9B96AA"/>
210
+ <circle cx="15" cy="12" r="1.5" fill="#9B96AA"/>
211
+ <circle cx="18" cy="17" r="1.5" fill="#9B96AA"/>
212
+ </svg>
213
+ <span>Filters</span>
214
+ </div>
215
+ </div>
216
+
217
+ <!-- Primary CTA -->
218
+ <div class="primary-btn">Plan my journey</div>
219
+
220
+ <div class="link">About the timetable</div>
221
+
222
+ <!-- Info section -->
223
+ <div class="section">
224
+ <h2>Before you go</h2>
225
+ <div class="card-info">
226
+ <h3>Busy trains in the summer</h3>
227
+ <p>Reserve your seats early to secure your plans. Prefer a less busy trip? Travel on reservation-free routes or after the summer.</p>
228
+ <div class="secondary-btn">
229
+ <svg viewBox="0 0 24 24">
230
+ <rect x="4" y="6" width="14" height="10" rx="2" fill="none" stroke="#fff" stroke-width="2"/>
231
+ <path d="M6 16v2h10v-2" stroke="#fff" stroke-width="2" fill="none"/>
232
+ <circle cx="7" cy="9" r="1.2" fill="#fff"/>
233
+ </svg>
234
+ <span>Book seats</span>
235
+ </div>
236
+ </div>
237
+ </div>
238
+
239
+ <!-- Bottom navigation -->
240
+ <div class="bottom-nav">
241
+ <div class="nav-item active">
242
+ <svg viewBox="0 0 24 24">
243
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#2D214F" stroke-width="2"/>
244
+ <path d="M12 6v6l4 2" stroke="#2D214F" stroke-width="2" fill="none" stroke-linecap="round"/>
245
+ </svg>
246
+ <span>Planner</span>
247
+ </div>
248
+ <div class="nav-item">
249
+ <svg viewBox="0 0 24 24">
250
+ <path d="M4 10l8-5 8 5-8 5-8-5z" fill="none" stroke="#9C9CAA" stroke-width="2"/>
251
+ <path d="M12 15v6" stroke="#9C9CAA" stroke-width="2" stroke-linecap="round"/>
252
+ </svg>
253
+ <span>My Trip</span>
254
+ </div>
255
+ <div class="nav-item">
256
+ <svg viewBox="0 0 24 24">
257
+ <rect x="5" y="6" width="14" height="12" rx="2" fill="none" stroke="#9C9CAA" stroke-width="2"/>
258
+ <path d="M8 10h8M8 13h8" stroke="#9C9CAA" stroke-width="2"/>
259
+ </svg>
260
+ <span>My Pass</span>
261
+ </div>
262
+ <div class="nav-item">
263
+ <svg viewBox="0 0 24 24">
264
+ <path d="M4 7h16M4 12h16M4 17h16" stroke="#9C9CAA" stroke-width="2" stroke-linecap="round"/>
265
+ </svg>
266
+ <span>More</span>
267
+ </div>
268
+ </div>
269
+ <div class="home-bar"></div>
270
+
271
+ </div>
272
+ </body>
273
+ </html>
code/1137/1137_1.html ADDED
@@ -0,0 +1,403 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Mobile Drive UI Mock</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ position: relative;
9
+ overflow: hidden;
10
+ width: 1440px;
11
+ height: 3120px;
12
+ background: #0f1110;
13
+ color: #EDEDED;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1440px;
22
+ height: 120px;
23
+ color: #cfcfcf;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ padding: 0 48px;
28
+ font-size: 52px;
29
+ letter-spacing: 1px;
30
+ }
31
+ .status-icons {
32
+ display: flex;
33
+ align-items: center;
34
+ gap: 28px;
35
+ }
36
+ .status-dot {
37
+ width: 26px; height: 26px; background: #cfcfcf; border-radius: 50%;
38
+ }
39
+ .battery {
40
+ width: 44px; height: 26px; border: 3px solid #cfcfcf; border-radius: 6px; position: relative;
41
+ }
42
+ .battery::after {
43
+ content: ""; position: absolute; right: -10px; top: 8px; width: 8px; height: 10px; background: #cfcfcf; border-radius: 2px;
44
+ }
45
+
46
+ /* Search header */
47
+ .header {
48
+ position: absolute;
49
+ top: 120px;
50
+ left: 0;
51
+ width: 1440px;
52
+ padding: 36px 48px 24px;
53
+ }
54
+ .search-pill {
55
+ width: 1344px;
56
+ height: 160px;
57
+ border-radius: 90px;
58
+ background: #1a1c1b;
59
+ border: 1px solid #2a2d2b;
60
+ display: flex;
61
+ align-items: center;
62
+ padding: 0 36px;
63
+ gap: 36px;
64
+ }
65
+ .hamburger {
66
+ width: 84px; height: 84px; display: inline-flex; align-items: center; justify-content: center;
67
+ }
68
+ .hamburger svg { width: 72px; height: 72px; fill: none; stroke: #cfcfcf; stroke-width: 12; }
69
+ .search-text {
70
+ font-size: 64px;
71
+ color: #dcdcdc;
72
+ flex: 1;
73
+ }
74
+ .avatar {
75
+ width: 140px; height: 140px; border-radius: 50%;
76
+ background: #216b59;
77
+ color: #fff;
78
+ display: flex; align-items: center; justify-content: center;
79
+ font-size: 72px; font-weight: bold;
80
+ }
81
+
82
+ /* Tabs */
83
+ .tabs {
84
+ position: absolute;
85
+ top: 340px;
86
+ left: 0;
87
+ width: 1440px;
88
+ padding: 24px 52px 0;
89
+ display: flex;
90
+ gap: 72px;
91
+ font-size: 64px;
92
+ }
93
+ .tab {
94
+ color: #bdbdbd;
95
+ position: relative;
96
+ padding-bottom: 20px;
97
+ }
98
+ .tab.active { color: #9adf95; }
99
+ .tab.active::after {
100
+ content: "";
101
+ position: absolute;
102
+ bottom: -6px;
103
+ left: 0;
104
+ width: 220px;
105
+ height: 10px;
106
+ background: #78d27a;
107
+ border-radius: 5px;
108
+ }
109
+
110
+ /* Content grid */
111
+ .content {
112
+ position: absolute;
113
+ top: 460px;
114
+ left: 0;
115
+ width: 1440px;
116
+ padding: 32px 48px 0;
117
+ }
118
+ .grid {
119
+ display: grid;
120
+ grid-template-columns: repeat(2, 1fr);
121
+ grid-gap: 48px 48px;
122
+ }
123
+ .tile {
124
+ background: transparent;
125
+ border-radius: 36px;
126
+ padding: 16px;
127
+ }
128
+ .thumb {
129
+ width: 640px;
130
+ height: 420px;
131
+ background: #E0E0E0;
132
+ border: 1px solid #BDBDBD;
133
+ border-radius: 36px;
134
+ display: flex;
135
+ align-items: center;
136
+ justify-content: center;
137
+ color: #757575;
138
+ font-size: 46px;
139
+ text-align: center;
140
+ }
141
+ .tile-footer {
142
+ display: flex;
143
+ align-items: center;
144
+ justify-content: space-between;
145
+ margin-top: 28px;
146
+ padding: 0 8px;
147
+ }
148
+ .title {
149
+ font-size: 62px;
150
+ color: #eaeaea;
151
+ }
152
+ .ellipsis {
153
+ width: 72px; height: 72px; display: flex; align-items: center; justify-content: center;
154
+ }
155
+ .ellipsis svg { fill: #bdbdbd; width: 42px; height: 42px; }
156
+
157
+ /* File type chips */
158
+ .chip {
159
+ display: inline-block;
160
+ margin-top: 24px;
161
+ color: #fff;
162
+ font-size: 44px;
163
+ padding: 12px 22px;
164
+ border-radius: 18px;
165
+ }
166
+ .chip.pdf { background: #c44; }
167
+ .chip.sheet { background: #2e7d32; }
168
+ .chip.doc { background: #3b6fcf; }
169
+ .chip.gray { background: #555; }
170
+
171
+ /* Floating add button */
172
+ .fab {
173
+ position: absolute;
174
+ right: 120px;
175
+ bottom: 580px;
176
+ width: 200px;
177
+ height: 200px;
178
+ border-radius: 50%;
179
+ background: #2c6f4a;
180
+ display: flex;
181
+ align-items: center;
182
+ justify-content: center;
183
+ box-shadow: 0 10px 40px rgba(0,0,0,0.6);
184
+ }
185
+ .fab svg { width: 120px; height: 120px; fill: none; stroke: #eaf7e9; stroke-width: 22; }
186
+
187
+ /* Bottom nav */
188
+ .bottom-nav {
189
+ position: absolute;
190
+ bottom: 0;
191
+ left: 0;
192
+ width: 1440px;
193
+ height: 240px;
194
+ background: #121413;
195
+ border-top: 1px solid #202422;
196
+ display: flex;
197
+ align-items: center;
198
+ justify-content: space-around;
199
+ color: #bcbcbc;
200
+ font-size: 48px;
201
+ }
202
+ .nav-item {
203
+ display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px;
204
+ width: 300px;
205
+ }
206
+ .nav-icon {
207
+ width: 110px; height: 110px; display: flex; align-items: center; justify-content: center;
208
+ border-radius: 26px;
209
+ background: transparent;
210
+ }
211
+ .nav-item.active .nav-icon {
212
+ background: #253226;
213
+ }
214
+ .nav-item.active { color: #e6e6e6; }
215
+ .nav-icon svg { width: 88px; height: 88px; fill: none; stroke: #cfcfcf; stroke-width: 14; }
216
+
217
+ </style>
218
+ </head>
219
+ <body>
220
+ <div id="render-target">
221
+
222
+ <!-- Status bar -->
223
+ <div class="status-bar">
224
+ <div>5:42</div>
225
+ <div class="status-icons">
226
+ <div class="status-dot"></div>
227
+ <div style="font-size:48px;">96°</div>
228
+ <div class="status-dot"></div>
229
+ <div class="status-dot"></div>
230
+ <div class="status-dot"></div>
231
+ <div class="battery"></div>
232
+ </div>
233
+ </div>
234
+
235
+ <!-- Header with search -->
236
+ <div class="header">
237
+ <div class="search-pill">
238
+ <div class="hamburger">
239
+ <svg viewBox="0 0 100 100">
240
+ <path d="M10 25 H90 M10 50 H90 M10 75 H90"/>
241
+ </svg>
242
+ </div>
243
+ <div class="search-text">Search in Drive</div>
244
+ <div class="avatar">C</div>
245
+ </div>
246
+ </div>
247
+
248
+ <!-- Tabs -->
249
+ <div class="tabs">
250
+ <div class="tab active">My Drive</div>
251
+ <div class="tab">Computers</div>
252
+ </div>
253
+
254
+ <!-- Content grid -->
255
+ <div class="content">
256
+ <div class="grid">
257
+
258
+ <!-- Row 1: Folder -->
259
+ <div class="tile">
260
+ <div class="thumb">[IMG: Folder thumbnail]</div>
261
+ <div class="tile-footer">
262
+ <div class="title">Xyz ltd</div>
263
+ <div class="ellipsis">
264
+ <svg viewBox="0 0 24 24">
265
+ <circle cx="12" cy="4" r="3"></circle>
266
+ <circle cx="12" cy="12" r="3"></circle>
267
+ <circle cx="12" cy="20" r="3"></circle>
268
+ </svg>
269
+ </div>
270
+ </div>
271
+ </div>
272
+
273
+ <!-- Row 1: PDF -->
274
+ <div class="tile">
275
+ <div class="thumb">[IMG: PDF preview]</div>
276
+ <div class="chip pdf">PDF</div>
277
+ <div class="tile-footer">
278
+ <div class="title">08.24_dinner-veg (...)</div>
279
+ <div class="ellipsis">
280
+ <svg viewBox="0 0 24 24">
281
+ <circle cx="12" cy="4" r="3"></circle>
282
+ <circle cx="12" cy="12" r="3"></circle>
283
+ <circle cx="12" cy="20" r="3"></circle>
284
+ </svg>
285
+ </div>
286
+ </div>
287
+ </div>
288
+
289
+ <!-- Row 2: Google Sheet -->
290
+ <div class="tile">
291
+ <div class="thumb">[IMG: Google Sheets thumbnail]</div>
292
+ <div class="chip sheet">SHEET</div>
293
+ <div class="tile-footer">
294
+ <div class="title">ABC data sheet</div>
295
+ <div class="ellipsis">
296
+ <svg viewBox="0 0 24 24">
297
+ <circle cx="12" cy="4" r="3"></circle>
298
+ <circle cx="12" cy="12" r="3"></circle>
299
+ <circle cx="12" cy="20" r="3"></circle>
300
+ </svg>
301
+ </div>
302
+ </div>
303
+ </div>
304
+
305
+ <!-- Row 2: TXT file -->
306
+ <div class="tile">
307
+ <div class="thumb">[IMG: Text document preview]</div>
308
+ <div class="chip doc">TXT</div>
309
+ <div class="tile-footer">
310
+ <div class="title">agents.txt</div>
311
+ <div class="ellipsis">
312
+ <svg viewBox="0 0 24 24">
313
+ <circle cx="12" cy="4" r="3"></circle>
314
+ <circle cx="12" cy="12" r="3"></circle>
315
+ <circle cx="12" cy="20" r="3"></circle>
316
+ </svg>
317
+ </div>
318
+ </div>
319
+ </div>
320
+
321
+ <!-- Row 3: Backup file -->
322
+ <div class="tile">
323
+ <div class="thumb">[IMG: File thumbnail]</div>
324
+ <div class="chip gray">FILE</div>
325
+ <div class="tile-footer">
326
+ <div class="title">BACKUP_REMINDER_M...</div>
327
+ <div class="ellipsis">
328
+ <svg viewBox="0 0 24 24">
329
+ <circle cx="12" cy="4" r="3"></circle>
330
+ <circle cx="12" cy="12" r="3"></circle>
331
+ <circle cx="12" cy="20" r="3"></circle>
332
+ </svg>
333
+ </div>
334
+ </div>
335
+ </div>
336
+
337
+ <!-- Row 3: Copy of ABC sheet -->
338
+ <div class="tile">
339
+ <div class="thumb">[IMG: Google Sheets thumbnail]</div>
340
+ <div class="chip sheet">SHEET</div>
341
+ <div class="tile-footer">
342
+ <div class="title">Copy of ABC data sheet</div>
343
+ <div class="ellipsis">
344
+ <svg viewBox="0 0 24 24">
345
+ <circle cx="12" cy="4" r="3"></circle>
346
+ <circle cx="12" cy="12" r="3"></circle>
347
+ <circle cx="12" cy="20" r="3"></circle>
348
+ </svg>
349
+ </div>
350
+ </div>
351
+ </div>
352
+
353
+ </div>
354
+ </div>
355
+
356
+ <!-- Floating Action Button -->
357
+ <div class="fab">
358
+ <svg viewBox="0 0 100 100">
359
+ <path d="M50 20 V80 M20 50 H80"/>
360
+ </svg>
361
+ </div>
362
+
363
+ <!-- Bottom Navigation -->
364
+ <div class="bottom-nav">
365
+ <div class="nav-item">
366
+ <div class="nav-icon">
367
+ <svg viewBox="0 0 100 100">
368
+ <path d="M10 50 L50 20 L90 50 V85 H62 V60 H38 V85 H10 Z"/>
369
+ </svg>
370
+ </div>
371
+ <div>Home</div>
372
+ </div>
373
+ <div class="nav-item">
374
+ <div class="nav-icon">
375
+ <svg viewBox="0 0 100 100">
376
+ <path d="M50 15 L58 35 L80 35 L62 48 L70 70 L50 56 L30 70 L38 48 L20 35 L42 35 Z"/>
377
+ </svg>
378
+ </div>
379
+ <div>Starred</div>
380
+ </div>
381
+ <div class="nav-item">
382
+ <div class="nav-icon">
383
+ <svg viewBox="0 0 100 100">
384
+ <circle cx="50" cy="36" r="16"></circle>
385
+ <path d="M18 84 C18 62 82 62 82 84 Z"/>
386
+ </svg>
387
+ </div>
388
+ <div>Shared</div>
389
+ </div>
390
+ <div class="nav-item active">
391
+ <div class="nav-icon">
392
+ <svg viewBox="0 0 100 100">
393
+ <rect x="18" y="18" width="64" height="64" rx="10"></rect>
394
+ <path d="M32 32 H68 M32 50 H68 M32 68 H68"/>
395
+ </svg>
396
+ </div>
397
+ <div>Files</div>
398
+ </div>
399
+ </div>
400
+
401
+ </div>
402
+ </body>
403
+ </html>
code/1137/1137_3.html ADDED
@@ -0,0 +1,394 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Mobile UI - New Folder Dialog</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ position: relative;
9
+ overflow: hidden;
10
+ width: 1440px;
11
+ height: 3120px;
12
+ background: #0d0f0d;
13
+ color: #e6e8e6;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1440px;
22
+ height: 120px;
23
+ color: #e8efe5;
24
+ display: flex;
25
+ align-items: center;
26
+ padding: 0 40px;
27
+ box-sizing: border-box;
28
+ font-size: 40px;
29
+ letter-spacing: 1px;
30
+ }
31
+ .status-left { flex: 1; }
32
+ .status-right { display: flex; gap: 24px; align-items: center; }
33
+ .dot { width: 12px; height: 12px; background: #e8efe5; border-radius: 50%; display: inline-block; }
34
+
35
+ /* Search bar area */
36
+ .search-wrap {
37
+ position: absolute;
38
+ top: 140px;
39
+ left: 60px;
40
+ width: 1320px;
41
+ height: 140px;
42
+ display: flex;
43
+ align-items: center;
44
+ gap: 24px;
45
+ }
46
+ .search-box {
47
+ flex: 1;
48
+ height: 140px;
49
+ background: #1a1e19;
50
+ border-radius: 80px;
51
+ display: flex;
52
+ align-items: center;
53
+ padding: 0 40px;
54
+ box-sizing: border-box;
55
+ color: #aeb7a7;
56
+ font-size: 46px;
57
+ }
58
+ .hamburger {
59
+ width: 72px;
60
+ height: 72px;
61
+ margin-right: 22px;
62
+ }
63
+ .avatar {
64
+ width: 120px;
65
+ height: 120px;
66
+ border-radius: 60px;
67
+ background: #1f3828;
68
+ color: #cfe9c1;
69
+ display: flex;
70
+ align-items: center;
71
+ justify-content: center;
72
+ font-weight: bold;
73
+ font-size: 54px;
74
+ margin-left: 20px;
75
+ }
76
+
77
+ /* Tabs */
78
+ .tabs {
79
+ position: absolute;
80
+ top: 320px;
81
+ left: 120px;
82
+ display: flex;
83
+ gap: 120px;
84
+ font-size: 50px;
85
+ }
86
+ .tab { color: #9aa39b; }
87
+ .tab.active { color: #bfe7b9; border-bottom: 6px solid #bfe7b9; padding-bottom: 12px; }
88
+
89
+ /* Sorting bar */
90
+ .sort-bar {
91
+ position: absolute;
92
+ top: 430px;
93
+ left: 60px;
94
+ right: 60px;
95
+ height: 90px;
96
+ display: flex;
97
+ align-items: center;
98
+ justify-content: space-between;
99
+ color: #c7d0c3;
100
+ font-size: 46px;
101
+ }
102
+ .sort-left { display: flex; align-items: center; gap: 16px; }
103
+ .sort-right { opacity: 0.7; }
104
+
105
+ /* Modal overlay */
106
+ .overlay {
107
+ position: absolute;
108
+ top: 520px;
109
+ left: 80px;
110
+ width: 1280px;
111
+ height: 760px;
112
+ background: #121612;
113
+ border-radius: 48px;
114
+ box-shadow: 0 24px 80px rgba(0,0,0,0.6);
115
+ border: 1px solid rgba(180, 231, 170, 0.08);
116
+ padding: 60px;
117
+ box-sizing: border-box;
118
+ }
119
+ .overlay h2 {
120
+ margin: 0 0 40px 0;
121
+ font-size: 72px;
122
+ font-weight: 700;
123
+ color: #e5f2df;
124
+ }
125
+ .input-box {
126
+ position: relative;
127
+ width: 1140px;
128
+ height: 160px;
129
+ border: 4px solid #98cf86;
130
+ border-radius: 18px;
131
+ box-sizing: border-box;
132
+ background: #151b14;
133
+ padding: 32px 34px;
134
+ color: #e4f4df;
135
+ font-size: 64px;
136
+ display: flex;
137
+ align-items: center;
138
+ }
139
+ .selection {
140
+ position: absolute;
141
+ left: 34px;
142
+ top: 30px;
143
+ height: 100px;
144
+ width: 530px;
145
+ background: rgba(152, 207, 134, 0.35);
146
+ border-radius: 10px;
147
+ }
148
+ .input-text { position: relative; z-index: 1; }
149
+
150
+ .modal-actions {
151
+ position: absolute;
152
+ right: 60px;
153
+ bottom: 60px;
154
+ display: flex;
155
+ gap: 80px;
156
+ font-size: 56px;
157
+ }
158
+ .btn {
159
+ color: #cfe0cc;
160
+ }
161
+ .btn.primary {
162
+ color: #cdeec7;
163
+ }
164
+
165
+ /* Floating action button */
166
+ .fab {
167
+ position: absolute;
168
+ right: 60px;
169
+ top: 1320px;
170
+ width: 180px;
171
+ height: 180px;
172
+ background: #203c26;
173
+ border-radius: 40px;
174
+ display: flex;
175
+ align-items: center;
176
+ justify-content: center;
177
+ box-shadow: 0 10px 30px rgba(0,0,0,0.5);
178
+ }
179
+ .fab-inner {
180
+ width: 150px;
181
+ height: 150px;
182
+ background: #324f34;
183
+ border-radius: 34px;
184
+ display: flex;
185
+ align-items: center;
186
+ justify-content: center;
187
+ }
188
+ .plus {
189
+ width: 84px;
190
+ height: 84px;
191
+ }
192
+
193
+ /* Bottom navigation (above keyboard) */
194
+ .bottom-nav {
195
+ position: absolute;
196
+ left: 0;
197
+ top: 1520px;
198
+ width: 1440px;
199
+ height: 170px;
200
+ background: rgba(10,12,10,0.9);
201
+ display: flex;
202
+ align-items: center;
203
+ justify-content: space-around;
204
+ color: #b7c0b6;
205
+ font-size: 40px;
206
+ }
207
+ .nav-item {
208
+ display: flex;
209
+ flex-direction: column;
210
+ align-items: center;
211
+ gap: 18px;
212
+ width: 260px;
213
+ }
214
+ .nav-item .icon {
215
+ width: 74px;
216
+ height: 74px;
217
+ opacity: 0.9;
218
+ }
219
+ .nav-item.active .label {
220
+ background: #1a2a1b;
221
+ color: #d6f0ce;
222
+ padding: 14px 24px;
223
+ border-radius: 26px;
224
+ }
225
+
226
+ /* Keyboard */
227
+ .keyboard {
228
+ position: absolute;
229
+ left: 0;
230
+ top: 1690px;
231
+ width: 1440px;
232
+ height: 1430px;
233
+ background: #111411;
234
+ border-top: 1px solid #1e241d;
235
+ box-sizing: border-box;
236
+ padding: 28px 22px 40px;
237
+ }
238
+ .kbd-row {
239
+ display: grid;
240
+ grid-template-columns: repeat(10, 1fr);
241
+ gap: 22px;
242
+ margin-bottom: 28px;
243
+ }
244
+ .key {
245
+ height: 150px;
246
+ background: #232823;
247
+ border-radius: 22px;
248
+ color: #e8eee3;
249
+ display: flex;
250
+ align-items: center;
251
+ justify-content: center;
252
+ font-size: 56px;
253
+ box-shadow: inset 0 -3px 0 rgba(0,0,0,0.3);
254
+ }
255
+ .key.small { font-size: 48px; }
256
+ .kbd-row2 { grid-template-columns: 0.6fr repeat(8, 1fr) 0.6fr; }
257
+ .kbd-row3 { grid-template-columns: 0.8fr repeat(7, 1fr) 0.8fr; }
258
+ .space-row {
259
+ display: grid;
260
+ grid-template-columns: 1.4fr 0.9fr 1fr 1fr 1fr 1fr 1.2fr 1.1fr;
261
+ gap: 22px;
262
+ }
263
+ .space { height: 160px; background: #232823; border-radius: 24px; }
264
+ .mic { background: #2a2f2a; }
265
+ </style>
266
+ </head>
267
+ <body>
268
+ <div id="render-target">
269
+
270
+ <!-- Status bar -->
271
+ <div class="status-bar">
272
+ <div class="status-left">5:43</div>
273
+ <div class="status-right">
274
+ <span>96°</span>
275
+ <span class="dot"></span>
276
+ <span class="dot"></span>
277
+ <span class="dot"></span>
278
+ </div>
279
+ </div>
280
+
281
+ <!-- Search bar -->
282
+ <div class="search-wrap">
283
+ <div class="search-box">
284
+ <svg class="hamburger" viewBox="0 0 24 24" fill="#cfe0cc">
285
+ <rect x="3" y="5" width="18" height="2"></rect>
286
+ <rect x="3" y="11" width="18" height="2"></rect>
287
+ <rect x="3" y="17" width="18" height="2"></rect>
288
+ </svg>
289
+ <span>Search in Drive</span>
290
+ </div>
291
+ <div class="avatar">C</div>
292
+ </div>
293
+
294
+ <!-- Tabs -->
295
+ <div class="tabs">
296
+ <div class="tab active">My Drive</div>
297
+ <div class="tab">Computers</div>
298
+ </div>
299
+
300
+ <!-- Sort bar -->
301
+ <div class="sort-bar">
302
+ <div class="sort-left">
303
+ <span>Name</span>
304
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#bfe7b9">
305
+ <path d="M7 14l5-5 5 5z"></path>
306
+ </svg>
307
+ </div>
308
+ <div class="sort-right">
309
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#a6b2a5">
310
+ <rect x="4" y="6" width="16" height="2"></rect>
311
+ <rect x="4" y="11" width="16" height="2"></rect>
312
+ <rect x="4" y="16" width="16" height="2"></rect>
313
+ </svg>
314
+ </div>
315
+ </div>
316
+
317
+ <!-- Modal: New folder -->
318
+ <div class="overlay">
319
+ <h2>New folder</h2>
320
+ <div class="input-box">
321
+ <div class="selection"></div>
322
+ <div class="input-text">Untitled folder</div>
323
+ </div>
324
+ <div class="modal-actions">
325
+ <div class="btn">Cancel</div>
326
+ <div class="btn primary">Create</div>
327
+ </div>
328
+ </div>
329
+
330
+ <!-- Floating action button -->
331
+ <div class="fab">
332
+ <div class="fab-inner">
333
+ <svg class="plus" viewBox="0 0 24 24" fill="#dff7d8">
334
+ <rect x="10" y="4" width="4" height="16"></rect>
335
+ <rect x="4" y="10" width="16" height="4"></rect>
336
+ </svg>
337
+ </div>
338
+ </div>
339
+
340
+ <!-- Bottom nav -->
341
+ <div class="bottom-nav">
342
+ <div class="nav-item">
343
+ <svg class="icon" viewBox="0 0 24 24" fill="#c7d0c3">
344
+ <path d="M3 12l9-7 9 7v8a1 1 0 0 1-1 1h-5v-6H9v6H4a1 1 0 0 1-1-1z"></path>
345
+ </svg>
346
+ <div>Home</div>
347
+ </div>
348
+ <div class="nav-item">
349
+ <svg class="icon" viewBox="0 0 24 24" fill="#c7d0c3">
350
+ <path d="M12 17.3l-6.2 3.7 1.7-7.1L2 8.9l7.2-.6L12 2l2.8 6.3 7.2.6-5.5 5 1.7 7.1z"></path>
351
+ </svg>
352
+ <div>Starred</div>
353
+ </div>
354
+ <div class="nav-item">
355
+ <svg class="icon" viewBox="0 0 24 24" fill="#c7d0c3">
356
+ <path d="M16 11c1.7 0 3 1.3 3 3v5h-6v-5c0-1.7 1.3-3 3-3zM8 12c1.7 0 3 1.3 3 3v4H2v-4c0-1.7 1.3-3 3-3h3z"></path>
357
+ </svg>
358
+ <div>Shared</div>
359
+ </div>
360
+ <div class="nav-item active">
361
+ <svg class="icon" viewBox="0 0 24 24" fill="#d6f0ce">
362
+ <path d="M4 4h16v14H4z"></path>
363
+ <path d="M8 8h8v2H8zM8 12h8v2H8z" fill="#0d0f0d"></path>
364
+ </svg>
365
+ <div class="label">Files</div>
366
+ </div>
367
+ </div>
368
+
369
+ <!-- Keyboard -->
370
+ <div class="keyboard">
371
+ <div class="kbd-row">
372
+ <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>
373
+ </div>
374
+ <div class="kbd-row kbd-row2">
375
+ <div class="key small">1</div><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 small">L</div>
376
+ </div>
377
+ <div class="kbd-row kbd-row3">
378
+ <div class="key small">⬆</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 small">⌫</div>
379
+ </div>
380
+ <div class="space-row">
381
+ <div class="key small">.?123</div>
382
+ <div class="key small">,</div>
383
+ <div class="space"></div>
384
+ <div class="key mic">.</div>
385
+ <div class="key mic">✓</div>
386
+ <div class="key mic">🎤</div>
387
+ <div class="key small">▲</div>
388
+ <div class="key small">▼</div>
389
+ </div>
390
+ </div>
391
+
392
+ </div>
393
+ </body>
394
+ </html>
code/1137/1137_4.html ADDED
@@ -0,0 +1,389 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1440, initial-scale=1.0">
5
+ <title>Mobile UI - New Folder (Drive)</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ position: relative;
10
+ width: 1440px;
11
+ height: 3120px;
12
+ overflow: hidden;
13
+ background: #0d0f0d;
14
+ color: #e9eee9;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1440px;
23
+ height: 120px;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ padding: 0 40px;
28
+ box-sizing: border-box;
29
+ color: #f7f7f7;
30
+ }
31
+ .status-left { font-size: 44px; letter-spacing: 1px; }
32
+ .status-right { display: flex; gap: 26px; align-items: center; }
33
+ .dot { width: 10px; height: 10px; background: #cfcfcf; border-radius: 50%; display: inline-block; }
34
+
35
+ /* Top search area */
36
+ .top-bar {
37
+ position: absolute;
38
+ top: 140px;
39
+ left: 40px;
40
+ right: 40px;
41
+ height: 140px;
42
+ display: flex;
43
+ align-items: center;
44
+ gap: 28px;
45
+ }
46
+ .hamburger {
47
+ width: 84px; height: 84px; border-radius: 18px;
48
+ display: flex; align-items: center; justify-content: center;
49
+ background: rgba(255,255,255,0.05);
50
+ }
51
+ .search-field {
52
+ flex: 1;
53
+ height: 120px;
54
+ border-radius: 64px;
55
+ background: #161a16;
56
+ border: 2px solid #222922;
57
+ display: flex;
58
+ align-items: center;
59
+ padding: 0 40px;
60
+ color: #9aa39a;
61
+ font-size: 46px;
62
+ }
63
+ .avatar {
64
+ width: 110px; height: 110px; border-radius: 56px;
65
+ background: #0b3429; color: #cfe8db; display: flex; align-items: center; justify-content: center;
66
+ font-weight: 700; font-size: 56px;
67
+ }
68
+
69
+ /* Tabs */
70
+ .tabs {
71
+ position: absolute;
72
+ top: 320px;
73
+ left: 120px;
74
+ right: 120px;
75
+ height: 90px;
76
+ display: flex;
77
+ align-items: center;
78
+ gap: 80px;
79
+ color: #bac1ba;
80
+ font-size: 46px;
81
+ }
82
+ .tab.active { color: #b8e6b8; position: relative; }
83
+ .tab.active::after {
84
+ content: "";
85
+ position: absolute;
86
+ left: 0; right: 0; bottom: -18px;
87
+ height: 8px; border-radius: 4px; background: #8fe28e;
88
+ }
89
+
90
+ /* Sort row */
91
+ .sub-row {
92
+ position: absolute;
93
+ top: 430px;
94
+ left: 120px;
95
+ right: 120px;
96
+ height: 80px;
97
+ display: flex;
98
+ align-items: center;
99
+ justify-content: space-between;
100
+ color: #aab2aa;
101
+ font-size: 42px;
102
+ }
103
+
104
+ /* Content grid (blurred/placeholder) */
105
+ .content {
106
+ position: absolute;
107
+ top: 520px;
108
+ left: 80px;
109
+ right: 80px;
110
+ bottom: 1480px; /* space for bottom nav + keyboard */
111
+ display: grid;
112
+ grid-template-columns: repeat(2, 1fr);
113
+ grid-gap: 36px;
114
+ opacity: 0.55;
115
+ }
116
+ .card {
117
+ background: #161a16;
118
+ border: 1px solid #232823;
119
+ border-radius: 28px;
120
+ padding: 28px;
121
+ }
122
+ .thumb {
123
+ width: 100%;
124
+ height: 280px;
125
+ background: #E0E0E0;
126
+ border: 1px solid #BDBDBD;
127
+ border-radius: 18px;
128
+ color: #757575;
129
+ display: flex; align-items: center; justify-content: center;
130
+ font-size: 38px;
131
+ }
132
+ .card .title {
133
+ margin-top: 20px; color: #dfe4df; font-size: 44px;
134
+ }
135
+
136
+ /* Floating action button */
137
+ .fab {
138
+ position: absolute;
139
+ right: 60px;
140
+ bottom: 1380px;
141
+ width: 150px; height: 150px;
142
+ border-radius: 28px;
143
+ background: #263b28;
144
+ display: flex; align-items: center; justify-content: center;
145
+ box-shadow: 0 10px 40px rgba(0,0,0,0.6);
146
+ }
147
+ .fab .circle {
148
+ width: 150px; height: 150px; border-radius: 36px;
149
+ background: #2f4d2f;
150
+ display: flex; align-items: center; justify-content: center;
151
+ }
152
+ .fab svg { width: 72px; height: 72px; fill: #d7ffd7; }
153
+
154
+ /* Bottom navigation (above keyboard) */
155
+ .bottom-nav {
156
+ position: absolute;
157
+ left: 0; right: 0; bottom: 1200px;
158
+ height: 180px;
159
+ display: flex; justify-content: space-around; align-items: center;
160
+ background: rgba(0,0,0,0.35);
161
+ border-top: 1px solid #1c211c;
162
+ }
163
+ .nav-item {
164
+ display: flex; flex-direction: column; align-items: center; gap: 10px;
165
+ color: #c6cdc6; font-size: 38px;
166
+ }
167
+ .nav-item.active { color: #b8e6b8; }
168
+ .nav-item svg { width: 54px; height: 54px; fill: currentColor; }
169
+
170
+ /* Modal overlay */
171
+ .overlay {
172
+ position: absolute;
173
+ left: 0; top: 0; width: 100%; height: 100%;
174
+ background: rgba(0,0,0,0.55);
175
+ }
176
+ .modal {
177
+ position: absolute;
178
+ left: 100px; right: 100px;
179
+ top: 770px;
180
+ height: 780px;
181
+ background: #172018;
182
+ border-radius: 56px;
183
+ box-shadow: 0 30px 120px rgba(0,0,0,0.7);
184
+ padding: 70px 70px 60px;
185
+ box-sizing: border-box;
186
+ color: #e8eee8;
187
+ }
188
+ .modal h2 {
189
+ margin: 0;
190
+ font-size: 64px;
191
+ font-weight: 700;
192
+ margin-bottom: 64px;
193
+ }
194
+ .input {
195
+ height: 150px;
196
+ border-radius: 22px;
197
+ background: #0f140f;
198
+ border: 4px solid #9ed39e;
199
+ padding: 0 34px;
200
+ display: flex; align-items: center;
201
+ font-size: 58px; color: #eaf6ea;
202
+ }
203
+ .modal .actions {
204
+ position: absolute; bottom: 50px; left: 70px; right: 70px;
205
+ display: flex; justify-content: space-between; align-items: center;
206
+ font-size: 56px;
207
+ }
208
+ .btn {
209
+ color: #bfe8b8;
210
+ padding: 16px 22px;
211
+ }
212
+
213
+ /* Keyboard */
214
+ .keyboard {
215
+ position: absolute;
216
+ left: 0; right: 0; bottom: 0;
217
+ height: 1200px;
218
+ background: #101410;
219
+ border-top: 1px solid #1b221b;
220
+ padding: 40px 24px 34px;
221
+ box-sizing: border-box;
222
+ }
223
+ .keys-row {
224
+ display: grid;
225
+ grid-auto-flow: column;
226
+ grid-gap: 18px;
227
+ margin-bottom: 26px;
228
+ }
229
+ .key {
230
+ height: 150px;
231
+ background: #191e19;
232
+ border: 1px solid #222822;
233
+ border-radius: 26px;
234
+ display: flex; align-items: center; justify-content: center;
235
+ color: #e3ebe3;
236
+ font-size: 54px;
237
+ }
238
+ .key.small { width: 100px; }
239
+ .key.wide { grid-column: span 2; }
240
+ .space-row { grid-template-columns: 180px 1fr 180px; }
241
+ .space { height: 150px; background: #191e19; border: 1px solid #222822; border-radius: 26px; }
242
+ </style>
243
+ </head>
244
+ <body>
245
+ <div id="render-target">
246
+
247
+ <!-- Status bar -->
248
+ <div class="status-bar">
249
+ <div class="status-left">5:44</div>
250
+ <div class="status-right">
251
+ <span style="font-size:42px;">96°</span>
252
+ <span class="dot"></span>
253
+ <span style="font-size:44px;">S</span>
254
+ <span style="font-size:44px;">U</span>
255
+ <span class="dot"></span>
256
+ <!-- Simple battery/wifi placeholders -->
257
+ <svg viewBox="0 0 24 24" width="44" height="44" fill="#e8e8e8"><path d="M2 8l10 10L22 8H2z"/></svg>
258
+ </div>
259
+ </div>
260
+
261
+ <!-- Top search -->
262
+ <div class="top-bar">
263
+ <div class="hamburger">
264
+ <svg viewBox="0 0 24 24" width="64" height="64" fill="#dfe7df">
265
+ <path d="M3 6h18v2H3zm0 5h18v2H3zm0 5h18v2H3z"/>
266
+ </svg>
267
+ </div>
268
+ <div class="search-field">
269
+ <svg viewBox="0 0 24 24" width="56" height="56" fill="#8a928a" style="margin-right:18px;">
270
+ <path d="M15.5 14h-.79l-.28-.27A6.471 6.471 0 0016 9.5 6.5 6.5 0 109.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79L20 21.5 21.5 20l-6-6zM4 9.5C4 6.46 6.46 4 9.5 4S15 6.46 15 9.5 12.54 15 9.5 15 4 12.54 4 9.5z"/>
271
+ </svg>
272
+ Search in Drive
273
+ </div>
274
+ <div class="avatar">C</div>
275
+ </div>
276
+
277
+ <!-- Tabs -->
278
+ <div class="tabs">
279
+ <div class="tab active">My Drive</div>
280
+ <div class="tab">Computers</div>
281
+ </div>
282
+
283
+ <!-- Sort row -->
284
+ <div class="sub-row">
285
+ <div>Name ↑</div>
286
+ <svg viewBox="0 0 24 24" width="64" height="64" fill="#aab2aa">
287
+ <path d="M3 6h18v2H3zm0 5h12v2H3zm0 5h8v2H3z"/>
288
+ </svg>
289
+ </div>
290
+
291
+ <!-- Content grid -->
292
+ <div class="content">
293
+ <div class="card">
294
+ <div class="thumb">[IMG: File Preview]</div>
295
+ <div class="title">Report.pdf</div>
296
+ </div>
297
+ <div class="card">
298
+ <div class="thumb">[IMG: File Preview]</div>
299
+ <div class="title">Presentation.pptx</div>
300
+ </div>
301
+ <div class="card">
302
+ <div class="thumb">[IMG: Folder]</div>
303
+ <div class="title">Team Folder</div>
304
+ </div>
305
+ <div class="card">
306
+ <div class="thumb">[IMG: Image Asset]</div>
307
+ <div class="title">Screenshot.png</div>
308
+ </div>
309
+ </div>
310
+
311
+ <!-- Floating action button -->
312
+ <div class="fab">
313
+ <div class="circle">
314
+ <svg viewBox="0 0 24 24"><path d="M11 5h2v14h-2zM5 11h14v2H5z"/></svg>
315
+ </div>
316
+ </div>
317
+
318
+ <!-- Bottom navigation -->
319
+ <div class="bottom-nav">
320
+ <div class="nav-item">
321
+ <svg viewBox="0 0 24 24"><path d="M12 3l9 8h-3v8h-12v-8H3z"/></svg>
322
+ <div>Home</div>
323
+ </div>
324
+ <div class="nav-item">
325
+ <svg viewBox="0 0 24 24"><path d="M12 17.27L18.18 21 16.54 13.97 22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24 7.46 13.97 5.82 21z"/></svg>
326
+ <div>Starred</div>
327
+ </div>
328
+ <div class="nav-item">
329
+ <svg viewBox="0 0 24 24"><path d="M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3 1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V20h14v-3.5C15 14.17 10.33 13 8 13zm8 0c-.29 0-.62.02-.97.05C16.86 13.86 18 15.02 18 16.5V20h6v-3.5c0-2.33-4.67-3.5-8-3.5z"/></svg>
330
+ <div>Shared</div>
331
+ </div>
332
+ <div class="nav-item active">
333
+ <svg viewBox="0 0 24 24"><path d="M10 4H4v16h16V8h-10V4zM12 6v2H6V6h6z"/></svg>
334
+ <div>Files</div>
335
+ </div>
336
+ </div>
337
+
338
+ <!-- Modal overlay with new folder -->
339
+ <div class="overlay">
340
+ <div class="modal">
341
+ <h2>New folder</h2>
342
+ <div class="input">Project Folder</div>
343
+ <div class="actions">
344
+ <div class="btn">Cancel</div>
345
+ <div class="btn">Create</div>
346
+ </div>
347
+ </div>
348
+ </div>
349
+
350
+ <!-- Keyboard -->
351
+ <div class="keyboard">
352
+ <!-- Suggestions row mock -->
353
+ <div class="keys-row" style="grid-template-columns: repeat(6, 1fr); margin-bottom: 20px;">
354
+ <div class="key">Folder</div>
355
+ <div class="key">Folders</div>
356
+ <div class="key">📁</div>
357
+ <div class="key">📂</div>
358
+ <div class="key">🎤</div>
359
+ <div class="key">🗣���</div>
360
+ </div>
361
+
362
+ <!-- Row 1 -->
363
+ <div class="keys-row" style="grid-template-columns: repeat(10, 1fr);">
364
+ <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>
365
+ <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>
366
+ </div>
367
+ <!-- Row 2 -->
368
+ <div class="keys-row" style="grid-template-columns: repeat(9, 1fr); padding: 0 70px;">
369
+ <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>
370
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
371
+ </div>
372
+ <!-- Row 3 -->
373
+ <div class="keys-row" style="grid-template-columns: 180px repeat(7, 1fr) 180px;">
374
+ <div class="key">⇧</div>
375
+ <div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div>
376
+ <div class="key">b</div><div class="key">n</div><div class="key">m</div>
377
+ <div class="key">⌫</div>
378
+ </div>
379
+ <!-- Row 4 -->
380
+ <div class="keys-row space-row">
381
+ <div class="key">123</div>
382
+ <div class="space"></div>
383
+ <div class="key">⏎</div>
384
+ </div>
385
+ </div>
386
+
387
+ </div>
388
+ </body>
389
+ </html>
code/1137/1137_5.html ADDED
@@ -0,0 +1,493 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Mobile UI - Drive Dark</title>
5
+ <style>
6
+ body {
7
+ margin: 0;
8
+ padding: 0;
9
+ background: transparent;
10
+ font-family: Arial, Helvetica, sans-serif;
11
+ }
12
+ #render-target {
13
+ width: 1440px;
14
+ height: 3120px;
15
+ position: relative;
16
+ overflow: hidden;
17
+ background: #121512; /* dark app bg */
18
+ color: #E9EDE6;
19
+ }
20
+
21
+ /* Status bar */
22
+ .status-bar {
23
+ position: absolute;
24
+ top: 0;
25
+ left: 0;
26
+ width: 1440px;
27
+ height: 120px;
28
+ display: flex;
29
+ align-items: center;
30
+ justify-content: space-between;
31
+ padding: 0 48px;
32
+ box-sizing: border-box;
33
+ color: #DDE5D8;
34
+ font-weight: 600;
35
+ font-size: 44px;
36
+ }
37
+ .status-icons {
38
+ display: flex;
39
+ align-items: center;
40
+ gap: 28px;
41
+ }
42
+ .status-dot {
43
+ width: 16px; height: 16px; background:#A5AF9A; border-radius: 50%;
44
+ }
45
+
46
+ /* Search bar area */
47
+ .search-area {
48
+ position: absolute;
49
+ top: 120px;
50
+ left: 0;
51
+ width: 1440px;
52
+ padding: 30px 48px 0 48px;
53
+ box-sizing: border-box;
54
+ }
55
+ .search-row {
56
+ display: flex;
57
+ align-items: center;
58
+ gap: 24px;
59
+ }
60
+ .hamburger {
61
+ width: 120px;
62
+ height: 120px;
63
+ border-radius: 60px;
64
+ background: transparent;
65
+ display: flex;
66
+ align-items: center;
67
+ justify-content: center;
68
+ }
69
+ .search-pill {
70
+ flex: 1;
71
+ height: 120px;
72
+ border-radius: 60px;
73
+ background: #253028;
74
+ display: flex;
75
+ align-items: center;
76
+ padding: 0 40px;
77
+ box-sizing: border-box;
78
+ color: #AAB6A7;
79
+ font-size: 44px;
80
+ }
81
+ .search-pill .icon {
82
+ margin-right: 24px;
83
+ }
84
+ .avatar {
85
+ width: 132px;
86
+ height: 132px;
87
+ border-radius: 66px;
88
+ background: #204F3C;
89
+ display: flex;
90
+ align-items: center;
91
+ justify-content: center;
92
+ color: #E8F5E9;
93
+ font-weight: 700;
94
+ font-size: 54px;
95
+ }
96
+
97
+ /* Tabs */
98
+ .tabs {
99
+ margin-top: 32px;
100
+ display: flex;
101
+ gap: 64px;
102
+ font-size: 52px;
103
+ padding: 0 48px;
104
+ align-items: center;
105
+ }
106
+ .tab {
107
+ color: #AAB6A7;
108
+ }
109
+ .tab.active {
110
+ color: #86C889;
111
+ }
112
+
113
+ /* Content header (sort icon) */
114
+ .content-header {
115
+ position: absolute;
116
+ top: 360px;
117
+ left: 0;
118
+ width: 1440px;
119
+ height: 80px;
120
+ }
121
+ .sort-icon {
122
+ position: absolute;
123
+ right: 48px;
124
+ top: 0;
125
+ width: 80px;
126
+ height: 80px;
127
+ display: flex;
128
+ align-items: center;
129
+ justify-content: center;
130
+ }
131
+
132
+ /* Grid content */
133
+ .grid {
134
+ position: absolute;
135
+ top: 440px;
136
+ left: 0;
137
+ width: 1440px;
138
+ padding: 0 48px 0 48px;
139
+ box-sizing: border-box;
140
+ display: grid;
141
+ grid-template-columns: repeat(2, 624px);
142
+ gap: 48px 72px;
143
+ }
144
+ .tile {
145
+ width: 624px;
146
+ height: 640px;
147
+ border-radius: 36px;
148
+ background: #1A1F1B;
149
+ box-shadow: inset 0 0 0 1px #232A24;
150
+ position: relative;
151
+ padding: 48px;
152
+ box-sizing: border-box;
153
+ }
154
+ .tile .thumb {
155
+ width: 528px;
156
+ height: 360px;
157
+ border-radius: 28px;
158
+ background: #C9CEC6;
159
+ display: flex;
160
+ align-items: center;
161
+ justify-content: center;
162
+ color: #384038;
163
+ border: 1px solid #B5BBB0;
164
+ font-size: 38px;
165
+ font-weight: 600;
166
+ }
167
+ .tile .label {
168
+ margin-top: 36px;
169
+ font-size: 52px;
170
+ line-height: 1.2;
171
+ color: #E9EDE6;
172
+ }
173
+ .dots {
174
+ position: absolute;
175
+ right: 28px;
176
+ top: 300px;
177
+ width: 48px;
178
+ height: 140px;
179
+ display: flex;
180
+ flex-direction: column;
181
+ align-items: center;
182
+ justify-content: space-between;
183
+ }
184
+ .dot {
185
+ width: 16px;
186
+ height: 16px;
187
+ background: #AAB6A7;
188
+ border-radius: 50%;
189
+ }
190
+
191
+ /* Bottom nav */
192
+ .bottom-nav {
193
+ position: absolute;
194
+ bottom: 0;
195
+ left: 0;
196
+ width: 1440px;
197
+ height: 240px;
198
+ background: #141913;
199
+ border-top: 1px solid #263029;
200
+ display: flex;
201
+ align-items: center;
202
+ justify-content: space-around;
203
+ color: #9FB5A2;
204
+ }
205
+ .nav-item {
206
+ display: flex;
207
+ flex-direction: column;
208
+ align-items: center;
209
+ gap: 18px;
210
+ font-size: 40px;
211
+ }
212
+ .nav-item .nav-icon {
213
+ width: 96px; height: 96px; border-radius: 20px;
214
+ display: flex; align-items: center; justify-content: center;
215
+ color: #9FB5A2;
216
+ }
217
+ .nav-item.active .nav-icon {
218
+ background: #223A2C;
219
+ color: #86C889;
220
+ }
221
+ .nav-item.active .nav-label {
222
+ color: #E9EDE6;
223
+ }
224
+
225
+ /* Floating action button */
226
+ .fab {
227
+ position: absolute;
228
+ right: 72px;
229
+ bottom: 312px;
230
+ width: 180px;
231
+ height: 180px;
232
+ border-radius: 90px;
233
+ background: #2E6B47;
234
+ display: flex;
235
+ align-items: center;
236
+ justify-content: center;
237
+ box-shadow: 0 10px 24px rgba(0,0,0,0.45);
238
+ }
239
+ .fab svg { width: 88px; height: 88px; }
240
+
241
+ /* Snack bar */
242
+ .snackbar {
243
+ position: absolute;
244
+ bottom: 270px;
245
+ left: 50%;
246
+ transform: translateX(-50%);
247
+ width: 1116px;
248
+ height: 120px;
249
+ border-radius: 20px;
250
+ background: #2A2F2B;
251
+ box-shadow: 0 3px 10px rgba(0,0,0,0.5);
252
+ display: flex;
253
+ align-items: center;
254
+ padding: 0 36px;
255
+ box-sizing: border-box;
256
+ font-size: 44px;
257
+ color: #E9EDE6;
258
+ }
259
+
260
+ /* Small helper icon style */
261
+ .icon svg { width: 56px; height: 56px; fill: none; stroke: #AAB6A7; stroke-width: 10px; }
262
+ .icon.fill svg { fill: #AAB6A7; stroke: none; }
263
+
264
+ .folder-icon {
265
+ width: 528px;
266
+ height: 360px;
267
+ background: #C9CEC6;
268
+ border: 1px solid #B5BBB0;
269
+ border-radius: 28px;
270
+ position: relative;
271
+ }
272
+ .folder-tab {
273
+ position: absolute;
274
+ top: 40px;
275
+ left: 60px;
276
+ width: 180px;
277
+ height: 80px;
278
+ background: #C9CEC6;
279
+ border: 1px solid #B5BBB0;
280
+ border-bottom: none;
281
+ border-radius: 12px 12px 0 0;
282
+ }
283
+ .folder-body {
284
+ position: absolute;
285
+ top: 80px;
286
+ left: 40px;
287
+ right: 40px;
288
+ bottom: 40px;
289
+ background: #CAD0C8;
290
+ border: 1px solid #B5BBB0;
291
+ border-radius: 18px;
292
+ }
293
+ .file-chip {
294
+ position: absolute;
295
+ left: 48px;
296
+ bottom: 48px;
297
+ width: 80px; height: 80px;
298
+ border-radius: 16px;
299
+ display: flex; align-items: center; justify-content: center;
300
+ color: #0B0F0B;
301
+ font-weight: 800;
302
+ font-size: 44px;
303
+ }
304
+ .chip-red { background: #C45B5B; }
305
+ .chip-green { background: #64A36B; }
306
+ .chip-blue { background: #6B86C4; }
307
+ </style>
308
+ </head>
309
+ <body>
310
+ <div id="render-target">
311
+
312
+ <!-- Status Bar -->
313
+ <div class="status-bar">
314
+ <div>5:44</div>
315
+ <div class="status-icons">
316
+ <div class="status-dot"></div>
317
+ <div style="font-size:42px;">96°</div>
318
+ <div class="status-dot"></div>
319
+ <div class="status-dot"></div>
320
+ <div class="status-dot"></div>
321
+ <div class="status-dot"></div>
322
+ </div>
323
+ </div>
324
+
325
+ <!-- Search Area -->
326
+ <div class="search-area">
327
+ <div class="search-row">
328
+ <div class="hamburger">
329
+ <svg viewBox="0 0 100 100">
330
+ <line x1="16" y1="28" x2="84" y2="28" stroke="#C7D2C6" stroke-width="10" />
331
+ <line x1="16" y1="50" x2="84" y2="50" stroke="#C7D2C6" stroke-width="10" />
332
+ <line x1="16" y1="72" x2="84" y2="72" stroke="#C7D2C6" stroke-width="10" />
333
+ </svg>
334
+ </div>
335
+ <div class="search-pill">
336
+ <span class="icon">
337
+ <svg viewBox="0 0 100 100">
338
+ <circle cx="42" cy="42" r="28"></circle>
339
+ <line x1="64" y1="64" x2="88" y2="88"></line>
340
+ </svg>
341
+ </span>
342
+ Search in Drive
343
+ </div>
344
+ <div class="avatar">C</div>
345
+ </div>
346
+
347
+ <div class="tabs">
348
+ <div class="tab active">My Drive</div>
349
+ <div class="tab">Computers</div>
350
+ </div>
351
+ </div>
352
+
353
+ <!-- Content header with sort icon -->
354
+ <div class="content-header">
355
+ <div class="sort-icon">
356
+ <svg viewBox="0 0 100 100">
357
+ <line x1="16" y1="28" x2="84" y2="28" stroke="#AAB6A7" stroke-width="10" />
358
+ <line x1="16" y1="50" x2="84" y2="50" stroke="#AAB6A7" stroke-width="10" />
359
+ <line x1="16" y1="72" x2="84" y2="72" stroke="#AAB6A7" stroke-width="10" />
360
+ </svg>
361
+ </div>
362
+ </div>
363
+
364
+ <!-- Grid of items -->
365
+ <div class="grid">
366
+
367
+ <!-- Folder: Project Folder -->
368
+ <div class="tile">
369
+ <div class="folder-icon">
370
+ <div class="folder-tab"></div>
371
+ <div class="folder-body"></div>
372
+ </div>
373
+ <div class="dots">
374
+ <div class="dot"></div><div class="dot"></div><div class="dot"></div>
375
+ </div>
376
+ <div class="label">Project<br>Folder</div>
377
+ </div>
378
+
379
+ <!-- Folder: Xyz ltd -->
380
+ <div class="tile">
381
+ <div class="folder-icon">
382
+ <div class="folder-tab"></div>
383
+ <div class="folder-body"></div>
384
+ </div>
385
+ <div class="dots">
386
+ <div class="dot"></div><div class="dot"></div><div class="dot"></div>
387
+ </div>
388
+ <div class="label">Xyz ltd</div>
389
+ </div>
390
+
391
+ <!-- PDF File -->
392
+ <div class="tile">
393
+ <div class="thumb">[IMG: PDF Preview]</div>
394
+ <div class="dots">
395
+ <div class="dot"></div><div class="dot"></div><div class="dot"></div>
396
+ </div>
397
+ <div class="file-chip chip-red">PDF</div>
398
+ <div class="label">08.24_dinner-veg (...)</div>
399
+ </div>
400
+
401
+ <!-- Sheet file -->
402
+ <div class="tile">
403
+ <div class="thumb" style="background:#1E2A1F; color:#86C889; border-color:#2F3B31;">[Google Sheet]</div>
404
+ <div class="dots">
405
+ <div class="dot"></div><div class="dot"></div><div class="dot"></div>
406
+ </div>
407
+ <div class="file-chip chip-green">+</div>
408
+ <div class="label">ABC data<br>sheet</div>
409
+ </div>
410
+
411
+ <!-- Text file agents.txt -->
412
+ <div class="tile">
413
+ <div class="thumb" style="background:#E0E0E0; color:#606060;">[IMG: Text Doc]</div>
414
+ <div class="dots">
415
+ <div class="dot"></div><div class="dot"></div><div class="dot"></div>
416
+ </div>
417
+ <div class="file-chip chip-blue">
418
+ <svg viewBox="0 0 100 100">
419
+ <rect x="24" y="20" width="52" height="64" fill="#0B0F0B"></rect>
420
+ </svg>
421
+ </div>
422
+ <div class="label">agents.txt</div>
423
+ </div>
424
+
425
+ <!-- Backup reminder file -->
426
+ <div class="tile">
427
+ <div class="thumb" style="background:#222622; color:#C9CEC6; border-color:#303630;">[File Placeholder]</div>
428
+ <div class="dots">
429
+ <div class="dot"></div><div class="dot"></div><div class="dot"></div>
430
+ </div>
431
+ <div class="file-chip chip-blue">
432
+ <svg viewBox="0 0 100 100">
433
+ <rect x="24" y="20" width="52" height="64" fill="#0B0F0B"></rect>
434
+ </svg>
435
+ </div>
436
+ <div class="label">BACKUP_REMINDER_M...</div>
437
+ </div>
438
+
439
+ </div>
440
+
441
+ <!-- Floating action button -->
442
+ <div class="fab">
443
+ <svg viewBox="0 0 100 100">
444
+ <line x1="50" y1="20" x2="50" y2="80" stroke="#E9F5EA" stroke-width="16" stroke-linecap="round"/>
445
+ <line x1="20" y1="50" x2="80" y2="50" stroke="#E9F5EA" stroke-width="16" stroke-linecap="round"/>
446
+ </svg>
447
+ </div>
448
+
449
+ <!-- Snackbar -->
450
+ <div class="snackbar">Folder created</div>
451
+
452
+ <!-- Bottom navigation -->
453
+ <div class="bottom-nav">
454
+ <div class="nav-item">
455
+ <div class="nav-icon">
456
+ <svg viewBox="0 0 100 100">
457
+ <polygon points="50,18 18,46 18,82 42,82 42,60 58,60 58,82 82,82 82,46" fill="#9FB5A2"></polygon>
458
+ </svg>
459
+ </div>
460
+ <div class="nav-label">Home</div>
461
+ </div>
462
+ <div class="nav-item">
463
+ <div class="nav-icon">
464
+ <svg viewBox="0 0 100 100">
465
+ <polygon points="50,16 60,40 86,40 64,56 72,82 50,66 28,82 36,56 14,40 40,40" fill="#9FB5A2"></polygon>
466
+ </svg>
467
+ </div>
468
+ <div class="nav-label">Starred</div>
469
+ </div>
470
+ <div class="nav-item">
471
+ <div class="nav-icon">
472
+ <svg viewBox="0 0 100 100">
473
+ <circle cx="34" cy="44" r="16" fill="#9FB5A2"></circle>
474
+ <circle cx="72" cy="36" r="12" fill="#9FB5A2"></circle>
475
+ <rect x="18" y="66" width="64" height="16" fill="#9FB5A2"></rect>
476
+ </svg>
477
+ </div>
478
+ <div class="nav-label">Shared</div>
479
+ </div>
480
+ <div class="nav-item active">
481
+ <div class="nav-icon">
482
+ <svg viewBox="0 0 100 100">
483
+ <rect x="16" y="34" width="68" height="44" rx="6" fill="#86C889"></rect>
484
+ <rect x="22" y="24" width="24" height="14" rx="4" fill="#86C889"></rect>
485
+ </svg>
486
+ </div>
487
+ <div class="nav-label">Files</div>
488
+ </div>
489
+ </div>
490
+
491
+ </div>
492
+ </body>
493
+ </html>
code/11372/11372_0.html ADDED
@@ -0,0 +1,297 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Gmail Search - 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:#121212; color:#EAEAEA;
12
+ border-radius:20px;
13
+ }
14
+ /* Status bar */
15
+ .status-bar {
16
+ height:90px; padding:0 36px;
17
+ display:flex; align-items:center; justify-content:space-between;
18
+ color:#eaeaea; font-weight:600; font-size:40px;
19
+ }
20
+ .status-icons { display:flex; gap:28px; align-items:center; }
21
+ .dot { width:26px; height:26px; border-radius:50%; background:#eaeaea; opacity:.8; }
22
+ .right-icons { display:flex; gap:28px; align-items:center; }
23
+ .icon-small {
24
+ width:36px; height:36px; border-radius:6px;
25
+ background:#eaeaea22;
26
+ display:flex; align-items:center; justify-content:center;
27
+ }
28
+ /* Search header */
29
+ .search-wrap { padding:18px 24px 8px; }
30
+ .search-bar {
31
+ height:120px; background:#1E1E1E; border-radius:60px;
32
+ display:flex; align-items:center; gap:24px; padding:0 32px;
33
+ border:1px solid #2A2A2A;
34
+ }
35
+ .search-text { flex:1; font-size:40px; color:#f0f0f0; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
36
+ .circle-btn { width:72px; height:72px; border-radius:50%; background:#2A2A2A; display:flex; align-items:center; justify-content:center; }
37
+ svg { fill:none; stroke:#EAEAEA; stroke-width:6px; }
38
+ .close-btn svg { stroke-width:8px; }
39
+ /* Filter chips */
40
+ .chips { display:flex; gap:24px; padding:22px 24px; }
41
+ .chip {
42
+ background:#1E1E1E; border:1px solid #2A2A2A; color:#ddd;
43
+ padding:22px 32px; border-radius:32px; font-size:36px;
44
+ display:flex; align-items:center; gap:16px;
45
+ }
46
+ .chip svg { width:22px; height:22px; stroke:#bdbdbd; }
47
+ /* Sections */
48
+ .section-title { color:#cccccc; font-size:40px; padding:26px 36px 12px; }
49
+ /* List items */
50
+ .mail-item {
51
+ display:flex; gap:28px; padding:28px 36px;
52
+ border-bottom:1px solid #242424;
53
+ }
54
+ .avatar {
55
+ width:94px; height:94px; border-radius:50%;
56
+ background:#FFB74D; color:#3A2A00; font-weight:700; font-size:52px;
57
+ display:flex; align-items:center; justify-content:center;
58
+ flex-shrink:0;
59
+ }
60
+ .content { flex:1; }
61
+ .line-top {
62
+ display:flex; justify-content:space-between; align-items:center; margin-bottom:8px;
63
+ }
64
+ .sender { font-size:40px; color:#eaeaea; }
65
+ .count { color:#bdbdbd; margin-left:10px; font-size:36px; }
66
+ .date { color:#bdbdbd; font-size:36px; }
67
+ .subject { font-size:42px; color:#eaeaea; line-height:1.25; }
68
+ .preview { font-size:38px; color:#bfbfbf; margin-top:6px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
69
+ .highlight {
70
+ background:#FFE082; color:#1b1b1b; padding:4px 6px; border-radius:6px;
71
+ }
72
+ .right-tools { display:flex; align-items:center; gap:20px; }
73
+ .star svg { width:44px; height:44px; stroke:#bdbdbd; }
74
+ .pill {
75
+ border:1px solid #3a3a3a; color:#d9d9d9; background:#1e1e1e;
76
+ padding:10px 18px; border-radius:24px; font-size:32px;
77
+ }
78
+ /* Attachment pill */
79
+ .attach-pill {
80
+ display:inline-flex; align-items:center; gap:14px;
81
+ border:1px solid #3a3a3a; border-radius:38px; padding:14px 18px; margin-top:16px;
82
+ font-size:34px; color:#d9d9d9;
83
+ }
84
+ .attach-pill .pdf {
85
+ background:#d32f2f; color:#fff; border-radius:26px; padding:8px 14px; font-weight:700; font-size:30px;
86
+ }
87
+ /* Bottom nav */
88
+ .bottom-bar {
89
+ position:absolute; bottom:0; left:0; right:0;
90
+ height:160px; background:#1A1A1A; border-top:1px solid #2A2A2A;
91
+ display:flex; align-items:center; justify-content:center; gap:160px;
92
+ }
93
+ .nav-btn {
94
+ width:160px; height:110px; background:#2A2A2A; border-radius:56px;
95
+ display:flex; align-items:center; justify-content:center; position:relative;
96
+ }
97
+ .badge {
98
+ position:absolute; top:-12px; right:-6px;
99
+ background:#f48fb1; color:#fff; padding:10px 16px; border-radius:26px;
100
+ font-size:34px; font-weight:700; border:3px solid #1A1A1A;
101
+ }
102
+ </style>
103
+ </head>
104
+ <body>
105
+ <div id="render-target">
106
+
107
+ <!-- Top Status Bar -->
108
+ <div class="status-bar">
109
+ <div>8:19</div>
110
+ <div class="status-icons">
111
+ <div class="dot"></div>
112
+ <div class="dot"></div>
113
+ <div class="dot"></div>
114
+ <div class="dot"></div>
115
+ <div class="dot"></div>
116
+ </div>
117
+ <div class="right-icons">
118
+ <div class="icon-small"></div>
119
+ <div class="icon-small"></div>
120
+ </div>
121
+ </div>
122
+
123
+ <!-- Search Bar -->
124
+ <div class="search-wrap">
125
+ <div class="search-bar">
126
+ <div class="circle-btn">
127
+ <svg viewBox="0 0 24 24">
128
+ <path d="M15 5 L7 12 L15 19" />
129
+ </svg>
130
+ </div>
131
+ <div class="search-text">International Education Week</div>
132
+ <div class="circle-btn close-btn">
133
+ <svg viewBox="0 0 24 24">
134
+ <path d="M5 5 L19 19M19 5 L5 19" />
135
+ </svg>
136
+ </div>
137
+ </div>
138
+ </div>
139
+
140
+ <!-- Filter Chips -->
141
+ <div class="chips">
142
+ <div class="chip">Labels
143
+ <svg viewBox="0 0 24 24"><path d="M6 9 L12 15 L18 9"/></svg>
144
+ </div>
145
+ <div class="chip">From
146
+ <svg viewBox="0 0 24 24"><path d="M6 9 L12 15 L18 9"/></svg>
147
+ </div>
148
+ <div class="chip">To
149
+ <svg viewBox="0 0 24 24"><path d="M6 9 L12 15 L18 9"/></svg>
150
+ </div>
151
+ <div class="chip">Attachment
152
+ <svg viewBox="0 0 24 24"><path d="M6 9 L12 15 L18 9"/></svg>
153
+ </div>
154
+ </div>
155
+
156
+ <!-- Top Results -->
157
+ <div class="section-title">Top results</div>
158
+
159
+ <!-- Item 1 -->
160
+ <div class="mail-item">
161
+ <div class="avatar">M</div>
162
+ <div class="content">
163
+ <div class="line-top">
164
+ <div class="sender">me <span class="count">2</span></div>
165
+ <div class="right-tools">
166
+ <div class="date">Oct 10</div>
167
+ <div class="star">
168
+ <svg viewBox="0 0 24 24"><path d="M12 3 L15 9 L22 9 L17 13 L19 20 L12 16 L5 20 L7 13 L2 9 L9 9 Z"/></svg>
169
+ </div>
170
+ </div>
171
+ </div>
172
+ <div class="subject"><span class="highlight">International Education week</span></div>
173
+ <div class="preview">Subject: <span class="highlight">International Education week</span>. To: ...</div>
174
+ </div>
175
+ </div>
176
+
177
+ <!-- Item 2 -->
178
+ <div class="mail-item">
179
+ <div class="avatar">M</div>
180
+ <div class="content">
181
+ <div class="line-top">
182
+ <div class="sender">me</div>
183
+ <div class="right-tools">
184
+ <div class="date">Sep 26</div>
185
+ <div class="star">
186
+ <svg viewBox="0 0 24 24"><path d="M12 3 L15 9 L22 9 L17 13 L19 20 L12 16 L5 20 L7 13 L2 9 L9 9 Z"/></svg>
187
+ </div>
188
+ </div>
189
+ </div>
190
+ <div class="subject">Reminder App</div>
191
+ <div class="preview">==================== Reminder in 23 ho...</div>
192
+ </div>
193
+ </div>
194
+
195
+ <!-- Results in mail -->
196
+ <div class="section-title">Results in mail</div>
197
+
198
+ <!-- Item 3 -->
199
+ <div class="mail-item">
200
+ <div class="avatar">M</div>
201
+ <div class="content">
202
+ <div class="line-top">
203
+ <div class="sender">me <span class="count">2</span></div>
204
+ <div class="right-tools">
205
+ <div class="date">Oct 10</div>
206
+ <div class="star">
207
+ <svg viewBox="0 0 24 24"><path d="M12 3 L15 9 L22 9 L17 13 L19 20 L12 16 L5 20 L7 13 L2 9 L9 9 Z"/></svg>
208
+ </div>
209
+ </div>
210
+ </div>
211
+ <div class="subject"><span class="highlight">International Education week</span></div>
212
+ <div class="preview">-- From: Amelia miller Date: Mon, Oct 9, 202...</div>
213
+ </div>
214
+ </div>
215
+
216
+ <!-- Item 4 -->
217
+ <div class="mail-item">
218
+ <div class="avatar">N</div>
219
+ <div class="content">
220
+ <div class="line-top">
221
+ <div class="sender">me, Natalie <span class="count">3</span></div>
222
+ <div class="right-tools">
223
+ <div class="date">Oct 10</div>
224
+ <div class="star">
225
+ <svg viewBox="0 0 24 24"><path d="M12 3 L15 9 L22 9 L17 13 L19 20 L12 16 L5 20 L7 13 L2 9 L9 9 Z"/></svg>
226
+ </div>
227
+ </div>
228
+ </div>
229
+ <div class="subject">(no subject)</div>
230
+ <div class="preview">
231
+ <span class="pill">Inbox</span>
232
+ </div>
233
+ </div>
234
+ </div>
235
+
236
+ <!-- Item 5 -->
237
+ <div class="mail-item">
238
+ <div class="avatar">M</div>
239
+ <div class="content">
240
+ <div class="line-top">
241
+ <div class="sender">me</div>
242
+ <div class="right-tools">
243
+ <div class="date">Sep 26</div>
244
+ <div class="star">
245
+ <svg viewBox="0 0 24 24"><path d="M12 3 L15 9 L22 9 L17 13 L19 20 L12 16 L5 20 L7 13 L2 9 L9 9 Z"/></svg>
246
+ </div>
247
+ </div>
248
+ </div>
249
+ <div class="subject">Reminder App</div>
250
+ <div class="preview">==================== Reminder in 23 ho...</div>
251
+ </div>
252
+ </div>
253
+
254
+ <!-- Item 6 -->
255
+ <div class="mail-item">
256
+ <div class="avatar">N</div>
257
+ <div class="content">
258
+ <div class="line-top">
259
+ <div class="sender">Natalie Larson</div>
260
+ <div class="right-tools">
261
+ <div class="date">Sep 26</div>
262
+ <div class="star">
263
+ <svg viewBox="0 0 24 24"><path d="M12 3 L15 9 L22 9 L17 13 L19 20 L12 16 L5 20 L7 13 L2 9 L9 9 Z"/></svg>
264
+ </div>
265
+ </div>
266
+ </div>
267
+ <div class="subject">(no subject)</div>
268
+ <div class="preview">(no body)</div>
269
+ <div class="attach-pill">
270
+ <span class="pdf">PDF</span>
271
+ typhoon-mcm-o...
272
+ </div>
273
+ <div class="preview">
274
+ <span class="pill">Inbox</span>
275
+ </div>
276
+ </div>
277
+ </div>
278
+
279
+ <!-- Bottom bar -->
280
+ <div class="bottom-bar">
281
+ <div class="nav-btn">
282
+ <!-- simple envelope -->
283
+ <svg viewBox="0 0 24 24" width="72" height="72" stroke="#eaeaea"><path d="M2 5 H22 V19 H2 Z M2 6 L12 13 L22 6"/></svg>
284
+ <div class="badge">17</div>
285
+ </div>
286
+ <div class="nav-btn">
287
+ <!-- video camera icon -->
288
+ <svg viewBox="0 0 24 24" width="76" height="76" stroke="#eaeaea">
289
+ <path d="M3 7 H14 V17 H3 Z" />
290
+ <path d="M14 10 L21 7 V17 L14 14 Z" />
291
+ </svg>
292
+ </div>
293
+ </div>
294
+
295
+ </div>
296
+ </body>
297
+ </html>
code/11372/11372_1.html ADDED
@@ -0,0 +1,249 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Mobile UI Render</title>
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
10
+ background: #111316; color: #EDEDED;
11
+ }
12
+
13
+ /* Top status */
14
+ .status-bar {
15
+ height: 92px; padding: 0 32px; display: flex; align-items: center; justify-content: space-between;
16
+ color: #cfcfcf;
17
+ }
18
+ .status-left { display: flex; align-items: center; gap: 16px; font-weight: 600; }
19
+ .app-dot { width: 26px; height: 26px; background: #f06292; border-radius: 50%; }
20
+ .status-right { display: flex; align-items: center; gap: 22px; }
21
+ .icon { width: 28px; height: 28px; fill: #cfcfcf; }
22
+
23
+ /* Ad pill */
24
+ .ad-pill {
25
+ margin: 18px auto 8px; width: 1000px; height: 160px;
26
+ background: #2b2f34; border-radius: 80px; display: flex; align-items: center;
27
+ padding: 0 24px; gap: 24px;
28
+ }
29
+ .ad-icon {
30
+ width: 96px; height: 96px; border-radius: 50%;
31
+ background: #ff6c8f; display: flex; align-items: center; justify-content: center; color: #1a1a1a; font-weight: 700;
32
+ }
33
+ .ad-banner {
34
+ flex: 1; height: 110px; background: #E0E0E0; border: 1px solid #BDBDBD;
35
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 28px; border-radius: 20px;
36
+ }
37
+ .ad-chevron {
38
+ width: 64px; height: 64px; border-radius: 32px; background: #1f2328;
39
+ display: flex; align-items: center; justify-content: center;
40
+ }
41
+
42
+ /* Section label */
43
+ .section-label {
44
+ margin: 14px 40px 0; font-size: 36px; color: #cfcfcf;
45
+ }
46
+
47
+ /* Email list */
48
+ .email {
49
+ position: relative; padding: 36px 40px; display: grid; grid-template-columns: 100px 1fr 200px; align-items: start;
50
+ border-bottom: 1px solid #23272b;
51
+ }
52
+ .avatar {
53
+ width: 96px; height: 96px; border-radius: 48px; display: flex; align-items: center; justify-content: center;
54
+ font-weight: 700; font-size: 42px; color: #111316;
55
+ }
56
+ .avatar.yellow { background: #ffcc66; }
57
+ .avatar.grey { background: #c9c9c9; color: #333; }
58
+ .avatar.pink { background: #ff7aa2; color: #222; }
59
+
60
+ .email-content { padding-left: 18px; }
61
+ .sender { font-size: 40px; font-weight: 700; }
62
+ .subject { font-size: 34px; margin-top: 6px; color: #e8e8e8; }
63
+ .snippet { font-size: 30px; margin-top: 6px; color: #b7b7b7; }
64
+ .meta { text-align: right; }
65
+ .date { font-size: 30px; color: #bfbfbf; margin-top: 6px; }
66
+ .star { margin-top: 18px; display: flex; justify-content: flex-end; }
67
+ .star svg { width: 42px; height: 42px; fill: none; stroke: #bfbfbf; stroke-width: 2.5px; }
68
+ .star.filled svg { fill: #5ea0ff; stroke: #5ea0ff; }
69
+
70
+ .tag {
71
+ display: inline-block; background: #263845; color: #a8d1ff; border: 1px solid #3a5164;
72
+ padding: 8px 14px; border-radius: 24px; font-size: 26px; margin-top: 12px;
73
+ }
74
+
75
+ /* Compose FAB */
76
+ .compose-fab {
77
+ position: absolute; right: 40px; bottom: 240px;
78
+ background: #3b4654; color: #fff; border-radius: 32px; padding: 28px 34px;
79
+ display: flex; align-items: center; gap: 18px; box-shadow: 0 8px 20px rgba(0,0,0,0.35);
80
+ }
81
+ .compose-fab .pencil { width: 40px; height: 40px; fill: #fff; }
82
+
83
+ /* Bottom mini bar */
84
+ .bottom-bar {
85
+ position: absolute; left: 0; right: 0; bottom: 120px; display: flex; justify-content: space-between; padding: 0 60px;
86
+ align-items: center;
87
+ }
88
+ .mail-bubble {
89
+ background: #2a3138; color: #fff; border-radius: 48px; padding: 22px 30px; display: flex; align-items: center; gap: 16px;
90
+ }
91
+ .mail-bubble .count {
92
+ background: #ef6c73; color: #fff; border-radius: 24px; padding: 6px 14px; font-weight: 700; font-size: 24px;
93
+ }
94
+ .mini-icon { width: 44px; height: 44px; fill: #cfcfcf; }
95
+ </style>
96
+ </head>
97
+ <body>
98
+ <div id="render-target">
99
+
100
+ <!-- Status bar -->
101
+ <div class="status-bar">
102
+ <div class="status-left">
103
+ <div class="app-dot"></div>
104
+ <div>Snapdeal</div>
105
+ </div>
106
+ <div class="status-right">
107
+ <!-- simple wifi and battery icons -->
108
+ <svg class="icon" viewBox="0 0 24 24"><path d="M2 8c5-4 15-4 20 0l-2 2c-4-3-12-3-16 0L2 8zm4 4c3-2 9-2 12 0l-2 2c-2-2-6-2-8 0l-2-2zm4 4c1-1 3-1 4 0l-2 2-2-2z"/></svg>
109
+ <svg class="icon" viewBox="0 0 24 24"><path d="M16 6h2l1 2h2a1 1 0 0 1 1 1v8a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3V9a1 1 0 0 1 1-1h2l1-2h8z"/></svg>
110
+ </div>
111
+ </div>
112
+
113
+ <!-- Ad pill -->
114
+ <div class="ad-pill">
115
+ <div class="ad-icon">S</div>
116
+ <div class="ad-banner">[IMG: Festive Party Styles Ad Banner]</div>
117
+ <div class="ad-chevron">
118
+ <svg width="32" height="32" viewBox="0 0 24 24" fill="#cfcfcf"><path d="M7 10l5 5 5-5z"/></svg>
119
+ </div>
120
+ </div>
121
+
122
+ <!-- Section label -->
123
+ <div class="section-label">Primary</div>
124
+
125
+ <!-- Email items -->
126
+ <div class="email">
127
+ <div class="avatar yellow">N</div>
128
+ <div class="email-content">
129
+ <div class="sender">Natalie Larson</div>
130
+ <div class="subject">You have to try this recipe I found...</div>
131
+ <div class="snippet">Hi, I just found this great recipe using the fr...</div>
132
+ </div>
133
+ <div class="meta">
134
+ <div class="date">Oct 5</div>
135
+ <div class="star">
136
+ <svg viewBox="0 0 24 24"><path d="M12 17.3l-5.2 3 1-5.8L3 9.8l5.9-.9L12 3.5l3.1 5.4 5.9.9-4 4.7 1 5.8z"/></svg>
137
+ </div>
138
+ </div>
139
+ </div>
140
+
141
+ <div class="email">
142
+ <div class="avatar yellow">N</div>
143
+ <div class="email-content">
144
+ <div class="sender">Natalie Larson</div>
145
+ <div class="subject">(no subject)</div>
146
+ <div class="snippet">https://www.kitchenstories.com/en/recipes/f...</div>
147
+ </div>
148
+ <div class="meta">
149
+ <div class="date">Oct 4</div>
150
+ <div class="star">
151
+ <svg viewBox="0 0 24 24"><path d="M12 17.3l-5.2 3 1-5.8L3 9.8l5.9-.9L12 3.5l3.1 5.4 5.9.9-4 4.7 1 5.8z"/></svg>
152
+ </div>
153
+ </div>
154
+ </div>
155
+
156
+ <div class="email">
157
+ <div class="avatar yellow">N</div>
158
+ <div class="email-content">
159
+ <div class="sender">Natalie Larson</div>
160
+ <div class="subject">(no subject)</div>
161
+ <div class="snippet">I found this restaurant on TheFork, what do...</div>
162
+ </div>
163
+ <div class="meta">
164
+ <div class="date">Oct 4</div>
165
+ <div class="star">
166
+ <svg viewBox="0 0 24 24"><path d="M12 17.3l-5.2 3 1-5.8L3 9.8l5.9-.9L12 3.5l3.1 5.4 5.9.9-4 4.7 1 5.8z"/></svg>
167
+ </div>
168
+ </div>
169
+ </div>
170
+
171
+ <div class="email">
172
+ <div class="avatar yellow">N</div>
173
+ <div class="email-content">
174
+ <div class="sender">Natalie Larson</div>
175
+ <div class="subject">Check out Hard Rock Cafe - Amsterdam on...</div>
176
+ <div class="snippet">I think you'd like this restaurant I found on O...</div>
177
+ </div>
178
+ <div class="meta">
179
+ <div class="date">Oct 4</div>
180
+ <div class="star filled">
181
+ <svg viewBox="0 0 24 24"><path d="M12 17.3l-5.2 3 1-5.8L3 9.8l5.9-.9L12 3.5l3.1 5.4 5.9.9-4 4.7 1 5.8z"/></svg>
182
+ </div>
183
+ </div>
184
+ </div>
185
+
186
+ <div class="email">
187
+ <div class="avatar grey">P</div>
188
+ <div class="email-content">
189
+ <div class="sender">Pinta Libre</div>
190
+ <div class="subject">Un amigo te invitó a pintear 🍻</div>
191
+ <div class="snippet">Tu salida la armás vos</div>
192
+ </div>
193
+ <div class="meta">
194
+ <div class="date">Oct 3</div>
195
+ <div class="star">
196
+ <svg viewBox="0 0 24 24"><path d="M12 17.3l-5.2 3 1-5.8L3 9.8l5.9-.9L12 3.5l3.1 5.4 5.9.9-4 4.7 1 5.8z"/></svg>
197
+ </div>
198
+ </div>
199
+ </div>
200
+
201
+ <div class="email">
202
+ <div class="avatar pink">N</div>
203
+ <div class="email-content">
204
+ <div class="sender">Natalie Larson (via Google Drive)</div>
205
+ <div class="subject">Item shared with you: "01. A Voyage to th..."</div>
206
+ <div class="snippet">Natalie Larson shared an item Natalie Larso...</div>
207
+ <div class="tag">01. A Voyage to ...</div>
208
+ </div>
209
+ <div class="meta">
210
+ <div class="date">Oct 3</div>
211
+ <div class="star">
212
+ <svg viewBox="0 0 24 24"><path d="M12 17.3l-5.2 3 1-5.8L3 9.8l5.9-.9L12 3.5l3.1 5.4 5.9.9-4 4.7 1 5.8z"/></svg>
213
+ </div>
214
+ </div>
215
+ </div>
216
+
217
+ <div class="email">
218
+ <div class="avatar yellow">N</div>
219
+ <div class="email-content">
220
+ <div class="sender">Natalie Larson</div>
221
+ <div class="subject">(no subject)</div>
222
+ <div class="snippet">https://www.ebav.com/itm/305159709874?m...</div>
223
+ </div>
224
+ <div class="meta">
225
+ <div class="date">Sep 29</div>
226
+ <div class="star">
227
+ <svg viewBox="0 0 24 24"><path d="M12 17.3l-5.2 3 1-5.8L3 9.8l5.9-.9L12 3.5l3.1 5.4 5.9.9-4 4.7 1 5.8z"/></svg>
228
+ </div>
229
+ </div>
230
+ </div>
231
+
232
+ <!-- Compose button -->
233
+ <div class="compose-fab">
234
+ <svg class="pencil" viewBox="0 0 24 24"><path d="M3 17.2V21h3.8l11-11-3.8-3.8-11 11zM17.7 3.3l3 3-2.4 2.4-3-3 2.4-2.4z"/></svg>
235
+ <div>Compose</div>
236
+ </div>
237
+
238
+ <!-- Bottom mini bar -->
239
+ <div class="bottom-bar">
240
+ <div class="mail-bubble">
241
+ <svg class="mini-icon" viewBox="0 0 24 24"><path d="M20 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zm0 4-8 5-8-5V6l8 5 8-5z"/></svg>
242
+ <div class="count">17</div>
243
+ </div>
244
+ <svg class="mini-icon" viewBox="0 0 24 24"><path d="M4 7h16v10H4zM9 17V7m6 10V7"/></svg>
245
+ </div>
246
+
247
+ </div>
248
+ </body>
249
+ </html>
code/11372/11372_2.html ADDED
@@ -0,0 +1,343 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Mobile UI - Gmail Dark</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #121212;
13
+ color: #EDEDED;
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: 24px 32px;
24
+ box-sizing: border-box;
25
+ color: #FFFFFF;
26
+ font-size: 40px;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ }
31
+ .status-icons {
32
+ display: flex;
33
+ gap: 24px;
34
+ align-items: center;
35
+ }
36
+ .status-dot {
37
+ width: 20px; height: 20px; background: #FFF; border-radius: 50%;
38
+ }
39
+ .icon-svg { width: 48px; height: 48px; fill: #FFFFFF; }
40
+
41
+ /* Search bar */
42
+ .search-wrap {
43
+ position: absolute;
44
+ top: 120px;
45
+ left: 30px;
46
+ right: 30px;
47
+ height: 120px;
48
+ display: flex;
49
+ align-items: center;
50
+ }
51
+ .search-pill {
52
+ flex: 1;
53
+ height: 120px;
54
+ background: #1F1F1F;
55
+ border-radius: 60px;
56
+ display: flex;
57
+ align-items: center;
58
+ padding: 0 32px;
59
+ box-sizing: border-box;
60
+ color: #B0B0B0;
61
+ font-size: 44px;
62
+ letter-spacing: 0.2px;
63
+ }
64
+ .hamburger {
65
+ width: 60px; height: 60px; margin-right: 28px;
66
+ }
67
+ .search-text { flex: 1; }
68
+ .account {
69
+ width: 110px; height: 110px; border-radius: 55px;
70
+ margin-left: 22px;
71
+ background: #7A4EF4;
72
+ color: #FFF;
73
+ display: flex; align-items: center; justify-content: center;
74
+ font-weight: bold; font-size: 48px;
75
+ }
76
+
77
+ .section-label {
78
+ position: absolute;
79
+ top: 280px;
80
+ left: 32px;
81
+ font-size: 40px;
82
+ color: #BDBDBD;
83
+ }
84
+
85
+ /* Email list */
86
+ .list {
87
+ position: absolute;
88
+ top: 340px;
89
+ left: 0;
90
+ width: 100%;
91
+ padding-bottom: 260px;
92
+ }
93
+ .email-item {
94
+ display: grid;
95
+ grid-template-columns: 140px 1fr 180px 100px;
96
+ align-items: center;
97
+ column-gap: 16px;
98
+ padding: 28px 32px;
99
+ box-sizing: border-box;
100
+ border-bottom: 1px solid rgba(255,255,255,0.06);
101
+ }
102
+ .avatar {
103
+ width: 96px; height: 96px; border-radius: 48px;
104
+ background: #F2B233; color: #2B2B2B;
105
+ display: flex; align-items: center; justify-content: center;
106
+ font-weight: bold; font-size: 44px;
107
+ }
108
+ .avatar.gray {
109
+ background: #8E8E8E; color: #1B1B1B;
110
+ }
111
+ .sender {
112
+ font-size: 44px; color: #EDEDED; font-weight: 700; line-height: 1.2;
113
+ }
114
+ .subject { font-size: 40px; color: #E0E0E0; margin-top: 6px; }
115
+ .snippet { font-size: 36px; color: #9AA0A6; margin-top: 4px; }
116
+ .date { font-size: 36px; color: #C7C7C7; text-align: right; }
117
+ .star {
118
+ display: flex; justify-content: center;
119
+ }
120
+ .star svg { width: 56px; height: 56px; }
121
+ .star.gray svg { fill: #8A8A8A; }
122
+ .star.blue svg { fill: #5EA3FF; }
123
+
124
+ /* Drive chip */
125
+ .chip {
126
+ display: inline-flex; align-items: center;
127
+ background: #2A2A2A; border: 1px solid #3D3D3D;
128
+ color: #DADADA; border-radius: 40px; padding: 12px 22px;
129
+ font-size: 34px; margin-top: 14px;
130
+ }
131
+
132
+ /* Floating compose */
133
+ .compose-fab {
134
+ position: absolute;
135
+ right: 40px;
136
+ bottom: 420px;
137
+ width: 420px;
138
+ height: 150px;
139
+ background: #3A3F46;
140
+ border-radius: 40px;
141
+ display: flex; align-items: center; gap: 26px;
142
+ padding: 0 40px;
143
+ box-shadow: 0 6px 20px rgba(0,0,0,0.5);
144
+ }
145
+ .compose-fab span { font-size: 44px; color: #FFFFFF; }
146
+ .pencil {
147
+ width: 64px; height: 64px; fill: #FFFFFF;
148
+ background: rgba(255,255,255,0.12);
149
+ border-radius: 18px; padding: 14px; box-sizing: border-box;
150
+ }
151
+
152
+ /* Bottom bar */
153
+ .bottom-bar {
154
+ position: absolute;
155
+ left: 0; right: 0; bottom: 0;
156
+ height: 180px; background: #0F0F0F;
157
+ border-top: 1px solid rgba(255,255,255,0.08);
158
+ display: flex; align-items: center; justify-content: center; gap: 140px;
159
+ }
160
+ .nav-pill {
161
+ width: 240px; height: 110px; background: #232323;
162
+ border-radius: 60px; display: flex; align-items: center; justify-content: center;
163
+ position: relative;
164
+ }
165
+ .nav-pill.active { background: #2C2C2C; }
166
+ .badge {
167
+ position: absolute; top: -8px; right: -8px;
168
+ width: 80px; height: 80px; background: #EB4D4D; color: #FFF;
169
+ border-radius: 40px; display: flex; align-items: center; justify-content: center;
170
+ font-size: 34px; font-weight: bold;
171
+ border: 4px solid #232323;
172
+ }
173
+ .nav-icon { width: 60px; height: 60px; fill: #FFFFFF; }
174
+ </style>
175
+ </head>
176
+ <body>
177
+ <div id="render-target">
178
+
179
+ <!-- Status Bar -->
180
+ <div class="status-bar">
181
+ <div>8:19</div>
182
+ <div class="status-icons">
183
+ <div class="status-dot"></div>
184
+ <div class="status-dot"></div>
185
+ <div class="status-dot"></div>
186
+ <div class="status-dot"></div>
187
+ <!-- WiFi -->
188
+ <svg class="icon-svg" viewBox="0 0 24 24">
189
+ <path d="M12 18.5l2.5 2.5-2.5 2.5-2.5-2.5L12 18.5z" opacity="0.0"/>
190
+ <path d="M12 18a2 2 0 0 0-1.4.6l-2.2 2.2 1.4 1.4 2.2-2.2a2 2 0 0 0 0-2.8z" fill="#FFFFFF"/>
191
+ <path d="M2 8c2.9-2.7 6.6-4 10-4s7.1 1.3 10 4l-1.7 1.7C17.9 7.3 15.1 6.5 12 6.5S6.1 7.3 3.7 9.7L2 8z" />
192
+ </svg>
193
+ <!-- Battery -->
194
+ <svg class="icon-svg" viewBox="0 0 24 24">
195
+ <path d="M18 6h2v12h-2z" />
196
+ <rect x="3" y="7" width="14" height="10" rx="2" ry="2" fill="#FFFFFF"></rect>
197
+ </svg>
198
+ </div>
199
+ </div>
200
+
201
+ <!-- Search Bar -->
202
+ <div class="search-wrap">
203
+ <div class="search-pill">
204
+ <svg class="hamburger" viewBox="0 0 24 24">
205
+ <path d="M3 6h18v2H3zm0 5h18v2H3zm0 5h18v2H3z" fill="#BFBFBF"></path>
206
+ </svg>
207
+ <div class="search-text">Search in mail</div>
208
+ </div>
209
+ <div class="account">A</div>
210
+ </div>
211
+
212
+ <div class="section-label">Primary</div>
213
+
214
+ <!-- Email List -->
215
+ <div class="list">
216
+
217
+ <!-- Item 1 -->
218
+ <div class="email-item">
219
+ <div class="avatar">N</div>
220
+ <div>
221
+ <div class="sender">Natalie Larson</div>
222
+ <div class="subject">You have to try this recipe I found...</div>
223
+ <div class="snippet">Hi, I just found this great recipe using the fr...</div>
224
+ </div>
225
+ <div class="date">Oct 5</div>
226
+ <div class="star gray">
227
+ <svg viewBox="0 0 24 24"><path d="M12 17.3l-5.5 3 1.1-6.3L3 9.6l6.3-.9L12 3.7l2.7 5 6.3.9-4.6 4.4 1.1 6.3z"/></svg>
228
+ </div>
229
+ </div>
230
+
231
+ <!-- Item 2 -->
232
+ <div class="email-item">
233
+ <div class="avatar">N</div>
234
+ <div>
235
+ <div class="sender">Natalie Larson</div>
236
+ <div class="subject">(no subject)</div>
237
+ <div class="snippet">https://www.kitchenstories.com/en/recipes/f...</div>
238
+ </div>
239
+ <div class="date">Oct 4</div>
240
+ <div class="star gray">
241
+ <svg viewBox="0 0 24 24"><path d="M12 17.3l-5.5 3 1.1-6.3L3 9.6l6.3-.9L12 3.7l2.7 5 6.3.9-4.6 4.4 1.1 6.3z"/></svg>
242
+ </div>
243
+ </div>
244
+
245
+ <!-- Item 3 -->
246
+ <div class="email-item">
247
+ <div class="avatar">N</div>
248
+ <div>
249
+ <div class="sender">Natalie Larson</div>
250
+ <div class="subject">(no subject)</div>
251
+ <div class="snippet">I found this restaurant on TheFork, what do...</div>
252
+ </div>
253
+ <div class="date">Oct 4</div>
254
+ <div class="star gray">
255
+ <svg viewBox="0 0 24 24"><path d="M12 17.3l-5.5 3 1.1-6.3L3 9.6l6.3-.9L12 3.7l2.7 5 6.3.9-4.6 4.4 1.1 6.3z"/></svg>
256
+ </div>
257
+ </div>
258
+
259
+ <!-- Item 4 (starred blue) -->
260
+ <div class="email-item">
261
+ <div class="avatar">N</div>
262
+ <div>
263
+ <div class="sender">Natalie Larson</div>
264
+ <div class="subject">Check out Hard Rock Cafe - Amsterdam on...</div>
265
+ <div class="snippet">I think you'd like this restaurant I found on O...</div>
266
+ </div>
267
+ <div class="date">Oct 4</div>
268
+ <div class="star blue">
269
+ <svg viewBox="0 0 24 24"><path d="M12 17.3l-5.5 3 1.1-6.3L3 9.6l6.3-.9L12 3.7l2.7 5 6.3.9-4.6 4.4 1.1 6.3z"/></svg>
270
+ </div>
271
+ </div>
272
+
273
+ <!-- Item 5 (Spanish app invite) -->
274
+ <div class="email-item">
275
+ <div class="avatar gray">
276
+ <svg viewBox="0 0 24 24" class="nav-icon"><path d="M12 12c2.2 0 4-1.8 4-4s-1.8-4-4-4-4 1.8-4 4 1.8 4 4 4zm0 2c-3.3 0-10 1.7-10 5v2h20v-2c0-3.3-6.7-5-10-5z" fill="#1B1B1B"/></svg>
277
+ </div>
278
+ <div>
279
+ <div class="sender">Pinta Libre</div>
280
+ <div class="subject">Un amigo te invitó a pintear 🍻</div>
281
+ <div class="snippet">Tu salida la armás vos</div>
282
+ </div>
283
+ <div class="date">Oct 3</div>
284
+ <div class="star gray">
285
+ <svg viewBox="0 0 24 24"><path d="M12 17.3l-5.5 3 1.1-6.3L3 9.6l6.3-.9L12 3.7l2.7 5 6.3.9-4.6 4.4 1.1 6.3z"/></svg>
286
+ </div>
287
+ </div>
288
+
289
+ <!-- Item 6 (Drive share) -->
290
+ <div class="email-item">
291
+ <div class="avatar" style="background:#F47CAB;color:#2B2B2B;">N</div>
292
+ <div>
293
+ <div class="sender">Natalie Larson (via Google Drive)</div>
294
+ <div class="subject">Item shared with you: "01. A Voyage to th..."</div>
295
+ <div class="snippet">Natalie Larson shared an item Natalie Larso...</div>
296
+ <div class="chip">PDF — 01. A Voyage to ...</div>
297
+ </div>
298
+ <div class="date">Oct 3</div>
299
+ <div class="star gray">
300
+ <svg viewBox="0 0 24 24"><path d="M12 17.3l-5.5 3 1.1-6.3L3 9.6l6.3-.9L12 3.7l2.7 5 6.3.9-4.6 4.4 1.1 6.3z"/></svg>
301
+ </div>
302
+ </div>
303
+
304
+ <!-- Item 7 -->
305
+ <div class="email-item">
306
+ <div class="avatar">N</div>
307
+ <div>
308
+ <div class="sender">Natalie Larson</div>
309
+ <div class="subject">(no subject)</div>
310
+ <div class="snippet">https://www.ebav.com/itm/305159709874?m...</div>
311
+ </div>
312
+ <div class="date">Sep 29</div>
313
+ <div class="star gray">
314
+ <svg viewBox="0 0 24 24"><path d="M12 17.3l-5.5 3 1.1-6.3L3 9.6l6.3-.9L12 3.7l2.7 5 6.3.9-4.6 4.4 1.1 6.3z"/></svg>
315
+ </div>
316
+ </div>
317
+
318
+ </div>
319
+
320
+ <!-- Compose floating button -->
321
+ <div class="compose-fab">
322
+ <svg class="pencil" viewBox="0 0 24 24">
323
+ <path d="M3 17.2V21h3.8l11-11-3.8-3.8-11 11zM20.7 7.3c.4-.4.4-1 0-1.4L18.1 3.3c-.4-.4-1-.4-1.4 0l-1.7 1.7 3.8 3.8 1.9-1.5z" fill="#FFFFFF"/>
324
+ </svg>
325
+ <span>Compose</span>
326
+ </div>
327
+
328
+ <!-- Bottom navigation bar -->
329
+ <div class="bottom-bar">
330
+ <div class="nav-pill active">
331
+ <svg class="nav-icon" viewBox="0 0 24 24"><path d="M4 4h16v16H4z" opacity="0"/>
332
+ <path d="M2 6h20v2H2zm3 4h14v10H5z" /></svg>
333
+ <div class="badge">17</div>
334
+ </div>
335
+ <div class="nav-pill">
336
+ <svg class="nav-icon" viewBox="0 0 24 24"><path d="M4 5h16v14H4z" opacity="0"/>
337
+ <path d="M4 7h12l4 4v8H4V7z"/></svg>
338
+ </div>
339
+ </div>
340
+
341
+ </div>
342
+ </body>
343
+ </html>
code/11372/11372_3.html ADDED
@@ -0,0 +1,355 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Gmail Drawer - UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #0e1317;
13
+ font-family: Arial, Helvetica, sans-serif;
14
+ color: #dde3e7;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 120px;
24
+ background: #0a0f12;
25
+ color: #e6eaed;
26
+ display: flex;
27
+ align-items: center;
28
+ padding: 0 36px;
29
+ box-sizing: border-box;
30
+ font-size: 40px;
31
+ letter-spacing: 1px;
32
+ }
33
+ .status-icons {
34
+ margin-left: 24px;
35
+ display: flex;
36
+ gap: 18px;
37
+ align-items: center;
38
+ }
39
+ .ghost-dot, .wifi-dot, .battery-dot {
40
+ width: 22px; height: 22px; border-radius: 50%; background:#e6eaed; opacity:0.9;
41
+ }
42
+ .right-status {
43
+ margin-left: auto;
44
+ display: flex; align-items: center; gap: 24px;
45
+ }
46
+ .wifi {
47
+ width: 36px; height: 24px;
48
+ border: 2px solid #e6eaed;
49
+ border-radius: 4px;
50
+ }
51
+ .battery {
52
+ width: 40px; height: 24px;
53
+ border: 2px solid #e6eaed;
54
+ border-radius: 3px;
55
+ position: relative;
56
+ }
57
+ .battery::after {
58
+ content: "";
59
+ position: absolute;
60
+ right: -10px; top: 7px;
61
+ width: 6px; height: 10px; background: #e6eaed;
62
+ border-radius: 1px;
63
+ }
64
+
65
+ /* Right side dimmed inbox preview */
66
+ .inbox-preview {
67
+ position: absolute;
68
+ right: 0;
69
+ top: 120px;
70
+ width: 360px;
71
+ height: 2280px;
72
+ background: linear-gradient(180deg,#0f1418 0%, #121a20 100%);
73
+ }
74
+ .preview-item {
75
+ color:#aeb7bd;
76
+ border-bottom: 1px solid rgba(255,255,255,0.06);
77
+ padding: 34px 24px;
78
+ font-size: 32px;
79
+ display: flex; align-items: center;
80
+ }
81
+ .preview-star {
82
+ margin-left: auto;
83
+ width: 30px; height: 30px;
84
+ color:#8aa2b5;
85
+ }
86
+
87
+ /* Left drawer */
88
+ .drawer {
89
+ position: absolute;
90
+ top: 120px;
91
+ left: 0;
92
+ width: 740px;
93
+ height: 2280px;
94
+ background: #1c242a;
95
+ box-shadow: 8px 0 32px rgba(0,0,0,0.6);
96
+ }
97
+ .drawer-header {
98
+ padding: 40px 48px 24px 48px;
99
+ font-size: 56px;
100
+ font-weight: 700;
101
+ color: #e9edf0;
102
+ }
103
+
104
+ .menu-group {
105
+ padding-top: 10px;
106
+ }
107
+
108
+ .menu-item {
109
+ height: 108px;
110
+ display: flex;
111
+ align-items: center;
112
+ padding: 0 44px;
113
+ gap: 30px;
114
+ font-size: 40px;
115
+ color: #d7dde1;
116
+ box-sizing: border-box;
117
+ }
118
+ .menu-item:hover { background: rgba(255,255,255,0.06); }
119
+ .menu-item .icon {
120
+ width: 56px; height: 56px; display: inline-flex; align-items: center; justify-content: center;
121
+ color: #cbd4da;
122
+ }
123
+ .menu-item .count-pill {
124
+ margin-left: auto;
125
+ padding: 10px 24px;
126
+ border-radius: 28px;
127
+ font-size: 34px;
128
+ background: #2c3841;
129
+ color: #e0e6ea;
130
+ }
131
+ .selected {
132
+ background: #2b3740;
133
+ border-radius: 16px;
134
+ margin: 10px 24px;
135
+ }
136
+
137
+ .subheading {
138
+ color: #9aa6ad;
139
+ font-size: 34px;
140
+ padding: 28px 48px 10px 48px;
141
+ }
142
+
143
+ .footer-note {
144
+ position: absolute;
145
+ bottom: 28px;
146
+ left: 48px;
147
+ font-size: 34px;
148
+ color: #9aa6ad;
149
+ }
150
+
151
+ /* Simple icons (inline SVG styled) */
152
+ svg { fill: none; stroke: currentColor; stroke-width: 4; }
153
+ </style>
154
+ </head>
155
+ <body>
156
+ <div id="render-target">
157
+ <div class="status-bar">
158
+ 8:20
159
+ <div class="status-icons">
160
+ <div class="ghost-dot"></div>
161
+ <div class="ghost-dot"></div>
162
+ <div class="ghost-dot"></div>
163
+ <div class="ghost-dot"></div>
164
+ <div class="ghost-dot"></div>
165
+ <div class="ghost-dot"></div>
166
+ <div class="ghost-dot"></div>
167
+ </div>
168
+ <div class="right-status">
169
+ <div class="wifi"></div>
170
+ <div class="battery"></div>
171
+ </div>
172
+ </div>
173
+
174
+ <!-- Right side: dimmed inbox preview -->
175
+ <div class="inbox-preview">
176
+ <div class="preview-item">Oct 5 — Message subject
177
+ <div class="preview-star">★</div>
178
+ </div>
179
+ <div class="preview-item">Oct 4 — Another message
180
+ <div class="preview-star">☆</div>
181
+ </div>
182
+ <div class="preview-item">Oct 4 — Offers/Promos
183
+ <div class="preview-star">☆</div>
184
+ </div>
185
+ <div class="preview-item">Oct 3 — Important info
186
+ <div class="preview-star">★</div>
187
+ </div>
188
+ <div class="preview-item">Oct 3 — Updates
189
+ <div class="preview-star">☆</div>
190
+ </div>
191
+ <div class="preview-item">Oct 3 — Reminder
192
+ <div class="preview-star">☆</div>
193
+ </div>
194
+ </div>
195
+
196
+ <!-- Left Drawer -->
197
+ <div class="drawer">
198
+ <div class="drawer-header">Gmail</div>
199
+
200
+ <div class="menu-group">
201
+ <div class="menu-item">
202
+ <div class="icon">
203
+ <svg viewBox="0 0 64 64" width="56" height="56">
204
+ <rect x="8" y="12" width="48" height="36" rx="6"></rect>
205
+ <path d="M12 20 L32 32 L52 20"></path>
206
+ </svg>
207
+ </div>
208
+ <div>All inboxes</div>
209
+ </div>
210
+
211
+ <div class="menu-item selected">
212
+ <div class="icon">
213
+ <svg viewBox="0 0 64 64" width="56" height="56">
214
+ <rect x="8" y="12" width="48" height="36" rx="6"></rect>
215
+ </svg>
216
+ </div>
217
+ <div>Primary</div>
218
+ <div class="count-pill">17</div>
219
+ </div>
220
+
221
+ <div class="menu-item">
222
+ <div class="icon">
223
+ <svg viewBox="0 0 64 64" width="56" height="56">
224
+ <path d="M14 24 L26 12 L50 12 L38 24 Z"></path>
225
+ <path d="M14 24 L14 44 L38 44 L50 24"></path>
226
+ </svg>
227
+ </div>
228
+ <div>Promotions</div>
229
+ </div>
230
+
231
+ <div class="menu-item">
232
+ <div class="icon">
233
+ <svg viewBox="0 0 64 64" width="56" height="56">
234
+ <circle cx="26" cy="24" r="10"></circle>
235
+ <path d="M10 50 C12 38, 40 38, 42 50" ></path>
236
+ </svg>
237
+ </div>
238
+ <div>Social</div>
239
+ </div>
240
+ </div>
241
+
242
+ <div class="subheading">All labels</div>
243
+
244
+ <div class="menu-group">
245
+ <div class="menu-item">
246
+ <div class="icon">
247
+ <svg viewBox="0 0 64 64" width="56" height="56">
248
+ <path d="M32 8 L38 26 L58 26 L42 38 L48 56 L32 44 L16 56 L22 38 L6 26 L26 26 Z"></path>
249
+ </svg>
250
+ </div>
251
+ <div>Starred</div>
252
+ </div>
253
+
254
+ <div class="menu-item">
255
+ <div class="icon">
256
+ <svg viewBox="0 0 64 64" width="56" height="56">
257
+ <circle cx="32" cy="32" r="22"></circle>
258
+ <path d="M32 18 L32 34 L44 40"></path>
259
+ </svg>
260
+ </div>
261
+ <div>Snoozed</div>
262
+ </div>
263
+
264
+ <div class="menu-item">
265
+ <div class="icon">
266
+ <svg viewBox="0 0 64 64" width="56" height="56">
267
+ <rect x="10" y="10" width="44" height="44" rx="8"></rect>
268
+ <path d="M22 32 L30 40 L46 24"></path>
269
+ </svg>
270
+ </div>
271
+ <div>Important</div>
272
+ <div class="count-pill">1</div>
273
+ </div>
274
+
275
+ <div class="menu-item">
276
+ <div class="icon">
277
+ <svg viewBox="0 0 64 64" width="56" height="56">
278
+ <path d="M12 44 L52 44"></path>
279
+ <path d="M16 22 L28 34 L52 16"></path>
280
+ </svg>
281
+ </div>
282
+ <div>Sent</div>
283
+ </div>
284
+
285
+ <div class="menu-item">
286
+ <div class="icon">
287
+ <svg viewBox="0 0 64 64" width="56" height="56">
288
+ <rect x="10" y="12" width="44" height="36" rx="6"></rect>
289
+ <path d="M16 16 L48 16"></path>
290
+ <path d="M20 24 L44 24"></path>
291
+ </svg>
292
+ </div>
293
+ <div>Scheduled</div>
294
+ </div>
295
+
296
+ <div class="menu-item">
297
+ <div class="icon">
298
+ <svg viewBox="0 0 64 64" width="56" height="56">
299
+ <rect x="12" y="14" width="40" height="30" rx="6"></rect>
300
+ <path d="M22 44 L32 34 L42 44"></path>
301
+ </svg>
302
+ </div>
303
+ <div>Outbox</div>
304
+ </div>
305
+
306
+ <div class="menu-item">
307
+ <div class="icon">
308
+ <svg viewBox="0 0 64 64" width="56" height="56">
309
+ <rect x="14" y="10" width="36" height="44" rx="6"></rect>
310
+ <path d="M20 22 L44 22"></path>
311
+ </svg>
312
+ </div>
313
+ <div>Drafts</div>
314
+ </div>
315
+
316
+ <div class="menu-item">
317
+ <div class="icon">
318
+ <svg viewBox="0 0 64 64" width="56" height="56">
319
+ <rect x="10" y="16" width="44" height="28" rx="6"></rect>
320
+ <path d="M12 20 L32 34 L52 20"></path>
321
+ </svg>
322
+ </div>
323
+ <div>All mail</div>
324
+ <div class="count-pill">22</div>
325
+ </div>
326
+
327
+ <div class="menu-item">
328
+ <div class="icon">
329
+ <svg viewBox="0 0 64 64" width="56" height="56">
330
+ <path d="M32 8 L38 14 L32 20 L26 14 Z"></path>
331
+ <circle cx="32" cy="36" r="18"></circle>
332
+ <path d="M32 26 L32 38"></path>
333
+ </svg>
334
+ </div>
335
+ <div>Spam</div>
336
+ <div class="count-pill">1</div>
337
+ </div>
338
+
339
+ <div class="menu-item">
340
+ <div class="icon">
341
+ <svg viewBox="0 0 64 64" width="56" height="56">
342
+ <rect x="16" y="12" width="32" height="40" rx="4"></rect>
343
+ <path d="M24 12 L24 8 L40 8 L40 12"></path>
344
+ </svg>
345
+ </div>
346
+ <div>Trash</div>
347
+ <div class="count-pill">1</div>
348
+ </div>
349
+ </div>
350
+
351
+ <div class="footer-note">Google apps</div>
352
+ </div>
353
+ </div>
354
+ </body>
355
+ </html>
code/11372/11372_4.html ADDED
@@ -0,0 +1,332 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Side Drawer UI</title>
6
+ <style>
7
+ body { margin:0; padding:0; background:transparent; font-family: "Roboto", Arial, sans-serif; }
8
+ #render-target {
9
+ width:1080px; height:2400px; position:relative; overflow:hidden;
10
+ background:#0b0e11;
11
+ }
12
+ /* Status bar */
13
+ .status-bar {
14
+ position:absolute; top:0; left:0; width:100%; height:100px;
15
+ display:flex; align-items:center; justify-content:space-between;
16
+ color:#ffffff; padding:0 38px; font-size:40px; letter-spacing:0.5px;
17
+ }
18
+ .sb-left { display:flex; align-items:center; gap:22px; }
19
+ .notif-dot { width:16px; height:16px; background:#ffffff; border-radius:50%; opacity:0.8; }
20
+ .sb-right { display:flex; align-items:center; gap:26px; }
21
+ .sb-icon svg { width:44px; height:44px; fill:#ffffff; opacity:0.9; }
22
+
23
+ /* Drawer */
24
+ .drawer {
25
+ position:absolute; top:100px; left:0; width:720px; height:2300px;
26
+ background:#1f262b; color:#eef4f8; box-shadow:12px 0 60px rgba(0,0,0,0.45);
27
+ }
28
+ .menu { padding:40px 36px; }
29
+ .header-row {
30
+ display:flex; align-items:center; gap:24px; margin-bottom:36px;
31
+ color:#e9edf2; font-size:50px; font-weight:600;
32
+ }
33
+ .section-label {
34
+ color:#9fb0bb; font-size:32px; margin:22px 0 10px 12px;
35
+ }
36
+ .item {
37
+ height:92px; display:flex; align-items:center; justify-content:space-between;
38
+ padding:0 14px 0 6px; border-radius:10px; color:#e9edf3;
39
+ }
40
+ .item:hover { background:#263036; }
41
+ .left {
42
+ display:flex; align-items:center; gap:24px;
43
+ }
44
+ .icon {
45
+ width:66px; height:66px; display:flex; align-items:center; justify-content:center;
46
+ }
47
+ .icon svg { width:56px; height:56px; fill:#cbd6dc; }
48
+ .label { font-size:42px; }
49
+ .count { font-size:36px; color:#c4d0d7; padding-right:18px; }
50
+ .divider {
51
+ height:1px; background:#2b353c; margin:24px 0;
52
+ }
53
+ .subheader {
54
+ color:#9fb0bb; font-size:30px; margin:30px 0 14px 12px;
55
+ }
56
+
57
+ /* Right dark overlay simulating inbox behind */
58
+ .overlay-right {
59
+ position:absolute; top:100px; left:720px; width:360px; height:2300px;
60
+ background:linear-gradient(90deg, rgba(10,12,15,0.65), rgba(10,12,15,0.9));
61
+ }
62
+ .ghost-stars {
63
+ position:absolute; right:24px; top:380px; display:flex; flex-direction:column; gap:160px;
64
+ opacity:0.7;
65
+ }
66
+ .ghost-stars svg { width:58px; height:58px; fill:#b7c4ce; }
67
+ .date-col {
68
+ position:absolute; top:220px; right:34px; color:#c9d3da; font-size:34px;
69
+ opacity:0.8;
70
+ }
71
+
72
+ /* Bottom gesture bar */
73
+ .gesture {
74
+ position:absolute; bottom:36px; left:50%; transform:translateX(-50%);
75
+ width:480px; height:10px; background:#e8e8e8; border-radius:10px; opacity:0.85;
76
+ }
77
+ </style>
78
+ </head>
79
+ <body>
80
+ <div id="render-target">
81
+
82
+ <!-- Status Bar -->
83
+ <div class="status-bar">
84
+ <div class="sb-left">
85
+ <div>8:20</div>
86
+ <div class="notif-dot"></div>
87
+ <div class="notif-dot"></div>
88
+ <div class="notif-dot"></div>
89
+ <div class="notif-dot"></div>
90
+ <div class="notif-dot"></div>
91
+ <div class="notif-dot"></div>
92
+ <div class="notif-dot"></div>
93
+ <div class="notif-dot"></div>
94
+ <div class="notif-dot"></div>
95
+ </div>
96
+ <div class="sb-right">
97
+ <div class="sb-icon">
98
+ <!-- WiFi -->
99
+ <svg viewBox="0 0 24 24">
100
+ <path d="M12 20a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm-7-7a11 11 0 0 1 14 0l-2 2a7 7 0 0 0-10 0l-2-2zm-3-4a17 17 0 0 1 24 0l-2.5 2.5a13 13 0 0 0-19 0L2 9z"/>
101
+ </svg>
102
+ </div>
103
+ <div class="sb-icon">
104
+ <!-- Battery -->
105
+ <svg viewBox="0 0 26 24">
106
+ <rect x="2" y="6" width="18" height="12" rx="2"></rect>
107
+ <rect x="21" y="9" width="3" height="6"></rect>
108
+ </svg>
109
+ </div>
110
+ </div>
111
+ </div>
112
+
113
+ <!-- Drawer Panel -->
114
+ <div class="drawer">
115
+ <div class="menu">
116
+ <div class="header-row">
117
+ <div class="icon">
118
+ <!-- Person -->
119
+ <svg viewBox="0 0 24 24">
120
+ <circle cx="12" cy="8" r="4"></circle>
121
+ <path d="M4 20c0-4.5 16-4.5 16 0v1H4v-1z"></path>
122
+ </svg>
123
+ </div>
124
+ <div>Social</div>
125
+ </div>
126
+
127
+ <div class="section-label">All labels</div>
128
+
129
+ <div class="item">
130
+ <div class="left">
131
+ <div class="icon">
132
+ <!-- Star -->
133
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1 3-6z"/></svg>
134
+ </div>
135
+ <div class="label">Starred</div>
136
+ </div>
137
+ </div>
138
+
139
+ <div class="item">
140
+ <div class="left">
141
+ <div class="icon">
142
+ <!-- Clock -->
143
+ <svg viewBox="0 0 24 24">
144
+ <circle cx="12" cy="12" r="9"></circle>
145
+ <path d="M12 12V6M12 12l5 3" stroke="#cbd6dc" stroke-width="2" fill="none"/>
146
+ </svg>
147
+ </div>
148
+ <div class="label">Snoozed</div>
149
+ </div>
150
+ </div>
151
+
152
+ <div class="item">
153
+ <div class="left">
154
+ <div class="icon">
155
+ <!-- Ribbon (Important) -->
156
+ <svg viewBox="0 0 24 24">
157
+ <path d="M6 2h12v16l-6-3-6 3V2z"></path>
158
+ </svg>
159
+ </div>
160
+ <div class="label">Important</div>
161
+ </div>
162
+ <div class="count">1</div>
163
+ </div>
164
+
165
+ <div class="item">
166
+ <div class="left">
167
+ <div class="icon">
168
+ <!-- Paper plane -->
169
+ <svg viewBox="0 0 24 24"><path d="M2 12l19-9-6 19-4-7-9-3z"/></svg>
170
+ </div>
171
+ <div class="label">Sent</div>
172
+ </div>
173
+ </div>
174
+
175
+ <div class="item">
176
+ <div class="left">
177
+ <div class="icon">
178
+ <!-- Scheduled (bell-ish) -->
179
+ <svg viewBox="0 0 24 24">
180
+ <path d="M12 2a4 4 0 0 0-4 4v3l-2 4h12l-2-4V6a4 4 0 0 0-4-4z"></path>
181
+ <circle cx="12" cy="20" r="2"></circle>
182
+ </svg>
183
+ </div>
184
+ <div class="label">Scheduled</div>
185
+ </div>
186
+ </div>
187
+
188
+ <div class="item">
189
+ <div class="left">
190
+ <div class="icon">
191
+ <!-- Outbox -->
192
+ <svg viewBox="0 0 24 24">
193
+ <rect x="3" y="7" width="18" height="10" rx="2"></rect>
194
+ <path d="M12 5l4 4H8l4-4z"></path>
195
+ </svg>
196
+ </div>
197
+ <div class="label">Outbox</div>
198
+ </div>
199
+ </div>
200
+
201
+ <div class="item">
202
+ <div class="left">
203
+ <div class="icon">
204
+ <!-- Drafts / Document -->
205
+ <svg viewBox="0 0 24 24">
206
+ <path d="M6 2h9l5 5v15H6z"></path>
207
+ <path d="M15 2v6h6" fill="#1f262b"></path>
208
+ </svg>
209
+ </div>
210
+ <div class="label">Drafts</div>
211
+ </div>
212
+ </div>
213
+
214
+ <div class="item">
215
+ <div class="left">
216
+ <div class="icon">
217
+ <!-- Mail -->
218
+ <svg viewBox="0 0 24 24"><rect x="3" y="6" width="18" height="12" rx="2"></rect><path d="M3 8l9 6 9-6" fill="#1f262b" stroke="#cbd6dc" stroke-width="1.5"/></svg>
219
+ </div>
220
+ <div class="label">All mail</div>
221
+ </div>
222
+ <div class="count">22</div>
223
+ </div>
224
+
225
+ <div class="item">
226
+ <div class="left">
227
+ <div class="icon">
228
+ <!-- Spam warning -->
229
+ <svg viewBox="0 0 24 24">
230
+ <path d="M12 2l9 7-3 11H6L3 9l9-7z"></path>
231
+ <rect x="11" y="8" width="2" height="6" fill="#1f262b"></rect>
232
+ <rect x="11" y="15" width="2" height="2" fill="#1f262b"></rect>
233
+ </svg>
234
+ </div>
235
+ <div class="label">Spam</div>
236
+ </div>
237
+ <div class="count">1</div>
238
+ </div>
239
+
240
+ <div class="item">
241
+ <div class="left">
242
+ <div class="icon">
243
+ <!-- Trash -->
244
+ <svg viewBox="0 0 24 24">
245
+ <path d="M4 7h16M9 7V4h6v3M6 7l2 13h8l2-13"></path>
246
+ </svg>
247
+ </div>
248
+ <div class="label">Trash</div>
249
+ </div>
250
+ <div class="count">1</div>
251
+ </div>
252
+
253
+ <div class="subheader">Google apps</div>
254
+
255
+ <div class="item">
256
+ <div class="left">
257
+ <div class="icon">
258
+ <!-- Calendar -->
259
+ <svg viewBox="0 0 24 24">
260
+ <rect x="3" y="5" width="18" height="16" rx="2"></rect>
261
+ <rect x="3" y="9" width="18" height="3" fill="#1f262b"></rect>
262
+ <rect x="7" y="2" width="2" height="4"></rect>
263
+ <rect x="15" y="2" width="2" height="4"></rect>
264
+ </svg>
265
+ </div>
266
+ <div class="label">Calendar</div>
267
+ </div>
268
+ </div>
269
+
270
+ <div class="item">
271
+ <div class="left">
272
+ <div class="icon">
273
+ <!-- Contacts -->
274
+ <svg viewBox="0 0 24 24">
275
+ <circle cx="12" cy="8" r="4"></circle>
276
+ <path d="M4 20c0-4.5 16-4.5 16 0v1H4v-1z"></path>
277
+ </svg>
278
+ </div>
279
+ <div class="label">Contacts</div>
280
+ </div>
281
+ </div>
282
+
283
+ <div class="divider"></div>
284
+
285
+ <div class="item">
286
+ <div class="left">
287
+ <div class="icon">
288
+ <!-- Settings gear -->
289
+ <svg viewBox="0 0 24 24">
290
+ <circle cx="12" cy="12" r="3"></circle>
291
+ <path d="M4 12l2-1 1-3 3-1 1-2 2 2 3-1 1 3 2 1-2 1-1 3-3 1-1 2-2-2-3 1-1-3-2-1z"></path>
292
+ </svg>
293
+ </div>
294
+ <div class="label">Settings</div>
295
+ </div>
296
+ </div>
297
+
298
+ <div class="item">
299
+ <div class="left">
300
+ <div class="icon">
301
+ <!-- Help -->
302
+ <svg viewBox="0 0 24 24">
303
+ <circle cx="12" cy="12" r="10"></circle>
304
+ <path d="M12 17h0.01M10 9a3 3 0 1 1 4 2c-1 0.6-2 1.2-2 3" fill="#1f262b" stroke="#cbd6dc" stroke-width="1.5"/>
305
+ </svg>
306
+ </div>
307
+ <div class="label">Help &amp; feedback</div>
308
+ </div>
309
+ </div>
310
+
311
+ </div>
312
+ </div>
313
+
314
+ <!-- Right overlay with subtle stars and dates -->
315
+ <div class="overlay-right">
316
+ <div class="date-col">
317
+ Oct 5<br><br>Oct 4<br><br>Oct 4<br><br>Oct 4<br><br>Oct 3<br><br>Oct 3
318
+ </div>
319
+ <div class="ghost-stars">
320
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1 3-6z"/></svg>
321
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1 3-6z"/></svg>
322
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1 3-6z"/></svg>
323
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1 3-6z"/></svg>
324
+ </div>
325
+ </div>
326
+
327
+ <!-- Bottom gesture bar -->
328
+ <div class="gesture"></div>
329
+
330
+ </div>
331
+ </body>
332
+ </html>
code/11372/11372_5.html ADDED
@@ -0,0 +1,149 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Settings Screen Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #111214;
14
+ color: #FFFFFF;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ height: 90px;
20
+ padding: 0 32px;
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ color: #EDEDED;
25
+ font-size: 36px;
26
+ letter-spacing: 1px;
27
+ }
28
+ .status-right {
29
+ display: flex;
30
+ align-items: center;
31
+ gap: 26px;
32
+ }
33
+ .icon {
34
+ width: 44px;
35
+ height: 44px;
36
+ display: inline-flex;
37
+ align-items: center;
38
+ justify-content: center;
39
+ fill: #EDEDED;
40
+ }
41
+
42
+ /* App bar */
43
+ .app-bar {
44
+ height: 140px;
45
+ display: flex;
46
+ align-items: center;
47
+ padding: 0 24px 0 16px;
48
+ }
49
+ .app-title {
50
+ font-size: 64px;
51
+ font-weight: 600;
52
+ margin-left: 24px;
53
+ letter-spacing: 0.2px;
54
+ flex: 1;
55
+ }
56
+ .action {
57
+ width: 56px;
58
+ height: 56px;
59
+ display: flex;
60
+ align-items: center;
61
+ justify-content: center;
62
+ }
63
+
64
+ /* Content */
65
+ .content {
66
+ padding: 24px 40px 120px 40px;
67
+ }
68
+ .section-label {
69
+ font-size: 44px;
70
+ color: #bdbdbd;
71
+ margin: 24px 0 40px 0;
72
+ }
73
+ .item {
74
+ padding: 38px 0;
75
+ border-bottom: 0px solid #222; /* keep structure simple; no divider visible */
76
+ font-size: 44px;
77
+ color: #f2f2f2;
78
+ line-height: 1.35;
79
+ }
80
+ .item:last-child { border-bottom: none; }
81
+
82
+ /* Bottom gesture bar */
83
+ .gesture-bar {
84
+ position: absolute;
85
+ bottom: 28px;
86
+ left: 50%;
87
+ transform: translateX(-50%);
88
+ width: 520px;
89
+ height: 12px;
90
+ background: #ffffff;
91
+ opacity: 0.7;
92
+ border-radius: 8px;
93
+ }
94
+ </style>
95
+ </head>
96
+ <body>
97
+ <div id="render-target">
98
+
99
+ <!-- Status Bar -->
100
+ <div class="status-bar">
101
+ <div class="status-left">8:21</div>
102
+ <div class="status-right">
103
+ <!-- Wifi -->
104
+ <svg class="icon" viewBox="0 0 24 24">
105
+ <path d="M12 20.5c.7 0 1.2-.5 1.2-1.2s-.5-1.3-1.2-1.3-1.2.6-1.2 1.3.5 1.2 1.2 1.2zM4 9.5l1.4 1.4C7.7 8.7 9.8 8 12 8s4.3.7 6.6 2.9L20 9.5C17.4 7.1 14.7 6 12 6S6.6 7.1 4 9.5zm4 4l1.4 1.4c1.4-1.3 3.1-1.9 4.6-1.9s3.2.6 4.6 1.9L20 13.5C17.9 11.6 15 11 12 11s-5.9.6-8 2.5z"/>
106
+ </svg>
107
+ <!-- Signal (simple bars) -->
108
+ <svg class="icon" viewBox="0 0 24 24">
109
+ <path d="M3 20h2v-5H3v5zm4 0h2v-8H7v8zm4 0h2v-11h-2v11zm4 0h2V6h-2v14zm4 0h2V3h-2v17z"/>
110
+ </svg>
111
+ <!-- Battery -->
112
+ <svg class="icon" viewBox="0 0 24 24">
113
+ <path d="M16 6h2c1.1 0 2 .9 2 2v8c0 1.1-.9 2-2 2h-2v1h-2v-1H8c-1.1 0-2-.9-2-2V8c0-1.1.9-2 2-2h8zm0 2H8v8h8V8z"/>
114
+ </svg>
115
+ </div>
116
+ </div>
117
+
118
+ <!-- App Bar -->
119
+ <div class="app-bar">
120
+ <!-- Back arrow -->
121
+ <div class="action">
122
+ <svg class="icon" viewBox="0 0 24 24">
123
+ <path d="M15.4 5.4 8.8 12l6.6 6.6-1.4 1.4L6 12l8-8 1.4 1.4z"/>
124
+ </svg>
125
+ </div>
126
+ <div class="app-title">Settings</div>
127
+ <!-- Overflow menu -->
128
+ <div class="action">
129
+ <svg class="icon" viewBox="0 0 24 24">
130
+ <path d="M12 6a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 8a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 8a2 2 0 1 0 0-4 2 2 0 0 0 0 4z"/>
131
+ </svg>
132
+ </div>
133
+ </div>
134
+
135
+ <!-- Content -->
136
+ <div class="content">
137
+ <div class="section-label">General settings</div>
138
+
139
+ <div class="item">jasonsmith9810244659106538@gmail.com</div>
140
+ <div class="item">amelia.miller2709@gmail.com</div>
141
+ <div class="item">miller.william197305@gmail.com</div>
142
+ <div class="item" style="color:#e6e6e6;">Add account</div>
143
+ </div>
144
+
145
+ <!-- Bottom gesture bar -->
146
+ <div class="gesture-bar"></div>
147
+ </div>
148
+ </body>
149
+ </html>
code/11372/11372_6.html ADDED
@@ -0,0 +1,246 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>General Settings UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: "Roboto", Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #121212;
13
+ color: #FFFFFF;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ height: 96px;
19
+ padding: 0 36px;
20
+ display: flex;
21
+ align-items: center;
22
+ justify-content: space-between;
23
+ color: #EDEDED;
24
+ font-size: 34px;
25
+ letter-spacing: 0.2px;
26
+ }
27
+ .status-right {
28
+ display: flex;
29
+ align-items: center;
30
+ gap: 18px;
31
+ }
32
+ .signal-dot {
33
+ width: 18px; height: 18px; background: #EDEDED; border-radius: 50%;
34
+ }
35
+ .wifi {
36
+ width: 34px; height: 24px; border: 3px solid #EDEDED; border-top-left-radius: 20px; border-top-right-radius: 20px; border-bottom: none;
37
+ }
38
+ .battery {
39
+ width: 46px; height: 22px; border: 3px solid #EDEDED; border-radius: 4px; position: relative;
40
+ }
41
+ .battery::after {
42
+ content: "";
43
+ position: absolute; right: -8px; top: 6px;
44
+ width: 6px; height: 10px; background: #EDEDED; border-radius: 2px;
45
+ }
46
+
47
+ /* App bar */
48
+ .app-bar {
49
+ height: 140px;
50
+ display: flex;
51
+ align-items: center;
52
+ padding: 0 24px;
53
+ border-bottom: 1px solid #272727;
54
+ }
55
+ .app-bar .title {
56
+ font-size: 54px;
57
+ margin-left: 16px;
58
+ flex: 1;
59
+ }
60
+ .icon-btn {
61
+ width: 96px; height: 96px; display: flex; align-items: center; justify-content: center;
62
+ }
63
+ .icon svg { width: 48px; height: 48px; fill: #EDEDED; }
64
+
65
+ /* List container */
66
+ .content {
67
+ padding-bottom: 120px;
68
+ }
69
+ .item {
70
+ padding: 36px 36px;
71
+ border-bottom: 1px solid #272727;
72
+ display: flex;
73
+ align-items: flex-start;
74
+ gap: 24px;
75
+ }
76
+ .item .texts { flex: 1; }
77
+ .title-text { font-size: 40px; line-height: 56px; color: #FFFFFF; }
78
+ .sub-text { font-size: 32px; line-height: 44px; color: #BDBDBD; }
79
+
80
+ /* Link style for "device settings" */
81
+ .link { color: #8AB4F8; text-decoration: none; }
82
+
83
+ /* Checkbox */
84
+ .checkbox {
85
+ width: 60px; height: 60px; border-radius: 8px; border: 3px solid #4A8BFF; background: #1E40AF;
86
+ display: flex; align-items: center; justify-content: center; margin-top: 16px;
87
+ }
88
+ .checkbox.unchecked {
89
+ border-color: #5E5E5E; background: transparent;
90
+ }
91
+ .checkmark {
92
+ width: 34px; height: 18px; border-left: 6px solid #FFFFFF; border-bottom: 6px solid #FFFFFF;
93
+ transform: rotate(-45deg);
94
+ }
95
+
96
+ /* Info pill */
97
+ .info-pill {
98
+ display: flex; align-items: center; gap: 16px;
99
+ background: #1F1F1F;
100
+ border: 1px solid #2E2E2E; border-radius: 16px;
101
+ padding: 18px 20px;
102
+ color: #CFCFCF;
103
+ margin-top: 8px;
104
+ max-width: 960px;
105
+ }
106
+ .info-icon {
107
+ width: 40px; height: 40px; border-radius: 50%;
108
+ background: #3A3A3A; color: #BBBBBB; display: flex; align-items: center; justify-content: center;
109
+ font-weight: bold;
110
+ font-size: 28px;
111
+ }
112
+
113
+ /* Small label to the right (like value text) */
114
+ .right-value {
115
+ font-size: 34px; color: #BDBDBD; margin-top: 6px;
116
+ }
117
+
118
+ /* Bottom home indicator */
119
+ .home-indicator {
120
+ position: absolute; left: 50%; bottom: 30px; transform: translateX(-50%);
121
+ width: 360px; height: 14px; background: #E6E6E6; border-radius: 8px; opacity: 0.85;
122
+ }
123
+ </style>
124
+ </head>
125
+ <body>
126
+ <div id="render-target">
127
+
128
+ <!-- Status bar -->
129
+ <div class="status-bar">
130
+ <div>8:21</div>
131
+ <div class="status-right">
132
+ <div class="signal-dot"></div>
133
+ <div class="signal-dot"></div>
134
+ <div class="signal-dot"></div>
135
+ <div class="signal-dot"></div>
136
+ <div class="wifi"></div>
137
+ <div class="battery"></div>
138
+ </div>
139
+ </div>
140
+
141
+ <!-- App bar -->
142
+ <div class="app-bar">
143
+ <div class="icon-btn icon">
144
+ <svg viewBox="0 0 24 24"><path d="M15.5 19.5L7 12l8.5-7.5v15z"/></svg>
145
+ </div>
146
+ <div class="title">General settings</div>
147
+ <div class="icon-btn icon">
148
+ <!-- Kebab (vertical dots) -->
149
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="5" r="2.5"/><circle cx="12" cy="12" r="2.5"/><circle cx="12" cy="19" r="2.5"/></svg>
150
+ </div>
151
+ </div>
152
+
153
+ <!-- Content list -->
154
+ <div class="content">
155
+ <!-- Theme -->
156
+ <div class="item">
157
+ <div class="texts">
158
+ <div class="title-text">Theme</div>
159
+ <div class="sub-text">System default</div>
160
+ </div>
161
+ </div>
162
+
163
+ <!-- Default notification action -->
164
+ <div class="item">
165
+ <div class="texts">
166
+ <div class="title-text">Default notification action</div>
167
+ <div class="sub-text">Archive</div>
168
+ </div>
169
+ </div>
170
+
171
+ <!-- Manage notifications with info pill -->
172
+ <div class="item">
173
+ <div class="texts">
174
+ <div class="title-text">Manage notifications</div>
175
+ <div class="info-pill">
176
+ <div class="info-icon">i</div>
177
+ <div class="sub-text" style="color:#CFCFCF;">
178
+ Notifications are disabled. Turn them on in <a class="link" href="#">device settings</a>
179
+ </div>
180
+ </div>
181
+ </div>
182
+ </div>
183
+
184
+ <!-- Conversation view (checked) -->
185
+ <div class="item">
186
+ <div class="texts">
187
+ <div class="title-text">Conversation view</div>
188
+ <div class="sub-text">Group emails in the same conversation together for IMAP, POP3, and Exchange accounts</div>
189
+ </div>
190
+ <div class="checkbox"><div class="checkmark"></div></div>
191
+ </div>
192
+
193
+ <!-- Conversation list density -->
194
+ <div class="item">
195
+ <div class="texts">
196
+ <div class="title-text">Conversation list density</div>
197
+ <div class="sub-text">Default</div>
198
+ </div>
199
+ </div>
200
+
201
+ <!-- Hide bottom navigation on scroll (checked) -->
202
+ <div class="item">
203
+ <div class="texts">
204
+ <div class="title-text">Hide bottom navigation on scroll</div>
205
+ </div>
206
+ <div class="checkbox"><div class="checkmark"></div></div>
207
+ </div>
208
+
209
+ <!-- Swipe actions -->
210
+ <div class="item">
211
+ <div class="texts">
212
+ <div class="title-text">Swipe actions</div>
213
+ <div class="sub-text">Configure swipe actions to quickly act on emails in the conversation list</div>
214
+ </div>
215
+ </div>
216
+
217
+ <!-- Default reply action -->
218
+ <div class="item">
219
+ <div class="texts">
220
+ <div class="title-text">Default reply action</div>
221
+ <div class="sub-text">Choose your default reply action</div>
222
+ </div>
223
+ </div>
224
+
225
+ <!-- Auto-fit messages (checked) -->
226
+ <div class="item">
227
+ <div class="texts">
228
+ <div class="title-text">Auto-fit messages</div>
229
+ <div class="sub-text">Shrink messages to fit the screen</div>
230
+ </div>
231
+ <div class="checkbox"><div class="checkmark"></div></div>
232
+ </div>
233
+
234
+ <!-- Auto-advance (next item partially visible) -->
235
+ <div class="item" style="border-bottom:none;">
236
+ <div class="texts">
237
+ <div class="title-text">Auto-advance</div>
238
+ </div>
239
+ </div>
240
+ </div>
241
+
242
+ <!-- Home indicator -->
243
+ <div class="home-indicator"></div>
244
+ </div>
245
+ </body>
246
+ </html>
code/11372/11372_7.html ADDED
@@ -0,0 +1,263 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Gmail Notifications Screen</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #121212;
13
+ color: #FFFFFF;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 120px;
23
+ color: #FFFFFF;
24
+ }
25
+ .time {
26
+ position: absolute;
27
+ left: 36px;
28
+ top: 36px;
29
+ font-size: 44px;
30
+ letter-spacing: 1px;
31
+ }
32
+ .right-icons {
33
+ position: absolute;
34
+ right: 36px;
35
+ top: 30px;
36
+ display: flex;
37
+ align-items: center;
38
+ gap: 22px;
39
+ }
40
+ /* Simple wifi icon */
41
+ .wifi svg, .battery svg { display: block; }
42
+ .battery {
43
+ width: 54px;
44
+ height: 28px;
45
+ border: 3px solid #fff;
46
+ border-radius: 6px;
47
+ position: relative;
48
+ }
49
+ .battery::after {
50
+ content: "";
51
+ position: absolute;
52
+ right: -10px;
53
+ top: 8px;
54
+ width: 6px;
55
+ height: 12px;
56
+ background: #fff;
57
+ border-radius: 2px;
58
+ }
59
+ .battery .level {
60
+ position: absolute;
61
+ left: 4px;
62
+ top: 4px;
63
+ height: 16px;
64
+ width: 32px;
65
+ background: #fff;
66
+ border-radius: 3px;
67
+ }
68
+
69
+ /* Back arrow */
70
+ .back-btn {
71
+ position: absolute;
72
+ top: 140px;
73
+ left: 36px;
74
+ width: 72px;
75
+ height: 72px;
76
+ }
77
+ .back-btn svg { fill: none; stroke: #FFFFFF; stroke-width: 10; }
78
+
79
+ /* Title */
80
+ .title {
81
+ position: absolute;
82
+ top: 240px;
83
+ left: 44px;
84
+ font-size: 96px;
85
+ font-weight: 600;
86
+ }
87
+
88
+ /* App logo placeholder */
89
+ .logo-wrap {
90
+ position: absolute;
91
+ top: 480px;
92
+ left: 0;
93
+ width: 100%;
94
+ display: flex;
95
+ justify-content: center;
96
+ }
97
+ .logo {
98
+ width: 170px;
99
+ height: 170px;
100
+ background: #E0E0E0;
101
+ border: 1px solid #BDBDBD;
102
+ border-radius: 50%;
103
+ display: flex;
104
+ align-items: center;
105
+ justify-content: center;
106
+ color: #555;
107
+ font-weight: 700;
108
+ font-size: 28px;
109
+ }
110
+ .app-name {
111
+ position: absolute;
112
+ top: 680px;
113
+ width: 100%;
114
+ text-align: center;
115
+ font-size: 64px;
116
+ font-weight: 600;
117
+ }
118
+
119
+ /* Notification card */
120
+ .card {
121
+ position: absolute;
122
+ top: 780px;
123
+ left: 60px;
124
+ width: 960px;
125
+ height: 220px;
126
+ background: #d8e2f2;
127
+ border-radius: 110px;
128
+ display: flex;
129
+ align-items: center;
130
+ padding: 0 60px;
131
+ box-sizing: border-box;
132
+ color: #111;
133
+ }
134
+ .card .label {
135
+ font-size: 52px;
136
+ color: #111;
137
+ }
138
+ .toggle {
139
+ margin-left: auto;
140
+ width: 230px;
141
+ height: 110px;
142
+ background: #3f3f3f;
143
+ border-radius: 80px;
144
+ position: relative;
145
+ }
146
+ .toggle .knob {
147
+ position: absolute;
148
+ left: 18px; /* off position */
149
+ top: 15px;
150
+ width: 80px;
151
+ height: 80px;
152
+ background: #8a8a8a;
153
+ border-radius: 50%;
154
+ }
155
+
156
+ /* Info text */
157
+ .info-row {
158
+ position: absolute;
159
+ top: 1050px;
160
+ left: 60px;
161
+ display: flex;
162
+ align-items: center;
163
+ gap: 24px;
164
+ color: #bdbdbd;
165
+ }
166
+ .info-icon {
167
+ width: 60px;
168
+ height: 60px;
169
+ border-radius: 50%;
170
+ border: 2px solid #bdbdbd;
171
+ display: flex;
172
+ align-items: center;
173
+ justify-content: center;
174
+ font-weight: 700;
175
+ color: #bdbdbd;
176
+ }
177
+ .info-text {
178
+ font-size: 44px;
179
+ }
180
+
181
+ /* Home indicator at bottom */
182
+ .home-indicator {
183
+ position: absolute;
184
+ bottom: 40px;
185
+ left: 290px;
186
+ width: 500px;
187
+ height: 10px;
188
+ background: #f0f0f0;
189
+ border-radius: 8px;
190
+ opacity: 0.9;
191
+ }
192
+
193
+ /* decorative tiny icons near the time to hint status icons */
194
+ .tiny-dots {
195
+ position: absolute;
196
+ top: 40px;
197
+ left: 170px;
198
+ display: flex;
199
+ gap: 16px;
200
+ }
201
+ .tiny-dots span {
202
+ width: 22px;
203
+ height: 22px;
204
+ background: #FFFFFF;
205
+ border-radius: 50%;
206
+ opacity: 0.85;
207
+ }
208
+ </style>
209
+ </head>
210
+ <body>
211
+ <div id="render-target">
212
+
213
+ <div class="status-bar">
214
+ <div class="time">8:22</div>
215
+
216
+ <div class="tiny-dots">
217
+ <span></span><span></span><span></span><span></span><span></span><span style="width:10px;height:10px;border-radius:50%;opacity:.7;"></span>
218
+ </div>
219
+
220
+ <div class="right-icons">
221
+ <div class="wifi">
222
+ <svg width="46" height="38" viewBox="0 0 46 38">
223
+ <path d="M23 31c-2.5 0-4.5 2-4.5 4.5S20.5 40 23 40s4.5-2 4.5-4.5S25.5 31 23 31z" fill="#fff"/>
224
+ <path d="M6 17c9-8 25-8 34 0" stroke="#fff" stroke-width="4" fill="none" stroke-linecap="round"/>
225
+ <path d="M12 23c6-5 16-5 22 0" stroke="#fff" stroke-width="4" fill="none" stroke-linecap="round"/>
226
+ </svg>
227
+ </div>
228
+ <div class="battery">
229
+ <div class="level"></div>
230
+ </div>
231
+ </div>
232
+ </div>
233
+
234
+ <div class="back-btn">
235
+ <svg viewBox="0 0 100 100">
236
+ <path d="M65 15 L25 50 L65 85" />
237
+ </svg>
238
+ </div>
239
+
240
+ <div class="title">Gmail</div>
241
+
242
+ <div class="logo-wrap">
243
+ <div class="logo">[IMG: Gmail Logo]</div>
244
+ </div>
245
+ <div class="app-name">Gmail</div>
246
+
247
+ <div class="card">
248
+ <div class="label">All Gmail notifications</div>
249
+ <div class="toggle">
250
+ <div class="knob"></div>
251
+ </div>
252
+ </div>
253
+
254
+ <div class="info-row">
255
+ <div class="info-icon">i</div>
256
+ <div class="info-text">You haven't allowed notifications from this app</div>
257
+ </div>
258
+
259
+ <div class="home-indicator"></div>
260
+
261
+ </div>
262
+ </body>
263
+ </html>
code/11372/11372_8.html ADDED
@@ -0,0 +1,199 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Gmail Notifications UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: "Roboto", Arial, sans-serif; }
7
+ #render-target {
8
+ width: 1080px; height: 2400px;
9
+ position: relative; overflow: hidden;
10
+ background: #121212;
11
+ color: #EDEDED;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ position: absolute; top: 0; left: 0; right: 0;
17
+ height: 90px; padding: 0 36px;
18
+ display: flex; align-items: center; justify-content: space-between;
19
+ font-size: 40px; color: #FFFFFF;
20
+ }
21
+ .status-left { display: flex; align-items: center; gap: 24px; }
22
+ .ghosts { font-size: 38px; opacity: 0.95; letter-spacing: 10px; }
23
+ .status-right { display: flex; align-items: center; gap: 26px; }
24
+
25
+ /* Simple icons */
26
+ .icon { display: inline-flex; align-items: center; justify-content: center; }
27
+ .wifi svg { width: 44px; height: 44px; fill: #fff; opacity: 0.9; }
28
+ .battery { width: 64px; height: 30px; border: 3px solid #fff; border-radius: 6px; position: relative; }
29
+ .battery:after { content: ""; position: absolute; right: -10px; top: 8px; width: 8px; height: 14px; background: #fff; border-radius: 2px; }
30
+ .battery .level { position: absolute; left: 4px; top: 4px; bottom: 4px; width: 44px; background: #fff; border-radius: 3px; }
31
+
32
+ /* Header area */
33
+ .header {
34
+ position: absolute; top: 100px; left: 36px; right: 36px;
35
+ }
36
+ .back-row { display: flex; align-items: center; gap: 24px; }
37
+ .back {
38
+ width: 64px; height: 64px; border-radius: 32px;
39
+ display: inline-flex; align-items: center; justify-content: center;
40
+ }
41
+ .back svg { width: 48px; height: 48px; fill: #EDEDED; }
42
+ .title {
43
+ margin-top: 28px; font-size: 110px; font-weight: 600; letter-spacing: 1px;
44
+ }
45
+
46
+ .logo-area {
47
+ margin-top: 60px; display: flex; flex-direction: column; align-items: center; gap: 24px;
48
+ }
49
+ .avatar {
50
+ width: 140px; height: 140px; border-radius: 70px;
51
+ background: #E0E0E0; border: 1px solid #BDBDBD;
52
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 28px;
53
+ }
54
+ .app-name { font-size: 70px; font-weight: 600; }
55
+
56
+ /* Main card toggle */
57
+ .main-card {
58
+ margin: 70px 36px 36px 36px; padding: 40px 40px;
59
+ background: #cfe1ff; color: #0d1a2b;
60
+ border-radius: 120px;
61
+ display: flex; align-items: center; justify-content: space-between;
62
+ }
63
+ .main-card .label { font-size: 64px; font-weight: 600; }
64
+ .toggle {
65
+ width: 210px; height: 110px; border-radius: 55px; position: relative;
66
+ background: #5f6b78; transition: background 0.2s ease;
67
+ }
68
+ .toggle .knob {
69
+ position: absolute; top: 8px; left: 8px;
70
+ width: 94px; height: 94px; border-radius: 47px; background: #C9D1D9;
71
+ box-shadow: 0 2px 6px rgba(0,0,0,0.4);
72
+ transition: left 0.2s ease;
73
+ }
74
+ .toggle.on { background: #9fc3e9; }
75
+ .toggle.on .knob { left: 108px; background: #E7F0FF; }
76
+ .toggle.light { background: #9fc3e9; } /* for enabled rows */
77
+
78
+ /* Sections */
79
+ .section { margin: 24px 36px; }
80
+ .email-heading {
81
+ font-size: 38px; color: #a9b0b7; margin-bottom: 18px;
82
+ }
83
+
84
+ .row {
85
+ display: flex; align-items: center; justify-content: space-between;
86
+ padding: 26px 0;
87
+ border-bottom: 1px solid rgba(255,255,255,0.06);
88
+ }
89
+ .row:last-child { border-bottom: none; }
90
+
91
+ .row .text {
92
+ font-size: 50px; line-height: 1.2; max-width: 760px;
93
+ }
94
+ .sub-row {
95
+ display: flex; align-items: center; gap: 24px; padding: 30px 0;
96
+ }
97
+ .bell { width: 60px; height: 60px; }
98
+ .bell svg { width: 60px; height: 60px; fill: #EDEDED; opacity: 0.9; }
99
+ .sub-content { display: flex; align-items: center; gap: 26px; flex: 1; }
100
+ .mail-title { font-size: 58px; }
101
+ .mail-desc { font-size: 36px; color: #B7BDC3; margin-top: 6px; }
102
+ .divider {
103
+ width: 2px; height: 70px; background: rgba(255,255,255,0.12);
104
+ }
105
+
106
+ /* Footer spacer mimicking Android bottom bar area */
107
+ .bottom-spacer {
108
+ position: absolute; bottom: 24px; left: calc(50% - 210px); width: 420px; height: 10px;
109
+ background: #E0E0E0; border-radius: 6px; opacity: 0.5;
110
+ }
111
+ </style>
112
+ </head>
113
+ <body>
114
+ <div id="render-target">
115
+
116
+ <div class="status-bar">
117
+ <div class="status-left">
118
+ <div style="font-weight:600;">8:22</div>
119
+ <div class="ghosts">👻👻👻👻👻</div>
120
+ <div style="font-size: 24px; color:#9AA0A6;">•</div>
121
+ </div>
122
+ <div class="status-right">
123
+ <div class="wifi icon">
124
+ <svg viewBox="0 0 24 24"><path d="M12 20c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm6-6c-1.8-1.8-4.1-3-6-3s-4.2 1.2-6 3l1.4 1.4C8.7 14.9 10.3 14 12 14s3.3.9 4.6 2.4L18 14zm4-4C18.6 6.6 15.4 5 12 5S5.4 6.6 2 10l1.4 1.4C6.1 8.7 8.9 7.5 12 7.5s5.9 1.2 8.6 3.9L22 10z"/></svg>
125
+ </div>
126
+ <div class="battery"><div class="level"></div></div>
127
+ </div>
128
+ </div>
129
+
130
+ <div class="header">
131
+ <div class="back-row">
132
+ <div class="back">
133
+ <svg viewBox="0 0 24 24"><path d="M15.5 19l-7-7 7-7v14z"/></svg>
134
+ </div>
135
+ </div>
136
+ <div class="title">Gmail</div>
137
+
138
+ <div class="logo-area">
139
+ <div class="avatar">[IMG: Gmail Logo]</div>
140
+ <div class="app-name">Gmail</div>
141
+ </div>
142
+
143
+ <div class="main-card">
144
+ <div class="label">All Gmail notifications</div>
145
+ <div class="toggle off"><div class="knob"></div></div>
146
+ </div>
147
+ </div>
148
+
149
+ <!-- Account 1 -->
150
+ <div class="section" style="margin-top: 10px;">
151
+ <div class="email-heading">amelia.miller2709@gmail.com</div>
152
+
153
+ <div class="row">
154
+ <div class="text">All "amelia.miller2709@gmail<br>.com" notifications</div>
155
+ <div class="toggle on"><div class="knob"></div></div>
156
+ </div>
157
+
158
+ <div class="sub-row">
159
+ <div class="bell">
160
+ <svg viewBox="0 0 24 24"><path d="M12 22c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2zm6-6V11c0-3.1-1.6-5.6-4.5-6.3V4c0-.8-.7-1.5-1.5-1.5S10.5 3.2 10.5 4v.7C7.6 5.4 6 7.9 6 11v5l-2 2v1h16v-1l-2-2z"/></svg>
161
+ </div>
162
+ <div class="sub-content">
163
+ <div>
164
+ <div class="mail-title">Mail</div>
165
+ <div class="mail-desc">About 2 notifications per day</div>
166
+ </div>
167
+ <div class="divider"></div>
168
+ </div>
169
+ <div class="toggle on"><div class="knob"></div></div>
170
+ </div>
171
+ </div>
172
+
173
+ <!-- Account 2 -->
174
+ <div class="section">
175
+ <div class="email-heading">jasonsmith9810244659106538@gmail.com</div>
176
+
177
+ <div class="row">
178
+ <div class="text">All "jasonsmith9810244<br>659106538@gmail.com" notifications</div>
179
+ <div class="toggle on"><div class="knob"></div></div>
180
+ </div>
181
+
182
+ <div class="sub-row">
183
+ <div class="bell">
184
+ <svg viewBox="0 0 24 24"><path d="M12 22c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2zm6-6V11c0-3.1-1.6-5.6-4.5-6.3V4c0-.8-.7-1.5-1.5-1.5S10.5 3.2 10.5 4v.7C7.6 5.4 6 7.9 6 11v5l-2 2v1h16v-1l-2-2z"/></svg>
185
+ </div>
186
+ <div class="sub-content">
187
+ <div>
188
+ <div class="mail-title">Mail</div>
189
+ </div>
190
+ <div class="divider"></div>
191
+ </div>
192
+ <div class="toggle on"><div class="knob"></div></div>
193
+ </div>
194
+ </div>
195
+
196
+ <div class="bottom-spacer"></div>
197
+ </div>
198
+ </body>
199
+ </html>
code/11374/11374_0.html ADDED
@@ -0,0 +1,243 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Mobile UI Render</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
10
+ background: #ffffff; color: #222;
11
+ }
12
+ .status-bar {
13
+ position: absolute; top: 0; left: 0; width: 100%; height: 110px;
14
+ background: linear-gradient(90deg, #9fd7cf 0%, #a7e3c6 100%);
15
+ padding: 24px 36px 0 36px; box-sizing: border-box;
16
+ display: flex; align-items: center; justify-content: space-between; color: #1f2b2b;
17
+ font-weight: 600; font-size: 40px;
18
+ }
19
+ .status-icons { display: flex; align-items: center; gap: 22px; }
20
+ .svg-icon { width: 44px; height: 44px; }
21
+ .top-search {
22
+ position: absolute; top: 110px; left: 0; width: 100%; height: 160px;
23
+ background: linear-gradient(90deg, #9fd7cf 0%, #a7e3c6 100%);
24
+ box-sizing: border-box; padding: 0 36px; display: flex; align-items: center; gap: 24px;
25
+ }
26
+ .back-btn { width: 80px; height: 80px; border-radius: 40px; display:flex; align-items:center; justify-content:center; }
27
+ .search-box {
28
+ flex: 1; height: 100px; background: #fff; border-radius: 50px; box-shadow: 0 2px 0 rgba(0,0,0,0.06);
29
+ display: flex; align-items: center; padding: 0 36px; gap: 24px; border: 1px solid #e6e6e6;
30
+ font-size: 40px; color: #555;
31
+ }
32
+ .search-text { flex: 1; }
33
+ .cam-btn {
34
+ width: 86px; height: 86px; border-radius: 43px; border: 1px solid #D7D7D7; background: #f5f5f5;
35
+ display:flex; align-items:center; justify-content:center;
36
+ }
37
+ .sub-toolbar {
38
+ position: absolute; top: 270px; left: 0; width: 100%; height: 110px; box-sizing: border-box;
39
+ padding: 0 36px; display: flex; align-items: center; justify-content: space-between; background: #ffffff;
40
+ border-top: 1px solid #eee;
41
+ }
42
+ .prime-toggle { display: flex; align-items: center; gap: 18px; font-size: 40px; color: #0a62a6; font-weight: 700; }
43
+ .toggle-track {
44
+ width: 120px; height: 52px; background: #f0f0f0; border-radius: 26px; border: 1px solid #d6d6d6; position: relative;
45
+ }
46
+ .toggle-thumb { width: 48px; height: 48px; background: #ffffff; border: 1px solid #cfcfcf; border-radius: 24px; position: absolute; top: 1px; left: 2px; }
47
+ .filters { font-size: 40px; color: #1a73e8; display: flex; align-items: center; gap: 10px; }
48
+ .chip-row {
49
+ position: absolute; top: 380px; left: 0; width: 100%; box-sizing: border-box; padding: 0 36px;
50
+ display: flex; gap: 18px; overflow: hidden;
51
+ }
52
+ .chip { padding: 22px 28px; border: 1px solid #e2e2e2; border-radius: 40px; background: #fff; font-size: 34px; color: #444; white-space: nowrap; }
53
+ .results {
54
+ position: absolute; top: 460px; left: 0; right: 0; bottom: 170px; overflow: hidden; padding: 24px 24px 0 24px; box-sizing: border-box;
55
+ }
56
+ .card {
57
+ background: #fff; border: 1px solid #e8e8e8; border-radius: 26px; padding: 24px; box-sizing: border-box; margin-bottom: 28px;
58
+ display: grid; grid-template-columns: 360px 1fr; gap: 24px;
59
+ }
60
+ .img-placeholder {
61
+ width: 360px; height: 360px; background: #E0E0E0; border: 1px solid #BDBDBD;
62
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 34px; text-align: center; border-radius: 20px;
63
+ position: relative;
64
+ }
65
+ .scan-fab {
66
+ position: absolute; bottom: -12px; left: -12px; width: 110px; height: 110px; border-radius: 55px; border: 1px solid #e0e0e0; background: #fafafa;
67
+ display:flex; align-items:center; justify-content:center; box-shadow: 0 6px 10px rgba(0,0,0,0.06);
68
+ }
69
+ .card-title { font-size: 42px; line-height: 1.2; color: #2a2a2a; font-weight: 700; margin-bottom: 8px; }
70
+ .subtle-tag {
71
+ display: inline-block; background: #f4f4f4; border: 1px solid #e0e0e0; color: #555; font-size: 32px; padding: 8px 12px; border-radius: 10px; margin-bottom: 12px;
72
+ }
73
+ .rating { display: flex; align-items: center; gap: 10px; font-size: 36px; color: #1a73e8; }
74
+ .stars { color: #ff8a00; font-size: 36px; }
75
+ .count { color: #777; font-size: 32px; }
76
+ .deal {
77
+ display: inline-block; background: #8c3b20; color: #fff; padding: 14px 18px; border-radius: 10px; font-size: 36px; margin: 16px 0;
78
+ }
79
+ .price-row { font-size: 62px; font-weight: 800; color: #222; }
80
+ .mrp { font-size: 36px; color: #777; margin-left: 16px; text-decoration: line-through; }
81
+ .off { font-size: 36px; color: #4caf50; margin-left: 8px; }
82
+ .prime-line { margin-top: 8px; font-size: 36px; color: #555; }
83
+ .prime-line .prime-badge { color: #0a62a6; font-weight: 800; }
84
+ .detail { font-size: 34px; color: #777; margin-top: 6px; }
85
+ .ribbon {
86
+ position: absolute; top: 0; left: 0; background: #ee7a2e; color: #fff; padding: 14px 24px; border-top-left-radius: 26px; border-bottom-right-radius: 26px;
87
+ font-size: 34px; font-weight: 700;
88
+ }
89
+ .bottom-nav {
90
+ position: absolute; left: 0; right: 0; bottom: 0; height: 170px; background: #fff; border-top: 1px solid #e6e6e6;
91
+ display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; text-align: center;
92
+ }
93
+ .nav-item { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; color: #555; font-size: 32px; }
94
+ .nav-item.active { color: #0b7a7a; }
95
+ .gesture-bar {
96
+ position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); width: 360px; height: 10px; background: #d0d0d0; border-radius: 5px;
97
+ }
98
+ </style>
99
+ </head>
100
+ <body>
101
+ <div id="render-target">
102
+ <!-- Status bar -->
103
+ <div class="status-bar">
104
+ <div>10:56</div>
105
+ <div class="status-icons">
106
+ <svg class="svg-icon" viewBox="0 0 24 24"><path d="M12 2a5 5 0 0 0 0 20a5 5 0 0 0 0-20z" fill="none" stroke="#1f2b2b" stroke-width="2"/></svg>
107
+ <svg class="svg-icon" viewBox="0 0 24 24"><circle cx="12" cy="12" r="9" fill="none" stroke="#1f2b2b" stroke-width="2"/></svg>
108
+ <svg class="svg-icon" viewBox="0 0 24 24"><path d="M4 21h16M6 17h12M8 13h8M10 9h4M12 5h0" stroke="#1f2b2b" stroke-width="2" fill="none"/></svg>
109
+ <svg class="svg-icon" viewBox="0 0 24 24"><circle cx="12" cy="12" r="2" fill="#1f2b2b"/><circle cx="4" cy="12" r="2" fill="#1f2b2b"/><circle cx="20" cy="12" r="2" fill="#1f2b2b"/></svg>
110
+ <svg class="svg-icon" viewBox="0 0 24 24"><path d="M20 8v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V8m4-4h8l4 4H4l4-4z" fill="none" stroke="#1f2b2b" stroke-width="2"/></svg>
111
+ <svg class="svg-icon" viewBox="0 0 24 24"><path d="M6 8h12v8a4 4 0 0 1-4 4H10a4 4 0 0 1-4-4V8z" fill="none" stroke="#1f2b2b" stroke-width="2"/><path d="M9 4h6v4H9z" fill="none" stroke="#1f2b2b" stroke-width="2"/></svg>
112
+ </div>
113
+ </div>
114
+
115
+ <!-- Search bar -->
116
+ <div class="top-search">
117
+ <div class="back-btn">
118
+ <svg class="svg-icon" viewBox="0 0 24 24"><path d="M15 5L8 12l7 7" fill="none" stroke="#222" stroke-width="2"/></svg>
119
+ </div>
120
+ <div class="search-box">
121
+ <svg class="svg-icon" viewBox="0 0 24 24"><circle cx="11" cy="11" r="7" fill="none" stroke="#777" stroke-width="2"/><path d="M21 21l-5-5" stroke="#777" stroke-width="2"/></svg>
122
+ <div class="search-text">toys for 2 years old boy</div>
123
+ <div class="cam-btn">
124
+ <svg class="svg-icon" viewBox="0 0 24 24"><rect x="3" y="7" width="18" height="12" rx="2" fill="none" stroke="#777" stroke-width="2"/><path d="M7 7l2-3h6l2 3" fill="none" stroke="#777" stroke-width="2"/><circle cx="12" cy="13" r="3" fill="none" stroke="#777" stroke-width="2"/></svg>
125
+ </div>
126
+ </div>
127
+ </div>
128
+
129
+ <!-- Prime toggle and Filters -->
130
+ <div class="sub-toolbar">
131
+ <div class="prime-toggle">
132
+ <span>prime</span>
133
+ <div class="toggle-track"><div class="toggle-thumb"></div></div>
134
+ </div>
135
+ <div class="filters">
136
+ <span>Filters</span>
137
+ <svg class="svg-icon" viewBox="0 0 24 24"><path d="M4 6h16M7 12h10M10 18h4" stroke="#1a73e8" stroke-width="2" fill="none"/></svg>
138
+ </div>
139
+ </div>
140
+
141
+ <!-- Chips -->
142
+ <div class="chip-row">
143
+ <div class="chip">Toy Vehicle</div>
144
+ <div class="chip">Toy Building Block</div>
145
+ <div class="chip">Puzzle</div>
146
+ <div class="chip">Board Game</div>
147
+ <div class="chip">Remote Control</div>
148
+ <div class="chip">Learning</div>
149
+ </div>
150
+
151
+ <!-- Results -->
152
+ <div class="results">
153
+ <!-- Card 1 -->
154
+ <div class="card">
155
+ <div class="img-placeholder">[IMG: Toddler playing with blocks]
156
+ <div class="scan-fab">
157
+ <svg class="svg-icon" viewBox="0 0 24 24"><rect x="4" y="4" width="16" height="16" rx="3" fill="none" stroke="#666" stroke-width="2"/><circle cx="12" cy="12" r="4" fill="none" stroke="#666" stroke-width="2"/></svg>
158
+ </div>
159
+ </div>
160
+ <div>
161
+ <div class="subtle-tag">Plastic</div>
162
+ <div class="rating">
163
+ <span>4.2</span>
164
+ <span class="stars">★★★★★</span>
165
+ <span class="count">(750)</span>
166
+ </div>
167
+ <div style="font-size:34px; color:#777;">3K+ bought in past month</div>
168
+ <div class="deal">Limited time deal</div>
169
+ <div class="price-row">₹285 <span class="mrp">M.R.P.: ₹799</span> <span class="off">(64% off)</span></div>
170
+ <div class="prime-line"><span class="prime-badge">prime</span> Get it by Today, 22 December</div>
171
+ <div class="detail">FREE Delivery over ₹499. Fulfilled by Amazon.</div>
172
+ <div class="detail">Ages: 6 months - 5 years</div>
173
+ </div>
174
+ </div>
175
+
176
+ <!-- Card 2 -->
177
+ <div class="card">
178
+ <div class="img-placeholder">[IMG: Talking flash cards set for kids]
179
+ <div class="scan-fab">
180
+ <svg class="svg-icon" viewBox="0 0 24 24"><rect x="4" y="4" width="16" height="16" rx="3" fill="none" stroke="#666" stroke-width="2"/><circle cx="12" cy="12" r="4" fill="none" stroke="#666" stroke-width="2"/></svg>
181
+ </div>
182
+ </div>
183
+ <div>
184
+ <div class="card-title">SUPER TOY 112 Talking Baby Flash Cards Educational Toys for 2 3 4 Years Old, Learning Resource...</div>
185
+ <div class="subtle-tag">Cognitive Skills</div>
186
+ <div class="rating">
187
+ <span>4.0</span>
188
+ <span class="stars">★★★★★</span>
189
+ <span class="count">(553)</span>
190
+ </div>
191
+ <div style="font-size:34px; color:#777;">2K+ bought in past month</div>
192
+ <div class="deal" style="background:#994022;">Deal of the Day</div>
193
+ <div class="price-row">₹407 <span class="mrp">M.R.P.: ₹1,999</span> <span class="off">(80% off)</span></div>
194
+ <div class="prime-line"><span class="prime-badge">prime</span> Get it by Today, 22 December</div>
195
+ <div class="detail">FREE Delivery over ₹499. Fulfilled by Amazon.</div>
196
+ <div class="detail">Ages: 24 months and up</div>
197
+ </div>
198
+ </div>
199
+
200
+ <!-- Card 3 -->
201
+ <div class="card" style="position: relative;">
202
+ <div class="ribbon">Best seller</div>
203
+ <div class="img-placeholder">[IMG: Baby piano xylophone toy]</div>
204
+ <div>
205
+ <div class="card-title">Toyshine 2 in 1 Baby Piano Xylophone Toy for Toddlers 1-3 Years Old, 8 Multicolored Keys...</div>
206
+ <div class="rating">
207
+ <span>4.3</span>
208
+ <span class="stars">★★★★★</span>
209
+ <span class="count">(2,232)</span>
210
+ </div>
211
+ <div style="font-size:34px; color:#777;">1K+ bought in past month</div>
212
+ <div class="deal" style="background:#994022;">Deal of the Day</div>
213
+ </div>
214
+ </div>
215
+ </div>
216
+
217
+ <!-- Bottom Navigation -->
218
+ <div class="bottom-nav">
219
+ <div class="nav-item active">
220
+ <svg class="svg-icon" viewBox="0 0 24 24"><path d="M3 11l9-7 9 7v9a2 2 0 0 1-2 2h-4v-6H9v6H5a2 2 0 0 1-2-2v-9z" fill="none" stroke="#0b7a7a" stroke-width="2"/></svg>
221
+ <div>Home</div>
222
+ </div>
223
+ <div class="nav-item">
224
+ <svg class="svg-icon" viewBox="0 0 24 24"><circle cx="12" cy="8" r="4" fill="none" stroke="#555" stroke-width="2"/><path d="M4 21c0-4 4-7 8-7s8 3 8 7" fill="none" stroke="#555" stroke-width="2"/></svg>
225
+ <div>You</div>
226
+ </div>
227
+ <div class="nav-item">
228
+ <svg class="svg-icon" viewBox="0 0 24 24"><path d="M3 7h8v4H3zM13 7h8v4h-8zM3 13h8v4H3zM13 13h8v4h-8z" fill="none" stroke="#555" stroke-width="2"/></svg>
229
+ <div>More</div>
230
+ </div>
231
+ <div class="nav-item">
232
+ <svg class="svg-icon" viewBox="0 0 24 24"><path d="M6 6h15l-2 9H7L6 6z" fill="none" stroke="#555" stroke-width="2"/><circle cx="9" cy="20" r="2" stroke="#555" fill="none" stroke-width="2"/><circle cx="18" cy="20" r="2" stroke="#555" fill="none" stroke-width="2"/></svg>
233
+ <div>Cart</div>
234
+ </div>
235
+ <div class="nav-item">
236
+ <svg class="svg-icon" viewBox="0 0 24 24"><path d="M3 6h18M3 12h18M3 18h18" stroke="#555" stroke-width="2" fill="none"/></svg>
237
+ <div>Menu</div>
238
+ </div>
239
+ </div>
240
+ <div class="gesture-bar"></div>
241
+ </div>
242
+ </body>
243
+ </html>
code/11374/11374_1.html ADDED
@@ -0,0 +1,465 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Search Suggestions UI</title>
6
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ position: relative;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ overflow: hidden;
14
+ background: linear-gradient(180deg, #8EDACF 0%, #AEE6DC 40%, #FFFFFF 100%);
15
+ border-radius: 0;
16
+ box-shadow: none;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ width: 1080px;
25
+ height: 96px;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ padding: 0 32px;
30
+ color: #1b1b1b;
31
+ font-size: 36px;
32
+ }
33
+ .status-icons {
34
+ display: flex;
35
+ gap: 22px;
36
+ align-items: center;
37
+ }
38
+ .icon-round {
39
+ width: 36px;
40
+ height: 36px;
41
+ border-radius: 50%;
42
+ border: 2px solid #4c4c4c;
43
+ display: inline-block;
44
+ }
45
+ .icon-dot { width: 10px; height: 10px; background: #4c4c4c; border-radius: 50%; display: inline-block; }
46
+ .battery {
47
+ width: 58px; height: 28px; border: 2px solid #4c4c4c; border-radius: 6px; position: relative;
48
+ }
49
+ .battery::after { content: ""; position: absolute; right: -8px; top: 8px; width: 6px; height: 12px; background: #4c4c4c; border-radius: 2px; }
50
+ .battery-fill { width: 36px; height: 20px; background: #4c4c4c; margin: 3px; border-radius: 3px; }
51
+
52
+ /* Search bar */
53
+ .search-wrapper {
54
+ position: absolute;
55
+ top: 120px;
56
+ left: 24px;
57
+ width: 1032px;
58
+ }
59
+ .search-row {
60
+ display: flex;
61
+ align-items: center;
62
+ gap: 20px;
63
+ }
64
+ .back-btn {
65
+ width: 72px;
66
+ height: 72px;
67
+ display: flex;
68
+ align-items: center;
69
+ justify-content: center;
70
+ }
71
+ .pill {
72
+ flex: 1;
73
+ height: 96px;
74
+ background: #FFFFFF;
75
+ border-radius: 48px;
76
+ box-shadow: 0 2px 6px rgba(0,0,0,0.12);
77
+ display: flex;
78
+ align-items: center;
79
+ padding: 0 28px;
80
+ gap: 22px;
81
+ }
82
+ .search-icon svg { width: 44px; height: 44px; }
83
+ .search-input {
84
+ flex: 1;
85
+ font-size: 40px;
86
+ color: #222;
87
+ outline: none;
88
+ border: none;
89
+ background: transparent;
90
+ }
91
+ .clear-btn {
92
+ width: 56px;
93
+ height: 56px;
94
+ border-radius: 28px;
95
+ background: #F2F2F2;
96
+ display: flex;
97
+ align-items: center;
98
+ justify-content: center;
99
+ }
100
+ .clear-btn svg { width: 28px; height: 28px; }
101
+
102
+ /* Suggestions */
103
+ .suggestions {
104
+ position: absolute;
105
+ top: 240px;
106
+ left: 0;
107
+ width: 1080px;
108
+ padding: 0 24px;
109
+ }
110
+ .suggestion-item {
111
+ height: 120px;
112
+ display: flex;
113
+ align-items: center;
114
+ border-bottom: 1px solid #E6E6E6;
115
+ }
116
+ .left-icon {
117
+ width: 72px;
118
+ display: flex;
119
+ align-items: center;
120
+ justify-content: center;
121
+ color: #5f6368;
122
+ }
123
+ .sugg-text {
124
+ flex: 1;
125
+ font-size: 40px;
126
+ color: #222;
127
+ }
128
+ .sugg-sub {
129
+ font-size: 34px;
130
+ color: #8a8a8a;
131
+ margin-left: 8px;
132
+ }
133
+ .right-action {
134
+ width: 80px;
135
+ display: flex;
136
+ align-items: center;
137
+ justify-content: center;
138
+ }
139
+ .right-action svg { width: 40px; height: 40px; }
140
+
141
+ /* Keyboard mock */
142
+ .keyboard {
143
+ position: absolute;
144
+ left: 0;
145
+ bottom: 96px;
146
+ width: 1080px;
147
+ height: 780px;
148
+ background: #1F1F1F;
149
+ border-top-left-radius: 24px;
150
+ border-top-right-radius: 24px;
151
+ box-shadow: 0 -6px 16px rgba(0,0,0,0.25);
152
+ padding: 24px 24px 32px 24px;
153
+ color: #EDEDED;
154
+ }
155
+ .kb-top-row {
156
+ display: flex;
157
+ align-items: center;
158
+ gap: 18px;
159
+ margin-bottom: 18px;
160
+ }
161
+ .chip {
162
+ padding: 12px 20px;
163
+ border-radius: 20px;
164
+ background: #2A2A2A;
165
+ font-size: 34px;
166
+ }
167
+ .keys {
168
+ display: grid;
169
+ grid-template-columns: repeat(10, 1fr);
170
+ gap: 14px;
171
+ margin-top: 24px;
172
+ }
173
+ .key {
174
+ height: 96px;
175
+ background: #2B2B2B;
176
+ border-radius: 18px;
177
+ display: flex;
178
+ align-items: center;
179
+ justify-content: center;
180
+ font-size: 38px;
181
+ color: #F1F1F1;
182
+ }
183
+ .wide { grid-column: span 2; }
184
+ .bottom-row {
185
+ display: grid;
186
+ grid-template-columns: 1.2fr 6fr 1.2fr 1.2fr;
187
+ gap: 14px;
188
+ margin-top: 24px;
189
+ }
190
+ .enter-key {
191
+ background: #BFD5F9;
192
+ color: #1F1F1F;
193
+ }
194
+
195
+ /* Gesture bar */
196
+ .gesture-bar {
197
+ position: absolute;
198
+ bottom: 24px;
199
+ left: 50%;
200
+ transform: translateX(-50%);
201
+ width: 240px;
202
+ height: 12px;
203
+ background: #D9D9D9;
204
+ border-radius: 12px;
205
+ }
206
+
207
+ /* Simple SVG icon colors */
208
+ .icon-stroke { stroke: #3C3C3C; }
209
+ .icon-stroke-light { stroke: #6C6C6C; }
210
+ .icon-fill { fill: #3C3C3C; }
211
+ </style>
212
+ </head>
213
+ <body>
214
+ <div id="render-target">
215
+
216
+ <!-- Status bar -->
217
+ <div class="status-bar">
218
+ <div class="time">10:57</div>
219
+ <div class="status-icons">
220
+ <span class="icon-round"></span>
221
+ <span class="icon-round"></span>
222
+ <span style="font-weight:600; font-style:italic; color:#3c3c3c; font-size:34px;">T</span>
223
+ <span class="icon-dot"></span>
224
+ <svg width="34" height="34" viewBox="0 0 24 24">
225
+ <path class="icon-stroke" d="M12 2L4 22h16L12 2z" stroke-width="2" fill="none"/>
226
+ </svg>
227
+ <svg width="38" height="38" viewBox="0 0 24 24">
228
+ <path class="icon-stroke" d="M2 8h20M5 12h14M8 16h8" stroke-width="2" fill="none"/>
229
+ </svg>
230
+ <div class="battery"><div class="battery-fill"></div></div>
231
+ </div>
232
+ </div>
233
+
234
+ <!-- Search bar -->
235
+ <div class="search-wrapper">
236
+ <div class="search-row">
237
+ <div class="back-btn">
238
+ <svg width="44" height="44" viewBox="0 0 24 24">
239
+ <path class="icon-stroke" d="M15 6l-6 6 6 6" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
240
+ </svg>
241
+ </div>
242
+ <div class="pill">
243
+ <div class="search-icon">
244
+ <svg viewBox="0 0 24 24">
245
+ <circle cx="10" cy="10" r="6" stroke="#6C6C6C" stroke-width="2" fill="none"></circle>
246
+ <path d="M14.5 14.5 L20 20" stroke="#6C6C6C" stroke-width="2" stroke-linecap="round"></path>
247
+ </svg>
248
+ </div>
249
+ <div class="search-input">toys for 2 years old boy</div>
250
+ <div class="clear-btn">
251
+ <svg viewBox="0 0 24 24">
252
+ <path d="M6 6 L18 18 M18 6 L6 18" stroke="#6C6C6C" stroke-width="2" stroke-linecap="round"/>
253
+ </svg>
254
+ </div>
255
+ </div>
256
+ </div>
257
+ </div>
258
+
259
+ <!-- Suggestions list -->
260
+ <div class="suggestions">
261
+
262
+ <div class="suggestion-item">
263
+ <div class="left-icon">
264
+ <!-- Clock icon -->
265
+ <svg viewBox="0 0 24 24">
266
+ <circle cx="12" cy="12" r="9" stroke="#6C6C6C" stroke-width="2" fill="none"/>
267
+ <path d="M12 7v6l4 2" stroke="#6C6C6C" stroke-width="2" stroke-linecap="round"/>
268
+ </svg>
269
+ </div>
270
+ <div class="sugg-text">
271
+ toys for 2 years old boy <span class="sugg-sub">in All Categories</span>
272
+ </div>
273
+ <div class="right-action">
274
+ <!-- small X close -->
275
+ <svg viewBox="0 0 24 24">
276
+ <path d="M6 6 L18 18 M18 6 L6 18" stroke="#6C6C6C" stroke-width="2" stroke-linecap="round"/>
277
+ </svg>
278
+ </div>
279
+ </div>
280
+
281
+ <div class="suggestion-item">
282
+ <div class="left-icon">
283
+ <!-- Search icon -->
284
+ <svg viewBox="0 0 24 24">
285
+ <circle cx="10" cy="10" r="6" stroke="#6C6C6C" stroke-width="2" fill="none"/>
286
+ <path d="M14.5 14.5 L20 20" stroke="#6C6C6C" stroke-width="2" stroke-linecap="round"/>
287
+ </svg>
288
+ </div>
289
+ <div class="sugg-text">toys for 2 years old boy</div>
290
+ <div class="right-action">
291
+ <!-- enter arrow -->
292
+ <svg viewBox="0 0 24 24">
293
+ <path d="M5 5h9v6M14 11l3-3M14 11l3 3" stroke="#6C6C6C" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
294
+ </svg>
295
+ </div>
296
+ </div>
297
+
298
+ <div class="suggestion-item">
299
+ <div class="left-icon">
300
+ <svg viewBox="0 0 24 24">
301
+ <circle cx="10" cy="10" r="6" stroke="#6C6C6C" stroke-width="2" fill="none"/>
302
+ <path d="M14.5 14.5 L20 20" stroke="#6C6C6C" stroke-width="2" stroke-linecap="round"/>
303
+ </svg>
304
+ </div>
305
+ <div class="sugg-text">toys for 2 years old boy satdí ke liye</div>
306
+ <div class="right-action">
307
+ <svg viewBox="0 0 24 24">
308
+ <path d="M5 5h9v6M14 11l3-3M14 11l3 3" stroke="#6C6C6C" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
309
+ </svg>
310
+ </div>
311
+ </div>
312
+
313
+ <div class="suggestion-item">
314
+ <div class="left-icon">
315
+ <svg viewBox="0 0 24 24">
316
+ <circle cx="10" cy="10" r="6" stroke="#6C6C6C" stroke-width="2" fill="none"/>
317
+ <path d="M14.5 14.5 L20 20" stroke="#6C6C6C" stroke-width="2" stroke-linecap="round"/>
318
+ </svg>
319
+ </div>
320
+ <div class="sugg-text">toys for 2 years old boy combo</div>
321
+ <div class="right-action">
322
+ <svg viewBox="0 0 24 24">
323
+ <path d="M5 5h9v6M14 11l3-3M14 11l3 3" stroke="#6C6C6C" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
324
+ </svg>
325
+ </div>
326
+ </div>
327
+
328
+ <div class="suggestion-item">
329
+ <div class="left-icon">
330
+ <svg viewBox="0 0 24 24">
331
+ <circle cx="10" cy="10" r="6" stroke="#6C6C6C" stroke-width="2" fill="none"/>
332
+ <path d="M14.5 14.5 L20 20" stroke="#6C6C6C" stroke-width="2" stroke-linecap="round"/>
333
+ </svg>
334
+ </div>
335
+ <div class="sugg-text">toys for boys 2-3 years old</div>
336
+ <div class="right-action">
337
+ <svg viewBox="0 0 24 24">
338
+ <path d="M5 5h9v6M14 11l3-3M14 11l3 3" stroke="#6C6C6C" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
339
+ </svg>
340
+ </div>
341
+ </div>
342
+
343
+ <div class="suggestion-item">
344
+ <div class="left-icon">
345
+ <svg viewBox="0 0 24 24">
346
+ <circle cx="10" cy="10" r="6" stroke="#6C6C6C" stroke-width="2" fill="none"/>
347
+ <path d="M14.5 14.5 L20 20" stroke="#6C6C6C" stroke-width="2" stroke-linecap="round"/>
348
+ </svg>
349
+ </div>
350
+ <div class="sugg-text">toys for boys 1-2 years old</div>
351
+ <div class="right-action">
352
+ <svg viewBox="0 0 24 24">
353
+ <path d="M5 5h9v6M14 11l3-3M14 11l3 3" stroke="#6C6C6C" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
354
+ </svg>
355
+ </div>
356
+ </div>
357
+
358
+ <div class="suggestion-item">
359
+ <div class="left-icon">
360
+ <svg viewBox="0 0 24 24">
361
+ <circle cx="10" cy="10" r="6" stroke="#6C6C6C" stroke-width="2" fill="none"/>
362
+ <path d="M14.5 14.5 L20 20" stroke="#6C6C6C" stroke-width="2" stroke-linecap="round"/>
363
+ </svg>
364
+ </div>
365
+ <div class="sugg-text">kids montessori toys for 2 years old boy</div>
366
+ <div class="right-action">
367
+ <svg viewBox="0 0 24 24">
368
+ <path d="M5 5h9v6M14 11l3-3M14 11l3 3" stroke="#6C6C6C" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
369
+ </svg>
370
+ </div>
371
+ </div>
372
+
373
+ <div class="suggestion-item">
374
+ <div class="left-icon">
375
+ <svg viewBox="0 0 24 24">
376
+ <circle cx="10" cy="10" r="6" stroke="#6C6C6C" stroke-width="2" fill="none"/>
377
+ <path d="M14.5 14.5 L20 20" stroke="#6C6C6C" stroke-width="2" stroke-linecap="round"/>
378
+ </svg>
379
+ </div>
380
+ <div class="sugg-text">baby boy toys for 2-3 years old</div>
381
+ <div class="right-action">
382
+ <svg viewBox="0 0 24 24">
383
+ <path d="M5 5h9v6M14 11l3-3M14 11l3 3" stroke="#6C6C6C" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
384
+ </svg>
385
+ </div>
386
+ </div>
387
+
388
+ <div class="suggestion-item">
389
+ <div class="left-icon">
390
+ <svg viewBox="0 0 24 24">
391
+ <circle cx="10" cy="10" r="6" stroke="#6C6C6C" stroke-width="2" fill="none"/>
392
+ <path d="M14.5 14.5 L20 20" stroke="#6C6C6C" stroke-width="2" stroke-linecap="round"/>
393
+ </svg>
394
+ </div>
395
+ <div class="sugg-text">toys for 2 years old boy under 1000</div>
396
+ <div class="right-action">
397
+ <svg viewBox="0 0 24 24">
398
+ <path d="M5 5h9v6M14 11l3-3M14 11l3 3" stroke="#6C6C6C" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
399
+ </svg>
400
+ </div>
401
+ </div>
402
+
403
+ <div class="suggestion-item">
404
+ <div class="left-icon">
405
+ <svg viewBox="0 0 24 24">
406
+ <circle cx="10" cy="10" r="6" stroke="#6C6C6C" stroke-width="2" fill="none"/>
407
+ <path d="M14.5 14.5 L20 20" stroke="#6C6C6C" stroke-width="2" stroke-linecap="round"/>
408
+ </svg>
409
+ </div>
410
+ <div class="sugg-text"><strong>soft</strong> toys for boys 2 years old</div>
411
+ <div class="right-action">
412
+ <svg viewBox="0 0 24 24">
413
+ <path d="M5 5h9v6M14 11l3-3M14 11l3 3" stroke="#6C6C6C" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
414
+ </svg>
415
+ </div>
416
+ </div>
417
+
418
+ </div>
419
+
420
+ <!-- Keyboard mock -->
421
+ <div class="keyboard">
422
+ <div class="kb-top-row">
423
+ <div class="chip" style="display:flex; align-items:center; gap:10px;">
424
+ <svg width="36" height="36" viewBox="0 0 24 24">
425
+ <circle cx="10" cy="10" r="6" stroke="#CFCFCF" stroke-width="2" fill="none"/>
426
+ <path d="M14.5 14.5 L20 20" stroke="#CFCFCF" stroke-width="2" stroke-linecap="round"/>
427
+ </svg>
428
+ <span>boy</span>
429
+ </div>
430
+ <div class="chip">boys</div>
431
+ <div class="chip">boyfriend</div>
432
+ <div class="chip" style="margin-left:auto; display:flex; align-items:center; gap:10px;">
433
+ <svg width="36" height="36" viewBox="0 0 24 24">
434
+ <path d="M6 6 L18 18 M18 6 L6 18" stroke="#CFCFCF" stroke-width="2" stroke-linecap="round"/>
435
+ </svg>
436
+ <span>voice</span>
437
+ </div>
438
+ </div>
439
+
440
+ <!-- Rows of keys -->
441
+ <div class="keys">
442
+ <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>
443
+ </div>
444
+ <div class="keys">
445
+ <div class="key">a</div><div class="key">s</div><div class="key">d</div><div class="key">f</div><div class="key">g</div><div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div><div class="key wide">⌫</div>
446
+ </div>
447
+ <div class="keys">
448
+ <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">,</div><div class="key">.</div>
449
+ </div>
450
+ <div class="bottom-row">
451
+ <div class="key">?123</div>
452
+ <div class="key">space</div>
453
+ <div class="key">.</div>
454
+ <div class="key enter-key">
455
+ <svg width="40" height="40" viewBox="0 0 24 24">
456
+ <path d="M4 4h12v6M16 10l3-3M16 10l3 3" stroke="#1F1F1F" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
457
+ </svg>
458
+ </div>
459
+ </div>
460
+ </div>
461
+
462
+ <div class="gesture-bar"></div>
463
+ </div>
464
+ </body>
465
+ </html>
code/11374/11374_2.html ADDED
@@ -0,0 +1,195 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Search UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #ffffff;
12
+ border-radius: 0;
13
+ box-shadow: none;
14
+ }
15
+
16
+ /* Header / Status Area */
17
+ .header {
18
+ position: absolute; left: 0; top: 0; width: 100%; height: 320px;
19
+ background: linear-gradient(90deg, #9EE3D2 0%, #A7E6DA 100%);
20
+ }
21
+ .status-bar {
22
+ height: 90px; display: flex; align-items: center; justify-content: space-between;
23
+ padding: 0 40px; color: #0b2d2b; font-weight: 600; font-size: 34px;
24
+ }
25
+ .status-right { display: flex; align-items: center; gap: 22px; }
26
+ .status-icon { width: 30px; height: 30px; border-radius: 50%; background: rgba(0,0,0,0.15); }
27
+ .battery {
28
+ width: 48px; height: 24px; border: 2px solid rgba(0,0,0,0.25); border-radius: 4px; position: relative;
29
+ }
30
+ .battery::after {
31
+ content: ""; position: absolute; right: -8px; top: 6px; width: 6px; height: 12px; background: rgba(0,0,0,0.25); border-radius: 2px;
32
+ }
33
+ .battery .level {
34
+ width: 32px; height: 100%; background: rgba(0,0,0,0.25);
35
+ }
36
+
37
+ /* Search Bar */
38
+ .search-area { position: absolute; left: 40px; right: 40px; top: 110px; }
39
+ .back-btn { position: absolute; left: 0; top: 18px; width: 80px; height: 80px; display: flex; align-items: center; justify-content: center; }
40
+ .search-bar {
41
+ margin-left: 100px; height: 100px; border-radius: 20px; background: #ffffff;
42
+ box-shadow: 0 6px 12px rgba(0,0,0,0.12);
43
+ display: flex; align-items: center; padding: 0 24px; gap: 20px;
44
+ border: 1px solid #e6e6e6;
45
+ }
46
+ .search-icon { width: 46px; height: 46px; }
47
+ .search-text {
48
+ flex: 1; font-size: 40px; color: #3b3b3b; line-height: 1;
49
+ white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
50
+ }
51
+ .clear-btn { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; }
52
+
53
+ /* Suggestion Row */
54
+ .suggestion {
55
+ position: absolute; left: 40px; right: 40px; top: 240px;
56
+ display: flex; align-items: center; justify-content: space-between;
57
+ color: #222; font-size: 38px;
58
+ }
59
+ .suggestion-left { display: flex; align-items: center; gap: 18px; }
60
+ .suggestion .mag { width: 38px; height: 38px; opacity: 0.6; }
61
+ .suggestion .send { width: 64px; height: 64px; opacity: 0.6; }
62
+
63
+ /* Main white content (blank) */
64
+ .content {
65
+ position: absolute; top: 320px; left: 0; right: 0; bottom: 930px;
66
+ background: #ffffff;
67
+ }
68
+
69
+ /* Keyboard mock */
70
+ .keyboard {
71
+ position: absolute; left: 0; right: 0; bottom: 0; height: 930px;
72
+ background: #131516; color: #eaeaea;
73
+ border-top: 1px solid #222;
74
+ }
75
+ .kb-suggestions {
76
+ height: 110px; display: flex; align-items: center; gap: 20px;
77
+ padding: 0 28px; color: #9ca3af; font-size: 34px; border-bottom: 1px solid #1e2225;
78
+ }
79
+ .kb-pill {
80
+ padding: 14px 24px; border-radius: 20px; background: #1c1f22; border: 1px solid #2b2f33;
81
+ }
82
+ .kb-rows { padding: 20px 24px; }
83
+ .row { display: flex; justify-content: center; gap: 16px; margin: 24px 0; }
84
+ .key {
85
+ width: 88px; height: 100px; border-radius: 16px;
86
+ background: #2A2D31; border: 1px solid #3a3e44; display: flex; align-items: center; justify-content: center;
87
+ font-size: 40px; color: #eaeaea;
88
+ }
89
+ .key.wide { width: 160px; }
90
+ .key.xwide { width: 540px; }
91
+ .key.circle {
92
+ width: 110px; height: 110px; border-radius: 55px; background: #BFD7F7; color: #0d2238;
93
+ border: 1px solid #9fbbe6; font-weight: 700;
94
+ }
95
+ .key.dark { background: #202327; border-color: #2b2f33; color: #c6c6c6; }
96
+ .key.icon { font-size: 44px; color: #bfc7cf; }
97
+ .return { background: #CBE0FF; color: #0d2238; border-color: #9fbbe6; }
98
+
99
+ /* Home indicator */
100
+ .home-indicator {
101
+ position: absolute; left: 50%; transform: translateX(-50%);
102
+ bottom: 20px; width: 360px; height: 10px; border-radius: 8px; background: #e9e9e9; opacity: 0.95;
103
+ }
104
+ </style>
105
+ </head>
106
+ <body>
107
+ <div id="render-target">
108
+
109
+ <!-- Gradient Header -->
110
+ <div class="header">
111
+ <!-- Status bar -->
112
+ <div class="status-bar">
113
+ <div class="status-left">10:58</div>
114
+ <div class="status-right">
115
+ <div class="status-icon"></div>
116
+ <div class="status-icon"></div>
117
+ <svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="rgba(0,0,0,0.35)" stroke-width="2">
118
+ <path d="M2 9c6-6 14-6 20 0"></path>
119
+ <path d="M6 13c4-4 8-4 12 0"></path>
120
+ <path d="M10 17c2-2 4-2 6 0"></path>
121
+ </svg>
122
+ <div class="battery"><div class="level"></div></div>
123
+ </div>
124
+ </div>
125
+
126
+ <!-- Search area -->
127
+ <div class="search-area">
128
+ <div class="back-btn">
129
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#1f4d47" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
130
+ <path d="M15 18l-6-6 6-6"></path>
131
+ </svg>
132
+ </div>
133
+ <div class="search-bar">
134
+ <svg class="search-icon" viewBox="0 0 24 24" fill="none" stroke="#777" stroke-width="2">
135
+ <circle cx="10" cy="10" r="7"></circle>
136
+ <path d="M21 21l-5.5-5.5"></path>
137
+ </svg>
138
+ <div class="search-text">Toy Cars for 2 years old</div>
139
+ <div class="clear-btn">
140
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="none" stroke="#888" stroke-width="2" stroke-linecap="round">
141
+ <path d="M6 6l12 12M18 6L6 18"></path>
142
+ </svg>
143
+ </div>
144
+ </div>
145
+ </div>
146
+ </div>
147
+
148
+ <!-- Suggestion -->
149
+ <div class="suggestion">
150
+ <div class="suggestion-left">
151
+ <svg class="mag" viewBox="0 0 24 24" fill="none" stroke="#777" stroke-width="2">
152
+ <circle cx="10" cy="10" r="7"></circle>
153
+ <path d="M21 21l-5.5-5.5"></path>
154
+ </svg>
155
+ <div>toy car for 2 years old <strong>boy</strong></div>
156
+ </div>
157
+ <svg class="send" viewBox="0 0 24 24" fill="none" stroke="#777" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
158
+ <path d="M4 4l16 8-16 8 5-8-5-8z"></path>
159
+ </svg>
160
+ </div>
161
+
162
+ <!-- Blank content area -->
163
+ <div class="content"></div>
164
+
165
+ <!-- Keyboard mock -->
166
+ <div class="keyboard">
167
+ <div class="kb-suggestions">
168
+ <div class="kb-pill">old</div>
169
+ <div class="kb-pill">older</div>
170
+ <div class="kb-pill">🔑</div>
171
+ </div>
172
+
173
+ <div class="kb-rows">
174
+ <div class="row">
175
+ <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>
176
+ <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>
177
+ </div>
178
+ <div class="row">
179
+ <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>
180
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
181
+ </div>
182
+ <div class="row">
183
+ <div class="key icon">⇧</div>
184
+ <div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div><div class="key">b</div><div class="key">n</div><div class="key">m</div>
185
+ <div class="key icon">⌫</div>
186
+ </div>
187
+ <div class="row">
188
+ <div class="key wide dark">?123</div>
189
+ <div class="key dark">,</div>
190
+ <div class="key dark">😊</div>
191
+ <div class="key xwide">space</div>
192
+ <div class="key dark">.</div>
193
+ <div class="key circle">→</div>
194
+ </div>
195
+ </di
code/11374/11374_3.html ADDED
@@ -0,0 +1,324 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Mobile UI Render</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; }
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 20px 40px rgba(0,0,0,0.25);
17
+ }
18
+ /* Header gradient area */
19
+ .header {
20
+ width: 100%;
21
+ height: 420px;
22
+ background: linear-gradient(135deg, #92e0d8 0%, #6ec9c7 50%, #78d6c9 100%);
23
+ padding: 24px;
24
+ box-sizing: border-box;
25
+ }
26
+ .status-bar {
27
+ height: 60px;
28
+ display: flex;
29
+ align-items: center;
30
+ justify-content: space-between;
31
+ color: #0d2e2e;
32
+ font-weight: 600;
33
+ font-size: 30px;
34
+ opacity: 0.9;
35
+ padding: 0 8px;
36
+ }
37
+ .status-icons { display: flex; gap: 26px; align-items: center; }
38
+ .icon-circle { width: 26px; height: 26px; border-radius: 50%; border: 2px solid rgba(0,0,0,0.35); }
39
+ .search-row {
40
+ margin-top: 24px;
41
+ display: flex;
42
+ align-items: center;
43
+ gap: 22px;
44
+ }
45
+ .back-btn {
46
+ width: 72px; height: 72px; display: flex; align-items: center; justify-content: center;
47
+ }
48
+ .search-box {
49
+ flex: 1;
50
+ height: 96px;
51
+ background: #fff;
52
+ border-radius: 24px;
53
+ box-shadow: 0 6px 12px rgba(0,0,0,0.18);
54
+ display: flex;
55
+ align-items: center;
56
+ padding: 0 28px;
57
+ box-sizing: border-box;
58
+ gap: 18px;
59
+ }
60
+ .search-box input {
61
+ border: none;
62
+ outline: none;
63
+ font-size: 34px;
64
+ flex: 1;
65
+ }
66
+ .camera {
67
+ width: 58px; height: 58px; border-radius: 14px;
68
+ border: 1px solid #cfd8dc; background: #f5f7f8;
69
+ display: flex; align-items: center; justify-content: center;
70
+ }
71
+ .location-row {
72
+ margin-top: 26px;
73
+ display: flex; align-items: center; gap: 16px;
74
+ color: #0f2f2f; font-size: 30px; font-weight: 600;
75
+ }
76
+ .location-row .chev { margin-left: 10px; }
77
+ .tabs-row {
78
+ margin-top: 24px;
79
+ display: flex; align-items: center; justify-content: space-between;
80
+ background: rgba(255,255,255,0.65);
81
+ height: 90px; border-radius: 12px;
82
+ padding: 0 24px; box-sizing: border-box;
83
+ border-top: 1px solid rgba(0,0,0,0.08);
84
+ }
85
+ .prime-toggle { display: flex; align-items: center; gap: 16px; font-size: 28px; color: #2f2f2f; }
86
+ .toggle {
87
+ width: 94px; height: 46px; background: #eceff1; border-radius: 26px; position: relative; border: 1px solid #cfd8dc;
88
+ }
89
+ .toggle::after {
90
+ content: ""; width: 40px; height: 40px; background: #ffffff; border-radius: 50%;
91
+ position: absolute; top: 2px; left: 2px; box-shadow: 0 2px 6px rgba(0,0,0,0.15);
92
+ }
93
+ .filters { font-size: 30px; color: #1f3f3f; display: flex; align-items: center; gap: 10px; }
94
+ /* Content area */
95
+ .content {
96
+ background: #ffffff;
97
+ padding: 24px;
98
+ box-sizing: border-box;
99
+ padding-bottom: 210px; /* leave space for bottom nav */
100
+ }
101
+ .brand-row {
102
+ display: flex; align-items: center; gap: 22px;
103
+ color: #d33b3b; font-weight: 800; font-size: 42px;
104
+ }
105
+ .brand-sub { color: #263238; font-weight: 600; font-size: 30px; }
106
+ .banner {
107
+ margin-top: 20px;
108
+ height: 460px;
109
+ border-radius: 20px;
110
+ background: #E0E0E0;
111
+ border: 1px solid #BDBDBD;
112
+ display: flex; align-items: center; justify-content: center;
113
+ color: #757575; font-size: 34px; text-align: center;
114
+ }
115
+ .cards-row {
116
+ margin-top: 18px;
117
+ display: flex; gap: 22px;
118
+ }
119
+ .card {
120
+ flex: 1;
121
+ min-width: 0;
122
+ background: #fff;
123
+ border-radius: 18px;
124
+ box-shadow: 0 8px 16px rgba(0,0,0,0.12);
125
+ padding: 18px; box-sizing: border-box;
126
+ }
127
+ .card .img {
128
+ width: 100%; height: 170px; background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 12px;
129
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 28px;
130
+ }
131
+ .deal-badge {
132
+ display: inline-block; background: #b33a21; color: #fff; padding: 10px 16px; border-radius: 8px; font-size: 26px; margin-top: 16px;
133
+ }
134
+ .price { font-size: 34px; font-weight: 800; margin-top: 10px; }
135
+ .strike { color: #777; text-decoration: line-through; font-size: 26px; margin-left: 4px; }
136
+ .subtle { color: #757575; font-size: 26px; }
137
+ .blue-link-row {
138
+ display: flex; align-items: center; justify-content: space-between; margin-top: 24px;
139
+ color: #1a73e8; font-size: 30px; font-weight: 600;
140
+ }
141
+ .sponsored-tag { color: #757575; font-size: 26px; display: flex; align-items: center; gap: 8px; }
142
+ .product {
143
+ margin-top: 18px;
144
+ background: #fff;
145
+ border-radius: 16px;
146
+ box-shadow: 0 8px 16px rgba(0,0,0,0.08);
147
+ padding: 18px; box-sizing: border-box;
148
+ display: grid; grid-template-columns: 330px 1fr; gap: 18px;
149
+ }
150
+ .product .pimg { width: 100%; height: 330px; background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 12px; display: flex; align-items: center; justify-content: center; color: #757575; font-size: 28px; }
151
+ .product .title { font-size: 32px; font-weight: 700; color: #1b1b1b; line-height: 1.25; }
152
+ .product .badge { font-size: 24px; color: #757575; margin-bottom: 8px; }
153
+ .stars { display: flex; align-items: center; gap: 8px; margin: 8px 0; }
154
+ .stars svg { width: 30px; height: 30px; }
155
+ .deal-day { display: inline-block; background: #b33a21; color: #fff; padding: 10px 16px; border-radius: 8px; font-size: 26px; margin: 10px 0; }
156
+ .price-line { font-size: 34px; font-weight: 800; margin-top: 8px; }
157
+ /* Bottom navigation */
158
+ .bottom-nav {
159
+ position: absolute; left: 0; right: 0; bottom: 0;
160
+ height: 170px; background: #ffffff; border-top: 1px solid #e0e0e0;
161
+ display: flex; align-items: center; justify-content: space-around;
162
+ }
163
+ .nav-item { width: 20%; text-align: center; color: #1a1a1a; }
164
+ .nav-item.active { color: #1a73e8; }
165
+ .nav-item svg { width: 48px; height: 48px; display: block; margin: 0 auto 8px auto; }
166
+ .nav-label { font-size: 26px; }
167
+ .gesture-bar {
168
+ position: absolute; left: 50%; transform: translateX(-50%);
169
+ bottom: 10px; width: 300px; height: 8px; background: #b0b0b0; border-radius: 8px;
170
+ }
171
+ </style>
172
+ </head>
173
+ <body>
174
+ <div id="render-target">
175
+ <div class="header">
176
+ <div class="status-bar">
177
+ <div>10:58</div>
178
+ <div class="status-icons">
179
+ <div class="icon-circle"></div>
180
+ <div class="icon-circle"></div>
181
+ <div class="icon-circle"></div>
182
+ <div class="icon-circle"></div>
183
+ </div>
184
+ </div>
185
+
186
+ <div class="search-row">
187
+ <div class="back-btn">
188
+ <svg viewBox="0 0 24 24">
189
+ <path d="M15.5 4l-9 8 9 8" stroke="#263238" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
190
+ </svg>
191
+ </div>
192
+ <div class="search-box">
193
+ <svg viewBox="0 0 24 24">
194
+ <circle cx="10" cy="10" r="7" stroke="#607d8b" stroke-width="2" fill="none"/>
195
+ <path d="M15 15l6 6" stroke="#607d8b" stroke-width="2" fill="none" stroke-linecap="round"/>
196
+ </svg>
197
+ <input type="text" value="toy car for 2 years old boy">
198
+ <div class="camera">
199
+ <svg viewBox="0 0 24 24">
200
+ <rect x="3" y="6" width="18" height="12" rx="3" fill="#9fa8b0"/>
201
+ <circle cx="12" cy="12" r="4" fill="#cfd8dc"/>
202
+ </svg>
203
+ </div>
204
+ </div>
205
+ </div>
206
+
207
+ <div class="location-row">
208
+ <svg viewBox="0 0 24 24" width="32" height="32">
209
+ <path d="M12 2c-4 0-7 3-7 7 0 5 7 13 7 13s7-8 7-13c0-4-3-7-7-7zm0 9a2 2 0 100-4 2 2 0 000 4z" fill="#1b4e4e"/>
210
+ </svg>
211
+ <div>Deliver to Delhi 110025</div>
212
+ <div class="chev">
213
+ <svg viewBox="0 0 24 24" width="30" height="30"><path d="M6 9l6 6 6-6" stroke="#1b4e4e" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
214
+ </div>
215
+ </div>
216
+
217
+ <div class="tabs-row">
218
+ <div class="prime-toggle">
219
+ <span style="color:#1a73e8;font-weight:700;">prime</span>
220
+ <div class="toggle"></div>
221
+ </div>
222
+ <div class="filters">
223
+ Filters
224
+ <svg viewBox="0 0 24 24" width="24" height="24"><path d="M6 9l6 6 6-6" stroke="#243b3b" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
225
+ </div>
226
+ </div>
227
+ </div>
228
+
229
+ <div class="content">
230
+ <div class="brand-row">
231
+ <div>super buddy</div>
232
+ <div class="brand-sub">Audio storytellers for screen-free fun & learning</div>
233
+ </div>
234
+
235
+ <div class="banner">[IMG: Super Buddy banner with colorful audio players on red background]</div>
236
+
237
+ <div class="cards-row">
238
+ <div class="card">
239
+ <div class="img">[IMG: Yellow player]</div>
240
+ <div class="subtle" style="margin-top:12px;">Super Buddy • Yellow</div>
241
+ </div>
242
+ <div class="card">
243
+ <div class="deal-badge">Limited time Deal</div>
244
+ <div class="price">₹2,999 <span style="color:#1a73e8;font-weight:800;">prime</span></div>
245
+ <div class="subtle">₹<span class="strike">3,999</span> (25% off)</div>
246
+ </div>
247
+ <div class="card">
248
+ <div class="img">[IMG: Astronaut-themed player]</div>
249
+ <div class="deal-badge" style="margin-top:12px;">Limited time Deal</div>
250
+ <div class="price">₹2,249 <span style="color:#1a73e8;font-weight:800;">prime</span></div>
251
+ <div class="subtle">₹<span class="strike">2,999</span> (25% off)</div>
252
+ </div>
253
+ </div>
254
+
255
+ <div class="blue-link-row">
256
+ <div>Save up to 35% on Tarbull ›</div>
257
+ <div class="sponsored-tag">Sponsored
258
+ <svg viewBox="0 0 24 24" width="22" height="22"><circle cx="12" cy="12" r="10" stroke="#9e9e9e" fill="none"/><text x="12" y="16" font-size="12" text-anchor="middle" fill="#9e9e9e">i</text></svg>
259
+ </div>
260
+ </div>
261
+
262
+ <div class="product">
263
+ <div class="pimg">[IMG: Einstein Box for 2-Year-Olds (Mickey & Minnie)]</div>
264
+ <div>
265
+ <div class="badge">Sponsored</div>
266
+ <div class="title">Einstein Box for 2-Year-Old Boys/Girls | Gift Toys for 2-Year-Old Kids | Board Books and Fun Activities</div>
267
+ <div class="subtle" style="margin-top:6px;">Cardboard</div>
268
+
269
+ <div class="stars">
270
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z" fill="#f59e0b"/></svg>
271
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z" fill="#f59e0b"/></svg>
272
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z" fill="#f59e0b"/></svg>
273
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z" fill="#f59e0b"/></svg>
274
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z" fill="#f6c35b"/></svg>
275
+ <div style="font-size:26px;color:#333;margin-left:8px;">4.1 (5,511)</div>
276
+ </div>
277
+ <div class="subtle">700+ bought in past month</div>
278
+
279
+ <div class="deal-day">Deal of the Day</div>
280
+ <div class="price-line">₹699</div>
281
+ </div>
282
+ </div>
283
+ </div>
284
+
285
+ <div class="bottom-nav">
286
+ <div class="nav-item active">
287
+ <svg viewBox="0 0 24 24">
288
+ <path d="M3 10l9-7 9 7v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" fill="#1a73e8"/>
289
+ </svg>
290
+ <div class="nav-label">Home</div>
291
+ </div>
292
+ <div class="nav-item">
293
+ <svg viewBox="0 0 24 24">
294
+ <circle cx="12" cy="8" r="4" fill="#616161"/>
295
+ <path d="M3 22c2-5 6-6 9-6s7 1 9 6" stroke="#616161" stroke-width="2" fill="none"/>
296
+ </svg>
297
+ <div class="nav-label">You</div>
298
+ </div>
299
+ <div class="nav-item">
300
+ <svg viewBox="0 0 24 24">
301
+ <rect x="3" y="6" width="18" height="12" rx="2" fill="#616161"/>
302
+ <path d="M7 10h10M7 14h10" stroke="#fff" stroke-width="2"/>
303
+ </svg>
304
+ <div class="nav-label">More</div>
305
+ </div>
306
+ <div class="nav-item">
307
+ <svg viewBox="0 0 24 24">
308
+ <path d="M6 6h14l-2 10H7L6 6z" stroke="#616161" stroke-width="2" fill="none"/>
309
+ <circle cx="9" cy="20" r="2" fill="#616161"/>
310
+ <circle cx="17" cy="20" r="2" fill="#616161"/>
311
+ </svg>
312
+ <div class="nav-label">Cart</div>
313
+ </div>
314
+ <div class="nav-item">
315
+ <svg viewBox="0 0 24 24">
316
+ <path d="M3 5h18M3 12h18M3 19h18" stroke="#616161" stroke-width="2"/>
317
+ </svg>
318
+ <div class="nav-label">Menu</div>
319
+ </div>
320
+ </div>
321
+ <div class="gesture-bar"></div>
322
+ </div>
323
+ </body>
324
+ </html>
code/11374/11374_4.html ADDED
@@ -0,0 +1,451 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Mobile Search Results 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: #F6F7F9;
15
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
16
+ color: #222;
17
+ }
18
+
19
+ /* Top gradient/status + search */
20
+ .top-gradient {
21
+ width: 100%;
22
+ height: 240px;
23
+ background: linear-gradient(180deg, #9FE1D4 0%, #97D9E1 100%);
24
+ padding: 24px 32px 0 32px;
25
+ box-sizing: border-box;
26
+ }
27
+ .status-row {
28
+ display: flex;
29
+ align-items: center;
30
+ justify-content: space-between;
31
+ color: #1d1d1d;
32
+ font-size: 38px;
33
+ opacity: 0.9;
34
+ }
35
+ .status-icons {
36
+ display: flex;
37
+ gap: 24px;
38
+ align-items: center;
39
+ }
40
+ .search-row {
41
+ display: flex;
42
+ align-items: center;
43
+ gap: 24px;
44
+ margin-top: 22px;
45
+ }
46
+ .icon-btn {
47
+ width: 84px;
48
+ height: 84px;
49
+ border-radius: 30px;
50
+ background: transparent;
51
+ display: flex;
52
+ align-items: center;
53
+ justify-content: center;
54
+ }
55
+ .search-pill {
56
+ flex: 1;
57
+ height: 96px;
58
+ background: #fff;
59
+ border-radius: 48px;
60
+ box-shadow: 0 6px 14px rgba(0,0,0,0.08);
61
+ border: 1px solid #E6E6E6;
62
+ display: flex;
63
+ align-items: center;
64
+ padding: 0 24px 0 24px;
65
+ box-sizing: border-box;
66
+ gap: 18px;
67
+ }
68
+ .search-icon {
69
+ width: 44px;
70
+ height: 44px;
71
+ color: #606770;
72
+ flex: 0 0 auto;
73
+ }
74
+ .search-text {
75
+ font-size: 36px;
76
+ color: #444;
77
+ flex: 1 1 auto;
78
+ white-space: nowrap;
79
+ overflow: hidden;
80
+ text-overflow: ellipsis;
81
+ }
82
+ .scan-btn {
83
+ width: 72px;
84
+ height: 72px;
85
+ border-radius: 24px;
86
+ background: #F2F4F7;
87
+ border: 1px solid #E1E4E8;
88
+ display: flex;
89
+ align-items: center;
90
+ justify-content: center;
91
+ color: #57606a;
92
+ }
93
+
94
+ /* Content list */
95
+ .content {
96
+ position: absolute;
97
+ top: 240px;
98
+ left: 0;
99
+ right: 0;
100
+ bottom: 170px; /* for bottom nav space */
101
+ overflow: hidden; /* static render */
102
+ }
103
+ .feed {
104
+ padding: 18px 24px 0 24px;
105
+ box-sizing: border-box;
106
+ }
107
+ .card {
108
+ background: #fff;
109
+ border: 1px solid #EFEFEF;
110
+ border-radius: 24px;
111
+ padding: 22px;
112
+ display: grid;
113
+ grid-template-columns: 360px 1fr;
114
+ gap: 26px;
115
+ margin-bottom: 26px;
116
+ }
117
+ .img-ph {
118
+ width: 100%;
119
+ height: 360px;
120
+ background: #E0E0E0;
121
+ border: 1px solid #BDBDBD;
122
+ border-radius: 16px;
123
+ display: flex;
124
+ align-items: center;
125
+ justify-content: center;
126
+ color: #757575;
127
+ font-size: 30px;
128
+ text-align: center;
129
+ padding: 10px;
130
+ box-sizing: border-box;
131
+ }
132
+ .meta .sponsored {
133
+ color: #8D8D8D;
134
+ font-size: 28px;
135
+ margin-bottom: 8px;
136
+ }
137
+ .title {
138
+ font-size: 36px;
139
+ line-height: 1.26;
140
+ margin-bottom: 10px;
141
+ }
142
+ .chip {
143
+ display: inline-block;
144
+ font-size: 26px;
145
+ padding: 8px 12px;
146
+ border-radius: 8px;
147
+ background: #F2F4F7;
148
+ color: #555;
149
+ border: 1px solid #E5E7EB;
150
+ margin-right: 8px;
151
+ }
152
+ .rating-row {
153
+ display: flex;
154
+ align-items: center;
155
+ gap: 10px;
156
+ margin: 12px 0 6px 0;
157
+ }
158
+ .rating-row .score { font-size: 30px; color: #0A7; }
159
+ .stars { display: inline-flex; gap: 2px; }
160
+ .star {
161
+ width: 28px; height: 28px; color: #F59E0B;
162
+ }
163
+ .count { font-size: 28px; color: #777; }
164
+ .bought { font-size: 28px; color: #6E7781; margin-top: 2px; }
165
+ .deal-badge {
166
+ display: inline-block;
167
+ background: #A9442E;
168
+ color: #fff;
169
+ padding: 10px 14px;
170
+ border-radius: 10px;
171
+ font-size: 28px;
172
+ margin: 12px 0;
173
+ }
174
+ .price-row {
175
+ display: flex;
176
+ align-items: baseline;
177
+ gap: 14px;
178
+ margin: 8px 0;
179
+ }
180
+ .price {
181
+ font-size: 48px;
182
+ font-weight: 600;
183
+ }
184
+ .mrp {
185
+ font-size: 28px;
186
+ color: #7A7A7A;
187
+ text-decoration: line-through;
188
+ }
189
+ .off {
190
+ font-size: 28px; color: #374151;
191
+ }
192
+ .prime-row {
193
+ display: flex;
194
+ align-items: center;
195
+ gap: 12px;
196
+ color: #0A7;
197
+ font-weight: 600;
198
+ font-size: 30px;
199
+ margin-top: 10px;
200
+ }
201
+ .prime-sub {
202
+ font-size: 28px;
203
+ color: #4B5563;
204
+ font-weight: 400;
205
+ }
206
+ .age {
207
+ margin-top: 10px;
208
+ font-size: 28px;
209
+ color: #6B7280;
210
+ }
211
+ .best-seller {
212
+ position: absolute;
213
+ top: -8px;
214
+ left: 24px;
215
+ background: #F59E0B;
216
+ color: #fff;
217
+ font-size: 28px;
218
+ padding: 10px 14px;
219
+ border-top-left-radius: 12px;
220
+ border-top-right-radius: 12px;
221
+ border-bottom-right-radius: 12px;
222
+ }
223
+
224
+ /* Floating scan shortcut */
225
+ .float-scan {
226
+ position: absolute;
227
+ left: 36px;
228
+ bottom: 210px;
229
+ width: 108px;
230
+ height: 108px;
231
+ border-radius: 32px;
232
+ background: #FFFFFF;
233
+ border: 1px solid #E5E7EB;
234
+ box-shadow: 0 8px 16px rgba(0,0,0,0.08);
235
+ display: flex;
236
+ align-items: center;
237
+ justify-content: center;
238
+ color: #111827;
239
+ }
240
+
241
+ /* Bottom navigation */
242
+ .bottom-nav {
243
+ position: absolute;
244
+ left: 0; right: 0; bottom: 0;
245
+ height: 170px;
246
+ background: #fff;
247
+ border-top: 1px solid #E5E7EB;
248
+ display: grid;
249
+ grid-template-columns: repeat(5, 1fr);
250
+ padding: 14px 0 26px 0;
251
+ box-sizing: border-box;
252
+ }
253
+ .nav-item {
254
+ display: flex;
255
+ flex-direction: column;
256
+ align-items: center;
257
+ justify-content: center;
258
+ gap: 10px;
259
+ color: #4B5563;
260
+ font-size: 28px;
261
+ }
262
+ .nav-item.active { color: #10B981; }
263
+ .nav-icon { width: 44px; height: 44px; }
264
+ </style>
265
+ </head>
266
+ <body>
267
+ <div id="render-target">
268
+
269
+ <div class="top-gradient">
270
+ <div class="status-row">
271
+ <div>10:59</div>
272
+ <div class="status-icons">
273
+ <svg width="30" height="30" viewBox="0 0 24 24" fill="none"><path d="M12 3a9 9 0 100 18 9 9 0 000-18z" stroke="#2C3E50" stroke-width="2"/></svg>
274
+ <svg width="30" height="30" viewBox="0 0 24 24" fill="none"><circle cx="12" cy="12" r="10" stroke="#2C3E50" stroke-width="2"/><path d="M12 6v6l4 2" stroke="#2C3E50" stroke-width="2"/></svg>
275
+ <svg width="30" height="30" viewBox="0 0 24 24" fill="none"><path d="M3 12h18M7 16h10M9 20h6" stroke="#2C3E50" stroke-width="2"/></svg>
276
+ <svg width="30" height="30" viewBox="0 0 24 24" fill="none"><path d="M3 11l9-8 9 8v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-9z" stroke="#2C3E50" stroke-width="2"/></svg>
277
+ <svg width="30" height="30" viewBox="0 0 24 24" fill="none"><path d="M3 12h18" stroke="#2C3E50" stroke-width="2"/></svg>
278
+ </div>
279
+ </div>
280
+
281
+ <div class="search-row">
282
+ <div class="icon-btn">
283
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
284
+ <path d="M15 18l-6-6 6-6" stroke="#222" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
285
+ </svg>
286
+ </div>
287
+ <div class="search-pill">
288
+ <svg class="search-icon" viewBox="0 0 24 24" fill="none">
289
+ <circle cx="11" cy="11" r="7" stroke="currentColor" stroke-width="2"></circle>
290
+ <path d="M20 20l-4-4" stroke="currentColor" stroke-width="2" stroke-linecap="round"></path>
291
+ </svg>
292
+ <div class="search-text">toy car for 2 years old boy</div>
293
+ <div class="scan-btn" aria-label="scan">
294
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none">
295
+ <rect x="4" y="4" width="16" height="16" rx="3" stroke="currentColor" stroke-width="2"/>
296
+ <path d="M7 4v3M17 4v3M7 20v-3M17 20v-3" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
297
+ </svg>
298
+ </div>
299
+ </div>
300
+ </div>
301
+ </div>
302
+
303
+ <div class="content">
304
+ <div class="feed">
305
+
306
+ <!-- Card 1 -->
307
+ <div class="card">
308
+ <div class="img-ph">[IMG: Kids activity kit illustration]</div>
309
+ <div class="meta">
310
+ <div class="sponsored">Sponsored</div>
311
+ <div class="title">Little Sparks 7 in 1 Smart Busy Box Learning Kit for Kids Age 3,4,5 Gift Toy for Boys & Girls</div>
312
+ <div class="chip">MDF</div>
313
+ <div class="rating-row">
314
+ <div class="score">4.3</div>
315
+ <div class="stars">
316
+ <svg class="star" viewBox="0 0 24 24" fill="currentColor"><path d="M12 3l2.9 6h6.3l-5 3.7 1.9 6.3L12 15.8 5.9 19l1.9-6.3-5-3.7h6.3z"/></svg>
317
+ <svg class="star" viewBox="0 0 24 24" fill="currentColor"><path d="M12 3l2.9 6h6.3l-5 3.7 1.9 6.3L12 15.8 5.9 19l1.9-6.3-5-3.7h6.3z"/></svg>
318
+ <svg class="star" viewBox="0 0 24 24" fill="currentColor"><path d="M12 3l2.9 6h6.3l-5 3.7 1.9 6.3L12 15.8 5.9 19l1.9-6.3-5-3.7h6.3z"/></svg>
319
+ <svg class="star" viewBox="0 0 24 24" fill="currentColor"><path d="M12 3l2.9 6h6.3l-5 3.7 1.9 6.3L12 15.8 5.9 19l1.9-6.3-5-3.7h6.3z"/></svg>
320
+ <svg class="star" viewBox="0 0 24 24" fill="#FCD34D"><path d="M12 3l2.9 6h6.3l-5 3.7 1.9 6.3L12 15.8V3z"/></svg>
321
+ </div>
322
+ <div class="count">(43)</div>
323
+ </div>
324
+ <div class="bought">400+ bought in past month</div>
325
+ <div class="deal-badge">Deal of the Day</div>
326
+ <div class="price-row">
327
+ <div class="price">₹639</div>
328
+ <div class="mrp">M.R.P.: ₹849</div>
329
+ <div class="off">(25% off)</div>
330
+ </div>
331
+ <div class="prime-row">
332
+ <svg width="26" height="26" viewBox="0 0 24 24" fill="none"><path d="M4 12l4 4 12-12" stroke="#10B981" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>
333
+ <div>prime</div>
334
+ <div class="prime-sub">Get it by Tomorrow, 23 December</div>
335
+ </div>
336
+ <div class="prime-sub">FREE Delivery by Amazon</div>
337
+ <div class="age">Ages: 36 months - 5 years</div>
338
+ </div>
339
+ </div>
340
+
341
+ <!-- Card 2 with best seller ribbon -->
342
+ <div style="position: relative;">
343
+ <div class="best-seller">Best seller</div>
344
+ </div>
345
+ <div class="card" style="margin-top: 0;">
346
+ <div class="img-ph">[IMG: Pack of 4 foldable toy vehicles]</div>
347
+ <div class="meta">
348
+ <div class="title">Kiddie Galaxia Food Transport Foldable Vehicles Car Toy Pack Of 4 With 1 Screwdriver Tools</div>
349
+ <div class="rating-row">
350
+ <div class="score">4.0</div>
351
+ <div class="stars">
352
+ <svg class="star" viewBox="0 0 24 24" fill="currentColor"><path d="M12 3l2.9 6h6.3l-5 3.7 1.9 6.3L12 15.8 5.9 19l1.9-6.3-5-3.7h6.3z"/></svg>
353
+ <svg class="star" viewBox="0 0 24 24" fill="currentColor"><path d="M12 3l2.9 6h6.3l-5 3.7 1.9 6.3L12 15.8 5.9 19l1.9-6.3-5-3.7h6.3z"/></svg>
354
+ <svg class="star" viewBox="0 0 24 24" fill="currentColor"><path d="M12 3l2.9 6h6.3l-5 3.7 1.9 6.3L12 15.8 5.9 19l1.9-6.3-5-3.7h6.3z"/></svg>
355
+ <svg class="star" viewBox="0 0 24 24" fill="currentColor"><path d="M12 3l2.9 6h6.3l-5 3.7 1.9 6.3L12 15.8 5.9 19l1.9-6.3-5-3.7h6.3z"/></svg>
356
+ <svg class="star" viewBox="0 0 24 24" fill="#E5E7EB"><path d="M12 3l2.9 6h6.3l-5 3.7 1.9 6.3L12 15.8 5.9 19l1.9-6.3-5-3.7h6.3z"/></svg>
357
+ </div>
358
+ <div class="count">(959)</div>
359
+ </div>
360
+ <div class="bought">100+ bought in past month</div>
361
+ <div class="deal-badge">Deal of the Day</div>
362
+ <div class="price-row">
363
+ <div class="price">₹474</div>
364
+ <div class="mrp">M.R.P.: ₹1,999</div>
365
+ <div class="off">(76% off)</div>
366
+ </div>
367
+ <div class="prime-row">
368
+ <svg width="26" height="26" viewBox="0 0 24 24" fill="none"><path d="M4 12l4 4 12-12" stroke="#10B981" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>
369
+ <div>prime</div>
370
+ <div class="prime-sub">Get it by Today, 22 December</div>
371
+ </div>
372
+ <div class="prime-sub">FREE Delivery over ₹499. Fulfilled by Amazon.</div>
373
+ <div class="age">Ages: 12 months - 8 years</div>
374
+ </div>
375
+ </div>
376
+
377
+ <!-- Card 3 -->
378
+ <div class="card">
379
+ <div class="img-ph">[IMG: Cartoon characters board for toddlers]</div>
380
+ <div class="meta">
381
+ <div class="title">Activity Board for 2 Year Olds - Early Learning Fun Set</div>
382
+ <div class="bought">700+ bought in past month</div>
383
+ <div class="deal-badge">Deal of the Day</div>
384
+ <div class="price-row">
385
+ <div class="price">₹699</div>
386
+ <div class="mrp">M.R.P.: ₹999</div>
387
+ <div class="off">(30% off)</div>
388
+ </div>
389
+ <div class="prime-row">
390
+ <svg width="26" height="26" viewBox="0 0 24 24" fill="none"><path d="M4 12l4 4 12-12" stroke="#10B981" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>
391
+ <div>prime</div>
392
+ <div class="prime-sub">Get it by Today, 22 December</div>
393
+ </div>
394
+ <div class="prime-sub">FREE Delivery by Amazon</div>
395
+ <div class="age">Ages: 24 months - 3 years</div>
396
+ </div>
397
+ </div>
398
+
399
+ </div>
400
+ </div>
401
+
402
+ <div class="float-scan" aria-label="scan">
403
+ <svg width="46" height="46" viewBox="0 0 24 24" fill="none">
404
+ <rect x="4" y="4" width="16" height="16" rx="3" stroke="#111827" stroke-width="2"/>
405
+ <path d="M7 4v3M17 4v3M7 20v-3M17 20v-3" stroke="#111827" stroke-width="2" stroke-linecap="round"/>
406
+ </svg>
407
+ </div>
408
+
409
+ <div class="bottom-nav">
410
+ <div class="nav-item active">
411
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="none">
412
+ <path d="M3 11l9-7 9 7v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-8z" stroke="#10B981" stroke-width="2"/>
413
+ <path d="M9 21v-6h6v6" stroke="#10B981" stroke-width="2"/>
414
+ </svg>
415
+ <div>Home</div>
416
+ </div>
417
+ <div class="nav-item">
418
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="none">
419
+ <circle cx="12" cy="7" r="4" stroke="#4B5563" stroke-width="2"/>
420
+ <path d="M4 21c1.5-4 6-6 8-6s6.5 2 8 6" stroke="#4B5563" stroke-width="2" stroke-linecap="round"/>
421
+ </svg>
422
+ <div>You</div>
423
+ </div>
424
+ <div class="nav-item">
425
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="none">
426
+ <rect x="4" y="4" width="6" height="6" stroke="#4B5563" stroke-width="2"/>
427
+ <rect x="14" y="4" width="6" height="6" stroke="#4B5563" stroke-width="2"/>
428
+ <rect x="4" y="14" width="6" height="6" stroke="#4B5563" stroke-width="2"/>
429
+ <rect x="14" y="14" width="6" height="6" stroke="#4B5563" stroke-width="2"/>
430
+ </svg>
431
+ <div>More</div>
432
+ </div>
433
+ <div class="nav-item">
434
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="none">
435
+ <path d="M6 6h14l-2 10H7L6 6z" stroke="#4B5563" stroke-width="2"/>
436
+ <circle cx="9" cy="20" r="1.5" fill="#4B5563"/>
437
+ <circle cx="17" cy="20" r="1.5" fill="#4B5563"/>
438
+ </svg>
439
+ <div>Cart</div>
440
+ </div>
441
+ <div class="nav-item">
442
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="none">
443
+ <path d="M3 6h18M3 12h18M3 18h18" stroke="#4B5563" stroke-width="2" stroke-linecap="round"/>
444
+ </svg>
445
+ <div>Menu</div>
446
+ </div>
447
+ </div>
448
+
449
+ </div>
450
+ </body>
451
+ </html>
code/11374/11374_5.html ADDED
@@ -0,0 +1,474 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Mobile UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
16
+ color: #111;
17
+ }
18
+
19
+ /* Header */
20
+ .header {
21
+ position: relative;
22
+ width: 100%;
23
+ height: 240px;
24
+ background: linear-gradient(90deg, #86d3d3, #b6e3c1);
25
+ }
26
+ .status-bar {
27
+ height: 60px;
28
+ padding: 18px 24px;
29
+ font-weight: 600;
30
+ font-size: 34px;
31
+ color: #222;
32
+ display: flex;
33
+ align-items: center;
34
+ justify-content: space-between;
35
+ }
36
+ .status-icons {
37
+ display: flex;
38
+ align-items: center;
39
+ gap: 22px;
40
+ }
41
+ .dot { width: 12px; height: 12px; background: #333; border-radius: 50%; display: inline-block; opacity: 0.7; }
42
+
43
+ .back-btn {
44
+ position: absolute;
45
+ left: 24px;
46
+ top: 110px;
47
+ width: 70px;
48
+ height: 70px;
49
+ display: inline-flex;
50
+ align-items: center;
51
+ justify-content: center;
52
+ }
53
+ .search-wrap {
54
+ position: absolute;
55
+ left: 110px;
56
+ right: 24px;
57
+ top: 100px;
58
+ height: 92px;
59
+ background: #fff;
60
+ border-radius: 20px;
61
+ box-shadow: 0 6px 16px rgba(0,0,0,0.15);
62
+ display: flex;
63
+ align-items: center;
64
+ padding: 0 24px;
65
+ gap: 16px;
66
+ }
67
+ .search-input {
68
+ flex: 1;
69
+ font-size: 34px;
70
+ color: #333;
71
+ outline: none;
72
+ border: none;
73
+ background: transparent;
74
+ }
75
+ .scan-btn {
76
+ width: 70px;
77
+ height: 70px;
78
+ border-radius: 16px;
79
+ background: #f5f5f5;
80
+ display: inline-flex;
81
+ align-items: center;
82
+ justify-content: center;
83
+ border: 1px solid #ddd;
84
+ }
85
+
86
+ /* Content list */
87
+ .content {
88
+ position: absolute;
89
+ left: 0;
90
+ right: 0;
91
+ top: 240px;
92
+ bottom: 180px;
93
+ overflow-y: auto;
94
+ padding: 20px 24px 120px;
95
+ background: #ffffff;
96
+ }
97
+
98
+ .mini-card {
99
+ display: grid;
100
+ grid-template-columns: 360px 1fr;
101
+ gap: 24px;
102
+ background: #fff;
103
+ border: 1px solid #eaeaea;
104
+ border-radius: 22px;
105
+ padding: 22px;
106
+ margin-bottom: 28px;
107
+ }
108
+
109
+ .card {
110
+ display: grid;
111
+ grid-template-columns: 360px 1fr;
112
+ gap: 24px;
113
+ background: #fff;
114
+ border: 1px solid #eaeaea;
115
+ border-radius: 22px;
116
+ padding: 22px;
117
+ margin-bottom: 28px;
118
+ }
119
+
120
+ .img {
121
+ width: 100%;
122
+ height: 260px;
123
+ background: #E0E0E0;
124
+ border: 1px solid #BDBDBD;
125
+ border-radius: 18px;
126
+ display: flex;
127
+ align-items: center;
128
+ justify-content: center;
129
+ color: #757575;
130
+ font-size: 28px;
131
+ text-align: center;
132
+ }
133
+
134
+ .img.tall { height: 300px; position: relative; }
135
+
136
+ .watch-overlay {
137
+ position: absolute;
138
+ left: 24px;
139
+ bottom: 24px;
140
+ background: rgba(0,0,0,0.55);
141
+ color: #fff;
142
+ padding: 12px 18px;
143
+ border-radius: 24px;
144
+ font-size: 28px;
145
+ display: inline-flex;
146
+ align-items: center;
147
+ gap: 10px;
148
+ }
149
+ .scan-fab {
150
+ position: absolute;
151
+ left: 24px;
152
+ bottom: -28px;
153
+ width: 78px;
154
+ height: 78px;
155
+ border-radius: 50%;
156
+ background: #fff;
157
+ border: 1px solid #ddd;
158
+ display: inline-flex;
159
+ align-items: center;
160
+ justify-content: center;
161
+ box-shadow: 0 4px 10px rgba(0,0,0,0.12);
162
+ }
163
+
164
+ .title {
165
+ font-size: 36px;
166
+ line-height: 1.25;
167
+ font-weight: 700;
168
+ color: #111;
169
+ margin-bottom: 12px;
170
+ }
171
+ .meta-row {
172
+ display: flex;
173
+ align-items: center;
174
+ gap: 10px;
175
+ margin: 8px 0 12px;
176
+ }
177
+ .badge {
178
+ display: inline-block;
179
+ font-size: 24px;
180
+ color: #333;
181
+ background: #efefef;
182
+ border: 1px solid #ddd;
183
+ border-radius: 8px;
184
+ padding: 4px 10px;
185
+ }
186
+ .rating {
187
+ display: inline-flex;
188
+ align-items: center;
189
+ gap: 8px;
190
+ font-size: 28px;
191
+ color: #007185;
192
+ }
193
+ .stars {
194
+ display: inline-flex;
195
+ gap: 4px;
196
+ transform: translateY(2px);
197
+ }
198
+
199
+ .deal {
200
+ display: inline-block;
201
+ background: #b94b2c;
202
+ color: #fff;
203
+ font-weight: 700;
204
+ border-radius: 10px;
205
+ padding: 10px 16px;
206
+ font-size: 28px;
207
+ margin: 10px 0 16px;
208
+ width: fit-content;
209
+ }
210
+ .price {
211
+ font-size: 44px;
212
+ font-weight: 800;
213
+ color: #000;
214
+ }
215
+ .mrp {
216
+ font-size: 28px;
217
+ color: #666;
218
+ margin-left: 12px;
219
+ }
220
+ .strike { text-decoration: line-through; color: #777; }
221
+ .save { color: #c45500; font-weight: 600; margin-left: 10px; }
222
+
223
+ .prime-row {
224
+ display: flex;
225
+ align-items: center;
226
+ gap: 8px;
227
+ font-size: 28px;
228
+ color: #111;
229
+ margin-top: 6px;
230
+ }
231
+ .prime-check {
232
+ color: #f2a93b;
233
+ font-weight: 900;
234
+ }
235
+ .small {
236
+ font-size: 26px;
237
+ color: #555;
238
+ line-height: 1.4;
239
+ margin-top: 6px;
240
+ }
241
+ .divider {
242
+ height: 1px;
243
+ background: #efefef;
244
+ margin: 16px 0;
245
+ }
246
+
247
+ /* Bottom navigation */
248
+ .bottom-nav {
249
+ position: absolute;
250
+ left: 0;
251
+ right: 0;
252
+ bottom: 0;
253
+ height: 180px;
254
+ border-top: 1px solid #e5e5e5;
255
+ background: #fff;
256
+ }
257
+ .nav-items {
258
+ height: 100%;
259
+ display: grid;
260
+ grid-template-columns: repeat(5, 1fr);
261
+ align-items: center;
262
+ justify-items: center;
263
+ padding-top: 16px;
264
+ }
265
+ .nav-item {
266
+ display: flex;
267
+ flex-direction: column;
268
+ align-items: center;
269
+ gap: 10px;
270
+ font-size: 26px;
271
+ color: #222;
272
+ }
273
+ .nav-item.active { color: #007185; }
274
+ .gesture-bar {
275
+ position: absolute;
276
+ left: 50%;
277
+ transform: translateX(-50%);
278
+ bottom: 10px;
279
+ width: 360px;
280
+ height: 12px;
281
+ background: #d0d0d0;
282
+ border-radius: 6px;
283
+ }
284
+
285
+ /* Utility icon styles */
286
+ svg { display: block; }
287
+ </style>
288
+ </head>
289
+ <body>
290
+ <div id="render-target">
291
+
292
+ <!-- Header -->
293
+ <div class="header">
294
+ <div class="status-bar">
295
+ <div>10:59</div>
296
+ <div class="status-icons">
297
+ <span class="dot"></span>
298
+ <span class="dot" style="opacity:0.5;"></span>
299
+ <span class="dot" style="opacity:0.8;"></span>
300
+ <span class="dot" style="opacity:0.9;"></span>
301
+ </div>
302
+ </div>
303
+
304
+ <div class="back-btn">
305
+ <svg width="54" height="54" viewBox="0 0 24 24">
306
+ <path d="M15 18l-6-6 6-6" fill="none" stroke="#111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
307
+ </svg>
308
+ </div>
309
+
310
+ <div class="search-wrap">
311
+ <svg width="34" height="34" viewBox="0 0 24 24">
312
+ <circle cx="11" cy="11" r="7" stroke="#666" stroke-width="2" fill="none"/>
313
+ <path d="M21 21l-4.5-4.5" stroke="#666" stroke-width="2" stroke-linecap="round"/>
314
+ </svg>
315
+ <div class="search-input">toy car for 2 years old boy</div>
316
+ <div class="scan-btn">
317
+ <svg width="32" height="32" viewBox="0 0 24 24">
318
+ <rect x="5" y="7" width="14" height="10" rx="2" fill="none" stroke="#555" stroke-width="2"/>
319
+ <circle cx="12" cy="12" r="3" fill="none" stroke="#555" stroke-width="2"/>
320
+ </svg>
321
+ </div>
322
+ </div>
323
+ </div>
324
+
325
+ <!-- Content -->
326
+ <div class="content">
327
+
328
+ <!-- Mini top card -->
329
+ <div class="mini-card">
330
+ <div class="img">[IMG: Toy vans side-by-side]</div>
331
+ <div>
332
+ <div class="small">Buy any 2, Save 3%</div>
333
+ <div class="prime-row">
334
+ <span class="prime-check">✓</span><span style="color:#2a6db0; font-weight:800;">prime</span>
335
+ <span>Get it by <strong>Today, 22 December</strong></span>
336
+ </div>
337
+ <div class="small">FREE Delivery over ₹499. Fulfilled by Amazon.</div>
338
+ <div class="small">Ages: 12 months - 8 years</div>
339
+ </div>
340
+ </div>
341
+
342
+ <!-- Product card 1 -->
343
+ <div class="card">
344
+ <div class="img tall" style="position:relative;">
345
+ [IMG: Video thumbnail of toy car demonstration]
346
+ <div class="watch-overlay">
347
+ <svg width="26" height="26" viewBox="0 0 24 24">
348
+ <path d="M4 4h16v16H4z" fill="none" stroke="#fff" stroke-width="2"/>
349
+ <path d="M9 9h6v6H9z" fill="none" stroke="#fff" stroke-width="2"/>
350
+ </svg>
351
+ <span>Watch now</span>
352
+ </div>
353
+ <div class="scan-fab">
354
+ <svg width="32" height="32" viewBox="0 0 24 24">
355
+ <rect x="5" y="7" width="14" height="10" rx="2" fill="none" stroke="#666" stroke-width="2"/>
356
+ <circle cx="12" cy="12" r="3" fill="none" stroke="#666" stroke-width="2"/>
357
+ </svg>
358
+ </div>
359
+ </div>
360
+ <div>
361
+ <div class="title">FunBlast Kids Pull Back Vehicles, Push and Go Crawling Toy Car for Kids & Children (Set of 7 Pcs)</div>
362
+ <div class="meta-row">
363
+ <div class="badge">Car</div>
364
+ </div>
365
+ <div class="rating">
366
+ <span>4.1</span>
367
+ <div class="stars">
368
+ <svg width="26" height="26" viewBox="0 0 24 24"><path d="M12 17.3l-5.5 3.1 1.5-6.1L3 9.8l6.3-.6L12 3l2.7 6.2 6.3.6-5 4.5 1.5 6.1z" fill="#f0ad4e"/></svg>
369
+ <svg width="26" height="26" viewBox="0 0 24 24"><path d="M12 17.3l-5.5 3.1 1.5-6.1L3 9.8l6.3-.6L12 3l2.7 6.2 6.3.6-5 4.5 1.5 6.1z" fill="#f0ad4e"/></svg>
370
+ <svg width="26" height="26" viewBox="0 0 24 24"><path d="M12 17.3l-5.5 3.1 1.5-6.1L3 9.8l6.3-.6L12 3l2.7 6.2 6.3.6-5 4.5 1.5 6.1z" fill="#f0ad4e"/></svg>
371
+ <svg width="26" height="26" viewBox="0 0 24 24"><path d="M12 17.3l-5.5 3.1 1.5-6.1L3 9.8l6.3-.6L12 3l2.7 6.2 6.3.6-5 4.5 1.5 6.1z" fill="#f0ad4e"/></svg>
372
+ <svg width="26" height="26" viewBox="0 0 24 24"><path d="M12 17.3l-5.5 3.1 1.5-6.1L3 9.8l6.3-.6L12 3l2.7 6.2 6.3.6-5 4.5 1.5 6.1z" fill="#ddd"/></svg>
373
+ </div>
374
+ <span>(6,329)</span>
375
+ </div>
376
+ <div class="small">700+ bought in past month</div>
377
+ <div class="deal">Deal of the Day</div>
378
+ <div style="margin: 6px 0 6px;">
379
+ <span class="price">₹540</span>
380
+ <span class="mrp">M.R.P.: <span class="strike">₹899</span></span>
381
+ <span class="save">(40% off)</span>
382
+ </div>
383
+ <div class="small">Buy any 2, Save 5%</div>
384
+ <div class="prime-row">
385
+ <span class="prime-check">✓</span><span style="color:#2a6db0; font-weight:800;">prime</span>
386
+ <span>Get it by <strong>Tomorrow, 23 December</strong></span>
387
+ </div>
388
+ <div class="small">FREE Delivery by Amazon</div>
389
+ <div class="small">Ages: 24 months and up</div>
390
+ </div>
391
+ </div>
392
+
393
+ <!-- Product card 2 -->
394
+ <div class="card">
395
+ <div class="img">[IMG: Set of colorful pull-back toy cars]</div>
396
+ <div>
397
+ <div class="title">PRIME DEALS Unbreakable Pull Back Vehicles | Push and Go Crawling Toy for Kids & Children</div>
398
+ <div class="meta-row">
399
+ <div class="badge">Car</div>
400
+ </div>
401
+ <div class="rating">
402
+ <span>4.3</span>
403
+ <div class="stars">
404
+ <svg width="26" height="26" viewBox="0 0 24 24"><path d="M12 17.3l-5.5 3.1 1.5-6.1L3 9.8l6.3-.6L12 3l2.7 6.2 6.3.6-5 4.5 1.5 6.1z" fill="#f0ad4e"/></svg>
405
+ <svg width="26" height="26" viewBox="0 0 24 24"><path d="M12 17.3l-5.5 3.1 1.5-6.1L3 9.8l6.3-.6L12 3l2.7 6.2 6.3.6-5 4.5 1.5 6.1z" fill="#f0ad4e"/></svg>
406
+ <svg width="26" height="26" viewBox="0 0 24 24"><path d="M12 17.3l-5.5 3.1 1.5-6.1L3 9.8l6.3-.6L12 3l2.7 6.2 6.3.6-5 4.5 1.5 6.1z" fill="#f0ad4e"/></svg>
407
+ <svg width="26" height="26" viewBox="0 0 24 24"><path d="M12 17.3l-5.5 3.1 1.5-6.1L3 9.8l6.3-.6L12 3l2.7 6.2 6.3.6-5 4.5 1.5 6.1z" fill="#f0ad4e"/></svg>
408
+ <svg width="26" height="26" viewBox="0 0 24 24"><path d="M12 17.3l-5.5 3.1 1.5-6.1L3 9.8l6.3-.6L12 3l2.7 6.2 6.3.6-5 4.5 1.5 6.1z" fill="#ddd"/></svg>
409
+ </div>
410
+ <span>(297)</span>
411
+ </div>
412
+ <div class="small">50+ bought in past month</div>
413
+ <div class="deal">Deal of the Day</div>
414
+ <div style="margin: 6px 0 6px;">
415
+ <span class="price">₹444</span>
416
+ <span class="mrp">M.R.P.: <span class="strike">₹1,299</span></span>
417
+ <span class="save">(66% off)</span>
418
+ </div>
419
+ <div class="small">Buy any 2, Save 3%</div>
420
+ <div class="prime-row">
421
+ <span class="prime-check">✓</span><span style="color:#2a6db0; font-weight:800;">prime</span>
422
+ <span>Get it by <strong>Tomorrow, 23 December</strong></span>
423
+ </div>
424
+ <div class="small">FREE Delivery over ₹499. Fulfilled by Amazon.</div>
425
+ <div class="small">Ages: 24 months - 2 years</div>
426
+ </div>
427
+ </div>
428
+
429
+ </div>
430
+
431
+ <!-- Bottom Navigation -->
432
+ <div class="bottom-nav">
433
+ <div class="nav-items">
434
+ <div class="nav-item active">
435
+ <svg width="48" height="48" viewBox="0 0 24 24">
436
+ <path d="M3 10l9-7 9 7v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" fill="none" stroke="#007185" stroke-width="2"/>
437
+ </svg>
438
+ <div>Home</div>
439
+ </div>
440
+ <div class="nav-item">
441
+ <svg width="48" height="48" viewBox="0 0 24 24">
442
+ <circle cx="12" cy="8" r="4" fill="none" stroke="#222" stroke-width="2"/>
443
+ <path d="M4 20c2.5-4 13.5-4 16 0" fill="none" stroke="#222" stroke-width="2"/>
444
+ </svg>
445
+ <div>You</div>
446
+ </div>
447
+ <div class="nav-item">
448
+ <svg width="48" height="48" viewBox="0 0 24 24">
449
+ <rect x="4" y="4" width="16" height="16" rx="3" fill="none" stroke="#222" stroke-width="2"/>
450
+ <path d="M4 10h16M10 4v16" stroke="#222" stroke-width="2"/>
451
+ </svg>
452
+ <div>More</div>
453
+ </div>
454
+ <div class="nav-item">
455
+ <svg width="48" height="48" viewBox="0 0 24 24">
456
+ <path d="M6 6h15l-2 9H7L6 6z" fill="none" stroke="#222" stroke-width="2"/>
457
+ <circle cx="9" cy="20" r="2" fill="none" stroke="#222" stroke-width="2"/>
458
+ <circle cx="18" cy="20" r="2" fill="none" stroke="#222" stroke-width="2"/>
459
+ </svg>
460
+ <div>Cart</div>
461
+ </div>
462
+ <div class="nav-item">
463
+ <svg width="48" height="48" viewBox="0 0 24 24">
464
+ <path d="M4 7h16M4 12h16M4 17h16" stroke="#222" stroke-width="2" stroke-linecap="round"/>
465
+ </svg>
466
+ <div>Menu</div>
467
+ </div>
468
+ </div>
469
+ <div class="gesture-bar"></div>
470
+ </div>
471
+
472
+ </div>
473
+ </body>
474
+ </html>
code/11376/11376_0.html ADDED
@@ -0,0 +1,458 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Charts UI Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ }
15
+
16
+ /* Top status bar */
17
+ .statusbar {
18
+ height: 120px;
19
+ background: #000;
20
+ color: #fff;
21
+ display: flex;
22
+ align-items: center;
23
+ padding: 0 40px;
24
+ font-size: 38px;
25
+ letter-spacing: 0.5px;
26
+ }
27
+ .statusbar .right {
28
+ margin-left: auto;
29
+ display: flex;
30
+ align-items: center;
31
+ gap: 32px;
32
+ }
33
+ .status-icon {
34
+ width: 42px;
35
+ height: 42px;
36
+ display: inline-block;
37
+ }
38
+
39
+ /* App bar */
40
+ .appbar {
41
+ height: 160px;
42
+ background: #fff;
43
+ border-bottom: 1px solid #e9e9e9;
44
+ display: flex;
45
+ align-items: center;
46
+ justify-content: center;
47
+ position: relative;
48
+ }
49
+ .appbar-title {
50
+ font-weight: 600;
51
+ font-size: 54px;
52
+ color: #111;
53
+ }
54
+ .profile-icon {
55
+ position: absolute;
56
+ left: 40px;
57
+ width: 80px;
58
+ height: 80px;
59
+ border: 2px solid #bfbfbf;
60
+ border-radius: 50%;
61
+ display: flex;
62
+ align-items: center;
63
+ justify-content: center;
64
+ color: #999;
65
+ font-size: 40px;
66
+ }
67
+
68
+ /* Currency cards row */
69
+ .currency-row {
70
+ display: flex;
71
+ align-items: center;
72
+ justify-content: center;
73
+ gap: 40px;
74
+ padding: 36px 40px;
75
+ }
76
+ .currency-card {
77
+ width: 440px;
78
+ height: 150px;
79
+ border: 1px solid #e2e2e2;
80
+ border-radius: 28px;
81
+ background: #fff;
82
+ box-shadow: 0 1px 0 rgba(0,0,0,0.03);
83
+ display: flex;
84
+ align-items: center;
85
+ padding: 30px;
86
+ position: relative;
87
+ gap: 22px;
88
+ }
89
+ .flag {
90
+ width: 90px;
91
+ height: 90px;
92
+ background: #E0E0E0;
93
+ border: 1px solid #BDBDBD;
94
+ border-radius: 50%;
95
+ display: flex;
96
+ align-items: center;
97
+ justify-content: center;
98
+ color: #757575;
99
+ font-size: 22px;
100
+ }
101
+ .currency-name {
102
+ font-weight: 700;
103
+ font-size: 44px;
104
+ color: #111;
105
+ }
106
+ .caret {
107
+ position: absolute;
108
+ right: 26px;
109
+ }
110
+ .swap {
111
+ width: 60px;
112
+ height: 60px;
113
+ border-radius: 12px;
114
+ display: flex;
115
+ align-items: center;
116
+ justify-content: center;
117
+ color: #888;
118
+ }
119
+
120
+ /* Rate headline */
121
+ .rate-row {
122
+ position: relative;
123
+ padding: 8px 44px 0 44px;
124
+ }
125
+ .headline {
126
+ font-size: 64px;
127
+ font-weight: 800;
128
+ color: #111;
129
+ letter-spacing: -0.5px;
130
+ }
131
+ .pink-dot {
132
+ display: inline-block;
133
+ width: 26px;
134
+ height: 26px;
135
+ background: #ff8fa4;
136
+ border-radius: 50%;
137
+ vertical-align: middle;
138
+ margin-left: 16px;
139
+ box-shadow: inset 0 0 0 6px #ffe3e8;
140
+ }
141
+ .share-btn {
142
+ position: absolute;
143
+ right: 40px;
144
+ top: 6px;
145
+ width: 60px;
146
+ height: 60px;
147
+ display: flex;
148
+ align-items: center;
149
+ justify-content: center;
150
+ color: #444;
151
+ }
152
+ .subline {
153
+ margin-top: 12px;
154
+ font-size: 38px;
155
+ color: #18a05b;
156
+ }
157
+ .subline span {
158
+ color: #777;
159
+ }
160
+
161
+ /* Time range pills */
162
+ .range-tabs {
163
+ display: flex;
164
+ gap: 42px;
165
+ padding: 36px 44px 18px 44px;
166
+ align-items: center;
167
+ }
168
+ .tab {
169
+ font-size: 36px;
170
+ color: #555;
171
+ }
172
+ .tab.active {
173
+ padding: 14px 26px;
174
+ background: #1f54d9;
175
+ color: #fff;
176
+ border-radius: 30px;
177
+ }
178
+
179
+ /* Chart area */
180
+ .chart-wrap {
181
+ margin: 14px 40px 0 40px;
182
+ position: relative;
183
+ height: 880px;
184
+ border-top: 2px solid #d7d7d7;
185
+ border-bottom: 2px solid #d7d7d7;
186
+ }
187
+ .grid-line {
188
+ position: absolute;
189
+ left: 0;
190
+ right: 0;
191
+ height: 2px;
192
+ background: #d1d1d1;
193
+ }
194
+ .grid-top { top: 140px; }
195
+ .grid-mid { top: 440px; }
196
+ .grid-bot { top: 740px; }
197
+ .y-label {
198
+ position: absolute;
199
+ left: 0;
200
+ transform: translateY(-50%);
201
+ color: #6f6f6f;
202
+ font-size: 34px;
203
+ }
204
+ .yl1 { top: 140px; }
205
+ .yl2 { top: 440px; }
206
+ .yl3 { top: 740px; }
207
+
208
+ .chart-svg {
209
+ position: absolute;
210
+ left: 60px;
211
+ right: 20px;
212
+ top: 40px;
213
+ bottom: 40px;
214
+ }
215
+ .chart-dot {
216
+ position: absolute;
217
+ right: 60px;
218
+ top: 560px;
219
+ width: 26px;
220
+ height: 26px;
221
+ background: #ff8fa4;
222
+ border-radius: 50%;
223
+ box-shadow: inset 0 0 0 6px #ffe3e8;
224
+ }
225
+
226
+ /* CTA Button */
227
+ .cta {
228
+ margin: 40px;
229
+ height: 120px;
230
+ border: 3px solid #1f54d9;
231
+ border-radius: 26px;
232
+ display: flex;
233
+ align-items: center;
234
+ justify-content: center;
235
+ color: #1f54d9;
236
+ font-weight: 700;
237
+ font-size: 44px;
238
+ }
239
+
240
+ /* Stats */
241
+ .stats {
242
+ padding: 10px 40px 0 40px;
243
+ }
244
+ .stats h2 {
245
+ font-size: 58px;
246
+ font-weight: 800;
247
+ margin: 10px 0 30px;
248
+ color: #111;
249
+ }
250
+ .row {
251
+ display: flex;
252
+ justify-content: space-between;
253
+ align-items: center;
254
+ padding: 26px 0;
255
+ font-size: 40px;
256
+ color: #7b7b7b;
257
+ border-top: 1px solid #eee;
258
+ }
259
+ .row .val {
260
+ color: #222;
261
+ }
262
+
263
+ /* Bottom navigation */
264
+ .bottom-nav {
265
+ position: absolute;
266
+ bottom: 0;
267
+ left: 0;
268
+ right: 0;
269
+ height: 220px;
270
+ background: #fff;
271
+ border-top: 1px solid #e7e7e7;
272
+ display: flex;
273
+ align-items: center;
274
+ justify-content: space-around;
275
+ padding-bottom: 10px;
276
+ }
277
+ .nav-item {
278
+ width: 200px;
279
+ text-align: center;
280
+ color: #7a7a7a;
281
+ font-size: 30px;
282
+ }
283
+ .nav-item .icon-wrap {
284
+ width: 80px; height: 80px; margin: 0 auto 14px;
285
+ display: flex; align-items: center; justify-content: center;
286
+ color: #6f6f6f;
287
+ }
288
+ .nav-item.active {
289
+ color: #1f54d9;
290
+ }
291
+ .nav-item.active .icon-wrap { color: #1f54d9; }
292
+ .nav-item.send .icon-wrap {
293
+ width: 100px; height: 100px; background: #1f54d9; border-radius: 50%;
294
+ color: #fff;
295
+ }
296
+ </style>
297
+ </head>
298
+ <body>
299
+ <div id="render-target">
300
+
301
+ <!-- Status bar -->
302
+ <div class="statusbar">
303
+ 11:15
304
+ <div class="right">
305
+ <svg class="status-icon" viewBox="0 0 24 24">
306
+ <rect x="3" y="7" width="18" height="10" rx="2" fill="none" stroke="#fff" stroke-width="2"></rect>
307
+ <rect x="21" y="10" width="2" height="4" fill="#fff"></rect>
308
+ </svg>
309
+ <svg class="status-icon" viewBox="0 0 24 24">
310
+ <path d="M12 2l4 6h-8l4-6zm0 20l-4-6h8l-4 6z" fill="#fff"></path>
311
+ </svg>
312
+ </div>
313
+ </div>
314
+
315
+ <!-- App bar -->
316
+ <div class="appbar">
317
+ <div class="profile-icon">
318
+ <svg width="50" height="50" viewBox="0 0 24 24">
319
+ <circle cx="12" cy="8" r="4" fill="none" stroke="#999" stroke-width="2"></circle>
320
+ <path d="M4 20c2-4 14-4 16 0" fill="none" stroke="#999" stroke-width="2" stroke-linecap="round"></path>
321
+ </svg>
322
+ </div>
323
+ <div class="appbar-title">Charts</div>
324
+ </div>
325
+
326
+ <!-- Currency select -->
327
+ <div class="currency-row">
328
+ <div class="currency-card">
329
+ <div class="flag">[IMG: UK Flag]</div>
330
+ <div class="currency-name">GBP</div>
331
+ <div class="caret">
332
+ <svg width="36" height="36" viewBox="0 0 24 24">
333
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#777" stroke-width="2" stroke-linecap="round"></path>
334
+ </svg>
335
+ </div>
336
+ </div>
337
+
338
+ <div class="swap">
339
+ <svg width="42" height="42" viewBox="0 0 24 24">
340
+ <path d="M8 7h9l-3-3M16 17H7l3 3" fill="none" stroke="#999" stroke-width="2" stroke-linecap="round"></path>
341
+ </svg>
342
+ </div>
343
+
344
+ <div class="currency-card">
345
+ <div class="flag">[IMG: EU Flag]</div>
346
+ <div class="currency-name">EUR</div>
347
+ <div class="caret">
348
+ <svg width="36" height="36" viewBox="0 0 24 24">
349
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#777" stroke-width="2" stroke-linecap="round"></path>
350
+ </svg>
351
+ </div>
352
+ </div>
353
+ </div>
354
+
355
+ <!-- Rate headline -->
356
+ <div class="rate-row">
357
+ <div class="headline">1 GBP = 1.159522 EUR <span class="pink-dot"></span></div>
358
+ <div class="share-btn">
359
+ <svg width="42" height="42" viewBox="0 0 24 24">
360
+ <path d="M7 10l5-5 5 5M12 5v10" fill="none" stroke="#333" stroke-width="2" stroke-linecap="round"></path>
361
+ <rect x="4" y="14" width="16" height="6" rx="2" fill="none" stroke="#333" stroke-width="2"></rect>
362
+ </svg>
363
+ </div>
364
+ <div class="subline">+0.0460 (4.129%) <span>Past 5 years</span></div>
365
+ </div>
366
+
367
+ <!-- Range tabs -->
368
+ <div class="range-tabs">
369
+ <div class="tab">1D</div>
370
+ <div class="tab">1W</div>
371
+ <div class="tab">1M</div>
372
+ <div class="tab">3M</div>
373
+ <div class="tab">1Y</div>
374
+ <div class="tab active">5Y</div>
375
+ <div class="tab">10Y</div>
376
+ </div>
377
+
378
+ <!-- Chart -->
379
+ <div class="chart-wrap">
380
+ <div class="grid-line grid-top"></div>
381
+ <div class="grid-line grid-mid"></div>
382
+ <div class="grid-line grid-bot"></div>
383
+ <div class="y-label yl1">1.22</div>
384
+ <div class="y-label yl2">1.14</div>
385
+ <div class="y-label yl3">1.06</div>
386
+
387
+ <svg class="chart-svg" viewBox="0 0 960 800" preserveAspectRatio="none">
388
+ <!-- Trend line -->
389
+ <polyline points="
390
+ 0,540 40,620 70,500 110,680 150,520 180,740 220,360
391
+ 260,700 290,620 320,760 360,420 390,560 420,520
392
+ 460,660 500,480 530,400 560,470 600,300 640,580
393
+ 680,460 710,720 740,380 770,660 800,520 840,580 900,560 960,600"
394
+ fill="none" stroke="#183dae" stroke-width="6" stroke-linejoin="round" stroke-linecap="round"></polyline>
395
+ </svg>
396
+ <div class="chart-dot"></div>
397
+ </div>
398
+
399
+ <!-- CTA -->
400
+ <div class="cta">Create alert</div>
401
+
402
+ <!-- Stats -->
403
+ <div class="stats">
404
+ <h2>Stats</h2>
405
+ <div class="row"><div>High</div><div class="val">1.215232</div></div>
406
+ <div class="row"><div>Low</div><div class="val">1.060775</div></div>
407
+ </div>
408
+
409
+ <!-- Bottom navigation -->
410
+ <div class="bottom-nav">
411
+ <div class="nav-item">
412
+ <div class="icon-wrap">
413
+ <svg width="56" height="56" viewBox="0 0 24 24">
414
+ <circle cx="12" cy="12" r="9" fill="none" stroke="currentColor" stroke-width="2"></circle>
415
+ <text x="12" y="16" text-anchor="middle" font-size="10" fill="currentColor">$</text>
416
+ </svg>
417
+ </div>
418
+ Convert
419
+ </div>
420
+ <div class="nav-item active">
421
+ <div class="icon-wrap">
422
+ <svg width="56" height="56" viewBox="0 0 24 24">
423
+ <path d="M4 16l4-5 4 3 6-8" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"></path>
424
+ </svg>
425
+ </div>
426
+ Charts
427
+ </div>
428
+ <div class="nav-item send">
429
+ <div class="icon-wrap">
430
+ <svg width="56" height="56" viewBox="0 0 24 24">
431
+ <path d="M3 11l17-7-7 17-2-7-8-3z" fill="none" stroke="#fff" stroke-width="2" stroke-linejoin="round"></path>
432
+ </svg>
433
+ </div>
434
+ Send
435
+ </div>
436
+ <div class="nav-item">
437
+ <div class="icon-wrap">
438
+ <svg width="56" height="56" viewBox="0 0 24 24">
439
+ <path d="M12 3c3.3 0 6 2.7 6 6 0 5.3-6 12-6 12S6 14.3 6 9c0-3.3 2.7-6 6-6z" fill="none" stroke="currentColor" stroke-width="2"></path>
440
+ <circle cx="12" cy="9" r="2" fill="currentColor"></circle>
441
+ </svg>
442
+ </div>
443
+ Track
444
+ </div>
445
+ <div class="nav-item">
446
+ <div class="icon-wrap">
447
+ <svg width="56" height="56" viewBox="0 0 24 24">
448
+ <path d="M6 10a6 6 0 0112 0v5H6v-5z" fill="none" stroke="currentColor" stroke-width="2"></path>
449
+ <path d="M9 19h6" stroke="currentColor" stroke-width="2" stroke-linecap="round"></path>
450
+ </svg>
451
+ </div>
452
+ Rate Alerts
453
+ </div>
454
+ </div>
455
+
456
+ </div>
457
+ </body>
458
+ </html>
code/11376/11376_1.html ADDED
@@ -0,0 +1,430 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Currency Converter UI Mock</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
13
+ }
14
+ #render-target {
15
+ width: 1080px;
16
+ height: 2400px;
17
+ position: relative;
18
+ overflow: hidden;
19
+ background: #0f1316;
20
+ color: #fff;
21
+ }
22
+
23
+ /* Status bar */
24
+ .statusbar {
25
+ height: 110px;
26
+ background: #000;
27
+ color: #fff;
28
+ display: flex;
29
+ align-items: center;
30
+ padding: 0 36px;
31
+ font-size: 38px;
32
+ letter-spacing: 0.5px;
33
+ }
34
+ .statusbar .right {
35
+ margin-left: auto;
36
+ display: flex;
37
+ align-items: center;
38
+ gap: 28px;
39
+ }
40
+ .statusbar .pill {
41
+ width: 24px;
42
+ height: 24px;
43
+ border-radius: 4px;
44
+ background: #fff;
45
+ }
46
+ .statusbar svg {
47
+ display: block;
48
+ }
49
+
50
+ /* App bar */
51
+ .appbar {
52
+ height: 220px;
53
+ background: #222629;
54
+ border-bottom: 1px solid #2f3438;
55
+ position: relative;
56
+ padding: 30px 36px 20px 36px;
57
+ }
58
+ .appbar .title {
59
+ font-weight: 700;
60
+ font-size: 48px;
61
+ margin-left: 104px; /* leave room for hamburger */
62
+ line-height: 1.2;
63
+ }
64
+ .appbar .subtitle {
65
+ font-size: 26px;
66
+ color: #9aa1a6;
67
+ margin-left: 104px;
68
+ margin-top: 6px;
69
+ }
70
+ .appbar .hamburger {
71
+ position: absolute;
72
+ left: 36px;
73
+ top: 60px;
74
+ }
75
+ .appbar .more {
76
+ position: absolute;
77
+ right: 36px;
78
+ top: 60px;
79
+ }
80
+
81
+ /* Converter card */
82
+ .converter-card {
83
+ height: 520px;
84
+ background: linear-gradient(#506f8e, #3f5c79);
85
+ border-top: 1px solid #354a60;
86
+ border-bottom: 1px solid #25384a;
87
+ padding: 20px 28px;
88
+ }
89
+ .lang-row {
90
+ display: flex;
91
+ align-items: center;
92
+ gap: 16px;
93
+ color: #cbd6de;
94
+ font-size: 26px;
95
+ margin-bottom: 10px;
96
+ }
97
+ .currency-row {
98
+ display: grid;
99
+ grid-template-columns: 120px 1fr 180px 120px;
100
+ align-items: center;
101
+ padding: 26px 0;
102
+ border-top: 1px solid rgba(0,0,0,0.2);
103
+ }
104
+ .currency-row:first-of-type { border-top: none; }
105
+
106
+ .search-ico {
107
+ width: 84px;
108
+ height: 84px;
109
+ margin-left: 20px;
110
+ }
111
+ .currency-info .code {
112
+ font-size: 42px;
113
+ font-weight: 700;
114
+ color: #ffffff;
115
+ display: flex;
116
+ align-items: center;
117
+ gap: 16px;
118
+ }
119
+ .currency-info .name {
120
+ font-size: 26px;
121
+ color: #d6e0e8;
122
+ margin-top: 6px;
123
+ }
124
+ .flag {
125
+ width: 72px;
126
+ height: 48px;
127
+ background: #E0E0E0;
128
+ border: 1px solid #BDBDBD;
129
+ display: inline-flex;
130
+ justify-content: center;
131
+ align-items: center;
132
+ color: #757575;
133
+ font-size: 20px;
134
+ }
135
+ .dropdown {
136
+ color: #e05757;
137
+ font-size: 38px;
138
+ line-height: 1;
139
+ }
140
+ .tools {
141
+ display: flex;
142
+ align-items: center;
143
+ justify-content: center;
144
+ gap: 22px;
145
+ }
146
+ .tools svg { opacity: 0.95; }
147
+ .value {
148
+ text-align: right;
149
+ font-size: 72px;
150
+ color: #e9eef2;
151
+ padding-right: 18px;
152
+ font-weight: 700;
153
+ }
154
+
155
+ /* Action tiles row */
156
+ .actions {
157
+ height: 170px;
158
+ display: grid;
159
+ grid-template-columns: repeat(4, 1fr);
160
+ background: linear-gradient(#1e3347, #1a2e41);
161
+ border-top: 1px solid #0f2435;
162
+ border-bottom: 1px solid #0b1e2c;
163
+ }
164
+ .action {
165
+ display: flex;
166
+ flex-direction: column;
167
+ justify-content: center;
168
+ align-items: center;
169
+ border-right: 1px solid rgba(255,255,255,0.06);
170
+ color: #e8f1f6;
171
+ gap: 12px;
172
+ }
173
+ .action:last-child { border-right: none; }
174
+ .action .label {
175
+ text-align: center;
176
+ font-size: 26px;
177
+ line-height: 1.1;
178
+ letter-spacing: 0.4px;
179
+ }
180
+
181
+ /* Keypad */
182
+ .keypad {
183
+ height: 1200px;
184
+ display: grid;
185
+ grid-template-columns: repeat(4, 1fr);
186
+ grid-template-rows: repeat(6, 1fr);
187
+ background: #3a4249;
188
+ }
189
+ .key {
190
+ border: 1px solid #2c343b;
191
+ display: flex;
192
+ align-items: center;
193
+ justify-content: center;
194
+ color: #e9eef2;
195
+ font-size: 52px;
196
+ letter-spacing: 0.5px;
197
+ background: #59646b;
198
+ }
199
+ .key.darker {
200
+ background: #424a50;
201
+ }
202
+ .key.action {
203
+ background: #4e565d;
204
+ font-size: 44px;
205
+ }
206
+ .key .sub {
207
+ color: #e24a45;
208
+ margin-right: 12px;
209
+ font-size: 52px;
210
+ line-height: 1;
211
+ }
212
+ .key .arrow {
213
+ color: #d6e35d;
214
+ margin-right: 12px;
215
+ font-size: 52px;
216
+ line-height: 1;
217
+ }
218
+ .key.red {
219
+ background: #c7443b;
220
+ font-weight: 700;
221
+ }
222
+ .key.small {
223
+ font-size: 40px;
224
+ }
225
+ .key.lefttext {
226
+ justify-content: flex-start;
227
+ padding-left: 36px;
228
+ font-size: 40px;
229
+ }
230
+ .key.lefttext .tiny {
231
+ font-size: 28px;
232
+ color: #e24a45;
233
+ display: block;
234
+ }
235
+
236
+ /* Bottom safe area */
237
+ .bottom-area {
238
+ height: 180px;
239
+ background: #0b0c0e;
240
+ position: relative;
241
+ }
242
+ .home-handle {
243
+ width: 240px;
244
+ height: 18px;
245
+ background: #e6e6e6;
246
+ border-radius: 10px;
247
+ position: absolute;
248
+ bottom: 30px;
249
+ left: 50%;
250
+ transform: translateX(-50%);
251
+ opacity: 0.8;
252
+ }
253
+ </style>
254
+ </head>
255
+ <body>
256
+ <div id="render-target">
257
+
258
+ <!-- Top status bar -->
259
+ <div class="statusbar">
260
+ 11:16
261
+ <div class="right">
262
+ <!-- simple "rectangle" as a status icon -->
263
+ <svg width="46" height="34"><rect x="5" y="6" width="36" height="22" rx="2" fill="#fff"/></svg>
264
+ <svg width="38" height="34" viewBox="0 0 38 34">
265
+ <path d="M4 26h30M10 18h18M16 10h6" stroke="#fff" stroke-width="3" fill="none" stroke-linecap="round"/>
266
+ </svg>
267
+ <svg width="34" height="34" viewBox="0 0 34 34">
268
+ <path d="M6 12h20v10a8 8 0 0 1-8 8H14a8 8 0 0 1-8-8V12z" fill="#fff"/>
269
+ <rect x="14" y="4" width="6" height="10" rx="3" fill="#fff"/>
270
+ </svg>
271
+ </div>
272
+ </div>
273
+
274
+ <!-- App bar -->
275
+ <div class="appbar">
276
+ <div class="hamburger">
277
+ <svg width="64" height="64" viewBox="0 0 64 64">
278
+ <path d="M8 18h48M8 32h48M8 46h48" stroke="#fff" stroke-width="6" stroke-linecap="round"/>
279
+ </svg>
280
+ </div>
281
+ <div class="more">
282
+ <svg width="64" height="64" viewBox="0 0 64 64">
283
+ <circle cx="32" cy="16" r="6" fill="#fff"/>
284
+ <circle cx="32" cy="32" r="6" fill="#fff"/>
285
+ <circle cx="32" cy="48" r="6" fill="#fff"/>
286
+ </svg>
287
+ </div>
288
+ <div class="title">CURRENCY CONVERTER</div>
289
+ <div class="subtitle">Updated on December 14, 2023 10:48 AM</div>
290
+ </div>
291
+
292
+ <!-- Converter card -->
293
+ <div class="converter-card">
294
+ <div class="lang-row">
295
+ EN
296
+ <svg width="34" height="28" viewBox="0 0 34 28">
297
+ <circle cx="8" cy="14" r="6" fill="#cfe0ec"/><path d="M14 14h14" stroke="#cfe0ec" stroke-width="3" stroke-linecap="round"/>
298
+ </svg>
299
+ <svg width="34" height="28" viewBox="0 0 34 28">
300
+ <path d="M6 20l10-12M18 20l10-12" stroke="#cfe0ec" stroke-width="3" stroke-linecap="round"/>
301
+ </svg>
302
+ </div>
303
+
304
+ <!-- Row 1: FJD -->
305
+ <div class="currency-row">
306
+ <div class="search-ico">
307
+ <svg viewBox="0 0 84 84">
308
+ <circle cx="34" cy="34" r="24" stroke="#5fb5ff" stroke-width="8" fill="none"/>
309
+ <path d="M52 52l20 20" stroke="#5fb5ff" stroke-width="8" stroke-linecap="round"/>
310
+ </svg>
311
+ </div>
312
+ <div class="currency-info">
313
+ <div class="code">
314
+ FJD
315
+ <div class="flag">[IMG: Fiji Flag]</div>
316
+ <span class="dropdown">▼</span>
317
+ </div>
318
+ <div class="name">Fijian Dollar</div>
319
+ </div>
320
+ <div class="tools">
321
+ <svg width="54" height="54" viewBox="0 0 54 54">
322
+ <path d="M12 27a15 15 0 1 1 7 13" stroke="#cfe0ec" stroke-width="4" fill="none" stroke-linecap="round"/>
323
+ <path d="M12 27l0-10" stroke="#cfe0ec" stroke-width="4" stroke-linecap="round"/>
324
+ </svg>
325
+ </div>
326
+ <div class="value">0</div>
327
+ </div>
328
+
329
+ <!-- Row 2: USD -->
330
+ <div class="currency-row">
331
+ <div class="search-ico">
332
+ <svg viewBox="0 0 84 84">
333
+ <circle cx="34" cy="34" r="24" stroke="#5fb5ff" stroke-width="8" fill="none"/>
334
+ <path d="M52 52l20 20" stroke="#5fb5ff" stroke-width="8" stroke-linecap="round"/>
335
+ </svg>
336
+ </div>
337
+ <div class="currency-info">
338
+ <div class="code">
339
+ USD
340
+ <div class="flag">[IMG: USA Flag]</div>
341
+ <span style="color:#77b2ea;font-size:38px;">▼</span>
342
+ </div>
343
+ <div class="name">U.S. Dollar</div>
344
+ </div>
345
+ <div class="tools">
346
+ <svg width="54" height="54" viewBox="0 0 54 54">
347
+ <path d="M12 27a15 15 0 1 1 7 13" stroke="#cfe0ec" stroke-width="4" fill="none" stroke-linecap="round"/>
348
+ <path d="M12 27l0-10" stroke="#cfe0ec" stroke-width="4" stroke-linecap="round"/>
349
+ </svg>
350
+ </div>
351
+ <div class="value">0</div>
352
+ </div>
353
+ </div>
354
+
355
+ <!-- Action tiles -->
356
+ <div class="actions">
357
+ <div class="action">
358
+ <svg width="54" height="54" viewBox="0 0 54 54">
359
+ <path d="M14 28a14 14 0 1 1 8 12" stroke="#e8f1f6" stroke-width="4" fill="none" stroke-linecap="round"/>
360
+ <path d="M14 28l0-9" stroke="#e8f1f6" stroke-width="4" stroke-linecap="round"/>
361
+ </svg>
362
+ <div class="label">CURRENCY<br>UPDATE</div>
363
+ </div>
364
+ <div class="action">
365
+ <svg width="54" height="54" viewBox="0 0 54 54">
366
+ <rect x="8" y="30" width="8" height="16" fill="#e8f1f6"/>
367
+ <rect x="22" y="22" width="8" height="24" fill="#e8f1f6"/>
368
+ <rect x="36" y="14" width="8" height="32" fill="#e8f1f6"/>
369
+ </svg>
370
+ <div class="label">TRENDS &<br>CHARTS</div>
371
+ </div>
372
+ <div class="action">
373
+ <svg width="54" height="54" viewBox="0 0 54 54">
374
+ <path d="M27 8l6 12 13 2-9 9 3 13-13-7-13 7 3-13-9-9 13-2 6-12z" fill="#e8f1f6"/>
375
+ </svg>
376
+ <div class="label">CURRENCY<br>FAVORITES</div>
377
+ </div>
378
+ <div class="action">
379
+ <svg width="54" height="54" viewBox="0 0 54 54">
380
+ <path d="M14 18h18l-6-6M40 36H22l6 6" stroke="#e8f1f6" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
381
+ <circle cx="27" cy="27" r="22" stroke="#e8f1f6" stroke-width="3" fill="none"/>
382
+ </svg>
383
+ <div class="label">CURRENCY<br>ROTATE</div>
384
+ </div>
385
+ </div>
386
+
387
+ <!-- Keypad -->
388
+ <div class="keypad">
389
+ <div class="key action">COPY</div>
390
+ <div class="key action">SEND</div>
391
+ <div class="key action"><span class="sub">✕</span>CLR</div>
392
+ <div class="key action darker"><span class="arrow">←</span>DEL</div>
393
+
394
+ <div class="key">7</div>
395
+ <div class="key">8</div>
396
+ <div class="key">9</div>
397
+ <div class="key darker">÷</div>
398
+
399
+ <div class="key">4</div>
400
+ <div class="key">5</div>
401
+ <div class="key">6</div>
402
+ <div class="key darker">×</div>
403
+
404
+ <div class="key">1</div>
405
+ <div class="key">2</div>
406
+ <div class="key">3</div>
407
+ <div class="key darker">−</div>
408
+
409
+ <div class="key">000</div>
410
+ <div class="key">00</div>
411
+ <div class="key">0</div>
412
+ <div class="key darker">+</div>
413
+
414
+ <div class="key lefttext">
415
+ <span class="tiny">MULTI CURRENCY</span>
416
+ CONVERTER
417
+ </div>
418
+ <div class="key">±</div>
419
+ <div class="key">.</div>
420
+ <div class="key red">=</div>
421
+ </div>
422
+
423
+ <!-- Bottom area with home handle -->
424
+ <div class="bottom-area">
425
+ <div class="home-handle"></div>
426
+ </div>
427
+
428
+ </div>
429
+ </body>
430
+ </html>
code/11376/11376_10.html ADDED
@@ -0,0 +1,347 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Currency Converter UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
10
+ background: #0f1216; color: #fff;
11
+ }
12
+ /* Status bar */
13
+ .status-bar {
14
+ position: absolute; top: 0; left: 0; width: 100%; height: 120px; background: #000;
15
+ color: #fff; padding: 0 32px; box-sizing: border-box;
16
+ }
17
+ .status-time { position: absolute; left: 32px; top: 36px; font-size: 44px; letter-spacing: 1px; }
18
+ .status-icons { position: absolute; right: 32px; top: 34px; display: flex; align-items: center; gap: 28px; }
19
+ /* App bar */
20
+ .app-bar {
21
+ position: absolute; top: 120px; left: 0; width: 100%; height: 160px; background: #1e2126;
22
+ box-sizing: border-box; padding: 30px 32px;
23
+ }
24
+ .app-title { font-weight: 800; font-size: 44px; letter-spacing: 1px; }
25
+ .app-sub { color: #9aa0a6; font-size: 26px; margin-top: 8px; }
26
+ .hamburger { position: absolute; left: 28px; top: 52px; width: 56px; height: 56px; }
27
+ .dots { position: absolute; right: 28px; top: 52px; width: 56px; height: 56px; }
28
+
29
+ /* Top blue panel */
30
+ .panel {
31
+ position: absolute; top: 280px; left: 0; width: 100%; height: 520px;
32
+ background: linear-gradient(#5c7fa8, #466a8f);
33
+ box-sizing: border-box; padding: 20px 28px;
34
+ }
35
+ .panel-topline { position: absolute; top: 20px; left: 28px; font-size: 24px; color: #c9d7e6; }
36
+ .currency-row {
37
+ position: relative; width: 100%; height: 220px; margin-top: 40px;
38
+ display: flex; align-items: center; box-sizing: border-box; padding-left: 120px; padding-right: 120px;
39
+ }
40
+ .search-icon {
41
+ position: absolute; left: 38px; width: 64px; height: 64px;
42
+ }
43
+ .code-block { flex: 1; }
44
+ .code-line { display: flex; align-items: center; gap: 18px; }
45
+ .code { font-size: 56px; font-weight: 800; color: #fff; }
46
+ .flag {
47
+ width: 72px; height: 44px; background: #E0E0E0; border: 1px solid #BDBDBD;
48
+ display: flex; justify-content: center; align-items: center; color: #757575; font-size: 20px;
49
+ border-radius: 4px;
50
+ }
51
+ .name { font-size: 28px; color: #c9d7e6; margin-top: 8px; }
52
+ .row-actions { position: absolute; right: 140px; display: flex; align-items: center; gap: 28px; }
53
+ .dropdown-arrow { width: 24px; height: 24px; }
54
+ .rotate-icon, .clock-icon { width: 38px; height: 38px; opacity: 0.9; }
55
+ .value { position: absolute; right: 40px; font-size: 110px; font-weight: 700; color: #e6eef7; }
56
+
57
+ /* Toolbar */
58
+ .toolbar {
59
+ position: absolute; top: 800px; left: 0; width: 100%; height: 120px;
60
+ display: grid; grid-template-columns: repeat(4, 1fr);
61
+ }
62
+ .tool {
63
+ background: #19384e; border-top: 1px solid #1b2f41; border-bottom: 1px solid #1b2f41;
64
+ border-right: 1px solid #1b2f41; display: flex; align-items: center; justify-content: center;
65
+ color: #cde1f3; font-size: 26px; text-align: center; padding: 0 18px;
66
+ }
67
+ .tool:first-child { border-left: 1px solid #1b2f41; }
68
+
69
+ /* Keypad and value column */
70
+ .content {
71
+ position: absolute; top: 920px; left: 0; width: 100%; bottom: 170px;
72
+ display: grid; grid-template-columns: 1.1fr 1fr 1fr 1fr;
73
+ }
74
+ .readout-cell {
75
+ background: #60676d; border: 1px solid #4e5459; display: flex; align-items: center; justify-content: center;
76
+ font-size: 90px; color: #e7eef4;
77
+ }
78
+ .key {
79
+ background: #454b50; border: 1px solid #3a3f43; display: flex; align-items: center; justify-content: center;
80
+ font-size: 64px; color: #dce2e7; font-weight: 700;
81
+ }
82
+ .key.dark { background: #2f3439; }
83
+ .key.red { background: #b23a35; }
84
+ .key.small { font-size: 48px; }
85
+ .key.label { font-size: 54px; }
86
+
87
+ /* Dropdown list overlay */
88
+ .dropdown {
89
+ position: absolute; left: 120px; top: 470px; width: 560px; height: 1480px; overflow: hidden;
90
+ background: #123b59; border-radius: 6px; box-shadow: 0 8px 30px rgba(0,0,0,0.4);
91
+ }
92
+ .dropdown .item {
93
+ height: 120px; padding: 18px 24px; box-sizing: border-box; border-bottom: 1px solid #0f314a;
94
+ display: flex; align-items: center; gap: 18px;
95
+ }
96
+ .item .abbr { font-size: 42px; font-weight: 800; color: #fff; width: 140px; }
97
+ .item .desc { font-size: 26px; color: #c0d3e6; }
98
+ .item .flag {
99
+ width: 66px; height: 42px; margin-left: auto;
100
+ }
101
+
102
+ /* Ad banner */
103
+ .ad-banner {
104
+ position: absolute; bottom: 90px; left: 0; width: 100%; height: 160px; background: #ffffff;
105
+ box-sizing: border-box; padding: 24px; color: #222; display: flex; align-items: center; justify-content: space-between;
106
+ }
107
+ .ad-left {
108
+ display: flex; align-items: center; gap: 24px;
109
+ }
110
+ .ad-img {
111
+ width: 96px; height: 96px; background: #E0E0E0; border: 1px solid #BDBDBD; color: #757575;
112
+ display: flex; align-items: center; justify-content: center; border-radius: 20px;
113
+ }
114
+ .ad-title { font-size: 34px; }
115
+ .ad-btn {
116
+ background: #2BAE66; color: #fff; padding: 16px 36px; border-radius: 40px; font-size: 36px; font-weight: 700;
117
+ }
118
+
119
+ /* Home indicator */
120
+ .home-indicator {
121
+ position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%);
122
+ width: 440px; height: 14px; background: #bfc5cc; border-radius: 8px; opacity: 0.6;
123
+ }
124
+ </style>
125
+ </head>
126
+ <body>
127
+ <div id="render-target">
128
+
129
+ <!-- Status Bar -->
130
+ <div class="status-bar">
131
+ <div class="status-time">11:18</div>
132
+ <div class="status-icons">
133
+ <!-- simple monitor icon -->
134
+ <svg width="44" height="44" viewBox="0 0 24 24">
135
+ <rect x="3" y="4" width="18" height="12" fill="#fff" opacity="0.85"></rect>
136
+ <rect x="9" y="17" width="6" height="2" fill="#fff"></rect>
137
+ </svg>
138
+ <!-- wifi icon -->
139
+ <svg width="44" height="44" viewBox="0 0 24 24">
140
+ <path d="M2 8c5-4 15-4 20 0" stroke="#fff" stroke-width="2" fill="none" opacity="0.9"/>
141
+ <path d="M6 12c3-3 9-3 12 0" stroke="#fff" stroke-width="2" fill="none" opacity="0.9"/>
142
+ <circle cx="12" cy="16" r="2" fill="#fff"/>
143
+ </svg>
144
+ <!-- battery icon -->
145
+ <svg width="44" height="44" viewBox="0 0 24 24">
146
+ <rect x="3" y="6" width="16" height="12" rx="2" ry="2" fill="none" stroke="#fff" stroke-width="2"/>
147
+ <rect x="5" y="8" width="12" height="8" fill="#fff"/>
148
+ <rect x="19" y="10" width="2" height="4" fill="#fff"/>
149
+ </svg>
150
+ </div>
151
+ </div>
152
+
153
+ <!-- App Bar -->
154
+ <div class="app-bar">
155
+ <svg class="hamburger" viewBox="0 0 24 24">
156
+ <rect x="3" y="5" width="18" height="2" fill="#fff"></rect>
157
+ <rect x="3" y="11" width="18" height="2" fill="#fff"></rect>
158
+ <rect x="3" y="17" width="18" height="2" fill="#fff"></rect>
159
+ </svg>
160
+ <div class="app-title">CURRENCY CONVERTER</div>
161
+ <div class="app-sub">Updated on December 14, 2023 10:48 AM</div>
162
+ <svg class="dots" viewBox="0 0 24 24">
163
+ <circle cx="12" cy="5" r="2" fill="#fff"></circle>
164
+ <circle cx="12" cy="12" r="2" fill="#fff"></circle>
165
+ <circle cx="12" cy="19" r="2" fill="#fff"></circle>
166
+ </svg>
167
+ </div>
168
+
169
+ <!-- Blue Panel -->
170
+ <div class="panel">
171
+ <div class="panel-topline">EN</div>
172
+
173
+ <!-- Row 1 -->
174
+ <div class="currency-row">
175
+ <svg class="search-icon" viewBox="0 0 24 24">
176
+ <circle cx="10" cy="10" r="7" stroke="#f34a45" stroke-width="2" fill="none"></circle>
177
+ <line x1="14" y1="14" x2="21" y2="21" stroke="#f34a45" stroke-width="2"></line>
178
+ </svg>
179
+ <div class="code-block">
180
+ <div class="code-line">
181
+ <div class="code">GBP</div>
182
+ <div class="flag">[IMG: UK Flag]</div>
183
+ <svg class="dropdown-arrow" viewBox="0 0 24 24">
184
+ <path d="M6 9l6 6 6-6" fill="#d64" opacity="0.9"></path>
185
+ </svg>
186
+ </div>
187
+ <div class="name">British Pound Sterling</div>
188
+ </div>
189
+ <div class="row-actions">
190
+ <svg class="clock-icon" viewBox="0 0 24 24">
191
+ <circle cx="12" cy="12" r="9" stroke="#cdd9e6" stroke-width="2" fill="none"/>
192
+ <path d="M12 12V7M12 12L16 14" stroke="#cdd9e6" stroke-width="2"/>
193
+ </svg>
194
+ </div>
195
+ <div class="value">0</div>
196
+ </div>
197
+
198
+ <!-- Row 2 -->
199
+ <div class="currency-row" style="margin-top: 0;">
200
+ <svg class="search-icon" viewBox="0 0 24 24" style="top: 240px;">
201
+ <circle cx="10" cy="10" r="7" stroke="#6fa0d1" stroke-width="2" fill="none"></circle>
202
+ <line x1="14" y1="14" x2="21" y2="21" stroke="#6fa0d1" stroke-width="2"></line>
203
+ </svg>
204
+ <div class="code-block">
205
+ <div class="code-line">
206
+ <div class="code">GMD</div>
207
+ <div class="flag">[IMG: Gambia Flag]</div>
208
+ <svg class="dropdown-arrow" viewBox="0 0 24 24">
209
+ <path d="M6 9l6 6 6-6" fill="#68a0db" opacity="0.9"></path>
210
+ </svg>
211
+ </div>
212
+ <div class="name">Gambian Dalasi</div>
213
+ </div>
214
+ <div class="row-actions">
215
+ <svg class="rotate-icon" viewBox="0 0 24 24">
216
+ <path d="M12 5a7 7 0 1 1-6 10" stroke="#cdd9e6" stroke-width="2" fill="none"/>
217
+ <path d="M6 15h4v4" stroke="#cdd9e6" stroke-width="2" fill="none"/>
218
+ </svg>
219
+ </div>
220
+ <div class="value">0</div>
221
+ </div>
222
+ </div>
223
+
224
+ <!-- Toolbar row -->
225
+ <div class="toolbar">
226
+ <div class="tool">CURRENCY UPDATE</div>
227
+ <div class="tool">UNITS & OPTIONS</div>
228
+ <div class="tool">CURRENCY FAVORITES</div>
229
+ <div class="tool">CURRENCY ROTATE</div>
230
+ </div>
231
+
232
+ <!-- Keypad and readout area -->
233
+ <div class="content">
234
+ <!-- Column 1 (readout zeros) -->
235
+ <div class="readout-cell">0</div>
236
+ <div class="key dark label">CLR</div>
237
+ <div class="key dark label">DEL</div>
238
+ <div class="key">÷</div>
239
+
240
+ <div class="readout-cell">0</div>
241
+ <div class="key">9</div>
242
+ <div class="key">×</div>
243
+ <div class="key">6</div>
244
+
245
+ <div class="readout-cell">0</div>
246
+ <div class="key">3</div>
247
+ <div class="key">−</div>
248
+ <div class="key">+</div>
249
+
250
+ <div class="readout-cell">0</div>
251
+ <div class="key small">.</div>
252
+ <div class="key red">=</div>
253
+ <div class="key">0</div>
254
+ </div>
255
+
256
+ <!-- Dropdown overlay list (open) -->
257
+ <div class="dropdown">
258
+ <div class="item">
259
+ <div class="abbr">GMD</div>
260
+ <div class="desc">Gambian Dalasi</div>
261
+ <div class="flag">[IMG: Flag]</div>
262
+ </div>
263
+ <div class="item">
264
+ <div class="abbr">GNF</div>
265
+ <div class="desc">Guinean Franc</div>
266
+ <div class="flag">[IMG: Flag]</div>
267
+ </div>
268
+ <div class="item">
269
+ <div class="abbr">GTQ</div>
270
+ <div class="desc">Guatemalan Quetzal</div>
271
+ <div class="flag">[IMG: Flag]</div>
272
+ </div>
273
+ <div class="item">
274
+ <div class="abbr">GYD</div>
275
+ <div class="desc">Guyanaese Dollar</div>
276
+ <div class="flag">[IMG: Flag]</div>
277
+ </div>
278
+ <div class="item">
279
+ <div class="abbr">HKD</div>
280
+ <div class="desc">Hong Kong Dollar</div>
281
+ <div class="flag">[IMG: Flag]</div>
282
+ </div>
283
+ <div class="item">
284
+ <div class="abbr">HNL</div>
285
+ <div class="desc">Honduran Lempira</div>
286
+ <div class="flag">[IMG: Flag]</div>
287
+ </div>
288
+ <div class="item">
289
+ <div class="abbr">HRK</div>
290
+ <div class="desc">Croatian Kuna</div>
291
+ <div class="flag">[IMG: Flag]</div>
292
+ </div>
293
+ <div class="item">
294
+ <div class="abbr">HTG</div>
295
+ <div class="desc">Haitian Gourde</div>
296
+ <div class="flag">[IMG: Flag]</div>
297
+ </div>
298
+ <div class="item">
299
+ <div class="abbr">HUF</div>
300
+ <div class="desc">Hungarian Forint</div>
301
+ <div class="flag">[IMG: Flag]</div>
302
+ </div>
303
+ <div class="item">
304
+ <div class="abbr">IDR</div>
305
+ <div class="desc">Indonesian Rupiah</div>
306
+ <div class="flag">[IMG: Flag]</div>
307
+ </div>
308
+ <div class="item">
309
+ <div class="abbr">ILS</div>
310
+ <div class="desc">Israeli New Sheqel</div>
311
+ <div class="flag">[IMG: Flag]</div>
312
+ </div>
313
+ <div class="item">
314
+ <div class="abbr">IMP</div>
315
+ <div class="desc">Manx Pound</div>
316
+ <div class="flag">[IMG: Flag]</div>
317
+ </div>
318
+ <div class="item">
319
+ <div class="abbr">INR</div>
320
+ <div class="desc">Indian Rupee</div>
321
+ <div class="flag">[IMG: Flag]</div>
322
+ </div>
323
+ <div class="item">
324
+ <div class="abbr">IQD</div>
325
+ <div class="desc">Iraqi Dinar</div>
326
+ <div class="flag">[IMG: Flag]</div>
327
+ </div>
328
+ <div class="item">
329
+ <div class="abbr">IRR</div>
330
+ <div class="desc">Iranian Rial</div>
331
+ <div class="flag">[IMG: Flag]</div>
332
+ </div>
333
+ </div>
334
+
335
+ <!-- Ad banner -->
336
+ <div class="ad-banner">
337
+ <div class="ad-left">
338
+ <div class="ad-img">[IMG: App Icon]</div>
339
+ <div class="ad-title">Share Market App</div>
340
+ </div>
341
+ <div class="ad-btn">INSTALL</div>
342
+ </div>
343
+
344
+ <div class="home-indicator"></div>
345
+ </div>
346
+ </body>
347
+ </html>
code/11376/11376_11.html ADDED
@@ -0,0 +1,372 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Currency Converter UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #101418; color: #fff;
13
+ }
14
+
15
+ /* Status bar */
16
+ .statusbar {
17
+ position: absolute; top: 0; left: 0; right: 0;
18
+ height: 96px; background: #000;
19
+ color: #fff; font-weight: 600;
20
+ }
21
+ .statusbar .time { position: absolute; left: 34px; top: 28px; font-size: 42px; letter-spacing: 1px; }
22
+ .statusbar .icons { position: absolute; right: 34px; top: 28px; display: flex; align-items: center; gap: 28px; }
23
+ .status-icon { width: 40px; height: 40px; border-radius: 6px; background: #222; }
24
+
25
+ /* Header */
26
+ .header {
27
+ position: absolute; top: 96px; left: 0; right: 0;
28
+ height: 212px; background: #161819;
29
+ box-shadow: 0 2px 0 rgba(0,0,0,0.6);
30
+ }
31
+ .header .title { position: absolute; left: 132px; top: 54px; font-size: 52px; font-weight: 800; letter-spacing: 1px; }
32
+ .header .subtitle { position: absolute; left: 132px; top: 118px; font-size: 32px; color: #A0A7AE; }
33
+ .header .hamburger { position: absolute; left: 36px; top: 68px; }
34
+ .header .more { position: absolute; right: 34px; top: 66px; }
35
+
36
+ /* Blue currency panel */
37
+ .panel {
38
+ position: absolute; top: 308px; left: 0; right: 0;
39
+ height: 560px;
40
+ background: linear-gradient(180deg, #4A6E93 0%, #3D5F80 100%);
41
+ border-bottom: 2px solid rgba(0,0,0,0.3);
42
+ }
43
+ .panel .lang { position: absolute; left: 34px; top: 26px; font-size: 30px; color: #DDE6EE; }
44
+ .currency-row {
45
+ position: relative;
46
+ display: flex; align-items: center;
47
+ padding: 40px 34px 20px 34px;
48
+ }
49
+ .currency-row + .currency-row { margin-top: 8px; }
50
+ .lens {
51
+ width: 74px; height: 74px; margin-right: 26px;
52
+ }
53
+ .cur-info { flex: 1; }
54
+ .cur-code { font-size: 46px; font-weight: 800; display: flex; align-items: center; gap: 16px; }
55
+ .flag {
56
+ width: 64px; height: 40px; background: #E0E0E0; border: 1px solid #BDBDBD;
57
+ display: inline-flex; align-items: center; justify-content: center; color: #757575; font-size: 18px;
58
+ }
59
+ .cur-name { font-size: 28px; color: #C9D3DC; margin-top: 6px; }
60
+ .cur-actions { width: 160px; display: flex; align-items: center; justify-content: space-between; margin-left: 12px; }
61
+ .drop-arrow, .refresh { width: 40px; height: 40px; }
62
+ .row-value { width: 120px; text-align: right; font-size: 72px; font-weight: 700; color: #FFFFFF; padding-right: 24px; }
63
+
64
+ /* Toolbar below panel */
65
+ .toolbar {
66
+ position: absolute; top: 868px; left: 0; right: 0; height: 128px;
67
+ background: linear-gradient(180deg, #1F384E 0%, #1A2E40 100%);
68
+ display: flex; border-top: 1px solid rgba(0,0,0,0.4); border-bottom: 1px solid rgba(0,0,0,0.4);
69
+ }
70
+ .tool {
71
+ flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center;
72
+ color: #C9D3DC; border-right: 1px solid rgba(0,0,0,0.35);
73
+ }
74
+ .tool:last-child { border-right: none; }
75
+ .tool svg { width: 44px; height: 44px; margin-bottom: 8px; }
76
+ .tool span { font-size: 26px; text-align: center; }
77
+
78
+ /* Keypad grid */
79
+ .keypad {
80
+ position: absolute; top: 996px; left: 0; right: 0; bottom: 260px;
81
+ display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px;
82
+ background: #2A2F33;
83
+ }
84
+ .key {
85
+ display: flex; align-items: center; justify-content: center;
86
+ font-size: 88px; color: #FFFFFF;
87
+ background: #5F676C; border: 1px solid #3B4246;
88
+ }
89
+ .key.dark { background: #3E4448; }
90
+ .key.op { background: #3B4247; font-size: 82px; }
91
+ .key.equals { background: #C2463E; font-weight: 800; font-size: 96px; color: #fff; }
92
+
93
+ /* Overlay currency dropdown list */
94
+ .dropdown {
95
+ position: absolute; top: 480px; left: 170px;
96
+ width: 450px; height: 1500px;
97
+ background: #163B56; border-radius: 6px; box-shadow: 0 10px 24px rgba(0,0,0,0.5);
98
+ overflow: hidden;
99
+ }
100
+ .drop-item {
101
+ display: flex; align-items: center; gap: 16px;
102
+ padding: 22px; border-bottom: 1px solid rgba(255,255,255,0.08);
103
+ color: #EAF2F7;
104
+ }
105
+ .drop-item .code { width: 110px; font-weight: 800; font-size: 38px; }
106
+ .drop-item .flag {
107
+ width: 64px; height: 40px; font-size: 14px;
108
+ }
109
+ .drop-item .name { font-size: 26px; color: #C5D3DF; }
110
+
111
+ /* Bottom ad banner */
112
+ .ad {
113
+ position: absolute; left: 0; right: 0; bottom: 120px;
114
+ height: 180px; background: #FFFFFF; color: #000; display: flex; align-items: center; padding: 20px 26px; gap: 26px;
115
+ box-shadow: 0 -2px 0 rgba(0,0,0,0.25);
116
+ }
117
+ .ad .img {
118
+ width: 140px; height: 140px; background: #E0E0E0; border: 1px solid #BDBDBD;
119
+ display: flex; align-items: center; justify-content: center; color: #757575;
120
+ }
121
+ .ad .text { flex: 1; font-size: 34px; }
122
+ .ad .install {
123
+ background: #2EBF74; color: #fff; font-weight: 800; font-size: 34px;
124
+ padding: 18px 34px; border-radius: 40px;
125
+ }
126
+
127
+ /* Gesture bar */
128
+ .gesture {
129
+ position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%);
130
+ width: 320px; height: 10px; background: #DCDCDC; border-radius: 10px;
131
+ }
132
+ </style>
133
+ </head>
134
+ <body>
135
+ <div id="render-target">
136
+
137
+ <!-- Status bar -->
138
+ <div class="statusbar">
139
+ <div class="time">11:19</div>
140
+ <div class="icons">
141
+ <div class="status-icon"></div>
142
+ <div class="status-icon"></div>
143
+ <div class="status-icon"></div>
144
+ </div>
145
+ </div>
146
+
147
+ <!-- Header -->
148
+ <div class="header">
149
+ <div class="hamburger">
150
+ <svg viewBox="0 0 100 100" width="72" height="72" fill="#fff">
151
+ <rect x="8" y="18" width="84" height="12" rx="6"></rect>
152
+ <rect x="8" y="44" width="84" height="12" rx="6"></rect>
153
+ <rect x="8" y="70" width="84" height="12" rx="6"></rect>
154
+ </svg>
155
+ </div>
156
+ <div class="title">CURRENCY CONVERTER</div>
157
+ <div class="subtitle">Updated on December 14, 2023 10:48 AM</div>
158
+ <div class="more">
159
+ <svg viewBox="0 0 24 24" width="56" height="56" fill="#fff">
160
+ <circle cx="12" cy="4" r="3"></circle>
161
+ <circle cx="12" cy="12" r="3"></circle>
162
+ <circle cx="12" cy="20" r="3"></circle>
163
+ </svg>
164
+ </div>
165
+ </div>
166
+
167
+ <!-- Blue currency panel -->
168
+ <div class="panel">
169
+ <div class="lang">EN</div>
170
+
171
+ <!-- Row 1 -->
172
+ <div class="currency-row">
173
+ <svg class="lens" viewBox="0 0 100 100">
174
+ <circle cx="40" cy="40" r="28" stroke="#E64646" stroke-width="10" fill="none"></circle>
175
+ <rect x="64" y="64" width="26" height="10" transform="rotate(45 64 64)" fill="#E64646"></rect>
176
+ </svg>
177
+
178
+ <div class="cur-info">
179
+ <div class="cur-code">GBP <div class="flag">[IMG: Flag]</div></div>
180
+ <div class="cur-name">British Pound Sterling</div>
181
+ </div>
182
+
183
+ <div class="cur-actions">
184
+ <svg class="drop-arrow" viewBox="0 0 24 24" fill="#E85A4F">
185
+ <path d="M6 9l6 6 6-6"></path>
186
+ </svg>
187
+ <svg class="refresh" viewBox="0 0 24 24" fill="none" stroke="#DDE6EE" stroke-width="2">
188
+ <path d="M12 5a7 7 0 1 1-7 7"></path>
189
+ <path d="M5 5v6h6"></path>
190
+ </svg>
191
+ </div>
192
+
193
+ <div class="row-value">0</div>
194
+ </div>
195
+
196
+ <!-- Row 2 -->
197
+ <div class="currency-row">
198
+ <svg class="lens" viewBox="0 0 100 100">
199
+ <circle cx="40" cy="40" r="28" stroke="#64A0D7" stroke-width="10" fill="none"></circle>
200
+ <rect x="64" y="64" width="26" height="10" transform="rotate(45 64 64)" fill="#64A0D7"></rect>
201
+ </svg>
202
+
203
+ <div class="cur-info">
204
+ <div class="cur-code">USD <div class="flag">[IMG: Flag]</div></div>
205
+ <div class="cur-name">United States Dollar</div>
206
+ </div>
207
+
208
+ <div class="cur-actions">
209
+ <svg class="drop-arrow" viewBox="0 0 24 24" fill="#5AA0F0">
210
+ <path d="M6 9l6 6 6-6"></path>
211
+ </svg>
212
+ <svg class="refresh" viewBox="0 0 24 24" fill="none" stroke="#DDE6EE" stroke-width="2">
213
+ <path d="M12 5a7 7 0 1 1-7 7"></path>
214
+ <path d="M5 5v6h6"></path>
215
+ </svg>
216
+ </div>
217
+
218
+ <div class="row-value">0</div>
219
+ </div>
220
+ </div>
221
+
222
+ <!-- Toolbar -->
223
+ <div class="toolbar">
224
+ <div class="tool">
225
+ <svg viewBox="0 0 24 24" fill="none" stroke="#C9D3DC" stroke-width="2">
226
+ <path d="M12 6a6 6 0 1 1-6 6"></path>
227
+ <path d="M6 6v4h4"></path>
228
+ </svg>
229
+ <span>CURRENCY UPDATE</span>
230
+ </div>
231
+ <div class="tool">
232
+ <svg viewBox="0 0 24 24" fill="none" stroke="#C9D3DC" stroke-width="2">
233
+ <path d="M5 5h14v14H5z"></path>
234
+ <path d="M5 12h14"></path>
235
+ </svg>
236
+ <span>RATES & NEWS</span>
237
+ </div>
238
+ <div class="tool">
239
+ <svg viewBox="0 0 24 24" fill="#C9D3DC">
240
+ <path d="M12 .8l3.1 6.3 6.9 1-5 4.8 1.2 6.8-6.2-3.3-6.2 3.3 1.2-6.8-5-4.8 6.9-1z"></path>
241
+ </svg>
242
+ <span>CURRENCY FAVORITES</span>
243
+ </div>
244
+ <div class="tool">
245
+ <svg viewBox="0 0 24 24" fill="none" stroke="#C9D3DC" stroke-width="2">
246
+ <path d="M8 7l-5 5 5 5"></path>
247
+ <path d="M16 17l5-5-5-5"></path>
248
+ </svg>
249
+ <span>CURRENCY ROTATE</span>
250
+ </div>
251
+ </div>
252
+
253
+ <!-- Keypad -->
254
+ <div class="keypad">
255
+ <div class="key dark">C</div>
256
+ <div class="key dark">X</div>
257
+ <div class="key dark">CLR</div>
258
+ <div class="key op">DEL</div>
259
+
260
+ <div class="key">9</div>
261
+ <div class="key">6</div>
262
+ <div class="key">3</div>
263
+ <div class="key op">÷</div>
264
+
265
+ <div class="key">8</div>
266
+ <div class="key">5</div>
267
+ <div class="key">2</div>
268
+ <div class="key op">×</div>
269
+
270
+ <div class="key">7</div>
271
+ <div class="key">4</div>
272
+ <div class="key">1</div>
273
+ <div class="key op">−</div>
274
+
275
+ <div class="key">0</div>
276
+ <div class="key">.</div>
277
+ <div class="key equals">=</div>
278
+ <div class="key op">+</div>
279
+ </div>
280
+
281
+ <!-- Overlay dropdown list -->
282
+ <div class="dropdown">
283
+ <div class="drop-item">
284
+ <div class="code">CZK</div>
285
+ <div class="flag">[IMG: Flag]</div>
286
+ <div class="name">Czech Republic Koruna</div>
287
+ </div>
288
+ <div class="drop-item">
289
+ <div class="code">DJF</div>
290
+ <div class="flag">[IMG: Flag]</div>
291
+ <div class="name">Djiboutian Franc</div>
292
+ </div>
293
+ <div class="drop-item">
294
+ <div class="code">DKK</div>
295
+ <div class="flag">[IMG: Flag]</div>
296
+ <div class="name">Danish Krone</div>
297
+ </div>
298
+ <div class="drop-item">
299
+ <div class="code">DOP</div>
300
+ <div class="flag">[IMG: Flag]</div>
301
+ <div class="name">Dominican Peso</div>
302
+ </div>
303
+ <div class="drop-item">
304
+ <div class="code">DZD</div>
305
+ <div class="flag">[IMG: Flag]</div>
306
+ <div class="name">Algerian Dinar</div>
307
+ </div>
308
+ <div class="drop-item">
309
+ <div class="code">EGP</div>
310
+ <div class="flag">[IMG: Flag]</div>
311
+ <div class="name">Egyptian Pound</div>
312
+ </div>
313
+ <div class="drop-item">
314
+ <div class="code">ERN</div>
315
+ <div class="flag">[IMG: Flag]</div>
316
+ <div class="name">Eritrean Nakfa</div>
317
+ </div>
318
+ <div class="drop-item">
319
+ <div class="code">ETB</div>
320
+ <div class="flag">[IMG: Flag]</div>
321
+ <div class="name">Ethiopian Birr</div>
322
+ </div>
323
+ <div class="drop-item">
324
+ <div class="code">EUR</div>
325
+ <div class="flag">[IMG: Flag]</div>
326
+ <div class="name">Euro</div>
327
+ </div>
328
+ <div class="drop-item">
329
+ <div class="code">FJD</div>
330
+ <div class="flag">[IMG: Flag]</div>
331
+ <div class="name">Fijian Dollar</div>
332
+ </div>
333
+ <div class="drop-item">
334
+ <div class="code">FKP</div>
335
+ <div class="flag">[IMG: Flag]</div>
336
+ <div class="name">Falkland Islands Pound</div>
337
+ </div>
338
+ <div class="drop-item">
339
+ <div class="code">GBP</div>
340
+ <div class="flag">[IMG: Flag]</div>
341
+ <div class="name">British Pound Sterling</div>
342
+ </div>
343
+ <div class="drop-item">
344
+ <div class="code">GEL</div>
345
+ <div class="flag">[IMG: Flag]</div>
346
+ <div class="name">Georgian Lari</div>
347
+ </div>
348
+ <div class="drop-item">
349
+ <div class="code">GGP</div>
350
+ <div class="flag">[IMG: Flag]</div>
351
+ <div class="name">Guernsey Pound</div>
352
+ </div>
353
+ <div class="drop-item">
354
+ <div class="code">GHS</div>
355
+ <div class="flag">[IMG: Flag]</div>
356
+ <div class="name">Ghanaian Cedi</div>
357
+ </div>
358
+ </div>
359
+
360
+ <!-- Bottom ad -->
361
+ <div class="ad">
362
+ <div class="img">[IMG: App Icon]</div>
363
+ <div class="text">Share Market App</div>
364
+ <div class="install">INSTALL</div>
365
+ </div>
366
+
367
+ <!-- Gesture bar -->
368
+ <div class="gesture"></div>
369
+
370
+ </div>
371
+ </body>
372
+ </html>
code/11376/11376_12.html ADDED
@@ -0,0 +1,301 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Currency Converter 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: #212529; color: #fff;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ height: 110px; background: #000; color: #fff;
17
+ display: flex; align-items: center; justify-content: space-between;
18
+ padding: 0 36px; box-sizing: border-box; font-weight: 600;
19
+ }
20
+ .status-left { font-size: 40px; letter-spacing: 1px; }
21
+ .status-right { display: flex; gap: 30px; align-items: center; }
22
+ .status-icon svg { width: 42px; height: 42px; fill: #fff; }
23
+
24
+ /* App bar */
25
+ .app-bar {
26
+ height: 220px; background: #2b2f33;
27
+ display: flex; align-items: center; padding: 0 30px; box-sizing: border-box;
28
+ border-bottom: 1px solid #1e2226;
29
+ }
30
+ .app-left, .app-right { width: 120px; display: flex; align-items: center; justify-content: center; }
31
+ .app-center { flex: 1; }
32
+ .title { font-size: 56px; font-weight: 800; letter-spacing: 1px; }
33
+ .subtitle { font-size: 28px; color: #b0b7bf; margin-top: 12px; }
34
+
35
+ .icon-btn svg { width: 64px; height: 64px; fill: #fff; }
36
+
37
+ /* Converter panel */
38
+ .panel {
39
+ height: 520px;
40
+ background: linear-gradient(#557a9b, #3e6080);
41
+ border-bottom: 2px solid #1a1f26;
42
+ box-sizing: border-box;
43
+ padding: 22px 24px;
44
+ }
45
+ .panel-top {
46
+ display: flex; align-items: center; gap: 18px; color: #c9d4df; font-size: 28px; margin-bottom: 10px;
47
+ }
48
+ .small-icon svg { width: 36px; height: 36px; fill: #c9d4df; }
49
+
50
+ .currency-row {
51
+ display: grid; grid-template-columns: 120px 1fr 160px;
52
+ align-items: center; padding: 26px 12px; margin-top: 12px;
53
+ border-top: 1px solid rgba(255,255,255,0.08);
54
+ }
55
+ .search-icon svg { width: 78px; height: 78px; stroke: #ff5a52; stroke-width: 16; fill: none; }
56
+ .curr-details { display: flex; align-items: center; gap: 20px; }
57
+ .curr-text { display: flex; flex-direction: column; }
58
+ .code { font-size: 48px; font-weight: 800; color: #fff; }
59
+ .name { font-size: 28px; color: #dde6ee; margin-top: 6px; }
60
+ .flag {
61
+ width: 72px; height: 42px; background: #E0E0E0; border: 1px solid #BDBDBD;
62
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 18px;
63
+ }
64
+ .row-actions { display: flex; align-items: center; gap: 16px; margin-left: 6px; color: #cfd7de; }
65
+ .row-actions .dropdown { width: 0; height: 0; border-left: 12px solid transparent; border-right: 12px solid transparent; border-top: 16px solid #ef4d3a; }
66
+ .row-actions .dropdown.blue { border-top-color: #58a6ff; }
67
+ .row-actions .rotate svg { width: 42px; height: 42px; fill: #cfd7de; }
68
+ .value { justify-self: end; font-size: 86px; font-weight: 700; color: #e9eef3; padding-right: 18px; }
69
+
70
+ /* Actions row */
71
+ .actions {
72
+ height: 190px;
73
+ display: grid; grid-template-columns: repeat(4, 1fr);
74
+ background: linear-gradient(#273a4d, #253748);
75
+ border-top: 2px solid #0f141a; border-bottom: 2px solid #0f141a;
76
+ }
77
+ .action-item {
78
+ border-right: 1px solid #0f141a;
79
+ display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px;
80
+ color: #e9eef3;
81
+ }
82
+ .action-item:last-child { border-right: none; }
83
+ .action-item svg { width: 52px; height: 52px; fill: #e9eef3; }
84
+ .action-label { font-size: 28px; text-align: center; line-height: 1.2; }
85
+
86
+ /* Keypad */
87
+ .keypad { display: grid; grid-template-columns: repeat(4, 1fr); }
88
+ .key-row { display: contents; }
89
+ .key {
90
+ height: 170px; background: #596269; border: 1px solid #424a52;
91
+ display: flex; align-items: center; justify-content: center; color: #fff; font-size: 56px; font-weight: 700;
92
+ }
93
+ .key.dark { background: #3e464d; }
94
+ .key.light { background: linear-gradient(#5f676e, #555d64); }
95
+ .key .sub { font-size: 40px; color: #ff4646; margin-left: 10px; }
96
+ .key .left-arrow { margin-right: 12px; }
97
+ .key.small { font-size: 40px; }
98
+ .key.red { background: #c44942; }
99
+ .key.text-red { color: #df3b32; font-weight: 700; font-size: 36px; line-height: 1.2; text-align: center; }
100
+ .key.symbol { font-size: 72px; }
101
+
102
+ /* Ad banner */
103
+ .ad {
104
+ position: absolute; left: 0; right: 0; bottom: 70px;
105
+ height: 150px; background: #ffffff; color: #222; display: flex; align-items: center; padding: 0 24px; box-sizing: border-box;
106
+ border-top: 1px solid #d7d7d7;
107
+ gap: 20px;
108
+ }
109
+ .ad .app-icon {
110
+ width: 120px; height: 120px; background: #E0E0E0; border: 1px solid #BDBDBD;
111
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 22px; border-radius: 24px;
112
+ }
113
+ .ad .info { flex: 1; }
114
+ .ad .title { font-size: 36px; font-weight: 700; color: #333; }
115
+ .ad .meta { font-size: 26px; color: #777; margin-top: 8px; }
116
+ .ad .install {
117
+ background: #2f8e4d; color: #fff; padding: 18px 32px; border-radius: 40px; font-size: 32px; font-weight: 700;
118
+ }
119
+
120
+ /* Gesture bar */
121
+ .gesture {
122
+ position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%);
123
+ width: 300px; height: 16px; background: #bfc5cb; border-radius: 12px;
124
+ }
125
+ </style>
126
+ </head>
127
+ <body>
128
+ <div id="render-target">
129
+
130
+ <!-- Status Bar -->
131
+ <div class="status-bar">
132
+ <div class="status-left">11:19</div>
133
+ <div class="status-right">
134
+ <div class="status-icon">
135
+ <!-- Small rectangle (screen cast icon simplified) -->
136
+ <svg viewBox="0 0 24 24"><rect x="3" y="6" width="18" height="12" rx="2"></rect></svg>
137
+ </div>
138
+ <div class="status-icon">
139
+ <!-- Wifi/triangle simplified -->
140
+ <svg viewBox="0 0 24 24"><path d="M3 8l9-5 9 5-9 5-9-5z"></path></svg>
141
+ </div>
142
+ <div class="status-icon">
143
+ <!-- Battery -->
144
+ <svg viewBox="0 0 24 24"><rect x="3" y="6" width="18" height="12" rx="2"></rect><rect x="21" y="10" width="2" height="4"></rect></svg>
145
+ </div>
146
+ </div>
147
+ </div>
148
+
149
+ <!-- App Bar -->
150
+ <div class="app-bar">
151
+ <div class="app-left icon-btn">
152
+ <!-- Hamburger -->
153
+ <svg viewBox="0 0 24 24"><rect x="3" y="5" width="18" height="2"></rect><rect x="3" y="11" width="18" height="2"></rect><rect x="3" y="17" width="18" height="2"></rect></svg>
154
+ </div>
155
+ <div class="app-center">
156
+ <div class="title">CURRENCY CONVERTER</div>
157
+ <div class="subtitle">Updated on December 14, 2023 10:48 AM</div>
158
+ </div>
159
+ <div class="app-right icon-btn">
160
+ <!-- More vert -->
161
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="5" r="2"></circle><circle cx="12" cy="12" r="2"></circle><circle cx="12" cy="19" r="2"></circle></svg>
162
+ </div>
163
+ </div>
164
+
165
+ <!-- Converter Panel -->
166
+ <div class="panel">
167
+ <div class="panel-top">
168
+ <span>EN</span>
169
+ <span class="small-icon">
170
+ <!-- speaker -->
171
+ <svg viewBox="0 0 24 24"><path d="M4 10h4l4-4v12l-4-4H4z"></path></svg>
172
+ </span>
173
+ <span class="small-icon">
174
+ <!-- link -->
175
+ <svg viewBox="0 0 24 24"><path d="M7 12a5 5 0 015-5h3v2h-3a3 3 0 100 6h3v2h-3a5 5 0 01-5-5z"></path><path d="M17 7a5 5 0 010 10h-3v-2h3a3 3 0 100-6h-3V7h3z"></path></svg>
176
+ </span>
177
+ </div>
178
+
179
+ <!-- Row 1 -->
180
+ <div class="currency-row">
181
+ <div class="search-icon">
182
+ <svg viewBox="0 0 100 100"><circle cx="40" cy="40" r="28"></circle><line x1="58" y1="58" x2="88" y2="88" stroke="#ff5a52" stroke-width="16"></line></svg>
183
+ </div>
184
+ <div class="curr-details">
185
+ <div class="curr-text">
186
+ <div class="code">GBP</div>
187
+ <div class="name">British Pound Sterling</div>
188
+ </div>
189
+ <div class="flag">[IMG: UK Flag]</div>
190
+ <div class="row-actions">
191
+ <div class="dropdown"></div>
192
+ <div class="rotate">
193
+ <svg viewBox="0 0 24 24"><path d="M12 6v4l3-3M6 12a6 6 0 1012 0" fill="none" stroke="#cfd7de" stroke-width="2"></path></svg>
194
+ </div>
195
+ </div>
196
+ </div>
197
+ <div class="value">0</div>
198
+ </div>
199
+
200
+ <!-- Row 2 -->
201
+ <div class="currency-row">
202
+ <div class="search-icon">
203
+ <svg viewBox="0 0 100 100"><circle cx="40" cy="40" r="28"></circle><line x1="58" y1="58" x2="88" y2="88" stroke="#5aa7ff" stroke-width="16"></line></svg>
204
+ </div>
205
+ <div class="curr-details">
206
+ <div class="curr-text">
207
+ <div class="code">EUR</div>
208
+ <div class="name">Euro</div>
209
+ </div>
210
+ <div class="flag">[IMG: EU Flag]</div>
211
+ <div class="row-actions">
212
+ <div class="dropdown blue"></div>
213
+ <div class="rotate">
214
+ <svg viewBox="0 0 24 24"><path d="M12 6v4l3-3M6 12a6 6 0 1012 0" fill="none" stroke="#cfd7de" stroke-width="2"></path></svg>
215
+ </div>
216
+ </div>
217
+ </div>
218
+ <div class="value">0</div>
219
+ </div>
220
+ </div>
221
+
222
+ <!-- Actions Row -->
223
+ <div class="actions">
224
+ <div class="action-item">
225
+ <svg viewBox="0 0 24 24"><path d="M12 2v4l3-3M4 12a8 8 0 1016 0" fill="none" stroke="#e9eef3" stroke-width="2"></path></svg>
226
+ <div class="action-label">CURRENCY<br>UPDATE</div>
227
+ </div>
228
+ <div class="action-item">
229
+ <svg viewBox="0 0 24 24"><rect x="4" y="12" width="3" height="8"></rect><rect x="10" y="8" width="3" height="12"></rect><rect x="16" y="5" width="3" height="15"></rect></svg>
230
+ <div class="action-label">TRENDS &<br>CHARTS</div>
231
+ </div>
232
+ <div class="action-item">
233
+ <svg viewBox="0 0 24 24"><path d="M12 17l-5 3 2-6-5-4 6-1 2-5 2 5 6 1-5 4 2 6-5-3z"></path></svg>
234
+ <div class="action-label">CURRENCY<br>FAVORITES</div>
235
+ </div>
236
+ <div class="action-item">
237
+ <svg viewBox="0 0 24 24"><path d="M8 7h5V4l4 4-4 4V9H8zM16 17H11v3l-4-4 4-4v3h5z"></path></svg>
238
+ <div class="action-label">CURRENCY<br>ROTATE</div>
239
+ </div>
240
+ </div>
241
+
242
+ <!-- Keypad -->
243
+ <div class="keypad">
244
+ <!-- Row: COPY SEND CLR DEL -->
245
+ <div class="key light">COPY</div>
246
+ <div class="key light">SEND</div>
247
+ <div class="key light">CLR<span class="sub">✕</span></div>
248
+ <div class="key dark">
249
+ <span class="left-arrow">
250
+ <svg viewBox="0 0 24 24" width="52" height="52"><path d="M14 6l-6 6 6 6" stroke="#c9ef5a" stroke-width="2" fill="none"></path></svg>
251
+ </span>
252
+ DEL
253
+ </div>
254
+
255
+ <!-- 7 8 9 ÷ -->
256
+ <div class="key">7</div>
257
+ <div class="key">8</div>
258
+ <div class="key">9</div>
259
+ <div class="key dark symbol">÷</div>
260
+
261
+ <!-- 4 5 6 × -->
262
+ <div class="key">4</div>
263
+ <div class="key">5</div>
264
+ <div class="key">6</div>
265
+ <div class="key dark symbol">×</div>
266
+
267
+ <!-- 1 2 3 − -->
268
+ <div class="key">1</div>
269
+ <div class="key">2</div>
270
+ <div class="key">3</div>
271
+ <div class="key dark symbol">−</div>
272
+
273
+ <!-- 000 00 0 + -->
274
+ <div class="key small">000</div>
275
+ <div class="key small">00</div>
276
+ <div class="key">0</div>
277
+ <div class="key dark symbol">+</div>
278
+
279
+ <!-- MULTI / ± / . / = -->
280
+ <div class="key text-red">MULTI CURRENCY<br>CONVERTER</div>
281
+ <div class="key symbol">±</div>
282
+ <div class="key symbol">.</div>
283
+ <div class="key red symbol">=</div>
284
+ </div>
285
+
286
+ <!-- Ad banner -->
287
+ <div class="ad">
288
+ <div class="app-icon">[IMG: App Icon]</div>
289
+ <div class="info">
290
+ <div class="title">Motilal Oswal Share Market App</div>
291
+ <div class="meta">3.9 ★ FREE</div>
292
+ </div>
293
+ <div class="install">INSTALL</div>
294
+ </div>
295
+
296
+ <!-- Gesture bar -->
297
+ <div class="gesture"></div>
298
+
299
+ </div>
300
+ </body>
301
+ </html>
code/11376/11376_13.html ADDED
@@ -0,0 +1,303 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Currency Converter UI Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: "Roboto", Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px;
10
+ position: relative; overflow: hidden;
11
+ background: #101317;
12
+ box-sizing: border-box;
13
+ }
14
+ /* Status bar */
15
+ .status-bar {
16
+ height: 120px; background: #0b0b0b; color: #ffffff;
17
+ display: flex; align-items: center; justify-content: space-between;
18
+ padding: 0 40px; font-weight: 500;
19
+ }
20
+ .status-left { font-size: 42px; letter-spacing: 1px; }
21
+ .status-right { display: flex; gap: 24px; align-items: center; }
22
+ .status-icon {
23
+ width: 36px; height: 36px; border-radius: 6px; background: #ffffff22;
24
+ }
25
+
26
+ /* App bar */
27
+ .app-bar {
28
+ height: 220px; background: #1f2328; color: #fff;
29
+ display: flex; align-items: center; padding: 0 36px; position: relative;
30
+ border-bottom: 1px solid #2c333a;
31
+ }
32
+ .app-bar .title-wrap { margin-left: 86px; }
33
+ .app-title { font-size: 52px; font-weight: 900; letter-spacing: 1px; }
34
+ .app-sub { font-size: 28px; color: #9aa5af; margin-top: 6px; }
35
+ .app-actions { position: absolute; right: 24px; top: 50%; transform: translateY(-50%); display: flex; gap: 24px; }
36
+ .icon-btn { width: 84px; height: 84px; display: flex; align-items: center; justify-content: center; }
37
+ .menu-left { position: absolute; left: 24px; top: 50%; transform: translateY(-50%); }
38
+
39
+ /* Blue currency section */
40
+ .currency-section {
41
+ height: 570px;
42
+ background: linear-gradient(#52759a, #486b90);
43
+ border-bottom: 3px solid #222a32;
44
+ color: #fff;
45
+ padding: 24px 24px 0 24px;
46
+ }
47
+ .lang-row { color: #c9d6e2; font-size: 26px; display: flex; align-items: center; gap: 18px; margin-bottom: 14px; }
48
+ .cur-row {
49
+ display: grid;
50
+ grid-template-columns: 120px 1fr 200px 240px;
51
+ align-items: center;
52
+ padding: 24px 18px;
53
+ border-top: 1px solid #3e5975;
54
+ }
55
+ .search-icon {
56
+ width: 64px; height: 64px; display: inline-flex; align-items: center; justify-content: center;
57
+ margin-left: 30px;
58
+ }
59
+ .cur-info { display: flex; flex-direction: column; }
60
+ .cur-code { font-size: 46px; font-weight: 900; display: flex; align-items: center; gap: 18px; }
61
+ .cur-name { font-size: 28px; color: #c9d6e2; margin-top: 6px; }
62
+ .flag {
63
+ width: 84px; height: 52px; background: #E0E0E0; border: 1px solid #BDBDBD;
64
+ display: inline-flex; align-items: center; justify-content: center; color: #757575; font-size: 22px;
65
+ }
66
+ .cur-controls { display: flex; gap: 26px; align-items: center; justify-content: flex-start; }
67
+ .amount { text-align: right; font-size: 98px; font-weight: 900; letter-spacing: 1px; }
68
+ .amount.small { font-size: 86px; }
69
+ .dropdown-dot { width: 0; height: 0; border-left: 14px solid transparent; border-right: 14px solid transparent; border-top: 20px solid #e45757; }
70
+ .dropdown-dot.blue { border-top-color: #74a7df; }
71
+
72
+ /* Action tiles */
73
+ .action-tiles {
74
+ display: grid; grid-template-columns: repeat(4, 1fr);
75
+ height: 160px; border-top: 2px solid #1f252b; border-bottom: 2px solid #1f252b;
76
+ }
77
+ .tile {
78
+ background: linear-gradient(#202932, #1b232b);
79
+ border-right: 1px solid #141a20; border-left: 1px solid #27303a;
80
+ display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
81
+ color: #dbe3eb;
82
+ }
83
+ .tile:last-child { border-right: none; }
84
+ .tile-label { font-size: 26px; text-align: center; line-height: 34px; }
85
+ .tile svg { width: 42px; height: 42px; fill: none; stroke: #dbe3eb; stroke-width: 3; }
86
+
87
+ /* Keypad */
88
+ .keypad {
89
+ display: grid; grid-template-columns: repeat(4, 1fr);
90
+ height: 1260px;
91
+ border-top: 2px solid #0f1216;
92
+ }
93
+ .key {
94
+ background: linear-gradient(#58636a, #4c555c);
95
+ border: 1px solid #20282e;
96
+ display: flex; align-items: center; justify-content: center;
97
+ color: #eef2f5; font-size: 68px; font-weight: 700;
98
+ }
99
+ .key.operator { background: linear-gradient(#3a4046, #2f353a); }
100
+ .key.equals { background: #c64a42; color: #fff; font-weight: 900; }
101
+ .key.small { font-size: 40px; }
102
+ .key.subtle { color: #a4acb4; }
103
+ .key.redtext { color: #d04646; font-size: 34px; font-weight: 600; letter-spacing: 1px; }
104
+
105
+ /* Ad banner */
106
+ .ad-banner {
107
+ position: absolute; left: 0; right: 0; bottom: 100px;
108
+ height: 200px; background: #ffffff; border-top: 1px solid #cfd4da;
109
+ display: flex; align-items: center; padding: 0 24px; gap: 24px;
110
+ }
111
+ .ad-img {
112
+ width: 140px; height: 140px; background: #E0E0E0; border: 1px solid #BDBDBD;
113
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 26px; border-radius: 24px;
114
+ }
115
+ .ad-text { display: flex; flex-direction: column; justify-content: center; }
116
+ .ad-title { font-size: 34px; color: #222; }
117
+ .ad-sub { font-size: 26px; color: #6c757d; margin-top: 6px; }
118
+ .install-btn {
119
+ margin-left: auto; background: #2e8b57; color: #fff; font-size: 32px; padding: 18px 42px; border-radius: 40px;
120
+ }
121
+
122
+ /* Bottom gesture pill */
123
+ .gesture-pill {
124
+ position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%);
125
+ width: 180px; height: 18px; background: #e6e6e6; border-radius: 10px;
126
+ opacity: 0.8;
127
+ }
128
+ </style>
129
+ </head>
130
+ <body>
131
+ <div id="render-target">
132
+ <!-- Status bar -->
133
+ <div class="status-bar">
134
+ <div class="status-left">11:20</div>
135
+ <div class="status-right">
136
+ <div class="status-icon"></div>
137
+ <div class="status-icon"></div>
138
+ <div class="status-icon"></div>
139
+ </div>
140
+ </div>
141
+
142
+ <!-- App bar -->
143
+ <div class="app-bar">
144
+ <div class="menu-left icon-btn">
145
+ <svg viewBox="0 0 24 24" width="64" height="64">
146
+ <path d="M3 6h18M3 12h18M3 18h18" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/>
147
+ </svg>
148
+ </div>
149
+ <div class="title-wrap">
150
+ <div class="app-title">CURRENCY CONVERTER</div>
151
+ <div class="app-sub">Updated on December 14, 2023 10:48 AM</div>
152
+ </div>
153
+ <div class="app-actions">
154
+ <div class="icon-btn">
155
+ <svg viewBox="0 0 24 24">
156
+ <circle cx="12" cy="4" r="2" fill="#fff"/>
157
+ <circle cx="12" cy="12" r="2" fill="#fff"/>
158
+ <circle cx="12" cy="20" r="2" fill="#fff"/>
159
+ </svg>
160
+ </div>
161
+ </div>
162
+ </div>
163
+
164
+ <!-- Currency section -->
165
+ <div class="currency-section">
166
+ <div class="lang-row">
167
+ EN
168
+ <svg viewBox="0 0 24 24" width="32" height="32">
169
+ <path d="M4 12h16M12 4v16" stroke="#c9d6e2" stroke-width="2" fill="none"/>
170
+ </svg>
171
+ <svg viewBox="0 0 24 24" width="32" height="32">
172
+ <path d="M6 12a6 6 0 0 1 12 0M6 12a6 6 0 0 0 12 0" stroke="#c9d6e2" stroke-width="2" fill="none"/>
173
+ </svg>
174
+ </div>
175
+
176
+ <!-- GBP row -->
177
+ <div class="cur-row">
178
+ <div class="search-icon">
179
+ <svg viewBox="0 0 24 24" width="64" height="64">
180
+ <circle cx="10" cy="10" r="7" stroke="#e45757" stroke-width="3" fill="none"/>
181
+ <path d="M15 15l6 6" stroke="#e45757" stroke-width="3" fill="none" stroke-linecap="round"/>
182
+ </svg>
183
+ </div>
184
+ <div class="cur-info">
185
+ <div class="cur-code">GBP
186
+ <div class="flag">[IMG: UK Flag]</div>
187
+ </div>
188
+ <div class="cur-name">British Pound Sterling</div>
189
+ </div>
190
+ <div class="cur-controls">
191
+ <div class="dropdown-dot"></div>
192
+ <svg viewBox="0 0 24 24" width="44" height="44">
193
+ <path d="M3 12a9 9 0 0 1 15-6M21 12a9 9 0 0 1-15 6" stroke="#c9d6e2" stroke-width="2" fill="none"/>
194
+ <path d="M6 6v4h4" stroke="#c9d6e2" stroke-width="2" fill="none"/>
195
+ </svg>
196
+ </div>
197
+ <div class="amount">2</div>
198
+ </div>
199
+
200
+ <!-- EUR row -->
201
+ <div class="cur-row">
202
+ <div class="search-icon">
203
+ <svg viewBox="0 0 24 24" width="64" height="64">
204
+ <circle cx="10" cy="10" r="7" stroke="#6fb6ff" stroke-width="3" fill="none"/>
205
+ <path d="M15 15l6 6" stroke="#6fb6ff" stroke-width="3" fill="none" stroke-linecap="round"/>
206
+ </svg>
207
+ </div>
208
+ <div class="cur-info">
209
+ <div class="cur-code">EUR
210
+ <div class="flag">[IMG: EU Flag]</div>
211
+ </div>
212
+ <div class="cur-name">Euro</div>
213
+ </div>
214
+ <div class="cur-controls">
215
+ <div class="dropdown-dot blue"></div>
216
+ <svg viewBox="0 0 24 24" width="44" height="44">
217
+ <path d="M3 12a9 9 0 0 1 15-6M21 12a9 9 0 0 1-15 6" stroke="#c9d6e2" stroke-width="2" fill="none"/>
218
+ <path d="M6 6v4h4" stroke="#c9d6e2" stroke-width="2" fill="none"/>
219
+ </svg>
220
+ </div>
221
+ <div class="amount small">2.31908</div>
222
+ </div>
223
+ </div>
224
+
225
+ <!-- Action tiles -->
226
+ <div class="action-tiles">
227
+ <div class="tile">
228
+ <svg viewBox="0 0 24 24">
229
+ <path d="M12 3a9 9 0 1 0 9 9" />
230
+ <path d="M12 3v6M12 12l4 2" />
231
+ </svg>
232
+ <div class="tile-label">CURRENCY UPDATE</div>
233
+ </div>
234
+ <div class="tile">
235
+ <svg viewBox="0 0 24 24">
236
+ <rect x="3" y="12" width="4" height="7" />
237
+ <rect x="10" y="8" width="4" height="11" />
238
+ <rect x="17" y="5" width="4" height="14" />
239
+ </svg>
240
+ <div class="tile-label">TRENDS & CHARTS</div>
241
+ </div>
242
+ <div class="tile">
243
+ <svg viewBox="0 0 24 24">
244
+ <path d="M12 3l3 6 6 .8-4.5 4 1.2 6.2L12 17l-5.7 3.9L7.5 14 3 9.8 9 9z" stroke-linejoin="round"/>
245
+ </svg>
246
+ <div class="tile-label">CURRENCY FAVORITES</div>
247
+ </div>
248
+ <div class="tile">
249
+ <svg viewBox="0 0 24 24">
250
+ <path d="M12 3a9 9 0 1 1-8 5" />
251
+ <path d="M4 8h5M9 8V3" />
252
+ </svg>
253
+ <div class="tile-label">CURRENCY ROTATE</div>
254
+ </div>
255
+ </div>
256
+
257
+ <!-- Keypad grid -->
258
+ <div class="keypad">
259
+ <div class="key small">COPY</div>
260
+ <div class="key small">SEND</div>
261
+ <div class="key small"><span style="color:#d64b4b;">✕</span>&nbsp; CLR</div>
262
+ <div class="key small"><span style="color:#b7e06b;">⬅</span>&nbsp; DEL</div>
263
+
264
+ <div class="key">7</div>
265
+ <div class="key">8</div>
266
+ <div class="key">9</div>
267
+ <div class="key operator">÷</div>
268
+
269
+ <div class="key">4</div>
270
+ <div class="key">5</div>
271
+ <div class="key">6</div>
272
+ <div class="key operator">×</div>
273
+
274
+ <div class="key">1</div>
275
+ <div class="key">2</div>
276
+ <div class="key">3</div>
277
+ <div class="key operator">−</div>
278
+
279
+ <div class="key">000</div>
280
+ <div class="key">00</div>
281
+ <div class="key">0</div>
282
+ <div class="key operator">+</div>
283
+
284
+ <div class="key redtext">MULTI CURRENCY<br/>CONVERTER</div>
285
+ <div class="key">±</div>
286
+ <div class="key">.</div>
287
+ <div class="key equals">=</div>
288
+ </div>
289
+
290
+ <!-- Ad banner -->
291
+ <div class="ad-banner">
292
+ <div class="ad-img">[IMG: App Icon]</div>
293
+ <div class="ad-text">
294
+ <div class="ad-title">Motilal Oswal Share Market App</div>
295
+ <div class="ad-sub">3.9 ★ FREE</div>
296
+ </div>
297
+ <div class="install-btn">INSTALL</div>
298
+ </div>
299
+
300
+ <div class="gesture-pill"></div>
301
+ </div>
302
+ </body>
303
+ </html>
code/11376/11376_14.html ADDED
@@ -0,0 +1,294 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>Currency Converter UI Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #0F1216;
14
+ font-family: Arial, Helvetica, sans-serif;
15
+ color: #fff;
16
+ }
17
+ .status-bar {
18
+ height: 120px;
19
+ background: #000;
20
+ color: #fff;
21
+ display: flex;
22
+ align-items: center;
23
+ padding: 0 40px;
24
+ box-sizing: border-box;
25
+ font-size: 40px;
26
+ letter-spacing: 1px;
27
+ }
28
+ .status-left { display: flex; align-items: center; gap: 24px; }
29
+ .status-right { margin-left: auto; display: flex; align-items: center; gap: 26px; }
30
+ .icon-sq { width: 40px; height: 28px; border: 4px solid #bbb; border-radius: 4px; }
31
+ .signal {
32
+ width: 44px; height: 28px; border-right: 8px solid #bbb; border-top: 8px solid #bbb; transform: skewX(-15deg);
33
+ }
34
+ .battery {
35
+ width: 60px; height: 28px; border: 4px solid #bbb; border-radius: 6px; position: relative;
36
+ }
37
+ .battery::after {
38
+ content: ""; width: 10px; height: 16px; background: #bbb; position: absolute; right: -12px; top: 4px; border-radius: 2px;
39
+ }
40
+
41
+ .app-bar {
42
+ height: 176px;
43
+ background: #212428;
44
+ border-bottom: 1px solid #2f3237;
45
+ display: flex;
46
+ align-items: center;
47
+ padding: 0 36px;
48
+ box-sizing: border-box;
49
+ }
50
+ .menu-btn { width: 84px; height: 84px; display: flex; align-items: center; justify-content: center; margin-right: 24px; }
51
+ .menu-btn svg { fill: none; stroke: #fff; stroke-width: 12; }
52
+ .app-title { display: flex; flex-direction: column; }
53
+ .app-title h1 { margin: 0; font-size: 52px; letter-spacing: 1px; }
54
+ .app-title .subtitle { margin-top: 8px; font-size: 30px; color: #b0b4bb; }
55
+ .dots { margin-left: auto; width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; }
56
+ .dots svg { fill: #c9cbd1; }
57
+
58
+ .converter-panel {
59
+ height: 540px;
60
+ background: linear-gradient(#4b6b8c, #3f5f7c);
61
+ border-top: 1px solid #2f3740;
62
+ border-bottom: 1px solid #22303b;
63
+ box-sizing: border-box;
64
+ padding: 18px 26px;
65
+ }
66
+ .panel-top {
67
+ display: flex; align-items: center; gap: 16px; color: #d8dbe1; font-size: 28px; margin-bottom: 14px;
68
+ }
69
+ .rows { display: flex; flex-direction: column; gap: 26px; }
70
+ .currency-row {
71
+ display: grid;
72
+ grid-template-columns: 90px 1fr 120px 90px 380px;
73
+ align-items: center;
74
+ column-gap: 18px;
75
+ height: 220px;
76
+ padding: 10px 14px;
77
+ box-sizing: border-box;
78
+ }
79
+ .search-ico { width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; }
80
+ .code-name { display: flex; flex-direction: column; }
81
+ .code-name .code { font-size: 54px; font-weight: bold; }
82
+ .code-name .name { font-size: 30px; color: #cfd6dd; margin-top: 6px; }
83
+ .flag {
84
+ width: 120px; height: 74px; background: #E0E0E0; border: 1px solid #BDBDBD;
85
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 22px; border-radius: 6px;
86
+ }
87
+ .dropdown { width: 40px; height: 40px; }
88
+ .sync-ico { width: 64px; height: 64px; margin-left: -10px; }
89
+ .value { text-align: right; font-size: 72px; font-weight: bold; }
90
+
91
+ .actions-bar {
92
+ height: 160px;
93
+ display: grid;
94
+ grid-template-columns: repeat(4, 1fr);
95
+ background: linear-gradient(#223447, #1c2c3e);
96
+ border-top: 1px solid #121a24;
97
+ border-bottom: 1px solid #121a24;
98
+ }
99
+ .action-item {
100
+ display: flex; flex-direction: column; align-items: center; justify-content: center;
101
+ color: #e8ecf1; font-size: 28px; gap: 12px; border-right: 1px solid #2a3b4e;
102
+ }
103
+ .action-item:last-child { border-right: none; }
104
+ .action-icon {
105
+ width: 60px; height: 60px; border-radius: 8px; border: 1px solid #8799aa; display: flex; align-items: center; justify-content: center;
106
+ }
107
+
108
+ .keypad {
109
+ height: 1200px;
110
+ display: grid;
111
+ grid-template-columns: repeat(5, 1fr);
112
+ grid-auto-rows: 200px;
113
+ border-top: 1px solid #121a24;
114
+ }
115
+ .key {
116
+ background: #58636b;
117
+ border: 1px solid #3a4147;
118
+ display: flex; align-items: center; justify-content: center;
119
+ font-size: 48px; color: #ffffff; letter-spacing: 1px;
120
+ }
121
+ .key.dark { background: #3e454c; }
122
+ .key.red { background: #b9463f; }
123
+ .key.label-left { justify-content: flex-start; padding-left: 40px; font-size: 42px; }
124
+ .key .sub { font-size: 32px; color: #b0b8bf; margin-top: 8px; }
125
+ .key .red-x { color: #e44646; font-weight: bold; margin-right: 16px; }
126
+ .key .green-arrow { color: #9ad76f; margin-right: 12px; }
127
+
128
+ .ad-bar {
129
+ height: 160px;
130
+ background: #ffffff;
131
+ display: flex; align-items: center;
132
+ padding: 0 24px; box-sizing: border-box;
133
+ color: #222;
134
+ border-top: 1px solid #cfd3d7;
135
+ }
136
+ .ad-icon {
137
+ width: 120px; height: 120px; background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 24px;
138
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 24px; margin-right: 24px;
139
+ }
140
+ .ad-text { flex: 1; }
141
+ .ad-title { font-size: 40px; margin-bottom: 8px; }
142
+ .ad-sub { font-size: 28px; color: #666; }
143
+ .ad-actions { display: flex; align-items: center; gap: 20px; }
144
+ .ad-pill {
145
+ background: #2aa060; color: #fff; padding: 18px 36px; border-radius: 40px; font-size: 36px; font-weight: bold;
146
+ }
147
+ .ad-small { width: 36px; height: 36px; border-radius: 18px; border: 1px solid #8aa; color: #7a8; display: flex; align-items: center; justify-content: center; font-size: 24px; }
148
+ .ad-close { width: 40px; height: 40px; color: #4aa; font-size: 40px; }
149
+
150
+ .gesture {
151
+ position: absolute; bottom: 24px; left: 50%;
152
+ width: 300px; height: 16px; background: #cfd2d5; border-radius: 10px; transform: translateX(-50%);
153
+ opacity: 0.6;
154
+ }
155
+ </style>
156
+ </head>
157
+ <body>
158
+ <div id="render-target">
159
+
160
+ <!-- Android status bar -->
161
+ <div class="status-bar">
162
+ <div class="status-left">
163
+ <div>11:20</div>
164
+ <div class="icon-sq"></div>
165
+ </div>
166
+ <div class="status-right">
167
+ <div class="signal"></div>
168
+ <div class="battery"></div>
169
+ </div>
170
+ </div>
171
+
172
+ <!-- App bar -->
173
+ <div class="app-bar">
174
+ <div class="menu-btn">
175
+ <svg width="70" height="70" viewBox="0 0 100 100">
176
+ <line x1="10" y1="25" x2="90" y2="25"></line>
177
+ <line x1="10" y1="50" x2="90" y2="50"></line>
178
+ <line x1="10" y1="75" x2="90" y2="75"></line>
179
+ </svg>
180
+ </div>
181
+ <div class="app-title">
182
+ <h1>CURRENCY CONVERTER</h1>
183
+ <div class="subtitle">Updated on December 14, 2023 10:48 AM</div>
184
+ </div>
185
+ <div class="dots">
186
+ <svg width="28" height="70" viewBox="0 0 10 30">
187
+ <circle cx="5" cy="5" r="3"></circle>
188
+ <circle cx="5" cy="15" r="3"></circle>
189
+ <circle cx="5" cy="25" r="3"></circle>
190
+ </svg>
191
+ </div>
192
+ </div>
193
+
194
+ <!-- Converter panel -->
195
+ <div class="converter-panel">
196
+ <div class="panel-top">
197
+ <div>EN</div>
198
+ <svg class="dropdown" viewBox="0 0 24 24">
199
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#d0d6dc" stroke-width="2"/>
200
+ </svg>
201
+ <svg class="sync-ico" viewBox="0 0 24 24">
202
+ <path d="M4 12a8 8 0 0 1 13-5" fill="none" stroke="#d0d6dc" stroke-width="2"/>
203
+ <path d="M17 3v6h6" fill="none" stroke="#d0d6dc" stroke-width="2"/>
204
+ </svg>
205
+ </div>
206
+
207
+ <div class="rows">
208
+ <!-- GBP row -->
209
+ <div class="currency-row">
210
+ <div class="search-ico">
211
+ <svg width="64" height="64" viewBox="0 0 24 24">
212
+ <circle cx="10" cy="10" r="7" fill="none" stroke="#ff5a54" stroke-width="2"/>
213
+ <line x1="15" y1="15" x2="22" y2="22" stroke="#ff5a54" stroke-width="2"/>
214
+ </svg>
215
+ </div>
216
+ <div class="code-name">
217
+ <div class="code">GBP</div>
218
+ <div class="name">British Pound Sterling</div>
219
+ </div>
220
+ <div class="flag">[IMG: UK Flag]</div>
221
+ <svg class="dropdown" viewBox="0 0 24 24">
222
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#ff6d5f" stroke-width="2"/>
223
+ </svg>
224
+ <div class="value">2,000</div>
225
+ </div>
226
+
227
+ <!-- EUR row -->
228
+ <div class="currency-row">
229
+ <div class="search-ico">
230
+ <svg width="64" height="64" viewBox="0 0 24 24">
231
+ <circle cx="10" cy="10" r="7" fill="none" stroke="#78a5cf" stroke-width="2"/>
232
+ <line x1="15" y1="15" x2="22" y2="22" stroke="#78a5cf" stroke-width="2"/>
233
+ </svg>
234
+ </div>
235
+ <div class="code-name">
236
+ <div class="code">EUR</div>
237
+ <div class="name">Euro</div>
238
+ </div>
239
+ <div class="flag">[IMG: EU Flag]</div>
240
+ <svg class="dropdown" viewBox="0 0 24 24">
241
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#6fb1ff" stroke-width="2"/>
242
+ </svg>
243
+ <div class="value">2,319.08257</div>
244
+ </div>
245
+ </div>
246
+ </div>
247
+
248
+ <!-- Quick actions toolbar -->
249
+ <div class="actions-bar">
250
+ <div class="action-item">
251
+ <div class="action-icon">
252
+ <svg width="40" height="40" viewBox="0 0 24 24">
253
+ <path d="M12 3a9 9 0 1 1-6.3 2.7" fill="none" stroke="#bcd" stroke-width="2"/>
254
+ <path d="M8 3h4v4" fill="none" stroke="#bcd" stroke-width="2"/>
255
+ </svg>
256
+ </div>
257
+ <div>CURRENCY UPDATE</div>
258
+ </div>
259
+ <div class="action-item">
260
+ <div class="action-icon">
261
+ <svg width="40" height="40" viewBox="0 0 24 24">
262
+ <rect x="3" y="12" width="4" height="8" fill="#bcd"/>
263
+ <rect x="10" y="6" width="4" height="14" fill="#bcd"/>
264
+ <rect x="17" y="9" width="4" height="11" fill="#bcd"/>
265
+ </svg>
266
+ </div>
267
+ <div>TRENDS &amp; CHARTS</div>
268
+ </div>
269
+ <div class="action-item">
270
+ <div class="action-icon">
271
+ <svg width="40" height="40" viewBox="0 0 24 24">
272
+ <path d="M12 18l-6 3 1.5-6.5L3 9l6-.5L12 3l3 5.5 6 .5-4.5 5.5L18 21z" fill="#bcd"/>
273
+ </svg>
274
+ </div>
275
+ <div>CURRENCY FAVORITES</div>
276
+ </div>
277
+ <div class="action-item">
278
+ <div class="action-icon">
279
+ <svg width="40" height="40" viewBox="0 0 24 24">
280
+ <path d="M6 8a6 6 0 0 1 11-2" fill="none" stroke="#bcd" stroke-width="2"/>
281
+ <path d="M18 4v5h5" fill="none" stroke="#bcd" stroke-width="2"/>
282
+ </svg>
283
+ </div>
284
+ <div>CURRENCY ROTATE</div>
285
+ </div>
286
+ </div>
287
+
288
+ <!-- Keypad -->
289
+ <div class="keypad">
290
+ <!-- Row: COPY SEND CLR DEL ÷ -->
291
+ <div class="key label-left">COPY</div>
292
+ <div class="key">SEND</div>
293
+ <div class="key"><span class="red-x">✕</span>CLR</div>
294
+ <div class="key"
code/11376/11376_2.html ADDED
@@ -0,0 +1,535 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Currency Converter UI Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #0f141a;
14
+ color: #fff;
15
+ }
16
+
17
+ /* Status bar */
18
+ .statusbar {
19
+ position: absolute;
20
+ top: 0; left: 0;
21
+ width: 100%;
22
+ height: 120px;
23
+ background: #000;
24
+ color: #fff;
25
+ font-size: 40px;
26
+ display: flex;
27
+ align-items: center;
28
+ padding: 0 36px;
29
+ box-sizing: border-box;
30
+ }
31
+ .status-icons {
32
+ margin-left: auto;
33
+ display: flex;
34
+ align-items: center;
35
+ gap: 24px;
36
+ }
37
+ .status-icon {
38
+ width: 44px; height: 44px;
39
+ opacity: 0.9;
40
+ }
41
+
42
+ /* App bar */
43
+ .appbar {
44
+ position: absolute;
45
+ top: 120px; left: 0;
46
+ width: 100%;
47
+ height: 160px;
48
+ background: #2f2f32;
49
+ box-sizing: border-box;
50
+ padding: 0 36px;
51
+ display: flex;
52
+ align-items: center;
53
+ }
54
+ .hamburger {
55
+ width: 72px; height: 72px;
56
+ margin-right: 24px;
57
+ }
58
+ .appbar-title {
59
+ line-height: 1.2;
60
+ }
61
+ .title {
62
+ font-weight: 800;
63
+ font-size: 52px;
64
+ letter-spacing: 1px;
65
+ }
66
+ .subtitle {
67
+ font-size: 28px;
68
+ color: #b5b7ba;
69
+ margin-top: 8px;
70
+ }
71
+ .appbar-actions {
72
+ margin-left: auto;
73
+ display: flex;
74
+ gap: 28px;
75
+ align-items: center;
76
+ }
77
+ .dotmenu { width: 54px; height: 54px; }
78
+
79
+ /* Top conversion panel */
80
+ .top-panel {
81
+ position: absolute;
82
+ top: 280px; left: 0;
83
+ width: 100%;
84
+ height: 520px;
85
+ background: linear-gradient(180deg, #496c94 0%, #567ea8 100%);
86
+ border-top: 1px solid rgba(255,255,255,0.06);
87
+ box-sizing: border-box;
88
+ padding: 36px 36px;
89
+ }
90
+ .lang {
91
+ position: absolute;
92
+ left: 36px; top: 24px;
93
+ font-size: 26px; color: #cdd6e1; opacity: 0.9;
94
+ }
95
+ .rows {
96
+ display: flex;
97
+ flex-direction: column;
98
+ gap: 40px;
99
+ margin-top: 40px;
100
+ }
101
+ .conv-row {
102
+ display: grid;
103
+ grid-template-columns: 140px 1fr 120px;
104
+ align-items: center;
105
+ }
106
+ .row-left {
107
+ display: flex; align-items: center; gap: 24px;
108
+ }
109
+ .row-controls {
110
+ display: flex; align-items: center; gap: 26px; justify-content: flex-start;
111
+ }
112
+ .row-value {
113
+ text-align: right;
114
+ font-size: 120px;
115
+ color: #e9eef5;
116
+ font-weight: 700;
117
+ padding-right: 12px;
118
+ }
119
+ .red-search {
120
+ width: 72px; height: 72px;
121
+ }
122
+ .small-icon { width: 44px; height: 44px; opacity: 0.9; }
123
+ .down-arrow {
124
+ width: 24px; height: 24px; border-left: 14px solid transparent; border-right: 14px solid transparent;
125
+ border-top: 24px solid #e15743; margin-right: 10px;
126
+ }
127
+ .down-arrow.blue { border-top-color: #7bb4ff; }
128
+
129
+ /* Feature tabs */
130
+ .features {
131
+ position: absolute;
132
+ top: 800px; left: 0;
133
+ width: 100%;
134
+ height: 180px;
135
+ background: linear-gradient(180deg, #102436 0%, #142a3f 100%);
136
+ display: grid;
137
+ grid-template-columns: repeat(4, 1fr);
138
+ border-top: 1px solid rgba(255,255,255,0.08);
139
+ border-bottom: 1px solid rgba(255,255,255,0.08);
140
+ }
141
+ .feature {
142
+ display: flex;
143
+ flex-direction: column;
144
+ justify-content: center;
145
+ border-right: 1px solid rgba(255,255,255,0.08);
146
+ padding-left: 36px;
147
+ }
148
+ .feature:last-child { border-right: none; }
149
+ .feature .label {
150
+ font-size: 30px;
151
+ color: #cbd3dc;
152
+ margin-top: 16px;
153
+ }
154
+
155
+ /* Keypad grid */
156
+ .keypad {
157
+ position: absolute;
158
+ top: 980px; left: 0;
159
+ width: 100%;
160
+ height: 1000px;
161
+ background: #2c3034;
162
+ display: grid;
163
+ grid-template-columns: repeat(4, 1fr);
164
+ grid-auto-rows: 166px;
165
+ }
166
+ .key {
167
+ display: flex; align-items: center; justify-content: center;
168
+ font-size: 64px; color: #e8edf2; font-weight: 700;
169
+ border: 1px solid rgba(255,255,255,0.08);
170
+ background: #3a3f44;
171
+ }
172
+ .key.dark { background: #2f3439; }
173
+ .key.text { font-size: 46px; font-weight: 600; }
174
+ .key.red { background: #b74039; }
175
+ .key.op { font-size: 72px; font-weight: 800; }
176
+
177
+ /* Ad area */
178
+ .ad {
179
+ position: absolute;
180
+ bottom: 100px; left: 0;
181
+ width: 100%;
182
+ height: 320px;
183
+ background: #ffffff;
184
+ color: #222;
185
+ display: flex;
186
+ align-items: center;
187
+ padding: 24px 36px;
188
+ box-sizing: border-box;
189
+ gap: 24px;
190
+ }
191
+ .ad .img {
192
+ width: 160px; height: 160px;
193
+ background: #E0E0E0; border: 1px solid #BDBDBD;
194
+ display: flex; align-items: center; justify-content: center; color: #757575;
195
+ border-radius: 18px;
196
+ }
197
+ .ad .text { font-size: 40px; flex: 1; }
198
+ .ad .install {
199
+ background: #25a45a; color: #fff; padding: 26px 36px; border-radius: 60px; font-size: 36px; font-weight: 700;
200
+ }
201
+
202
+ /* Bottom gesture bar */
203
+ .gesture {
204
+ position: absolute;
205
+ bottom: 24px; left: 50%;
206
+ transform: translateX(-50%);
207
+ width: 360px; height: 16px; background: #cfd6de; border-radius: 12px; opacity: 0.8;
208
+ }
209
+
210
+ /* Overlay currency dropdown */
211
+ .dropdown {
212
+ position: absolute;
213
+ top: 360px;
214
+ left: 180px;
215
+ width: 540px;
216
+ height: 1700px;
217
+ background: #183f58;
218
+ border-radius: 8px;
219
+ box-shadow: 0 16px 32px rgba(0,0,0,0.5);
220
+ overflow: hidden;
221
+ }
222
+ .dropdown-header {
223
+ height: 70px;
224
+ background: rgba(255,255,255,0.06);
225
+ color: #cbd3dc;
226
+ display: flex; align-items: center; padding: 0 20px; font-size: 28px;
227
+ }
228
+ .currency-item {
229
+ display: grid;
230
+ grid-template-columns: 1fr 120px;
231
+ gap: 16px;
232
+ align-items: center;
233
+ padding: 22px 24px;
234
+ border-bottom: 1px solid rgba(255,255,255,0.07);
235
+ color: #e8eef5;
236
+ }
237
+ .currency-item .code { font-size: 44px; font-weight: 800; }
238
+ .currency-item .name { font-size: 28px; color: #b9c4ce; margin-top: 6px; }
239
+ .flag {
240
+ width: 88px; height: 54px;
241
+ background: #E0E0E0; border: 1px solid #BDBDBD;
242
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 22px;
243
+ border-radius: 4px;
244
+ justify-self: end;
245
+ }
246
+ </style>
247
+ </head>
248
+ <body>
249
+ <div id="render-target">
250
+
251
+ <!-- Status Bar -->
252
+ <div class="statusbar">
253
+ <div>11:17</div>
254
+ <div class="status-icons">
255
+ <svg class="status-icon" viewBox="0 0 24 24">
256
+ <rect x="3" y="4" width="18" height="14" stroke="#fff" fill="none" stroke-width="2"></rect>
257
+ <rect x="7" y="8" width="10" height="6" fill="#fff"></rect>
258
+ </svg>
259
+ <svg class="status-icon" viewBox="0 0 24 24">
260
+ <path d="M6 18h12a2 2 0 0 0 2-2V6H4v10a2 2 0 0 0 2 2z" fill="#fff"></path>
261
+ </svg>
262
+ </div>
263
+ </div>
264
+
265
+ <!-- App Bar -->
266
+ <div class="appbar">
267
+ <svg class="hamburger" viewBox="0 0 24 24">
268
+ <rect x="3" y="5" width="18" height="2" fill="#fff"></rect>
269
+ <rect x="3" y="11" width="18" height="2" fill="#fff"></rect>
270
+ <rect x="3" y="17" width="18" height="2" fill="#fff"></rect>
271
+ </svg>
272
+ <div class="appbar-title">
273
+ <div class="title">CURRENCY CONVERTER</div>
274
+ <div class="subtitle">Updated on December 14, 2023 10:48 AM</div>
275
+ </div>
276
+ <div class="appbar-actions">
277
+ <svg class="dotmenu" viewBox="0 0 24 24">
278
+ <circle cx="12" cy="5" r="2.2" fill="#fff"></circle>
279
+ <circle cx="12" cy="12" r="2.2" fill="#fff"></circle>
280
+ <circle cx="12" cy="19" r="2.2" fill="#fff"></circle>
281
+ </svg>
282
+ </div>
283
+ </div>
284
+
285
+ <!-- Top Conversion Panel -->
286
+ <div class="top-panel">
287
+ <div class="lang">EN</div>
288
+ <div class="rows">
289
+
290
+ <div class="conv-row">
291
+ <div class="row-left">
292
+ <svg class="red-search" viewBox="0 0 24 24">
293
+ <circle cx="10" cy="10" r="6" stroke="#ff4b3a" stroke-width="2.5" fill="none"></circle>
294
+ <line x1="14.5" y1="14.5" x2="20" y2="20" stroke="#ff4b3a" stroke-width="2.5"></line>
295
+ </svg>
296
+ </div>
297
+ <div class="row-controls">
298
+ <div class="down-arrow"></div>
299
+ <svg class="small-icon" viewBox="0 0 24 24">
300
+ <path d="M12 4a8 8 0 1 1-7 4h2.4A6 6 0 1 0 12 6v2l4-3-4-3v2z" fill="#cfd6de"></path>
301
+ </svg>
302
+ </div>
303
+ <div class="row-value">0</div>
304
+ </div>
305
+
306
+ <div class="conv-row">
307
+ <div class="row-left">
308
+ <svg class="red-search" viewBox="0 0 24 24">
309
+ <circle cx="10" cy="10" r="6" stroke="#ff4b3a" stroke-width="2.5" fill="none"></circle>
310
+ <line x1="14.5" y1="14.5" x2="20" y2="20" stroke="#ff4b3a" stroke-width="2.5"></line>
311
+ </svg>
312
+ </div>
313
+ <div class="row-controls">
314
+ <div class="down-arrow blue"></div>
315
+ <svg class="small-icon" viewBox="0 0 24 24">
316
+ <path d="M12 4a8 8 0 1 1-7 4h2.4A6 6 0 1 0 12 6v2l4-3-4-3v2z" fill="#cfd6de"></path>
317
+ </svg>
318
+ </div>
319
+ <div class="row-value">0</div>
320
+ </div>
321
+ </div>
322
+ </div>
323
+
324
+ <!-- Feature tabs -->
325
+ <div class="features">
326
+ <div class="feature">
327
+ <svg class="small-icon" viewBox="0 0 24 24">
328
+ <path d="M12 2l2.4 6.9H21l-5.6 4.2 2.1 7L12 15l-5.5 5.1 2.1-7L3 8.9h6.6z" fill="#e1e6ed"></path>
329
+ </svg>
330
+ <div class="label">CURRENCY CONVERT</div>
331
+ </div>
332
+ <div class="feature">
333
+ <svg class="small-icon" viewBox="0 0 24 24">
334
+ <path d="M3 18V6l7 6-7 6zm8 0V6l7 6-7 6z" fill="#e1e6ed"></path>
335
+ </svg>
336
+ <div class="label">RATES & CHARTS</div>
337
+ </div>
338
+ <div class="feature">
339
+ <svg class="small-icon" viewBox="0 0 24 24">
340
+ <path d="M12 17.3l-5.5 3.2 1.5-6.1-4.7-4 6.2-.5L12 4l2.5 6 6.2.5-4.7 4 1.5 6.1z" fill="#e1e6ed"></path>
341
+ </svg>
342
+ <div class="label">CURRENCY FAVORITES</div>
343
+ </div>
344
+ <div class="feature">
345
+ <svg class="small-icon" viewBox="0 0 24 24">
346
+ <path d="M12 5a7 7 0 1 1-6.9 5.6H7l-3.5-3.4L0 11h3.2A9 9 0 1 0 12 3v2z" fill="#e1e6ed"></path>
347
+ </svg>
348
+ <div class="label">CURRENCY ROTATE</div>
349
+ </div>
350
+ </div>
351
+
352
+ <!-- Keypad -->
353
+ <div class="keypad">
354
+ <div class="key dark text">CONVERT</div>
355
+ <div class="key dark op">×</div>
356
+ <div class="key dark text">CLR</div>
357
+ <div class="key dark text">DEL</div>
358
+
359
+ <div class="key">7</div>
360
+ <div class="key">8</div>
361
+ <div class="key">9</div>
362
+ <div class="key op">÷</div>
363
+
364
+ <div class="key">4</div>
365
+ <div class="key">5</div>
366
+ <div class="key">6</div>
367
+ <div class="key op">×</div>
368
+
369
+ <div class="key">1</div>
370
+ <div class="key">2</div>
371
+ <div class="key">3</div>
372
+ <div class="key op">−</div>
373
+
374
+ <div class="key">00</div>
375
+ <div class="key">0</div>
376
+ <div class="key">.</div>
377
+ <div class="key red">=</div>
378
+ </div>
379
+
380
+ <!-- Ad banner -->
381
+ <div class="ad">
382
+ <div class="img">[IMG: App Icon]</div>
383
+ <div class="text">Share Market App</div>
384
+ <div class="install">INSTALL</div>
385
+ </div>
386
+
387
+ <div class="gesture"></div>
388
+
389
+ <!-- Currency dropdown overlay -->
390
+ <div class="dropdown">
391
+ <div class="dropdown-header">Select Currency</div>
392
+
393
+ <div class="currency-item">
394
+ <div>
395
+ <div class="code">FJD</div>
396
+ <div class="name">Fijian Dollar</div>
397
+ </div>
398
+ <div class="flag">[IMG: Flag]</div>
399
+ </div>
400
+
401
+ <div class="currency-item">
402
+ <div>
403
+ <div class="code">FKP</div>
404
+ <div class="name">Falkland Islands Pound</div>
405
+ </div>
406
+ <div class="flag">[IMG: Flag]</div>
407
+ </div>
408
+
409
+ <div class="currency-item">
410
+ <div>
411
+ <div class="code">GBP</div>
412
+ <div class="name">British Pound Sterling</div>
413
+ </div>
414
+ <div class="flag">[IMG: Flag]</div>
415
+ </div>
416
+
417
+ <div class="currency-item">
418
+ <div>
419
+ <div class="code">GEL</div>
420
+ <div class="name">Georgian Lari</div>
421
+ </div>
422
+ <div class="flag">[IMG: Flag]</div>
423
+ </div>
424
+
425
+ <div class="currency-item">
426
+ <div>
427
+ <div class="code">GGP</div>
428
+ <div class="name">Guernsey Pound</div>
429
+ </div>
430
+ <div class="flag">[IMG: Flag]</div>
431
+ </div>
432
+
433
+ <div class="currency-item">
434
+ <div>
435
+ <div class="code">GHS</div>
436
+ <div class="name">Ghanaian Cedi</div>
437
+ </div>
438
+ <div class="flag">[IMG: Flag]</div>
439
+ </div>
440
+
441
+ <div class="currency-item">
442
+ <div>
443
+ <div class="code">GIP</div>
444
+ <div class="name">Gibraltar Pound</div>
445
+ </div>
446
+ <div class="flag">[IMG: Flag]</div>
447
+ </div>
448
+
449
+ <div class="currency-item">
450
+ <div>
451
+ <div class="code">GMD</div>
452
+ <div class="name">Gambian Dalasi</div>
453
+ </div>
454
+ <div class="flag">[IMG: Flag]</div>
455
+ </div>
456
+
457
+ <div class="currency-item">
458
+ <div>
459
+ <div class="code">GNF</div>
460
+ <div class="name">Guinean Franc</div>
461
+ </div>
462
+ <div class="flag">[IMG: Flag]</div>
463
+ </div>
464
+
465
+ <div class="currency-item">
466
+ <div>
467
+ <div class="code">GTQ</div>
468
+ <div class="name">Guatemalan Quetzal</div>
469
+ </div>
470
+ <div class="flag">[IMG: Flag]</div>
471
+ </div>
472
+
473
+ <div class="currency-item">
474
+ <div>
475
+ <div class="code">GYD</div>
476
+ <div class="name">Guyanese Dollar</div>
477
+ </div>
478
+ <div class="flag">[IMG: Flag]</div>
479
+ </div>
480
+
481
+ <div class="currency-item">
482
+ <div>
483
+ <div class="code">HKD</div>
484
+ <div class="name">Hong Kong Dollar</div>
485
+ </div>
486
+ <div class="flag">[IMG: Flag]</div>
487
+ </div>
488
+
489
+ <div class="currency-item">
490
+ <div>
491
+ <div class="code">HNL</div>
492
+ <div class="name">Honduran Lempira</div>
493
+ </div>
494
+ <div class="flag">[IMG: Flag]</div>
495
+ </div>
496
+
497
+ <div class="currency-item">
498
+ <div>
499
+ <div class="code">HRK</div>
500
+ <div class="name">Croatian Kuna</div>
501
+ </div>
502
+ <div class="flag">[IMG: Flag]</div>
503
+ </div>
504
+
505
+ <div class="currency-item">
506
+ <div>
507
+ <div class="code">HTG</div>
508
+ <div class="name">Haitian Gourde</div>
509
+ </div>
510
+ <div class="flag">[IMG: Flag]</div>
511
+ </div>
512
+
513
+ <div class="currency-item">
514
+ <div>
515
+ <div class="code">HUF</div>
516
+ <div class="name">Hungarian Forint</div>
517
+ </div>
518
+ <div class="flag">[IMG: Flag]</div>
519
+ </div>
520
+
521
+ <div class="currency-item">
522
+ <div>
523
+ <div class="code">IDR</div>
524
+ <div class="name">Indonesian Rupiah</div>
525
+ </div>
526
+ <div class="flag">[IMG: Flag]</div>
527
+ </div>
528
+
529
+ <!-- Tail spacer to mimic long list -->
530
+ <div style="height: 40px;"></div>
531
+ </div>
532
+
533
+ </div>
534
+ </body>
535
+ </html>
code/11376/11376_3.html ADDED
@@ -0,0 +1,307 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Currency Converter 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: #0f1215; color: #fff;
12
+ }
13
+ /* Status bar */
14
+ .status-bar {
15
+ height: 96px; background: #000; color: #fff;
16
+ display: flex; align-items: center; justify-content: space-between;
17
+ padding: 0 28px; box-sizing: border-box; font-size: 30px;
18
+ }
19
+ .status-left { display: flex; align-items: center; gap: 18px; }
20
+ .status-icons { display: flex; align-items: center; gap: 14px; }
21
+ .sb-square { width: 28px; height: 22px; border: 2px solid #bbb; }
22
+ .sb-circle { width: 18px; height: 18px; border-radius: 50%; background: #fff; opacity: 0.9; }
23
+ .battery {
24
+ width: 40px; height: 20px; border: 2px solid #ddd; position: relative; border-radius: 3px;
25
+ }
26
+ .battery::after { content: ""; position: absolute; right: -8px; top: 50%; transform: translateY(-50%); width: 6px; height: 10px; background: #ddd; border-radius: 2px; }
27
+ .battery .level { position: absolute; left: 2px; top: 2px; bottom: 2px; width: 28px; background: #fff; }
28
+ /* Header toolbar */
29
+ .header {
30
+ height: 220px; background: #1f2429; border-bottom: 1px solid #2b3238;
31
+ display: flex; align-items: center; padding: 0 36px; box-sizing: border-box;
32
+ }
33
+ .header .left, .header .right { width: 100px; display: flex; align-items: center; justify-content: center; }
34
+ .header .center { flex: 1; }
35
+ .title { font-size: 48px; font-weight: 700; letter-spacing: 1px; }
36
+ .subtitle { font-size: 26px; color: #b3bdc6; margin-top: 10px; }
37
+ .icon-btn { width: 76px; height: 76px; display: flex; align-items: center; justify-content: center; }
38
+ /* Converter panel */
39
+ .converter-panel {
40
+ height: 520px;
41
+ background: linear-gradient(#52739a, #365f86);
42
+ box-shadow: inset 0 -1px 0 rgba(0,0,0,0.3);
43
+ position: relative; padding: 26px 24px; box-sizing: border-box;
44
+ }
45
+ .lang { position: absolute; top: 20px; left: 26px; font-size: 26px; color: #d6dfeb; }
46
+ .currency-row {
47
+ display: grid; grid-template-columns: 90px 1fr 120px; align-items: center;
48
+ padding: 32px 0; box-sizing: border-box; border-bottom: 1px solid rgba(0,0,0,0.3);
49
+ }
50
+ .currency-row:last-child { border-bottom: none; }
51
+ .search-icon { width: 60px; height: 60px; margin-left: 12px; }
52
+ .cur-info { display: flex; align-items: center; gap: 18px; }
53
+ .cur-text { display: flex; flex-direction: column; }
54
+ .cur-code { font-size: 40px; font-weight: 700; color: #ffffff; }
55
+ .cur-name { font-size: 28px; color: #d5e0ea; margin-top: 8px; }
56
+ .flag {
57
+ width: 72px; height: 48px; background: #E0E0E0; border: 1px solid #BDBDBD;
58
+ display: flex; justify-content: center; align-items: center; color: #757575; font-size: 20px; border-radius: 4px;
59
+ }
60
+ .small-actions { display: flex; align-items: center; gap: 16px; margin-left: 10px; }
61
+ .tiny-icon { width: 36px; height: 36px; }
62
+ .value { text-align: right; font-size: 76px; font-weight: 600; color: #e9eef5; padding-right: 20px; }
63
+ /* Top action menu */
64
+ .action-menu {
65
+ display: grid; grid-template-columns: repeat(4, 1fr);
66
+ height: 160px; background: linear-gradient(#17232f, #14202a);
67
+ border-top: 1px solid #0e1a24; border-bottom: 1px solid #0e1a24;
68
+ }
69
+ .action-item {
70
+ display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px;
71
+ color: #d9e4ef; border-right: 1px solid #20303d;
72
+ }
73
+ .action-item:last-child { border-right: none; }
74
+ .action-item span { font-size: 24px; text-align: center; }
75
+ /* Function row */
76
+ .func-row {
77
+ display: grid; grid-template-columns: repeat(4, 1fr);
78
+ height: 160px; background: #2b333a; border-bottom: 1px solid #242c33; border-top: 1px solid #242c33;
79
+ }
80
+ .func-cell {
81
+ display: flex; align-items: center; justify-content: center; gap: 16px;
82
+ color: #f0f5fb; font-size: 34px; border-right: 1px solid #3b444d;
83
+ }
84
+ .func-cell:last-child { border-right: none; }
85
+ .func-cell .x { color: #ff3b3b; font-weight: bold; }
86
+ .func-cell .back { color: #c7ff55; font-weight: bold; }
87
+ /* Keypad */
88
+ .keypad {
89
+ display: grid; grid-template-columns: repeat(4, 1fr);
90
+ grid-auto-rows: 200px; border-top: 1px solid #343e45;
91
+ }
92
+ .key {
93
+ background: #5d6871; border-right: 1px solid #3b454d; border-bottom: 1px solid #3b454d;
94
+ display: flex; align-items: center; justify-content: center; font-size: 60px; color: #ffffff;
95
+ }
96
+ .op { background: #3c4349; }
97
+ .equals { background: #bd4a3e; font-weight: 700; }
98
+ .multi { font-size: 28px; color: #ff5050; letter-spacing: 1px; }
99
+ /* Safe area & Ad */
100
+ .safe-area { height: 84px; background: #0d0f12; display: flex; align-items: center; justify-content: center; }
101
+ .home-pill { width: 200px; height: 12px; background: #eaeaea; border-radius: 7px; opacity: 0.8; }
102
+ .ad-banner {
103
+ height: 160px; background: #ffffff; color: #333; display: flex; align-items: center; padding: 22px; gap: 24px; box-sizing: border-box;
104
+ border-top: 1px solid #cfd6dc;
105
+ }
106
+ .ad-img {
107
+ width: 110px; height: 110px; background: #E0E0E0; border: 1px solid #BDBDBD;
108
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 20px; border-radius: 24px;
109
+ }
110
+ .ad-content { flex: 1; }
111
+ .ad-title { font-size: 30px; font-weight: 600; }
112
+ .ad-sub { font-size: 22px; color: #6b737a; margin-top: 8px; }
113
+ .ad-btn {
114
+ background: #2f8c5b; color: #fff; border-radius: 40px; padding: 18px 38px; font-size: 28px; font-weight: 700;
115
+ }
116
+ /* small helpers */
117
+ .divider { height: 1px; background: rgba(0,0,0,0.35); }
118
+ </style>
119
+ </head>
120
+ <body>
121
+ <div id="render-target">
122
+
123
+ <!-- Status Bar -->
124
+ <div class="status-bar">
125
+ <div class="status-left">
126
+ <div>11:17</div>
127
+ <div class="sb-square"></div>
128
+ <div class="sb-square" style="border-radius: 3px;"></div>
129
+ </div>
130
+ <div class="status-icons">
131
+ <div class="sb-circle"></div>
132
+ <div class="battery"><div class="level"></div></div>
133
+ </div>
134
+ </div>
135
+
136
+ <!-- Header -->
137
+ <div class="header">
138
+ <div class="left icon-btn">
139
+ <!-- Hamburger -->
140
+ <svg width="44" height="44" viewBox="0 0 44 44">
141
+ <rect x="6" y="10" width="32" height="4" fill="#ffffff"/>
142
+ <rect x="6" y="20" width="32" height="4" fill="#ffffff"/>
143
+ <rect x="6" y="30" width="32" height="4" fill="#ffffff"/>
144
+ </svg>
145
+ </div>
146
+ <div class="center">
147
+ <div class="title">CURRENCY CONVERTER</div>
148
+ <div class="subtitle">Updated on December 14, 2023 10:48 AM</div>
149
+ </div>
150
+ <div class="right icon-btn">
151
+ <!-- Kebab vertical -->
152
+ <svg width="32" height="44" viewBox="0 0 32 44">
153
+ <circle cx="16" cy="10" r="4" fill="#ffffff"/>
154
+ <circle cx="16" cy="22" r="4" fill="#ffffff"/>
155
+ <circle cx="16" cy="34" r="4" fill="#ffffff"/>
156
+ </svg>
157
+ </div>
158
+ </div>
159
+
160
+ <!-- Converter Panel -->
161
+ <div class="converter-panel">
162
+ <div class="lang">EN</div>
163
+
164
+ <!-- GBP row -->
165
+ <div class="currency-row">
166
+ <div class="search-icon">
167
+ <!-- Search Icon -->
168
+ <svg width="60" height="60" viewBox="0 0 60 60">
169
+ <circle cx="26" cy="26" r="18" stroke="#ff4a4a" stroke-width="6" fill="none"/>
170
+ <line x1="38" y1="38" x2="56" y2="56" stroke="#ff4a4a" stroke-width="6" />
171
+ </svg>
172
+ </div>
173
+ <div class="cur-info">
174
+ <div class="cur-text">
175
+ <div class="cur-code">GBP</div>
176
+ <div class="cur-name">British Pound Sterling</div>
177
+ </div>
178
+ <div class="flag">[IMG: UK Flag]</div>
179
+ <div class="small-actions">
180
+ <!-- Down arrow -->
181
+ <svg class="tiny-icon" viewBox="0 0 24 24">
182
+ <polygon points="12,18 4,8 20,8" fill="#f36d5f"></polygon>
183
+ </svg>
184
+ <!-- rotate icon -->
185
+ <svg class="tiny-icon" viewBox="0 0 24 24">
186
+ <path d="M12 4a8 8 0 0 1 0 16M12 4v4M12 20l-3-3" stroke="#d8e4ef" stroke-width="2" fill="none"/>
187
+ </svg>
188
+ </div>
189
+ </div>
190
+ <div class="value">0</div>
191
+ </div>
192
+
193
+ <!-- USD row -->
194
+ <div class="currency-row">
195
+ <div class="search-icon">
196
+ <svg width="60" height="60" viewBox="0 0 60 60">
197
+ <circle cx="26" cy="26" r="18" stroke="#5aa0ff" stroke-width="6" fill="none"/>
198
+ <line x1="38" y1="38" x2="56" y2="56" stroke="#5aa0ff" stroke-width="6" />
199
+ </svg>
200
+ </div>
201
+ <div class="cur-info">
202
+ <div class="cur-text">
203
+ <div class="cur-code">USD</div>
204
+ <div class="cur-name">U.S. Dollar</div>
205
+ </div>
206
+ <div class="flag">[IMG: US Flag]</div>
207
+ <div class="small-actions">
208
+ <!-- Down arrow -->
209
+ <svg class="tiny-icon" viewBox="0 0 24 24">
210
+ <polygon points="12,18 4,8 20,8" fill="#69a9ff"></polygon>
211
+ </svg>
212
+ <!-- rotate icon -->
213
+ <svg class="tiny-icon" viewBox="0 0 24 24">
214
+ <path d="M12 4a8 8 0 0 1 0 16M12 4v4M12 20l-3-3" stroke="#d8e4ef" stroke-width="2" fill="none"/>
215
+ </svg>
216
+ </div>
217
+ </div>
218
+ <div class="value">0</div>
219
+ </div>
220
+ </div>
221
+
222
+ <!-- Top action menu -->
223
+ <div class="action-menu">
224
+ <div class="action-item">
225
+ <svg width="40" height="40" viewBox="0 0 40 40">
226
+ <path d="M20 6a12 12 0 1 1-8.5 20.5" stroke="#cfe3f4" stroke-width="3" fill="none"/>
227
+ <polyline points="12,26 9,20 15,20" fill="none" stroke="#cfe3f4" stroke-width="3"/>
228
+ </svg>
229
+ <span>CURRENCY UPDATE</span>
230
+ </div>
231
+ <div class="action-item">
232
+ <svg width="40" height="40" viewBox="0 0 40 40">
233
+ <rect x="6" y="22" width="6" height="12" fill="#cfe3f4"/>
234
+ <rect x="16" y="16" width="6" height="18" fill="#cfe3f4"/>
235
+ <rect x="26" y="10" width="6" height="24" fill="#cfe3f4"/>
236
+ </svg>
237
+ <span>TRENDS & CHARTS</span>
238
+ </div>
239
+ <div class="action-item">
240
+ <svg width="40" height="40" viewBox="0 0 40 40">
241
+ <polygon points="20,6 24,16 35,16 26,22 30,33 20,26 10,33 14,22 5,16 16,16" fill="#cfe3f4"/>
242
+ </svg>
243
+ <span>CURRENCY FAVORITES</span>
244
+ </div>
245
+ <div class="action-item">
246
+ <svg width="40" height="40" viewBox="0 0 40 40">
247
+ <path d="M20 6a12 12 0 0 1 0 24" stroke="#cfe3f4" stroke-width="3" fill="none"/>
248
+ <polyline points="20,6 16,10 24,10" fill="#cfe3f4"/>
249
+ </svg>
250
+ <span>CURRENCY ROTATE</span>
251
+ </div>
252
+ </div>
253
+
254
+ <!-- Function row -->
255
+ <div class="func-row">
256
+ <div class="func-cell">COPY</div>
257
+ <div class="func-cell">SEND</div>
258
+ <div class="func-cell"><span class="x">✕</span> CLR</div>
259
+ <div class="func-cell"><span class="back">↩</span> DEL</div>
260
+ </div>
261
+
262
+ <!-- Keypad -->
263
+ <div class="keypad">
264
+ <div class="key">7</div>
265
+ <div class="key">8</div>
266
+ <div class="key">9</div>
267
+ <div class="key op">÷</div>
268
+
269
+ <div class="key">4</div>
270
+ <div class="key">5</div>
271
+ <div class="key">6</div>
272
+ <div class="key op">×</div>
273
+
274
+ <div class="key">1</div>
275
+ <div class="key">2</div>
276
+ <div class="key">3</div>
277
+ <div class="key op">−</div>
278
+
279
+ <div class="key">000</div>
280
+ <div class="key">00</div>
281
+ <div class="key">0</div>
282
+ <div class="key op">+</div>
283
+
284
+ <div class="key multi">MULTI CURRENCY CONVERTER</div>
285
+ <div class="key">±</div>
286
+ <div class="key">.</div>
287
+ <div class="key equals">=</div>
288
+ </div>
289
+
290
+ <!-- Safe area with home indicator -->
291
+ <div class="safe-area">
292
+ <div class="home-pill"></div>
293
+ </div>
294
+
295
+ <!-- Ad banner -->
296
+ <div class="ad-banner">
297
+ <div class="ad-img">[IMG: App Icon]</div>
298
+ <div class="ad-content">
299
+ <div class="ad-title">Motilal Oswal Share Market App</div>
300
+ <div class="ad-sub">3.9 ★ FREE</div>
301
+ </div>
302
+ <div class="ad-btn">INSTALL</div>
303
+ </div>
304
+
305
+ </div>
306
+ </body>
307
+ </html>
code/11376/11376_4.html ADDED
@@ -0,0 +1,339 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Currency Converter Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ position: relative;
10
+ overflow: hidden;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ background: #0d0f12;
14
+ color: #fff;
15
+ }
16
+
17
+ /* Status bar */
18
+ .statusbar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 120px;
24
+ background: #000;
25
+ color: #fff;
26
+ display: flex;
27
+ align-items: center;
28
+ padding: 0 36px;
29
+ box-sizing: border-box;
30
+ font-weight: 600;
31
+ letter-spacing: 0.5px;
32
+ }
33
+ .statusbar .time { font-size: 44px; }
34
+ .status-icons { margin-left: auto; display: flex; gap: 26px; align-items: center; }
35
+ .status-icons svg { width: 44px; height: 44px; fill: #fff; }
36
+
37
+ /* App bar */
38
+ .appbar {
39
+ position: absolute;
40
+ top: 120px;
41
+ left: 0;
42
+ width: 1080px;
43
+ height: 180px;
44
+ background: #1f2429;
45
+ box-shadow: 0 4px 0 rgba(0,0,0,0.3) inset;
46
+ display: flex;
47
+ align-items: center;
48
+ padding: 0 36px;
49
+ box-sizing: border-box;
50
+ }
51
+ .menu-btn, .more-btn { width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; }
52
+ .app-title-area { margin-left: 24px; }
53
+ .app-title { font-size: 56px; font-weight: 800; letter-spacing: 1px; }
54
+ .subtitle { font-size: 28px; color: #9aa3aa; margin-top: 6px; }
55
+ .more-btn { margin-left: auto; }
56
+
57
+ /* Converter header/rows area */
58
+ .converter {
59
+ position: absolute;
60
+ top: 300px;
61
+ left: 0;
62
+ width: 1080px;
63
+ height: 540px;
64
+ background: linear-gradient(180deg, #436788 0%, #365a78 100%);
65
+ box-sizing: border-box;
66
+ padding: 24px 36px;
67
+ }
68
+ .lang-row {
69
+ display: flex;
70
+ align-items: center;
71
+ gap: 20px;
72
+ color: #d3dbe2;
73
+ font-size: 28px;
74
+ margin-bottom: 10px;
75
+ }
76
+ .lang-row svg { width: 28px; height: 28px; fill: #c7d0d8; }
77
+
78
+ .currency-row {
79
+ display: grid;
80
+ grid-template-columns: 80px 1fr 160px;
81
+ align-items: center;
82
+ gap: 10px;
83
+ padding: 26px 0;
84
+ border-bottom: 1px solid rgba(255,255,255,0.08);
85
+ }
86
+ .search-ico svg { width: 64px; height: 64px; fill: #eb4b4b; }
87
+ .row-main { display: flex; align-items: center; gap: 14px; }
88
+ .code { font-size: 46px; font-weight: 800; }
89
+ .flag {
90
+ width: 60px; height: 36px; background: #E0E0E0; border: 1px solid #BDBDBD;
91
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 16px; border-radius: 4px;
92
+ }
93
+ .row-sub {
94
+ grid-column: 2 / 3;
95
+ margin-left: 94px;
96
+ margin-top: -12px;
97
+ color: #c6d1da;
98
+ font-size: 26px;
99
+ }
100
+ .row-actions { display: flex; align-items: center; justify-content: flex-end; gap: 22px; }
101
+ .caret {
102
+ width: 0; height: 0;
103
+ border-left: 14px solid transparent;
104
+ border-right: 14px solid transparent;
105
+ border-top: 22px solid #e25b4b;
106
+ transform: translateY(8px);
107
+ }
108
+ .rotate-ico svg { width: 48px; height: 48px; fill: #cbd6de; }
109
+ .value { font-size: 104px; font-weight: 800; color: #eaf0f6; letter-spacing: 2px; }
110
+
111
+ /* Tools bar (below rows) */
112
+ .tools {
113
+ position: absolute;
114
+ bottom: 0;
115
+ left: 0;
116
+ width: 1080px;
117
+ height: 160px;
118
+ display: grid;
119
+ grid-template-columns: repeat(4, 1fr);
120
+ background: linear-gradient(180deg, #233b52 0%, #1c3145 100%);
121
+ border-top: 1px solid rgba(255,255,255,0.08);
122
+ }
123
+ .tool {
124
+ border-right: 1px solid rgba(255,255,255,0.1);
125
+ display: flex; flex-direction: column; align-items: center; justify-content: center;
126
+ color: #cdd7df; font-size: 28px; text-align: center; padding: 8px;
127
+ }
128
+ .tool svg { width: 34px; height: 34px; fill: #cdd7df; margin-bottom: 8px; }
129
+ .tool:nth-child(4) { border-right: none; }
130
+
131
+ /* Dropdown overlay list */
132
+ .dropdown {
133
+ position: absolute;
134
+ top: 430px;
135
+ left: 80px;
136
+ width: 480px;
137
+ height: 1500px;
138
+ background: #0f3650;
139
+ color: #eaf1f6;
140
+ box-shadow: 0 8px 24px rgba(0,0,0,0.5);
141
+ border: 1px solid rgba(255,255,255,0.08);
142
+ overflow: hidden;
143
+ }
144
+ .drop-scroll {
145
+ position: absolute; top: 0; left: 0; right: 0; bottom: 0;
146
+ overflow-y: auto; padding: 24px;
147
+ }
148
+ .drop-item {
149
+ display: grid;
150
+ grid-template-columns: 1fr 70px;
151
+ gap: 12px;
152
+ padding: 18px 8px;
153
+ border-bottom: 1px solid rgba(255,255,255,0.07);
154
+ }
155
+ .drop-item .code-line { font-size: 40px; font-weight: 800; }
156
+ .drop-item .name-line { font-size: 26px; color: #c7d0d8; margin-top: 4px; }
157
+ .drop-flag {
158
+ width: 60px; height: 36px; background: #E0E0E0; border: 1px solid #BDBDBD;
159
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 16px; border-radius: 3px; margin-top: 8px;
160
+ }
161
+
162
+ /* Keypad grid */
163
+ .keypad {
164
+ position: absolute;
165
+ top: 840px;
166
+ left: 0;
167
+ width: 1080px;
168
+ height: 1170px;
169
+ display: grid;
170
+ grid-template-columns: repeat(4, 1fr);
171
+ grid-auto-rows: 234px; /* 1170 / 5 rows = 234 */
172
+ background: #2a2f34;
173
+ }
174
+ .key {
175
+ border: 1px solid rgba(255,255,255,0.08);
176
+ display: flex; align-items: center; justify-content: center;
177
+ font-size: 96px; color: #e9eef4;
178
+ background: #50575d;
179
+ }
180
+ .key.dark { background: #3a4147; }
181
+ .key.action { background: #c4443c; color: #fff; }
182
+ .key.smalltext { font-size: 54px; }
183
+ .key.label { font-size: 48px; color: #c9d2db; }
184
+ .key .sub {
185
+ font-size: 44px; color: #c9d2db;
186
+ }
187
+
188
+ /* Ad banner */
189
+ .ad-banner {
190
+ position: absolute;
191
+ bottom: 20px;
192
+ left: 0;
193
+ width: 1080px;
194
+ height: 210px;
195
+ background: #ffffff;
196
+ color: #333;
197
+ display: flex;
198
+ align-items: center;
199
+ padding: 0 24px;
200
+ box-sizing: border-box;
201
+ border-top: 1px solid #e0e0e0;
202
+ }
203
+ .ad-icon {
204
+ width: 120px; height: 120px; background: #E0E0E0; border: 1px solid #BDBDBD;
205
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 22px; border-radius: 20px;
206
+ }
207
+ .ad-text { margin: 0 20px; font-size: 36px; color: #2a2a2a; }
208
+ .install-btn {
209
+ margin-left: auto;
210
+ background: #2ecc71;
211
+ color: #fff;
212
+ font-weight: 700;
213
+ font-size: 40px;
214
+ padding: 20px 40px;
215
+ border-radius: 12px;
216
+ }
217
+
218
+ /* Home indicator */
219
+ .home-indicator {
220
+ position: absolute;
221
+ bottom: 0;
222
+ left: 50%;
223
+ transform: translateX(-50%);
224
+ width: 360px;
225
+ height: 16px;
226
+ background: #cfd3d6;
227
+ border-radius: 8px;
228
+ opacity: 0.9;
229
+ }
230
+ </style>
231
+ </head>
232
+ <body>
233
+ <div id="render-target">
234
+
235
+ <!-- Status Bar -->
236
+ <div class="statusbar">
237
+ <div class="time">11:17</div>
238
+ <div class="status-icons">
239
+ <!-- Cast screen -->
240
+ <svg viewBox="0 0 24 24"><path d="M3 5h18v12H3v-2h16V7H3V5zM3 13v2h2c0-1.1-.9-2-2-2zm0 4v2h6c0-3.3-2.7-6-6-6v2c2.2 0 4 1.8 4 4H3z"/></svg>
241
+ <!-- Wifi -->
242
+ <svg viewBox="0 0 24 24"><path d="M12 18l-2-2 2-2 2 2-2 2zm-6-6l-2-2c4.4-4.4 11.6-4.4 16 0l-2 2c-3.3-3.3-8.7-3.3-12 0z"/></svg>
243
+ <!-- Battery -->
244
+ <svg viewBox="0 0 24 24"><path d="M16 7h2v2h-2V7zM3 8h12v8H3V8zm14 2h2v4h-2v-4z"/></svg>
245
+ </div>
246
+ </div>
247
+
248
+ <!-- App Bar -->
249
+ <div class="appbar">
250
+ <div class="menu-btn">
251
+ <svg viewBox="0 0 24 24"><path d="M3 6h18v2H3V6zm0 5h18v2H3v-2zm0 5h18v2H3v-2z"/></svg>
252
+ </div>
253
+ <div class="app-title-area">
254
+ <div class="app-title">CURRENCY CONVERTER</div>
255
+ <div class="subtitle">Updated on December 14, 2023 10:48 AM</div>
256
+ </div>
257
+ <div class="more-btn">
258
+ <svg viewBox="0 0 24 24"><path d="M12 6a2 2 0 110-4 2 2 0 010 4zm0 8a2 2 0 110-4 2 2 0 010 4zm0 8a2 2 0 110-4 2 2 0 010 4z"/></svg>
259
+ </div>
260
+ </div>
261
+
262
+ <!-- Converter Area -->
263
+ <div class="converter">
264
+ <div class="lang-row">
265
+ <div>EN</div>
266
+ <svg viewBox="0 0 24 24"><path d="M7 12l5-5v3h5v4h-5v3l-5-5z"/></svg>
267
+ <svg viewBox="0 0 24 24"><path d="M12 6a6 6 0 016 6h-2c0-2.2-1.8-4-4-4V6zm0 12a6 6 0 01-6-6h2c0 2.2 1.8 4 4 4v2z"/></svg>
268
+ </div>
269
+
270
+ <!-- Row 1 -->
271
+ <div class="currency-row">
272
+ <div class="search-ico">
273
+ <svg viewBox="0 0 24 24"><path d="M15.5 14h-.8l-.3-.3A6.5 6.5 0 1015.5 14l4.5 4.5-1.5 1.5L14 15.5l1.5-1.5zM10 15a5 5 0 110-10 5 5 0 010 10z"/></svg>
274
+ </div>
275
+ <div class="row-main">
276
+ <div class="code">GBP</div>
277
+ <div class="flag">[IMG: UK Flag]</div>
278
+ </div>
279
+ <div class="row-actions">
280
+ <div class="caret"></div>
281
+ <div class="rotate-ico">
282
+ <svg viewBox="0 0 24 24"><path d="M12 6v4l3-3-3-3zM6 12c0 3.3 2.7 6 6 6v-2c-2.2 0-4-1.8-4-4H6z"/></svg>
283
+ </div>
284
+ <div class="value">0</div>
285
+ </div>
286
+ <div class="row-sub">British Pound Sterling</div>
287
+ </div>
288
+
289
+ <!-- Row 2 -->
290
+ <div class="currency-row">
291
+ <div class="search-ico">
292
+ <svg viewBox="0 0 24 24"><path d="M15.5 14h-.8l-.3-.3A6.5 6.5 0 1015.5 14l4.5 4.5-1.5 1.5L14 15.5l1.5-1.5zM10 15a5 5 0 110-10 5 5 0 010 10z"/></svg>
293
+ </div>
294
+ <div class="row-main">
295
+ <div class="code">USD</div>
296
+ <div class="flag">[IMG: US Flag]</div>
297
+ </div>
298
+ <div class="row-actions">
299
+ <div class="caret" style="border-top-color:#5fa7db;"></div>
300
+ <div class="rotate-ico">
301
+ <svg viewBox="0 0 24 24"><path d="M12 6v4l3-3-3-3zM6 12c0 3.3 2.7 6 6 6v-2c-2.2 0-4-1.8-4-4H6z"/></svg>
302
+ </div>
303
+ <div class="value">0</div>
304
+ </div>
305
+ <div class="row-sub">U.S. Dollar</div>
306
+ </div>
307
+
308
+ <!-- Tools bar -->
309
+ <div class="tools">
310
+ <div class="tool">
311
+ <svg viewBox="0 0 24 24"><path d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z"/></svg>
312
+ <div>CURRENCIES & RATES</div>
313
+ </div>
314
+ <div class="tool">
315
+ <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.5 2.44C10.46 4.99 11.96 4 13.5 4 16 4 18 6 18 8.5c0 3.78-3.4 6.86-8.05 11.54L12 21.35z"/></svg>
316
+ <div>CURRENCY FAVORITES</div>
317
+ </div>
318
+ <div class="tool">
319
+ <svg viewBox="0 0 24 24"><path d="M12 6v4l3-3-3-3zM6 12c0 3.3 2.7 6 6 6v-2c-2.2 0-4-1.8-4-4H6z"/></svg>
320
+ <div>CURRENCY ROTATE</div>
321
+ </div>
322
+ <div class="tool">
323
+ <svg viewBox="0 0 24 24"><path d="M12 2l4 8H8l4-8zm0 20l-4-8h8l-4 8z"/></svg>
324
+ <div>OPTIONS</div>
325
+ </div>
326
+ </div>
327
+ </div>
328
+
329
+ <!-- Dropdown overlay list -->
330
+ <div class="dropdown">
331
+ <div class="drop-scroll">
332
+ <div class="drop-item">
333
+ <div>
334
+ <div class="code-line">USD</div>
335
+ <div class="name-line">U.S. Dollar</div>
336
+ </div>
337
+ <div class="drop-flag">[IMG: US]</div>
338
+ </div>
339
+
code/11376/11376_5.html ADDED
@@ -0,0 +1,387 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Currency Converter UI Mock</title>
7
+ <style>
8
+ body { margin:0; padding:0; background:transparent; font-family: Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width:1080px; height:2400px; position:relative; overflow:hidden;
11
+ background:#111; border-radius:24px; box-shadow: 0 20px 60px rgba(0,0,0,0.35);
12
+ color:#fff;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ height:120px; background:#000; color:#fff; display:flex; align-items:center; padding:0 36px; font-size:38px; letter-spacing:1px;
18
+ }
19
+ .status-spacer { flex:1; }
20
+ .status-icon { width:36px; height:36px; margin-left:18px; border-radius:4px; background:#fff1; }
21
+
22
+ /* App header */
23
+ .app-header {
24
+ height:220px; background:#222; border-bottom:1px solid #2e2e2e;
25
+ display:flex; align-items:center; padding:0 36px; position:relative;
26
+ }
27
+ .header-title { font-weight:800; font-size:54px; }
28
+ .header-sub { color:#bdbdbd; font-size:30px; margin-top:6px; }
29
+ .header-left, .header-right { position:absolute; top:50%; transform:translateY(-50%); }
30
+ .header-left { left:36px; }
31
+ .header-right { right:36px; display:flex; gap:28px; }
32
+ .icon-btn { width:72px; height:72px; display:flex; align-items:center; justify-content:center; }
33
+ .icon-btn svg { fill:#fff; }
34
+
35
+ /* Blue panel with entries */
36
+ .blue-panel {
37
+ height:500px;
38
+ background: linear-gradient(180deg, #55789d 0%, #476b8f 40%, #3c5f82 100%);
39
+ padding:28px 30px;
40
+ position:relative;
41
+ }
42
+ .locale-row { color:#d7e3f1; font-size:28px; margin-bottom:18px; display:flex; align-items:center; gap:18px; }
43
+ .currency-row {
44
+ display:flex; align-items:center; gap:26px; padding:28px 10px; border-bottom:1px solid rgba(255,255,255,0.08);
45
+ }
46
+ .search-icon { width:60px; height:60px; display:flex; align-items:center; justify-content:center; }
47
+ .search-icon svg { fill:#ef5350; }
48
+ .code-block { flex:1; }
49
+ .code-top { display:flex; align-items:center; gap:16px; }
50
+ .code-top .code { font-size:48px; font-weight:900; letter-spacing:1px; color:#fff; }
51
+ .flag {
52
+ width:74px; height:44px; background:#E0E0E0; border:1px solid #BDBDBD;
53
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:20px; border-radius:6px;
54
+ }
55
+ .code-sub { color:#c9d6e4; font-size:26px; margin-top:6px; }
56
+ .row-actions { display:flex; align-items:center; gap:20px; margin-right:18px; }
57
+ .row-actions .caret svg { fill:#e06357; }
58
+ .amount { width:140px; text-align:right; font-size:96px; font-weight:700; color:#fff; }
59
+
60
+ /* Dropdown list overlay */
61
+ .dropdown {
62
+ position:absolute; left:90px; top:470px; width:540px; height:1460px;
63
+ background:#0f3e57; border-radius:8px; box-shadow:0 20px 40px rgba(0,0,0,0.5);
64
+ overflow:hidden; border:1px solid rgba(255,255,255,0.1);
65
+ }
66
+ .dropdown-list { overflow-y:auto; height:100%; padding:10px 0; }
67
+ .drop-item { padding:22px 26px; border-bottom:1px solid rgba(255,255,255,0.08); color:#e6f0f7; }
68
+ .drop-top { display:flex; align-items:center; justify-content:space-between; }
69
+ .drop-code { font-size:42px; font-weight:800; }
70
+ .drop-flag {
71
+ width:72px; height:42px; background:#E0E0E0; border:1px solid #BDBDBD;
72
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:18px; border-radius:6px;
73
+ margin-left:12px;
74
+ }
75
+ .drop-name { font-size:26px; color:#cfe0ee; margin-top:6px; }
76
+
77
+ /* Action bar */
78
+ .action-bar {
79
+ height:160px; background: linear-gradient(180deg,#233a4f,#1d3348);
80
+ display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid #203547; border-bottom:1px solid #1a2e41;
81
+ }
82
+ .action-cell {
83
+ display:flex; flex-direction:column; align-items:center; justify-content:center;
84
+ color:#dbe7f0; font-size:28px; text-align:center; border-right:1px solid #22384c;
85
+ }
86
+ .action-cell:last-child { border-right:none; }
87
+ .action-cell svg { fill:#dbe7f0; margin-bottom:12px; }
88
+
89
+ /* Keypad grid */
90
+ .keypad {
91
+ display:grid;
92
+ grid-template-columns:repeat(4, 270px);
93
+ grid-auto-rows: 230px;
94
+ background:#2f343a;
95
+ }
96
+ .key {
97
+ display:flex; align-items:center; justify-content:center;
98
+ font-size:96px; color:#e9eef3; border:1px solid #3d444b;
99
+ background:#4e555b;
100
+ }
101
+ .key.dark { background:#3d4349; }
102
+ .key.label { font-size:48px; color:#e9eef3; }
103
+ .key.red { background:#c54842; color:#fff; }
104
+ .keypad .key.equal { grid-row:3 / 5; }
105
+
106
+ /* Ad section */
107
+ .ad-bar {
108
+ height:280px; background:#000; display:flex; align-items:center; justify-content:center;
109
+ border-top:1px solid #222;
110
+ }
111
+ .ad-card {
112
+ width:1000px; height:220px; background:#fff; border-radius:16px; display:flex; align-items:center; justify-content:space-between; padding:0 24px;
113
+ }
114
+ .ad-left { display:flex; align-items:center; gap:20px; color:#333; }
115
+ .ad-img {
116
+ width:140px; height:140px; background:#E0E0E0; border:1px solid #BDBDBD; color:#757575;
117
+ display:flex; align-items:center; justify-content:center; border-radius:20px;
118
+ }
119
+ .ad-title { font-size:36px; font-weight:700; }
120
+ .ad-install {
121
+ background:#22a765; color:#fff; padding:22px 40px; border-radius:40px; font-size:34px; font-weight:700;
122
+ }
123
+
124
+ /* Home indicator */
125
+ .home-indicator {
126
+ position:absolute; bottom:20px; left:50%; transform:translateX(-50%);
127
+ width:360px; height:14px; background:#cfcfcf; border-radius:12px; opacity:0.7;
128
+ }
129
+ </style>
130
+ </head>
131
+ <body>
132
+ <div id="render-target">
133
+
134
+ <!-- Status bar -->
135
+ <div class="status-bar">
136
+ 11:18
137
+ <div class="status-spacer"></div>
138
+ <div class="status-icon"></div>
139
+ <div class="status-icon"></div>
140
+ </div>
141
+
142
+ <!-- App header -->
143
+ <div class="app-header">
144
+ <div class="header-left icon-btn">
145
+ <svg width="54" height="54" viewBox="0 0 24 24"><path d="M3 6h18v2H3zm0 5h18v2H3zm0 5h18v2H3z"/></svg>
146
+ </div>
147
+ <div style="margin-left:100px;">
148
+ <div class="header-title">CURRENCY CONVERTER</div>
149
+ <div class="header-sub">Updated on December 14, 2023 10:48 AM</div>
150
+ </div>
151
+ <div class="header-right">
152
+ <div class="icon-btn">
153
+ <svg width="54" height="54" viewBox="0 0 24 24"><path d="M12 5a2 2 0 110 4 2 2 0 010-4zm0 5a2 2 0 110 4 2 2 0 010-4zm0 5a2 2 0 110 4 2 2 0 010-4z"/></svg>
154
+ </div>
155
+ </div>
156
+ </div>
157
+
158
+ <!-- Blue panel -->
159
+ <div class="blue-panel">
160
+ <div class="locale-row">EN
161
+ <svg width="34" height="34" viewBox="0 0 24 24"><path d="M12 2v4l3-2-3-2zm6 10h4l-2-3-2 3zm-6 10v-4l-3 2 3 2zm-10-10H2l2 3 2-3z" fill="#cfe0ee"/></svg>
162
+ </div>
163
+
164
+ <!-- First currency row -->
165
+ <div class="currency-row">
166
+ <div class="search-icon">
167
+ <svg width="46" height="46" viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27A6.471 6.471 0 0016 9.5 6.5 6.5 0 109.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-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>
168
+ </div>
169
+ <div class="code-block">
170
+ <div class="code-top">
171
+ <div class="code">GBP</div>
172
+ <div class="flag">[IMG: UK Flag]</div>
173
+ </div>
174
+ <div class="code-sub">British Pound Sterling</div>
175
+ </div>
176
+ <div class="row-actions">
177
+ <div class="caret">
178
+ <svg width="28" height="28" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg>
179
+ </div>
180
+ <div class="refresh">
181
+ <svg width="36" height="36" viewBox="0 0 24 24"><path d="M17.65 6.35A7.95 7.95 0 0012 4V1L7 6l5 5V7a5 5 0 11-4.9 6h-2A7 7 0 1017.65 6.35z" fill="#cfe0ee"/></svg>
182
+ </div>
183
+ </div>
184
+ <div class="amount">0</div>
185
+ </div>
186
+
187
+ <!-- Second currency row -->
188
+ <div class="currency-row">
189
+ <div class="search-icon">
190
+ <svg width="46" height="46" viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27A6.471 6.471 0 0016 9.5 6.5 6.5 0 109.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-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>
191
+ </div>
192
+ <div class="code-block">
193
+ <div class="code-top">
194
+ <div class="code">STD</div>
195
+ <div class="flag">[IMG: São Tomé Flag]</div>
196
+ </div>
197
+ <div class="code-sub">São Tomé and Príncipe Dobra</div>
198
+ </div>
199
+ <div class="row-actions">
200
+ <div class="caret">
201
+ <svg width="28" height="28" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg>
202
+ </div>
203
+ <div class="refresh">
204
+ <svg width="36" height="36" viewBox="0 0 24 24"><path d="M17.65 6.35A7.95 7.95 0 0012 4V1L7 6l5 5V7a5 5 0 11-4.9 6h-2A7 7 0 1017.65 6.35z" fill="#cfe0ee"/></svg>
205
+ </div>
206
+ </div>
207
+ <div class="amount">0</div>
208
+ </div>
209
+
210
+ <!-- Dropdown overlay -->
211
+ <div class="dropdown">
212
+ <div class="dropdown-list">
213
+ <div class="drop-item">
214
+ <div class="drop-top">
215
+ <div class="drop-code">SRD</div>
216
+ <div class="drop-flag">[IMG: Flag]</div>
217
+ </div>
218
+ <div class="drop-name">Surinamese Dollar</div>
219
+ </div>
220
+ <div class="drop-item">
221
+ <div class="drop-top">
222
+ <div class="drop-code">STD</div>
223
+ <div class="drop-flag">[IMG: Flag]</div>
224
+ </div>
225
+ <div class="drop-name">São Tomé and Príncipe Dobra</div>
226
+ </div>
227
+ <div class="drop-item">
228
+ <div class="drop-top">
229
+ <div class="drop-code">SVC</div>
230
+ <div class="drop-flag">[IMG: Flag]</div>
231
+ </div>
232
+ <div class="drop-name">Salvadoran Colón</div>
233
+ </div>
234
+ <div class="drop-item">
235
+ <div class="drop-top">
236
+ <div class="drop-code">SYP</div>
237
+ <div class="drop-flag">[IMG: Flag]</div>
238
+ </div>
239
+ <div class="drop-name">Syrian Pound</div>
240
+ </div>
241
+ <div class="drop-item">
242
+ <div class="drop-top">
243
+ <div class="drop-code">SZL</div>
244
+ <div class="drop-flag">[IMG: Flag]</div>
245
+ </div>
246
+ <div class="drop-name">Swazi Lilangeni</div>
247
+ </div>
248
+ <div class="drop-item">
249
+ <div class="drop-top">
250
+ <div class="drop-code">THB</div>
251
+ <div class="drop-flag">[IMG: Flag]</div>
252
+ </div>
253
+ <div class="drop-name">Thai Baht</div>
254
+ </div>
255
+ <div class="drop-item">
256
+ <div class="drop-top">
257
+ <div class="drop-code">TJS</div>
258
+ <div class="drop-flag">[IMG: Flag]</div>
259
+ </div>
260
+ <div class="drop-name">Tajikistani Somoni</div>
261
+ </div>
262
+ <div class="drop-item">
263
+ <div class="drop-top">
264
+ <div class="drop-code">TMT</div>
265
+ <div class="drop-flag">[IMG: Flag]</div>
266
+ </div>
267
+ <div class="drop-name">Turkmenistani Manat</div>
268
+ </div>
269
+ <div class="drop-item">
270
+ <div class="drop-top">
271
+ <div class="drop-code">TND</div>
272
+ <div class="drop-flag">[IMG: Flag]</div>
273
+ </div>
274
+ <div class="drop-name">Tunisian Dinar</div>
275
+ </div>
276
+ <div class="drop-item">
277
+ <div class="drop-top">
278
+ <div class="drop-code">TOP</div>
279
+ <div class="drop-flag">[IMG: Flag]</div>
280
+ </div>
281
+ <div class="drop-name">Tongan Pa’anga</div>
282
+ </div>
283
+ <div class="drop-item">
284
+ <div class="drop-top">
285
+ <div class="drop-code">TRY</div>
286
+ <div class="drop-flag">[IMG: Flag]</div>
287
+ </div>
288
+ <div class="drop-name">Turkish Lira</div>
289
+ </div>
290
+ <div class="drop-item">
291
+ <div class="drop-top">
292
+ <div class="drop-code">TTD</div>
293
+ <div class="drop-flag">[IMG: Flag]</div>
294
+ </div>
295
+ <div class="drop-name">Trinidad and Tobago Dollar</div>
296
+ </div>
297
+ <div class="drop-item">
298
+ <div class="drop-top">
299
+ <div class="drop-code">TWD</div>
300
+ <div class="drop-flag">[IMG: Flag]</div>
301
+ </div>
302
+ <div class="drop-name">New Taiwan Dollar</div>
303
+ </div>
304
+ <div class="drop-item">
305
+ <div class="drop-top">
306
+ <div class="drop-code">TZS</div>
307
+ <div class="drop-flag">[IMG: Flag]</div>
308
+ </div>
309
+ <div class="drop-name">Tanzanian Shilling</div>
310
+ </div>
311
+ <div class="drop-item">
312
+ <div class="drop-top">
313
+ <div class="drop-code">UAH</div>
314
+ <div class="drop-flag">[IMG: Flag]</div>
315
+ </div>
316
+ <div class="drop-name">Ukrainian Hryvnia</div>
317
+ </div>
318
+ <div class="drop-item">
319
+ <div class="drop-top">
320
+ <div class="drop-code">UGX</div>
321
+ <div class="drop-flag">[IMG: Flag]</div>
322
+ </div>
323
+ <div class="drop-name">Ugandan Shilling</div>
324
+ </div>
325
+ </div>
326
+ </div>
327
+ </div>
328
+
329
+ <!-- Action bar -->
330
+ <div class="action-bar">
331
+ <div class="action-cell">
332
+ <svg width="42" height="42" viewBox="0 0 24 24"><path d="M13 3h-2v7H4v2h7v7h2v-7h7v-2h-7z"/></svg>
333
+ CURRENCY CONVERT
334
+ </div>
335
+ <div class="action-cell">
336
+ <svg width="42" height="42" viewBox="0 0 24 24"><path d="M12 4a8 8 0 100 16 8 8 0 000-16zm1 13H8v-2h5v2zm3-4H8v-2h8v2zm0-4H8V7h8v2z"/></svg>
337
+ UNITS & RATES
338
+ </div>
339
+ <div class="action-cell">
340
+ <svg width="42" height="42" viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>
341
+ CURRENCY FAVORITES
342
+ </div>
343
+ <div class="action-cell">
344
+ <svg width="42" height="42" viewBox="0 0 24 24"><path d="M12 6V3L8 7l4 4V8a4 4 0 11-3.9 5h-2A6 6 0 1012 6z"/></svg>
345
+ CURRENCY ROTATE
346
+ </div>
347
+ </div>
348
+
349
+ <!-- Keypad -->
350
+ <div class="keypad">
351
+ <div class="key label dark">CC</div>
352
+ <div class="key dark">9</div>
353
+ <div class="key dark">÷</div>
354
+ <div class="key label dark">CLR</div>
355
+
356
+ <div class="key label dark">SZL</div>
357
+ <div class="key dark">6</div>
358
+ <div class="key dark">×</div>
359
+ <div class="key label dark">DEL</div>
360
+
361
+ <div class="key label dark">0</div>
362
+ <div class="key dark">3</div>
363
+ <div class="key dark">−</div>
364
+ <div class="key red equal">=</div>
365
+
366
+ <div class="key label dark">0</div>
367
+ <div class="key dark">.</div>
368
+ <div class="key dark">+</div>
369
+ <!-- empty cell under the equal because it spans -->
370
+ </div>
371
+
372
+ <!-- Ad section -->
373
+ <div class="ad-bar">
374
+ <div class="ad-card">
375
+ <div class="ad-left">
376
+ <div class="ad-img">[IMG: App Icon]</div>
377
+ <div class="ad-title">Share Market App</div>
378
+ </div>
379
+ <div class="ad-install">INSTALL</div>
380
+ </div>
381
+ </div>
382
+
383
+ <!-- Home indicator -->
384
+ <div class="home-indicator"></div>
385
+ </div>
386
+ </body>
387
+ </html>
code/11376/11376_6.html ADDED
@@ -0,0 +1,365 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Currency Converter UI Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
10
+ background: #2b3137;
11
+ color: #fff;
12
+ }
13
+ /* Status bar */
14
+ .status-bar {
15
+ position: absolute; top: 0; left: 0; width: 100%; height: 120px; background: #000;
16
+ display: flex; align-items: center; justify-content: space-between; padding: 0 36px;
17
+ font-weight: 600; letter-spacing: 0.5px;
18
+ }
19
+ .status-left { display: flex; align-items: center; gap: 30px; font-size: 44px; }
20
+ .status-icons { display: flex; align-items: center; gap: 24px; }
21
+ .status-icons svg { width: 40px; height: 40px; fill: #fff; opacity: 0.9; }
22
+ .battery { width: 50px; height: 30px; border: 3px solid #fff; border-radius: 6px; position: relative; }
23
+ .battery:after { content: ""; position: absolute; right: -10px; top: 8px; width: 8px; height: 14px; background: #fff; border-radius: 2px; }
24
+ .battery .level { position: absolute; left: 3px; top: 3px; bottom: 3px; right: 12px; background: #fff; border-radius: 3px; }
25
+ /* App bar */
26
+ .app-bar {
27
+ position: absolute; top: 120px; left: 0; width: 100%; height: 230px; background: #1f252b;
28
+ display: flex; align-items: center; padding: 0 40px;
29
+ }
30
+ .app-title { flex: 1; text-align: center; }
31
+ .app-title h1 { margin: 0; font-size: 58px; letter-spacing: 1.5px; }
32
+ .app-title .sub { margin-top: 12px; font-size: 28px; color: #b8c1ca; }
33
+ .icon-btn { width: 72px; height: 72px; display: inline-flex; align-items: center; justify-content: center; }
34
+ .icon-btn svg { fill: #fff; opacity: 0.9; }
35
+ /* Top panel */
36
+ .top-panel {
37
+ position: absolute; top: 350px; left: 0; width: 100%; height: 550px;
38
+ background: linear-gradient(#4b6f92, #3b5e7b);
39
+ box-shadow: inset 0 -2px 0 rgba(0,0,0,0.4);
40
+ padding: 24px 30px;
41
+ }
42
+ .lang-row { display: flex; align-items: center; gap: 18px; color: #d9e3ee; font-size: 26px; margin-bottom: 10px; }
43
+ .currency-row {
44
+ display: grid; grid-template-columns: 80px 520px 1fr; align-items: center;
45
+ padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,0.15);
46
+ }
47
+ .search-icon { width: 56px; height: 56px; margin-left: 16px; }
48
+ .code-block { display: flex; align-items: center; gap: 18px; }
49
+ .code { font-size: 54px; font-weight: 800; color: #fff; letter-spacing: 1px; }
50
+ .flag {
51
+ width: 78px; height: 48px; background: #E0E0E0; border: 1px solid #BDBDBD;
52
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 20px; border-radius: 4px;
53
+ }
54
+ .name { font-size: 26px; color: #cfd8e3; margin-top: 6px; }
55
+ .right-block { display: flex; align-items: center; justify-content: flex-end; gap: 24px; padding-right: 24px; }
56
+ .caret { width: 0; height: 0; border-left: 14px solid transparent; border-right: 14px solid transparent; border-top: 18px solid #e74c3c; }
57
+ .rotate-icon { width: 46px; height: 46px; border: 2px solid #cfd8e3; border-radius: 50%; position: relative; }
58
+ .rotate-icon:after {
59
+ content: ""; position: absolute; right: -2px; top: 8px; width: 0; height: 0;
60
+ border-left: 10px solid transparent; border-right: 0 solid transparent; border-top: 10px solid #cfd8e3;
61
+ transform: rotate(40deg);
62
+ }
63
+ .value { font-size: 80px; font-weight: 700; color: #ffffff; }
64
+ /* Actions strip */
65
+ .actions-strip {
66
+ position: absolute; top: 900px; left: 0; width: 100%; height: 160px;
67
+ background: linear-gradient(#27475e, #223e53);
68
+ display: grid; grid-template-columns: repeat(4, 1fr);
69
+ border-top: 1px solid rgba(255,255,255,0.08);
70
+ border-bottom: 1px solid rgba(0,0,0,0.2);
71
+ }
72
+ .action-tile {
73
+ border-right: 1px solid rgba(255,255,255,0.1);
74
+ display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
75
+ color: #d6dee7; text-align: center; padding: 10px;
76
+ }
77
+ .action-tile:last-child { border-right: none; }
78
+ .action-tile .label { font-size: 26px; line-height: 1.2; }
79
+ /* Keypad */
80
+ .keypad {
81
+ position: absolute; top: 1060px; left: 0; width: 100%; height: 1140px;
82
+ display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(4, 1fr);
83
+ gap: 4px; padding: 4px;
84
+ background: #2b3137;
85
+ }
86
+ .key {
87
+ background: #4a5258; display: flex; align-items: center; justify-content: center;
88
+ font-size: 86px; color: #e9eef4; font-weight: 700;
89
+ }
90
+ .key.dark { background: #3a4046; }
91
+ .key.red { background: #b33b34; }
92
+ .key.small { font-size: 42px; font-weight: 600; }
93
+ .key .sub { font-size: 30px; color: #e57373; margin-left: 14px; }
94
+ .key .green { color: #b5d56a; font-size: 36px; margin-left: 10px; }
95
+ /* Dropdown overlay list */
96
+ .dropdown {
97
+ position: absolute; left: 120px; top: 530px; width: 460px; height: 1500px;
98
+ background: #1f4860; box-shadow: 0 6px 20px rgba(0,0,0,0.4);
99
+ border-radius: 6px; overflow: hidden; z-index: 10;
100
+ }
101
+ .drop-item {
102
+ display: flex; align-items: center; gap: 16px; padding: 18px 20px; border-bottom: 1px solid rgba(255,255,255,0.08);
103
+ color: #eaf3fb;
104
+ }
105
+ .drop-item .code { font-size: 40px; width: 120px; }
106
+ .drop-item .flag { width: 56px; height: 36px; font-size: 16px; }
107
+ .drop-item .desc { font-size: 24px; color: #cfe0ef; }
108
+ /* Ad bar */
109
+ .ad-bar {
110
+ position: absolute; bottom: 80px; left: 0; width: 100%; height: 190px; background: #ffffff; color: #333;
111
+ display: flex; align-items: center; justify-content: space-between; padding: 0 36px;
112
+ box-shadow: 0 -2px 0 rgba(0,0,0,0.25);
113
+ }
114
+ .ad-left { display: flex; align-items: center; gap: 22px; }
115
+ .ad-img {
116
+ width: 120px; height: 120px; background: #E0E0E0; border: 1px solid #BDBDBD;
117
+ display: flex; align-items: center; justify-content: center; color: #757575; border-radius: 22px;
118
+ }
119
+ .install-btn {
120
+ background: #2ecc71; color: #fff; padding: 22px 44px; border-radius: 12px; font-size: 36px; font-weight: 700;
121
+ }
122
+ /* Home indicator */
123
+ .home-indicator {
124
+ position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%);
125
+ width: 380px; height: 18px; background: #eaeaea; border-radius: 9px;
126
+ }
127
+ </style>
128
+ </head>
129
+ <body>
130
+ <div id="render-target">
131
+
132
+ <!-- Status Bar -->
133
+ <div class="status-bar">
134
+ <div class="status-left">
135
+ <div>11:18</div>
136
+ <div class="status-icons">
137
+ <svg viewBox="0 0 24 24"><rect x="2" y="6" width="20" height="12" rx="2"></rect></svg>
138
+ <svg viewBox="0 0 24 24"><rect x="5" y="4" width="14" height="16" rx="2"></rect></svg>
139
+ </div>
140
+ </div>
141
+ <div class="status-icons">
142
+ <svg viewBox="0 0 24 24"><path d="M3 12a9 9 0 0 1 18 0h-2a7 7 0 0 0-14 0H3z"></path></svg>
143
+ <div class="battery"><div class="level"></div></div>
144
+ </div>
145
+ </div>
146
+
147
+ <!-- App Bar -->
148
+ <div class="app-bar">
149
+ <div class="icon-btn">
150
+ <svg viewBox="0 0 24 24" width="44" height="44">
151
+ <rect x="3" y="5" width="18" height="2"></rect>
152
+ <rect x="3" y="11" width="18" height="2"></rect>
153
+ <rect x="3" y="17" width="18" height="2"></rect>
154
+ </svg>
155
+ </div>
156
+ <div class="app-title">
157
+ <h1>CURRENCY CONVERTER</h1>
158
+ <div class="sub">Updated on December 14, 2023 10:48 AM</div>
159
+ </div>
160
+ <div class="icon-btn">
161
+ <svg viewBox="0 0 24 24" width="44" height="44">
162
+ <circle cx="12" cy="5" r="2"></circle>
163
+ <circle cx="12" cy="12" r="2"></circle>
164
+ <circle cx="12" cy="19" r="2"></circle>
165
+ </svg>
166
+ </div>
167
+ </div>
168
+
169
+ <!-- Top Panel -->
170
+ <div class="top-panel">
171
+ <div class="lang-row">
172
+ <div>EN</div>
173
+ <svg class="search-icon" viewBox="0 0 24 24">
174
+ <circle cx="10" cy="10" r="7" stroke="#fff" stroke-width="1.5" fill="none"></circle>
175
+ <line x1="15" y1="15" x2="22" y2="22" stroke="#fff" stroke-width="1.5"></line>
176
+ </svg>
177
+ </div>
178
+
179
+ <!-- First currency -->
180
+ <div class="currency-row">
181
+ <div>
182
+ <svg class="search-icon" viewBox="0 0 24 24">
183
+ <circle cx="10" cy="10" r="7" stroke="#e74c3c" stroke-width="2.5" fill="none"></circle>
184
+ <line x1="15" y1="15" x2="22" y2="22" stroke="#e74c3c" stroke-width="2.5"></line>
185
+ </svg>
186
+ </div>
187
+ <div>
188
+ <div class="code-block">
189
+ <div class="code">GBP</div>
190
+ <div class="flag">[IMG: UK Flag]</div>
191
+ </div>
192
+ <div class="name">British Pound Sterling</div>
193
+ </div>
194
+ <div class="right-block">
195
+ <div class="caret"></div>
196
+ <div class="rotate-icon"></div>
197
+ <div class="value">0</div>
198
+ </div>
199
+ </div>
200
+
201
+ <!-- Second currency -->
202
+ <div class="currency-row">
203
+ <div>
204
+ <svg class="search-icon" viewBox="0 0 24 24">
205
+ <circle cx="10" cy="10" r="7" stroke="#7fb2d3" stroke-width="2" fill="none"></circle>
206
+ <line x1="15" y1="15" x2="22" y2="22" stroke="#7fb2d3" stroke-width="2"></line>
207
+ </svg>
208
+ </div>
209
+ <div>
210
+ <div class="code-block">
211
+ <div class="code" style="color:#eaf3fb;">QAR</div>
212
+ <div class="flag">[IMG: Qatar Flag]</div>
213
+ </div>
214
+ <div class="name">Qatari Rial</div>
215
+ </div>
216
+ <div class="right-block">
217
+ <div class="caret" style="border-top-color:#78a6c8;"></div>
218
+ <div class="rotate-icon"></div>
219
+ <div class="value">0</div>
220
+ </div>
221
+ </div>
222
+ </div>
223
+
224
+ <!-- Actions strip -->
225
+ <div class="actions-strip">
226
+ <div class="action-tile">
227
+ <svg viewBox="0 0 24 24" width="40" height="40" style="fill:#d6dee7;"><path d="M12 2v20M2 12h20"></path></svg>
228
+ <div class="label">CURRENCY<br>RATES & CHARTS</div>
229
+ </div>
230
+ <div class="action-tile">
231
+ <svg viewBox="0 0 24 24" width="40" height="40" style="fill:#f1c40f;"><path d="M12 2l3 7h7l-5.5 4 2.5 7-6-4-6 4 2.5-7L2 9h7z"></path></svg>
232
+ <div class="label">CURRENCY<br>FAVORITES</div>
233
+ </div>
234
+ <div class="action-tile">
235
+ <svg viewBox="0 0 24 24" width="40" height="40" style="fill:none;stroke:#d6dee7;stroke-width:2;"><circle cx="12" cy="12" r="8"></circle><path d="M16 8l3 1-1-3"></path></svg>
236
+ <div class="label">CURRENCY<br>ROTATE</div>
237
+ </div>
238
+ <div class="action-tile">
239
+ <svg viewBox="0 0 24 24" width="40" height="40" style="fill:#d6dee7;"><path d="M3 12a9 9 0 0 1 18 0H3z"></path></svg>
240
+ <div class="label">TOOLS &<br>OPTIONS</div>
241
+ </div>
242
+ </div>
243
+
244
+ <!-- Calculator keypad -->
245
+ <div class="keypad">
246
+ <div class="key dark"><span>CCUR</span></div>
247
+ <div class="key dark small"><span>X</span><span class="sub">CLR</span></div>
248
+ <div class="key dark small"><span class="green">←</span><span class="sub" style="color:#eaf3fb;">DEL</span></div>
249
+ <div class="key">÷</div>
250
+
251
+ <div class="key">9</div>
252
+ <div class="key">6</div>
253
+ <div class="key">3</div>
254
+ <div class="key">×</div>
255
+
256
+ <div class="key">0</div>
257
+ <div class="key">.</div>
258
+ <div class="key">-</div>
259
+ <div class="key">+</div>
260
+
261
+ <div class="key dark">00</div>
262
+ <div class="key dark">000</div>
263
+ <div class="key dark">±</div>
264
+ <div class="key red">=</div>
265
+ </div>
266
+
267
+ <!-- Dropdown overlay list -->
268
+ <div class="dropdown">
269
+ <div class="drop-item">
270
+ <div class="code">PYG</div>
271
+ <div class="flag">[IMG: Paraguay Flag]</div>
272
+ <div class="desc">Paraguayan Guarani</div>
273
+ </div>
274
+ <div class="drop-item">
275
+ <div class="code">QAR</div>
276
+ <div class="flag">[IMG: Qatar Flag]</div>
277
+ <div class="desc">Qatari Rial</div>
278
+ </div>
279
+ <div class="drop-item">
280
+ <div class="code">RON</div>
281
+ <div class="flag">[IMG: Romania Flag]</div>
282
+ <div class="desc">Romanian Leu</div>
283
+ </div>
284
+ <div class="drop-item">
285
+ <div class="code">RSD</div>
286
+ <div class="flag">[IMG: Serbia Flag]</div>
287
+ <div class="desc">Serbian Dinar</div>
288
+ </div>
289
+ <div class="drop-item">
290
+ <div class="code">RUB</div>
291
+ <div class="flag">[IMG: Russia Flag]</div>
292
+ <div class="desc">Russian Ruble</div>
293
+ </div>
294
+ <div class="drop-item">
295
+ <div class="code">RWF</div>
296
+ <div class="flag">[IMG: Rwanda Flag]</div>
297
+ <div class="desc">Rwandan Franc</div>
298
+ </div>
299
+ <div class="drop-item">
300
+ <div class="code">SAR</div>
301
+ <div class="flag">[IMG: Saudi Arabia Flag]</div>
302
+ <div class="desc">Saudi Riyal</div>
303
+ </div>
304
+ <div class="drop-item">
305
+ <div class="code">SBD</div>
306
+ <div class="flag">[IMG: Solomon Islands Flag]</div>
307
+ <div class="desc">Solomon Islands Dollar</div>
308
+ </div>
309
+ <div class="drop-item">
310
+ <div class="code">SCR</div>
311
+ <div class="flag">[IMG: Seychelles Flag]</div>
312
+ <div class="desc">Seychellois Rupee</div>
313
+ </div>
314
+ <div class="drop-item">
315
+ <div class="code">SDG</div>
316
+ <div class="flag">[IMG: Sudan Flag]</div>
317
+ <div class="desc">Sudanese Pound</div>
318
+ </div>
319
+ <div class="drop-item">
320
+ <div class="code">SEK</div>
321
+ <div class="flag">[IMG: Sweden Flag]</div>
322
+ <div class="desc">Swedish Krona</div>
323
+ </div>
324
+ <div class="drop-item">
325
+ <div class="code">SGD</div>
326
+ <div class="flag">[IMG: Singapore Flag]</div>
327
+ <div class="desc">Singapore Dollar</div>
328
+ </div>
329
+ <div class="drop-item">
330
+ <div class="code">SHP</div>
331
+ <div class="flag">[IMG: Saint Helena Flag]</div>
332
+ <div class="desc">Saint Helena Pound</div>
333
+ </div>
334
+ <div class="drop-item">
335
+ <div class="code">SLE</div>
336
+ <div class="flag">[IMG: Sierra Leone Flag]</div>
337
+ <div class="desc">Sierra Leonean Leone</div>
338
+ </div>
339
+ <div class="drop-item">
340
+ <div class="code">SLL</div>
341
+ <div class="flag">[IMG: Sierra Leone Flag]</div>
342
+ <div class="desc">Sierra Leonean Leone</div>
343
+ </div>
344
+ <div class="drop-item">
345
+ <div class="code">SOS</div>
346
+ <div class="flag">[IMG: Somalia Flag]</div>
347
+ <div class="desc">Somali Shilling</div>
348
+ </div>
349
+ </div>
350
+
351
+ <!-- Ad bar -->
352
+ <div class="ad-bar">
353
+ <div class="ad-left">
354
+ <div class="ad-img">[IMG: App Icon]</div>
355
+ <div style="font-size:32px;">Share Market App</div>
356
+ </div>
357
+ <div class="install-btn">INSTALL</div>
358
+ </div>
359
+
360
+ <!-- Home indicator -->
361
+ <div class="home-indicator"></div>
362
+
363
+ </div>
364
+ </body>
365
+ </html>
code/11376/11376_7.html ADDED
@@ -0,0 +1,430 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Currency Converter Mock</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:#111;
13
+ color:#fff;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position:absolute; top:0; left:0; right:0;
19
+ height:110px; background:#000;
20
+ padding:0 36px; box-sizing:border-box;
21
+ display:flex; align-items:center; justify-content:space-between;
22
+ }
23
+ .status-time { font-size:42px; letter-spacing:1px; }
24
+ .sb-icons { display:flex; gap:24px; align-items:center; }
25
+ .sb-icon { width:36px; height:36px; }
26
+ .battery {
27
+ width:50px; height:26px; border:2px solid #fff; position:relative; border-radius:4px; margin-left:6px;
28
+ }
29
+ .battery:after { content:""; position:absolute; right:-8px; top:6px; width:6px; height:12px; background:#fff; border-radius:1px; }
30
+ .battery .level { position:absolute; left:2px; top:2px; bottom:2px; width:30px; background:#fff; }
31
+
32
+ /* App bar */
33
+ .app-bar {
34
+ position:absolute; top:110px; left:0; right:0;
35
+ height:170px; background:#212121;
36
+ box-sizing:border-box; padding:28px 36px;
37
+ display:flex; align-items:center;
38
+ }
39
+ .menu-btn { width:60px; height:60px; margin-right:24px; display:flex; align-items:center; justify-content:center; }
40
+ .menu-btn svg { width:44px; height:44px; }
41
+ .app-title-wrap { flex:1; }
42
+ .app-title { font-weight:900; font-size:44px; letter-spacing:1px; }
43
+ .app-sub { color:#bdbdbd; font-size:26px; margin-top:6px; }
44
+ .more-btn { width:70px; height:70px; display:flex; align-items:center; justify-content:center; }
45
+ .more-btn svg { width:12px; height:46px; }
46
+
47
+ /* Blue currency panel */
48
+ .panel {
49
+ position:absolute; top:280px; left:0; right:0;
50
+ height:640px;
51
+ background:linear-gradient(#4b6f8e, #3a5c79);
52
+ box-sizing:border-box; padding:24px 24px 0 24px;
53
+ }
54
+ .panel .lang { color:#d0d7de; font-size:26px; margin-bottom:10px; }
55
+ .currency-row {
56
+ height:190px; display:flex; align-items:center; border-bottom:1px solid rgba(255,255,255,0.08);
57
+ padding:0 10px;
58
+ }
59
+ .search-ico { width:80px; display:flex; justify-content:center; }
60
+ .row-content { flex:1; }
61
+ .code-line { display:flex; align-items:center; gap:16px; }
62
+ .code { font-size:44px; font-weight:900; }
63
+ .flag {
64
+ width:64px; height:40px; background:#E0E0E0; border:1px solid #BDBDBD;
65
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:18px; border-radius:4px;
66
+ }
67
+ .desc { font-size:28px; color:#d9e1e9; margin-top:8px; }
68
+ .row-actions { display:flex; align-items:center; gap:18px; margin-left:18px; }
69
+ .big-amount { width:120px; text-align:right; font-size:90px; font-weight:700; color:#ffffff; padding-right:20px; }
70
+
71
+ /* Toolbar below panel */
72
+ .toolbar {
73
+ position:absolute; top:920px; left:0; right:0;
74
+ height:180px; display:flex;
75
+ box-sizing:border-box; padding:0 8px;
76
+ }
77
+ .tool-item {
78
+ flex:1; margin:0 8px; background:linear-gradient(#233a4c,#1d2f40);
79
+ border-top:1px solid rgba(255,255,255,0.06);
80
+ display:flex; flex-direction:column; align-items:center; justify-content:center; gap:16px;
81
+ color:#d2e4f0; font-size:24px; text-align:center;
82
+ }
83
+ .tool-item svg { width:44px; height:44px; }
84
+
85
+ /* Keypad */
86
+ .keypad {
87
+ position:absolute; top:1100px; left:0; right:0;
88
+ height:980px; box-sizing:border-box; padding:8px;
89
+ display:grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 1fr; gap:8px;
90
+ background:transparent;
91
+ }
92
+ .key {
93
+ background:#4a545b; display:flex; align-items:center; justify-content:center;
94
+ font-size:74px; color:#e8eef3; font-weight:700;
95
+ }
96
+ .key.dark { background:#33383d; }
97
+ .key.red { background:#b23b35; }
98
+ .key.label { font-size:44px; font-weight:800; }
99
+ .key.small { font-size:54px; }
100
+
101
+ /* Ad banner */
102
+ .ad {
103
+ position:absolute; bottom:70px; left:12px; right:12px;
104
+ height:220px; background:#fff; border-radius:14px;
105
+ display:flex; align-items:center; padding:18px; box-sizing:border-box; color:#111;
106
+ }
107
+ .ad .ad-img {
108
+ width:160px; height:160px; background:#E0E0E0; border:1px solid #BDBDBD; border-radius:20px;
109
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:22px; margin-right:24px;
110
+ }
111
+ .ad .ad-text { flex:1; font-size:34px; color:#333; }
112
+ .ad .install {
113
+ background:#21a35f; color:#fff; font-weight:800; font-size:32px; padding:22px 34px; border-radius:60px;
114
+ }
115
+
116
+ /* Home indicator */
117
+ .home-indicator {
118
+ position:absolute; bottom:16px; left:50%; transform:translateX(-50%);
119
+ width:360px; height:10px; background:#d9d9d9; border-radius:5px; opacity:0.8;
120
+ }
121
+
122
+ /* Overlay currency list */
123
+ .overlay-list {
124
+ position:absolute; top:490px; left:100px; width:480px; height:1500px;
125
+ background:#183e59; color:#fff; box-shadow:0 10px 30px rgba(0,0,0,0.6);
126
+ overflow:hidden; border-radius:6px;
127
+ }
128
+ .ol-scroll { position:absolute; top:0; left:0; right:0; bottom:0; overflow-y:auto; padding:16px 0; }
129
+ .ol-item {
130
+ padding:16px 20px; border-bottom:1px solid rgba(255,255,255,0.08);
131
+ }
132
+ .ol-item-top { display:flex; align-items:center; justify-content:space-between; }
133
+ .ol-code { font-size:42px; font-weight:900; }
134
+ .ol-flag {
135
+ width:60px; height:36px; background:#E0E0E0; border:1px solid #BDBDBD;
136
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:16px; border-radius:4px;
137
+ }
138
+ .ol-desc { color:#d0e1ed; font-size:26px; margin-top:4px; }
139
+
140
+ /* Minimal icon styles */
141
+ .ico { width:40px; height:40px; }
142
+ .dropdown-arrow { width:24px; height:24px; }
143
+ </style>
144
+ </head>
145
+ <body>
146
+ <div id="render-target">
147
+
148
+ <!-- Status Bar -->
149
+ <div class="status-bar">
150
+ <div class="status-time">11:18</div>
151
+ <div class="sb-icons">
152
+ <svg class="sb-icon" viewBox="0 0 24 24">
153
+ <rect x="2" y="5" width="20" height="14" fill="none" stroke="#fff" stroke-width="2"></rect>
154
+ <rect x="6" y="9" width="12" height="6" fill="#fff"></rect>
155
+ </svg>
156
+ <svg class="sb-icon" viewBox="0 0 24 24">
157
+ <path d="M2 16c4-4 8-4 12 0" fill="none" stroke="#fff" stroke-width="2" />
158
+ <path d="M6 12c2-2 4-2 6 0" fill="none" stroke="#fff" stroke-width="2" />
159
+ <circle cx="14" cy="14" r="1.6" fill="#fff"></circle>
160
+ </svg>
161
+ <div class="battery"><div class="level"></div></div>
162
+ </div>
163
+ </div>
164
+
165
+ <!-- App Bar -->
166
+ <div class="app-bar">
167
+ <div class="menu-btn">
168
+ <svg viewBox="0 0 24 24">
169
+ <path d="M3 6h18M3 12h18M3 18h18" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"></path>
170
+ </svg>
171
+ </div>
172
+ <div class="app-title-wrap">
173
+ <div class="app-title">CURRENCY CONVERTER</div>
174
+ <div class="app-sub">Updated on December 14, 2023 10:48 AM</div>
175
+ </div>
176
+ <div class="more-btn">
177
+ <svg viewBox="0 0 6 24">
178
+ <circle cx="3" cy="4" r="2" fill="#fff"></circle>
179
+ <circle cx="3" cy="12" r="2" fill="#fff"></circle>
180
+ <circle cx="3" cy="20" r="2" fill="#fff"></circle>
181
+ </svg>
182
+ </div>
183
+ </div>
184
+
185
+ <!-- Blue Panel -->
186
+ <div class="panel">
187
+ <div class="lang">EN ⤴︎</div>
188
+
189
+ <!-- Row 1 -->
190
+ <div class="currency-row">
191
+ <div class="search-ico">
192
+ <svg class="ico" viewBox="0 0 24 24">
193
+ <circle cx="10" cy="10" r="6" stroke="#ff5b5b" stroke-width="2" fill="none"></circle>
194
+ <path d="M14 14l6 6" stroke="#ff5b5b" stroke-width="2" stroke-linecap="round"></path>
195
+ </svg>
196
+ </div>
197
+ <div class="row-content">
198
+ <div class="code-line">
199
+ <div class="code">GBP</div>
200
+ <div class="flag">[IMG: UK Flag]</div>
201
+ <svg class="dropdown-arrow" viewBox="0 0 24 24">
202
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#ff6a4a" stroke-width="3" stroke-linecap="round"></path>
203
+ </svg>
204
+ <div class="row-actions">
205
+ <svg class="ico" viewBox="0 0 24 24">
206
+ <circle cx="12" cy="12" r="8" stroke="#cdd8e3" stroke-width="2" fill="none"></circle>
207
+ <path d="M12 4v4l3-1.5" stroke="#cdd8e3" stroke-width="2" fill="none" stroke-linecap="round"></path>
208
+ </svg>
209
+ </div>
210
+ </div>
211
+ <div class="desc">British Pound Sterling</div>
212
+ </div>
213
+ <div class="big-amount">0</div>
214
+ </div>
215
+
216
+ <!-- Row 2 -->
217
+ <div class="currency-row">
218
+ <div class="search-ico">
219
+ <svg class="ico" viewBox="0 0 24 24">
220
+ <circle cx="10" cy="10" r="6" stroke="#79a7ff" stroke-width="2" fill="none"></circle>
221
+ <path d="M14 14l6 6" stroke="#79a7ff" stroke-width="2" stroke-linecap="round"></path>
222
+ </svg>
223
+ </div>
224
+ <div class="row-content">
225
+ <div class="code-line">
226
+ <div class="code">MYR</div>
227
+ <div class="flag">[IMG: Malaysia Flag]</div>
228
+ <svg class="dropdown-arrow" viewBox="0 0 24 24">
229
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#7db3ff" stroke-width="3" stroke-linecap="round"></path>
230
+ </svg>
231
+ <div class="row-actions">
232
+ <svg class="ico" viewBox="0 0 24 24">
233
+ <circle cx="12" cy="12" r="8" stroke="#cdd8e3" stroke-width="2" fill="none"></circle>
234
+ <path d="M12 4v4l3-1.5" stroke="#cdd8e3" stroke-width="2" fill="none" stroke-linecap="round"></path>
235
+ </svg>
236
+ </div>
237
+ </div>
238
+ <div class="desc">Malaysian Ringgit</div>
239
+ </div>
240
+ <div class="big-amount">0</div>
241
+ </div>
242
+ </div>
243
+
244
+ <!-- Toolbar -->
245
+ <div class="toolbar">
246
+ <div class="tool-item">
247
+ <svg viewBox="0 0 24 24">
248
+ <path d="M12 2v4M12 18v4M2 12h4M18 12h4M5 5l3 3M16 16l3 3M5 19l3-3M16 8l3-3"
249
+ stroke="#cfe2f2" stroke-width="2" fill="none" stroke-linecap="round"></path>
250
+ </svg>
251
+ <div>Currency Update</div>
252
+ </div>
253
+ <div class="tool-item">
254
+ <svg viewBox="0 0 24 24">
255
+ <path d="M12 2l7 7-7 7-7-7z" fill="none" stroke="#cfe2f2" stroke-width="2"></path>
256
+ </svg>
257
+ <div>Rates & Charts</div>
258
+ </div>
259
+ <div class="tool-item">
260
+ <svg viewBox="0 0 24 24">
261
+ <path d="M12 2l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z" fill="none" stroke="#cfe2f2" stroke-width="2"></path>
262
+ </svg>
263
+ <div>Currency Favorites</div>
264
+ </div>
265
+ <div class="tool-item">
266
+ <svg viewBox="0 0 24 24">
267
+ <path d="M6 8c3-4 9-4 12 1M18 16c-3 4-9 4-12-1" fill="none" stroke="#cfe2f2" stroke-width="2"></path>
268
+ <path d="M4 8l2-3M20 16l-2 3" stroke="#cfe2f2" stroke-width="2" stroke-linecap="round"></path>
269
+ </svg>
270
+ <div>Currency Rotate</div>
271
+ </div>
272
+ </div>
273
+
274
+ <!-- Keypad -->
275
+ <div class="keypad">
276
+ <div class="key dark label">CCGN</div>
277
+ <div class="key dark label">X</div>
278
+ <div class="key dark label">CLR</div>
279
+ <div class="key dark label">DEL</div>
280
+
281
+ <div class="key label">0</div>
282
+ <div class="key label">9</div>
283
+ <div class="key small">÷</div>
284
+ <div class="key label">+</div>
285
+
286
+ <div class="key label">0</div>
287
+ <div class="key label">6</div>
288
+ <div class="key small">×</div>
289
+ <div class="key red">=</div>
290
+
291
+ <div class="key label">0</div>
292
+ <div class="key label">3</div>
293
+ <div class="key small">−</div>
294
+ <div class="key label">.</div>
295
+
296
+ <div class="key label">0</div>
297
+ <div class="key label">0</div>
298
+ <div class="key label">0</div>
299
+ <div class="key label">0</div>
300
+ </div>
301
+
302
+ <!-- Overlay currency list -->
303
+ <div class="overlay-list">
304
+ <div class="ol-scroll">
305
+ <div class="ol-item">
306
+ <div class="ol-item-top">
307
+ <div class="ol-code">MXN</div>
308
+ <div class="ol-flag">[IMG: Flag]</div>
309
+ </div>
310
+ <div class="ol-desc">Mexican Peso</div>
311
+ </div>
312
+ <div class="ol-item">
313
+ <div class="ol-item-top">
314
+ <div class="ol-code">MYR</div>
315
+ <div class="ol-flag">[IMG: Flag]</div>
316
+ </div>
317
+ <div class="ol-desc">Malaysian Ringgit</div>
318
+ </div>
319
+ <div class="ol-item">
320
+ <div class="ol-item-top">
321
+ <div class="ol-code">MZN</div>
322
+ <div class="ol-flag">[IMG: Flag]</div>
323
+ </div>
324
+ <div class="ol-desc">Mozambican Metical</div>
325
+ </div>
326
+ <div class="ol-item">
327
+ <div class="ol-item-top">
328
+ <div class="ol-code">NAD</div>
329
+ <div class="ol-flag">[IMG: Flag]</div>
330
+ </div>
331
+ <div class="ol-desc">Namibian Dollar</div>
332
+ </div>
333
+ <div class="ol-item">
334
+ <div class="ol-item-top">
335
+ <div class="ol-code">NGN</div>
336
+ <div class="ol-flag">[IMG: Flag]</div>
337
+ </div>
338
+ <div class="ol-desc">Nigerian Naira</div>
339
+ </div>
340
+ <div class="ol-item">
341
+ <div class="ol-item-top">
342
+ <div class="ol-code">NIO</div>
343
+ <div class="ol-flag">[IMG: Flag]</div>
344
+ </div>
345
+ <div class="ol-desc">Nicaraguan Córdoba</div>
346
+ </div>
347
+ <div class="ol-item">
348
+ <div class="ol-item-top">
349
+ <div class="ol-code">NOK</div>
350
+ <div class="ol-flag">[IMG: Flag]</div>
351
+ </div>
352
+ <div class="ol-desc">Norwegian Krone</div>
353
+ </div>
354
+ <div class="ol-item">
355
+ <div class="ol-item-top">
356
+ <div class="ol-code">NPR</div>
357
+ <div class="ol-flag">[IMG: Flag]</div>
358
+ </div>
359
+ <div class="ol-desc">Nepalese Rupee</div>
360
+ </div>
361
+ <div class="ol-item">
362
+ <div class="ol-item-top">
363
+ <div class="ol-code">NZD</div>
364
+ <div class="ol-flag">[IMG: Flag]</div>
365
+ </div>
366
+ <div class="ol-desc">New Zealand Dollar</div>
367
+ </div>
368
+ <div class="ol-item">
369
+ <div class="ol-item-top">
370
+ <div class="ol-code">OMR</div>
371
+ <div class="ol-flag">[IMG: Flag]</div>
372
+ </div>
373
+ <div class="ol-desc">Omani Rial</div>
374
+ </div>
375
+ <div class="ol-item">
376
+ <div class="ol-item-top">
377
+ <div class="ol-code">PAB</div>
378
+ <div class="ol-flag">[IMG: Flag]</div>
379
+ </div>
380
+ <div class="ol-desc">Panamanian Balboa</div>
381
+ </div>
382
+ <div class="ol-item">
383
+ <div class="ol-item-top">
384
+ <div class="ol-code">PEN</div>
385
+ <div class="ol-flag">[IMG: Flag]</div>
386
+ </div>
387
+ <div class="ol-desc">Peruvian Nuevo Sol</div>
388
+ </div>
389
+ <div class="ol-item">
390
+ <div class="ol-item-top">
391
+ <div class="ol-code">PGK</div>
392
+ <div class="ol-flag">[IMG: Flag]</div>
393
+ </div>
394
+ <div class="ol-desc">Papua New Guinean Kina</div>
395
+ </div>
396
+ <div class="ol-item">
397
+ <div class="ol-item-top">
398
+ <div class="ol-code">PHP</div>
399
+ <div class="ol-flag">[IMG: Flag]</div>
400
+ </div>
401
+ <div class="ol-desc">Philippine Peso</div>
402
+ </div>
403
+ <div class="ol-item">
404
+ <div class="ol-item-top">
405
+ <div class="ol-code">PKR</div>
406
+ <div class="ol-flag">[IMG: Flag]</div>
407
+ </div>
408
+ <div class="ol-desc">Pakistani Rupee</div>
409
+ </div>
410
+ <div class="ol-item">
411
+ <div class="ol-item-top">
412
+ <div class="ol-code">PLN</div>
413
+ <div class="ol-flag">[IMG: Flag]</div>
414
+ </div>
415
+ <div class="ol-desc">Polish Złoty</div>
416
+ </div>
417
+ </div>
418
+ </div>
419
+
420
+ <!-- Ad Banner -->
421
+ <div class="ad">
422
+ <div class="ad-img">[IMG: App Ad]</div>
423
+ <div class="ad-text">Share Market App</div>
424
+ <div class="install">INSTALL</div>
425
+ </div>
426
+
427
+ <div class="home-indicator"></div>
428
+ </div>
429
+ </body>
430
+ </html>
code/11376/11376_8.html ADDED
@@ -0,0 +1,450 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Currency Converter UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #0E0E0F;
13
+ color: #FFFFFF;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute; top: 0; left: 0; right: 0;
19
+ height: 120px; background: #000000;
20
+ padding: 0 36px; display: flex; align-items: center; justify-content: space-between;
21
+ box-sizing: border-box;
22
+ font-weight: 600; font-size: 36px;
23
+ }
24
+ .status-icons { display: flex; align-items: center; gap: 28px; }
25
+ .icon-rect { width: 44px; height: 30px; border: 3px solid #fff; border-radius: 4px; position: relative; }
26
+ .icon-rect::after { content: ""; position: absolute; right: -8px; top: 10px; width: 6px; height: 10px; background: #fff; border-radius: 2px; }
27
+ .dot { width: 16px; height: 16px; background: #fff; border-radius: 50%; }
28
+ .screen-icon {
29
+ width: 40px; height: 30px; border: 3px solid #fff; border-radius: 6px; position: relative;
30
+ }
31
+ .screen-icon::after {
32
+ content: ""; position: absolute; bottom: -6px; left: 50%; transform: translateX(-50%);
33
+ width: 14px; height: 6px; background: #fff; border-radius: 2px;
34
+ }
35
+
36
+ /* App bar */
37
+ .app-bar {
38
+ position: absolute; top: 120px; left: 0; right: 0;
39
+ height: 170px; background: #1F1F1F;
40
+ display: flex; align-items: center; padding: 0 24px; box-sizing: border-box;
41
+ }
42
+ .app-actions { width: 96px; display: flex; align-items: center; justify-content: center; }
43
+ .app-title {
44
+ flex: 1; padding: 8px 12px; box-sizing: border-box;
45
+ }
46
+ .app-title h1 {
47
+ margin: 0; font-size: 54px; letter-spacing: 1px; font-weight: 800;
48
+ }
49
+ .app-title .subtitle {
50
+ margin-top: 8px; font-size: 26px; color: #B0BEC5;
51
+ }
52
+
53
+ /* Top content (blue area) */
54
+ .top-panel {
55
+ position: absolute; top: 290px; left: 0; right: 0;
56
+ height: 570px;
57
+ background: linear-gradient(180deg, #516D8D 0%, #3E5C79 100%);
58
+ border-top: 1px solid rgba(255,255,255,0.06);
59
+ }
60
+ .panel-header {
61
+ position: absolute; top: 10px; left: 22px; font-size: 26px; color: #CFD8DC;
62
+ display: flex; align-items: center; gap: 14px;
63
+ }
64
+ .panel-header .mini-icons { display: inline-flex; align-items: center; gap: 10px; }
65
+ .mini-icons svg { width: 22px; height: 22px; opacity: 0.8; }
66
+
67
+ .currency-row {
68
+ display: flex; align-items: center;
69
+ padding: 54px 28px; box-sizing: border-box;
70
+ }
71
+ .currency-row + .currency-row { margin-top: -8px; }
72
+ .search-icon { width: 84px; height: 84px; margin-right: 22px; }
73
+ .code-block { flex: 1; display: flex; align-items: center; gap: 16px; }
74
+ .code-text { font-size: 50px; font-weight: 800; }
75
+ .flag {
76
+ width: 64px; height: 40px; background: #E0E0E0; border: 1px solid #BDBDBD;
77
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 18px;
78
+ }
79
+ .desc { font-size: 28px; color: #B0BEC5; margin-top: 8px; }
80
+ .controls { display: flex; align-items: center; gap: 18px; margin-left: 20px; }
81
+ .controls .chevron { width: 26px; height: 26px; }
82
+ .controls .refresh { width: 32px; height: 32px; opacity: 0.75; }
83
+ .value {
84
+ width: 140px; text-align: right; font-size: 120px; font-weight: 700; color: #FFFFFF;
85
+ margin-right: 18px;
86
+ }
87
+
88
+ /* Action bar tiles */
89
+ .action-bar {
90
+ position: absolute; top: 860px; left: 0; right: 0;
91
+ height: 160px; display: grid; grid-template-columns: repeat(4, 1fr);
92
+ border-top: 1px solid rgba(255,255,255,0.06);
93
+ }
94
+ .action-tile {
95
+ background: #233B52;
96
+ border-right: 1px solid rgba(255,255,255,0.08);
97
+ display: flex; align-items: center; justify-content: center; gap: 16px;
98
+ font-size: 28px; color: #CFD8DC;
99
+ }
100
+ .action-tile svg { width: 30px; height: 30px; fill: none; stroke: #CFD8DC; stroke-width: 3; }
101
+
102
+ /* Keypad */
103
+ .keypad {
104
+ position: absolute; top: 1020px; left: 0; right: 0;
105
+ height: 980px; display: grid; grid-template-columns: repeat(4, 1fr);
106
+ grid-auto-rows: 196px; background: #2B3136;
107
+ }
108
+ .key {
109
+ border: 1px solid rgba(255,255,255,0.08);
110
+ display: flex; align-items: center; justify-content: center;
111
+ font-size: 88px; color: #FFFFFF; background: #5D666D;
112
+ }
113
+ .key.dark { background: #444B51; }
114
+ .key.op { background: #3A3F44; }
115
+ .key.red { background: #B5433D; }
116
+ .key.small { font-size: 38px; font-weight: 700; }
117
+ .key-label { font-size: 70px; font-weight: 700; }
118
+
119
+ /* Dropdown list overlay */
120
+ .dropdown {
121
+ position: absolute; top: 520px; left: 120px;
122
+ width: 520px; height: 1550px; background: #173E58; border-radius: 6px;
123
+ box-shadow: 0 8px 24px rgba(0,0,0,0.5); overflow: hidden;
124
+ }
125
+ .dd-item {
126
+ display: flex; align-items: center; justify-content: space-between;
127
+ padding: 22px; box-sizing: border-box; border-bottom: 1px solid rgba(255,255,255,0.08);
128
+ color: #FFFFFF;
129
+ }
130
+ .dd-left { display: flex; flex-direction: column; }
131
+ .dd-code { font-size: 40px; font-weight: 800; letter-spacing: 1px; }
132
+ .dd-name { font-size: 26px; color: #B0BEC5; margin-top: 6px; }
133
+ .dd-flag {
134
+ width: 60px; height: 36px; background: #E0E0E0; border: 1px solid #BDBDBD;
135
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 14px;
136
+ }
137
+
138
+ /* Ad banner */
139
+ .ad-banner {
140
+ position: absolute; bottom: 84px; left: 0; right: 0;
141
+ height: 190px; background: #FFFFFF; color: #333; display: flex; align-items: center; justify-content: space-between;
142
+ padding: 20px 30px; box-sizing: border-box;
143
+ }
144
+ .ad-left {
145
+ display: flex; align-items: center; gap: 18px;
146
+ }
147
+ .ad-img {
148
+ width: 120px; height: 120px; background: #E0E0E0; border: 1px solid #BDBDBD;
149
+ display: flex; align-items: center; justify-content: center; color: #757575;
150
+ }
151
+ .ad-btn {
152
+ background: #2EBB77; color: #fff; font-size: 36px; font-weight: 700;
153
+ padding: 18px 36px; border-radius: 54px;
154
+ }
155
+
156
+ /* Home indicator */
157
+ .home-indicator {
158
+ position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
159
+ width: 420px; height: 12px; background: #E0E0E0; border-radius: 6px; opacity: 0.8;
160
+ }
161
+ </style>
162
+ </head>
163
+ <body>
164
+ <div id="render-target">
165
+
166
+ <!-- Status Bar -->
167
+ <div class="status-bar">
168
+ <div>11:18</div>
169
+ <div class="status-icons">
170
+ <div class="screen-icon"></div>
171
+ <div class="dot"></div>
172
+ <div class="icon-rect"></div>
173
+ </div>
174
+ </div>
175
+
176
+ <!-- App Bar -->
177
+ <div class="app-bar">
178
+ <div class="app-actions">
179
+ <!-- Hamburger -->
180
+ <svg width="60" height="60" viewBox="0 0 60 60">
181
+ <rect x="8" y="14" width="44" height="6" fill="#FFFFFF"></rect>
182
+ <rect x="8" y="27" width="44" height="6" fill="#FFFFFF"></rect>
183
+ <rect x="8" y="40" width="44" height="6" fill="#FFFFFF"></rect>
184
+ </svg>
185
+ </div>
186
+ <div class="app-title">
187
+ <h1>CURRENCY CONVERTER</h1>
188
+ <div class="subtitle">Updated on December 14, 2023 10:48 AM</div>
189
+ </div>
190
+ <div class="app-actions">
191
+ <!-- Kebab -->
192
+ <svg width="40" height="60" viewBox="0 0 24 60">
193
+ <circle cx="12" cy="16" r="3" fill="#FFFFFF"></circle>
194
+ <circle cx="12" cy="30" r="3" fill="#FFFFFF"></circle>
195
+ <circle cx="12" cy="44" r="3" fill="#FFFFFF"></circle>
196
+ </svg>
197
+ </div>
198
+ </div>
199
+
200
+ <!-- Top Blue Panel -->
201
+ <div class="top-panel">
202
+ <div class="panel-header">
203
+ <span>EN</span>
204
+ <div class="mini-icons">
205
+ <!-- tiny screen sync icons -->
206
+ <svg viewBox="0 0 24 24"><path d="M3 12h6M6 9v6" stroke="#CFD8DC"/></svg>
207
+ <svg viewBox="0 0 24 24"><path d="M12 4a8 8 0 1 1-6 3" stroke="#CFD8DC" fill="none"/><path d="M3 7l3 1-1-3" stroke="#CFD8DC" fill="none"/></svg>
208
+ </div>
209
+ </div>
210
+
211
+ <!-- Row 1 -->
212
+ <div class="currency-row">
213
+ <!-- Search icon -->
214
+ <svg class="search-icon" viewBox="0 0 100 100">
215
+ <circle cx="38" cy="38" r="26" stroke="#E74C3C" stroke-width="10" fill="none"></circle>
216
+ <line x1="58" y1="58" x2="90" y2="90" stroke="#E74C3C" stroke-width="10" stroke-linecap="round"></line>
217
+ </svg>
218
+
219
+ <div style="display:flex; flex-direction:column; flex:1">
220
+ <div class="code-block">
221
+ <div class="code-text">GBP</div>
222
+ <div class="flag">UK Flag</div>
223
+ <div class="controls">
224
+ <!-- Chevron down -->
225
+ <svg class="chevron" viewBox="0 0 24 24">
226
+ <path d="M5 9l7 7 7-7" stroke="#F0625D" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round" />
227
+ </svg>
228
+ <!-- refresh -->
229
+ <svg class="refresh" viewBox="0 0 24 24">
230
+ <path d="M12 5a7 7 0 1 1-6 4" stroke="#CFD8DC" fill="none" stroke-width="2"/>
231
+ <path d="M3 9l3 1-1-3" stroke="#CFD8DC" fill="none" stroke-width="2"/>
232
+ </svg>
233
+ </div>
234
+ </div>
235
+ <div class="desc">British Pound Sterling</div>
236
+ </div>
237
+
238
+ <div class="value">0</div>
239
+ </div>
240
+
241
+ <!-- Row 2 -->
242
+ <div class="currency-row">
243
+ <svg class="search-icon" viewBox="0 0 100 100">
244
+ <circle cx="38" cy="38" r="26" stroke="#4DA3E5" stroke-width="10" fill="none"></circle>
245
+ <line x1="58" y1="58" x2="90" y2="90" stroke="#4DA3E5" stroke-width="10" stroke-linecap="round"></line>
246
+ </svg>
247
+
248
+ <div style="display:flex; flex-direction:column; flex:1">
249
+ <div class="code-block">
250
+ <div class="code-text">CCY</div>
251
+ <div class="flag">Flag</div>
252
+ <div class="controls">
253
+ <svg class="chevron" viewBox="0 0 24 24">
254
+ <path d="M5 9l7 7 7-7" stroke="#89A3BF" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round" />
255
+ </svg>
256
+ <svg class="refresh" viewBox="0 0 24 24">
257
+ <path d="M12 5a7 7 0 1 1-6 4" stroke="#CFD8DC" fill="none" stroke-width="2"/>
258
+ <path d="M3 9l3 1-1-3" stroke="#CFD8DC" fill="none" stroke-width="2"/>
259
+ </svg>
260
+ </div>
261
+ </div>
262
+ <div class="desc">Select Currency</div>
263
+ </div>
264
+
265
+ <div class="value">0</div>
266
+ </div>
267
+ </div>
268
+
269
+ <!-- Action Tiles -->
270
+ <div class="action-bar">
271
+ <div class="action-tile">
272
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 7 7 1-5 5 2 7-7-4-7 4 2-7-5-5 7-1z" stroke-linejoin="round"/></svg>
273
+ <span>CURRENCY FAVORITES</span>
274
+ </div>
275
+ <div class="action-tile">
276
+ <svg viewBox="0 0 24 24"><path d="M4 12a8 8 0 0 1 14-5M20 12a8 8 0 0 1-14 5" /></svg>
277
+ <span>CURRENCY ROTATE</span>
278
+ </div>
279
+ <div class="action-tile">
280
+ <svg viewBox="0 0 24 24"><path d="M3 12h18M12 3v18" /></svg>
281
+ <span>RATES & UPDATES</span>
282
+ </div>
283
+ <div class="action-tile">
284
+ <svg viewBox="0 0 24 24"><path d="M6 6h12v12H6z" /></svg>
285
+ <span>TOOLS</span>
286
+ </div>
287
+ </div>
288
+
289
+ <!-- Calculator keypad -->
290
+ <div class="keypad">
291
+ <div class="key small dark">CCY</div>
292
+ <div class="key small dark">CLR</div>
293
+ <div class="key small dark">DEL</div>
294
+ <div class="key op">÷</div>
295
+
296
+ <div class="key">7</div>
297
+ <div class="key">8</div>
298
+ <div class="key">9</div>
299
+ <div class="key op">×</div>
300
+
301
+ <div class="key dark">4</div>
302
+ <div class="key dark">5</div>
303
+ <div class="key dark">6</div>
304
+ <div class="key op">−</div>
305
+
306
+ <div class="key">1</div>
307
+ <div class="key">2</div>
308
+ <div class="key">3</div>
309
+ <div class="key op">+</div>
310
+
311
+ <div class="key dark">0</div>
312
+ <div class="key dark">.</div>
313
+ <div class="key red">=</div>
314
+ <div class="key op"></div>
315
+ </div>
316
+
317
+ <!-- Dropdown currency list overlay -->
318
+ <div class="dropdown">
319
+ <div class="dd-item">
320
+ <div class="dd-left">
321
+ <div class="dd-code">LRD</div>
322
+ <div class="dd-name">Liberian Dollar</div>
323
+ </div>
324
+ <div class="dd-flag">Flag</div>
325
+ </div>
326
+ <div class="dd-item">
327
+ <div class="dd-left">
328
+ <div class="dd-code">LSL</div>
329
+ <div class="dd-name">Lesotho Loti</div>
330
+ </div>
331
+ <div class="dd-flag">Flag</div>
332
+ </div>
333
+ <div class="dd-item">
334
+ <div class="dd-left">
335
+ <div class="dd-code">LTL</div>
336
+ <div class="dd-name">Lithuanian Litas</div>
337
+ </div>
338
+ <div class="dd-flag">Flag</div>
339
+ </div>
340
+ <div class="dd-item">
341
+ <div class="dd-left">
342
+ <div class="dd-code">LVL</div>
343
+ <div class="dd-name">Latvian Lats</div>
344
+ </div>
345
+ <div class="dd-flag">Flag</div>
346
+ </div>
347
+ <div class="dd-item">
348
+ <div class="dd-left">
349
+ <div class="dd-code">LYD</div>
350
+ <div class="dd-name">Libyan Dinar</div>
351
+ </div>
352
+ <div class="dd-flag">Flag</div>
353
+ </div>
354
+ <div class="dd-item">
355
+ <div class="dd-left">
356
+ <div class="dd-code">MAD</div>
357
+ <div class="dd-name">Moroccan Dirham</div>
358
+ </div>
359
+ <div class="dd-flag">Flag</div>
360
+ </div>
361
+ <div class="dd-item">
362
+ <div class="dd-left">
363
+ <div class="dd-code">MDL</div>
364
+ <div class="dd-name">Moldovan Leu</div>
365
+ </div>
366
+ <div class="dd-flag">Flag</div>
367
+ </div>
368
+ <div class="dd-item">
369
+ <div class="dd-left">
370
+ <div class="dd-code">MGA</div>
371
+ <div class="dd-name">Malagasy Ariary</div>
372
+ </div>
373
+ <div class="dd-flag">Flag</div>
374
+ </div>
375
+ <div class="dd-item">
376
+ <div class="dd-left">
377
+ <div class="dd-code">MKD</div>
378
+ <div class="dd-name">Macedonian Denar</div>
379
+ </div>
380
+ <div class="dd-flag">Flag</div>
381
+ </div>
382
+ <div class="dd-item">
383
+ <div class="dd-left">
384
+ <div class="dd-code">MMK</div>
385
+ <div class="dd-name">Myanma Kyat</div>
386
+ </div>
387
+ <div class="dd-flag">Flag</div>
388
+ </div>
389
+ <div class="dd-item">
390
+ <div class="dd-left">
391
+ <div class="dd-code">MNT</div>
392
+ <div class="dd-name">Mongolian Tugrik</div>
393
+ </div>
394
+ <div class="dd-flag">Flag</div>
395
+ </div>
396
+ <div class="dd-item">
397
+ <div class="dd-left">
398
+ <div class="dd-code">MOP</div>
399
+ <div class="dd-name">Macanese Pataca</div>
400
+ </div>
401
+ <div class="dd-flag">Flag</div>
402
+ </div>
403
+ <div class="dd-item">
404
+ <div class="dd-left">
405
+ <div class="dd-code">MRO</div>
406
+ <div class="dd-name">Mauritanian Ouguiya</div>
407
+ </div>
408
+ <div class="dd-flag">Flag</div>
409
+ </div>
410
+ <div class="dd-item">
411
+ <div class="dd-left">
412
+ <div class="dd-code">MUR</div>
413
+ <div class="dd-name">Mauritian Rupee</div>
414
+ </div>
415
+ <div class="dd-flag">Flag</div>
416
+ </div>
417
+ <div class="dd-item">
418
+ <div class="dd-left">
419
+ <div class="dd-code">MVR</div>
420
+ <div class="dd-name">Maldivian Rufiyaa</div>
421
+ </div>
422
+ <div class="dd-flag">Flag</div>
423
+ </div>
424
+ <div class="dd-item">
425
+ <div class="dd-left">
426
+ <div class="dd-code">MWK</div>
427
+ <div class="dd-name">Malawian Kwacha</div>
428
+ </div>
429
+ <div class="dd-flag">Flag</div>
430
+ </div>
431
+ </div>
432
+
433
+ <!-- Ad Banner -->
434
+ <div class="ad-banner">
435
+ <div class="ad-left">
436
+ <div class="ad-img">[IMG: App Icon]</div>
437
+ <div>
438
+ <div style="font-size:32px; font-weight:700;">Share Market App</div>
439
+ <div style="font-size:24px; color:#777;">Sponsored</div>
440
+ </div>
441
+ </div>
442
+ <div class="ad-btn">INSTALL</div>
443
+ </div>
444
+
445
+ <!-- Home Indicator -->
446
+ <div class="home-indicator"></div>
447
+
448
+ </div>
449
+ </body>
450
+ </html>
code/11376/11376_9.html ADDED
@@ -0,0 +1,340 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Currency Converter UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #0d0f12;
13
+ border-radius: 0;
14
+ box-shadow: none;
15
+ color: #fff;
16
+ }
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute; top: 0; left: 0; right: 0;
20
+ height: 110px; background: #000; color: #fff;
21
+ padding: 0 36px; display: flex; align-items: center; justify-content: space-between;
22
+ font-size: 36px; letter-spacing: 1px;
23
+ }
24
+ .status-right { display: flex; align-items: center; gap: 28px; }
25
+ .status-icon {
26
+ width: 36px; height: 24px; border: 2px solid #bbb; border-radius: 4px; position: relative;
27
+ }
28
+ .status-icon::after { content: ""; position: absolute; right: -10px; top: 6px; width: 6px; height: 12px; background: #bbb; border-radius: 2px; }
29
+ .signal-dot { width: 18px; height: 18px; background: #bbb; border-radius: 50%; }
30
+ /* App bar */
31
+ .app-bar {
32
+ position: absolute; top: 110px; left: 0; right: 0;
33
+ height: 170px; background: #222; box-shadow: 0 2px 6px rgba(0,0,0,0.6);
34
+ padding: 0 36px; display: flex; align-items: center; justify-content: space-between;
35
+ }
36
+ .app-left { display: flex; align-items: center; gap: 28px; }
37
+ .title-wrap { display: flex; flex-direction: column; }
38
+ .app-title { font-size: 48px; font-weight: 800; letter-spacing: 1px; }
39
+ .subtitle { font-size: 24px; color: #9aa3aa; margin-top: 6px; }
40
+ .icon-btn { width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; }
41
+ .icon-btn svg { width: 48px; height: 48px; fill: none; stroke: #fff; stroke-width: 6; }
42
+ .kebab svg { stroke: none; fill: #fff; }
43
+ /* Converter panel */
44
+ .converter {
45
+ position: absolute; top: 280px; left: 0; width: 1080px; height: 520px;
46
+ background: linear-gradient(180deg, #476b8c 0%, #3f5974 100%);
47
+ padding: 24px 24px 0 24px;
48
+ }
49
+ .lang-row { display: flex; align-items: center; gap: 16px; color: #c9d6df; font-size: 28px; opacity: 0.9; }
50
+ .curr-row {
51
+ margin-top: 18px; position: relative;
52
+ height: 170px; display: flex; align-items: center;
53
+ border-bottom: 1px solid rgba(255,255,255,0.15);
54
+ }
55
+ .search-icon { margin-left: 12px; margin-right: 24px; }
56
+ .search-icon svg { width: 66px; height: 66px; stroke: #ff5252; stroke-width: 8; }
57
+ .code-block { display: flex; align-items: center; gap: 18px; }
58
+ .code { font-size: 44px; font-weight: 800; color: #fff; }
59
+ .flag {
60
+ width: 86px; height: 56px; background: #E0E0E0; border: 1px solid #BDBDBD;
61
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 20px;
62
+ }
63
+ .desc { font-size: 26px; color: #b9c7d4; margin-left: 110px; position: absolute; top: 92px; }
64
+ .row-actions { margin-left: auto; display: flex; align-items: center; gap: 28px; margin-right: 24px; }
65
+ .down svg { width: 30px; height: 30px; fill: #e05b55; }
66
+ .refresh svg { width: 40px; height: 40px; stroke: #cdd7de; stroke-width: 6; }
67
+ .value-right {
68
+ position: absolute; right: 18px; top: 30px; width: 80px; text-align: right; font-size: 96px; font-weight: 700; color: #fff; opacity: 0.95;
69
+ }
70
+ /* top actions bar */
71
+ .top-actions {
72
+ position: absolute; top: 800px; left: 0; width: 1080px; height: 170px;
73
+ background: linear-gradient(180deg, #263a4b 0%, #1f2f3f 100%);
74
+ display: grid; grid-template-columns: repeat(4, 1fr);
75
+ border-top: 1px solid rgba(255,255,255,0.08);
76
+ border-bottom: 1px solid rgba(255,255,255,0.08);
77
+ }
78
+ .action-item { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; border-right: 1px solid rgba(255,255,255,0.08); }
79
+ .action-item:last-child { border-right: none; }
80
+ .action-item span { font-size: 26px; color: #cdd7de; text-align: center; width: 90%; }
81
+ .action-item svg { width: 44px; height: 44px; stroke: #cdd7de; stroke-width: 6; fill: none; }
82
+ .action-star svg { fill: #cdd7de; stroke: none; }
83
+ /* Calculator grid */
84
+ .calc {
85
+ position: absolute; top: 970px; left: 0; width: 1080px; bottom: 150px;
86
+ background: #2a2f34;
87
+ }
88
+ .calc-grid {
89
+ display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 330px;
90
+ }
91
+ .cell {
92
+ border: 1px solid rgba(0,0,0,0.5);
93
+ display: flex; align-items: center; justify-content: center;
94
+ font-size: 96px; color: #eef2f5; background: #59646c;
95
+ }
96
+ .cell.alt { background: #4c565e; }
97
+ .cell.op { background: #3a434a; }
98
+ .cell.equal { background: #b7443c; }
99
+ .cell.label {
100
+ font-size: 52px; color: #dbe1e6; background: #3a3f45;
101
+ }
102
+ .small-label { font-size: 40px; color: #e36a65; }
103
+ /* Dropdown overlay for currencies */
104
+ .dropdown {
105
+ position: absolute; top: 470px; left: 150px; width: 480px; height: 1650px;
106
+ background: #163e5a; border-radius: 8px; box-shadow: 0 10px 20px rgba(0,0,0,0.5);
107
+ overflow: hidden;
108
+ }
109
+ .drop-item {
110
+ display: flex; align-items: center; gap: 18px;
111
+ padding: 24px 22px; border-bottom: 1px solid rgba(255,255,255,0.08);
112
+ color: #fff;
113
+ }
114
+ .drop-code { font-size: 40px; font-weight: 800; width: 120px; }
115
+ .drop-name { font-size: 26px; color: #cbd7e1; }
116
+ .drop-flag {
117
+ width: 60px; height: 38px; background: #E0E0E0; border: 1px solid #BDBDBD;
118
+ color: #757575; display: flex; align-items: center; justify-content: center; font-size: 18px;
119
+ margin-left: auto;
120
+ }
121
+ /* Bottom ad bar placeholder */
122
+ .ad-bar {
123
+ position: absolute; left: 0; right: 0; bottom: 90px; height: 150px;
124
+ background: #121212; display: flex; align-items: center; justify-content: space-between; padding: 0 24px; color: #cfd6dc;
125
+ }
126
+ .ad-left {
127
+ display: flex; align-items: center; gap: 16px;
128
+ }
129
+ .ad-img {
130
+ width: 120px; height: 120px; background: #E0E0E0; border: 1px solid #BDBDBD; color: #757575;
131
+ display: flex; align-items: center; justify-content: center;
132
+ }
133
+ .ad-btn {
134
+ background: #2fa368; color: #fff; border-radius: 34px; padding: 18px 36px; font-size: 36px;
135
+ }
136
+ /* Bottom home indicator */
137
+ .home-indicator {
138
+ position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
139
+ width: 360px; height: 14px; background: #d9d9d9; border-radius: 7px; opacity: 0.9;
140
+ }
141
+ </style>
142
+ </head>
143
+ <body>
144
+ <div id="render-target">
145
+ <!-- Status bar -->
146
+ <div class="status-bar">
147
+ <div class="status-left">11:18</div>
148
+ <div class="status-right">
149
+ <div class="signal-dot"></div>
150
+ <div class="status-icon"></div>
151
+ </div>
152
+ </div>
153
+
154
+ <!-- App bar -->
155
+ <div class="app-bar">
156
+ <div class="app-left">
157
+ <div class="icon-btn" aria-label="Menu">
158
+ <svg viewBox="0 0 24 24"><path d="M3 6h18M3 12h18M3 18h18"/></svg>
159
+ </div>
160
+ <div class="title-wrap">
161
+ <div class="app-title">CURRENCY CONVERTER</div>
162
+ <div class="subtitle">Updated on December 14, 2023 10:48 AM</div>
163
+ </div>
164
+ </div>
165
+ <div class="icon-btn kebab" aria-label="More">
166
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="5" r="2.5"/><circle cx="12" cy="12" r="2.5"/><circle cx="12" cy="19" r="2.5"/></svg>
167
+ </div>
168
+ </div>
169
+
170
+ <!-- Converter top panel -->
171
+ <div class="converter">
172
+ <div class="lang-row">
173
+ EN
174
+ <svg viewBox="0 0 24 24" style="width:28px;height:28px;stroke:#cdd7de;stroke-width:3;fill:none"><path d="M4 5l16 0M4 12l16 0M4 19l16 0"/></svg>
175
+ <svg viewBox="0 0 24 24" style="width:28px;height:28px;stroke:#cdd7de;stroke-width:3;fill:none"><path d="M12 5v14M5 12h14"/></svg>
176
+ </div>
177
+
178
+ <!-- Row 1 -->
179
+ <div class="curr-row">
180
+ <div class="search-icon">
181
+ <svg viewBox="0 0 24 24"><circle cx="10" cy="10" r="7"/><path d="M21 21l-6-6"/></svg>
182
+ </div>
183
+ <div class="code-block">
184
+ <div class="code">GBP</div>
185
+ <div class="flag">[IMG: Flag]</div>
186
+ </div>
187
+ <div class="desc">British Pound Sterling</div>
188
+ <div class="row-actions">
189
+ <div class="down">
190
+ <svg viewBox="0 0 24 24"><path d="M6 9l6 6 6-6"/></svg>
191
+ </div>
192
+ <div class="refresh">
193
+ <svg viewBox="0 0 24 24"><path d="M4 12a8 8 0 1 0 3-6"/><path d="M3 4h6v6"/></svg>
194
+ </div>
195
+ </div>
196
+ <div class="value-right">0</div>
197
+ </div>
198
+
199
+ <!-- Row 2 -->
200
+ <div class="curr-row">
201
+ <div class="search-icon">
202
+ <svg viewBox="0 0 24 24"><circle cx="10" cy="10" r="7"/><path d="M21 21l-6-6"/></svg>
203
+ </div>
204
+ <div class="code-block">
205
+ <div class="code">JMD</div>
206
+ <svg viewBox="0 0 24 24" class="down" style="width:30px;height:30px;fill:#8bb1df"><path d="M6 9l6 6 6-6"/></svg>
207
+ <div class="refresh">
208
+ <svg viewBox="0 0 24 24"><path d="M4 12a8 8 0 1 0 3-6"/><path d="M3 4h6v6"/></svg>
209
+ </div>
210
+ </div>
211
+ <div class="value-right">0</div>
212
+ </div>
213
+ </div>
214
+
215
+ <!-- Actions bar -->
216
+ <div class="top-actions">
217
+ <div class="action-item">
218
+ <svg viewBox="0 0 24 24"><path d="M20 12A8 8 0 1 1 12 4"/><path d="M3 4h6v6"/></svg>
219
+ <span>CURRENCY RATES</span>
220
+ </div>
221
+ <div class="action-item">
222
+ <svg viewBox="0 0 24 24" class="action-star"><path d="M12 3l3 7 7 1-5 5 1 7-6-3-6 3 1-7-5-5 7-1z"/></svg>
223
+ <span>FAVORITES & UPDATES</span>
224
+ </div>
225
+ <div class="action-item">
226
+ <svg viewBox="0 0 24 24"><path d="M12 5a7 7 0 0 1 6 3"/><path d="M21 8v5h-5"/><path d="M12 19a7 7 0 0 1-6-3"/><path d="M3 16v-5h5"/></svg>
227
+ <span>CURRENCY ROTATE</span>
228
+ </div>
229
+ <div class="action-item">
230
+ <svg viewBox="0 0 24 24"><path d="M5 12h14"/><path d="M12 5v14"/></svg>
231
+ <span>TOOLS</span>
232
+ </div>
233
+ </div>
234
+
235
+ <!-- Calculator section -->
236
+ <div class="calc">
237
+ <div class="calc-grid">
238
+ <div class="cell label">CONV</div>
239
+ <div class="cell label"><span class="small-label">X</span> CLR</div>
240
+ <div class="cell label">DEL</div>
241
+ <div class="cell op">÷</div>
242
+
243
+ <div class="cell alt">9</div>
244
+ <div class="cell alt">6</div>
245
+ <div class="cell alt">3</div>
246
+ <div class="cell op">−</div>
247
+
248
+ <div class="cell">0</div>
249
+ <div class="cell">0</div>
250
+ <div class="cell op">+</div>
251
+ <div class="cell op">×</div>
252
+
253
+ <div class="cell">.</div>
254
+ <div class="cell equal">=</div>
255
+ <div class="cell alt">5</div>
256
+ <div class="cell op">÷</div>
257
+ </div>
258
+ </div>
259
+
260
+ <!-- Dropdown overlay list -->
261
+ <div class="dropdown">
262
+ <div class="drop-item">
263
+ <div class="drop-code">JEP</div>
264
+ <div class="drop-name">Jersey Pound</div>
265
+ <div class="drop-flag">[IMG: Flag]</div>
266
+ </div>
267
+ <div class="drop-item">
268
+ <div class="drop-code">JMD</div>
269
+ <div class="drop-name">Jamaican Dollar</div>
270
+ <div class="drop-flag">[IMG: Flag]</div>
271
+ </div>
272
+ <div class="drop-item">
273
+ <div class="drop-code">JOD</div>
274
+ <div class="drop-name">Jordanian Dinar</div>
275
+ <div class="drop-flag">[IMG: Flag]</div>
276
+ </div>
277
+ <div class="drop-item">
278
+ <div class="drop-code">JPY</div>
279
+ <div class="drop-name">Japanese Yen</div>
280
+ <div class="drop-flag">[IMG: Flag]</div>
281
+ </div>
282
+ <div class="drop-item">
283
+ <div class="drop-code">KES</div>
284
+ <div class="drop-name">Kenyan Shilling</div>
285
+ <div class="drop-flag">[IMG: Flag]</div>
286
+ </div>
287
+ <div class="drop-item">
288
+ <div class="drop-code">KGS</div>
289
+ <div class="drop-name">Kyrgystani Som</div>
290
+ <div class="drop-flag">[IMG: Flag]</div>
291
+ </div>
292
+ <div class="drop-item">
293
+ <div class="drop-code">KHR</div>
294
+ <div class="drop-name">Cambodian Riel</div>
295
+ <div class="drop-flag">[IMG: Flag]</div>
296
+ </div>
297
+ <div class="drop-item">
298
+ <div class="drop-code">KMF</div>
299
+ <div class="drop-name">Comorian Franc</div>
300
+ <div class="drop-flag">[IMG: Flag]</div>
301
+ </div>
302
+ <div class="drop-item">
303
+ <div class="drop-code">KPW</div>
304
+ <div class="drop-name">North Korean Won</div>
305
+ <div class="drop-flag">[IMG: Flag]</div>
306
+ </div>
307
+ <div class="drop-item">
308
+ <div class="drop-code">KRW</div>
309
+ <div class="drop-name">Korean Won</div>
310
+ <div class="drop-flag">[IMG: Flag]</div>
311
+ </div>
312
+ <div class="drop-item">
313
+ <div class="drop-code">KWD</div>
314
+ <div class="drop-name">Kuwaiti Dinar</div>
315
+ <div class="drop-flag">[IMG: Flag]</div>
316
+ </div>
317
+ <div class="drop-item">
318
+ <div class="drop-code">KYD</div>
319
+ <div class="drop-name">Cayman Islands Dollar</div>
320
+ <div class="drop-flag">[IMG: Flag]</div>
321
+ </div>
322
+ <div class="drop-item">
323
+ <div class="drop-code">KZT</div>
324
+ <div class="drop-name">Kazakhstani Tenge</div>
325
+ <div class="drop-flag">[IMG: Flag]</div>
326
+ </div>
327
+ <div class="drop-item">
328
+ <div class="drop-code">LAK</div>
329
+ <div class="drop-name">Laotian Kip</div>
330
+ <div class="drop-flag">[IMG: Flag]</div>
331
+ </div>
332
+ <div class="drop-item">
333
+ <div class="drop-code">LBP</div>
334
+ <div class="drop-name">Lebanese Pound</div>
335
+ <div class="drop-flag">[IMG: Flag]</div>
336
+ </div>
337
+ <div class="drop-item">
338
+ <div class="drop-code">LKR</div>
339
+ <div class="drop-name">Sri Lankan Rupee</div>
340
+ <div class="drop-flag">[IMG:
code/11380/11380_0.html ADDED
@@ -0,0 +1,295 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Basmati Rice Results</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #ffffff;
12
+ }
13
+ .status-bar {
14
+ height: 84px; padding: 0 30px; display: flex; align-items: center; justify-content: space-between; color: #333; font-weight: 600;
15
+ font-size: 34px;
16
+ }
17
+ .status-left { display: flex; align-items: center; gap: 16px; }
18
+ .chip-mini {
19
+ font-size: 24px; color: #666; border: 1px solid #D0D0D0; border-radius: 8px; padding: 2px 8px;
20
+ }
21
+ .dot { width: 10px; height: 10px; background: #888; border-radius: 50%; display: inline-block; margin-left: 6px; margin-right: 6px; }
22
+ .status-right { display: flex; align-items: center; gap: 14px; }
23
+ .icon-16 svg { width: 36px; height: 36px; }
24
+ /* Search bar area */
25
+ .search-area { padding: 10px 26px 20px 26px; }
26
+ .appbar { display: flex; align-items: center; gap: 20px; }
27
+ .icon-btn { width: 72px; height: 72px; border-radius: 36px; display: flex; align-items: center; justify-content: center; }
28
+ .icon-btn svg { width: 44px; height: 44px; }
29
+ .search-box {
30
+ flex: 1; position: relative; height: 88px; border-radius: 20px; background: #F2F2F2; display: flex; align-items: center; padding: 0 140px 0 28px;
31
+ font-size: 34px; color: #222;
32
+ }
33
+ .search-placeholder { color: #777; }
34
+ .search-icons {
35
+ position: absolute; right: 12px; top: 0; bottom: 0; display: flex; align-items: center; gap: 16px; padding-right: 12px;
36
+ }
37
+ .search-icons .icon-wrap {
38
+ width: 72px; height: 72px; border-radius: 12px; background: #EAEAEA; display: flex; align-items: center; justify-content: center;
39
+ border: 1px solid #DADADA;
40
+ }
41
+ .cart-btn { margin-left: auto; }
42
+ .filters { padding: 6px 26px 8px 26px; display: flex; gap: 18px; flex-wrap: nowrap; white-space: nowrap; }
43
+ .pill {
44
+ border: 1px solid #E0E0E0; border-radius: 28px; padding: 18px 26px; font-size: 32px; color: #333; background: #fff; display: inline-flex; align-items: center; gap: 12px;
45
+ }
46
+ .pill .chev { width: 22px; height: 22px; border: 2px solid #555; border-left: 0; border-top: 0; transform: rotate(45deg); display: inline-block; margin-left: 6px; }
47
+ .category-chips { padding: 12px 26px 0 26px; display: flex; gap: 16px; }
48
+ .cat-pill {
49
+ border: 1px solid #E0E0E0; border-radius: 28px; padding: 16px 22px; font-size: 28px; color: #333; background: #fff; display: inline-flex; align-items: center; gap: 12px;
50
+ }
51
+ .cat-icon {
52
+ width: 44px; height: 44px; border-radius: 22px; background: #F3F7FF; border: 1px solid #DDE6FF; display: inline-flex; align-items: center; justify-content: center; color: #5E7CE2; font-weight: 700; font-size: 22px;
53
+ }
54
+ /* Product grid */
55
+ .content { padding: 24px; }
56
+ .grid { display: flex; flex-wrap: wrap; gap: 28px; }
57
+ .card {
58
+ width: calc((1080px - 48px - 28px) / 2);
59
+ background: #fff; border-radius: 16px;
60
+ }
61
+ .img-wrap {
62
+ position: relative; height: 420px; border-radius: 16px; overflow: hidden; background: #E0E0E0; border: 1px solid #BDBDBD;
63
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 30px; text-align: center; padding: 10px;
64
+ }
65
+ .badge {
66
+ position: absolute; left: 14px; top: 14px; background: #2F2F2F; color: #fff; font-size: 28px; font-weight: 700; padding: 8px 16px; border-radius: 10px;
67
+ }
68
+ .badge.teal { background: #2AB7A9; }
69
+ .heart {
70
+ position: absolute; right: 16px; top: 16px; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.9); border-radius: 22px; border: 1px solid #E6E6E6;
71
+ }
72
+ .variant-pill {
73
+ position: absolute; right: 16px; bottom: 16px; background: #fff; color: #2B6FE6; font-weight: 700; border-radius: 18px; padding: 8px 16px; font-size: 28px; border: 1px solid #E3E8FF; box-shadow: 0 2px 6px rgba(0,0,0,0.12);
74
+ }
75
+ .title { margin-top: 14px; font-size: 34px; line-height: 44px; color: #222; padding-right: 10px; }
76
+ .rating-row { display: flex; align-items: center; gap: 10px; margin-top: 10px; }
77
+ .stars { display: inline-flex; gap: 4px; }
78
+ .stars svg { width: 30px; height: 30px; }
79
+ .plus-badge {
80
+ display: inline-flex; align-items: center; gap: 6px; background: #EEF4FF; color: #2B6FE6; border: 1px solid #DDE6FF; border-radius: 14px; padding: 4px 10px; font-size: 26px; font-weight: 700; margin-left: 8px;
81
+ }
82
+ .price-row { margin-top: 12px; display: flex; align-items: baseline; gap: 12px; font-size: 34px; }
83
+ .discount { color: #16883A; font-weight: 700; }
84
+ .old-price { color: #9E9E9E; text-decoration: line-through; }
85
+ .new-price { color: #111; font-weight: 700; }
86
+ .note { margin-top: 8px; font-size: 30px; }
87
+ .note.purple { color: #673ab7; }
88
+ .note.green { color: #16883A; }
89
+ .note.magenta { color: #d81b60; }
90
+ /* Floating action and bottom bar */
91
+ .fab {
92
+ position: absolute; right: 34px; bottom: 240px; width: 116px; height: 116px; border-radius: 58px; background: #2B6FE6; box-shadow: 0 8px 24px rgba(0,0,0,0.18);
93
+ display: flex; align-items: center; justify-content: center;
94
+ }
95
+ .fab-inner {
96
+ width: 84px; height: 84px; border-radius: 42px; background: #FFD54F; display: flex; align-items: center; justify-content: center; font-weight: 900; color: #2B6FE6; font-size: 38px;
97
+ }
98
+ .bottom-bar {
99
+ position: absolute; left: 0; right: 0; bottom: 0; height: 120px; background: #000; display: flex; align-items: center; justify-content: center;
100
+ }
101
+ .home-indicator {
102
+ width: 300px; height: 12px; background: #fff; border-radius: 6px;
103
+ }
104
+ </style>
105
+ </head>
106
+ <body>
107
+ <div id="render-target">
108
+ <!-- Status bar -->
109
+ <div class="status-bar">
110
+ <div class="status-left">
111
+ <div>4:01</div>
112
+ <div class="chip-mini">LR</div>
113
+ <span class="icon-16">
114
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9" fill="#777"/></svg>
115
+ </span>
116
+ <div class="chip-mini">LR</div>
117
+ <div class="dot"></div>
118
+ <span class="icon-16">
119
+ <svg viewBox="0 0 24 24"><rect x="3" y="6" width="18" height="12" rx="2" fill="#777"/></svg>
120
+ </span>
121
+ </div>
122
+ <div class="status-right">
123
+ <svg viewBox="0 0 24 24" width="36" height="36"><path d="M3 12h6l3-6 3 6h6" stroke="#555" stroke-width="2" fill="none"/></svg>
124
+ <svg viewBox="0 0 24 24" width="36" height="36"><rect x="4" y="6" width="14" height="12" rx="2" fill="#555"/><rect x="19" y="8" width="2" height="8" fill="#555"/></svg>
125
+ </div>
126
+ </div>
127
+
128
+ <!-- Search area -->
129
+ <div class="search-area">
130
+ <div class="appbar">
131
+ <div class="icon-btn">
132
+ <svg viewBox="0 0 24 24"><path d="M15 18l-6-6 6-6" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
133
+ </div>
134
+ <div class="search-box">
135
+ <span class="search-placeholder">basmati rice</span>
136
+ <div class="search-icons">
137
+ <div class="icon-wrap">
138
+ <svg viewBox="0 0 24 24"><rect x="9" y="3" width="6" height="9" rx="3" fill="#666"/><path d="M12 12v4" stroke="#666" stroke-width="2"/><rect x="10" y="16" width="4" height="3" rx="1" fill="#666"/></svg>
139
+ </div>
140
+ <div class="icon-wrap">
141
+ <svg viewBox="0 0 24 24"><rect x="3" y="6" width="18" height="12" rx="2" fill="#666"/><circle cx="12" cy="12" r="4" fill="#fff" stroke="#666" stroke-width="2"/></svg>
142
+ </div>
143
+ </div>
144
+ </div>
145
+ <div class="icon-btn cart-btn">
146
+ <svg viewBox="0 0 24 24"><path d="M3 5h2l2 12h10l2-9H7" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/><circle cx="10" cy="20" r="1.8" fill="#333"/><circle cx="17" cy="20" r="1.8" fill="#333"/></svg>
147
+ </div>
148
+ </div>
149
+ </div>
150
+
151
+ <!-- Filter chips -->
152
+ <div class="filters">
153
+ <div class="pill">Sort By <span class="chev"></span></div>
154
+ <div class="pill"><svg viewBox="0 0 24 24" width="28" height="28"><path d="M3 5h18M6 11h12M9 17h6" stroke="#555" stroke-width="2" fill="none"/></svg> Filter</div>
155
+ <div class="pill">Brand <span class="chev"></span></div>
156
+ <div class="pill">Discount <span class="chev"></span></div>
157
+ <div class="pill">Customer Rating <span class="chev"></span></div>
158
+ </div>
159
+
160
+ <!-- Category chips -->
161
+ <div class="category-chips">
162
+ <div class="cat-pill"><div class="cat-icon">%</div> Top Sale Deals</div>
163
+ <div class="cat-pill"><div class="cat-icon">NEW</div> New Arrivals</div>
164
+ <div class="cat-pill"><div class="cat-icon">★</div> Top Rated</div>
165
+ <div class="cat-pill"><div class="cat-icon">P</div> Premium Brands</div>
166
+ </div>
167
+
168
+ <!-- Product grid -->
169
+ <div class="content">
170
+ <div class="grid">
171
+ <!-- Card 1 -->
172
+ <div class="card">
173
+ <div class="img-wrap">
174
+ <div class="badge">FLIPKART'S CHOICE</div>
175
+ <div class="heart">
176
+ <svg viewBox="0 0 24 24"><path d="M12 21s-7-5.1-9-8.6C1.1 9.8 2.5 6.9 5.6 6.6c1.7-.2 3.2.7 4.4 2 1.2-1.3 2.7-2.2 4.4-2 3.1.3 4.5 3.2 2.6 5.8C19 15.9 12 21 12 21z" fill="none" stroke="#777" stroke-width="1.8"/></svg>
177
+ </div>
178
+ [IMG: Daawat Sehat Mini Mogra Basmati Rice Bag]
179
+ <div class="variant-pill">2 Variants</div>
180
+ </div>
181
+ <div class="title">Daawat Sehat Mini Mogra Basmati Rice (Broken Grain), 5 kg</div>
182
+ <div class="rating-row">
183
+ <div class="stars">
184
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 7h7l-5.5 4.3L18 21l-6-3.8L6 21l1.5-7.7L2 9h7z" fill="#2e7d32"/></svg>
185
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 7h7l-5.5 4.3L18 21l-6-3.8L6 21l1.5-7.7L2 9h7z" fill="#2e7d32"/></svg>
186
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 7h7l-5.5 4.3L18 21l-6-3.8L6 21l1.5-7.7L2 9h7z" fill="#2e7d32"/></svg>
187
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 7h7l-5.5 4.3L18 21l-6-3.8L6 21l1.5-7.7L2 9h7z" fill="#2e7d32"/></svg>
188
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 7h7l-5.5 4.3L18 21l-6-3.8L6 21l1.5-7.7L2 9h7z" fill="#A5D6A7"/></svg>
189
+ </div>
190
+ <div class="plus-badge">Plus F-Assured</div>
191
+ </div>
192
+ <div class="price-row">
193
+ <div class="discount">36% off</div>
194
+ <div class="old-price">325</div>
195
+ <div class="new-price">&#8377;205</div>
196
+ </div>
197
+ <div class="note purple">Big Saving Deal</div>
198
+ </div>
199
+
200
+ <!-- Card 2 -->
201
+ <div class="card">
202
+ <div class="img-wrap">
203
+ <div class="badge teal">BESTSELLER</div>
204
+ <div class="heart">
205
+ <svg viewBox="0 0 24 24"><path d="M12 21s-7-5.1-9-8.6C1.1 9.8 2.5 6.9 5.6 6.6c1.7-.2 3.2.7 4.4 2 1.2-1.3 2.7-2.2 4.4-2 3.1.3 4.5 3.2 2.6 5.8C19 15.9 12 21 12 21z" fill="none" stroke="#777" stroke-width="1.8"/></svg>
206
+ </div>
207
+ [IMG: Daawat Rozana Super Basmati Rice Bag]
208
+ <div class="variant-pill">2 Variants</div>
209
+ </div>
210
+ <div class="title">Daawat Rozana Super Basmati Rice (Medium Grain), 5 kg</div>
211
+ <div class="rating-row">
212
+ <div class="stars">
213
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 7h7l-5.5 4.3L18 21l-6-3.8L6 21l1.5-7.7L2 9h7z" fill="#2e7d32"/></svg>
214
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 7h7l-5.5 4.3L18 21l-6-3.8L6 21l1.5-7.7L2 9h7z" fill="#2e7d32"/></svg>
215
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 7h7l-5.5 4.3L18 21l-6-3.8L6 21l1.5-7.7L2 9h7z" fill="#2e7d32"/></svg>
216
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 7h7l-5.5 4.3L18 21l-6-3.8L6 21l1.5-7.7L2 9h7z" fill="#2e7d32"/></svg>
217
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 7h7l-5.5 4.3L18 21l-6-3.8L6 21l1.5-7.7L2 9h7z" fill="#A5D6A7"/></svg>
218
+ </div>
219
+ <div class="plus-badge">Plus F-Assured</div>
220
+ </div>
221
+ <div class="price-row">
222
+ <div class="discount">13% off</div>
223
+ <div class="old-price">486</div>
224
+ <div class="new-price">&#8377;422</div>
225
+ </div>
226
+ <div class="note green">Buy 3 items, save extra 5%</div>
227
+ </div>
228
+
229
+ <!-- Card 3 -->
230
+ <div class="card">
231
+ <div class="img-wrap">
232
+ <div class="heart">
233
+ <svg viewBox="0 0 24 24"><path d="M12 21s-7-5.1-9-8.6C1.1 9.8 2.5 6.9 5.6 6.6c1.7-.2 3.2.7 4.4 2 1.2-1.3 2.7-2.2 4.4-2 3.1.3 4.5 3.2 2.6 5.8C19 15.9 12 21 12 21z" fill="none" stroke="#777" stroke-width="1.8"/></svg>
234
+ </div>
235
+ [IMG: Devaaya Biryani Basmati Rice Bag]
236
+ </div>
237
+ <div class="title">Devaaya Biryani Basmati Rice (Full Grain, Raw), 1 kg</div>
238
+ <div class="rating-row">
239
+ <div class="stars">
240
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 7h7l-5.5 4.3L18 21l-6-3.8L6 21l1.5-7.7L2 9h7z" fill="#2e7d32"/></svg>
241
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 7h7l-5.5 4.3L18 21l-6-3.8L6 21l1.5-7.7L2 9h7z" fill="#2e7d32"/></svg>
242
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 7h7l-5.5 4.3L18 21l-6-3.8L6 21l1.5-7.7L2 9h7z" fill="#2e7d32"/></svg>
243
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 7h7l-5.5 4.3L18 21l-6-3.8L6 21l1.5-7.7L2 9h7z" fill="#2e7d32"/></svg>
244
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 7h7l-5.5 4.3L18 21l-6-3.8L6 21l1.5-7.7L2 9h7z" fill="#A5D6A7"/></svg>
245
+ </div>
246
+ <div class="plus-badge">Plus F-Assured</div>
247
+ </div>
248
+ <div class="price-row">
249
+ <div class="new-price">&#8377;215</div>
250
+ </div>
251
+ <div class="note magenta">Only few left</div>
252
+ </div>
253
+
254
+ <!-- Card 4 -->
255
+ <div class="card">
256
+ <div class="img-wrap">
257
+ <div class="heart">
258
+ <svg viewBox="0 0 24 24"><path d="M12 21s-7-5.1-9-8.6C1.1 9.8 2.5 6.9 5.6 6.6c1.7-.2 3.2.7 4.4 2 1.2-1.3 2.7-2.2 4.4-2 3.1.3 4.5 3.2 2.6 5.8C19 15.9 12 21 12 21z" fill="none" stroke="#777" stroke-width="1.8"/></svg>
259
+ </div>
260
+ [IMG: Daawat Super Basmati Rice Bag]
261
+ <div class="variant-pill">2 Variants</div>
262
+ </div>
263
+ <div class="title">Daawat Super Basmati Rice (Long Grain), 1 kg</div>
264
+ <div class="rating-row">
265
+ <div class="stars">
266
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 7h7l-5.5 4.3L18 21l-6-3.8L6 21l1.5-7.7L2 9h7z" fill="#2e7d32"/></svg>
267
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 7h7l-5.5 4.3L18 21l-6-3.8L6 21l1.5-7.7L2 9h7z" fill="#2e7d32"/></svg>
268
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 7h7l-5.5 4.3L18 21l-6-3.8L6 21l1.5-7.7L2 9h7z" fill="#2e7d32"/></svg>
269
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 7h7l-5.5 4.3L18 21l-6-3.8L6 21l1.5-7.7L2 9h7z" fill="#2e7d32"/></svg>
270
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 7h7l-5.5 4.3L18 21l-6-3.8L6 21l1.5-7.7L2 9h7z" fill="#A5D6A7"/></svg>
271
+ </div>
272
+ <div class="plus-badge">Plus F-Assured</div>
273
+ </div>
274
+ <div class="price-row">
275
+ <div class="discount">25% off</div>
276
+ <div class="old-price">220</div>
277
+ <div class="new-price">&#8377;164</div>
278
+ </div>
279
+ <div class="note magenta">Only few left</div>
280
+ </div>
281
+ </div>
282
+ </div>
283
+
284
+ <!-- Floating action button -->
285
+ <div class="fab">
286
+ <div class="fab-inner">f</div>
287
+ </div>
288
+
289
+ <!-- Bottom system bar -->
290
+ <div class="bottom-bar">
291
+ <div class="home-indicator"></div>
292
+ </div>
293
+ </div>
294
+ </body>
295
+ </html>
code/11380/11380_1.html ADDED
@@ -0,0 +1,390 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 - Daawat Super Basmati Rice</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 Neue", sans-serif;
13
+ color: #212121;
14
+ }
15
+ #render-target {
16
+ width: 1080px;
17
+ height: 2400px;
18
+ position: relative;
19
+ overflow: hidden;
20
+ background: #ffffff;
21
+ }
22
+
23
+ /* Layout helpers */
24
+ .container {
25
+ padding: 0 48px;
26
+ }
27
+
28
+ /* Overlay action icons (wishlist/share) */
29
+ .overlay-actions {
30
+ position: absolute;
31
+ right: 32px;
32
+ top: 220px;
33
+ display: flex;
34
+ flex-direction: column;
35
+ gap: 28px;
36
+ z-index: 5;
37
+ }
38
+ .icon-btn {
39
+ width: 72px;
40
+ height: 72px;
41
+ border-radius: 36px;
42
+ background: #ffffffcc;
43
+ display: flex;
44
+ align-items: center;
45
+ justify-content: center;
46
+ box-shadow: 0 2px 8px rgba(0,0,0,0.1);
47
+ }
48
+ .icon {
49
+ width: 40px;
50
+ height: 40px;
51
+ color: #424242;
52
+ }
53
+
54
+ /* Product image */
55
+ .image-wrap {
56
+ padding-top: 40px;
57
+ }
58
+ .product-image {
59
+ width: calc(100% - 96px);
60
+ height: 1180px;
61
+ margin: 0 auto;
62
+ background: #E0E0E0;
63
+ border: 1px solid #BDBDBD;
64
+ border-radius: 18px;
65
+ display: flex;
66
+ align-items: center;
67
+ justify-content: center;
68
+ color: #757575;
69
+ font-size: 40px;
70
+ text-align: center;
71
+ }
72
+ .pager-dots {
73
+ display: flex;
74
+ justify-content: center;
75
+ gap: 16px;
76
+ margin: 24px 0 8px;
77
+ }
78
+ .pager-dots span {
79
+ width: 18px;
80
+ height: 18px;
81
+ border-radius: 9px;
82
+ background: #cfcfcf;
83
+ display: inline-block;
84
+ }
85
+ .pager-dots span.active {
86
+ background: #9e9e9e;
87
+ }
88
+
89
+ /* Title */
90
+ .title-row {
91
+ margin-top: 24px;
92
+ display: flex;
93
+ align-items: flex-start;
94
+ gap: 12px;
95
+ }
96
+ .title-row .brand {
97
+ font-weight: 700;
98
+ }
99
+ .title {
100
+ font-size: 44px;
101
+ line-height: 1.3;
102
+ }
103
+
104
+ /* Ratings row */
105
+ .ratings-row {
106
+ margin-top: 12px;
107
+ display: flex;
108
+ align-items: center;
109
+ gap: 20px;
110
+ }
111
+ .stars {
112
+ display: flex;
113
+ gap: 6px;
114
+ align-items: center;
115
+ }
116
+ .star {
117
+ width: 32px;
118
+ height: 32px;
119
+ color: #2e7d32; /* green */
120
+ }
121
+ .star.grey {
122
+ color: #BDBDBD;
123
+ }
124
+ .link {
125
+ color: #1976D2;
126
+ font-size: 36px;
127
+ }
128
+ .assured {
129
+ margin-left: auto;
130
+ display: inline-flex;
131
+ align-items: center;
132
+ gap: 8px;
133
+ color: #0D47A1;
134
+ font-weight: 600;
135
+ font-size: 30px;
136
+ background: #E3F2FD;
137
+ padding: 8px 14px;
138
+ border-radius: 999px;
139
+ }
140
+ .assured .badge {
141
+ width: 30px;
142
+ height: 30px;
143
+ color: #0D47A1;
144
+ }
145
+
146
+ /* Price row */
147
+ .price-row {
148
+ margin-top: 28px;
149
+ display: flex;
150
+ align-items: baseline;
151
+ gap: 18px;
152
+ flex-wrap: wrap;
153
+ }
154
+ .offer {
155
+ color: #2e7d32;
156
+ font-weight: 800;
157
+ font-size: 48px;
158
+ }
159
+ .mrp {
160
+ color: #9e9e9e;
161
+ text-decoration: line-through;
162
+ font-size: 42px;
163
+ }
164
+ .price {
165
+ font-size: 56px;
166
+ font-weight: 800;
167
+ }
168
+
169
+ /* Quantity */
170
+ .qty-header {
171
+ margin-top: 36px;
172
+ display: flex;
173
+ align-items: center;
174
+ gap: 8px;
175
+ font-size: 40px;
176
+ }
177
+ .qty-header .value {
178
+ font-weight: 700;
179
+ }
180
+ .qty-header .chev {
181
+ margin-left: auto;
182
+ width: 36px;
183
+ height: 36px;
184
+ color: #616161;
185
+ }
186
+
187
+ .qty-options {
188
+ margin-top: 24px;
189
+ display: flex;
190
+ gap: 28px;
191
+ }
192
+ .qty-card {
193
+ flex: 1;
194
+ min-width: 0;
195
+ border: 2px solid #E0E0E0;
196
+ border-radius: 16px;
197
+ padding: 28px;
198
+ background: #FAFAFA;
199
+ }
200
+ .qty-card.selected {
201
+ border-color: #1976D2;
202
+ background: #FFFFFF;
203
+ box-shadow: 0 2px 0 0 rgba(25, 118, 210, 0.1);
204
+ }
205
+ .qty-card .tag {
206
+ position: absolute;
207
+ }
208
+ .qty-card .label {
209
+ font-size: 40px;
210
+ font-weight: 700;
211
+ margin-bottom: 10px;
212
+ color: #1976D2;
213
+ }
214
+ .qty-card p {
215
+ margin: 0;
216
+ font-size: 38px;
217
+ color: #424242;
218
+ }
219
+ .qty-card .ribbon {
220
+ position: absolute;
221
+ transform: translateY(-50%);
222
+ left: 40px;
223
+ top: -2px;
224
+ background: #2fb9a8;
225
+ color: #fff;
226
+ font-weight: 700;
227
+ font-size: 28px;
228
+ padding: 8px 14px;
229
+ border-radius: 10px;
230
+ }
231
+ .qty-card.wrap {
232
+ position: relative;
233
+ }
234
+
235
+ /* Floating help/chat button */
236
+ .fab {
237
+ position: absolute;
238
+ right: 40px;
239
+ bottom: 290px;
240
+ width: 120px;
241
+ height: 120px;
242
+ border-radius: 60px;
243
+ background: #ffea00;
244
+ border: 8px solid #1976D2;
245
+ display: flex;
246
+ align-items: center;
247
+ justify-content: center;
248
+ box-shadow: 0 8px 20px rgba(0,0,0,0.2);
249
+ z-index: 9;
250
+ }
251
+ .fab .f {
252
+ font-weight: 900;
253
+ color: #1976D2;
254
+ font-size: 60px;
255
+ line-height: 1;
256
+ }
257
+
258
+ /* Bottom bar */
259
+ .bottom-bar {
260
+ position: absolute;
261
+ left: 0;
262
+ right: 0;
263
+ bottom: 0;
264
+ height: 168px;
265
+ display: flex;
266
+ border-top: 1px solid #E0E0E0;
267
+ background: #fff;
268
+ }
269
+ .bottom-bar .btn {
270
+ flex: 1;
271
+ display: flex;
272
+ align-items: center;
273
+ justify-content: center;
274
+ font-size: 46px;
275
+ font-weight: 800;
276
+ }
277
+ .bottom-bar .btn.buy {
278
+ background: #FFC107;
279
+ color: #212121;
280
+ }
281
+ .bottom-bar .btn.cart {
282
+ background: #ffffff;
283
+ color: #212121;
284
+ }
285
+
286
+ /* Provide space for bottom bar */
287
+ .spacer {
288
+ height: 220px;
289
+ }
290
+ </style>
291
+ </head>
292
+ <body>
293
+ <div id="render-target">
294
+
295
+ <!-- Action icons on image -->
296
+ <div class="overlay-actions">
297
+ <div class="icon-btn" aria-label="Wishlist">
298
+ <svg class="icon" viewBox="0 0 24 24">
299
+ <path fill="none" stroke="currentColor" stroke-width="2" d="M12 21s-7-4.6-9.2-8.2C1 10 2.2 6.8 5.4 6.2 7.2 5.8 9 6.6 10 8c1-1.4 2.8-2.2 4.6-1.8 3.2.6 4.4 3.8 2.6 6.6C19 16.4 12 21 12 21z"/>
300
+ </svg>
301
+ </div>
302
+ <div class="icon-btn" aria-label="Share">
303
+ <svg class="icon" viewBox="0 0 24 24">
304
+ <path fill="currentColor" d="M18 16.1c-.8 0-1.5.3-2 .8L8.9 12c.1-.3.1-.6.1-.9s0-.6-.1-.9l7-4.1c.6.5 1.3.8 2.1.8 1.9 0 3.4-1.5 3.4-3.4S19.9 0 18 0s-3.4 1.5-3.4 3.4c0 .3 0 .6.1.9l-7 4.1c-.6-.5-1.3-.8-2.1-.8C3.7 7.6 2.2 9.1 2.2 11s1.5 3.4 3.4 3.4c.8 0 1.5-.3 2.1-.8l7.1 4.1c0 .2-.1.5-.1.8 0 1.9 1.5 3.4 3.4 3.4s3.4-1.5 3.4-3.4S19.9 16.1 18 16.1z"/>
305
+ </svg>
306
+ </div>
307
+ </div>
308
+
309
+ <!-- Product visual -->
310
+ <div class="image-wrap container">
311
+ <div class="product-image">[IMG: Daawat Basmati Rice Bag]</div>
312
+ <div class="pager-dots">
313
+ <span></span>
314
+ <span class="active"></span>
315
+ <span></span>
316
+ <span></span>
317
+ <span></span>
318
+ </div>
319
+ </div>
320
+
321
+ <!-- Details -->
322
+ <div class="container">
323
+ <div class="title-row">
324
+ <div class="title">
325
+ <span class="brand">Daawat</span> Super Basmati Rice (Long Grain) (1 kg)
326
+ </div>
327
+ </div>
328
+
329
+ <div class="ratings-row">
330
+ <div class="stars" aria-label="4.5 out of 5 stars">
331
+ <!-- 4 filled stars -->
332
+ <svg class="star" viewBox="0 0 24 24"><path fill="currentColor" d="M12 17.3l-6.2 3.7 1.6-6.9-5.4-4.6 7.1-.6L12 2l2.9 6.9 7.1.6-5.4 4.6 1.6 6.9z"/></svg>
333
+ <svg class="star" viewBox="0 0 24 24"><path fill="currentColor" d="M12 17.3l-6.2 3.7 1.6-6.9-5.4-4.6 7.1-.6L12 2l2.9 6.9 7.1.6-5.4 4.6 1.6 6.9z"/></svg>
334
+ <svg class="star" viewBox="0 0 24 24"><path fill="currentColor" d="M12 17.3l-6.2 3.7 1.6-6.9-5.4-4.6 7.1-.6L12 2l2.9 6.9 7.1.6-5.4 4.6 1.6 6.9z"/></svg>
335
+ <svg class="star" viewBox="0 0 24 24"><path fill="currentColor" d="M12 17.3l-6.2 3.7 1.6-6.9-5.4-4.6 7.1-.6L12 2l2.9 6.9 7.1.6-5.4 4.6 1.6 6.9z"/></svg>
336
+ <!-- one grey star (approx half) -->
337
+ <svg class="star grey" viewBox="0 0 24 24"><path fill="currentColor" d="M12 17.3l-6.2 3.7 1.6-6.9-5.4-4.6 7.1-.6L12 2l2.9 6.9 7.1.6-5.4 4.6 1.6 6.9z"/></svg>
338
+ </div>
339
+ <a class="link" href="#">675 ratings</a>
340
+ <div class="assured">
341
+ <svg class="badge" viewBox="0 0 24 24">
342
+ <path fill="currentColor" d="M12 2l8 4v6c0 5-3.5 9.5-8 10-4.5-.5-8-5-8-10V6l8-4z"/>
343
+ <path fill="#fff" d="M11 7h2v10h-2zM7 11h10v2H7z"/>
344
+ </svg>
345
+ Plus Assured
346
+ </div>
347
+ </div>
348
+
349
+ <div class="price-row">
350
+ <div class="offer">25% off</div>
351
+ <div class="mrp">₹220</div>
352
+ <div class="price">₹164</div>
353
+ </div>
354
+
355
+ <div class="qty-header">
356
+ Quantity: <span class="value">1 kg</span>
357
+ <svg class="chev" viewBox="0 0 24 24">
358
+ <path fill="currentColor" d="M7 15l5-5 5 5H7z"/>
359
+ </svg>
360
+ </div>
361
+
362
+ <div class="qty-options">
363
+ <div class="qty-card selected">
364
+ <div class="label">1 kg</div>
365
+ <p>₹164</p>
366
+ </div>
367
+ <div class="qty-card wrap">
368
+ <div class="ribbon">POPULAR</div>
369
+ <div class="label" style="color:#424242;">5 kg</div>
370
+ <p>₹821</p>
371
+ </div>
372
+ </div>
373
+
374
+ <div class="spacer"></div>
375
+ </div>
376
+
377
+ <!-- Floating help/chat button -->
378
+ <div class="fab" aria-label="Support">
379
+ <div class="f">f</div>
380
+ </div>
381
+
382
+ <!-- Bottom action bar -->
383
+ <div class="bottom-bar">
384
+ <div class="btn cart">Add to cart</div>
385
+ <div class="btn buy">Buy now</div>
386
+ </div>
387
+
388
+ </div>
389
+ </body>
390
+ </html>
code/11382/11382_0.html ADDED
@@ -0,0 +1,307 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 - Floor Lamp</title>
7
+ <style>
8
+ body { margin:0; padding:0; background:transparent; }
9
+ #render-target{
10
+ width:1080px; height:2400px; position:relative; overflow:hidden;
11
+ background:#ffffff; font-family:system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; color:#111;
12
+ }
13
+
14
+ /* Top gradient header */
15
+ .grad-header{
16
+ background: linear-gradient(135deg,#a9e6e2,#69d3c7);
17
+ padding: 18px 30px 20px 30px;
18
+ }
19
+ .status-bar{
20
+ height:44px; display:flex; align-items:center; justify-content:space-between; color:#0a0a0a; font-weight:600;
21
+ }
22
+ .status-left{font-size:30px;}
23
+ .status-right{display:flex; gap:22px; align-items:center;}
24
+ .dot{width:22px; height:22px; background:#0a0a0a; border-radius:50%;}
25
+ .pill-icon{
26
+ width:28px; height:18px; border:3px solid #0a0a0a; border-radius:4px; position:relative;
27
+ }
28
+ .pill-icon:after{content:""; position:absolute; right:-8px; top:2px; width:6px; height:6px; border-radius:50%; background:#0a0a0a;}
29
+
30
+ .top-row{
31
+ display:flex; align-items:center; gap:24px; margin-top:16px;
32
+ }
33
+ .back-btn{
34
+ width:60px; height:60px; display:flex; align-items:center; justify-content:center;
35
+ }
36
+ .search-bar{
37
+ flex:1;
38
+ background:#fff; border-radius:24px; box-shadow:0 4px 12px rgba(0,0,0,0.12);
39
+ padding:18px 24px; display:flex; align-items:center; gap:18px; font-size:36px; color:#666;
40
+ }
41
+ .search-bar .right-icons{margin-left:auto; display:flex; gap:18px; align-items:center;}
42
+ .icon{width:36px; height:36px; display:inline-flex; align-items:center; justify-content:center; color:#666;}
43
+ .location-row{
44
+ display:flex; align-items:center; gap:16px; font-size:32px; color:#0f1111; margin-top:26px;
45
+ }
46
+ .location-row .muted{color:#0f1111;}
47
+ .filters-row{
48
+ margin-top:22px; display:flex; align-items:center; justify-content:space-between;
49
+ }
50
+ .left-filters{display:flex; align-items:center; gap:18px;}
51
+ .prime-chip{display:flex; align-items:center; gap:10px; color:#0aa1ff; font-weight:700; font-size:30px;}
52
+ .toggle{
53
+ width:86px; height:46px; background:#f1f1f1; border-radius:26px; position:relative; border:1px solid #ddd;
54
+ }
55
+ .toggle:after{
56
+ content:""; position:absolute; width:38px; height:38px; background:#fff; border-radius:50%; border:1px solid #cfcfcf;
57
+ left:4px; top:3px;
58
+ }
59
+ .pill{
60
+ background:#f3f4f6; color:#333; font-size:32px; padding:12px 22px; border-radius:18px; border:1px solid #e5e7eb;
61
+ }
62
+ .filters-link{color:#0a99ff; font-size:32px; display:flex; align-items:center; gap:8px;}
63
+
64
+ /* Content area */
65
+ .content{
66
+ position:absolute; left:0; right:0; top:356px; bottom:160px; /* space for bottom bar */
67
+ overflow:auto; padding: 22px 24px 160px 24px; background:#fff;
68
+ }
69
+
70
+ /* Sponsored Brand module */
71
+ .brand-card{
72
+ background:#fff; padding:24px; border-bottom:1px solid #e6e6e6;
73
+ }
74
+ .brand-header{display:flex; align-items:center; gap:18px; margin-bottom:12px;}
75
+ .brand-avatar{
76
+ width:96px; height:96px; border-radius:50%; background:#E0E0E0; border:1px solid #BDBDBD;
77
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:22px;
78
+ }
79
+ .brand-title{font-size:38px; font-weight:700;}
80
+ .brand-grid{display:flex; gap:22px; margin:22px 0;}
81
+ .img-ph{
82
+ width:316px; height:240px; background:#E0E0E0; border:1px solid #BDBDBD; display:flex; align-items:center; justify-content:center; color:#757575; font-size:28px;
83
+ }
84
+ .cap{font-size:28px; color:#333; margin-top:8px;}
85
+ .brand-link{
86
+ display:flex; align-items:center; justify-content:space-between; padding-top:18px; border-top:1px solid #ececec; color:#0a99ff; font-size:32px;
87
+ }
88
+ .sponsored-note{color:#8a8a8a; font-size:26px; display:flex; align-items:center; gap:8px;}
89
+ .info-dot{
90
+ width:26px; height:26px; background:#d0d0d0; border-radius:50%; display:inline-flex; align-items:center; justify-content:center; color:#666; font-size:20px;
91
+ }
92
+
93
+ /* advisory text */
94
+ .advice{color:#6b7280; font-size:30px; line-height:1.35; padding:18px 8px 24px 8px;}
95
+
96
+ /* Product card */
97
+ .product{
98
+ background:#fff; border:1px solid #eee; border-radius:18px; box-shadow:0 2px 6px rgba(0,0,0,0.04);
99
+ display:flex; gap:22px; padding:22px; margin-bottom:26px;
100
+ }
101
+ .p-img{width:420px; height:420px;}
102
+ .p-right{flex:1; min-width:0;}
103
+ .sponsored{color:#6b7280; font-size:26px; margin-bottom:6px;}
104
+ .p-title{font-size:36px; font-weight:700; line-height:1.2; margin-bottom:10px;}
105
+ .rating{display:flex; align-items:center; gap:10px; font-size:30px; color:#0a99ff; margin:6px 0 12px 0;}
106
+ .stars{color:#ff9800; letter-spacing:4px; font-size:30px;}
107
+ .price{font-size:48px; font-weight:800; margin:8px 0;}
108
+ .coupon{display:inline-block; background:#c7f2c5; color:#1b5e20; font-weight:700; padding:6px 12px; border-radius:8px; font-size:30px; margin-bottom:6px;}
109
+ .ship{font-size:30px; color:#111; margin-top:8px;}
110
+ .fast{font-size:30px; color:#111; margin-top:2px;}
111
+ .stock{font-size:30px; color:#c62828; margin-top:4px;}
112
+ .variants{font-size:30px; color:#0a99ff; margin:10px 0 18px 0;}
113
+ .cta{
114
+ width:100%; background:#ffce00; border:none; border-radius:14px; padding:22px 0; font-size:36px; font-weight:800; color:#111; cursor:pointer;
115
+ box-shadow:0 2px 0 #d6ae00 inset;
116
+ }
117
+
118
+ /* Bottom tab bar */
119
+ .bottom-bar{
120
+ position:absolute; left:0; right:0; bottom:0; height:160px; background:#fff; border-top:1px solid #e6e6e6;
121
+ display:flex; align-items:center; justify-content:space-around; padding-bottom:16px;
122
+ }
123
+ .tab{display:flex; flex-direction:column; align-items:center; gap:10px; font-size:26px; color:#111; width:20%;}
124
+ .tab .icon{width:44px; height:44px;}
125
+ .active{color:#00a4a4;}
126
+ .cart-badge{
127
+ position:absolute; top:-6px; right:-10px; background:#00a4a4; color:#fff; font-size:22px; width:32px; height:32px; border-radius:50%;
128
+ display:flex; align-items:center; justify-content:center;
129
+ }
130
+ .home-indicator{
131
+ position:absolute; bottom:162px; left:50%; transform:translateX(-50%);
132
+ width:360px; height:10px; background:#cfcfcf; border-radius:6px;
133
+ }
134
+
135
+ /* Helpers */
136
+ .row{display:flex; gap:16px;}
137
+ .small-muted{color:#6b7280;}
138
+ </style>
139
+ </head>
140
+ <body>
141
+ <div id="render-target">
142
+
143
+ <div class="grad-header">
144
+ <div class="status-bar">
145
+ <div class="status-left">10:14</div>
146
+ <div class="status-right">
147
+ <div class="dot"></div>
148
+ <div class="dot" style="background:#000;"></div>
149
+ <div class="pill-icon"></div>
150
+ <div class="dot" style="width:14px;height:14px;background:#444;"></div>
151
+ <svg class="icon" viewBox="0 0 24 24" fill="#111"><path d="M18 6l-3 0 0-2-6 0 0 2-3 0-2 3 0 9 2 2 14 0 2-2 0-9-2-3zm-6 12a4 4 0 1 1 0-8 4 4 0 0 1 0 8z"/></svg>
152
+ </div>
153
+ </div>
154
+
155
+ <div class="top-row">
156
+ <div class="back-btn">
157
+ <svg viewBox="0 0 24 24" width="36" height="36">
158
+ <path d="M15 6 L9 12 L15 18" stroke="#111" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
159
+ </svg>
160
+ </div>
161
+ <div class="search-bar">
162
+ <svg class="icon" viewBox="0 0 24 24">
163
+ <circle cx="11" cy="11" r="7" stroke="#666" stroke-width="2" fill="none"/>
164
+ <path d="M16.5 16.5 L21 21" stroke="#666" stroke-width="2" stroke-linecap="round"/>
165
+ </svg>
166
+ <span>floor lamp</span>
167
+ <div class="right-icons">
168
+ <svg class="icon" viewBox="0 0 24 24">
169
+ <rect x="3" y="6" width="18" height="12" rx="2" ry="2" stroke="#666" fill="none" stroke-width="2"/>
170
+ <circle cx="8" cy="12" r="2" fill="#666"/>
171
+ <circle cx="16" cy="12" r="2" fill="#666"/>
172
+ </svg>
173
+ <svg class="icon" viewBox="0 0 24 24">
174
+ <path d="M12 3a3 3 0 0 0-3 3v4a3 3 0 0 0 6 0V6a3 3 0 0 0-3-3zM6 14h12v2H6z" fill="#666"/>
175
+ </svg>
176
+ </div>
177
+ </div>
178
+ </div>
179
+
180
+ <div class="location-row">
181
+ <svg class="icon" viewBox="0 0 24 24">
182
+ <path d="M12 2C8.7 2 6 4.7 6 8c0 4.5 6 12 6 12s6-7.5 6-12c0-3.3-2.7-6-6-6zm0 8a2 2 0 1 1 0-4 2 2 0 0 1 0 4z" fill="#0a0a0a"/>
183
+ </svg>
184
+ <div>Delivering to Delhi 110001 - Update location</div>
185
+ <svg class="icon" viewBox="0 0 24 24"><path d="M6 9l6 6 6-6" fill="none" stroke="#111" stroke-width="2" stroke-linecap="round"/></svg>
186
+ </div>
187
+
188
+ <div class="filters-row">
189
+ <div class="left-filters">
190
+ <div class="prime-chip">
191
+ <span>prime</span>
192
+ <div class="toggle"></div>
193
+ </div>
194
+ <div class="pill">Under ₹500</div>
195
+ </div>
196
+ <div class="filters-link">
197
+ <span>Filters</span>
198
+ <svg class="icon" viewBox="0 0 24 24"><path d="M4 5h16M7 12h10M10 19h4" stroke="#0a99ff" stroke-width="2" stroke-linecap="round"/></svg>
199
+ </div>
200
+ </div>
201
+ </div>
202
+
203
+ <div class="content">
204
+ <!-- Sponsored brand -->
205
+ <div class="brand-card">
206
+ <div class="brand-header">
207
+ <div class="brand-avatar">[IMG]</div>
208
+ <div class="brand-title">Premium Quality Floor Lamps And Table Lamps.</div>
209
+ </div>
210
+
211
+ <div class="brand-grid">
212
+ <div>
213
+ <div class="img-ph p-img" style="width:316px; height:240px;">[IMG: Floor Standing Lamp]</div>
214
+ <div class="cap">Floor Standing Lamps</div>
215
+ </div>
216
+ <div>
217
+ <div class="img-ph p-img" style="width:316px; height:240px;">[IMG: Table Lamp]</div>
218
+ <div class="cap">Table Lamps</div>
219
+ </div>
220
+ <div>
221
+ <div class="img-ph p-img" style="width:316px; height:240px;">[IMG: Popular Lamps]</div>
222
+ <div class="cap">The Most Loved Lamps</div>
223
+ </div>
224
+ </div>
225
+
226
+ <div class="brand-link">
227
+ <div>Shop the Divine Trends Store on Amazon ›</div>
228
+ <div class="sponsored-note">
229
+ <span>Sponsored</span>
230
+ <span class="info-dot">i</span>
231
+ </div>
232
+ </div>
233
+ </div>
234
+
235
+ <div class="advice">
236
+ Check each product page for other buying options. Price and other details may vary based on product size and colour.
237
+ </div>
238
+
239
+ <!-- Product card -->
240
+ <div class="product">
241
+ <div class="img-ph p-img">[IMG: Blue floor lamp beside sofa]</div>
242
+ <div class="p-right">
243
+ <div class="sponsored">Sponsored</div>
244
+ <div class="p-title">BlueBite Club Floor Lamp (Blue) | 4.75 ft | Jute Fabric Cone Shape | White Metal Base | White LED...</div>
245
+ <div class="rating">
246
+ <span>5.0</span>
247
+ <span class="stars">★★★★★</span>
248
+ <span class="small-muted">(4)</span>
249
+ </div>
250
+ <div class="price">₹2,999</div>
251
+ <div class="coupon">Save ₹100</div> <span class="small-muted">with coupon</span>
252
+ <div class="ship">FREE delivery Wed, 10 Jan</div>
253
+ <div class="fast">Or fastest delivery Tomorrow, 9 Jan</div>
254
+ <div class="stock">Only 1 left in stock.</div>
255
+ <div class="variants">+6 colours/patterns</div>
256
+ <button class="cta">Add to Cart</button>
257
+ </div>
258
+ </div>
259
+
260
+ <!-- spacer -->
261
+ <div style="height:320px;"></div>
262
+ </div>
263
+
264
+ <!-- Home indicator -->
265
+ <div class="home-indicator"></div>
266
+
267
+ <!-- Bottom bar -->
268
+ <div class="bottom-bar">
269
+ <div class="tab active">
270
+ <svg class="icon" viewBox="0 0 24 24">
271
+ <path d="M3 11l9-7 9 7v8a2 2 0 0 1-2 2h-4v-6h-6v6H5a2 2 0 0 1-2-2z" fill="#00a4a4"/>
272
+ </svg>
273
+ <div>Home</div>
274
+ </div>
275
+ <div class="tab">
276
+ <svg class="icon" viewBox="0 0 24 24">
277
+ <circle cx="12" cy="8" r="4" fill="#111"/>
278
+ <path d="M4 20c1.5-4 5-6 8-6s6.5 2 8 6" stroke="#111" stroke-width="2" fill="none" stroke-linecap="round"/>
279
+ </svg>
280
+ <div>You</div>
281
+ </div>
282
+ <div class="tab">
283
+ <svg class="icon" viewBox="0 0 24 24">
284
+ <path d="M3 7h18v4H3zM6 13h12v4H6z" fill="#111"/>
285
+ </svg>
286
+ <div>More</div>
287
+ </div>
288
+ <div class="tab" style="position:relative;">
289
+ <svg class="icon" viewBox="0 0 24 24">
290
+ <path d="M6 6h2l2 10h8l2-7H9" fill="none" stroke="#111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
291
+ <circle cx="10" cy="20" r="1.6" fill="#111"/>
292
+ <circle cx="18" cy="20" r="1.6" fill="#111"/>
293
+ </svg>
294
+ <div class="cart-badge">2</div>
295
+ <div>Cart</div>
296
+ </div>
297
+ <div class="tab">
298
+ <svg class="icon" viewBox="0 0 24 24">
299
+ <path d="M3 6h18M3 12h18M3 18h18" stroke="#111" stroke-width="2" stroke-linecap="round"/>
300
+ </svg>
301
+ <div>Menu</div>
302
+ </div>
303
+ </div>
304
+
305
+ </div>
306
+ </body>
307
+ </html>
code/11382/11382_1.html ADDED
@@ -0,0 +1,375 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Filters UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ }
16
+
17
+ /* Top gradient header */
18
+ .top-gradient {
19
+ position: relative;
20
+ width: 100%;
21
+ height: 220px;
22
+ background: linear-gradient(0deg, #9de6dc 0%, #8fdcd3 60%, #86d4ce 100%);
23
+ padding-top: 18px;
24
+ }
25
+
26
+ /* Status bar */
27
+ .status-bar {
28
+ display: flex;
29
+ align-items: center;
30
+ justify-content: space-between;
31
+ color: #111;
32
+ padding: 8px 28px 0 28px;
33
+ font-weight: 600;
34
+ }
35
+ .status-left { font-size: 36px; }
36
+ .status-right {
37
+ display: flex;
38
+ align-items: center;
39
+ gap: 18px;
40
+ }
41
+ .status-dot { width: 22px; height: 22px; border-radius: 50%; background: #000; }
42
+ .status-icon {
43
+ width: 32px; height: 24px;
44
+ display: inline-block;
45
+ }
46
+ .status-icon svg { width: 100%; height: 100%; }
47
+
48
+ /* Search toolbar */
49
+ .toolbar {
50
+ position: absolute;
51
+ bottom: 18px;
52
+ left: 24px;
53
+ right: 24px;
54
+ display: flex;
55
+ align-items: center;
56
+ gap: 22px;
57
+ }
58
+ .back-btn {
59
+ width: 60px; height: 60px; display: flex; align-items: center; justify-content: center;
60
+ }
61
+ .back-btn svg { width: 36px; height: 36px; fill: none; stroke: #222; stroke-width: 5; }
62
+
63
+ .search-bar {
64
+ flex: 1;
65
+ background: #ffffff;
66
+ border-radius: 26px;
67
+ box-shadow: 0 4px 10px rgba(0,0,0,0.15);
68
+ border: 1px solid #dcdcdc;
69
+ height: 86px;
70
+ display: flex;
71
+ align-items: center;
72
+ padding: 0 24px;
73
+ gap: 18px;
74
+ }
75
+ .search-icon svg { width: 36px; height: 36px; fill: none; stroke: #444; stroke-width: 5; }
76
+ .search-input {
77
+ flex: 1;
78
+ font-size: 36px;
79
+ color: #222;
80
+ }
81
+ .search-actions { display: flex; align-items: center; gap: 22px; }
82
+ .scan-icon, .mic-icon {
83
+ width: 42px; height: 42px;
84
+ display: flex; align-items: center; justify-content: center;
85
+ }
86
+ .scan-icon svg, .mic-icon svg { width: 42px; height: 42px; fill: none; stroke: #444; stroke-width: 5; }
87
+
88
+ /* Chip/filter bar */
89
+ .filter-chip-bar {
90
+ width: 100%;
91
+ height: 110px;
92
+ background: #efefef;
93
+ display: flex;
94
+ align-items: center;
95
+ padding: 0 24px;
96
+ gap: 22px;
97
+ border-bottom: 1px solid #dadada;
98
+ }
99
+ .prime-label {
100
+ display: flex;
101
+ align-items: center;
102
+ gap: 12px;
103
+ color: #118bce;
104
+ font-weight: 700;
105
+ font-size: 34px;
106
+ }
107
+ .switch {
108
+ width: 100px; height: 52px; background: #cfcfcf; border-radius: 26px; position: relative;
109
+ }
110
+ .switch::after {
111
+ content: "";
112
+ position: absolute;
113
+ top: 6px; left: 8px;
114
+ width: 40px; height: 40px; background: #ffffff; border-radius: 20px; box-shadow: 0 2px 4px rgba(0,0,0,0.2);
115
+ }
116
+ .chip {
117
+ background: #e9e9e9;
118
+ border: 1px solid #d5d5d5;
119
+ color: #333;
120
+ border-radius: 26px;
121
+ padding: 16px 26px;
122
+ font-size: 34px;
123
+ font-weight: 600;
124
+ }
125
+ .filters-toggle {
126
+ margin-left: auto;
127
+ display: flex;
128
+ align-items: center;
129
+ gap: 10px;
130
+ color: #2f6e7a;
131
+ font-size: 34px;
132
+ font-weight: 700;
133
+ }
134
+ .filters-toggle svg { width: 28px; height: 28px; fill: none; stroke: #2f6e7a; stroke-width: 6; }
135
+
136
+ /* Main content */
137
+ .content {
138
+ position: relative;
139
+ width: 100%;
140
+ height: 1750px;
141
+ background: #ffffff;
142
+ }
143
+ .filters-title {
144
+ display: flex;
145
+ align-items: center;
146
+ justify-content: space-between;
147
+ padding: 30px 28px 26px 28px;
148
+ font-size: 44px;
149
+ font-weight: 800;
150
+ border-bottom: 1px solid #e1e1e1;
151
+ background: #fbfbfb;
152
+ }
153
+ .filters-title .close {
154
+ font-size: 38px;
155
+ color: #2f6e7a;
156
+ font-weight: 700;
157
+ }
158
+
159
+ .filters-panels {
160
+ display: flex;
161
+ height: calc(100% - 100px);
162
+ }
163
+
164
+ .left-nav {
165
+ width: 320px;
166
+ background: #f6fafb;
167
+ border-right: 1px solid #e5e5e5;
168
+ padding-top: 12px;
169
+ }
170
+ .left-item {
171
+ padding: 34px 24px;
172
+ font-size: 34px;
173
+ color: #333;
174
+ border-bottom: 1px solid #edf1f2;
175
+ }
176
+ .left-item.active {
177
+ border-left: 6px solid #188c8f;
178
+ background: #f1fafb;
179
+ color: #0f7a7d;
180
+ font-weight: 800;
181
+ }
182
+
183
+ .right-panel {
184
+ flex: 1;
185
+ padding: 30px 36px;
186
+ }
187
+ .right-panel h2 {
188
+ margin: 0 0 24px 0;
189
+ font-size: 52px;
190
+ font-weight: 800;
191
+ color: #222;
192
+ }
193
+ .section {
194
+ margin-bottom: 40px;
195
+ }
196
+ .section-title {
197
+ font-size: 38px;
198
+ font-weight: 700;
199
+ margin-bottom: 16px;
200
+ color: #333;
201
+ }
202
+ .chip-row {
203
+ display: flex;
204
+ gap: 22px;
205
+ flex-wrap: wrap;
206
+ }
207
+
208
+ /* Bottom CTA */
209
+ .bottom-cta {
210
+ position: absolute;
211
+ left: 0;
212
+ right: 0;
213
+ bottom: 120px;
214
+ padding: 0 28px;
215
+ display: flex;
216
+ justify-content: flex-end;
217
+ }
218
+ .cta-btn {
219
+ background: #0a7781;
220
+ color: #ffffff;
221
+ font-size: 38px;
222
+ font-weight: 800;
223
+ padding: 26px 40px;
224
+ border-radius: 26px;
225
+ box-shadow: 0 6px 12px rgba(0,0,0,0.15);
226
+ }
227
+
228
+ /* Bottom navigation pill */
229
+ .bottom-nav-indicator {
230
+ position: absolute;
231
+ left: 50%;
232
+ transform: translateX(-50%);
233
+ bottom: 30px;
234
+ width: 360px;
235
+ height: 14px;
236
+ background: #7a7a7a;
237
+ border-radius: 7px;
238
+ opacity: 0.8;
239
+ }
240
+ </style>
241
+ </head>
242
+ <body>
243
+ <div id="render-target">
244
+
245
+ <div class="top-gradient">
246
+ <div class="status-bar">
247
+ <div class="status-left">10:14</div>
248
+ <div class="status-right">
249
+ <div class="status-dot"></div>
250
+ <div class="status-dot" style="background:#333;"></div>
251
+ <div class="status-icon">
252
+ <svg viewBox="0 0 24 24">
253
+ <path d="M6 18h12M6 6h12M6 12h12" stroke="#333" stroke-width="2" fill="none"/>
254
+ </svg>
255
+ </div>
256
+ <div class="status-icon">
257
+ <svg viewBox="0 0 24 24">
258
+ <path d="M7 4h10v16H7z" stroke="#333" stroke-width="2" fill="none"/>
259
+ <path d="M10 20h4" stroke="#333" stroke-width="2"/>
260
+ </svg>
261
+ </div>
262
+ <div class="status-icon">
263
+ <svg viewBox="0 0 24 24">
264
+ <path d="M16 4h4v16h-4" stroke="#333" stroke-width="2" fill="none"/>
265
+ <path d="M4 4h4v16H4" stroke="#333" stroke-width="2" fill="none"/>
266
+ </svg>
267
+ </div>
268
+ </div>
269
+ </div>
270
+
271
+ <div class="toolbar">
272
+ <div class="back-btn">
273
+ <svg viewBox="0 0 24 24">
274
+ <path d="M15 19l-7-7 7-7" />
275
+ </svg>
276
+ </div>
277
+
278
+ <div class="search-bar">
279
+ <div class="search-icon">
280
+ <svg viewBox="0 0 24 24">
281
+ <circle cx="11" cy="11" r="6"></circle>
282
+ <path d="M16 16l5 5"></path>
283
+ </svg>
284
+ </div>
285
+ <div class="search-input">floor lamp</div>
286
+ <div class="search-actions">
287
+ <div class="scan-icon">
288
+ <svg viewBox="0 0 24 24">
289
+ <path d="M3 8V5h3M21 8V5h-3M3 16v3h3M21 16v3h-3" />
290
+ <rect x="7" y="7" width="10" height="10" rx="2" ry="2"></rect>
291
+ </svg>
292
+ </div>
293
+ <div class="mic-icon">
294
+ <svg viewBox="0 0 24 24">
295
+ <rect x="9" y="5" width="6" height="8" rx="3"></rect>
296
+ <path d="M12 13v4M8 17h8"></path>
297
+ </svg>
298
+ </div>
299
+ </div>
300
+ </div>
301
+ </div>
302
+ </div>
303
+
304
+ <div class="filter-chip-bar">
305
+ <div class="prime-label">
306
+ <span>prime</span>
307
+ <div class="switch"></div>
308
+ </div>
309
+ <div class="chip">Under ₹500</div>
310
+ <div class="filters-toggle">
311
+ <span>Filters</span>
312
+ <svg viewBox="0 0 24 24">
313
+ <path d="M5 15l7-7 7 7"></path>
314
+ </svg>
315
+ </div>
316
+ </div>
317
+
318
+ <div class="content">
319
+ <div class="filters-title">
320
+ <span>Filters</span>
321
+ <span class="close">Close</span>
322
+ </div>
323
+
324
+ <div class="filters-panels">
325
+ <div class="left-nav">
326
+ <div class="left-item active">Prime & Delivery</div>
327
+ <div class="left-item">Categories</div>
328
+ <div class="left-item">Brands</div>
329
+ <div class="left-item">Price and Deals</div>
330
+ <div class="left-item">Customer Reviews</div>
331
+ <div class="left-item">Sort by</div>
332
+ <div class="left-item">Lamp Height</div>
333
+ <div class="left-item">Room Type</div>
334
+ <div class="left-item">Lamp Switch Type</div>
335
+ <div class="left-item">Special Features</div>
336
+ <div class="left-item">Lamp Width</div>
337
+ <div class="left-item">Lighting</div>
338
+ </div>
339
+
340
+ <div class="right-panel">
341
+ <h2>Prime & Delivery</h2>
342
+
343
+ <div class="section">
344
+ <div class="section-title">Delivery</div>
345
+ <div class="chip-row">
346
+ <div class="chip">Get It by Tomorrow</div>
347
+ <div class="chip">Get It in 2 Days</div>
348
+ </div>
349
+ </div>
350
+
351
+ <div class="section">
352
+ <div class="section-title">Shipping Options</div>
353
+ <div class="chip-row">
354
+ <div class="chip">Eligible for Pay On Delivery</div>
355
+ </div>
356
+ </div>
357
+
358
+ <div class="section">
359
+ <div class="section-title">Prime Programs</div>
360
+ <div class="chip-row">
361
+ <div class="chip">All Prime</div>
362
+ </div>
363
+ </div>
364
+ </div>
365
+ </div>
366
+ </div>
367
+
368
+ <div class="bottom-cta">
369
+ <div class="cta-btn">Show 7,006 results</div>
370
+ </div>
371
+
372
+ <div class="bottom-nav-indicator"></div>
373
+ </div>
374
+ </body>
375
+ </html>
code/11382/11382_2.html ADDED
@@ -0,0 +1,312 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Filter - Floor Lamp</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ * { box-sizing: border-box; font-family: Arial, Helvetica, sans-serif; }
10
+
11
+ #render-target {
12
+ width: 1080px;
13
+ height: 2400px;
14
+ position: relative;
15
+ overflow: hidden;
16
+ background: linear-gradient(180deg, #8adfd8 0%, #71cfd0 100%);
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ height: 90px;
22
+ padding: 20px 24px 0 24px;
23
+ display: flex;
24
+ align-items: center;
25
+ color: #0b2c2f;
26
+ font-weight: 600;
27
+ font-size: 32px;
28
+ }
29
+ .status-icons {
30
+ margin-left: 16px;
31
+ display: flex;
32
+ align-items: center;
33
+ gap: 16px;
34
+ }
35
+ .circle-icon {
36
+ width: 28px; height: 28px; background: #000; border-radius: 50%;
37
+ }
38
+ .wifi-icon, .battery-icon {
39
+ width: 36px; height: 24px;
40
+ border: 2px solid #1c2d2e; border-radius: 4px;
41
+ }
42
+ .battery-icon { position: relative; }
43
+ .battery-icon::after {
44
+ content: "";
45
+ position: absolute; right: -6px; top: 6px;
46
+ width: 6px; height: 12px; background: #1c2d2e; border-radius: 2px;
47
+ }
48
+
49
+ /* Search bar area */
50
+ .search-area {
51
+ position: relative;
52
+ padding: 12px 24px 20px 24px;
53
+ }
54
+ .back-btn {
55
+ position: absolute;
56
+ left: 24px;
57
+ top: 18px;
58
+ width: 60px; height: 60px;
59
+ display: flex; align-items: center; justify-content: center;
60
+ }
61
+ .search-bar {
62
+ margin-left: 92px;
63
+ height: 96px;
64
+ background: #fff;
65
+ border-radius: 24px;
66
+ box-shadow: 0 6px 12px rgba(0,0,0,0.15);
67
+ display: flex; align-items: center;
68
+ padding: 0 20px;
69
+ }
70
+ .search-icon {
71
+ width: 40px; height: 40px; margin-right: 18px;
72
+ }
73
+ .search-text {
74
+ flex: 1; color: #333; font-size: 34px;
75
+ }
76
+ .search-actions {
77
+ display: flex; align-items: center; gap: 22px;
78
+ }
79
+ .action-icon { width: 42px; height: 42px; }
80
+
81
+ /* Top filter strip */
82
+ .top-strip {
83
+ height: 120px;
84
+ background: #e9e9e9;
85
+ display: flex; align-items: center;
86
+ padding: 0 24px;
87
+ gap: 18px;
88
+ border-top-left-radius: 24px;
89
+ border-top-right-radius: 24px;
90
+ }
91
+ .prime-label {
92
+ display: flex; align-items: center; gap: 10px; color: #3a8fbd; font-weight: 700; font-size: 30px;
93
+ }
94
+ .switch {
95
+ width: 80px; height: 40px; background: #d1d1d1; border-radius: 20px; position: relative;
96
+ }
97
+ .switch::before {
98
+ content: ""; position: absolute; left: 4px; top: 4px; width: 32px; height: 32px; background: #fff; border-radius: 50%;
99
+ box-shadow: 0 1px 3px rgba(0,0,0,0.2);
100
+ }
101
+ .pill {
102
+ background: #f5f5f5; border-radius: 24px; padding: 14px 22px; font-size: 30px; color: #333; border: 1px solid #e0e0e0;
103
+ }
104
+ .filters-right {
105
+ margin-left: auto; color: #3a8fbd; font-size: 32px; display: flex; align-items: center; gap: 10px;
106
+ }
107
+
108
+ /* Main filter content */
109
+ .content {
110
+ position: relative;
111
+ background: #fff;
112
+ height: 1820px;
113
+ display: flex;
114
+ border-bottom-left-radius: 24px;
115
+ border-bottom-right-radius: 24px;
116
+ }
117
+ .sidebar {
118
+ width: 264px; background: #f7fbfc; border-right: 1px solid #e5ecef; padding-top: 24px;
119
+ }
120
+ .side-item {
121
+ padding: 28px 24px;
122
+ font-size: 30px;
123
+ color: #667c84;
124
+ border-bottom: 1px solid #eef3f5;
125
+ }
126
+ .side-item.active {
127
+ color: #157a8b;
128
+ border-left: 6px solid #157a8b;
129
+ background: #eff7f8;
130
+ padding-left: 18px;
131
+ }
132
+
133
+ .main {
134
+ flex: 1;
135
+ padding: 36px 36px 120px 36px;
136
+ position: relative;
137
+ }
138
+ .header-row {
139
+ display: flex; align-items: center;
140
+ }
141
+ .title {
142
+ font-size: 40px; font-weight: 700; color: #2d3c40;
143
+ }
144
+ .close-link {
145
+ margin-left: auto; color: #157a8b; font-size: 32px; font-weight: 700;
146
+ }
147
+
148
+ .section {
149
+ margin-top: 26px;
150
+ }
151
+ .section h3 {
152
+ font-size: 32px; color: #37474f; margin: 18px 0 14px 0;
153
+ }
154
+ .chip-row {
155
+ display: flex; flex-wrap: wrap; gap: 18px;
156
+ }
157
+ .chip {
158
+ background: #eeeeee; border-radius: 18px; padding: 18px 24px; font-size: 30px; color: #444;
159
+ border: 1px solid #dcdcdc;
160
+ }
161
+ .chip.primary {
162
+ background: #eaf6f7; border-color: #86c9cf; color: #2e7f8c; font-weight: 700;
163
+ }
164
+
165
+ /* Floating button */
166
+ .float-bar {
167
+ position: absolute; bottom: 140px; right: 24px;
168
+ }
169
+ .cta {
170
+ background: #0b7480; color: #fff; font-size: 34px; padding: 26px 36px; border-radius: 24px; box-shadow: 0 6px 10px rgba(0,0,0,0.2);
171
+ }
172
+
173
+ /* Bottom nav indicator */
174
+ .bottom-nav {
175
+ position: absolute; bottom: 30px; left: 50%;
176
+ transform: translateX(-50%);
177
+ width: 420px; height: 12px; background: #6f6f6f; border-radius: 6px;
178
+ }
179
+ </style>
180
+ </head>
181
+ <body>
182
+ <div id="render-target">
183
+
184
+ <!-- Status Bar -->
185
+ <div class="status-bar">
186
+ <div>10:14</div>
187
+ <div class="status-icons">
188
+ <div class="circle-icon"></div>
189
+ <div class="circle-icon" style="background:#2c2c2c;"></div>
190
+ <div class="circle-icon" style="background:#2c2c2c;"></div>
191
+ <div style="width: 28px; height: 28px; border-radius: 50%; background:#2c2c2c;"></div>
192
+ <div class="wifi-icon"></div>
193
+ <div class="battery-icon"></div>
194
+ </div>
195
+ </div>
196
+
197
+ <!-- Search Area -->
198
+ <div class="search-area">
199
+ <div class="back-btn">
200
+ <svg width="44" height="44" viewBox="0 0 24 24">
201
+ <path d="M15 18l-6-6 6-6" stroke="#1f3b3f" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
202
+ </svg>
203
+ </div>
204
+ <div class="search-bar">
205
+ <svg class="search-icon" viewBox="0 0 24 24">
206
+ <circle cx="10" cy="10" r="7" stroke="#4a4a4a" stroke-width="2" fill="none"/>
207
+ <line x1="15" y1="15" x2="22" y2="22" stroke="#4a4a4a" stroke-width="2"/>
208
+ </svg>
209
+ <div class="search-text">floor lamp</div>
210
+ <div class="search-actions">
211
+ <svg class="action-icon" viewBox="0 0 24 24">
212
+ <rect x="4" y="6" width="16" height="12" rx="2" ry="2" stroke="#4a4a4a" stroke-width="2" fill="none"/>
213
+ <circle cx="12" cy="12" r="3" stroke="#4a4a4a" stroke-width="2" fill="none"/>
214
+ </svg>
215
+ <svg class="action-icon" viewBox="0 0 24 24">
216
+ <rect x="9" y="3" width="6" height="12" rx="3" stroke="#4a4a4a" stroke-width="2" fill="none"/>
217
+ <path d="M7 21h10" stroke="#4a4a4a" stroke-width="2" fill="none" stroke-linecap="round"/>
218
+ </svg>
219
+ </div>
220
+ </div>
221
+ </div>
222
+
223
+ <!-- Top Filter Strip -->
224
+ <div class="top-strip">
225
+ <div class="prime-label">
226
+ <span>✓prime</span>
227
+ <div class="switch"></div>
228
+ </div>
229
+ <div class="pill">Under ₹500</div>
230
+ <div class="filters-right">
231
+ <span>Filters</span>
232
+ <svg width="26" height="26" viewBox="0 0 24 24">
233
+ <path d="M6 9l6 6 6-6" stroke="#3a8fbd" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
234
+ </svg>
235
+ </div>
236
+ </div>
237
+
238
+ <!-- Main Content -->
239
+ <div class="content">
240
+ <div class="sidebar">
241
+ <div class="side-item">Prime & Delivery</div>
242
+ <div class="side-item">Categories</div>
243
+ <div class="side-item">Brands</div>
244
+ <div class="side-item active">Price and Deals</div>
245
+ <div class="side-item">Customer Reviews</div>
246
+ <div class="side-item">Sort by</div>
247
+ <div class="side-item">Lamp Height</div>
248
+ <div class="side-item">Room Type</div>
249
+ <div class="side-item">Lamp Switch Type</div>
250
+ <div class="side-item">Special Features</div>
251
+ <div class="side-item">Lamp Width</div>
252
+ </div>
253
+
254
+ <div class="main">
255
+ <div class="header-row">
256
+ <div class="title">Price and Deals</div>
257
+ <div class="close-link">Close</div>
258
+ </div>
259
+
260
+ <div class="section">
261
+ <h3>Price</h3>
262
+ <div class="chip-row">
263
+ <div class="chip primary">All Prices</div>
264
+ <div class="chip">Under ₹500</div>
265
+ </div>
266
+ <div class="chip-row" style="margin-top: 16px;">
267
+ <div class="chip">₹500 - ₹1,000</div>
268
+ <div class="chip">₹1,000 - ₹2,000</div>
269
+ </div>
270
+ <div class="chip-row" style="margin-top: 16px;">
271
+ <div class="chip">₹2,000 - ₹3,000</div>
272
+ <div class="chip">Over ₹3,000</div>
273
+ </div>
274
+ </div>
275
+
276
+ <div class="section">
277
+ <h3>Deals & Discounts</h3>
278
+ <div class="chip-row">
279
+ <div class="chip">All Discounts</div>
280
+ <div class="chip">Today's Deals</div>
281
+ </div>
282
+ </div>
283
+
284
+ <div class="section">
285
+ <h3>Discount</h3>
286
+ <div class="chip-row">
287
+ <div class="chip">10% Off or more</div>
288
+ <div class="chip">25% Off or more</div>
289
+ </div>
290
+ <div class="chip-row" style="margin-top: 16px;">
291
+ <div class="chip">35% Off or more</div>
292
+ <div class="chip">50% Off or more</div>
293
+ </div>
294
+ <div class="chip-row" style="margin-top: 16px;">
295
+ <div class="chip">60% Off or more</div>
296
+ <div class="chip">70% Off or more</div>
297
+ </div>
298
+ </div>
299
+ </div>
300
+ </div>
301
+
302
+ <!-- Floating CTA -->
303
+ <div class="float-bar">
304
+ <div class="cta">Show 7,006 results</div>
305
+ </div>
306
+
307
+ <!-- Bottom Navigation Indicator -->
308
+ <div class="bottom-nav"></div>
309
+
310
+ </div>
311
+ </body>
312
+ </html>
code/11382/11382_3.html ADDED
@@ -0,0 +1,357 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>UI Render - Filters</title>
6
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ position: relative;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ border-radius: 32px;
16
+ box-shadow: 0 10px 40px rgba(0,0,0,0.22);
17
+ color: #222;
18
+ }
19
+ /* Top gradient header */
20
+ .top-grad {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ width: 1080px;
25
+ height: 260px;
26
+ background: linear-gradient(180deg, #8bded6 0%, #bff1ea 100%);
27
+ }
28
+ /* Status bar */
29
+ .status-bar {
30
+ position: absolute;
31
+ top: 18px;
32
+ left: 24px;
33
+ right: 24px;
34
+ height: 60px;
35
+ display: flex;
36
+ align-items: center;
37
+ justify-content: space-between;
38
+ color: #1b1b1b;
39
+ font-size: 34px;
40
+ font-weight: 600;
41
+ }
42
+ .status-right {
43
+ display: flex;
44
+ align-items: center;
45
+ gap: 22px;
46
+ }
47
+ .sb-dot { width: 24px; height: 24px; border-radius: 50%; background: #000; }
48
+ .wifi {
49
+ width: 36px; height: 24px;
50
+ border: 2px solid #000; border-top-left-radius: 18px; border-top-right-radius: 18px;
51
+ border-bottom: none;
52
+ }
53
+ .battery {
54
+ width: 44px; height: 24px; border: 2px solid #000; position: relative;
55
+ }
56
+ .battery::after {
57
+ content: ""; position: absolute; right: -6px; top: 8px; width: 6px; height: 8px; background: #000; border-radius: 2px;
58
+ }
59
+
60
+ /* Search / toolbar */
61
+ .back-btn {
62
+ position: absolute;
63
+ left: 24px;
64
+ top: 132px;
65
+ width: 66px;
66
+ height: 66px;
67
+ display: flex;
68
+ align-items: center;
69
+ justify-content: center;
70
+ }
71
+ .search-bar {
72
+ position: absolute;
73
+ left: 96px;
74
+ right: 24px;
75
+ top: 110px;
76
+ height: 96px;
77
+ background: #fff;
78
+ border-radius: 28px;
79
+ box-shadow: 0 4px 10px rgba(0,0,0,0.08);
80
+ display: flex;
81
+ align-items: center;
82
+ padding: 0 24px;
83
+ gap: 18px;
84
+ }
85
+ .search-icon { width: 44px; height: 44px; }
86
+ .search-text {
87
+ flex: 1;
88
+ font-size: 38px;
89
+ color: #444;
90
+ }
91
+ .sb-icon {
92
+ width: 56px; height: 56px;
93
+ border-radius: 14px;
94
+ background: #f2f2f2;
95
+ display: flex;
96
+ align-items: center;
97
+ justify-content: center;
98
+ }
99
+ /* Chips row beneath header */
100
+ .chip-row {
101
+ position: absolute;
102
+ top: 260px;
103
+ left: 0;
104
+ width: 1080px;
105
+ height: 110px;
106
+ background: #f5f7f7;
107
+ display: flex;
108
+ align-items: center;
109
+ gap: 18px;
110
+ padding: 0 24px;
111
+ border-top: 1px solid #e7e7e7;
112
+ border-bottom: 1px solid #e7e7e7;
113
+ }
114
+ .chip, .chip-slim {
115
+ display: inline-flex;
116
+ align-items: center;
117
+ gap: 12px;
118
+ background: #eee;
119
+ color: #333;
120
+ border-radius: 22px;
121
+ padding: 18px 24px;
122
+ font-size: 32px;
123
+ white-space: nowrap;
124
+ }
125
+ .chip-slim { padding: 14px 20px; font-size: 30px; }
126
+ .chip.selected {
127
+ background: #dff1f2;
128
+ border: 2px solid #86cfd3;
129
+ color: #0a656d;
130
+ }
131
+ .toggle {
132
+ display: inline-flex; align-items: center; gap: 10px; font-size: 30px;
133
+ }
134
+ .switch {
135
+ width: 68px; height: 36px; background: #ddd; border-radius: 18px; position: relative; border: 1px solid #cfcfcf;
136
+ }
137
+ .switch::after {
138
+ content: ""; position: absolute; left: 4px; top: 3px; width: 30px; height: 30px; background: #fff; border-radius: 50%; box-shadow: 0 1px 2px rgba(0,0,0,0.2);
139
+ }
140
+ /* Main content split layout */
141
+ .content {
142
+ position: absolute;
143
+ top: 370px;
144
+ left: 0;
145
+ right: 0;
146
+ bottom: 160px;
147
+ display: grid;
148
+ grid-template-columns: 300px 1fr;
149
+ }
150
+ .left-nav {
151
+ background: #f6f9f9;
152
+ border-right: 1px solid #e5e5e5;
153
+ padding-top: 16px;
154
+ }
155
+ .nav-item {
156
+ padding: 26px 24px;
157
+ font-size: 34px;
158
+ color: #4a4a4a;
159
+ border-bottom: 1px solid #eef0f0;
160
+ position: relative;
161
+ }
162
+ .nav-item.active {
163
+ background: #ffffff;
164
+ border-left: 8px solid #0b7b83;
165
+ padding-left: 16px;
166
+ font-weight: 600;
167
+ color: #1e1e1e;
168
+ }
169
+ .nav-count {
170
+ position: absolute; right: 18px; top: 28px; color: #0b7b83; font-weight: 700;
171
+ }
172
+
173
+ .right-panel {
174
+ background: #fff;
175
+ padding: 24px 32px;
176
+ }
177
+ .filters-top {
178
+ display: flex;
179
+ align-items: center;
180
+ justify-content: space-between;
181
+ padding: 18px 8px 12px;
182
+ border-bottom: 1px solid #f0f0f0;
183
+ }
184
+ .filters-top .title { font-size: 40px; font-weight: 700; }
185
+ .filters-top .close { color: #0b7b83; font-size: 34px; text-decoration: none; }
186
+ .section-title {
187
+ margin: 24px 8px 10px;
188
+ font-size: 44px;
189
+ font-weight: 700;
190
+ color: #222;
191
+ }
192
+ .sub-title {
193
+ margin: 26px 8px 14px;
194
+ font-size: 36px;
195
+ font-weight: 700;
196
+ }
197
+ .chips-wrap { display: flex; flex-wrap: wrap; gap: 18px; }
198
+ .chip.gray { background: #efefef; }
199
+ .chip .x {
200
+ width: 28px; height: 28px; border-radius: 50%; background: #0b7b83; color: #fff;
201
+ font-size: 22px; display: inline-flex; align-items: center; justify-content: center;
202
+ }
203
+
204
+ /* Footer bar */
205
+ .footer-bar {
206
+ position: absolute;
207
+ left: 0; right: 0; bottom: 82px;
208
+ height: 130px;
209
+ background: #f7fbfb;
210
+ border-top: 1px solid #e6ecec;
211
+ display: flex;
212
+ align-items: center;
213
+ justify-content: space-between;
214
+ padding: 0 24px;
215
+ }
216
+ .btn-outline {
217
+ height: 92px; padding: 0 28px; border-radius: 18px;
218
+ border: 2px solid #cfe1e2; background: #fff; font-size: 36px; color: #0b7b83;
219
+ display: inline-flex; align-items: center; justify-content: center;
220
+ }
221
+ .btn-primary {
222
+ height: 92px; padding: 0 32px; border-radius: 22px; background: #0b7b83; color: #fff; font-size: 38px; font-weight: 700;
223
+ display: inline-flex; align-items: center; justify-content: center;
224
+ box-shadow: 0 4px 10px rgba(11,123,131,0.35);
225
+ }
226
+ .gesture {
227
+ position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
228
+ width: 300px; height: 12px; background: #7e7e7e; border-radius: 6px;
229
+ }
230
+ .orange { color: #ff9800; }
231
+ </style>
232
+ </head>
233
+ <body>
234
+ <div id="render-target">
235
+
236
+ <div class="top-grad"></div>
237
+
238
+ <div class="status-bar">
239
+ <div>10:15</div>
240
+ <div class="status-right">
241
+ <div class="sb-dot"></div>
242
+ <div class="sb-dot" style="background:#1b1b1b;"></div>
243
+ <div class="sb-dot" style="background:#000;"></div>
244
+ <div class="wifi"></div>
245
+ <div class="battery"></div>
246
+ </div>
247
+ </div>
248
+
249
+ <div class="back-btn">
250
+ <svg width="56" height="56" viewBox="0 0 40 40">
251
+ <path d="M26 8 L12 20 L26 32" fill="none" stroke="#1b1b1b" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
252
+ </svg>
253
+ </div>
254
+
255
+ <div class="search-bar">
256
+ <svg class="search-icon" viewBox="0 0 24 24">
257
+ <circle cx="10" cy="10" r="7" stroke="#333" stroke-width="2" fill="none"/>
258
+ <line x1="15" y1="15" x2="22" y2="22" stroke="#333" stroke-width="2"/>
259
+ </svg>
260
+ <div class="search-text">floor lamp</div>
261
+ <div class="sb-icon">
262
+ <!-- simple camera icon -->
263
+ <svg width="28" height="28" viewBox="0 0 24 24">
264
+ <rect x="3" y="6" width="18" height="12" rx="2" fill="none" stroke="#555" stroke-width="2"/>
265
+ <circle cx="12" cy="12" r="4" fill="none" stroke="#555" stroke-width="2"/>
266
+ <rect x="8" y="4" width="8" height="3" rx="1" fill="none" stroke="#555" stroke-width="2"/>
267
+ </svg>
268
+ </div>
269
+ <div class="sb-icon">
270
+ <!-- mic icon -->
271
+ <svg width="24" height="24" viewBox="0 0 24 24">
272
+ <rect x="9" y="4" width="6" height="10" rx="3" fill="none" stroke="#555" stroke-width="2"/>
273
+ <path d="M6 11 C6 15, 18 15, 18 11" fill="none" stroke="#555" stroke-width="2"/>
274
+ <line x1="12" y1="15" x2="12" y2="20" stroke="#555" stroke-width="2"/>
275
+ <line x1="9" y1="20" x2="15" y2="20" stroke="#555" stroke-width="2"/>
276
+ </svg>
277
+ </div>
278
+ </div>
279
+
280
+ <div class="chip-row">
281
+ <div class="toggle">
282
+ <div class="switch"></div>
283
+ <span style="color:#0b7b83; font-weight:600;">prime</span>
284
+ </div>
285
+ <div class="chip selected">All Discounts</div>
286
+ <div class="chip-slim" style="background:#eee;">
287
+ <span class="orange">★ ★ ★ ★ ★</span>
288
+ <span style="color:#666;">and</span>
289
+ </div>
290
+ <div class="chip-slim" style="background:#f0f0f0;">
291
+ Filters (1)
292
+ <svg width="20" height="20" viewBox="0 0 20 20">
293
+ <path d="M5 12 L10 7 L15 12" fill="none" stroke="#666" stroke-width="2" stroke-linecap="round"/>
294
+ </svg>
295
+ </div>
296
+ </div>
297
+
298
+ <div class="content">
299
+ <!-- Left navigation -->
300
+ <div class="left-nav">
301
+ <div class="nav-item">Prime & Delivery</div>
302
+ <div class="nav-item">Categories</div>
303
+ <div class="nav-item">Brands</div>
304
+ <div class="nav-item active">Price and Deals <span class="nav-count">1</span></div>
305
+ <div class="nav-item">Customer Reviews</div>
306
+ <div class="nav-item">Sort by</div>
307
+ <div class="nav-item">Lamp Height</div>
308
+ <div class="nav-item">Room Type</div>
309
+ <div class="nav-item">Lamp Switch Type</div>
310
+ <div class="nav-item">Special Features</div>
311
+ <div class="nav-item">Lamp Width</div>
312
+ </div>
313
+
314
+ <!-- Right panel -->
315
+ <div class="right-panel">
316
+ <div class="filters-top">
317
+ <div class="title">Filters (1)</div>
318
+ <a href="#" class="close">Close</a>
319
+ </div>
320
+
321
+ <div class="section-title">Price and Deals</div>
322
+
323
+ <div class="sub-title">Price</div>
324
+ <div class="chips-wrap" style="margin-bottom: 8px;">
325
+ <div class="chip selected">All Prices</div>
326
+ <div class="chip gray">₹1,000 - ₹2,000</div>
327
+ <div class="chip gray">₹2,000 - ₹3,000</div>
328
+ <div class="chip gray">Over ₹3,000</div>
329
+ </div>
330
+
331
+ <div class="sub-title">Deals & Discounts</div>
332
+ <div class="chips-wrap" style="margin-bottom: 8px;">
333
+ <div class="chip selected">All Discounts <span class="x">×</span></div>
334
+ <div class="chip gray">Today's Deals</div>
335
+ </div>
336
+
337
+ <div class="sub-title">Discount</div>
338
+ <div class="chips-wrap">
339
+ <div class="chip gray">10% Off or more</div>
340
+ <div class="chip gray">25% Off or more</div>
341
+ <div class="chip gray">35% Off or more</div>
342
+ <div class="chip gray">50% Off or more</div>
343
+ <div class="chip gray">60% Off or more</div>
344
+ <div class="chip gray">70% Off or more</div>
345
+ </div>
346
+ </div>
347
+ </div>
348
+
349
+ <div class="footer-bar">
350
+ <div class="btn-outline">Clear Filters</div>
351
+ <div class="btn-primary">Show 299 results</div>
352
+ </div>
353
+
354
+ <div class="gesture"></div>
355
+ </div>
356
+ </body>
357
+ </html>
code/11382/11382_4.html ADDED
@@ -0,0 +1,325 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Mobile UI - Floor Lamp Results</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
+ /* Header */
15
+ .header {
16
+ width: 100%;
17
+ background: linear-gradient(180deg, #8DDAD3 0%, #B7EBE2 100%);
18
+ padding: 32px 32px 20px 32px;
19
+ box-sizing: border-box;
20
+ }
21
+ .top-bar {
22
+ display: flex; align-items: center; gap: 24px;
23
+ margin-top: 8px;
24
+ }
25
+ .back-btn {
26
+ width: 64px; height: 64px; border-radius: 32px;
27
+ display: flex; align-items: center; justify-content: center;
28
+ }
29
+ .search-bar {
30
+ flex: 1;
31
+ height: 104px; background: #fff; border-radius: 28px;
32
+ box-shadow: 0 2px 0 rgba(0,0,0,0.08), 0 2px 6px rgba(0,0,0,0.08);
33
+ display: flex; align-items: center; padding: 0 20px;
34
+ box-sizing: border-box;
35
+ }
36
+ .search-chip {
37
+ display: inline-flex; align-items: center; gap: 16px; padding-left: 12px;
38
+ color: #555; font-size: 36px;
39
+ }
40
+ .search-actions { margin-left: auto; display: flex; gap: 18px; }
41
+ .icon-btn { width: 64px; height: 64px; border-radius: 16px; display: flex; align-items: center; justify-content: center; }
42
+
43
+ .location {
44
+ display: flex; align-items: center; gap: 14px;
45
+ color: #114c58; font-size: 32px;
46
+ margin: 22px 6px 18px 6px;
47
+ }
48
+
49
+ .chips {
50
+ display: flex; align-items: center; gap: 18px;
51
+ overflow: hidden;
52
+ padding: 8px 4px 12px 4px;
53
+ }
54
+ .chip {
55
+ border: 1px solid #D6E7E3; color: #1e6f73; background: #EAF7F4;
56
+ padding: 18px 26px; border-radius: 24px; font-size: 30px;
57
+ white-space: nowrap;
58
+ }
59
+ .chip.outline {
60
+ background: #fff; border-color: #D0E7E2; color: #3a8c90;
61
+ }
62
+
63
+ /* Content */
64
+ .content {
65
+ padding: 20px 28px 220px 28px; /* keep space for bottom bar */
66
+ box-sizing: border-box;
67
+ }
68
+ .brand-block {
69
+ background: #fff; border-radius: 18px;
70
+ }
71
+ .brand-head {
72
+ display: flex; align-items: center; gap: 20px;
73
+ font-size: 36px; color: #222; padding: 10px 4px 16px 4px;
74
+ }
75
+ .brand-logo {
76
+ width: 96px; height: 96px; border-radius: 48px; background: #E0E0E0; border: 1px solid #BDBDBD;
77
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 20px;
78
+ flex: 0 0 auto;
79
+ }
80
+ .brand-grid {
81
+ display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
82
+ margin-top: 6px;
83
+ }
84
+ .img-tile {
85
+ background: #E0E0E0; border: 1px solid #BDBDBD; height: 220px;
86
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 28px;
87
+ }
88
+ .tile-caption { text-align: center; margin-top: 14px; color: #333; font-size: 30px; }
89
+ .row-split { height: 1px; background: #E6E6E6; margin: 18px 0; }
90
+ .brand-footer {
91
+ display: flex; align-items: center; justify-content: space-between;
92
+ font-size: 32px; color: #1a8c8f;
93
+ }
94
+ .sponsored-tag { color: #8c8c8c; font-size: 28px; display: inline-flex; align-items: center; gap: 6px; }
95
+
96
+ .note {
97
+ margin: 20px 0 18px 0; color: #606060; font-size: 30px; line-height: 1.35;
98
+ }
99
+
100
+ /* Product card */
101
+ .product-card {
102
+ position: relative;
103
+ display: grid; grid-template-columns: 360px 1fr; gap: 26px;
104
+ background: #fff; border: 1px solid #EFEFEF; border-radius: 24px;
105
+ padding: 20px; box-sizing: border-box;
106
+ }
107
+ .ribbon {
108
+ position: absolute; left: 0; top: -22px; background: #F59A23; color: #fff;
109
+ padding: 14px 22px; border-top-right-radius: 12px; border-bottom-right-radius: 12px;
110
+ font-weight: bold; font-size: 28px;
111
+ }
112
+ .product-img {
113
+ width: 100%; height: 430px; background: #E0E0E0; border: 1px solid #BDBDBD;
114
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 28px; border-radius: 8px;
115
+ }
116
+ .prod-title { font-size: 36px; color: #222; line-height: 1.25; margin: 4px 0 8px 0; }
117
+ .subtle { color: #8a8a8a; font-size: 28px; }
118
+ .rating { display: flex; align-items: center; gap: 10px; margin: 8px 0; font-size: 30px; }
119
+ .stars { color: #F6A500; letter-spacing: 2px; font-size: 34px; }
120
+ .deal-row { margin: 14px 0 6px 0; display: flex; align-items: center; gap: 12px; }
121
+ .deal-badge { background: #C1002A; color: #fff; padding: 10px 16px; border-radius: 10px; font-weight: bold; font-size: 28px; }
122
+ .deal-text { color: #C1002A; font-weight: bold; font-size: 28px; }
123
+ .price-row { display: flex; align-items: baseline; gap: 16px; margin: 8px 0; }
124
+ .price { font-size: 48px; font-weight: bold; }
125
+ .mrp { color: #8c8c8c; text-decoration: line-through; font-size: 28px; }
126
+ .shipping { color: #444; font-size: 30px; margin: 6px 0; }
127
+ .variants { color: #1a8c8f; font-size: 30px; text-decoration: underline; margin: 6px 0 14px 0; }
128
+ .cta {
129
+ background: #FFD814; color: #111; font-size: 34px; font-weight: bold;
130
+ border: none; border-radius: 16px; padding: 26px 24px; width: 460px; text-align: center;
131
+ }
132
+
133
+ /* Bottom navigation */
134
+ .bottom-nav {
135
+ position: absolute; left: 0; bottom: 56px; width: 100%; height: 170px;
136
+ background: #ffffff; border-top: 1px solid #E7E7E7;
137
+ display: grid; grid-template-columns: repeat(5, 1fr); align-items: center;
138
+ }
139
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 10px; color: #222; font-size: 28px; }
140
+ .nav-item.active { color: #00A7A1; }
141
+ .gesture {
142
+ position: absolute; left: 50%; transform: translateX(-50%);
143
+ bottom: 18px; width: 360px; height: 10px; background: #A9A9A9; border-radius: 6px;
144
+ }
145
+
146
+ /* Small reusable icon style */
147
+ .icon { width: 40px; height: 40px; }
148
+ .icon24 { width: 48px; height: 48px; }
149
+ </style>
150
+ </head>
151
+ <body>
152
+ <div id="render-target">
153
+
154
+ <!-- Header with search -->
155
+ <div class="header">
156
+ <div class="top-bar">
157
+ <div class="back-btn">
158
+ <svg class="icon" viewBox="0 0 24 24" fill="#1f1f1f">
159
+ <polyline points="15,4 7,12 15,20" stroke="#1f1f1f" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></polyline>
160
+ </svg>
161
+ </div>
162
+
163
+ <div class="search-bar">
164
+ <svg class="icon24" viewBox="0 0 24 24" fill="none">
165
+ <circle cx="11" cy="11" r="7" stroke="#6c6c6c" stroke-width="2"></circle>
166
+ <line x1="16.5" y1="16.5" x2="22" y2="22" stroke="#6c6c6c" stroke-width="2" stroke-linecap="round"></line>
167
+ </svg>
168
+ <div class="search-chip">floor lamp</div>
169
+ <div class="search-actions">
170
+ <!-- scan icon -->
171
+ <div class="icon-btn">
172
+ <svg class="icon24" viewBox="0 0 24 24" fill="none" stroke="#4a4a4a" stroke-width="2">
173
+ <path d="M3 8V5c0-1.1.9-2 2-2h3M21 8V5c0-1.1-.9-2-2-2h-3M3 16v3c0 1.1.9 2 2 2h3M21 16v3c0 1.1-.9 2-2 2h-3"></path>
174
+ <rect x="7" y="7" width="10" height="10" rx="2"></rect>
175
+ </svg>
176
+ </div>
177
+ <!-- mic icon -->
178
+ <div class="icon-btn">
179
+ <svg class="icon24" viewBox="0 0 24 24" fill="#4a4a4a">
180
+ <rect x="9" y="3" width="6" height="10" rx="3"></rect>
181
+ <path d="M5 11a7 7 0 0 0 14 0" stroke="#4a4a4a" stroke-width="2" fill="none"></path>
182
+ <line x1="12" y1="21" x2="12" y2="17" stroke="#4a4a4a" stroke-width="2" stroke-linecap="round"></line>
183
+ </svg>
184
+ </div>
185
+ </div>
186
+ </div>
187
+ </div>
188
+
189
+ <div class="location">
190
+ <svg class="icon" viewBox="0 0 24 24" fill="#114c58">
191
+ <path d="M12 22s7-7 7-12a7 7 0 0 0-14 0c0 5 7 12 7 12z"></path>
192
+ <circle cx="12" cy="10" r="3" fill="#fff"></circle>
193
+ </svg>
194
+ <div>Delivering to Delhi 110001 - Update location</div>
195
+ <svg class="icon" viewBox="0 0 24 24" fill="#114c58" style="margin-left:6px;">
196
+ <polyline points="6,9 12,15 18,9" fill="none" stroke="#114c58" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></polyline>
197
+ </svg>
198
+ </div>
199
+
200
+ <div class="chips">
201
+ <div class="chip outline">prime</div>
202
+ <div class="chip">All Discounts</div>
203
+ <div class="chip outline">★★★★☆ and up</div>
204
+ <div class="chip outline">Filters (1)</div>
205
+ </div>
206
+ </div>
207
+
208
+ <div class="content">
209
+ <!-- Sponsored brand block -->
210
+ <div class="brand-block">
211
+ <div class="brand-head">
212
+ <div class="brand-logo">[IMG]</div>
213
+ <div>Premium Quality Floor Lamps And Table Lamps.</div>
214
+ </div>
215
+
216
+ <div class="brand-grid">
217
+ <div>
218
+ <div class="img-tile">[IMG: Floor Standing Lamp]</div>
219
+ <div class="tile-caption">Floor Standing Lamps</div>
220
+ </div>
221
+ <div>
222
+ <div class="img-tile">[IMG: Table Lamp]</div>
223
+ <div class="tile-caption">Table Lamps</div>
224
+ </div>
225
+ <div>
226
+ <div class="img-tile">[IMG: Most Loved]</div>
227
+ <div class="tile-caption">The Most Loved Lamps</div>
228
+ </div>
229
+ </div>
230
+
231
+ <div class="row-split"></div>
232
+
233
+ <div class="brand-footer">
234
+ <div>Shop the Divine Trends Store on Amazon ›</div>
235
+ <div class="sponsored-tag">
236
+ Sponsored
237
+ <svg class="icon" viewBox="0 0 24 24" fill="#8c8c8c">
238
+ <circle cx="12" cy="12" r="10" stroke="#8c8c8c" stroke-width="1.5" fill="none"></circle>
239
+ <circle cx="12" cy="8" r="1.5" fill="#8c8c8c"></circle>
240
+ <rect x="11" y="10.5" width="2" height="7" fill="#8c8c8c"></rect>
241
+ </svg>
242
+ </div>
243
+ </div>
244
+ </div>
245
+
246
+ <div class="note">
247
+ Check each product page for other buying options. Price and other details may vary based on product size and colour.
248
+ </div>
249
+
250
+ <!-- Product card -->
251
+ <div class="product-card">
252
+ <div class="ribbon">Best seller</div>
253
+ <div class="product-img">[IMG: Floor Lamp with Shelves]</div>
254
+ <div>
255
+ <div class="subtle">Sponsored</div>
256
+ <div class="prod-title">Crosscut Furniture Metal Floor Lamp with 3 Shelves (Fresh Yellow)</div>
257
+ <div class="rating">
258
+ <div style="color:#1a8c8f; font-weight:bold;">4.6</div>
259
+ <div class="stars">★★★★★</div>
260
+ <div class="subtle">(1,371)</div>
261
+ </div>
262
+ <div class="subtle">300+ bought in past month</div>
263
+
264
+ <div class="deal-row">
265
+ <div class="deal-badge">64% off</div>
266
+ <div class="deal-text">Limited time deal</div>
267
+ </div>
268
+
269
+ <div class="price-row">
270
+ <div class="price">₹1,799</div>
271
+ <div class="mrp">M.R.P: ₹4,990</div>
272
+ </div>
273
+
274
+ <div class="shipping">FREE delivery Wed, 10 Jan</div>
275
+ <div class="variants">+7 colours/patterns</div>
276
+
277
+ <button class="cta">Add to Cart</button>
278
+ </div>
279
+ </div>
280
+ </div>
281
+
282
+ <!-- Bottom navigation -->
283
+ <div class="bottom-nav">
284
+ <div class="nav-item active">
285
+ <svg class="icon24" viewBox="0 0 24 24" fill="none" stroke="#00A7A1" stroke-width="2">
286
+ <path d="M3 11l9-7 9 7v8a2 2 0 0 1-2 2h-4v-6H9v6H5a2 2 0 0 1-2-2z"></path>
287
+ </svg>
288
+ <div>Home</div>
289
+ </div>
290
+ <div class="nav-item">
291
+ <svg class="icon24" viewBox="0 0 24 24" fill="none" stroke="#222" stroke-width="2">
292
+ <circle cx="12" cy="8" r="4"></circle>
293
+ <path d="M4 21c2-4 14-4 16 0"></path>
294
+ </svg>
295
+ <div>You</div>
296
+ </div>
297
+ <div class="nav-item">
298
+ <svg class="icon24" viewBox="0 0 24 24" fill="none" stroke="#222" stroke-width="2">
299
+ <rect x="4" y="4" width="16" height="10" rx="2"></rect>
300
+ <path d="M8 18h8"></path>
301
+ </svg>
302
+ <div>More</div>
303
+ </div>
304
+ <div class="nav-item">
305
+ <svg class="icon24" viewBox="0 0 24 24" fill="none" stroke="#222" stroke-width="2">
306
+ <path d="M6 6h15l-2 10H7L6 6z"></path>
307
+ <circle cx="9" cy="20" r="1.5" fill="#222"></circle>
308
+ <circle cx="18" cy="20" r="1.5" fill="#222"></circle>
309
+ </svg>
310
+ <div>Cart</div>
311
+ </div>
312
+ <div class="nav-item">
313
+ <svg class="icon24" viewBox="0 0 24 24" fill="none" stroke="#222" stroke-width="2">
314
+ <line x1="3" y1="6" x2="21" y2="6"></line>
315
+ <line x1="3" y1="12" x2="21" y2="12"></line>
316
+ <line x1="3" y1="18" x2="21" y2="18"></line>
317
+ </svg>
318
+ <div>Menu</div>
319
+ </div>
320
+ </div>
321
+
322
+ <div class="gesture"></div>
323
+ </div>
324
+ </body>
325
+ </html>
code/11385/11385_0.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>Duolingo Intro Screen Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #0f1d21;
15
+ border-radius: 34px;
16
+ box-shadow: 0 18px 40px rgba(0,0,0,0.45);
17
+ color: #e6f2f1;
18
+ }
19
+
20
+ /* Status bar */
21
+ .status-bar {
22
+ position: absolute;
23
+ top: 0; left: 0; right: 0;
24
+ height: 120px;
25
+ padding: 0 40px;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ color: #cfe6dc;
30
+ font-weight: 600;
31
+ letter-spacing: 0.5px;
32
+ }
33
+ .status-icons {
34
+ display: flex; align-items: center; gap: 28px;
35
+ }
36
+ .status-icons .icon { width: 36px; height: 36px; opacity: 0.85; }
37
+ .battery {
38
+ display: flex; align-items: center; gap: 10px; color: #cfe6dc; font-weight: 700;
39
+ }
40
+ .battery svg { width: 44px; height: 28px; }
41
+
42
+ /* Back button */
43
+ .back-btn {
44
+ position: absolute;
45
+ top: 220px; left: 40px;
46
+ width: 72px; height: 72px;
47
+ background: none; border: none; padding: 0; cursor: pointer;
48
+ }
49
+ .back-btn svg { width: 72px; height: 72px; }
50
+ .back-btn svg path { stroke: #a8c3bf; stroke-width: 8; fill: none; stroke-linecap: round; stroke-linejoin: round; }
51
+
52
+ /* Speech bubble */
53
+ .bubble {
54
+ position: absolute;
55
+ width: 780px;
56
+ left: 50%;
57
+ transform: translateX(-50%);
58
+ top: 720px;
59
+ background: #162a2e;
60
+ border: 4px solid #3b4e52;
61
+ border-radius: 36px;
62
+ padding: 40px 44px;
63
+ color: #eaf3f1;
64
+ font-size: 44px;
65
+ line-height: 1.35;
66
+ box-shadow: inset 0 0 0 2px rgba(255,255,255,0.02);
67
+ }
68
+ /* Tail with border */
69
+ .bubble::before {
70
+ content: "";
71
+ position: absolute;
72
+ left: 50%;
73
+ transform: translateX(-50%);
74
+ bottom: -40px;
75
+ width: 0; height: 0;
76
+ border-left: 26px solid transparent;
77
+ border-right: 26px solid transparent;
78
+ border-top: 40px solid #3b4e52; /* border color */
79
+ z-index: 0;
80
+ filter: drop-shadow(0 1px 0 rgba(0,0,0,0.15));
81
+ }
82
+ .bubble::after {
83
+ content: "";
84
+ position: absolute;
85
+ left: 50%;
86
+ transform: translateX(-50%);
87
+ bottom: -34px;
88
+ width: 0; height: 0;
89
+ border-left: 22px solid transparent;
90
+ border-right: 22px solid transparent;
91
+ border-top: 34px solid #162a2e; /* fill color */
92
+ z-index: 1;
93
+ }
94
+
95
+ /* Mascot block */
96
+ .mascot {
97
+ position: absolute;
98
+ left: 50%;
99
+ transform: translateX(-50%);
100
+ top: 980px;
101
+ width: 380px; height: 360px;
102
+ }
103
+ .mascot .shadow {
104
+ position: absolute; bottom: 0; left: 50%;
105
+ transform: translateX(-50%);
106
+ width: 320px; height: 130px;
107
+ background: #1b2f33;
108
+ border-radius: 50%;
109
+ opacity: 0.9;
110
+ }
111
+ .mascot-img {
112
+ position: absolute; top: 0; left: 50%;
113
+ transform: translateX(-50%);
114
+ width: 320px; height: 260px;
115
+ background: #E0E0E0;
116
+ border: 1px solid #BDBDBD;
117
+ border-radius: 22px;
118
+ display: flex; align-items: center; justify-content: center;
119
+ color: #757575; font-weight: 700;
120
+ text-align: center; padding: 12px;
121
+ }
122
+
123
+ /* Continue button with offset shadow block */
124
+ .cta-wrap {
125
+ position: absolute;
126
+ left: 50%;
127
+ transform: translateX(-50%);
128
+ bottom: 210px;
129
+ width: 960px; height: 156px;
130
+ }
131
+ .cta-shadow {
132
+ position: absolute; left: 30px; top: 22px;
133
+ width: 960px; height: 156px;
134
+ background: #4fa508;
135
+ border-radius: 34px;
136
+ opacity: 1;
137
+ }
138
+ .continue-btn {
139
+ position: absolute; left: 0; top: 0;
140
+ width: 960px; height: 156px;
141
+ background: #8ee21a;
142
+ border-radius: 34px;
143
+ display: flex; align-items: center; justify-content: center;
144
+ color: #0c221f;
145
+ font-size: 44px; font-weight: 900; letter-spacing: 3px;
146
+ text-transform: uppercase;
147
+ }
148
+
149
+ /* Home indicator bar */
150
+ .home-indicator {
151
+ position: absolute;
152
+ bottom: 90px; left: 50%;
153
+ transform: translateX(-50%);
154
+ width: 320px; height: 12px;
155
+ background: #e7e7e7;
156
+ border-radius: 10px;
157
+ opacity: 0.85;
158
+ }
159
+ </style>
160
+ </head>
161
+ <body>
162
+ <div id="render-target">
163
+
164
+ <div class="status-bar">
165
+ <div class="time">6:11</div>
166
+ <div class="status-icons">
167
+ <!-- Ring icon -->
168
+ <svg class="icon" viewBox="0 0 24 24">
169
+ <circle cx="12" cy="12" r="9" stroke="#cfe6dc" stroke-width="2" fill="none"></circle>
170
+ <circle cx="12" cy="12" r="3" fill="#cfe6dc"></circle>
171
+ </svg>
172
+ <!-- Wi-Fi icon -->
173
+ <svg class="icon" viewBox="0 0 24 24">
174
+ <path d="M2 8c5-5 15-5 20 0" stroke="#cfe6dc" stroke-width="2" fill="none" stroke-linecap="round"/>
175
+ <path d="M6 12c3-3 9-3 12 0" stroke="#cfe6dc" stroke-width="2" fill="none" stroke-linecap="round"/>
176
+ <circle cx="12" cy="16" r="2" fill="#cfe6dc"/>
177
+ </svg>
178
+ <!-- Battery + percentage -->
179
+ <div class="battery">
180
+ <svg viewBox="0 0 48 24">
181
+ <rect x="1" y="3" width="40" height="18" rx="4" ry="4" stroke="#cfe6dc" stroke-width="2" fill="none"/>
182
+ <rect x="42" y="8" width="4" height="8" rx="2" fill="#cfe6dc"/>
183
+ <rect x="4" y="6" width="28" height="12" rx="2" fill="#cfe6dc"/>
184
+ </svg>
185
+ <span>94%</span>
186
+ </div>
187
+ </div>
188
+ </div>
189
+
190
+ <button class="back-btn" aria-label="Back">
191
+ <svg viewBox="0 0 24 24">
192
+ <path d="M15 5 L8 12 L15 19" />
193
+ </svg>
194
+ </button>
195
+
196
+ <div class="bubble">
197
+ ...so Duolingo is designed to<br>be fun like a game!
198
+ </div>
199
+
200
+ <div class="mascot">
201
+ <div class="mascot-img">[IMG: Duolingo Owl Mascot]</div>
202
+ <div class="shadow"></div>
203
+ </div>
204
+
205
+ <div class="cta-wrap">
206
+ <div class="cta-shadow"></div>
207
+ <div class="continue-btn">CONTINUE</div>
208
+ </div>
209
+
210
+ <div class="home-indicator"></div>
211
+
212
+ </div>
213
+ </body>
214
+ </html>
code/11385/11385_1.html ADDED
@@ -0,0 +1,124 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Loading Screen</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: #162427;
13
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
14
+ color: #ffffff;
15
+ }
16
+ .status-bar {
17
+ position: absolute; top: 0; left: 0; right: 0;
18
+ height: 120px;
19
+ display: flex; justify-content: space-between; align-items: center;
20
+ padding: 30px 40px;
21
+ color: #fff;
22
+ }
23
+ .status-left {
24
+ display: flex; align-items: center; gap: 20px;
25
+ }
26
+ .time {
27
+ font-size: 44px; font-weight: 600; letter-spacing: 0.5px;
28
+ }
29
+ .badge {
30
+ width: 70px; height: 48px; border-radius: 10px;
31
+ background: rgba(255,255,255,0.12);
32
+ border: 2px solid rgba(255,255,255,0.35);
33
+ display: flex; align-items: center; justify-content: center;
34
+ font-size: 28px; font-weight: 700; color: #fff;
35
+ }
36
+ .status-right {
37
+ display: flex; align-items: center; gap: 26px;
38
+ font-size: 34px; font-weight: 600;
39
+ }
40
+ .icon {
41
+ width: 50px; height: 50px;
42
+ }
43
+ .content {
44
+ position: absolute; left: 0; right: 0;
45
+ top: 520px;
46
+ display: flex; flex-direction: column; align-items: center;
47
+ text-align: center;
48
+ }
49
+ .owl {
50
+ width: 300px; height: 260px;
51
+ background: #E0E0E0; border: 1px solid #BDBDBD;
52
+ display: flex; align-items: center; justify-content: center;
53
+ color: #757575; border-radius: 16px;
54
+ box-shadow: 0 8px 0 rgba(0,0,0,0.35) inset;
55
+ }
56
+ .notes {
57
+ margin-top: 18px; color: #6fb0d4; font-size: 44px; letter-spacing: 6px;
58
+ }
59
+ .owl-shadow {
60
+ width: 220px; height: 18px; border-radius: 12px;
61
+ background: #3a464b;
62
+ margin-top: 24px;
63
+ }
64
+ .loading {
65
+ margin-top: 140px;
66
+ font-size: 76px; font-weight: 800; letter-spacing: 4px;
67
+ color: #5a6a71;
68
+ }
69
+ .desc {
70
+ margin-top: 40px;
71
+ max-width: 880px;
72
+ color: #d7e0e4;
73
+ font-size: 46px; line-height: 1.45; font-weight: 500;
74
+ }
75
+ .home-indicator {
76
+ position: absolute; bottom: 60px; left: 50%; transform: translateX(-50%);
77
+ width: 360px; height: 16px; border-radius: 10px; background: #EDEDED;
78
+ opacity: 0.9;
79
+ }
80
+ </style>
81
+ </head>
82
+ <body>
83
+ <div id="render-target">
84
+ <div class="status-bar">
85
+ <div class="status-left">
86
+ <div class="time">6:12</div>
87
+ <div class="badge">LR</div>
88
+ <div class="badge">N</div>
89
+ <div class="badge">DL</div>
90
+ </div>
91
+ <div class="status-right">
92
+ <svg class="icon" viewBox="0 0 24 24">
93
+ <circle cx="12" cy="12" r="9" stroke="#fff" stroke-width="2" fill="none"></circle>
94
+ <rect x="7" y="11" width="10" height="2" fill="#fff"></rect>
95
+ </svg>
96
+ <svg class="icon" viewBox="0 0 24 24">
97
+ <path d="M2 16c5-5 15-5 20 0" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"></path>
98
+ <path d="M6 16c3-3 9-3 12 0" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"></path>
99
+ <circle cx="12" cy="16" r="1.8" fill="#fff"></circle>
100
+ </svg>
101
+ <svg class="icon" viewBox="0 0 24 24">
102
+ <rect x="3" y="6" width="16" height="12" rx="2" ry="2" stroke="#fff" stroke-width="2" fill="none"></rect>
103
+ <rect x="5" y="8" width="12" height="8" fill="#fff"></rect>
104
+ <rect x="19.5" y="10" width="2.5" height="4" fill="#fff"></rect>
105
+ </svg>
106
+ <div style="margin-left:4px;">94%</div>
107
+ </div>
108
+ </div>
109
+
110
+ <div class="content">
111
+ <div class="owl">[IMG: Green owl mascot with music notes]</div>
112
+ <div class="notes">♪ ♫</div>
113
+ <div class="owl-shadow"></div>
114
+
115
+ <div class="loading">LOADING...</div>
116
+ <div class="desc">
117
+ Look out for exercises that improve how well you speak, listen, read, and write!
118
+ </div>
119
+ </div>
120
+
121
+ <div class="home-indicator"></div>
122
+ </div>
123
+ </body>
124
+ </html>
code/11385/11385_2.html ADDED
@@ -0,0 +1,228 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Select the correct image</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: #101a1d;
15
+ color: #e7f0f2;
16
+ font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
17
+ }
18
+
19
+ .screen {
20
+ padding: 56px 48px 40px 48px;
21
+ }
22
+
23
+ /* Top controls */
24
+ .topbar {
25
+ display: flex;
26
+ align-items: center;
27
+ gap: 24px;
28
+ margin-top: 40px;
29
+ }
30
+ .close-btn {
31
+ width: 72px;
32
+ height: 72px;
33
+ border-radius: 20px;
34
+ display: grid;
35
+ place-items: center;
36
+ color: #8aa0a6;
37
+ }
38
+ .progress-track {
39
+ flex: 1;
40
+ height: 24px;
41
+ background: #2a3338;
42
+ border-radius: 16px;
43
+ position: relative;
44
+ overflow: hidden;
45
+ }
46
+ .progress-bar {
47
+ position: absolute;
48
+ left: 0; top: 0; bottom: 0;
49
+ width: 32%;
50
+ background: #8be02b;
51
+ border-radius: 16px;
52
+ }
53
+
54
+ /* New word chip and title */
55
+ .meta {
56
+ margin-top: 44px;
57
+ display: flex;
58
+ align-items: center;
59
+ gap: 16px;
60
+ color: #b77bf2;
61
+ font-weight: 700;
62
+ letter-spacing: 0.5px;
63
+ }
64
+ .meta .dot {
65
+ width: 28px; height: 28px; border-radius: 50%;
66
+ background: #b77bf2;
67
+ display: inline-block;
68
+ box-shadow: 0 0 0 6px rgba(183,123,242,0.15) inset;
69
+ }
70
+
71
+ .title {
72
+ margin-top: 18px;
73
+ font-size: 72px;
74
+ font-weight: 800;
75
+ line-height: 1.1;
76
+ color: #ecf6f8;
77
+ }
78
+
79
+ /* Audio prompt */
80
+ .prompt {
81
+ margin-top: 32px;
82
+ display: flex;
83
+ align-items: center;
84
+ gap: 22px;
85
+ }
86
+ .sound-pill {
87
+ display: inline-flex;
88
+ align-items: center;
89
+ justify-content: center;
90
+ width: 140px;
91
+ height: 120px;
92
+ border-radius: 36px;
93
+ background: #2fb7ff;
94
+ color: #0b3950;
95
+ box-shadow: 0 4px 0 rgba(0,0,0,0.15) inset;
96
+ }
97
+ .word {
98
+ font-size: 56px;
99
+ font-weight: 700;
100
+ color: #cfa4ff;
101
+ border-bottom: 6px dotted #cfa4ff;
102
+ line-height: 1.2;
103
+ }
104
+
105
+ /* Card grid */
106
+ .grid {
107
+ margin-top: 44px;
108
+ display: grid;
109
+ grid-template-columns: 1fr 1fr;
110
+ gap: 36px;
111
+ }
112
+ .card {
113
+ background: #162126;
114
+ border: 3px solid #2a3a3f;
115
+ border-radius: 36px;
116
+ height: 560px;
117
+ padding: 36px;
118
+ display: flex;
119
+ flex-direction: column;
120
+ justify-content: space-between;
121
+ box-shadow: 0 10px 20px rgba(0,0,0,0.25);
122
+ }
123
+ .img-ph {
124
+ height: 360px;
125
+ background: #E0E0E0;
126
+ border: 1px solid #BDBDBD;
127
+ color: #757575;
128
+ display: flex;
129
+ align-items: center;
130
+ justify-content: center;
131
+ border-radius: 24px;
132
+ font-size: 36px;
133
+ text-align: center;
134
+ padding: 12px;
135
+ }
136
+ .label {
137
+ font-size: 46px;
138
+ color: #d9e4e7;
139
+ letter-spacing: 0.5px;
140
+ }
141
+
142
+ /* Bottom button */
143
+ .bottom {
144
+ position: absolute;
145
+ left: 40px;
146
+ right: 40px;
147
+ bottom: 120px;
148
+ }
149
+ .btn-disabled {
150
+ width: 100%;
151
+ height: 140px;
152
+ border-radius: 44px;
153
+ background: #2a3338;
154
+ color: #7a8a90;
155
+ display: grid;
156
+ place-items: center;
157
+ font-size: 46px;
158
+ letter-spacing: 4px;
159
+ text-transform: uppercase;
160
+ opacity: 0.8;
161
+ }
162
+
163
+ /* Helper icon styles */
164
+ svg { display: block }
165
+ </style>
166
+ </head>
167
+ <body>
168
+ <div id="render-target">
169
+ <div class="screen">
170
+ <!-- Top bar with close and progress -->
171
+ <div class="topbar">
172
+ <div class="close-btn" aria-label="close">
173
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none">
174
+ <path d="M6 6l12 12M18 6L6 18" stroke="currentColor" stroke-width="2.5" stroke-linecap="round"/>
175
+ </svg>
176
+ </div>
177
+ <div class="progress-track">
178
+ <div class="progress-bar"></div>
179
+ </div>
180
+ </div>
181
+
182
+ <!-- Meta line -->
183
+ <div class="meta">
184
+ <span class="dot"></span>
185
+ <span>NEW WORD</span>
186
+ </div>
187
+
188
+ <!-- Title -->
189
+ <div class="title">Select the correct image</div>
190
+
191
+ <!-- Prompt row -->
192
+ <div class="prompt">
193
+ <div class="sound-pill">
194
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="currentColor">
195
+ <path d="M3 10v4h4l5 4V6L7 10H3zM16.5 8.5a4.5 4.5 0 010 7M19 6a7 7 0 010 12" fill="currentColor" opacity="0.9" />
196
+ </svg>
197
+ </div>
198
+ <div class="word">Milch</div>
199
+ </div>
200
+
201
+ <!-- Options grid -->
202
+ <div class="grid">
203
+ <div class="card">
204
+ <div class="img-ph">[IMG: Slice of bread]</div>
205
+ <div class="label">bread</div>
206
+ </div>
207
+ <div class="card">
208
+ <div class="img-ph">[IMG: Milk carton and glass]</div>
209
+ <div class="label">milk</div>
210
+ </div>
211
+ <div class="card">
212
+ <div class="img-ph">[IMG: Coffee pot]</div>
213
+ <div class="label">coffee</div>
214
+ </div>
215
+ <div class="card">
216
+ <div class="img-ph">[IMG: Water bottle]</div>
217
+ <div class="label">water</div>
218
+ </div>
219
+ </div>
220
+ </div>
221
+
222
+ <!-- Bottom check button -->
223
+ <div class="bottom">
224
+ <div class="btn-disabled">CHECK</div>
225
+ </div>
226
+ </div>
227
+ </body>
228
+ </html>
code/11385/11385_4.html ADDED
@@ -0,0 +1,283 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Language Lesson UI</title>
7
+ <style>
8
+ /* Reset and base */
9
+ html, body { margin: 0; padding: 0; }
10
+ body { background: transparent; }
11
+ * { box-sizing: border-box; }
12
+
13
+ /* Render target */
14
+ #render-target {
15
+ width: 1080px;
16
+ height: 2400px;
17
+ position: relative;
18
+ overflow: hidden;
19
+ background: #122126; /* dark teal/gray */
20
+ font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
21
+ color: #dfeff0;
22
+ }
23
+
24
+ /* Status bar (mock) */
25
+ .status-bar {
26
+ position: absolute;
27
+ top: 0;
28
+ left: 0;
29
+ right: 0;
30
+ height: 86px;
31
+ padding: 18px 36px;
32
+ display: flex;
33
+ align-items: center;
34
+ justify-content: space-between;
35
+ color: #cfe3e6;
36
+ font-size: 28px;
37
+ opacity: 0.85;
38
+ }
39
+ .status-icons { display: flex; gap: 18px; align-items: center; }
40
+ .dot { width: 10px; height: 10px; background:#cfe3e6; border-radius:50%; display:inline-block; }
41
+
42
+ /* Header with progress */
43
+ .top-area {
44
+ position: absolute;
45
+ top: 86px;
46
+ left: 0;
47
+ right: 0;
48
+ padding: 28px 40px 12px 40px;
49
+ display: flex;
50
+ align-items: center;
51
+ gap: 24px;
52
+ }
53
+ .close-btn {
54
+ width: 60px; height: 60px; border-radius: 50%;
55
+ display: flex; align-items: center; justify-content: center;
56
+ cursor: default;
57
+ }
58
+ .close-btn svg { width: 28px; height: 28px; stroke: #8ea5a8; }
59
+ .progress-track {
60
+ flex: 1;
61
+ height: 28px;
62
+ background: #2a3c40;
63
+ border-radius: 18px;
64
+ position: relative;
65
+ overflow: hidden;
66
+ }
67
+ .progress-fill {
68
+ width: 42%;
69
+ height: 100%;
70
+ background: #87d63a;
71
+ border-radius: 18px;
72
+ }
73
+
74
+ /* Content area */
75
+ .content {
76
+ position: absolute;
77
+ top: 180px;
78
+ left: 0;
79
+ right: 0;
80
+ padding: 10px 60px 0 60px;
81
+ }
82
+
83
+ /* Badge NEW WORD */
84
+ .badge-row {
85
+ display: flex;
86
+ align-items: center;
87
+ gap: 14px;
88
+ margin: 16px 0 8px;
89
+ }
90
+ .badge-icon {
91
+ width: 40px; height: 40px; border-radius: 50%;
92
+ background: #7a43ff22;
93
+ display: flex; align-items:center; justify-content:center;
94
+ }
95
+ .badge-icon svg { width: 22px; height: 22px; fill: #b077ff; opacity: 0.9; }
96
+ .badge-text {
97
+ color: #b077ff;
98
+ font-weight: 700;
99
+ letter-spacing: 0.5px;
100
+ text-transform: uppercase;
101
+ font-size: 30px;
102
+ }
103
+
104
+ .title {
105
+ margin: 6px 0 26px 0;
106
+ font-size: 64px;
107
+ line-height: 1.1;
108
+ font-weight: 800;
109
+ color: #e7f3f5;
110
+ }
111
+
112
+ /* Audio + word */
113
+ .audio-row {
114
+ display: flex;
115
+ align-items: center;
116
+ gap: 22px;
117
+ margin-bottom: 26px;
118
+ }
119
+ .audio-chip {
120
+ width: 110px; height: 110px; border-radius: 28px;
121
+ background: #41b4e6;
122
+ display: flex; align-items: center; justify-content: center;
123
+ box-shadow: inset 0 -6px 0 rgba(0,0,0,0.15);
124
+ }
125
+ .audio-chip svg { width: 46px; height: 46px; fill: #0b3a46; }
126
+ .word {
127
+ font-size: 50px;
128
+ font-weight: 800;
129
+ color: #c691ff;
130
+ position: relative;
131
+ }
132
+ .word:after {
133
+ content: "";
134
+ position: absolute;
135
+ left: 0; right: 0; bottom: -6px;
136
+ height: 0;
137
+ border-bottom: 4px dashed #c691ff;
138
+ }
139
+
140
+ /* Card grid */
141
+ .card-grid {
142
+ margin-top: 10px;
143
+ display: grid;
144
+ grid-template-columns: 1fr 1fr;
145
+ gap: 46px;
146
+ }
147
+ .card {
148
+ background: #172a2f;
149
+ border: 3px solid #2a3f45;
150
+ border-radius: 36px;
151
+ padding: 34px;
152
+ min-height: 600px;
153
+ display: flex;
154
+ flex-direction: column;
155
+ justify-content: space-between;
156
+ }
157
+ .card.correct {
158
+ border: 5px solid #87d63a;
159
+ box-shadow: 0 0 0 2px #3c4f2b inset;
160
+ }
161
+ .card .img {
162
+ width: 100%;
163
+ height: 440px;
164
+ background: #E0E0E0;
165
+ border: 1px solid #BDBDBD;
166
+ border-radius: 26px;
167
+ display: flex;
168
+ align-items: center;
169
+ justify-content: center;
170
+ color: #757575;
171
+ font-size: 34px;
172
+ text-align: center;
173
+ padding: 10px;
174
+ }
175
+ .caption {
176
+ text-align: center;
177
+ font-size: 40px;
178
+ letter-spacing: 0.5px;
179
+ color: #c9d7d9;
180
+ }
181
+ .card.correct .caption { color: #87d63a; }
182
+
183
+ /* Footer */
184
+ .footer {
185
+ position: absolute;
186
+ left: 0; right: 0; bottom: 80px;
187
+ background: #16282d;
188
+ padding: 26px 40px 34px;
189
+ border-top: 1px solid #22363b;
190
+ }
191
+ .result-row {
192
+ display: flex;
193
+ align-items: center;
194
+ justify-content: space-between;
195
+ padding: 24px 26px;
196
+ border-radius: 22px;
197
+ background: #20343a;
198
+ margin-bottom: 26px;
199
+ }
200
+ .result-left {
201
+ display: flex; align-items: center; gap: 18px;
202
+ font-size: 44px; font-weight: 800; color: #87d63a;
203
+ }
204
+ .result-left .icon {
205
+ width: 46px; height: 46px; border-radius: 50%;
206
+ background: #2b472f; display:flex; align-items:center; justify-content:center;
207
+ }
208
+ .share {
209
+ width: 54px; height: 54px; border-radius: 12px;
210
+ background: #1d3035; display:flex; align-items:center; justify-content:center;
211
+ }
212
+ .share svg { width: 28px; height: 28px; stroke: #9bb6b9; }
213
+
214
+ .continue-btn {
215
+ margin-top: 18px;
216
+ width: 100%;
217
+ height: 120px;
218
+ background: #9be22d;
219
+ border: none;
220
+ border-radius: 26px;
221
+ font-size: 44px;
222
+ font-weight: 900;
223
+ color: #0d230f;
224
+ letter-spacing: 3px;
225
+ box-shadow: 0 10px 0 #6da71e;
226
+ }
227
+
228
+ /* Bottom handle */
229
+ .handle {
230
+ position: absolute;
231
+ bottom: 20px;
232
+ left: 50%;
233
+ width: 300px; height: 10px;
234
+ margin-left: -150px;
235
+ background: #e6e6e6;
236
+ border-radius: 8px;
237
+ opacity: 0.85;
238
+ }
239
+ </style>
240
+ </head>
241
+ <body>
242
+ <div id="render-target">
243
+
244
+ <!-- Mock status bar -->
245
+ <div class="status-bar">
246
+ <div>6:13</div>
247
+ <div class="status-icons">
248
+ <span class="dot"></span><span class="dot"></span><span class="dot"></span>
249
+ <span>94%</span>
250
+ </div>
251
+ </div>
252
+
253
+ <!-- Top controls + progress -->
254
+ <div class="top-area">
255
+ <div class="close-btn" aria-hidden="true">
256
+ <svg viewBox="0 0 24 24" fill="none">
257
+ <path d="M6 6 L18 18 M18 6 L6 18" stroke-width="2" stroke-linecap="round"/>
258
+ </svg>
259
+ </div>
260
+ <div class="progress-track">
261
+ <div class="progress-fill"></div>
262
+ </div>
263
+ </div>
264
+
265
+ <!-- Main content -->
266
+ <div class="content">
267
+ <div class="badge-row">
268
+ <span class="badge-icon">
269
+ <svg viewBox="0 0 24 24">
270
+ <circle cx="12" cy="12" r="9"></circle>
271
+ <circle cx="9" cy="9" r="1.6" fill="#122126"></circle>
272
+ <circle cx="15" cy="9" r="1.6" fill="#122126"></circle>
273
+ <circle cx="9" cy="15" r="1.6" fill="#122126"></circle>
274
+ <circle cx="15" cy="15" r="1.6" fill="#122126"></circle>
275
+ </svg>
276
+ </span>
277
+ <div class="badge-text">NEW WORD</div>
278
+ </div>
279
+
280
+ <div class="title">Select the correct image</div>
281
+
282
+ <div class="audio-row">
283
+ <div class="audio-chip" ari
code/11386/11386_0.html ADDED
@@ -0,0 +1,308 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; color: #333; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ }
15
+
16
+ /* Status bar (simulated) */
17
+ .status-bar {
18
+ height: 110px;
19
+ padding: 0 36px;
20
+ display: flex;
21
+ align-items: center;
22
+ justify-content: space-between;
23
+ color: #444;
24
+ font-size: 36px;
25
+ }
26
+ .status-icons {
27
+ display: flex;
28
+ gap: 22px;
29
+ align-items: center;
30
+ }
31
+ .status-dot {
32
+ width: 12px; height: 12px; background:#777; border-radius: 50%;
33
+ }
34
+
35
+ /* App header */
36
+ .app-header {
37
+ height: 150px;
38
+ border-bottom: 1px solid #e6e6e6;
39
+ display: flex;
40
+ align-items: center;
41
+ justify-content: space-between;
42
+ padding: 0 30px;
43
+ }
44
+ .header-left {
45
+ display: flex;
46
+ align-items: center;
47
+ gap: 24px;
48
+ }
49
+ .brand {
50
+ font-size: 88px;
51
+ font-weight: 700;
52
+ color: #ff4968;
53
+ line-height: 1;
54
+ }
55
+ .header-right {
56
+ display: flex;
57
+ align-items: center;
58
+ gap: 34px;
59
+ }
60
+ .round-icon {
61
+ width: 80px; height: 80px;
62
+ border: 2px solid #dcdcdc;
63
+ border-radius: 50%;
64
+ display: flex; align-items: center; justify-content: center;
65
+ }
66
+
67
+ /* Content */
68
+ .content {
69
+ padding: 20px 40px;
70
+ }
71
+ .review-text {
72
+ font-size: 40px;
73
+ line-height: 1.5;
74
+ color: #666;
75
+ margin-top: 26px;
76
+ }
77
+ .divider {
78
+ height: 1px;
79
+ background: #eee;
80
+ margin: 34px 0;
81
+ }
82
+ .review-block {
83
+ display: block;
84
+ }
85
+ .review-top {
86
+ display: flex;
87
+ align-items: center;
88
+ gap: 22px;
89
+ }
90
+ .avatar {
91
+ width: 92px; height: 92px; border-radius: 50%;
92
+ background: #E0E0E0; border: 1px solid #BDBDBD;
93
+ display: flex; align-items: center; justify-content: center;
94
+ color: #757575; font-size: 18px;
95
+ }
96
+ .stars {
97
+ display: flex; gap: 6px;
98
+ }
99
+ .meta {
100
+ font-size: 34px; color: #9e9e9e; margin-top: 12px;
101
+ }
102
+ .review-body {
103
+ font-size: 40px; line-height: 1.5; color: #555; margin-top: 24px;
104
+ }
105
+ .load-more {
106
+ text-align: center; color: #1a73e8; font-weight: 600; margin: 30px 0 40px; font-size: 40px;
107
+ }
108
+
109
+ .gap-section {
110
+ height: 260px;
111
+ background: #f4f4f4;
112
+ margin: 0 -40px;
113
+ }
114
+
115
+ /* Recommendation section */
116
+ .section-title {
117
+ font-size: 64px; font-weight: 800; text-align: center; margin: 50px 0 26px;
118
+ }
119
+ .cards {
120
+ display: flex; gap: 32px;
121
+ padding: 0 24px;
122
+ }
123
+ .card {
124
+ position: relative;
125
+ width: calc(50% - 16px);
126
+ border: 1px solid #e4e8ec;
127
+ border-radius: 28px;
128
+ overflow: hidden;
129
+ background: #fff;
130
+ }
131
+ .img-placeholder {
132
+ width: 100%;
133
+ height: 620px;
134
+ background: #E0E0E0;
135
+ border-bottom: 1px solid #BDBDBD;
136
+ display: flex; align-items: center; justify-content: center;
137
+ color: #757575; font-size: 36px;
138
+ }
139
+ .card-title {
140
+ font-size: 40px; color: #666; padding: 26px; padding-bottom: 36px;
141
+ }
142
+ .corner-fav {
143
+ position: absolute; top: 18px; right: 18px;
144
+ width: 86px; height: 86px;
145
+ border-radius: 50%;
146
+ background: rgba(255,255,255,0.9);
147
+ border: 1px solid #e3e3e3;
148
+ display: flex; align-items: center; justify-content: center;
149
+ }
150
+
151
+ /* Bottom action bar */
152
+ .bottom-bar {
153
+ position: absolute;
154
+ left: 0; right: 0; bottom: 54px;
155
+ height: 200px;
156
+ background: #ffffff;
157
+ border-top: 1px solid #e9e9e9;
158
+ display: flex; align-items: center; justify-content: center;
159
+ gap: 28px;
160
+ padding: 0 30px;
161
+ }
162
+ .btn {
163
+ height: 120px; border-radius: 12px; font-size: 40px; font-weight: 700;
164
+ display: inline-flex; align-items: center; justify-content: center;
165
+ padding: 0 40px; gap: 20px; cursor: default;
166
+ }
167
+ .btn-outline {
168
+ border: 2px solid #d7d7d7; color: #444; background: #fff; width: 470px;
169
+ }
170
+ .btn-primary {
171
+ background: #e3333a; color: #fff; border: none; width: 470px;
172
+ box-shadow: 0 6px 12px rgba(227,51,58,0.25);
173
+ }
174
+
175
+ /* Bottom system bar */
176
+ .system-bar {
177
+ position: absolute; left: 0; right: 0; bottom: 0;
178
+ height: 54px; background: #000;
179
+ border-top-left-radius: 24px; border-top-right-radius: 24px;
180
+ margin: 0 320px;
181
+ }
182
+
183
+ /* Helper */
184
+ .sr {
185
+ position: absolute; left: -9999px;
186
+ }
187
+ </style>
188
+ </head>
189
+ <body>
190
+ <div id="render-target">
191
+
192
+ <!-- Simulated status bar -->
193
+ <div class="status-bar">
194
+ <div>12:17</div>
195
+ <div class="status-icons">
196
+ <svg width="40" height="40"><rect x="8" y="10" width="24" height="20" fill="#777" rx="4"/></svg>
197
+ <svg width="40" height="40"><rect x="6" y="6" width="28" height="28" fill="#777" rx="6"/></svg>
198
+ <div class="status-dot"></div>
199
+ <svg width="40" height="40"><path d="M6 12h28v16H6z" fill="#777"/><rect x="12" y="6" width="4" height="6" fill="#777"/><rect x="24" y="6" width="4" height="6" fill="#777"/></svg>
200
+ <svg width="40" height="40"><path d="M8 8h24v24H8z" fill="none" stroke="#777" stroke-width="2"/><path d="M12 18h16" stroke="#777" stroke-width="2"/></svg>
201
+ </div>
202
+ </div>
203
+
204
+ <!-- App header -->
205
+ <div class="app-header">
206
+ <div class="header-left">
207
+ <svg width="64" height="64" viewBox="0 0 48 48">
208
+ <path d="M30 10 L16 24 L30 38" fill="none" stroke="#333" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"></path>
209
+ </svg>
210
+ <div class="brand">igp</div>
211
+ </div>
212
+ <div class="header-right">
213
+ <div class="round-icon">
214
+ <span style="font-size:40px;color:#444;">₹</span>
215
+ </div>
216
+ <div class="round-icon">
217
+ <svg width="42" height="42" viewBox="0 0 48 48">
218
+ <path d="M24 40 C10 32 6 24 12 16 C16 10 24 12 24 18 C24 12 32 10 36 16 C42 24 38 32 24 40" fill="none" stroke="#333" stroke-width="3"/>
219
+ </svg>
220
+ </div>
221
+ <div class="round-icon">
222
+ <svg width="42" height="42" viewBox="0 0 48 48">
223
+ <rect x="7" y="12" width="34" height="28" rx="4" fill="none" stroke="#333" stroke-width="3"/>
224
+ <rect x="14" y="8" width="6" height="8" fill="#333"/>
225
+ <rect x="28" y="8" width="6" height="8" fill="#333"/>
226
+ <rect x="14" y="22" width="8" height="8" fill="#333"/>
227
+ </svg>
228
+ </div>
229
+ </div>
230
+ </div>
231
+
232
+ <!-- Reviews section -->
233
+ <div class="content">
234
+ <div class="review-text">
235
+ Good service, delivery was on exact time.<br>
236
+ Delivery boy was polite and understanding.<br>
237
+ Recommended to friends as well.
238
+ </div>
239
+
240
+ <div class="divider"></div>
241
+
242
+ <div class="review-block">
243
+ <div class="review-top">
244
+ <div class="avatar">[IMG: User Avatar]</div>
245
+ <div class="stars">
246
+ <svg width="48" height="48" viewBox="0 0 24 24"><path d="M12 2l3.1 6.3 7 1-5.1 5 1.3 7-6.3-3.4-6.3 3.4 1.3-7-5.1-5 7-1z" fill="#FFC107"/></svg>
247
+ <svg width="48" height="48" viewBox="0 0 24 24"><path d="M12 2l3.1 6.3 7 1-5.1 5 1.3 7-6.3-3.4-6.3 3.4 1.3-7-5.1-5 7-1z" fill="#FFC107"/></svg>
248
+ <svg width="48" height="48" viewBox="0 0 24 24"><path d="M12 2l3.1 6.3 7 1-5.1 5 1.3 7-6.3-3.4-6.3 3.4 1.3-7-5.1-5 7-1z" fill="#FFC107"/></svg>
249
+ <svg width="48" height="48" viewBox="0 0 24 24"><path d="M12 2l3.1 6.3 7 1-5.1 5 1.3 7-6.3-3.4-6.3 3.4 1.3-7-5.1-5 7-1z" fill="#FFC107"/></svg>
250
+ <svg width="48" height="48" viewBox="0 0 24 24"><path d="M12 2l3.1 6.3 7 1-5.1 5 1.3 7-6.3-3.4-6.3 3.4 1.3-7-5.1-5 7-1z" fill="#ddd"/></svg>
251
+ </div>
252
+ </div>
253
+ <div class="meta">Debadutta • Kolkata • 29-01-2023</div>
254
+ <div class="review-body">
255
+ Thanks, she loved it. On time delivery.<br>
256
+ Delivery executive was very polite
257
+ </div>
258
+ </div>
259
+
260
+ <div class="load-more">Load More</div>
261
+ </div>
262
+
263
+ <div class="gap-section"></div>
264
+
265
+ <!-- Recommendations -->
266
+ <div class="section-title">Similar Gift Recommendations</div>
267
+
268
+ <div class="cards">
269
+ <div class="card">
270
+ <div class="img-placeholder">[IMG: Red Rose Bouquet]</div>
271
+ <div class="corner-fav">
272
+ <svg width="40" height="40" viewBox="0 0 48 48">
273
+ <path d="M24 40 C10 32 6 24 12 16 C16 10 24 12 24 18 C24 12 32 10 36 16 C42 24 38 32 24 40" fill="none" stroke="#999" stroke-width="3"/>
274
+ </svg>
275
+ </div>
276
+ <div class="card-title">Red Rose Bouquet</div>
277
+ </div>
278
+
279
+ <div class="card">
280
+ <div class="img-placeholder">[IMG: Floral Bouquet with Ribbon]</div>
281
+ <div class="corner-fav">
282
+ <svg width="40" height="40" viewBox="0 0 48 48">
283
+ <path d="M24 40 C10 32 6 24 12 16 C16 10 24 12 24 18 C24 12 32 10 36 16 C42 24 38 32 24 40" fill="none" stroke="#999" stroke-width="3"/>
284
+ </svg>
285
+ </div>
286
+ <div class="card-title">Floral Enchantment Bouquet</div>
287
+ </div>
288
+ </div>
289
+
290
+ <!-- Bottom action bar -->
291
+ <div class="bottom-bar">
292
+ <div class="btn btn-outline">MAKE IT EXTRA SPECIAL</div>
293
+ <div class="btn btn-primary">
294
+ ADD TO CART
295
+ <svg width="44" height="44" viewBox="0 0 48 48">
296
+ <circle cx="18" cy="38" r="3.6" fill="#fff"/>
297
+ <circle cx="34" cy="38" r="3.6" fill="#fff"/>
298
+ <path d="M8 10h6l4 18h18l4-14H16" fill="none" stroke="#fff" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
299
+ </svg>
300
+ </div>
301
+ </div>
302
+
303
+ <!-- System navigation bar -->
304
+ <div class="system-bar"></div>
305
+
306
+ </div>
307
+ </body>
308
+ </html>
code/11386/11386_1.html ADDED
@@ -0,0 +1,480 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0" />
6
+ <title>Mobile UI Mock</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, system-ui, sans-serif;
13
+ color: #222;
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
+ height: 90px;
25
+ padding: 0 36px;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ color: #222;
30
+ font-weight: 600;
31
+ font-size: 36px;
32
+ }
33
+ .status-left {
34
+ display: flex;
35
+ align-items: center;
36
+ gap: 24px;
37
+ }
38
+ .status-right {
39
+ display: flex;
40
+ align-items: center;
41
+ gap: 28px;
42
+ }
43
+ .sb-icon {
44
+ width: 36px;
45
+ height: 36px;
46
+ }
47
+
48
+ .location-row {
49
+ padding: 24px 36px 20px;
50
+ display: flex;
51
+ align-items: center;
52
+ justify-content: space-between;
53
+ }
54
+ .loc-left {
55
+ display: flex;
56
+ align-items: center;
57
+ gap: 18px;
58
+ }
59
+ .loc-texts {
60
+ display: flex;
61
+ flex-direction: column;
62
+ line-height: 1.2;
63
+ }
64
+ .loc-title {
65
+ font-size: 40px;
66
+ font-weight: 700;
67
+ color: #1d1d1d;
68
+ }
69
+ .loc-sub {
70
+ font-size: 30px;
71
+ color: #6b6b6b;
72
+ }
73
+ .loc-actions {
74
+ display: flex;
75
+ align-items: center;
76
+ gap: 32px;
77
+ }
78
+ .icon-btn {
79
+ width: 64px;
80
+ height: 64px;
81
+ }
82
+
83
+ .divider {
84
+ height: 2px;
85
+ background: #e7e7e7;
86
+ margin: 0 36px 24px;
87
+ border-radius: 1px;
88
+ }
89
+
90
+ .search-wrap {
91
+ margin: 0 36px;
92
+ height: 110px;
93
+ border: 1px solid #dadada;
94
+ border-radius: 55px;
95
+ background: #f6f7f3;
96
+ display: flex;
97
+ align-items: center;
98
+ padding: 0 28px;
99
+ gap: 24px;
100
+ }
101
+ .search-input {
102
+ flex: 1;
103
+ font-size: 34px;
104
+ color: #6c6c6c;
105
+ }
106
+ .search-mic {
107
+ width: 84px;
108
+ height: 84px;
109
+ border-left: 1px solid #e1e1e1;
110
+ display: flex;
111
+ align-items: center;
112
+ justify-content: center;
113
+ margin-left: 12px;
114
+ }
115
+
116
+ .categories {
117
+ padding: 26px 24px 8px;
118
+ }
119
+ .cat-grid {
120
+ display: flex;
121
+ flex-wrap: wrap;
122
+ gap: 22px;
123
+ }
124
+ .cat-card {
125
+ width: 196px;
126
+ display: flex;
127
+ flex-direction: column;
128
+ align-items: center;
129
+ }
130
+ .cat-img {
131
+ width: 196px;
132
+ height: 196px;
133
+ background: #E0E0E0;
134
+ border: 1px solid #BDBDBD;
135
+ border-radius: 36px;
136
+ display: flex;
137
+ justify-content: center;
138
+ align-items: center;
139
+ color: #757575;
140
+ font-size: 28px;
141
+ text-align: center;
142
+ padding: 8px;
143
+ }
144
+ .cat-label {
145
+ margin-top: 16px;
146
+ font-size: 30px;
147
+ color: #3a3a3a;
148
+ text-align: center;
149
+ }
150
+
151
+ .banner-row {
152
+ padding: 30px 36px 12px;
153
+ display: flex;
154
+ gap: 24px;
155
+ }
156
+ .banner {
157
+ flex: 1;
158
+ height: 520px;
159
+ background: #E0E0E0;
160
+ border: 1px solid #BDBDBD;
161
+ color: #757575;
162
+ border-radius: 36px;
163
+ display: flex;
164
+ align-items: center;
165
+ justify-content: center;
166
+ font-size: 34px;
167
+ }
168
+ .pager {
169
+ display: flex;
170
+ align-items: center;
171
+ gap: 10px;
172
+ padding: 16px 36px;
173
+ }
174
+ .pager-pill {
175
+ background: #3a3a3a;
176
+ color: #fff;
177
+ border-radius: 24px;
178
+ padding: 10px 16px;
179
+ font-size: 26px;
180
+ }
181
+ .pager-dot {
182
+ width: 14px;
183
+ height: 14px;
184
+ border-radius: 50%;
185
+ background: #cfcfcf;
186
+ }
187
+ .pager-dot.active {
188
+ background: #7b8b56;
189
+ }
190
+
191
+ .section-title {
192
+ font-size: 40px;
193
+ font-weight: 700;
194
+ padding: 10px 36px 24px;
195
+ color: #222;
196
+ }
197
+
198
+ .bottom-nav {
199
+ position: absolute;
200
+ left: 0;
201
+ right: 0;
202
+ bottom: 110px;
203
+ height: 200px;
204
+ border-top: 1px solid #e7e7e7;
205
+ background: #ffffff;
206
+ display: flex;
207
+ align-items: center;
208
+ justify-content: space-around;
209
+ padding: 0 24px;
210
+ }
211
+ .nav-item {
212
+ width: 160px;
213
+ display: flex;
214
+ flex-direction: column;
215
+ align-items: center;
216
+ gap: 16px;
217
+ color: #7b8b56;
218
+ font-size: 28px;
219
+ }
220
+ .nav-item .label {
221
+ color: #7b8b56;
222
+ font-weight: 600;
223
+ }
224
+ .nav-item.inactive .label {
225
+ color: #8a8a8a;
226
+ font-weight: 500;
227
+ }
228
+ .nav-icon {
229
+ width: 64px;
230
+ height: 64px;
231
+ }
232
+
233
+ .brand-badge {
234
+ position: absolute;
235
+ left: 36px;
236
+ bottom: 206px;
237
+ display: flex;
238
+ align-items: center;
239
+ gap: 12px;
240
+ color: #7b8b56;
241
+ font-weight: 700;
242
+ font-size: 34px;
243
+ }
244
+ .brand-icon {
245
+ width: 44px;
246
+ height: 44px;
247
+ }
248
+
249
+ .gesture-bar {
250
+ position: absolute;
251
+ left: 0;
252
+ right: 0;
253
+ bottom: 26px;
254
+ height: 58px;
255
+ display: flex;
256
+ align-items: center;
257
+ justify-content: center;
258
+ }
259
+ .gesture-pill {
260
+ width: 240px;
261
+ height: 12px;
262
+ background: #000000;
263
+ border-radius: 10px;
264
+ opacity: 0.9;
265
+ }
266
+ </style>
267
+ </head>
268
+ <body>
269
+ <div id="render-target">
270
+
271
+ <!-- Status Bar -->
272
+ <div class="status-bar">
273
+ <div class="status-left">
274
+ <div>12:18</div>
275
+ <!-- simple small app icons placeholders -->
276
+ <svg class="sb-icon" viewBox="0 0 24 24">
277
+ <rect x="2" y="4" width="20" height="16" rx="3" fill="#c7c7c7"></rect>
278
+ </svg>
279
+ <svg class="sb-icon" viewBox="0 0 24 24">
280
+ <circle cx="12" cy="12" r="10" fill="#c7c7c7"></circle>
281
+ </svg>
282
+ <svg class="sb-icon" viewBox="0 0 24 24">
283
+ <rect x="6" y="3" width="12" height="18" rx="2" fill="#c7c7c7"></rect>
284
+ </svg>
285
+ <svg class="sb-icon" viewBox="0 0 24 24">
286
+ <rect x="3" y="3" width="18" height="18" rx="2" fill="#c7c7c7"></rect>
287
+ </svg>
288
+ <span style="font-size:28px;color:#777;">•</span>
289
+ </div>
290
+ <div class="status-right">
291
+ <!-- silent bell -->
292
+ <svg class="sb-icon" viewBox="0 0 24 24">
293
+ <path d="M12 3c-3 0-5 2-5 5v3l-2 2v2h14v-2l-2-2V8c0-3-2-5-5-5z" fill="#c7c7c7"></path>
294
+ <rect x="3" y="3" width="18" height="18" fill="none" stroke="#c7c7c7" stroke-width="0"></rect>
295
+ <path d="M4 4l16 16" stroke="#9a9a9a" stroke-width="2"></path>
296
+ </svg>
297
+ <!-- wifi -->
298
+ <svg class="sb-icon" viewBox="0 0 24 24">
299
+ <path d="M2 9c5-5 15-5 20 0M5 12c3-3 11-3 14 0M8 15c2-2 6-2 8 0M12 18l2 2-2 2-2-2 2-2z" stroke="#c7c7c7" stroke-width="2" fill="none" stroke-linecap="round"></path>
300
+ </svg>
301
+ <!-- battery -->
302
+ <svg class="sb-icon" viewBox="0 0 24 24">
303
+ <rect x="2" y="6" width="18" height="12" rx="2" stroke="#c7c7c7" fill="none"></rect>
304
+ <rect x="4" y="8" width="12" height="8" rx="1" fill="#c7c7c7"></rect>
305
+ <rect x="20" y="10" width="2" height="6" rx="1" fill="#c7c7c7"></rect>
306
+ </svg>
307
+ </div>
308
+ </div>
309
+
310
+ <!-- Location Row -->
311
+ <div class="location-row">
312
+ <div class="loc-left">
313
+ <!-- location pin -->
314
+ <svg class="icon-btn" viewBox="0 0 24 24">
315
+ <path d="M12 2c-3.3 0-6 2.7-6 6 0 5.3 6 12 6 12s6-6.7 6-12c0-3.3-2.7-6-6-6zm0 8.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z" fill="#7b8b56"></path>
316
+ </svg>
317
+ <div class="loc-texts">
318
+ <div class="loc-title">Kishanganj</div>
319
+ <div class="loc-sub">855101 ></div>
320
+ </div>
321
+ </div>
322
+ <div class="loc-actions">
323
+ <!-- heart outline -->
324
+ <svg class="icon-btn" viewBox="0 0 24 24">
325
+ <path d="M12 20s-7-4.5-9-8.5C1.5 8 3.5 5.5 6.5 5.5c2 0 3.3 1.2 3.5 1.5.2-.3 1.5-1.5 3.5-1.5 3 0 5 2.5 4.5 6C19 15.5 12 20 12 20z" fill="none" stroke="#1f1f1f" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
326
+ </svg>
327
+ <!-- cart -->
328
+ <svg class="icon-btn" viewBox="0 0 24 24">
329
+ <circle cx="9" cy="20" r="2" fill="#1f1f1f"></circle>
330
+ <circle cx="17" cy="20" r="2" fill="#1f1f1f"></circle>
331
+ <path d="M3 5h2l2 10h10l2-7H7" fill="none" stroke="#1f1f1f" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
332
+ </svg>
333
+ </div>
334
+ </div>
335
+
336
+ <div class="divider"></div>
337
+
338
+ <!-- Search -->
339
+ <div class="search-wrap">
340
+ <!-- search icon -->
341
+ <svg class="sb-icon" viewBox="0 0 24 24">
342
+ <circle cx="11" cy="11" r="7" stroke="#7b8b56" stroke-width="2" fill="none"></circle>
343
+ <path d="M16 16l5 5" stroke="#7b8b56" stroke-width="2" stroke-linecap="round"></path>
344
+ </svg>
345
+ <div class="search-input">Christma</div>
346
+ <div class="search-mic">
347
+ <!-- mic icon -->
348
+ <svg class="sb-icon" viewBox="0 0 24 24">
349
+ <rect x="9" y="4" width="6" height="10" rx="3" fill="#7b8b56"></rect>
350
+ <path d="M5 11c0 4 3 7 7 7s7-3 7-7M12 18v3" stroke="#7b8b56" stroke-width="2" fill="none" stroke-linecap="round"></path>
351
+ </svg>
352
+ </div>
353
+ </div>
354
+
355
+ <!-- Categories -->
356
+ <div class="categories">
357
+ <div class="cat-grid">
358
+ <div class="cat-card">
359
+ <div class="cat-img">[IMG: New Year Card]</div>
360
+ <div class="cat-label">New Year Gifts</div>
361
+ </div>
362
+ <div class="cat-card">
363
+ <div class="cat-img">[IMG: Christmas Tree]</div>
364
+ <div class="cat-label">Christmas Gifts</div>
365
+ </div>
366
+ <div class="cat-card">
367
+ <div class="cat-img">[IMG: Red Roses Bouquet]</div>
368
+ <div class="cat-label">Anniversary</div>
369
+ </div>
370
+ <div class="cat-card">
371
+ <div class="cat-img">[IMG: Personalized Mug & Flowers]</div>
372
+ <div class="cat-label">Birthday</div>
373
+ </div>
374
+ <div class="cat-card">
375
+ <div class="cat-img">[IMG: Airplane Icon]</div>
376
+ <div class="cat-label">International</div>
377
+ </div>
378
+
379
+ <div class="cat-card">
380
+ <div class="cat-img">[IMG: Flower Bouquet]</div>
381
+ <div class="cat-label">Flowers</div>
382
+ </div>
383
+ <div class="cat-card">
384
+ <div class="cat-img">[IMG: Chocolate Cake]</div>
385
+ <div class="cat-label">Cakes</div>
386
+ </div>
387
+ <div class="cat-card">
388
+ <div class="cat-img">[IMG: Mixed Gift Combos]</div>
389
+ <div class="cat-label">Combos</div>
390
+ </div>
391
+ <div class="cat-card">
392
+ <div class="cat-img">[IMG: Gift Collection]</div>
393
+ <div class="cat-label">Gifts</div>
394
+ </div>
395
+ </div>
396
+ </div>
397
+
398
+ <!-- Promo Banner Carousel -->
399
+ <div class="banner-row">
400
+ <div class="banner">[IMG: Festive 2024 Gift Banner]</div>
401
+ <div class="banner" style="width:320px">[IMG: Holiday Delivery Promo]</div>
402
+ </div>
403
+ <div class="pager">
404
+ <div class="pager-pill">1/5</div>
405
+ <div class="pager-dot active"></div>
406
+ <div class="pager-dot"></div>
407
+ <div class="pager-dot"></div>
408
+ <div class="pager-dot"></div>
409
+ </div>
410
+
411
+ <div class="section-title">Tailored For Your Occassions</div>
412
+
413
+ <!-- Bottom nav and brand -->
414
+ <div class="brand-badge">
415
+ <!-- gift bag icon -->
416
+ <svg class="brand-icon" viewBox="0 0 24 24">
417
+ <path d="M6 7h12l-1 13H7L6 7z" fill="#7b8b56"></path>
418
+ <path d="M8 7c0-2 2-4 4-4s4 2 4 4" stroke="#7b8b56" stroke-width="2" fill="none" stroke-linecap="round"></path>
419
+ </svg>
420
+ <span>fnp</span>
421
+ </div>
422
+
423
+ <div class="bottom-nav">
424
+ <div class="nav-item">
425
+ <!-- cake icon -->
426
+ <svg class="nav-icon" viewBox="0 0 24 24">
427
+ <path d="M4 14h16v6H4z" fill="#7b8b56"></path>
428
+ <path d="M6 12c2-1 4-1 6-1s4 0 6 1V9c-2-1-4-1-6-1s-4 0-6 1v3z" fill="#a9b586"></path>
429
+ <circle cx="12" cy="6" r="2" fill="#7b8b56"></circle>
430
+ </svg>
431
+ <div class="label">Home</div>
432
+ </div>
433
+
434
+ <div class="nav-item inactive">
435
+ <!-- truck icon -->
436
+ <svg class="nav-icon" viewBox="0 0 24 24">
437
+ <path d="M2 6h12v8H2zM14 10h4l4 4v4h-8z" fill="#cfcfcf"></path>
438
+ <circle cx="6" cy="18" r="2" fill="#8a8a8a"></circle>
439
+ <circle cx="18" cy="18" r="2" fill="#8a8a8a"></circle>
440
+ </svg>
441
+ <div class="label">Same Day</div>
442
+ </div>
443
+
444
+ <div class="nav-item inactive">
445
+ <!-- gift box icon -->
446
+ <svg class="nav-icon" viewBox="0 0 24 24">
447
+ <rect x="3" y="8" width="18" height="12" rx="2" fill="#cfcfcf"></rect>
448
+ <path d="M12 8v12" stroke="#8a8a8a" stroke-width="2"></path>
449
+ <path d="M3 12h18" stroke="#8a8a8a" stroke-width="2"></path>
450
+ <path d="M7 8c0-2 2-4 5-4s5 2 5 4H7z" fill="#cfcfcf"></path>
451
+ </svg>
452
+ <div class="label">All Gifts</div>
453
+ </div>
454
+
455
+ <div class="nav-item inactive">
456
+ <!-- airplane icon -->
457
+ <svg class="nav-icon" viewBox="0 0 24 24">
458
+ <path d="M2 12l20-6-6 20-3-8-8-3z" fill="#cfcfcf"></path>
459
+ </svg>
460
+ <div class="label">Abroad</div>
461
+ </div>
462
+
463
+ <div class="nav-item inactive">
464
+ <!-- user icon -->
465
+ <svg class="nav-icon" viewBox="0 0 24 24">
466
+ <circle cx="12" cy="8" r="4" fill="#cfcfcf"></circle>
467
+ <path d="M4 22c0-4 4-7 8-7s8 3 8 7" fill="none" stroke="#8a8a8a" stroke-width="2"></path>
468
+ </svg>
469
+ <div class="label">Account</div>
470
+ </div>
471
+ </div>
472
+
473
+ <!-- Gesture bar -->
474
+ <div class="gesture-bar">
475
+ <div class="gesture-pill"></div>
476
+ </div>
477
+
478
+ </div>
479
+ </body>
480
+ </html>