yhzheng1031 commited on
Commit
22e3ea0
·
verified ·
1 Parent(s): b6ad4dc

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/6679/6679_5.html +332 -0
  2. code/6679/6679_6.html +203 -0
  3. code/6679/6679_7.html +123 -0
  4. code/6679/6679_8.html +316 -0
  5. code/6682/6682_2.html +249 -0
  6. code/6682/6682_3.html +328 -0
  7. code/6682/6682_4.html +324 -0
  8. code/6682/6682_5.html +295 -0
  9. code/6684/6684_0.html +248 -0
  10. code/6684/6684_1.html +259 -0
  11. code/6684/6684_2.html +265 -0
  12. code/6684/6684_3.html +391 -0
  13. code/6684/6684_4.html +358 -0
  14. code/6684/6684_5.html +323 -0
  15. code/6684/6684_7.html +246 -0
  16. code/6684/6684_8.html +244 -0
  17. code/6685/6685_0.html +335 -0
  18. code/6685/6685_1.html +323 -0
  19. code/6686/6686_0.html +305 -0
  20. code/6686/6686_1.html +347 -0
  21. code/6686/6686_10.html +263 -0
  22. code/6686/6686_11.html +380 -0
  23. code/6687/6687_1.html +456 -0
  24. code/6687/6687_2.html +308 -0
  25. code/6687/6687_3.html +333 -0
  26. code/669/669_2.html +211 -0
  27. code/669/669_3.html +390 -0
  28. code/669/669_4.html +253 -0
  29. code/669/669_5.html +225 -0
  30. code/669/669_6.html +234 -0
  31. code/6690/6690_0.html +368 -0
  32. code/6690/6690_1.html +262 -0
  33. code/6690/6690_10.html +497 -0
  34. code/6690/6690_11.html +447 -0
  35. code/6690/6690_2.html +272 -0
  36. code/6690/6690_3.html +418 -0
  37. code/6690/6690_4.html +409 -0
  38. code/6690/6690_5.html +489 -0
  39. code/6690/6690_6.html +444 -0
  40. code/6690/6690_7.html +383 -0
  41. code/6690/6690_8.html +405 -0
  42. code/6690/6690_9.html +447 -0
  43. code/6692/6692_0.html +290 -0
  44. code/6692/6692_1.html +246 -0
  45. code/6692/6692_3.html +233 -0
  46. code/6692/6692_4.html +231 -0
  47. code/6692/6692_5.html +148 -0
  48. code/6694/6694_1.html +262 -0
  49. code/6694/6694_2.html +203 -0
  50. code/6694/6694_3.html +295 -0
code/6679/6679_5.html ADDED
@@ -0,0 +1,332 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Files - Search</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: #121212; color: #FFFFFF;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ height: 90px; padding: 0 24px;
18
+ display: flex; align-items: center; justify-content: space-between;
19
+ color: #EAEAEA; font-size: 38px; letter-spacing: 0.5px;
20
+ }
21
+ .status-icons { display: flex; gap: 18px; align-items: center; }
22
+ .status-icons .icon-dot { width: 10px; height: 10px; background: #DADADA; border-radius: 50%; display: inline-block; }
23
+ .status-icons .signal { width: 28px; height: 28px; border: 3px solid #DADADA; border-radius: 6px; }
24
+ .battery {
25
+ width: 48px; height: 26px; border: 3px solid #DADADA; border-radius: 6px; position: relative;
26
+ }
27
+ .battery::after { content: ""; position: absolute; right: -8px; top: 8px; width: 6px; height: 10px; background: #DADADA; border-radius: 1px; }
28
+ .battery .level { position: absolute; left: 3px; top: 3px; width: 34px; height: 18px; background: #DADADA; }
29
+
30
+ /* Search bar */
31
+ .search-wrap { padding: 18px 24px 0 24px; }
32
+ .search-bar {
33
+ height: 110px; background: #1E1E1E; border-radius: 18px;
34
+ display: flex; align-items: center; padding: 0 26px; gap: 24px;
35
+ border: 1px solid #2A2A2A;
36
+ }
37
+ .search-text { color: #D9D9D9; font-size: 42px; flex: 1; }
38
+ .icon-btn { width: 56px; height: 56px; display: inline-flex; align-items: center; justify-content: center; border-radius: 12px; color: #CFCFCF; }
39
+
40
+ /* Chips */
41
+ .chips { display: flex; gap: 24px; padding: 26px 24px 0 24px; }
42
+ .chip {
43
+ display: inline-flex; align-items: center; gap: 18px;
44
+ padding: 18px 26px; border-radius: 18px; border: 2px solid #4A4A4A; color: #EDEDED;
45
+ font-size: 36px; background: transparent;
46
+ }
47
+ .chip svg { width: 38px; height: 38px; }
48
+
49
+ /* Browse other apps */
50
+ .section-title {
51
+ color: #B9B9B9; font-size: 32px; letter-spacing: 1px;
52
+ padding: 34px 24px 18px 24px;
53
+ }
54
+ .apps-row { display: flex; justify-content: space-around; padding: 18px 24px 10px 24px; }
55
+ .app {
56
+ width: 220px; display: flex; flex-direction: column; align-items: center; gap: 18px; color: #EDEDED; font-size: 32px;
57
+ }
58
+ .app .circle {
59
+ width: 120px; height: 120px; border-radius: 60px; background: #1E1E1E; border: 2px solid #3A3A3A;
60
+ display: flex; align-items: center; justify-content: center;
61
+ }
62
+
63
+ /* Recent images header */
64
+ .recent-header {
65
+ display: flex; align-items: center; justify-content: space-between;
66
+ padding: 36px 24px 18px 24px; color: #FFFFFF; font-size: 42px; font-weight: 600;
67
+ }
68
+
69
+ /* Grid of thumbnails */
70
+ .grid {
71
+ padding: 12px 24px 40px 24px;
72
+ display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
73
+ }
74
+ .thumb {
75
+ position: relative; background: #1A1A1A; border-radius: 10px; overflow: hidden; border: 1px solid #2D2D2D;
76
+ }
77
+ .img-placeholder {
78
+ width: 100%; height: 300px;
79
+ background: #E0E0E0; border-top: 1px solid #BDBDBD; border-bottom: 1px solid #BDBDBD;
80
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 34px; text-align: center; padding: 0 12px;
81
+ }
82
+ .expand-icon {
83
+ position: absolute; top: 12px; right: 12px;
84
+ width: 50px; height: 50px; background: rgba(20,20,20,0.85);
85
+ border: 1px solid #5E5E5E; border-radius: 25px;
86
+ display: flex; align-items: center; justify-content: center;
87
+ }
88
+
89
+ /* Utility icon styles */
90
+ .icon { fill: none; stroke: #CFCFCF; stroke-width: 3; }
91
+ .icon-solid { fill: #CFCFCF; }
92
+
93
+ </style>
94
+ </head>
95
+ <body>
96
+ <div id="render-target">
97
+
98
+ <!-- Status bar -->
99
+ <div class="status-bar">
100
+ <div>11:27</div>
101
+ <div class="status-icons">
102
+ <span class="icon-dot"></span>
103
+ <span class="icon-dot"></span>
104
+ <span class="signal"></span>
105
+ <div class="battery"><div class="level"></div></div>
106
+ </div>
107
+ </div>
108
+
109
+ <!-- Search -->
110
+ <div class="search-wrap">
111
+ <div class="search-bar">
112
+ <div class="icon-btn">
113
+ <svg width="44" height="44" viewBox="0 0 44 44"><path class="icon" d="M8 12h28M8 22h28M8 32h28"/></svg>
114
+ </div>
115
+ <div class="search-text">Search this phone</div>
116
+ <div class="icon-btn">
117
+ <svg width="44" height="44" viewBox="0 0 44 44">
118
+ <circle cx="22" cy="12" r="3" class="icon-solid"></circle>
119
+ <circle cx="22" cy="22" r="3" class="icon-solid"></circle>
120
+ <circle cx="22" cy="32" r="3" class="icon-solid"></circle>
121
+ </svg>
122
+ </div>
123
+ </div>
124
+ </div>
125
+
126
+ <!-- Chips -->
127
+ <div class="chips">
128
+ <div class="chip">
129
+ <svg viewBox="0 0 24 24">
130
+ <path class="icon" d="M4 6l9-3 7 7-9 9-7-7zM12 9l0 0" />
131
+ </svg>
132
+ <span>Large files</span>
133
+ </div>
134
+ <div class="chip">
135
+ <svg viewBox="0 0 24 24">
136
+ <circle cx="12" cy="12" r="8" class="icon"></circle>
137
+ <path class="icon" d="M12 6v6l4 2"/>
138
+ </svg>
139
+ <span>This week</span>
140
+ </div>
141
+ </div>
142
+
143
+ <!-- Browse other apps -->
144
+ <div class="section-title">BROWSE FILES IN OTHER APPS</div>
145
+ <div class="apps-row">
146
+ <div class="app">
147
+ <div class="circle">
148
+ <!-- Simple Drive-like triangle -->
149
+ <svg width="80" height="80" viewBox="0 0 80 80">
150
+ <polygon points="40,12 64,52 16,52" fill="#39A853"></polygon>
151
+ <polygon points="40,12 16,52 32,52" fill="#FBBC04"></polygon>
152
+ <polygon points="40,12 64,52 48,52" fill="#4285F4"></polygon>
153
+ </svg>
154
+ </div>
155
+ <div>Drive</div>
156
+ </div>
157
+ <div class="app">
158
+ <div class="circle">
159
+ <!-- Photos-like petals -->
160
+ <svg width="80" height="80" viewBox="0 0 80 80">
161
+ <circle cx="40" cy="24" r="14" fill="#EA4335"></circle>
162
+ <circle cx="56" cy="40" r="14" fill="#FBBC04"></circle>
163
+ <circle cx="40" cy="56" r="14" fill="#34A853"></circle>
164
+ <circle cx="24" cy="40" r="14" fill="#4285F4"></circle>
165
+ </svg>
166
+ </div>
167
+ <div>Photos</div>
168
+ </div>
169
+ <div class="app">
170
+ <div class="circle">
171
+ <!-- Bug reports icon -->
172
+ <svg width="80" height="80" viewBox="0 0 80 80">
173
+ <rect x="30" y="26" width="20" height="28" rx="8" fill="#CFCFCF"></rect>
174
+ <rect x="26" y="22" width="28" height="8" rx="4" fill="#CFCFCF"></rect>
175
+ <rect x="20" y="34" width="10" height="4" fill="#CFCFCF"></rect>
176
+ <rect x="50" y="34" width="10" height="4" fill="#CFCFCF"></rect>
177
+ <rect x="22" y="50" width="12" height="4" fill="#CFCFCF"></rect>
178
+ <rect x="46" y="50" width="12" height="4" fill="#CFCFCF"></rect>
179
+ </svg>
180
+ </div>
181
+ <div>Bug reports</div>
182
+ </div>
183
+ </div>
184
+
185
+ <!-- Recent images -->
186
+ <div class="recent-header">
187
+ <div>Recent images</div>
188
+ <div class="icon-btn">
189
+ <svg width="48" height="48" viewBox="0 0 48 48">
190
+ <rect x="6" y="6" width="12" height="12" stroke="#CFCFCF" fill="none" stroke-width="3"></rect>
191
+ <rect x="30" y="6" width="12" height="12" stroke="#CFCFCF" fill="none" stroke-width="3"></rect>
192
+ <rect x="6" y="30" width="12" height="12" stroke="#CFCFCF" fill="none" stroke-width="3"></rect>
193
+ <rect x="30" y="30" width="12" height="12" stroke="#CFCFCF" fill="none" stroke-width="3"></rect>
194
+ </svg>
195
+ </div>
196
+ </div>
197
+
198
+ <div class="grid">
199
+ <!-- Row 1 -->
200
+ <div class="thumb">
201
+ <div class="img-placeholder">[IMG: Plant close-up]</div>
202
+ <div class="expand-icon">
203
+ <svg width="26" height="26" viewBox="0 0 26 26">
204
+ <path d="M8 4H4v4M18 4h4v4M4 18v4h4M22 18v4h-4" stroke="#EDEDED" stroke-width="2" fill="none"/>
205
+ </svg>
206
+ </div>
207
+ </div>
208
+ <div class="thumb">
209
+ <div class="img-placeholder">[IMG: Leaves macro]</div>
210
+ <div class="expand-icon">
211
+ <svg width="26" height="26" viewBox="0 0 26 26">
212
+ <path d="M8 4H4v4M18 4h4v4M4 18v4h4M22 18v4h-4" stroke="#EDEDED" stroke-width="2" fill="none"/>
213
+ </svg>
214
+ </div>
215
+ </div>
216
+ <div class="thumb">
217
+ <div class="img-placeholder">[IMG: Garden branches]</div>
218
+ <div class="expand-icon">
219
+ <svg width="26" height="26" viewBox="0 0 26 26">
220
+ <path d="M8 4H4v4M18 4h4v4M4 18v4h4M22 18v4h-4" stroke="#EDEDED" stroke-width="2" fill="none"/>
221
+ </svg>
222
+ </div>
223
+ </div>
224
+
225
+ <!-- Row 2 -->
226
+ <div class="thumb">
227
+ <div class="img-placeholder">[IMG: Plant stems]</div>
228
+ <div class="expand-icon">
229
+ <svg width="26" height="26" viewBox="0 0 26 26">
230
+ <path d="M8 4H4v4M18 4h4v4M4 18v4h4M22 18v4h-4" stroke="#EDEDED" stroke-width="2" fill="none"/>
231
+ </svg>
232
+ </div>
233
+ </div>
234
+ <div class="thumb">
235
+ <div class="img-placeholder">[IMG: Orange pot and leaves]</div>
236
+ <div class="expand-icon">
237
+ <svg width="26" height="26" viewBox="0 0 26 26">
238
+ <path d="M8 4H4v4M18 4h4v4M4 18v4h4M22 18v4h-4" stroke="#EDEDED" stroke-width="2" fill="none"/>
239
+ </svg>
240
+ </div>
241
+ </div>
242
+ <div class="thumb">
243
+ <div class="img-placeholder">[IMG: Potted plant on white]</div>
244
+ <div class="expand-icon">
245
+ <svg width="26" height="26" viewBox="0 0 26 26">
246
+ <path d="M8 4H4v4M18 4h4v4M4 18v4h4M22 18v4h-4" stroke="#EDEDED" stroke-width="2" fill="none"/>
247
+ </svg>
248
+ </div>
249
+ </div>
250
+
251
+ <!-- Row 3 -->
252
+ <div class="thumb">
253
+ <div class="img-placeholder">[IMG: Plant on table]</div>
254
+ <div class="expand-icon">
255
+ <svg width="26" height="26" viewBox="0 0 26 26">
256
+ <path d="M8 4H4v4M18 4h4v4M4 18v4h4M22 18v4h-4" stroke="#EDEDED" stroke-width="2" fill="none"/>
257
+ </svg>
258
+ </div>
259
+ </div>
260
+ <div class="thumb">
261
+ <div class="img-placeholder">[IMG: Smiley graphic]</div>
262
+ <div class="expand-icon">
263
+ <svg width="26" height="26" viewBox="0 0 26 26">
264
+ <path d="M8 4H4v4M18 4h4v4M4 18v4h4M22 18v4h-4" stroke="#EDEDED" stroke-width="2" fill="none"/>
265
+ </svg>
266
+ </div>
267
+ </div>
268
+ <div class="thumb">
269
+ <div class="img-placeholder">[IMG: COMMUNITY slide]</div>
270
+ <div class="expand-icon">
271
+ <svg width="26" height="26" viewBox="0 0 26 26">
272
+ <path d="M8 4H4v4M18 4h4v4M4 18v4h4M22 18v4h-4" stroke="#EDEDED" stroke-width="2" fill="none"/>
273
+ </svg>
274
+ </div>
275
+ </div>
276
+
277
+ <!-- Row 4 -->
278
+ <div class="thumb">
279
+ <div class="img-placeholder">[IMG: Key guiding principles slide]</div>
280
+ <div class="expand-icon">
281
+ <svg width="26" height="26" viewBox="0 0 26 26">
282
+ <path d="M8 4H4v4M18 4h4v4M4 18v4h4M22 18v4h-4" stroke="#EDEDED" stroke-width="2" fill="none"/>
283
+ </svg>
284
+ </div>
285
+ </div>
286
+ <div class="thumb">
287
+ <div class="img-placeholder">[IMG: Hands with gears]</div>
288
+ <div class="expand-icon">
289
+ <svg width="26" height="26" viewBox="0 0 26 26">
290
+ <path d="M8 4H4v4M18 4h4v4M4 18v4h4M22 18v4h-4" stroke="#EDEDED" stroke-width="2" fill="none"/>
291
+ </svg>
292
+ </div>
293
+ </div>
294
+ <div class="thumb">
295
+ <div class="img-placeholder">[IMG: Cityscape view]</div>
296
+ <div class="expand-icon">
297
+ <svg width="26" height="26" viewBox="0 0 26 26">
298
+ <path d="M8 4H4v4M18 4h4v4M4 18v4h4M22 18v4h-4" stroke="#EDEDED" stroke-width="2" fill="none"/>
299
+ </svg>
300
+ </div>
301
+ </div>
302
+
303
+ <!-- Row 5 -->
304
+ <div class="thumb">
305
+ <div class="img-placeholder">[IMG: Person on couch]</div>
306
+ <div class="expand-icon">
307
+ <svg width="26" height="26" viewBox="0 0 26 26">
308
+ <path d="M8 4H4v4M18 4h4v4M4 18v4h4M22 18v4h-4" stroke="#EDEDED" stroke-width="2" fill="none"/>
309
+ </svg>
310
+ </div>
311
+ </div>
312
+ <div class="thumb">
313
+ <div class="img-placeholder">[IMG: Person using phone]</div>
314
+ <div class="expand-icon">
315
+ <svg width="26" height="26" viewBox="0 0 26 26">
316
+ <path d="M8 4H4v4M18 4h4v4M4 18v4h4M22 18v4h-4" stroke="#EDEDED" stroke-width="2" fill="none"/>
317
+ </svg>
318
+ </div>
319
+ </div>
320
+ <div class="thumb">
321
+ <div class="img-placeholder">[IMG: Coffee cans lineup]</div>
322
+ <div class="expand-icon">
323
+ <svg width="26" height="26" viewBox="0 0 26 26">
324
+ <path d="M8 4H4v4M18 4h4v4M4 18v4h4M22 18v4h-4" stroke="#EDEDED" stroke-width="2" fill="none"/>
325
+ </svg>
326
+ </div>
327
+ </div>
328
+ </div>
329
+
330
+ </div>
331
+ </body>
332
+ </html>
code/6679/6679_6.html ADDED
@@ -0,0 +1,203 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Generated UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; }
8
+ #render-target {
9
+ position: relative;
10
+ width: 1080px;
11
+ height: 2400px;
12
+ overflow: hidden;
13
+ background: #0E0F10;
14
+ color: #FFFFFF;
15
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0; left: 0;
22
+ width: 1080px; height: 96px;
23
+ background: #0C0C0C;
24
+ display: flex; align-items: center;
25
+ padding: 0 28px; box-sizing: border-box;
26
+ opacity: 0.98;
27
+ }
28
+ .status-left { display: flex; align-items: center; gap: 18px; font-size: 34px; }
29
+ .status-right { margin-left: auto; display: flex; align-items: center; gap: 22px; }
30
+ .status-icon svg { width: 36px; height: 36px; }
31
+
32
+ /* Close icon */
33
+ .close-btn {
34
+ position: absolute;
35
+ top: 140px; left: 30px;
36
+ width: 56px; height: 56px;
37
+ }
38
+
39
+ /* Title */
40
+ .title {
41
+ position: absolute;
42
+ top: 218px; left: 0; width: 100%;
43
+ text-align: center;
44
+ font-size: 44px; font-weight: 600;
45
+ color: #EAEFF3;
46
+ }
47
+
48
+ /* Dim overlay over content area (above bottom sheet) */
49
+ .dim-overlay {
50
+ position: absolute;
51
+ top: 96px; left: 0;
52
+ width: 1080px; height: 1748px;
53
+ background: rgba(0,0,0,0.66);
54
+ }
55
+
56
+ /* Framed image area */
57
+ .frame {
58
+ position: absolute;
59
+ top: 360px; left: 60px;
60
+ width: 960px; height: 720px;
61
+ border: 4px solid #FFFFFF;
62
+ border-radius: 6px;
63
+ box-sizing: border-box;
64
+ }
65
+ .frame .img {
66
+ width: 100%; height: 100%;
67
+ background: #E0E0E0;
68
+ border: 1px solid #BDBDBD;
69
+ display: flex; align-items: center; justify-content: center;
70
+ color: #757575; font-size: 32px;
71
+ }
72
+
73
+ /* Gesture hint */
74
+ .gesture {
75
+ position: absolute;
76
+ top: 1180px; left: 0; width: 100%;
77
+ display: flex; justify-content: center;
78
+ }
79
+ .gesture svg { width: 140px; height: 140px; }
80
+
81
+ /* Bottom sheet */
82
+ .bottom-sheet {
83
+ position: absolute;
84
+ left: 0; bottom: 0;
85
+ width: 1080px; height: 600px;
86
+ background: #2E736A;
87
+ border-top-left-radius: 32px;
88
+ border-top-right-radius: 32px;
89
+ box-shadow: 0 -18px 40px rgba(0,0,0,0.35);
90
+ }
91
+ .actions {
92
+ position: absolute;
93
+ top: 160px; left: 0; width: 100%;
94
+ display: flex; justify-content: center; align-items: center;
95
+ gap: 70px;
96
+ }
97
+ .btn-check {
98
+ width: 220px; height: 220px;
99
+ border-radius: 110px;
100
+ background: #F4A33A;
101
+ display: flex; align-items: center; justify-content: center;
102
+ box-shadow: inset 0 -8px 0 rgba(0,0,0,0.18);
103
+ }
104
+ .btn-check svg { width: 120px; height: 120px; }
105
+ .btn-retake {
106
+ width: 360px; height: 120px;
107
+ border-radius: 60px;
108
+ background: #3F8B7F;
109
+ display: flex; align-items: center; justify-content: center;
110
+ font-size: 42px; color: #FFFFFF;
111
+ box-shadow: inset 0 -6px 0 rgba(0,0,0,0.18);
112
+ }
113
+
114
+ /* Handle bar */
115
+ .handle {
116
+ position: absolute;
117
+ bottom: 30px; left: 50%;
118
+ transform: translateX(-50%);
119
+ width: 260px; height: 12px;
120
+ border-radius: 6px;
121
+ background: #CFD8DC; 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 class="status-left">
131
+ <div class="time">11:28</div>
132
+ </div>
133
+ <div class="status-right">
134
+ <!-- Simple icons to suggest status elements -->
135
+ <div class="status-icon">
136
+ <!-- Signal/wifi-like -->
137
+ <svg viewBox="0 0 24 24">
138
+ <path fill="#fff" d="M2 12c6-6 14-6 20 0l-2 2c-4.5-4-11.5-4-16 0L2 12zM6 16c3-3 9-3 12 0l-2 2c-2.2-2-5.8-2-8 0l-2-2zM10 20l2 2 2-2-2-2-2 2z"/>
139
+ </svg>
140
+ </div>
141
+ <div class="status-icon">
142
+ <!-- Do-not-disturb-like -->
143
+ <svg viewBox="0 0 24 24">
144
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#fff" stroke-width="2"/>
145
+ <path d="M6 12h12" stroke="#fff" stroke-width="2" />
146
+ </svg>
147
+ </div>
148
+ <div class="status-icon">
149
+ <!-- Battery -->
150
+ <svg viewBox="0 0 24 24">
151
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2" fill="none" stroke="#fff" stroke-width="2"/>
152
+ <rect x="4" y="8" width="12" height="8" fill="#fff"/>
153
+ <rect x="20" y="10" width="2" height="4" fill="#fff"/>
154
+ </svg>
155
+ </div>
156
+ </div>
157
+ </div>
158
+
159
+ <!-- Close Button -->
160
+ <svg class="close-btn" viewBox="0 0 24 24">
161
+ <path d="M5 5L19 19M19 5L5 19" stroke="#FFFFFF" stroke-width="3" stroke-linecap="round"/>
162
+ </svg>
163
+
164
+ <!-- Title -->
165
+ <div class="title">Place an object inside the frame</div>
166
+
167
+ <!-- Overlay over content area -->
168
+ <div class="dim-overlay"></div>
169
+
170
+ <!-- Framed image placeholder -->
171
+ <div class="frame">
172
+ <div class="img">[IMG: Green plant close-up]</div>
173
+ </div>
174
+
175
+ <!-- Gesture hint -->
176
+ <div class="gesture">
177
+ <svg viewBox="0 0 120 120">
178
+ <g fill="none" stroke-linecap="round" stroke-linejoin="round">
179
+ <!-- Expand arrows -->
180
+ <path d="M78 30l12-12M90 18h-14M78 30V16" stroke="#6EE29B" stroke-width="6"/>
181
+ <!-- Pointer hand outline -->
182
+ <path d="M38 100c0-22 0-32 8-32 7 0 10 12 10 12s1-18 8-18c6 0 7 12 7 12s2-9 7-9c5 0 6 8 6 15 0 9-6 19-14 22-8 3-22 2-32-2z"
183
+ stroke="#FFFFFF" stroke-width="6"/>
184
+ </g>
185
+ </svg>
186
+ </div>
187
+
188
+ <!-- Bottom sheet with actions -->
189
+ <div class="bottom-sheet">
190
+ <div class="actions">
191
+ <div class="btn-check">
192
+ <svg viewBox="0 0 36 36">
193
+ <path d="M10 18l6 6 12-14" fill="none" stroke="#FFFFFF" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
194
+ </svg>
195
+ </div>
196
+ <div class="btn-retake">Retake</div>
197
+ </div>
198
+ <div class="handle"></div>
199
+ </div>
200
+
201
+ </div>
202
+ </body>
203
+ </html>
code/6679/6679_7.html ADDED
@@ -0,0 +1,123 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Recognition In Progress</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: Roboto, Arial, Helvetica, sans-serif;
13
+ }
14
+ #render-target {
15
+ width: 1080px;
16
+ height: 2400px;
17
+ position: relative;
18
+ overflow: hidden;
19
+ background: #FFFFFF;
20
+ }
21
+
22
+ /* Back button */
23
+ .back-btn {
24
+ position: absolute;
25
+ top: 180px;
26
+ left: 40px;
27
+ width: 120px;
28
+ height: 120px;
29
+ background: #E5E5E5;
30
+ border-radius: 60px;
31
+ box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05);
32
+ display: flex;
33
+ align-items: center;
34
+ justify-content: center;
35
+ }
36
+ .back-btn svg {
37
+ width: 56px;
38
+ height: 56px;
39
+ }
40
+
41
+ /* Spinner */
42
+ .spinner {
43
+ position: absolute;
44
+ left: 50%;
45
+ top: 1120px;
46
+ transform: translateX(-50%);
47
+ width: 160px;
48
+ height: 160px;
49
+ display: flex;
50
+ align-items: center;
51
+ justify-content: center;
52
+ }
53
+ .spinner-shape {
54
+ position: relative;
55
+ width: 140px;
56
+ height: 140px;
57
+ border-radius: 50%;
58
+ background: conic-gradient(rgba(79,116,116,0.85) 0deg 70deg, rgba(79,116,116,0) 70deg 360deg);
59
+ filter: drop-shadow(0 10px 14px rgba(0,0,0,0.06));
60
+ animation: spin 1.6s linear infinite;
61
+ }
62
+ .spinner-shape::before,
63
+ .spinner-shape::after {
64
+ content: "";
65
+ position: absolute;
66
+ inset: 6px;
67
+ border-radius: 50%;
68
+ background: conic-gradient(rgba(79,116,116,0.35) 0deg 70deg, rgba(79,116,116,0) 70deg 360deg);
69
+ filter: blur(2px);
70
+ }
71
+ .spinner-shape::after {
72
+ inset: 12px;
73
+ background: conic-gradient(rgba(79,116,116,0.2) 0deg 70deg, rgba(79,116,116,0) 70deg 360deg);
74
+ filter: blur(3px);
75
+ }
76
+ @keyframes spin {
77
+ to { transform: rotate(360deg); }
78
+ }
79
+
80
+ /* Status text */
81
+ .status-text {
82
+ position: absolute;
83
+ left: 50%;
84
+ top: 1400px;
85
+ transform: translateX(-50%);
86
+ color: #3B6F6F;
87
+ font-size: 48px;
88
+ font-weight: 400;
89
+ letter-spacing: 0.5px;
90
+ }
91
+
92
+ /* Bottom home indicator */
93
+ .home-indicator {
94
+ position: absolute;
95
+ left: 50%;
96
+ bottom: 60px;
97
+ transform: translateX(-50%);
98
+ width: 420px;
99
+ height: 12px;
100
+ background: #6F6F6F;
101
+ border-radius: 6px;
102
+ opacity: 0.7;
103
+ }
104
+ </style>
105
+ </head>
106
+ <body>
107
+ <div id="render-target">
108
+ <div class="back-btn">
109
+ <svg viewBox="0 0 56 56" xmlns="http://www.w3.org/2000/svg">
110
+ <path d="M36 12 L18 28 L36 44" fill="none" stroke="#FFFFFF" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"/>
111
+ </svg>
112
+ </div>
113
+
114
+ <div class="spinner">
115
+ <div class="spinner-shape"></div>
116
+ </div>
117
+
118
+ <div class="status-text">Recognition in progress ...</div>
119
+
120
+ <div class="home-indicator"></div>
121
+ </div>
122
+ </body>
123
+ </html>
code/6679/6679_8.html ADDED
@@ -0,0 +1,316 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Best Matches - Holy basil</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: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
16
+ color: #1f4f46;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ height: 96px;
22
+ padding: 0 36px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ color: #7A8B8B;
27
+ font-size: 40px;
28
+ }
29
+ .status-left { display: flex; align-items: center; gap: 24px; }
30
+ .status-right { display: flex; align-items: center; gap: 24px; }
31
+ .sb-dot {
32
+ width: 16px; height: 16px; background: #7A8B8B; border-radius: 50%;
33
+ }
34
+ .sb-icon {
35
+ width: 40px; height: 40px; border-radius: 50%;
36
+ background: #E6ECEC;
37
+ }
38
+
39
+ /* Header */
40
+ .header {
41
+ height: 120px;
42
+ border-bottom: 1px solid #E5E9E9;
43
+ display: flex;
44
+ align-items: center;
45
+ position: relative;
46
+ padding: 0 24px;
47
+ }
48
+ .back-btn {
49
+ width: 72px; height: 72px; display: flex; align-items: center; justify-content: center;
50
+ }
51
+ .header h1 {
52
+ position: absolute;
53
+ left: 50%; transform: translateX(-50%);
54
+ font-size: 48px;
55
+ color: #0C7A68;
56
+ margin: 0;
57
+ font-weight: 700;
58
+ }
59
+ .icon {
60
+ width: 44px; height: 44px;
61
+ }
62
+ .content {
63
+ padding: 24px 48px 0 48px;
64
+ }
65
+
66
+ /* Carousel dots */
67
+ .dots { display: flex; justify-content: center; gap: 20px; margin: 16px 0 12px; }
68
+ .dot {
69
+ width: 22px; height: 22px; border-radius: 50%;
70
+ background: #cfd8d6;
71
+ }
72
+ .dot.active { background: #0C7A68; }
73
+
74
+ /* Large image placeholder */
75
+ .hero-img {
76
+ width: 984px; height: 560px; margin: 0 auto;
77
+ background: #E0E0E0;
78
+ border: 1px solid #BDBDBD;
79
+ border-radius: 40px;
80
+ display: flex; align-items: center; justify-content: center;
81
+ color: #757575; font-size: 36px;
82
+ position: relative;
83
+ }
84
+ .thumb {
85
+ position: absolute;
86
+ left: 50%; transform: translateX(-50%);
87
+ bottom: -64px;
88
+ width: 180px; height: 180px; border-radius: 50%;
89
+ background: #E0E0E0; border: 4px solid #FFFFFF;
90
+ box-shadow: 0 8px 16px rgba(0,0,0,0.12);
91
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 26px;
92
+ }
93
+
94
+ /* Title & subtitle */
95
+ .title {
96
+ text-align: center;
97
+ margin-top: 120px;
98
+ }
99
+ .title h2 {
100
+ margin: 0;
101
+ font-size: 68px;
102
+ color: #0C7A68;
103
+ font-weight: 800;
104
+ letter-spacing: 0.5px;
105
+ }
106
+ .subtitle {
107
+ margin-top: 10px;
108
+ font-size: 36px;
109
+ color: #628D88;
110
+ font-style: italic;
111
+ }
112
+
113
+ /* Chips */
114
+ .chips {
115
+ margin-top: 24px;
116
+ display: flex; justify-content: center; gap: 20px; flex-wrap: wrap;
117
+ }
118
+ .chip {
119
+ background: #DDEFEA;
120
+ color: #0C7A68;
121
+ padding: 18px 28px;
122
+ border-radius: 28px;
123
+ font-size: 36px;
124
+ font-weight: 700;
125
+ }
126
+
127
+ /* Card */
128
+ .card {
129
+ margin: 36px auto 0;
130
+ width: 984px;
131
+ background: #D9E7E3;
132
+ border-radius: 36px;
133
+ padding: 32px;
134
+ color: #3E615D;
135
+ }
136
+ .card-header {
137
+ display: flex; align-items: center; gap: 20px;
138
+ }
139
+ .card-title {
140
+ font-size: 44px; font-weight: 800; color: #2A5B54;
141
+ }
142
+ .beta {
143
+ margin-left: auto;
144
+ background: #EAEFF0;
145
+ color: #5E7773;
146
+ padding: 8px 20px;
147
+ border-radius: 20px;
148
+ font-size: 32px;
149
+ font-weight: 700;
150
+ }
151
+ .card p {
152
+ margin: 14px 0;
153
+ font-size: 34px;
154
+ line-height: 1.4;
155
+ }
156
+ .card p.strong {
157
+ color: #0C7A68;
158
+ font-weight: 800;
159
+ }
160
+ .cta {
161
+ margin-top: 26px;
162
+ width: 920px; height: 120px;
163
+ background: #307F73;
164
+ color: #FFFFFF; font-size: 42px; font-weight: 800;
165
+ border: none; border-radius: 60px;
166
+ display: flex; align-items: center; justify-content: center;
167
+ }
168
+
169
+ /* Info row */
170
+ .info-row {
171
+ width: 100%;
172
+ padding: 28px 48px 16px;
173
+ display: flex; align-items: center; justify-content: space-between;
174
+ color: #628D88;
175
+ font-size: 38px;
176
+ border-top: 1px solid #EAEAEA;
177
+ }
178
+ .info-row strong { color: #2A5B54; }
179
+ .info-row em { color: #0C7A68; font-style: italic; font-weight: 700; }
180
+
181
+ /* Bottom actions */
182
+ .bottom-actions {
183
+ margin-top: 10px;
184
+ padding: 24px 48px;
185
+ display: flex; align-items: center; gap: 36px;
186
+ }
187
+ .circle-btn {
188
+ width: 156px; height: 156px; border-radius: 50%;
189
+ display: flex; align-items: center; justify-content: center;
190
+ box-shadow: 0 4px 10px rgba(0,0,0,0.08);
191
+ }
192
+ .camera { background: #FFA851; }
193
+ .share { background: #0C7A68; }
194
+ .big-pill {
195
+ flex: 1;
196
+ height: 160px;
197
+ background: #0C7A68;
198
+ color: #FFFFFF;
199
+ border-radius: 80px;
200
+ display: flex; align-items: center; justify-content: center;
201
+ font-size: 50px; font-weight: 800;
202
+ }
203
+
204
+ /* Home indicator */
205
+ .home-indicator {
206
+ position: absolute; left: 50%; transform: translateX(-50%);
207
+ bottom: 28px;
208
+ width: 420px; height: 16px; border-radius: 8px; background: #9AA0A6;
209
+ opacity: 0.6;
210
+ }
211
+ </style>
212
+ </head>
213
+ <body>
214
+ <div id="render-target">
215
+
216
+ <!-- Status bar -->
217
+ <div class="status-bar">
218
+ <div class="status-left">
219
+ <span>11:29</span>
220
+ <div class="sb-icon"></div>
221
+ <div class="sb-icon"></div>
222
+ <div class="sb-icon"></div>
223
+ <div class="sb-icon"></div>
224
+ <div class="sb-dot"></div>
225
+ </div>
226
+ <div class="status-right">
227
+ <div class="sb-icon"></div>
228
+ <div class="sb-icon"></div>
229
+ </div>
230
+ </div>
231
+
232
+ <!-- Header -->
233
+ <div class="header">
234
+ <div class="back-btn">
235
+ <svg class="icon" viewBox="0 0 24 24">
236
+ <path d="M15 6l-6 6 6 6" stroke="#0C7A68" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
237
+ </svg>
238
+ </div>
239
+ <h1>Best Matches</h1>
240
+ </div>
241
+
242
+ <div class="content">
243
+ <!-- Dots -->
244
+ <div class="dots">
245
+ <div class="dot active"></div>
246
+ <div class="dot"></div>
247
+ </div>
248
+
249
+ <!-- Hero image -->
250
+ <div class="hero-img">
251
+ [IMG: Close-up of basil leaves]
252
+ <div class="thumb">[IMG: Small basil thumbnail]</div>
253
+ </div>
254
+
255
+ <!-- Title -->
256
+ <div class="title">
257
+ <h2>Holy basil</h2>
258
+ <div class="subtitle">Herbs</div>
259
+ </div>
260
+
261
+ <!-- Chips -->
262
+ <div class="chips">
263
+ <div class="chip">Edible</div>
264
+ <div class="chip">Easy</div>
265
+ <div class="chip">Medicinal</div>
266
+ <div class="chip">Medium</div>
267
+ <div class="chip">Pet-safe</div>
268
+ </div>
269
+
270
+ <!-- Card -->
271
+ <div class="card">
272
+ <div class="card-header">
273
+ <svg class="icon" viewBox="0 0 24 24">
274
+ <circle cx="12" cy="12" r="10" fill="none" stroke="#2A5B54" stroke-width="2"/>
275
+ <path d="M12 7v6" stroke="#2A5B54" stroke-width="2" stroke-linecap="round"/>
276
+ <circle cx="12" cy="17" r="1.6" fill="#2A5B54"/>
277
+ </svg>
278
+ <div class="card-title">Plant Health</div>
279
+ <div class="beta">Beta</div>
280
+ </div>
281
+ <p class="strong">Hooray! Your plant looks healthy!</p>
282
+ <p>The plant was diagnosed automatically.<br>Contact our botany experts to be sure about the result.</p>
283
+ <div class="cta">Ask experts</div>
284
+ </div>
285
+ </div>
286
+
287
+ <!-- Info row -->
288
+ <div class="info-row">
289
+ <div><strong>Genus:</strong></div>
290
+ <div><em>Ocimum</em></div>
291
+ </div>
292
+
293
+ <!-- Bottom actions -->
294
+ <div class="bottom-actions">
295
+ <div class="circle-btn camera">
296
+ <svg class="icon" viewBox="0 0 24 24">
297
+ <path d="M8 7l2-2h4l2 2h3v12H3V7h5z" fill="none" stroke="#FFFFFF" stroke-width="2" stroke-linejoin="round"/>
298
+ <circle cx="12" cy="13" r="4" fill="none" stroke="#FFFFFF" stroke-width="2"/>
299
+ </svg>
300
+ </div>
301
+ <div class="circle-btn share">
302
+ <svg class="icon" viewBox="0 0 24 24">
303
+ <circle cx="6" cy="12" r="2.2" fill="#FFFFFF"/>
304
+ <circle cx="18" cy="6" r="2.2" fill="#FFFFFF"/>
305
+ <circle cx="18" cy="18" r="2.2" fill="#FFFFFF"/>
306
+ <path d="M7.8 11.2l8.4-4.4M7.8 12.8l8.4 4.4" stroke="#FFFFFF" stroke-width="2" fill="none" stroke-linecap="round"/>
307
+ </svg>
308
+ </div>
309
+ <div class="big-pill">Add to My Plants</div>
310
+ </div>
311
+
312
+ <!-- Home indicator -->
313
+ <div class="home-indicator"></div>
314
+ </div>
315
+ </body>
316
+ </html>
code/6682/6682_2.html ADDED
@@ -0,0 +1,249 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 Products UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #ffffff;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ height: 84px; padding: 0 28px;
18
+ display: flex; align-items: center; justify-content: space-between;
19
+ color: #222; font-size: 36px; letter-spacing: 0.5px;
20
+ }
21
+ .status-right { display: flex; align-items: center; gap: 18px; }
22
+ .icon { display: inline-flex; align-items: center; justify-content: center; }
23
+
24
+ /* Search area */
25
+ .search-wrap { padding: 10px 24px 16px; border-bottom: 1px solid #e9e9e9; }
26
+ .searchbar {
27
+ height: 96px; border: 1px solid #dcdcdc; border-radius: 48px;
28
+ display: flex; align-items: center; padding: 0 20px 0 28px; gap: 18px;
29
+ box-shadow: 0 1px 0 rgba(0,0,0,0.02);
30
+ }
31
+ .searchbar input {
32
+ border: none; outline: none; font-size: 34px; flex: 1; color: #666;
33
+ }
34
+ .trailing { display: flex; align-items: center; gap: 22px; }
35
+
36
+ /* Vision search panel */
37
+ .vision {
38
+ margin: 16px 24px; background: #ECF3FF; border: 1px solid #d7e3ff;
39
+ border-radius: 20px; padding: 26px;
40
+ }
41
+ .vision-title { font-size: 36px; color: #222; margin-bottom: 22px; }
42
+ .vision-actions { display: flex; gap: 22px; }
43
+ .btn {
44
+ flex: 1;
45
+ background: #fff; border: 1px solid #d7e3ff; color: #1a73e8;
46
+ height: 96px; border-radius: 14px; font-size: 34px;
47
+ display: flex; align-items: center; justify-content: center; gap: 16px;
48
+ box-shadow: 0 1px 2px rgba(0,0,0,0.04);
49
+ }
50
+
51
+ /* Section heading */
52
+ .section-title {
53
+ font-size: 42px; font-weight: 700; color: #222;
54
+ padding: 8px 28px 6px;
55
+ }
56
+
57
+ /* Product grid */
58
+ .grid { padding: 8px 24px 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
59
+ .card {
60
+ border: 1px solid #dcdcdc; border-radius: 18px; background: #fff;
61
+ padding: 14px; height: 430px; display: flex; flex-direction: column; justify-content: flex-start;
62
+ }
63
+ .img-ph {
64
+ width: 100%; height: 250px; background: #E0E0E0;
65
+ border: 1px solid #BDBDBD; border-radius: 12px;
66
+ display: flex; align-items: center; justify-content: center;
67
+ color: #757575; font-size: 28px; text-align: center; padding: 10px;
68
+ }
69
+ .title { margin-top: 16px; font-size: 32px; font-weight: 700; color: #1f1f1f; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
70
+ .subtitle { font-size: 28px; color: #777; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
71
+
72
+ /* Keyboard mock */
73
+ .keyboard {
74
+ position: absolute; left: 0; right: 0; bottom: 0;
75
+ height: 900px; background: #ECF5E9; border-top: 1px solid #dfe7db;
76
+ padding: 16px 22px 24px;
77
+ }
78
+ .kbd-toolbar {
79
+ display: flex; gap: 26px; align-items: center; margin-bottom: 14px;
80
+ }
81
+ .tool { width: 84px; height: 84px; background: #f2f2f2; border-radius: 24px; display: flex; align-items: center; justify-content: center; border: 1px solid #e6e6e6; }
82
+ .keys { display: grid; grid-template-rows: repeat(4, auto); gap: 16px; }
83
+ .row { display: grid; gap: 14px; grid-auto-flow: column; }
84
+ .key {
85
+ height: 120px; background: #fff; border-radius: 24px; border: 1px solid #ededed;
86
+ display: flex; align-items: center; justify-content: center; font-size: 44px; color: #222;
87
+ box-shadow: 0 2px 0 rgba(0,0,0,0.03);
88
+ padding: 0 10px;
89
+ }
90
+ .key.small { width: 120px; }
91
+ .key.wide { grid-column: span 3; }
92
+ .key.space { grid-column: span 8; }
93
+ .key.special { background: #cfe9cc; color: #0b4f2a; border-color: #bcdab8; }
94
+ .row1 { grid-template-columns: repeat(10, 1fr); }
95
+ .row2 { grid-template-columns: 0.6fr repeat(8, 1fr) 0.6fr; } /* paddings via empty spacers */
96
+ .row3 { grid-template-columns: 1.3fr repeat(7, 1fr) 1.4fr; }
97
+ .row4 { grid-template-columns: 1.5fr 1fr 1.1fr repeat(8, 1fr) 1fr 1.5fr; }
98
+ .spacer { visibility: hidden; }
99
+ </style>
100
+ </head>
101
+ <body>
102
+ <div id="render-target">
103
+
104
+ <!-- Status Bar -->
105
+ <div class="status-bar">
106
+ <div>3:32</div>
107
+ <div class="status-right">
108
+ <svg width="36" height="36" viewBox="0 0 24 24" class="icon"><path d="M3 12h18" stroke="#222" stroke-width="2" stroke-linecap="round"/></svg>
109
+ <svg width="36" height="36" viewBox="0 0 24 24" class="icon"><rect x="3" y="6" width="14" height="12" rx="2" fill="none" stroke="#222" stroke-width="2"/><rect x="17" y="9" width="4" height="6" rx="1" fill="#222"/></svg>
110
+ </div>
111
+ </div>
112
+
113
+ <!-- Search bar -->
114
+ <div class="search-wrap">
115
+ <div class="searchbar">
116
+ <svg width="44" height="44" viewBox="0 0 24 24" class="icon">
117
+ <circle cx="11" cy="11" r="7" stroke="#5f6368" stroke-width="2" fill="none"/>
118
+ <path d="M16 16l5 5" stroke="#5f6368" stroke-width="2" stroke-linecap="round"/>
119
+ </svg>
120
+ <input type="text" value="" placeholder="Search for Products, Brands and More">
121
+ <div class="trailing">
122
+ <svg width="44" height="44" viewBox="0 0 24 24" class="icon">
123
+ <path d="M12 3a3 3 0 0 1 3 3v6a3 3 0 0 1-6 0V6a3 3 0 0 1 3-3z" fill="none" stroke="#5f6368" stroke-width="2"/>
124
+ <path d="M5 10v2a7 7 0 0 0 14 0v-2" stroke="#5f6368" stroke-width="2" fill="none"/>
125
+ </svg>
126
+ <svg width="44" height="44" viewBox="0 0 24 24" class="icon">
127
+ <rect x="3" y="6" width="18" height="12" rx="3" fill="none" stroke="#5f6368" stroke-width="2"/>
128
+ <circle cx="12" cy="12" r="3" fill="none" stroke="#5f6368" stroke-width="2"/>
129
+ </svg>
130
+ </div>
131
+ </div>
132
+ </div>
133
+
134
+ <!-- Vision search -->
135
+ <div class="vision">
136
+ <div class="vision-title">Upload an image to search for similar products</div>
137
+ <div class="vision-actions">
138
+ <div class="btn">
139
+ <svg width="42" height="42" viewBox="0 0 24 24">
140
+ <rect x="3" y="7" width="18" height="14" rx="3" fill="none" stroke="#1a73e8" stroke-width="2"/>
141
+ <circle cx="12" cy="14" r="3" fill="none" stroke="#1a73e8" stroke-width="2"/>
142
+ </svg>
143
+ <span>Take a photo</span>
144
+ </div>
145
+ <div class="btn">
146
+ <svg width="42" height="42" viewBox="0 0 24 24">
147
+ <rect x="3" y="5" width="18" height="14" rx="2" fill="none" stroke="#1a73e8" stroke-width="2"/>
148
+ <path d="M7 15l3-3 2 2 3-4 3 5" stroke="#1a73e8" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
149
+ </svg>
150
+ <span>Choose from gallery</span>
151
+ </div>
152
+ </div>
153
+ </div>
154
+
155
+ <!-- Popular Products -->
156
+ <div class="section-title">Popular Products</div>
157
+
158
+ <div class="grid">
159
+ <div class="card">
160
+ <div class="img-ph">[IMG: Black Wireless Earbuds]</div>
161
+ <div class="title">boAt</div>
162
+ <div class="subtitle">boAt Airdopes…</div>
163
+ </div>
164
+ <div class="card">
165
+ <div class="img-ph">[IMG: Motorola Smartphone]</div>
166
+ <div class="title">MOTOROLA</div>
167
+ <div class="subtitle">MOTOROLA G3…</div>
168
+ </div>
169
+ <div class="card">
170
+ <div class="img-ph">[IMG: Black Earbuds with Case]</div>
171
+ <div class="title">boAt</div>
172
+ <div class="subtitle">boAt Airdopes…</div>
173
+ </div>
174
+ <div class="card">
175
+ <div class="img-ph">[IMG: Blue POCO C55 Phone]</div>
176
+ <div class="title">POCO</div>
177
+ <div class="subtitle">POCO C55…</div>
178
+ </div>
179
+ <div class="card">
180
+ <div class="img-ph">[IMG: Neckband Earphones]</div>
181
+ <div class="title">boAt Rockerz</div>
182
+ <div class="subtitle">Wireless Neckband…</div>
183
+ </div>
184
+ <div class="card">
185
+ <div class="img-ph">[IMG: Green POCO C55 Phone]</div>
186
+ <div class="title">POCO</div>
187
+ <div class="subtitle">POCO C55…</div>
188
+ </div>
189
+ </div>
190
+
191
+ <!-- Keyboard mock -->
192
+ <div class="keyboard">
193
+ <div class="kbd-toolbar">
194
+ <div class="tool">
195
+ <svg width="34" height="34" viewBox="0 0 24 24"><circle cx="5" cy="5" r="3" fill="#666"/><circle cx="19" cy="5" r="3" fill="#666"/><circle cx="5" cy="19" r="3" fill="#666"/><circle cx="19" cy="19" r="3" fill="#666"/></svg>
196
+ </div>
197
+ <div class="tool">
198
+ <svg width="34" height="34" viewBox="0 0 24 24"><circle cx="12" cy="9" r="4" fill="none" stroke="#666" stroke-width="2"/><path d="M4 22c1.5-3 4.5-5 8-5s6.5 2 8 5" stroke="#666" stroke-width="2" fill="none"/></svg>
199
+ </div>
200
+ <div class="tool"><span style="font-weight:700;color:#333;">GIF</span></div>
201
+ <div class="tool">
202
+ <svg width="34" height="34" viewBox="0 0 24 24"><circle cx="12" cy="12" r="9" fill="none" stroke="#666" stroke-width="2"/><path d="M12 3v18M3 12h18" stroke="#666" stroke-width="2"/></svg>
203
+ </div>
204
+ <div class="tool">
205
+ <svg width="34" height="34" viewBox="0 0 24 24"><path d="M3 21h18M12 3a8 8 0 0 0 0 16 8 8 0 0 0 0-16z" fill="none" stroke="#666" stroke-width="2"/></svg>
206
+ </div>
207
+ <div class="tool">
208
+ <svg width="34" height="34" viewBox="0 0 24 24"><circle cx="7" cy="17" r="3" fill="#666"/><circle cx="17" cy="7" r="3" fill="#666"/></svg>
209
+ </div>
210
+ <div class="tool">
211
+ <svg width="28" height="28" viewBox="0 0 24 24">
212
+ <path d="M12 3a3 3 0 0 1 3 3v6a3 3 0 0 1-6 0V6a3 3 0 0 1 3-3z" fill="none" stroke="#666" stroke-width="2"/>
213
+ <path d="M5 10v2a7 7 0 0 0 14 0v-2" stroke="#666" stroke-width="2" fill="none"/>
214
+ </svg>
215
+ </div>
216
+ </div>
217
+
218
+ <div class="keys">
219
+ <div class="row row1">
220
+ <div class="key">Q</div><div class="key">W</div><div class="key">E</div><div class="key">R</div><div class="key">T</div>
221
+ <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>
222
+ </div>
223
+
224
+ <div class="row row2">
225
+ <div class="spacer"></div>
226
+ <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>
227
+ <div class="spacer"></div>
228
+ </div>
229
+
230
+ <div class="row row3">
231
+ <div class="key special">↑</div>
232
+ <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>
233
+ <div class="key special">⌫</div>
234
+ </div>
235
+
236
+ <div class="row row4">
237
+ <div class="key special">?123</div>
238
+ <div class="key">,</div>
239
+ <div class="key">🙂</div>
240
+ <div class="key space"> </div>
241
+ <div class="key">.</div>
242
+ <div class="key special">✓</div>
243
+ </div>
244
+ </div>
245
+ </div>
246
+
247
+ </div>
248
+ </body>
249
+ </html>
code/6682/6682_3.html ADDED
@@ -0,0 +1,328 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #F6F7F8;
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: #3C3C3C;
25
+ font-weight: 500;
26
+ font-size: 38px;
27
+ }
28
+ .status-right {
29
+ display: flex;
30
+ gap: 20px;
31
+ align-items: center;
32
+ }
33
+ .icon {
34
+ width: 40px;
35
+ height: 40px;
36
+ display: inline-flex;
37
+ align-items: center;
38
+ justify-content: center;
39
+ }
40
+ /* Search bar */
41
+ .search-bar {
42
+ height: 120px;
43
+ background: #FFFFFF;
44
+ display: flex;
45
+ align-items: center;
46
+ padding: 0 24px;
47
+ gap: 18px;
48
+ border-bottom: 1px solid #E6E6E6;
49
+ }
50
+ .search-text {
51
+ flex: 1;
52
+ color: #202124;
53
+ font-size: 40px;
54
+ white-space: nowrap;
55
+ overflow: hidden;
56
+ text-overflow: ellipsis;
57
+ }
58
+
59
+ /* Suggestions */
60
+ .suggestions {
61
+ background: #FFFFFF;
62
+ }
63
+ .suggestion {
64
+ display: flex;
65
+ align-items: center;
66
+ padding: 26px 24px;
67
+ gap: 22px;
68
+ border-bottom: 1px solid #EEEEEE;
69
+ }
70
+ .thumb {
71
+ width: 100px;
72
+ height: 100px;
73
+ background: #E0E0E0;
74
+ border: 1px solid #BDBDBD;
75
+ display: flex;
76
+ align-items: center;
77
+ justify-content: center;
78
+ color: #757575;
79
+ font-size: 22px;
80
+ border-radius: 12px;
81
+ flex-shrink: 0;
82
+ }
83
+ .s-left-icon {
84
+ width: 58px;
85
+ height: 58px;
86
+ border-radius: 50%;
87
+ background: #F1F3F4;
88
+ display: flex;
89
+ align-items: center;
90
+ justify-content: center;
91
+ flex-shrink: 0;
92
+ }
93
+ .s-text {
94
+ flex: 1;
95
+ min-width: 0;
96
+ }
97
+ .s-title {
98
+ font-size: 36px;
99
+ color: #202124;
100
+ }
101
+ .s-title.gray { color: #A7A7A7; }
102
+ .s-sub {
103
+ margin-top: 6px;
104
+ font-size: 28px;
105
+ color: #1A73E8;
106
+ }
107
+ .s-action {
108
+ width: 56px;
109
+ height: 56px;
110
+ display: flex;
111
+ align-items: center;
112
+ justify-content: center;
113
+ color: #5F6368;
114
+ }
115
+
116
+ /* Spacer area below suggestions */
117
+ .spacer {
118
+ height: 390px;
119
+ background: #F1F3F4;
120
+ border-top: 1px solid #E9EAEB;
121
+ }
122
+
123
+ /* Keyboard */
124
+ .kb {
125
+ position: absolute;
126
+ left: 0;
127
+ right: 0;
128
+ bottom: 0;
129
+ height: 910px;
130
+ background: #EEF5E9;
131
+ border-top-left-radius: 24px;
132
+ border-top-right-radius: 24px;
133
+ box-shadow: 0 -2px 3px rgba(0,0,0,0.04) inset;
134
+ }
135
+ .kb-suggestions {
136
+ height: 96px;
137
+ display: flex;
138
+ align-items: center;
139
+ padding: 0 24px;
140
+ gap: 28px;
141
+ }
142
+ .chip {
143
+ padding: 14px 24px;
144
+ background: #FFFFFF;
145
+ border-radius: 24px;
146
+ font-size: 30px;
147
+ color: #3C3C3C;
148
+ border: 1px solid #E2E6E0;
149
+ }
150
+ .chip.sep {
151
+ width: 2px;
152
+ height: 44px;
153
+ background: #D7DED2;
154
+ padding: 0;
155
+ }
156
+ .kb-rows {
157
+ padding: 18px 36px 24px;
158
+ }
159
+ .row {
160
+ display: flex;
161
+ justify-content: center;
162
+ gap: 12px;
163
+ margin: 16px 0;
164
+ }
165
+ .key {
166
+ width: 88px;
167
+ height: 110px;
168
+ background: #FFFFFF;
169
+ border: 1px solid #E4E8E2;
170
+ border-radius: 16px;
171
+ box-shadow: 0 1px 0 rgba(0,0,0,0.03);
172
+ display: flex;
173
+ align-items: center;
174
+ justify-content: center;
175
+ font-size: 40px;
176
+ color: #2D2D2D;
177
+ }
178
+ .key.fn {
179
+ background: #DFF0DA;
180
+ border-color: #D1E6CC;
181
+ }
182
+ .key.wide { width: 130px; }
183
+ .key.space { width: 520px; }
184
+ .gesture {
185
+ position: absolute;
186
+ left: 50%;
187
+ transform: translateX(-50%);
188
+ bottom: 26px;
189
+ width: 210px;
190
+ height: 8px;
191
+ background: #CFCFCF;
192
+ border-radius: 8px;
193
+ }
194
+ </style>
195
+ </head>
196
+ <body>
197
+ <div id="render-target">
198
+ <!-- Status bar -->
199
+ <div class="status-bar">
200
+ <div>3:32</div>
201
+ <div class="status-right">
202
+ <!-- signal -->
203
+ <svg class="icon" viewBox="0 0 24 24">
204
+ <path d="M2 20h2V10H2v10zm4 0h2V6H6v14zm4 0h2V3h-2v17zm4 0h2V8h-2v12zm4 0h2V14h-2v6z" fill="#616161"/>
205
+ </svg>
206
+ <!-- wifi -->
207
+ <svg class="icon" viewBox="0 0 24 24">
208
+ <path d="M12 18.5l-1.5-1.5a2 2 0 013 0L12 18.5zm0-4.5a5 5 0 013.54 1.46l1.42-1.42A7 7 0 0012 11a7 7 0 00-4.96 2.04l1.42 1.42A5 5 0 0112 14zM12 8a10 10 0 017.07 2.93l1.41-1.41A12 12 0 0012 6 12 12 0 003.52 9.52l1.41 1.41A10 10 0 0112 8z" fill="#616161"/>
209
+ </svg>
210
+ <!-- battery -->
211
+ <svg class="icon" viewBox="0 0 24 24">
212
+ <rect x="2" y="7" width="18" height="10" rx="2" ry="2" fill="none" stroke="#616161" stroke-width="2"/>
213
+ <rect x="4" y="9" width="12" height="6" fill="#616161"/>
214
+ <rect x="20" y="10" width="2" height="4" fill="#616161"/>
215
+ </svg>
216
+ </div>
217
+ </div>
218
+
219
+ <!-- Search bar -->
220
+ <div class="search-bar">
221
+ <!-- back -->
222
+ <div class="icon">
223
+ <svg viewBox="0 0 24 24">
224
+ <path d="M15 6L9 12l6 6" fill="none" stroke="#202124" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
225
+ </svg>
226
+ </div>
227
+ <div class="search-text">Boat Stone 350 Bluetooth Speaker</div>
228
+ <!-- clear -->
229
+ <div class="icon">
230
+ <svg viewBox="0 0 24 24">
231
+ <path d="M6 6l12 12M18 6L6 18" stroke="#202124" stroke-width="2.4" stroke-linecap="round"/>
232
+ </svg>
233
+ </div>
234
+ </div>
235
+
236
+ <!-- Suggestions list -->
237
+ <div class="suggestions">
238
+ <div class="suggestion">
239
+ <div class="thumb">[IMG: Speaker]</div>
240
+ <div class="s-text">
241
+ <div class="s-title">boat stone 350 10 w bluetooth speaker</div>
242
+ <div class="s-sub">in Speakers</div>
243
+ </div>
244
+ <div class="s-action">
245
+ <svg viewBox="0 0 24 24">
246
+ <path d="M8 5l8 7-8 7" fill="none" stroke="#5F6368" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
247
+ </svg>
248
+ </div>
249
+ </div>
250
+
251
+ <div class="suggestion">
252
+ <div class="thumb">[IMG: Speaker]</div>
253
+ <div class="s-text">
254
+ <div class="s-title gray">boat stone 350 bluetooth speaker</div>
255
+ <div class="s-sub">in Speakers</div>
256
+ </div>
257
+ <div class="s-action">
258
+ <svg viewBox="0 0 24 24">
259
+ <path d="M8 5l8 7-8 7" fill="none" stroke="#9AA0A6" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
260
+ </svg>
261
+ </div>
262
+ </div>
263
+
264
+ <div class="suggestion">
265
+ <div class="s-left-icon">
266
+ <svg viewBox="0 0 24 24">
267
+ <circle cx="10" cy="10" r="6" fill="none" stroke="#5F6368" stroke-width="2"/>
268
+ <path d="M15.5 15.5L20 20" stroke="#5F6368" stroke-width="2" stroke-linecap="round"/>
269
+ </svg>
270
+ </div>
271
+ <div class="s-text">
272
+ <div class="s-title">boat stone 350 10w portable bluetooth speaker</div>
273
+ </div>
274
+ <div class="s-action">
275
+ <svg viewBox="0 0 24 24">
276
+ <path d="M8 5l8 7-8 7" fill="none" stroke="#5F6368" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
277
+ </svg>
278
+ </div>
279
+ </div>
280
+ </div>
281
+
282
+ <!-- Light spacer representing page background under the list -->
283
+ <div class="spacer"></div>
284
+
285
+ <!-- Keyboard -->
286
+ <div class="kb">
287
+ <div class="kb-suggestions">
288
+ <div class="chip">Speaker</div>
289
+ <div class="chip sep"></div>
290
+ <div class="chip">Speakers</div>
291
+ <div class="chip sep"></div>
292
+ <div class="chip" title="Silent">🔇</div>
293
+ <div class="chip" title="Bluetooth Mic">📡</div>
294
+ <div style="margin-left:auto; display:flex; align-items:center; gap:12px;">
295
+ <div class="chip" title="Voice">🎤</div>
296
+ </div>
297
+ </div>
298
+ <div class="kb-rows">
299
+ <div class="row">
300
+ <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>
301
+ </div>
302
+ <div class="row" style="padding-left:44px;">
303
+ <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>
304
+ </div>
305
+ <div class="row">
306
+ <div class="key fn wide">⇧</div>
307
+ <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>
308
+ <div class="key fn wide">
309
+ <svg width="36" height="36" viewBox="0 0 24 24">
310
+ <path d="M6 6l12 12" stroke="#2D2D2D" stroke-width="2.2" stroke-linecap="round"/>
311
+ <path d="M18 6L6 18" stroke="#2D2D2D" stroke-width="2.2" stroke-linecap="round"/>
312
+ </svg>
313
+ </div>
314
+ </div>
315
+ <div class="row" style="align-items:center;">
316
+ <div class="key fn wide">?123</div>
317
+ <div class="key fn">,</div>
318
+ <div class="key fn">😊</div>
319
+ <div class="key space"></div>
320
+ <div class="key fn">.</div>
321
+ <div class="key fn wide" style="background:#F8CED3;border-color:#F2B5BD;">✓</div>
322
+ </div>
323
+ </div>
324
+ <div class="gesture"></div>
325
+ </div>
326
+ </div>
327
+ </body>
328
+ </html>
code/6682/6682_4.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>Boat Stone 350 Listing</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; color: #212121; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #ffffff; border-radius: 24px;
13
+ box-shadow: 0 8px 30px rgba(0,0,0,0.12);
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ height: 80px; padding: 0 36px;
19
+ display: flex; align-items: center; justify-content: space-between;
20
+ font-size: 34px; color: #424242;
21
+ }
22
+ .status-right { display: flex; gap: 28px; align-items: center; }
23
+ .status-dot { width: 18px; height: 18px; background: #616161; border-radius: 50%; }
24
+ .battery {
25
+ width: 34px; height: 18px; border: 2px solid #616161; border-radius: 4px; position: relative;
26
+ }
27
+ .battery::after {
28
+ content: ""; position: absolute; right: -6px; top: 4px; width: 4px; height: 10px; background: #616161; border-radius: 2px;
29
+ }
30
+ .battery .level { position: absolute; left: 2px; top: 2px; height: 12px; width: 22px; background: #616161; border-radius: 2px; }
31
+
32
+ /* Header */
33
+ .header {
34
+ height: 120px; padding: 0 28px 0 24px; display: flex; align-items: center; gap: 24px; border-bottom: 1px solid #eeeeee;
35
+ }
36
+ .icon-btn {
37
+ width: 72px; height: 72px; border-radius: 36px; display: inline-flex; align-items: center; justify-content: center; background: #fafafa; border: 1px solid #e0e0e0;
38
+ }
39
+ .title {
40
+ flex: 1; font-size: 42px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
41
+ }
42
+ .header-icons { display: flex; gap: 18px; }
43
+
44
+ /* Chips */
45
+ .chip-row { display: flex; gap: 18px; padding: 26px 24px 8px 24px; flex-wrap: wrap; }
46
+ .chip {
47
+ padding: 18px 26px; border: 1px solid #e0e0e0; border-radius: 28px; font-size: 32px; color: #424242; background: #fff; display: inline-flex; gap: 12px; align-items: center;
48
+ }
49
+ .chip .caret { font-size: 28px; color: #757575; }
50
+ .pill-row { display: flex; gap: 18px; padding: 8px 24px 24px 24px; }
51
+ .pill {
52
+ padding: 16px 22px; border: 1px solid #e0e0e0; border-radius: 18px; background: #fff; display: inline-flex; align-items: center; gap: 12px; font-size: 30px; color: #424242;
53
+ }
54
+ .pill .badge-star, .pill .badge-percent {
55
+ width: 34px; height: 34px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center;
56
+ }
57
+ .pill .badge-star { background: #FFF6E5; border: 1px solid #FFE0A3; }
58
+ .pill .badge-percent { background: #E8F5E9; border: 1px solid #C8E6C9; }
59
+
60
+ /* Banner Card */
61
+ .banner {
62
+ margin: 0 24px; padding: 24px; background: #f6f6f6; border: 1px solid #e0e0e0; border-radius: 24px; box-shadow: 0 2px 6px rgba(0,0,0,0.06);
63
+ }
64
+ .banner-top { display: flex; justify-content: space-between; align-items: center; }
65
+ .ad-badge {
66
+ font-size: 26px; color: #757575; background: #ffffff; border: 1px solid #e0e0e0; border-radius: 10px; padding: 6px 10px;
67
+ }
68
+ .banner-content { display: flex; align-items: center; gap: 24px; padding-top: 14px; }
69
+ .banner-text { flex: 1; }
70
+ .banner-title { font-size: 44px; font-weight: 700; color: #424242; }
71
+ .banner-sub { font-size: 34px; color: #616161; margin-top: 8px; }
72
+ .banner-img {
73
+ width: 700px; height: 240px; background: #E0E0E0; border: 1px solid #BDBDBD;
74
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 32px; border-radius: 12px;
75
+ }
76
+ .banner-foot {
77
+ margin-top: 16px; display: flex; justify-content: space-between; align-items: center;
78
+ }
79
+ .banner-off { font-size: 34px; color: #424242; background: #EAF2FF; border: 1px solid #D0DCEC; padding: 14px 18px; border-radius: 12px; }
80
+ .chevron {
81
+ width: 56px; height: 56px; border-radius: 28px; border: 1px solid #e0e0e0; display: flex; align-items: center; justify-content: center; background: #fff;
82
+ }
83
+
84
+ /* Product cards */
85
+ .list { padding: 24px; }
86
+ .card {
87
+ position: relative;
88
+ display: flex; gap: 24px; padding: 24px; margin-bottom: 32px;
89
+ background: #fff; border: 1px solid #e0e0e0; border-radius: 24px; box-shadow: 0 2px 6px rgba(0,0,0,0.06);
90
+ }
91
+ .best {
92
+ position: absolute; top: -18px; left: 24px; background: #E1F5E9; color: #2E7D32; font-weight: 700;
93
+ padding: 10px 18px; border-radius: 12px; font-size: 28px; letter-spacing: 0.4px; border: 1px solid #C8E6C9;
94
+ }
95
+ .wishlist {
96
+ position: absolute; top: 18px; right: 18px;
97
+ width: 64px; height: 64px; border-radius: 32px; border: 1px solid #e0e0e0; background: #fff;
98
+ display: flex; align-items: center; justify-content: center;
99
+ }
100
+ .product-img {
101
+ width: 240px; height: 240px; background: #E0E0E0; border: 1px solid #BDBDBD;
102
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 28px; border-radius: 16px;
103
+ }
104
+ .info { flex: 1; }
105
+ .title2 { font-size: 38px; font-weight: 600; line-height: 1.2; margin-bottom: 12px; }
106
+ .rating-row { display: flex; align-items: center; gap: 12px; margin: 6px 0 16px; }
107
+ .stars { display: inline-flex; gap: 6px; }
108
+ .count { font-size: 30px; color: #616161; }
109
+ .assured { font-size: 28px; color: #1E88E5; border: 1px solid #BBDEFB; background: #E3F2FD; padding: 6px 10px; border-radius: 8px; margin-left: 8px; }
110
+ .price-row { display: flex; align-items: baseline; gap: 12px; margin-bottom: 8px; }
111
+ .off { font-size: 40px; font-weight: 700; color: #388E3C; }
112
+ .strike { font-size: 36px; color: #9e9e9e; text-decoration: line-through; }
113
+ .price { font-size: 44px; font-weight: 700; color: #212121; }
114
+ .deal { font-size: 30px; color: #388E3C; margin: 6px 0 14px; }
115
+ .sub { font-size: 30px; color: #424242; }
116
+ .specs { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 18px; }
117
+ .spec-chip {
118
+ font-size: 30px; color: #616161; background: #FAFAFA; border: 1px solid #e0e0e0; border-radius: 12px; padding: 14px 18px;
119
+ }
120
+
121
+ /* Bottom home pill (visual only) */
122
+ .home-pill {
123
+ position: absolute; left: 50%; transform: translateX(-50%);
124
+ bottom: 28px; width: 420px; height: 14px; background: #000; opacity: 0.1; border-radius: 7px;
125
+ }
126
+
127
+ /* SVG helper */
128
+ svg { display: block; }
129
+ </style>
130
+ </head>
131
+ <body>
132
+ <div id="render-target">
133
+
134
+ <!-- Status Bar -->
135
+ <div class="status-bar">
136
+ <div>3:33</div>
137
+ <div class="status-right">
138
+ <div class="status-dot"></div>
139
+ <div class="battery"><div class="level"></div></div>
140
+ </div>
141
+ </div>
142
+
143
+ <!-- Header -->
144
+ <div class="header">
145
+ <div class="icon-btn">
146
+ <svg width="32" height="32" viewBox="0 0 24 24">
147
+ <path d="M15 18l-6-6 6-6" fill="none" stroke="#424242" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
148
+ </svg>
149
+ </div>
150
+ <div class="title">Boat Stone 350 Blu...</div>
151
+ <div class="header-icons">
152
+ <div class="icon-btn">
153
+ <svg width="32" height="32" viewBox="0 0 24 24">
154
+ <circle cx="11" cy="11" r="7" fill="none" stroke="#424242" stroke-width="2"/>
155
+ <path d="M20 20l-4-4" stroke="#424242" stroke-width="2" stroke-linecap="round"/>
156
+ </svg>
157
+ </div>
158
+ <div class="icon-btn">
159
+ <svg width="32" height="32" viewBox="0 0 24 24">
160
+ <rect x="9" y="4" width="6" height="10" rx="3" stroke="#424242" fill="none" stroke-width="2"/>
161
+ <path d="M8 10v2a4 4 0 0 0 8 0v-2" stroke="#424242" stroke-width="2"/>
162
+ </svg>
163
+ </div>
164
+ <div class="icon-btn">
165
+ <svg width="32" height="32" viewBox="0 0 24 24">
166
+ <rect x="5" y="7" width="14" height="12" rx="2" stroke="#424242" fill="none" stroke-width="2"/>
167
+ <path d="M9 7l2-3h2l2 3" stroke="#424242" stroke-width="2" stroke-linecap="round"/>
168
+ </svg>
169
+ </div>
170
+ <div class="icon-btn">
171
+ <svg width="32" height="32" viewBox="0 0 24 24">
172
+ <path d="M6 6h15l-2 10H6L4 4H2" fill="none" stroke="#424242" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
173
+ <circle cx="9" cy="20" r="2" fill="#424242"/>
174
+ <circle cx="17" cy="20" r="2" fill="#424242"/>
175
+ </svg>
176
+ </div>
177
+ </div>
178
+ </div>
179
+
180
+ <!-- Filter Chips -->
181
+ <div class="chip-row">
182
+ <div class="chip">Sort By <span class="caret">▾</span></div>
183
+ <div class="chip">
184
+ <svg width="26" height="26" viewBox="0 0 24 24">
185
+ <path d="M4 6h16M7 12h10M10 18h4" stroke="#424242" stroke-width="2" stroke-linecap="round"/>
186
+ </svg>
187
+ Filter
188
+ </div>
189
+ <div class="chip">Price <span class="caret">▾</span></div>
190
+ <div class="chip">Brand <span class="caret">▾</span></div>
191
+ <div class="chip">Discount <span class="caret">▾</span></div>
192
+ </div>
193
+
194
+ <!-- Pills -->
195
+ <div class="pill-row">
196
+ <div class="pill">
197
+ <span class="badge-star">
198
+ <svg width="22" height="22" viewBox="0 0 24 24"><path d="M12 3l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z" fill="#FFC107"/></svg>
199
+ </span>
200
+ Premium Brands
201
+ </div>
202
+ <div class="pill">
203
+ <span class="badge-percent">
204
+ <svg width="22" height="22" viewBox="0 0 24 24">
205
+ <circle cx="8" cy="8" r="3" fill="#4CAF50"/>
206
+ <circle cx="16" cy="16" r="3" fill="#4CAF50"/>
207
+ <path d="M6 18L18 6" stroke="#4CAF50" stroke-width="2"/>
208
+ </svg>
209
+ </span>
210
+ 50% or more
211
+ </div>
212
+ </div>
213
+
214
+ <!-- Banner -->
215
+ <div class="banner">
216
+ <div class="banner-top">
217
+ <div class="ad-badge">AD</div>
218
+ </div>
219
+ <div class="banner-content">
220
+ <div class="banner-text">
221
+ <div class="banner-title">GOVO</div>
222
+ <div class="banner-sub">GoSurround 200 Mini Soundbar</div>
223
+ </div>
224
+ <div class="banner-img">[IMG: Mini Soundbar Banner]</div>
225
+ </div>
226
+ <div class="banner-foot">
227
+ <div class="banner-off">Upto 50% Off</div>
228
+ <div class="chevron">
229
+ <svg width="28" height="28" viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" fill="none" stroke="#424242" stroke-width="2" stroke-linecap="round"/></svg>
230
+ </div>
231
+ </div>
232
+ </div>
233
+
234
+ <!-- Product List -->
235
+ <div class="list">
236
+
237
+ <!-- Card 1 -->
238
+ <div class="card">
239
+ <div class="best">BESTSELLER</div>
240
+ <div class="wishlist">
241
+ <svg width="28" height="28" viewBox="0 0 24 24">
242
+ <path d="M12 21s-7-4.9-9-8.7C1.2 9.2 3.1 6 6.5 6c2 0 3.3 1 3.5 2.2C10.2 7 11.5 6 13.5 6 16.9 6 18.8 9.2 21 12.3 19 16.1 12 21 12 21z" fill="none" stroke="#9e9e9e" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
243
+ </svg>
244
+ </div>
245
+ <div class="product-img">[IMG: Black Bluetooth Speaker]</div>
246
+ <div class="info">
247
+ <div class="title2">boAt Stone 350 10 W Bluetooth Speaker</div>
248
+ <div class="rating-row">
249
+ <div class="stars">
250
+ <svg width="26" height="26" viewBox="0 0 24 24"><path d="M12 3l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z" fill="#43A047"/></svg>
251
+ <svg width="26" height="26" viewBox="0 0 24 24"><path d="M12 3l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z" fill="#43A047"/></svg>
252
+ <svg width="26" height="26" viewBox="0 0 24 24"><path d="M12 3l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z" fill="#43A047"/></svg>
253
+ <svg width="26" height="26" viewBox="0 0 24 24"><path d="M12 3l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z" fill="#43A047"/></svg>
254
+ <svg width="26" height="26" viewBox="0 0 24 24">
255
+ <defs><clipPath id="half"><rect x="0" y="0" width="12" height="24"/></clipPath></defs>
256
+ <path d="M12 3l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z" fill="#E0E0E0"/>
257
+ <path d="M12 3l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z" fill="#43A047" clip-path="url(#half)"/>
258
+ </svg>
259
+ </div>
260
+ <div class="count">(1,08,539)</div>
261
+ <div class="assured">Plus F-ASSURED</div>
262
+ </div>
263
+ <div class="price-row">
264
+ <div class="off">59% off</div>
265
+ <div class="strike">3,490</div>
266
+ <div class="price">₹1,399</div>
267
+ </div>
268
+ <div class="deal">Hot Deal</div>
269
+ <div class="sub">Upto ₹850 Off on Exchange</div>
270
+ <div class="sub">Free delivery by Today</div>
271
+ <div class="specs">
272
+ <div class="spec-chip">Bluetooth: Yes</div>
273
+ <div class="spec-chip">Power Output (RMS): 10 W</div>
274
+ <div class="spec-chip">Configuration: Mono</div>
275
+ </div>
276
+ </div>
277
+ </div>
278
+
279
+ <!-- Card 2 -->
280
+ <div class="card">
281
+ <div class="wishlist">
282
+ <svg width="28" height="28" viewBox="0 0 24 24">
283
+ <path d="M12 21s-7-4.9-9-8.7C1.2 9.2 3.1 6 6.5 6c2 0 3.3 1 3.5 2.2C10.2 7 11.5 6 13.5 6 16.9 6 18.8 9.2 21 12.3 19 16.1 12 21 12 21z" fill="none" stroke="#9e9e9e" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
284
+ </svg>
285
+ </div>
286
+ <div class="product-img">[IMG: Blue Bluetooth Speaker]</div>
287
+ <div class="info">
288
+ <div class="title2">boAt Stone 350 10 W Bluetooth Speaker</div>
289
+ <div class="rating-row">
290
+ <div class="stars">
291
+ <svg width="26" height="26" viewBox="0 0 24 24"><path d="M12 3l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z" fill="#43A047"/></svg>
292
+ <svg width="26" height="26" viewBox="0 0 24 24"><path d="M12 3l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z" fill="#43A047"/></svg>
293
+ <svg width="26" height="26" viewBox="0 0 24 24"><path d="M12 3l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z" fill="#43A047"/></svg>
294
+ <svg width="26" height="26" viewBox="0 0 24 24"><path d="M12 3l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z" fill="#43A047"/></svg>
295
+ <svg width="26" height="26" viewBox="0 0 24 24">
296
+ <defs><clipPath id="half2"><rect x="0" y="0" width="12" height="24"/></clipPath></defs>
297
+ <path d="M12 3l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z" fill="#E0E0E0"/>
298
+ <path d="M12 3l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z" fill="#43A047" clip-path="url(#half2)"/>
299
+ </svg>
300
+ </div>
301
+ <div class="count">(1,08,539)</div>
302
+ <div class="assured">Plus F-ASSURED</div>
303
+ </div>
304
+ <div class="price-row">
305
+ <div class="off">59% off</div>
306
+ <div class="strike">3,490</div>
307
+ <div class="price">₹1,399</div>
308
+ </div>
309
+ <div class="sub">Upto ₹850 Off on Exchange</div>
310
+ <div class="sub">Free delivery by Today</div>
311
+ <div class="specs">
312
+ <div class="spec-chip">Bluetooth: Yes</div>
313
+ <div class="spec-chip">Power Output (RMS): 10 W</div>
314
+ <div class="spec-chip">Configuration: Mono</div>
315
+ </div>
316
+ </div>
317
+ </div>
318
+
319
+ </div>
320
+
321
+ <div class="home-pill"></div>
322
+ </div>
323
+ </body>
324
+ </html>
code/6682/6682_5.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>Product Page - Speaker</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; color: #212121; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ height: 100px;
20
+ padding: 0 32px;
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ color: #6b6b6b;
25
+ font-size: 36px;
26
+ }
27
+ .status-icons {
28
+ display: flex;
29
+ gap: 26px;
30
+ align-items: center;
31
+ }
32
+ .icon {
33
+ width: 40px;
34
+ height: 40px;
35
+ }
36
+
37
+ /* Hero image placeholder */
38
+ .hero-wrap {
39
+ position: relative;
40
+ }
41
+ .product-hero {
42
+ width: 100%;
43
+ height: 980px;
44
+ background: #E0E0E0;
45
+ border: 1px solid #BDBDBD;
46
+ color: #757575;
47
+ display: flex;
48
+ align-items: center;
49
+ justify-content: center;
50
+ font-size: 38px;
51
+ letter-spacing: 0.3px;
52
+ }
53
+
54
+ /* Floating controls on hero */
55
+ .fav-btn {
56
+ position: absolute;
57
+ top: 140px;
58
+ right: 36px;
59
+ width: 92px;
60
+ height: 92px;
61
+ background: #ffffff;
62
+ border-radius: 50%;
63
+ box-shadow: 0 6px 18px rgba(0,0,0,0.12);
64
+ display: flex; align-items: center; justify-content: center;
65
+ }
66
+ .details-pill {
67
+ position: absolute;
68
+ right: 32px;
69
+ bottom: 36px;
70
+ background: #ffffff;
71
+ color: #1976d2;
72
+ border-radius: 999px;
73
+ padding: 20px 34px;
74
+ font-size: 36px;
75
+ box-shadow: 0 8px 20px rgba(0,0,0,0.15);
76
+ display: flex; align-items: center; gap: 16px;
77
+ }
78
+ .details-pill .i {
79
+ width: 44px; height: 44px;
80
+ border-radius: 50%; background: #e8f1ff; color: #1976d2;
81
+ display: inline-flex; align-items: center; justify-content: center;
82
+ font-weight: bold;
83
+ }
84
+
85
+ /* Carousel dots */
86
+ .dots {
87
+ display: flex; justify-content: center; gap: 16px;
88
+ padding: 22px 0 18px;
89
+ }
90
+ .dot {
91
+ width: 18px; height: 18px; border-radius: 50%;
92
+ background: #C7C7C7;
93
+ }
94
+ .dot.active { background: #757575; }
95
+
96
+ /* 360 card */
97
+ .card-360 {
98
+ margin: 24px;
99
+ border: 2px solid #2874f0;
100
+ border-radius: 20px;
101
+ padding: 28px;
102
+ display: flex; align-items: center; justify-content: space-between;
103
+ }
104
+ .card-360 .left {
105
+ display: flex; flex-direction: column; gap: 8px;
106
+ }
107
+ .card-360 .title { font-size: 44px; font-weight: 700; }
108
+ .card-360 .sub { font-size: 34px; color: #777; }
109
+ .badge-360 {
110
+ width: 140px; height: 140px; border-radius: 50%;
111
+ background: #eef4ff;
112
+ border: 2px solid #c9ddff;
113
+ color: #2874f0; font-weight: 700; font-size: 40px;
114
+ display: flex; align-items: center; justify-content: center;
115
+ }
116
+
117
+ /* Links and product info */
118
+ .link {
119
+ color: #2874f0; margin: 18px 24px; font-size: 36px;
120
+ }
121
+ .title {
122
+ margin: 12px 24px 0;
123
+ font-size: 44px; line-height: 1.3;
124
+ }
125
+ .title b { font-weight: 700; }
126
+
127
+ .rating-row {
128
+ margin: 18px 24px;
129
+ display: flex; align-items: center; gap: 18px; flex-wrap: nowrap;
130
+ }
131
+ .stars { display: flex; gap: 6px; }
132
+ .star { width: 34px; height: 34px; }
133
+ .rating-count { color: #2874f0; font-size: 34px; }
134
+ .assured {
135
+ margin-left: auto;
136
+ display: inline-flex; align-items: center; gap: 10px;
137
+ background: #fff9e6; color: #f5a623;
138
+ border: 1px solid #ffe6a3; border-radius: 999px;
139
+ padding: 8px 18px; font-size: 30px;
140
+ }
141
+
142
+ .price-row {
143
+ margin: 12px 24px 18px;
144
+ display: flex; align-items: baseline; gap: 22px; flex-wrap: wrap;
145
+ }
146
+ .off { color: #2e7d32; font-weight: 800; font-size: 56px; }
147
+ .mrp { color: #9e9e9e; font-size: 44px; text-decoration: line-through; }
148
+ .price { font-size: 56px; font-weight: 800; }
149
+
150
+ .delivery {
151
+ display: flex; align-items: center; justify-content: space-between;
152
+ padding: 28px 24px;
153
+ border-top: 1px solid #eee; border-bottom: 1px solid #eee;
154
+ font-size: 36px; color: #444;
155
+ }
156
+ .pin-btn {
157
+ background: #ffffff; border: 1px solid #dcdcdc; border-radius: 14px;
158
+ padding: 16px 24px; color: #2874f0; font-weight: 700; font-size: 34px;
159
+ }
160
+
161
+ /* Floating assistant bubble */
162
+ .assistant {
163
+ position: absolute;
164
+ right: 24px;
165
+ bottom: 520px;
166
+ width: 120px; height: 120px; border-radius: 50%;
167
+ background: #ffeb3b; border: 6px solid #ffffff; box-shadow: 0 8px 20px rgba(0,0,0,0.2);
168
+ display: flex; align-items: center; justify-content: center;
169
+ font-size: 56px;
170
+ }
171
+
172
+ /* Bottom action bar */
173
+ .cta-bar {
174
+ position: absolute;
175
+ left: 0; right: 0; bottom: 40px;
176
+ height: 160px;
177
+ display: flex;
178
+ box-shadow: 0 -6px 16px rgba(0,0,0,0.08);
179
+ }
180
+ .cta {
181
+ flex: 1;
182
+ display: flex; align-items: center; justify-content: center;
183
+ font-size: 44px; font-weight: 700;
184
+ }
185
+ .cta.cart { background: #ffffff; border-top: 1px solid #eaeaea; }
186
+ .cta.buy { background: #ffc400; }
187
+
188
+ /* Home indicator */
189
+ .home-indicator {
190
+ position: absolute;
191
+ left: 50%; transform: translateX(-50%);
192
+ bottom: 10px;
193
+ width: 280px; height: 10px; border-radius: 6px; background: #000;
194
+ opacity: 0.8;
195
+ }
196
+ </style>
197
+ </head>
198
+ <body>
199
+ <div id="render-target">
200
+ <!-- Status bar -->
201
+ <div class="status-bar">
202
+ <div>3:34</div>
203
+ <div class="status-icons">
204
+ <!-- WiFi -->
205
+ <svg class="icon" viewBox="0 0 24 24" fill="#777">
206
+ <path d="M12 18.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm-6.5-5l1.4 1.4A7 7 0 0 1 12 13a7 7 0 0 1 5.1 1.9l1.4-1.4A9 9 0 0 0 12 11a9 9 0 0 0-6.5 2.5zM2 8.9l1.4 1.4A13 13 0 0 1 12 7c3.5 0 6.7 1.4 8.6 3.3L22 8.9C19.7 6.6 16.1 5 12 5S4.3 6.6 2 8.9z"/>
207
+ </svg>
208
+ <!-- Battery -->
209
+ <svg class="icon" viewBox="0 0 24 24" fill="#777">
210
+ <path d="M16 7H4c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-1h2v-4h-2V9c0-1.1-.9-2-2-2zm1 8H3V9h14v6z"/>
211
+ </svg>
212
+ </div>
213
+ </div>
214
+
215
+ <!-- Hero image with controls -->
216
+ <div class="hero-wrap">
217
+ <div class="product-hero">[IMG: Blue Bluetooth Speaker Close-up]</div>
218
+
219
+ <div class="fav-btn" title="Wishlist">
220
+ <svg viewBox="0 0 24 24" width="56" height="56">
221
+ <path d="M12 21s-6.7-4.5-9.2-7.8C.2 10.4 2 6 6 6c2 0 3.2 1.1 4 2 0.8-0.9 2-2 4-2 4 0 5.8 4.4 3.2 7.2C18.7 16.5 12 21 12 21z" fill="none" stroke="#777" stroke-width="2" stroke-linejoin="round"/>
222
+ </svg>
223
+ </div>
224
+
225
+ <div class="details-pill">
226
+ <span class="i">i</span>
227
+ <span>Details</span>
228
+ </div>
229
+ </div>
230
+
231
+ <!-- Carousel dots -->
232
+ <div class="dots">
233
+ <div class="dot active"></div>
234
+ <div class="dot"></div>
235
+ <div class="dot"></div>
236
+ <div class="dot"></div>
237
+ <div class="dot"></div>
238
+ <div class="dot"></div>
239
+ <div class="dot"></div>
240
+ </div>
241
+
242
+ <!-- 360 view card -->
243
+ <div class="card-360">
244
+ <div class="left">
245
+ <div class="title">View in 360°</div>
246
+ <div class="sub">Check how this looks from all angles</div>
247
+ </div>
248
+ <div class="badge-360">360°</div>
249
+ </div>
250
+
251
+ <!-- Product info -->
252
+ <div class="link">View more from boAt</div>
253
+
254
+ <div class="title"><b>boAt</b> Stone 350 10 W Bluetooth Speaker (Blue, Mono Channel)</div>
255
+
256
+ <div class="rating-row">
257
+ <div class="stars">
258
+ <svg class="star" viewBox="0 0 24 24" fill="#2e7d32"><path d="M12 17.3l-6.2 3.7 1.7-7.1-5.5-4.8 7.3-.6L12 2l2.7 5.5 7.3.6-5.5 4.8 1.7 7.1z"/></svg>
259
+ <svg class="star" viewBox="0 0 24 24" fill="#2e7d32"><path d="M12 17.3l-6.2 3.7 1.7-7.1-5.5-4.8 7.3-.6L12 2l2.7 5.5 7.3.6-5.5 4.8 1.7 7.1z"/></svg>
260
+ <svg class="star" viewBox="0 0 24 24" fill="#2e7d32"><path d="M12 17.3l-6.2 3.7 1.7-7.1-5.5-4.8 7.3-.6L12 2l2.7 5.5 7.3.6-5.5 4.8 1.7 7.1z"/></svg>
261
+ <svg class="star" viewBox="0 0 24 24" fill="#2e7d32"><path d="M12 17.3l-6.2 3.7 1.7-7.1-5.5-4.8 7.3-.6L12 2l2.7 5.5 7.3.6-5.5 4.8 1.7 7.1z"/></svg>
262
+ <svg class="star" viewBox="0 0 24 24" fill="#2e7d32"><path d="M12 17.3l-6.2 3.7 1.7-7.1-5.5-4.8 7.3-.6L12 2l2.7 5.5 7.3.6-5.5 4.8 1.7 7.1z"/></svg>
263
+ </div>
264
+ <div class="rating-count">1,08,539 ratings</div>
265
+ <div class="assured">
266
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#f5a623"><path d="M12 2l3 7h7l-5.7 4.2L18 21l-6-4-6 4 1.7-7.8L2 9h7z"/></svg>
267
+ <span>Plus Assured</span>
268
+ </div>
269
+ </div>
270
+
271
+ <div class="price-row">
272
+ <div class="off">59% off</div>
273
+ <div class="mrp">3,490</div>
274
+ <div class="price">₹1,399</div>
275
+ </div>
276
+
277
+ <div class="delivery">
278
+ <div>Find a seller that delivers to you</div>
279
+ <button class="pin-btn">Enter pincode</button>
280
+ </div>
281
+
282
+ <!-- Floating assistant -->
283
+ <div class="assistant">🙂</div>
284
+
285
+ <!-- Bottom Call To Action Bar -->
286
+ <div class="cta-bar">
287
+ <div class="cta cart">Add to cart</div>
288
+ <div class="cta buy">Buy now</div>
289
+ </div>
290
+
291
+ <!-- Home indicator -->
292
+ <div class="home-indicator"></div>
293
+ </div>
294
+ </body>
295
+ </html>
code/6684/6684_0.html ADDED
@@ -0,0 +1,248 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Presentation UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: "Roboto", Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #121212;
15
+ color: #fff;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ height: 92px;
21
+ background: #1a1a1a;
22
+ display: flex;
23
+ align-items: center;
24
+ padding: 0 28px;
25
+ box-sizing: border-box;
26
+ font-size: 34px;
27
+ letter-spacing: 0.5px;
28
+ }
29
+ .status-left { flex: 1; }
30
+ .status-right {
31
+ display: flex;
32
+ align-items: center;
33
+ gap: 26px;
34
+ color: #e6e6e6;
35
+ }
36
+ .status-icon { width: 40px; height: 40px; fill: none; stroke: #e6e6e6; stroke-width: 3; }
37
+
38
+ /* App bar */
39
+ .app-bar {
40
+ height: 130px;
41
+ background: #1f1f1f;
42
+ border-bottom: 1px solid #2c2c2c;
43
+ display: flex;
44
+ align-items: center;
45
+ padding: 0 24px;
46
+ box-sizing: border-box;
47
+ }
48
+ .back-btn {
49
+ width: 64px; height: 64px; display: flex; align-items: center; justify-content: center;
50
+ margin-right: 16px;
51
+ }
52
+ .title {
53
+ font-size: 46px;
54
+ color: #eaeaea;
55
+ }
56
+ .more {
57
+ margin-left: auto;
58
+ width: 64px; height: 64px; display: flex; align-items: center; justify-content: center;
59
+ }
60
+
61
+ /* Slides area */
62
+ .slides {
63
+ padding: 20px 20px 0;
64
+ box-sizing: border-box;
65
+ }
66
+ .slide {
67
+ width: 1040px;
68
+ margin: 0 auto;
69
+ background: #ffffff;
70
+ color: #111;
71
+ border: 6px solid #000;
72
+ height: 650px;
73
+ box-sizing: border-box;
74
+ display: flex;
75
+ align-items: center;
76
+ justify-content: center;
77
+ }
78
+ .slide h1 {
79
+ margin: 0;
80
+ text-align: center;
81
+ font-weight: 400;
82
+ font-size: 60px;
83
+ line-height: 1.2;
84
+ color: #111;
85
+ }
86
+ .divider {
87
+ height: 14px;
88
+ width: 100%;
89
+ background: #000;
90
+ margin: 12px 0;
91
+ }
92
+ .slide.secondary {
93
+ border-color: #C34E3A;
94
+ height: 660px;
95
+ position: relative;
96
+ }
97
+ .img-placeholder {
98
+ width: 520px;
99
+ height: 380px;
100
+ background: #E0E0E0;
101
+ border: 1px solid #BDBDBD;
102
+ color: #757575;
103
+ display: flex;
104
+ align-items: center;
105
+ justify-content: center;
106
+ font-size: 28px;
107
+ text-align: center;
108
+ }
109
+
110
+ /* Spacer before bottom bar */
111
+ .content-spacer {
112
+ height: 1000px; /* creates the large black area seen under slides */
113
+ }
114
+
115
+ /* Bottom toolbar */
116
+ .bottom-bar {
117
+ position: absolute;
118
+ left: 0; right: 0; bottom: 60px;
119
+ height: 170px;
120
+ background: #1f1f1f;
121
+ border-top: 1px solid #2b2b2b;
122
+ display: flex;
123
+ justify-content: space-around;
124
+ align-items: center;
125
+ color: #d7d7d7;
126
+ }
127
+ .tool {
128
+ width: 160px;
129
+ text-align: center;
130
+ }
131
+ .tool svg { width: 56px; height: 56px; fill: none; stroke: #d7d7d7; stroke-width: 3; }
132
+ .tool span { display: block; margin-top: 10px; font-size: 28px; color: #cfcfcf; }
133
+
134
+ /* Gesture bar */
135
+ .gesture {
136
+ position: absolute;
137
+ bottom: 18px; left: 50%;
138
+ transform: translateX(-50%);
139
+ width: 240px; height: 10px;
140
+ background: #ffffff;
141
+ border-radius: 6px;
142
+ opacity: 0.9;
143
+ }
144
+ </style>
145
+ </head>
146
+ <body>
147
+ <div id="render-target">
148
+ <!-- Status bar -->
149
+ <div class="status-bar">
150
+ <div class="status-left">10:06</div>
151
+ <div class="status-right">
152
+ <!-- Simple check + alert + mail + cloud as tiny glyphs -->
153
+ <svg class="status-icon" viewBox="0 0 24 24"><path d="M4 12l4 4 12-12"/></svg>
154
+ <svg class="status-icon" viewBox="0 0 24 24"><path d="M12 3l9 16H3z"/></svg>
155
+ <svg class="status-icon" viewBox="0 0 24 24"><path d="M3 5l9 7 9-7v14H3z"/></svg>
156
+ <svg class="status-icon" viewBox="0 0 24 24"><path d="M6 15a6 6 0 0111.5-2A4 4 0 1120 17H7a3 3 0 01-1-2z"/></svg>
157
+ <!-- Wi-Fi -->
158
+ <svg class="status-icon" viewBox="0 0 24 24"><path d="M2 8a16 16 0 0120 0M5 11a11 11 0 0114 0M8 14a6 6 0 018 0M12 18h0"/></svg>
159
+ <!-- Battery + percent -->
160
+ <div style="display:flex; align-items:center; gap:10px;">
161
+ <svg class="status-icon" viewBox="0 0 24 24">
162
+ <rect x="2" y="7" width="18" height="10" rx="2"></rect>
163
+ <rect x="20" y="10" width="2" height="4"></rect>
164
+ </svg>
165
+ <span style="font-size:30px;">100%</span>
166
+ </div>
167
+ </div>
168
+ </div>
169
+
170
+ <!-- App bar -->
171
+ <div class="app-bar">
172
+ <div class="back-btn">
173
+ <svg width="40" height="40" viewBox="0 0 24 24" stroke="#eaeaea" fill="none" stroke-width="3">
174
+ <path d="M15 6l-6 6 6 6"/>
175
+ </svg>
176
+ </div>
177
+ <div class="title">Presentation</div>
178
+ <div class="more">
179
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#eaeaea">
180
+ <circle cx="12" cy="5" r="2"></circle>
181
+ <circle cx="12" cy="12" r="2"></circle>
182
+ <circle cx="12" cy="19" r="2"></circle>
183
+ </svg>
184
+ </div>
185
+ </div>
186
+
187
+ <!-- Slides preview area -->
188
+ <div class="slides">
189
+ <div class="slide">
190
+ <h1>Mechanical Engineering<br>Projects</h1>
191
+ </div>
192
+
193
+ <div class="divider"></div>
194
+
195
+ <div class="slide secondary">
196
+ <div class="img-placeholder">[IMG: Mechanical device diagram]</div>
197
+ </div>
198
+ </div>
199
+
200
+ <div class="content-spacer"></div>
201
+
202
+ <!-- Bottom toolbar -->
203
+ <div class="bottom-bar">
204
+ <div class="tool">
205
+ <svg viewBox="0 0 24 24">
206
+ <rect x="3" y="4" width="18" height="12" rx="2"></rect>
207
+ <path d="M10 16l3 4"></path>
208
+ <path d="M14 11l-3 2-1-2 4-3z" fill="#d7d7d7" stroke="none"></path>
209
+ </svg>
210
+ <span>Present</span>
211
+ </div>
212
+ <div class="tool">
213
+ <svg viewBox="0 0 24 24">
214
+ <rect x="5" y="3" width="14" height="18" rx="2"></rect>
215
+ <path d="M8 7h8M8 11h8M8 15h6"></path>
216
+ </svg>
217
+ <span>Notes</span>
218
+ </div>
219
+ <div class="tool">
220
+ <svg viewBox="0 0 24 24">
221
+ <path d="M4 20l6-2 8-8a3 3 0 00-4-4l-8 8-2 6z"></path>
222
+ <path d="M14 6l4 4"></path>
223
+ </svg>
224
+ <span>Edit</span>
225
+ </div>
226
+ <div class="tool">
227
+ <svg viewBox="0 0 24 24">
228
+ <circle cx="11" cy="11" r="6"></circle>
229
+ <path d="M20 20l-4-4"></path>
230
+ </svg>
231
+ <span>Find</span>
232
+ </div>
233
+ <div class="tool">
234
+ <svg viewBox="0 0 24 24">
235
+ <circle cx="18" cy="5" r="3"></circle>
236
+ <circle cx="6" cy="12" r="3"></circle>
237
+ <circle cx="18" cy="19" r="3"></circle>
238
+ <path d="M8.5 11l6-4"></path>
239
+ <path d="M8.5 13l6 4"></path>
240
+ </svg>
241
+ <span>Share</span>
242
+ </div>
243
+ </div>
244
+
245
+ <div class="gesture"></div>
246
+ </div>
247
+ </body>
248
+ </html>
code/6684/6684_1.html ADDED
@@ -0,0 +1,259 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Presentation Menu Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #121212;
15
+ color: #FFFFFF;
16
+ }
17
+ /* Status bar */
18
+ .status-bar {
19
+ height: 110px;
20
+ background: #0E0E0E;
21
+ color: #F5F5F5;
22
+ display: flex;
23
+ align-items: center;
24
+ padding: 0 32px;
25
+ font-size: 38px;
26
+ letter-spacing: 1px;
27
+ }
28
+ .status-left { flex: 1; }
29
+ .status-right {
30
+ display: flex;
31
+ gap: 26px;
32
+ align-items: center;
33
+ font-size: 32px;
34
+ opacity: 0.9;
35
+ }
36
+ /* App bar */
37
+ .app-bar {
38
+ height: 120px;
39
+ background: #1C1C1C;
40
+ display: flex;
41
+ align-items: center;
42
+ padding: 0 24px;
43
+ }
44
+ .back {
45
+ width: 64px; height: 64px;
46
+ display: flex; align-items: center; justify-content: center;
47
+ margin-right: 12px;
48
+ }
49
+ .title {
50
+ font-size: 48px;
51
+ color: #BDBDBD;
52
+ }
53
+ .menu-dots {
54
+ margin-left: auto;
55
+ width: 120px; height: 72px;
56
+ background: #333333;
57
+ border-radius: 6px;
58
+ display: flex; align-items: center; justify-content: center;
59
+ }
60
+ /* Content slides */
61
+ .content {
62
+ position: relative;
63
+ height: 1700px;
64
+ background: #121212;
65
+ }
66
+ .slide {
67
+ width: 100%;
68
+ height: 620px;
69
+ background: #CFCFCF;
70
+ border: 6px solid #000;
71
+ box-sizing: border-box;
72
+ }
73
+ .separator {
74
+ width: 100%;
75
+ height: 10px;
76
+ background: #000;
77
+ }
78
+ .slide h1 {
79
+ margin: 0;
80
+ padding-top: 210px;
81
+ text-align: center;
82
+ color: #222;
83
+ font-size: 64px;
84
+ font-weight: 500;
85
+ }
86
+ .img-ph {
87
+ width: 820px; height: 420px;
88
+ margin: 100px auto 0;
89
+ background: #E0E0E0;
90
+ border: 1px solid #BDBDBD;
91
+ color: #757575;
92
+ display: flex; align-items: center; justify-content: center;
93
+ font-size: 34px;
94
+ }
95
+ /* Scrim (modal backdrop) */
96
+ .scrim {
97
+ position: absolute;
98
+ left: 0; top: 0;
99
+ width: 100%; height: 100%;
100
+ background: rgba(0,0,0,0.55);
101
+ pointer-events: none;
102
+ }
103
+ /* Bottom sheet */
104
+ .sheet {
105
+ position: absolute;
106
+ left: 0; right: 0; bottom: 0;
107
+ height: 980px;
108
+ background: #2A2A2A;
109
+ border-top-left-radius: 24px;
110
+ border-top-right-radius: 24px;
111
+ box-shadow: 0 -10px 30px rgba(0,0,0,0.6);
112
+ padding-top: 22px;
113
+ }
114
+ .handle {
115
+ width: 170px; height: 10px; background: #6E6E6E;
116
+ border-radius: 6px; margin: 0 auto 24px;
117
+ opacity: 0.7;
118
+ }
119
+ .list {
120
+ display: flex; flex-direction: column;
121
+ }
122
+ .item {
123
+ display: flex; align-items: center; gap: 30px;
124
+ padding: 28px 40px;
125
+ font-size: 44px;
126
+ color: #EDEDED;
127
+ }
128
+ .item + .item { }
129
+ .item svg { width: 64px; height: 64px; }
130
+ .accent-blue path, .accent-blue rect, .accent-blue circle, .accent-blue line { stroke: #69A9FF; fill: none; }
131
+ .accent-purple path, .accent-purple rect, .accent-purple circle, .accent-purple line { stroke: #BE7BFF; fill: none; }
132
+ .accent-cyan path, .accent-cyan rect, .accent-cyan circle, .accent-cyan line { stroke: #4CC9F0; fill: none; }
133
+ .divider {
134
+ height: 2px; background: #555; margin: 14px 0 6px;
135
+ }
136
+ /* Gesture pill */
137
+ .gesture {
138
+ position: absolute;
139
+ bottom: 18px; left: 50%;
140
+ width: 300px; height: 10px;
141
+ transform: translateX(-50%);
142
+ background: #FFFFFF;
143
+ border-radius: 8px;
144
+ opacity: 0.85;
145
+ }
146
+ </style>
147
+ </head>
148
+ <body>
149
+ <div id="render-target">
150
+ <!-- Status Bar -->
151
+ <div class="status-bar">
152
+ <div class="status-left">10:07</div>
153
+ <div class="status-right">
154
+ <!-- simple icons -->
155
+ <svg width="36" height="36" viewBox="0 0 24 24" aria-hidden="true"><path d="M2 17l5-5 4 4 7-7 4 4" stroke="#FFFFFF" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
156
+ <svg width="36" height="36" viewBox="0 0 24 24"><path d="M2 12l5-5 5 5-5 5-5-5z" stroke="#FFFFFF" stroke-width="2" fill="none"/></svg>
157
+ <svg width="36" height="36" viewBox="0 0 24 24"><rect x="3" y="7" width="16" height="10" rx="2" stroke="#FFFFFF" stroke-width="2" fill="none"/><rect x="19" y="10" width="2" height="4" fill="#FFFFFF"/></svg>
158
+ <svg width="36" height="36" viewBox="0 0 24 24"><path d="M3 12.5c4-4 14-4 18 0" stroke="#FFFFFF" stroke-width="2" fill="none" stroke-linecap="round"/><path d="M6 12.5c3-3 9-3 12 0" stroke="#FFFFFF" stroke-width="2" fill="none" stroke-linecap="round"/><circle cx="12" cy="12.5" r="1.2" fill="#FFFFFF"/></svg>
159
+ <div style="display:flex; align-items:center; gap:8px;">
160
+ <svg width="36" height="36" viewBox="0 0 24 24"><path d="M4 20l6-16 6 16" stroke="#FFFFFF" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
161
+ <span style="font-size:34px;">100%</span>
162
+ </div>
163
+ </div>
164
+ </div>
165
+
166
+ <!-- App Bar -->
167
+ <div class="app-bar">
168
+ <div class="back">
169
+ <svg viewBox="0 0 24 24"><path d="M14 6 L8 12 L14 18" stroke="#E0E0E0" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
170
+ </div>
171
+ <div class="title">Presentation</div>
172
+ <div class="menu-dots">
173
+ <svg viewBox="0 0 24 24">
174
+ <circle cx="12" cy="5" r="2" fill="#BDBDBD"/>
175
+ <circle cx="12" cy="12" r="2" fill="#BDBDBD"/>
176
+ <circle cx="12" cy="19" r="2" fill="#BDBDBD"/>
177
+ </svg>
178
+ </div>
179
+ </div>
180
+
181
+ <!-- Slides content -->
182
+ <div class="content">
183
+ <div class="slide">
184
+ <h1>Mechanical Engineering<br/>Projects</h1>
185
+ </div>
186
+ <div class="separator"></div>
187
+ <div class="slide">
188
+ <div class="img-ph">[IMG: Machine diagram]</div>
189
+ </div>
190
+ <!-- Scrim to dim background beneath the bottom sheet -->
191
+ <div class="scrim"></div>
192
+ </div>
193
+
194
+ <!-- Bottom Sheet Menu -->
195
+ <div class="sheet">
196
+ <div class="handle"></div>
197
+ <div class="list">
198
+ <div class="item">
199
+ <!-- Rehearse with Coach (Preview) -->
200
+ <svg class="accent-blue" viewBox="0 0 24 24">
201
+ <rect x="3" y="4" width="14" height="12" rx="2" stroke-width="2"/>
202
+ <line x1="6" y1="18" x2="14" y2="18" stroke-width="2"/>
203
+ <rect x="18" y="9" width="3" height="6" rx="1.2" stroke-width="2"/>
204
+ <line x1="19.5" y1="15" x2="19.5" y2="17" stroke-width="2"/>
205
+ </svg>
206
+ <div>Rehearse with Coach (Preview)</div>
207
+ </div>
208
+ <div class="item">
209
+ <!-- Save -->
210
+ <svg class="accent-purple" viewBox="0 0 24 24">
211
+ <path d="M4 4h12l4 4v12H4z" stroke-width="2" fill="none"/>
212
+ <rect x="7" y="4" width="7" height="4" stroke-width="2"/>
213
+ <rect x="7" y="12" width="10" height="6" stroke-width="2"/>
214
+ </svg>
215
+ <div>Save</div>
216
+ </div>
217
+ <div class="item">
218
+ <!-- Save As -->
219
+ <svg class="accent-cyan" viewBox="0 0 24 24">
220
+ <path d="M5 4h10l3 3v13H5z" stroke-width="2" fill="none"/>
221
+ <path d="M9 12l7 7" stroke-width="2"/>
222
+ <path d="M13.2 15.8l2.6-2.6" stroke-width="2"/>
223
+ </svg>
224
+ <div>Save As</div>
225
+ </div>
226
+ <div class="item">
227
+ <!-- History -->
228
+ <svg viewBox="0 0 24 24">
229
+ <circle cx="12" cy="12" r="8" stroke="#EEEEEE" stroke-width="2" fill="none"/>
230
+ <path d="M12 8v5l3 2" stroke="#EEEEEE" stroke-width="2" fill="none" stroke-linecap="round"/>
231
+ </svg>
232
+ <div>History</div>
233
+ </div>
234
+ <div class="item">
235
+ <!-- Print -->
236
+ <svg viewBox="0 0 24 24">
237
+ <rect x="6" y="3" width="12" height="6" stroke="#EEEEEE" stroke-width="2" fill="none"/>
238
+ <rect x="5" y="10" width="14" height="7" stroke="#EEEEEE" stroke-width="2" fill="none"/>
239
+ <rect x="7" y="15" width="10" height="6" stroke="#EEEEEE" stroke-width="2" fill="none"/>
240
+ </svg>
241
+ <div>Print</div>
242
+ </div>
243
+ <div class="divider"></div>
244
+ <div class="item">
245
+ <!-- Settings -->
246
+ <svg viewBox="0 0 24 24">
247
+ <circle cx="12" cy="12" r="2.5" fill="none" stroke="#EEEEEE" stroke-width="2"/>
248
+ <path d="M4 12h3M17 12h3M12 4v3M12 17v3M6.5 6.5l2.1 2.1M15.4 15.4l2.1 2.1M17.5 6.5l-2.1 2.1M8.6 15.4l-2.1 2.1" stroke="#EEEEEE" stroke-width="2" fill="none" stroke-linecap="round"/>
249
+ </svg>
250
+ <div>Settings</div>
251
+ </div>
252
+ </div>
253
+ </div>
254
+
255
+ <!-- Gesture Pill -->
256
+ <div class="gesture"></div>
257
+ </div>
258
+ </body>
259
+ </html>
code/6684/6684_2.html ADDED
@@ -0,0 +1,265 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Save As - Dark</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #000000;
15
+ color: #FFFFFF;
16
+ }
17
+ .status-bar {
18
+ height: 96px;
19
+ background: #1a1a1a;
20
+ color: #fff;
21
+ display: flex;
22
+ align-items: center;
23
+ padding: 0 40px;
24
+ box-sizing: border-box;
25
+ font-size: 34px;
26
+ letter-spacing: 0.5px;
27
+ }
28
+ .status-left { display: flex; align-items: center; gap: 24px; }
29
+ .status-right { margin-left: auto; display: flex; align-items: center; gap: 24px; }
30
+ .top-app-bar {
31
+ height: 124px;
32
+ background: #222222;
33
+ display: flex;
34
+ align-items: center;
35
+ padding: 0 24px 0 16px;
36
+ box-sizing: border-box;
37
+ border-bottom: 1px solid #2b2b2b;
38
+ }
39
+ .back-wrap {
40
+ width: 96px;
41
+ height: 96px;
42
+ display: flex;
43
+ align-items: center;
44
+ justify-content: center;
45
+ }
46
+ .title {
47
+ font-size: 52px;
48
+ font-weight: 600;
49
+ margin-left: 8px;
50
+ }
51
+
52
+ .content {
53
+ position: absolute;
54
+ top: 220px; /* below status + app bar */
55
+ left: 0;
56
+ right: 0;
57
+ bottom: 180px; /* above bottom bar */
58
+ overflow: hidden;
59
+ padding: 28px 40px 0 40px;
60
+ box-sizing: border-box;
61
+ }
62
+ .section-label {
63
+ color: #A6A6A6;
64
+ font-size: 34px;
65
+ margin: 12px 0 8px 16px;
66
+ }
67
+ .list {
68
+ margin-top: 8px;
69
+ }
70
+ .row {
71
+ display: flex;
72
+ align-items: center;
73
+ gap: 28px;
74
+ padding: 30px 16px;
75
+ border-radius: 12px;
76
+ }
77
+ .row + .row { margin-top: 8px; }
78
+ .icon-box {
79
+ width: 88px;
80
+ height: 88px;
81
+ display: flex;
82
+ align-items: center;
83
+ justify-content: center;
84
+ }
85
+ .text-wrap .title-txt {
86
+ font-size: 44px;
87
+ line-height: 1.2;
88
+ color: #FFFFFF;
89
+ }
90
+ .text-wrap .sub-txt {
91
+ margin-top: 6px;
92
+ color: #9E9E9E;
93
+ font-size: 30px;
94
+ }
95
+
96
+ .bottom-bar {
97
+ position: absolute;
98
+ left: 0;
99
+ right: 0;
100
+ bottom: 64px;
101
+ height: 146px;
102
+ background: #1f1f1f;
103
+ border-top: 1px solid #2b2b2b;
104
+ display: flex;
105
+ align-items: center;
106
+ padding: 0 28px;
107
+ box-sizing: border-box;
108
+ gap: 18px;
109
+ }
110
+ .filename-field {
111
+ flex: 1;
112
+ height: 92px;
113
+ display: flex;
114
+ align-items: center;
115
+ padding: 0 24px;
116
+ box-sizing: border-box;
117
+ border: 2px solid #ff8a00;
118
+ border-radius: 10px;
119
+ background: transparent;
120
+ font-size: 40px;
121
+ color: #fff;
122
+ }
123
+ .clear-btn {
124
+ width: 64px;
125
+ height: 64px;
126
+ margin-left: -90px; /* overlap inside field area visually */
127
+ display: flex;
128
+ align-items: center;
129
+ justify-content: center;
130
+ opacity: 0.9;
131
+ }
132
+ .ext {
133
+ font-size: 40px;
134
+ color: #AFAFAF;
135
+ margin-left: 8px;
136
+ margin-right: auto;
137
+ }
138
+ .save-btn {
139
+ width: 168px;
140
+ height: 92px;
141
+ border-radius: 12px;
142
+ background: #3a3a3a;
143
+ color: #9a9a9a;
144
+ display: flex;
145
+ align-items: center;
146
+ justify-content: center;
147
+ font-size: 40px;
148
+ }
149
+ .gesture {
150
+ position: absolute;
151
+ left: 50%;
152
+ transform: translateX(-50%);
153
+ bottom: 18px;
154
+ width: 300px;
155
+ height: 12px;
156
+ background: #e5e5e5;
157
+ border-radius: 8px;
158
+ opacity: 0.9;
159
+ }
160
+ </style>
161
+ </head>
162
+ <body>
163
+ <div id="render-target">
164
+
165
+ <!-- Status bar -->
166
+ <div class="status-bar">
167
+ <div class="status-left">
168
+ <span>10:07</span>
169
+ <!-- tiny indicators -->
170
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#ffffff" opacity="0.8"><path d="M7 18c-1.7 0-3-1.3-3-3 0-1.5 1.1-2.7 2.5-3C6.6 9.1 8.6 8 11 8c3 0 5.5 1.8 6.5 4.4 1.4.3 2.5 1.6 2.5 3.1 0 1.8-1.5 3.5-3.5 3.5H7z"/></svg>
171
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#ffffff" opacity="0.8"><path d="M12 2 2 7v13h20V7L12 2zm0 2.2L19 7v11H5V7l7-2.8z"/></svg>
172
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#ffffff" opacity="0.8"><path d="M12 22c1.1 0 2-.9 2-2h-4a2 2 0 0 0 2 2zm6-6v-5c0-3.1-1.6-5.6-4.5-6.3V4a1.5 1.5 0 1 0-3 0v.7C7.6 5.4 6 7.9 6 11v5l-2 2v1h16v-1l-2-2z"/></svg>
173
+ </div>
174
+ <div class="status-right">
175
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#ffffff"><path d="M12 3c-4.4 0-8 3.6-8 8h2a6 6 0 0 1 12 0h2c0-4.4-3.6-8-8-8z"/></svg>
176
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#ffffff"><path d="M16 4h-1V2H9v2H8C6.3 4 5 5.3 5 7v11c0 1.7 1.3 3 3 3h8c1.7 0 3-1.3 3-3V7c0-1.7-1.3-3-3-3zm1 14H7V7h10v11z"/></svg>
177
+ <span style="font-size:32px;">100%</span>
178
+ </div>
179
+ </div>
180
+
181
+ <!-- App bar -->
182
+ <div class="top-app-bar">
183
+ <div class="back-wrap">
184
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="#ffffff">
185
+ <path d="M15.4 3.4 7.8 11l7.6 7.6-1.4 1.4L5 11l9-9 1.4 1.4z"/>
186
+ </svg>
187
+ </div>
188
+ <div class="title">Save as</div>
189
+ </div>
190
+
191
+ <!-- Content list -->
192
+ <div class="content">
193
+ <div class="section-label">Places</div>
194
+
195
+ <div class="list">
196
+ <!-- OneDrive -->
197
+ <div class="row">
198
+ <div class="icon-box">
199
+ <svg width="80" height="80" viewBox="0 0 24 24">
200
+ <path d="M7 18c-1.7 0-3-1.3-3-3 0-1.5 1.1-2.7 2.5-3C6.6 9.1 8.6 8 11 8c3 0 5.5 1.8 6.5 4.4 1.4.3 2.5 1.6 2.5 3.1 0 1.8-1.5 3.5-3.5 3.5H7z" fill="#2396f3"/>
201
+ </svg>
202
+ </div>
203
+ <div class="text-wrap">
204
+ <div class="title-txt">OneDrive - Personal</div>
205
+ <div class="sub-txt">richardwegnar@gmail.com</div>
206
+ </div>
207
+ </div>
208
+
209
+ <!-- This device -->
210
+ <div class="row">
211
+ <div class="icon-box">
212
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="#BDBDBD">
213
+ <path d="M7 2h10a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm0 2v16h10V4H7z"/>
214
+ </svg>
215
+ </div>
216
+ <div class="text-wrap">
217
+ <div class="title-txt">This device</div>
218
+ </div>
219
+ </div>
220
+
221
+ <!-- Browse -->
222
+ <div class="row">
223
+ <div class="icon-box">
224
+ <svg width="72" height="72" viewBox="0 0 24 24" fill="#BDBDBD">
225
+ <path d="M6 18c-1.7 0-3-1.3-3-3 0-1.5 1.1-2.7 2.5-3C6.6 9.1 8.6 8 11 8c3 0 5.5 1.8 6.5 4.4 1.4.3 2.5 1.6 2.5 3.1 0 1.8-1.5 3.5-3.5 3.5H6z" />
226
+ </svg>
227
+ </div>
228
+ <div class="text-wrap">
229
+ <div class="title-txt">Browse</div>
230
+ <div class="sub-txt">Google Drive, SD card, and more...</div>
231
+ </div>
232
+ </div>
233
+
234
+ <!-- Add a place -->
235
+ <div class="row">
236
+ <div class="icon-box">
237
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="#BDBDBD">
238
+ <path d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2h6z"/>
239
+ </svg>
240
+ </div>
241
+ <div class="text-wrap">
242
+ <div class="title-txt">Add a place</div>
243
+ <div class="sub-txt">Connect to cloud storage</div>
244
+ </div>
245
+ </div>
246
+ </div>
247
+ </div>
248
+
249
+ <!-- Bottom filename bar -->
250
+ <div class="bottom-bar">
251
+ <div class="filename-field">Presentation</div>
252
+ <div class="clear-btn">
253
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#ffffff">
254
+ <path d="M18 6 6 18M6 6l12 12" stroke="white" stroke-width="2" stroke-linecap="round"/>
255
+ </svg>
256
+ </div>
257
+ <div class="ext">.pptx</div>
258
+ <div class="save-btn">Save</div>
259
+ </div>
260
+
261
+ <!-- Gesture bar -->
262
+ <div class="gesture"></div>
263
+ </div>
264
+ </body>
265
+ </html>
code/6684/6684_3.html ADDED
@@ -0,0 +1,391 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Save As - Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ position: relative;
11
+ overflow: hidden;
12
+ width: 1080px;
13
+ height: 2400px;
14
+ background: #000000;
15
+ color: #ffffff;
16
+ font-family: Roboto, Arial, Helvetica, sans-serif;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0; left: 0; right: 0;
23
+ height: 120px;
24
+ background: #1e1e1e;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: space-between;
28
+ padding: 0 40px;
29
+ box-sizing: border-box;
30
+ font-size: 38px;
31
+ letter-spacing: 0.5px;
32
+ }
33
+ .status-right {
34
+ display: flex;
35
+ align-items: center;
36
+ gap: 26px;
37
+ color: #e7e7e7;
38
+ font-size: 32px;
39
+ }
40
+ .icon-sb { width: 44px; height: 44px; fill: #e7e7e7; opacity: 0.95; }
41
+
42
+ /* App bar */
43
+ .app-bar {
44
+ position: absolute;
45
+ top: 120px;
46
+ left: 0; right: 0;
47
+ height: 150px;
48
+ background: #222222;
49
+ display: flex;
50
+ align-items: center;
51
+ padding: 0 28px;
52
+ box-sizing: border-box;
53
+ border-bottom: 1px solid #2b2b2b;
54
+ }
55
+ .back-btn {
56
+ width: 96px; height: 96px;
57
+ display: flex; align-items: center; justify-content: center;
58
+ }
59
+ .app-title {
60
+ font-size: 48px;
61
+ margin-left: 4px;
62
+ font-weight: 500;
63
+ }
64
+
65
+ /* Content */
66
+ .content {
67
+ position: absolute;
68
+ top: 270px;
69
+ left: 0; right: 0;
70
+ padding: 24px 36px 0 36px;
71
+ box-sizing: border-box;
72
+ }
73
+ .section-title {
74
+ color: #bdbdbd;
75
+ font-size: 32px;
76
+ margin: 10px 0 22px 18px;
77
+ }
78
+ .list {
79
+ display: flex;
80
+ flex-direction: column;
81
+ gap: 14px;
82
+ }
83
+ .item {
84
+ display: flex;
85
+ align-items: center;
86
+ padding: 30px 18px;
87
+ border-radius: 14px;
88
+ }
89
+ .item .icon {
90
+ width: 84px; height: 84px;
91
+ display: flex; align-items: center; justify-content: center;
92
+ margin-right: 30px;
93
+ }
94
+ .item .text .title {
95
+ font-size: 42px;
96
+ line-height: 1.1;
97
+ }
98
+ .item .text .sub {
99
+ font-size: 28px;
100
+ color: #a8a8a8;
101
+ margin-top: 6px;
102
+ }
103
+
104
+ /* File name area above keyboard */
105
+ .filename-area {
106
+ position: absolute;
107
+ left: 28px;
108
+ right: 28px;
109
+ bottom: 980px; /* sits just above the keyboard suggestion strip */
110
+ }
111
+ .file-row {
112
+ display: flex;
113
+ align-items: center;
114
+ gap: 20px;
115
+ }
116
+ .file-input {
117
+ flex: 1;
118
+ height: 96px;
119
+ border: 2px solid #ff8c2a;
120
+ border-radius: 8px;
121
+ color: #ffffff;
122
+ font-size: 40px;
123
+ padding: 0 110px 0 22px;
124
+ box-sizing: border-box;
125
+ display: flex;
126
+ align-items: center;
127
+ position: relative;
128
+ letter-spacing: 0.2px;
129
+ }
130
+ .file-input .text {
131
+ white-space: nowrap;
132
+ overflow: hidden;
133
+ text-overflow: ellipsis;
134
+ }
135
+ .clear-x {
136
+ position: absolute;
137
+ right: 16px;
138
+ top: 50%;
139
+ transform: translateY(-50%);
140
+ width: 56px; height: 56px;
141
+ border-radius: 28px;
142
+ display: flex; align-items: center; justify-content: center;
143
+ color: #d6d6d6;
144
+ opacity: 0.9;
145
+ }
146
+ .caret-bubble {
147
+ position: absolute;
148
+ left: 20px;
149
+ bottom: -30px;
150
+ width: 26px; height: 38px;
151
+ background: #5abff9;
152
+ border-radius: 16px 16px 16px 4px;
153
+ transform: rotate(45deg);
154
+ }
155
+ .ext {
156
+ color: #d5d5d5;
157
+ font-size: 38px;
158
+ margin-left: 4px;
159
+ }
160
+ .save-btn {
161
+ width: 170px; height: 96px;
162
+ border-radius: 10px;
163
+ background: #3a3a3a;
164
+ color: #8f8f8f;
165
+ font-size: 38px;
166
+ display: flex; align-items: center; justify-content: center;
167
+ }
168
+
169
+ /* Suggestion strip (part of keyboard) */
170
+ .suggest-strip {
171
+ position: absolute;
172
+ left: 0; right: 0;
173
+ bottom: 880px;
174
+ height: 110px;
175
+ background: #1b1b1b;
176
+ border-top: 1px solid #232323;
177
+ display: flex; align-items: center; justify-content: space-between;
178
+ padding: 0 26px;
179
+ box-sizing: border-box;
180
+ color: #eaeaea;
181
+ font-size: 36px;
182
+ }
183
+ .suggest-center {
184
+ color: #dcdcdc;
185
+ opacity: 0.95;
186
+ }
187
+ .pipe { margin: 0 18px; color: #9a9a9a; }
188
+
189
+ /* Keyboard */
190
+ .keyboard {
191
+ position: absolute;
192
+ left: 0; right: 0; bottom: 86px;
193
+ height: 880px;
194
+ background: #171717;
195
+ box-shadow: 0 -10px 20px rgba(0,0,0,0.4) inset;
196
+ padding: 22px 24px 18px;
197
+ box-sizing: border-box;
198
+ }
199
+ .row {
200
+ display: flex;
201
+ gap: 14px;
202
+ margin: 14px 0;
203
+ padding: 0 8px;
204
+ }
205
+ .key {
206
+ flex: 1;
207
+ height: 120px;
208
+ border-radius: 20px;
209
+ background: #2a2a2a;
210
+ color: #f2f2f2;
211
+ display: flex; align-items: center; justify-content: center;
212
+ font-size: 44px;
213
+ }
214
+ .key.small { flex: 0 0 88px; }
215
+ .key.wide { flex: 1.6; }
216
+ .key.extra-wide { flex: 5.6; }
217
+ .key.back { width: 150px; flex: 0 0 150px; }
218
+ .key.enter {
219
+ background: #4be0b3; color: #103a2f; font-weight: 600;
220
+ flex: 0 0 170px;
221
+ }
222
+ .key.fn { background: #3a3a3a; color: #d6d6d6; }
223
+ .key.icon { font-size: 40px; }
224
+
225
+ /* Home indicator */
226
+ .home-indicator {
227
+ position: absolute;
228
+ bottom: 22px;
229
+ left: 50%;
230
+ transform: translateX(-50%);
231
+ width: 320px;
232
+ height: 10px;
233
+ background: #e6e6e6;
234
+ border-radius: 10px;
235
+ opacity: 0.85;
236
+ }
237
+ </style>
238
+ </head>
239
+ <body>
240
+ <div id="render-target">
241
+
242
+ <!-- Status Bar -->
243
+ <div class="status-bar">
244
+ <div class="time">10:09</div>
245
+ <div class="status-right">
246
+ <!-- Wi‑Fi -->
247
+ <svg class="icon-sb" viewBox="0 0 24 24">
248
+ <path d="M12 20a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm-7.8-7.2a12 12 0 0 1 15.6 0l1.8-2.1a14.8 14.8 0 0 0-19.2 0l1.8 2.1zm3.6 3a8.5 8.5 0 0 1 10.8 0l1.6-2a10.8 10.8 0 0 0-14 0l1.6 2z"/>
249
+ </svg>
250
+ <!-- Battery -->
251
+ <svg class="icon-sb" viewBox="0 0 24 24">
252
+ <path d="M17 7h2a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-2v1h-1V6h1v1z" opacity="0"></path>
253
+ <path d="M6 7h9a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2zm13 2h1v6h-1V9z"/>
254
+ </svg>
255
+ <span>100%</span>
256
+ </div>
257
+ </div>
258
+
259
+ <!-- App Bar -->
260
+ <div class="app-bar">
261
+ <div class="back-btn">
262
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="#ffffff">
263
+ <path d="M15.5 19 9 12l6.5-7 1.5 1.5L12 12l5 5.5z"/>
264
+ </svg>
265
+ </div>
266
+ <div class="app-title">Save as</div>
267
+ </div>
268
+
269
+ <!-- Content -->
270
+ <div class="content">
271
+ <div class="section-title">Places</div>
272
+
273
+ <div class="list">
274
+ <!-- OneDrive -->
275
+ <div class="item">
276
+ <div class="icon">
277
+ <svg width="72" height="72" viewBox="0 0 24 24">
278
+ <path d="M6 16c0-2.2 1.8-4 4-4h1l1-1c.7-1.2 2-2 3.5-2C18.4 9 21 11.6 21 15c0 1.7-1.3 3-3 3H8c-1.1 0-2-.9-2-2z" fill="#4ea3ff"/>
279
+ <path d="M3 16.5C3 15 4.2 14 5.7 14c.6-2 2.5-3.5 4.6-3.5 2.7 0 5 2.2 5 5 0 .9-.7 1.5-1.5 1.5H4.5C3.7 17 3 16.4 3 15.5z" fill="#1b74d1" opacity=".9"/>
280
+ </svg>
281
+ </div>
282
+ <div class="text">
283
+ <div class="title">OneDrive - Personal</div>
284
+ <div class="sub">richardwegnar@gmail.com</div>
285
+ </div>
286
+ </div>
287
+
288
+ <!-- This device -->
289
+ <div class="item">
290
+ <div class="icon">
291
+ <svg width="72" height="72" viewBox="0 0 24 24" fill="#bdbdbd">
292
+ <path d="M7 2h10a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm0 3v14h10V5H7z"/>
293
+ </svg>
294
+ </div>
295
+ <div class="text">
296
+ <div class="title">This device</div>
297
+ </div>
298
+ </div>
299
+
300
+ <!-- Browse -->
301
+ <div class="item">
302
+ <div class="icon">
303
+ <svg width="72" height="72" viewBox="0 0 24 24" fill="#cfcfcf">
304
+ <path d="M6 15a4 4 0 0 1 3.9-3 4.7 4.7 0 0 1 8.1-1.8A3.5 3.5 0 0 1 19 18H7a2 2 0 0 1-1-3z" fill="none" stroke="#cfcfcf" stroke-width="2"/>
305
+ </svg>
306
+ </div>
307
+ <div class="text">
308
+ <div class="title">Browse</div>
309
+ <div class="sub">Google Drive, SD card, and more...</div>
310
+ </div>
311
+ </div>
312
+
313
+ <!-- Add a place -->
314
+ <div class="item">
315
+ <div class="icon">
316
+ <svg width="72" height="72" viewBox="0 0 24 24" fill="#cfcfcf">
317
+ <path d="M11 5h2v6h6v2h-6v6h-2v-6H5v-2h6V5z"/>
318
+ </svg>
319
+ </div>
320
+ <div class="text">
321
+ <div class="title">Add a place</div>
322
+ <div class="sub">Connect to cloud storage</div>
323
+ </div>
324
+ </div>
325
+ </div>
326
+ </div>
327
+
328
+ <!-- Filename/Input Area -->
329
+ <div class="filename-area">
330
+ <div class="file-row">
331
+ <div class="file-input">
332
+ <div class="text">Presentation</div>
333
+ <div class="clear-x">
334
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#d6d6d6">
335
+ <path d="M18 6 6 18M6 6l12 12" stroke="#d6d6d6" stroke-width="2" stroke-linecap="round"/>
336
+ </svg>
337
+ </div>
338
+ <div class="caret-bubble"></div>
339
+ </div>
340
+ <div class="ext">.pptx</div>
341
+ <div class="save-btn">Save</div>
342
+ </div>
343
+ </div>
344
+
345
+ <!-- Suggestion strip -->
346
+ <div class="suggest-strip">
347
+ <div class="left">
348
+ <svg width="52" height="52" viewBox="0 0 24 24" fill="#d8d8d8">
349
+ <path d="M3 3h8v8H3V3zm10 0h8v8h-8V3zM3 13h8v8H3v-8zm10 0h8v8h-8v-8z"/>
350
+ </svg>
351
+ </div>
352
+ <div class="suggest-center">
353
+ Presentation <span class="pipe">|</span> Presentations
354
+ </div>
355
+ <div class="right">
356
+ <svg width="52" height="52" viewBox="0 0 24 24" fill="#d8d8d8">
357
+ <path d="M12 3a6 6 0 0 0-6 6v3.6l-1.6 2A1 1 0 0 0 4.2 16h15.6a1 1 0 0 0 .8-1.4L19 12.6V9a6 6 0 0 0-7-6zM9 20a3 3 0 0 0 6 0H9z"/>
358
+ </svg>
359
+ </div>
360
+ </div>
361
+
362
+ <!-- Keyboard -->
363
+ <div class="keyboard">
364
+ <div class="row">
365
+ <div class="key">q</div><div class="key">w</div><div class="key">e</div><div class="key">r</div>
366
+ <div class="key">t</div><div class="key">y</div><div class="key">u</div><div class="key">i</div>
367
+ <div class="key">o</div><div class="key">p</div>
368
+ </div>
369
+ <div class="row" style="padding-left:54px; padding-right:54px;">
370
+ <div class="key">a</div><div class="key">s</div><div class="key">d</div><div class="key">f</div>
371
+ <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>
372
+ </div>
373
+ <div class="row">
374
+ <div class="key fn small">↑</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 back fn icon">⌫</div>
378
+ </div>
379
+ <div class="row">
380
+ <div class="key fn" style="flex:0 0 150px">?123</div>
381
+ <div class="key fn" style="flex:0 0 110px">😊</div>
382
+ <div class="key extra-wide">space</div>
383
+ <div class="key fn" style="flex:0 0 110px">.</div>
384
+ <div class="key enter">✓</div>
385
+ </div>
386
+ </div>
387
+
388
+ <div class="home-indicator"></div>
389
+ </div>
390
+ </body>
391
+ </html>
code/6684/6684_4.html ADDED
@@ -0,0 +1,358 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Save As - Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #121212;
14
+ color: #EDEDED;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ height: 100px;
20
+ padding: 0 28px;
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ color: #ffffff;
25
+ font-weight: 600;
26
+ letter-spacing: 1px;
27
+ }
28
+ .status-right {
29
+ display: flex;
30
+ align-items: center;
31
+ gap: 24px;
32
+ font-weight: 500;
33
+ }
34
+ .status-right span { color: #e0e0e0; font-size: 28px; }
35
+ .icon {
36
+ display: inline-flex;
37
+ width: 40px;
38
+ height: 40px;
39
+ }
40
+
41
+ /* App bar */
42
+ .app-bar {
43
+ height: 140px;
44
+ display: flex;
45
+ align-items: center;
46
+ padding: 0 24px;
47
+ border-bottom: 1px solid #1e1e1e;
48
+ }
49
+ .back-btn {
50
+ width: 96px;
51
+ height: 96px;
52
+ display: inline-flex;
53
+ align-items: center;
54
+ justify-content: center;
55
+ margin-right: 8px;
56
+ }
57
+ .title {
58
+ font-size: 44px;
59
+ font-weight: 600;
60
+ color: #fff;
61
+ }
62
+
63
+ /* Content */
64
+ .content {
65
+ padding: 24px 28px 1100px 28px; /* bottom padding to avoid overlap with input & keyboard */
66
+ }
67
+ .section-label {
68
+ color: #bdbdbd;
69
+ font-size: 28px;
70
+ margin: 14px 0 18px 0;
71
+ letter-spacing: .3px;
72
+ }
73
+ .item {
74
+ display: flex;
75
+ align-items: center;
76
+ padding: 28px 8px;
77
+ gap: 28px;
78
+ border-bottom: 1px solid #1b1b1b;
79
+ }
80
+ .item .ico-wrap {
81
+ width: 88px;
82
+ height: 88px;
83
+ border-radius: 18px;
84
+ background: #1e1e1e;
85
+ display: flex;
86
+ align-items: center;
87
+ justify-content: center;
88
+ flex: 0 0 88px;
89
+ }
90
+ .item .text {
91
+ display: flex;
92
+ flex-direction: column;
93
+ }
94
+ .item .text .primary {
95
+ font-size: 40px;
96
+ color: #fff;
97
+ line-height: 1.15;
98
+ }
99
+ .item .text .secondary {
100
+ font-size: 28px;
101
+ color: #9e9e9e;
102
+ margin-top: 6px;
103
+ }
104
+
105
+ /* Filename bar */
106
+ .filename-bar {
107
+ position: absolute;
108
+ left: 0;
109
+ right: 0;
110
+ bottom: 900px; /* just above keyboard */
111
+ height: 140px;
112
+ padding: 0 28px;
113
+ background: rgba(0,0,0,0.2);
114
+ display: flex;
115
+ align-items: center;
116
+ gap: 24px;
117
+ }
118
+ .file-input {
119
+ flex: 1;
120
+ height: 92px;
121
+ border: 2px solid #ff8c00;
122
+ border-radius: 8px;
123
+ background: #0f0f0f;
124
+ color: #e0e0e0;
125
+ padding: 0 20px;
126
+ font-size: 36px;
127
+ display: flex;
128
+ align-items: center;
129
+ }
130
+ .ext {
131
+ color: #bdbdbd;
132
+ font-size: 36px;
133
+ }
134
+ .btn-disabled {
135
+ width: 170px;
136
+ height: 92px;
137
+ border-radius: 14px;
138
+ background: #2b2b2b;
139
+ color: #8f8f8f;
140
+ display: flex;
141
+ align-items: center;
142
+ justify-content: center;
143
+ font-size: 36px;
144
+ font-weight: 600;
145
+ }
146
+
147
+ /* Keyboard */
148
+ .keyboard {
149
+ position: absolute;
150
+ left: 0;
151
+ right: 0;
152
+ bottom: 40px;
153
+ height: 860px;
154
+ background: #1c2428;
155
+ border-top: 1px solid #101416;
156
+ padding: 16px 18px 22px;
157
+ display: flex;
158
+ flex-direction: column;
159
+ gap: 16px;
160
+ }
161
+ .kbd-toolbar {
162
+ height: 110px;
163
+ background: #12191c;
164
+ border-radius: 12px;
165
+ display: flex;
166
+ align-items: center;
167
+ padding: 0 18px;
168
+ gap: 28px;
169
+ }
170
+ .tool {
171
+ width: 80px; height: 80px; border-radius: 16px; background: #202a2f;
172
+ display: flex; align-items: center; justify-content: center;
173
+ }
174
+ .row {
175
+ display: flex;
176
+ gap: 12px;
177
+ justify-content: center;
178
+ }
179
+ .key {
180
+ height: 120px;
181
+ min-width: 88px;
182
+ background: #2a3338;
183
+ color: #cfd6da;
184
+ border-radius: 18px;
185
+ display: flex;
186
+ align-items: center;
187
+ justify-content: center;
188
+ font-size: 42px;
189
+ box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05);
190
+ }
191
+ .key.shift, .key.backspace { min-width: 140px; }
192
+ .space-row .key { height: 130px; }
193
+ .space { flex: 1; min-width: 420px; }
194
+ .wide { min-width: 160px; }
195
+
196
+ /* Gesture bar */
197
+ .gesture {
198
+ position: absolute;
199
+ left: 50%;
200
+ transform: translateX(-50%);
201
+ bottom: 10px;
202
+ width: 240px;
203
+ height: 10px;
204
+ background: #e6e6e6;
205
+ border-radius: 6px;
206
+ opacity: 0.9;
207
+ }
208
+ </style>
209
+ </head>
210
+ <body>
211
+ <div id="render-target">
212
+
213
+ <!-- Status bar -->
214
+ <div class="status-bar">
215
+ <div style="font-size:34px;">10:09</div>
216
+ <div class="status-right">
217
+ <!-- simple inline icons -->
218
+ <svg class="icon" viewBox="0 0 24 24" fill="#e0e0e0" aria-label="wifi">
219
+ <path d="M12 20a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm6.5-5.5 1.4-1.4A12 12 0 0 0 4.1 13.1l1.4 1.4a10 10 0 0 1 13 0zM12 9a8 8 0 0 1 5.7 2.3l1.4-1.4A10 10 0 0 0 12 7a10 10 0 0 0-7.1 2.9l1.4 1.4A8 8 0 0 1 12 9z"/>
220
+ </svg>
221
+ <svg class="icon" viewBox="0 0 24 24" fill="#e0e0e0" aria-label="alert">
222
+ <path d="M1 21h22L12 2 1 21zm12-3h-2v2h2v-2zm0-6h-2v5h2v-5z"/>
223
+ </svg>
224
+ <svg class="icon" viewBox="0 0 24 24" fill="#e0e0e0" aria-label="mail">
225
+ <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 5L4 8V6l8 5 8-5v2z"/>
226
+ </svg>
227
+ <span>100%</span>
228
+ <svg class="icon" viewBox="0 0 24 24" aria-label="battery">
229
+ <rect x="2" y="7" width="18" height="10" rx="2" ry="2" fill="#e0e0e0"></rect>
230
+ <rect x="21" y="9" width="2" height="6" fill="#e0e0e0"></rect>
231
+ </svg>
232
+ </div>
233
+ </div>
234
+
235
+ <!-- App bar -->
236
+ <div class="app-bar">
237
+ <div class="back-btn">
238
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-label="back">
239
+ <path d="M15 18l-6-6 6-6"></path>
240
+ </svg>
241
+ </div>
242
+ <div class="title">Save as</div>
243
+ </div>
244
+
245
+ <!-- Content list -->
246
+ <div class="content">
247
+ <div class="section-label">Places</div>
248
+
249
+ <div class="item">
250
+ <div class="ico-wrap">
251
+ <svg width="60" height="60" viewBox="0 0 24 24" aria-label="cloud" fill="#4aa3ff">
252
+ <path d="M6 18h10a4 4 0 1 0 0-8 5 5 0 0 0-9.8 1A3.5 3.5 0 0 0 6 18z"/>
253
+ </svg>
254
+ </div>
255
+ <div class="text">
256
+ <div class="primary">OneDrive - Personal</div>
257
+ <div class="secondary">richardwegnar@gmail.com</div>
258
+ </div>
259
+ </div>
260
+
261
+ <div class="item">
262
+ <div class="ico-wrap">
263
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="#cfd8dc" aria-label="device">
264
+ <rect x="6" y="2.5" width="12" height="19" rx="2"></rect>
265
+ <rect x="10" y="4" width="4" height="1.2" fill="#121212"></rect>
266
+ </svg>
267
+ </div>
268
+ <div class="text">
269
+ <div class="primary">This device</div>
270
+ </div>
271
+ </div>
272
+
273
+ <div class="item">
274
+ <div class="ico-wrap">
275
+ <svg width="60" height="60" viewBox="0 0 24 24" aria-label="cloud-outline" fill="#cfd8dc">
276
+ <path d="M6 18h10a4 4 0 1 0 0-8 5 5 0 0 0-9.8 1A3.5 3.5 0 0 0 6 18z" opacity=".7"/>
277
+ </svg>
278
+ </div>
279
+ <div class="text">
280
+ <div class="primary">Browse</div>
281
+ <div class="secondary">Google Drive, SD card, and more…</div>
282
+ </div>
283
+ </div>
284
+
285
+ <div class="item">
286
+ <div class="ico-wrap">
287
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="#cfd8dc" aria-label="add">
288
+ <path d="M11 5h2v6h6v2h-6v6h-2v-6H5v-2h6V5z"/>
289
+ </svg>
290
+ </div>
291
+ <div class="text">
292
+ <div class="primary">Add a place</div>
293
+ <div class="secondary">Connect to cloud storage</div>
294
+ </div>
295
+ </div>
296
+ </div>
297
+
298
+ <!-- Filename bar above keyboard -->
299
+ <div class="filename-bar">
300
+ <div class="file-input">File name</div>
301
+ <div class="ext">.pptx</div>
302
+ <div class="btn-disabled">Save</div>
303
+ </div>
304
+
305
+ <!-- Keyboard -->
306
+ <div class="keyboard">
307
+ <div class="kbd-toolbar">
308
+ <div class="tool">
309
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#cfd8dc"><circle cx="12" cy="12" r="4"/></svg>
310
+ </div>
311
+ <div class="tool">
312
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#cfd8dc"><path d="M12 2a7 7 0 0 0 0 14h6v6h2V2h-8z"/></svg>
313
+ </div>
314
+ <div class="tool"><span style="color:#cfd8dc;font-weight:700">GIF</span></div>
315
+ <div class="tool">
316
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#cfd8dc"><circle cx="12" cy="12" r="8"/><path d="M12 8v8M8 12h8" stroke="#1c2428" stroke-width="2"/></svg>
317
+ </div>
318
+ <div class="tool">
319
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#cfd8dc"><path d="M3 4h18v3H3zM3 10h18v3H3zM3 16h18v3H3z"/></svg>
320
+ </div>
321
+ <div style="margin-left:auto; display:flex; gap:20px;">
322
+ <div class="tool">
323
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#cfd8dc"><path d="M12 3a5 5 0 0 0-5 5v4H5a2 2 0 0 0-2 2v5h18v-5a2 2 0 0 0-2-2h-2V8a5 5 0 0 0-5-5z"/></svg>
324
+ </div>
325
+ </div>
326
+ </div>
327
+
328
+ <div class="row">
329
+ <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>
330
+ <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>
331
+ </div>
332
+ <div class="row" style="padding: 0 40px;">
333
+ <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>
334
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
335
+ </div>
336
+ <div class="row">
337
+ <div class="key shift">
338
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#cfd6da"><path d="M12 3l7 7h-4v7H9v-7H5l7-7z"/></svg>
339
+ </div>
340
+ <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>
341
+ <div class="key backspace">
342
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#cfd6da"><path d="M22 5H9L2 12l7 7h13V5zm-4.4 9.6-1.2 1.2L14 13.4l-2.4 2.4-1.2-1.2L12.6 12l-2.2-2.2 1.2-1.2L14 10.6l2.4-2.4 1.2 1.2L15.4 12l2.2 2.2z"/></svg>
343
+ </div>
344
+ </div>
345
+ <div class="row space-row">
346
+ <div class="key wide">?123</div>
347
+ <div class="key">,</div>
348
+ <div class="key">😊</div>
349
+ <div class="key space"></div>
350
+ <div class="key">.</div>
351
+ <div class="key wide" style="background:#4bd6a7; color:#0c1a18; font-weight:700;">✓</div>
352
+ </div>
353
+ </div>
354
+
355
+ <div class="gesture"></div>
356
+ </div>
357
+ </body>
358
+ </html>
code/6684/6684_5.html ADDED
@@ -0,0 +1,323 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Save As UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ position: relative;
11
+ overflow: hidden;
12
+ width: 1080px;
13
+ height: 2400px;
14
+ background: #121212;
15
+ color: #EDEDED;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ right: 0;
24
+ height: 90px;
25
+ background: #1E1E1E;
26
+ display: flex;
27
+ align-items: center;
28
+ padding: 0 28px;
29
+ box-sizing: border-box;
30
+ color: #fff;
31
+ font-weight: 600;
32
+ letter-spacing: 1px;
33
+ }
34
+ .status-left { font-size: 32px; }
35
+ .status-right {
36
+ margin-left: auto;
37
+ display: flex;
38
+ align-items: center;
39
+ gap: 24px;
40
+ color: #fff;
41
+ }
42
+ .icon-dot { width: 10px; height: 10px; border-radius: 50%; background:#fff; opacity:.9; }
43
+ .battery {
44
+ width: 50px; height: 24px; border: 3px solid #fff; border-radius: 4px; position: relative;
45
+ }
46
+ .battery::after {
47
+ content: ""; position: absolute; right: -8px; top: 5px; width: 6px; height: 12px; background:#fff; border-radius: 2px;
48
+ }
49
+ .battery .level { position:absolute; left:2px; top:2px; bottom:2px; width:36px; background:#fff; }
50
+
51
+ /* App bar */
52
+ .app-bar {
53
+ position: absolute;
54
+ top: 90px;
55
+ left: 0; right: 0;
56
+ height: 120px;
57
+ background: #1E1E1E;
58
+ display: flex;
59
+ align-items: center;
60
+ padding: 0 24px;
61
+ box-sizing: border-box;
62
+ border-bottom: 1px solid #2A2A2A;
63
+ }
64
+ .back-btn {
65
+ width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; margin-right: 12px;
66
+ }
67
+ .title { font-size: 48px; font-weight: 600; color: #EDEDED; }
68
+
69
+ /* Content list */
70
+ .content {
71
+ position: absolute;
72
+ top: 210px;
73
+ left: 0; right: 0;
74
+ bottom: 880px; /* leave space for filename bar + keyboard */
75
+ overflow: hidden;
76
+ padding: 16px 32px;
77
+ box-sizing: border-box;
78
+ }
79
+ .section-label {
80
+ color: #AAAAAA;
81
+ font-size: 34px;
82
+ margin: 16px 12px 24px;
83
+ }
84
+ .list {
85
+ display: flex;
86
+ flex-direction: column;
87
+ gap: 22px;
88
+ }
89
+ .item {
90
+ display: flex;
91
+ align-items: center;
92
+ padding: 28px 12px;
93
+ border-radius: 12px;
94
+ }
95
+ .item .icon {
96
+ width: 84px; height: 84px; display: flex; align-items: center; justify-content: center; margin-right: 28px;
97
+ }
98
+ .item .text {
99
+ display: flex;
100
+ flex-direction: column;
101
+ }
102
+ .item .primary { font-size: 46px; color: #EDEDED; line-height: 1.1; }
103
+ .item .secondary { font-size: 32px; color: #9A9A9A; margin-top: 8px; }
104
+
105
+ /* Filename bar */
106
+ .filename-bar {
107
+ position: absolute;
108
+ left: 0; right: 0;
109
+ bottom: 980px;
110
+ height: 120px;
111
+ background: transparent;
112
+ display: flex;
113
+ align-items: center;
114
+ padding: 0 28px;
115
+ box-sizing: border-box;
116
+ gap: 18px;
117
+ }
118
+ .text-field {
119
+ flex: 1;
120
+ height: 86px;
121
+ border: 2px solid #F08A24;
122
+ border-radius: 10px;
123
+ display: flex;
124
+ align-items: center;
125
+ padding: 0 18px;
126
+ box-sizing: border-box;
127
+ color: #EDEDED;
128
+ font-size: 40px;
129
+ }
130
+ .text-field .value { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
131
+ .clear-x {
132
+ margin-left: auto;
133
+ width: 44px; height: 44px; border-radius: 22px;
134
+ display: flex; align-items: center; justify-content: center;
135
+ color: #EDEDED; border: 1px solid #666;
136
+ }
137
+ .ext { font-size: 40px; color: #BFBFBF; }
138
+ .btn-save {
139
+ width: 160px; height: 86px; border-radius: 10px;
140
+ background: #3A3A3A; color: #8B8B8B; display: flex; align-items: center; justify-content: center; font-size: 40px;
141
+ }
142
+
143
+ /* Keyboard */
144
+ .keyboard {
145
+ position: absolute;
146
+ left: 0; right: 0; bottom: 0;
147
+ height: 980px;
148
+ background: #0F1518;
149
+ border-top: 1px solid #222;
150
+ box-sizing: border-box;
151
+ }
152
+ .kb-suggest {
153
+ height: 98px; display: flex; align-items: center; padding: 0 24px; gap: 24px; color: #DCDCDC; font-size: 38px; border-bottom: 1px solid #1F1F1F;
154
+ }
155
+ .kb-suggest .grid {
156
+ width: 64px; height: 64px; border-radius: 16px; border: 2px solid #3A3F42; display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, 1fr); gap: 6px; padding: 8px; box-sizing:border-box;
157
+ }
158
+ .kb-suggest .grid span { background:#3A3F42; border-radius: 4px; }
159
+ .kb-suggest .divider { width: 2px; height: 42px; background:#3A3A3A; }
160
+ .kb-suggest .mic { margin-left: auto; width: 44px; height: 44px; border-radius: 22px; border: 2px solid #3A3F42; display:flex; align-items:center; justify-content:center; }
161
+ .kb-rows { padding: 18px 16px; box-sizing: border-box; display: flex; flex-direction: column; gap: 18px; }
162
+ .row { display: flex; justify-content: center; gap: 12px; }
163
+ .key {
164
+ min-width: 86px; height: 112px; background: #2A2F33; color: #E8E8E8; border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 44px;
165
+ }
166
+ .key.wide { min-width: 120px; }
167
+ .key.backspace { min-width: 140px; }
168
+ .key.shift { min-width: 140px; }
169
+ .space-row { display: flex; align-items: center; gap: 12px; padding: 0 12px; }
170
+ .key-pill { height: 112px; padding: 0 34px; background: #2A2F33; border-radius: 24px; color:#E8E8E8; display:flex; align-items:center; justify-content:center; font-size: 42px; }
171
+ .space { flex: 1; height: 112px; background: #2A2F33; border-radius: 24px; }
172
+ .enter {
173
+ width: 124px; height: 124px; background: #52E3C2; color: #0C1416; border-radius: 62px; display:flex; align-items:center; justify-content:center; font-weight: 700; font-size: 48px;
174
+ }
175
+ </style>
176
+ </head>
177
+ <body>
178
+ <div id="render-target">
179
+ <!-- Status bar -->
180
+ <div class="status-bar">
181
+ <div class="status-left">10:25</div>
182
+ <div class="status-right">
183
+ <!-- Simple icons placeholders -->
184
+ <div class="icon-dot"></div>
185
+ <div class="icon-dot"></div>
186
+ <div class="icon-dot"></div>
187
+ <div class="battery"><div class="level"></div></div>
188
+ <div style="font-size:28px; opacity:.95;">100%</div>
189
+ </div>
190
+ </div>
191
+
192
+ <!-- App bar -->
193
+ <div class="app-bar">
194
+ <div class="back-btn" aria-label="Back">
195
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="none">
196
+ <path d="M14.5 5L7.5 12l7 7" stroke="#EDEDED" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"/>
197
+ </svg>
198
+ </div>
199
+ <div class="title">Save as</div>
200
+ </div>
201
+
202
+ <!-- Content -->
203
+ <div class="content">
204
+ <div class="section-label">Places</div>
205
+ <div class="list">
206
+ <div class="item">
207
+ <div class="icon">
208
+ <!-- Simple OneDrive-like blue cloud -->
209
+ <svg width="84" height="84" viewBox="0 0 64 64">
210
+ <path d="M26 26c3-8 12-10 18-5 5 4 4 8 4 8 5 0 10 4 10 10s-4 10-10 10H18c-6 0-10-4-10-10s5-10 10-10c0 0 2-3 8-3z" fill="#2D8CFF"/>
211
+ </svg>
212
+ </div>
213
+ <div class="text">
214
+ <div class="primary">OneDrive - Personal</div>
215
+ <div class="secondary">richardwegnar@gmail.com</div>
216
+ </div>
217
+ </div>
218
+
219
+ <div class="item">
220
+ <div class="icon">
221
+ <!-- Phone icon -->
222
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="none">
223
+ <rect x="5" y="2.5" width="14" height="19" rx="2.5" stroke="#BDBDBD" stroke-width="1.8"/>
224
+ <circle cx="12" cy="18" r="1.2" fill="#BDBDBD"/>
225
+ </svg>
226
+ </div>
227
+ <div class="text">
228
+ <div class="primary">This device</div>
229
+ </div>
230
+ </div>
231
+
232
+ <div class="item">
233
+ <div class="icon">
234
+ <!-- Cloud outline -->
235
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="none">
236
+ <path d="M6 18a4 4 0 010-8 5 5 0 019.8-1.2A4 4 0 1118 18H6z" stroke="#BDBDBD" stroke-width="1.8" fill="none"/>
237
+ </svg>
238
+ </div>
239
+ <div class="text">
240
+ <div class="primary">Browse</div>
241
+ <div class="secondary">Google Drive, SD card, and more...</div>
242
+ </div>
243
+ </div>
244
+
245
+ <div class="item">
246
+ <div class="icon">
247
+ <!-- Plus -->
248
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="none">
249
+ <path d="M12 5v14M5 12h14" stroke="#BDBDBD" stroke-width="2" stroke-linecap="round"/>
250
+ </svg>
251
+ </div>
252
+ <div class="text">
253
+ <div class="primary">Add a place</div>
254
+ <div class="secondary">Connect to cloud storage</div>
255
+ </div>
256
+ </div>
257
+ </div>
258
+ </div>
259
+
260
+ <!-- Filename bar -->
261
+ <div class="filename-bar">
262
+ <div class="text-field">
263
+ <div class="value">Mechanical Engineering Projects</div>
264
+ <div class="clear-x">×</div>
265
+ </div>
266
+ <div class="ext">.pptx</div>
267
+ <div class="btn-save">Save</div>
268
+ </div>
269
+
270
+ <!-- Keyboard -->
271
+ <div class="keyboard">
272
+ <div class="kb-suggest">
273
+ <div class="grid">
274
+ <span></span><span></span><span></span><span></span>
275
+ </div>
276
+ <div>Projects</div>
277
+ <div class="divider"></div>
278
+ <div>Project's</div>
279
+ <div class="mic">
280
+ <svg width="22" height="22" viewBox="0 0 24 24" fill="none">
281
+ <rect x="9" y="4" width="6" height="10" rx="3" stroke="#98A1A6" stroke-width="2"/>
282
+ <path d="M5 11a7 7 0 0014 0M12 18v3" stroke="#98A1A6" stroke-width="2" stroke-linecap="round"/>
283
+ </svg>
284
+ </div>
285
+ </div>
286
+ <div class="kb-rows">
287
+ <div class="row">
288
+ <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>
289
+ <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>
290
+ </div>
291
+ <div class="row">
292
+ <div class="key wide">a</div><div class="key">s</div><div class="key">d</div><div class="key">f</div><div class="key">g</div>
293
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
294
+ <div class="key backspace">
295
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none">
296
+ <path d="M3 12l5-6h11a2 2 0 012 2v8a2 2 0 01-2 2H8L3 12z" stroke="#EAEAEA" stroke-width="1.6"/>
297
+ <path d="M12 9l4 4m0-4l-4 4" stroke="#EAEAEA" stroke-width="1.6" stroke-linecap="round"/>
298
+ </svg>
299
+ </div>
300
+ </div>
301
+ <div class="row">
302
+ <div class="key shift">
303
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none">
304
+ <path d="M12 4l6 6h-4v6H10v-6H6l6-6z" fill="#EAEAEA"/>
305
+ </svg>
306
+ </div>
307
+ <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>
308
+ <div class="key">n</div><div class="key">m</div>
309
+ <div class="key">.</div>
310
+ </div>
311
+ <div class="space-row">
312
+ <div class="key-pill">?123</div>
313
+ <div class="key-pill">,</div>
314
+ <div class="key-pill">🙂</div>
315
+ <div class="space"></div>
316
+ <div class="key-pill">.</div>
317
+ <div class="enter">✓</div>
318
+ </div>
319
+ </div>
320
+ </div>
321
+ </div>
322
+ </body>
323
+ </html>
code/6684/6684_7.html ADDED
@@ -0,0 +1,246 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Save As - Mock</title>
7
+ <style>
8
+ :root{
9
+ --bg:#0f0f10;
10
+ --panel:#1b1b1c;
11
+ --panel-2:#151516;
12
+ --text:#eaeaea;
13
+ --muted:#a3a3a3;
14
+ --divider:#2a2a2a;
15
+ --accent:#ff6f00;
16
+ --key:#2a2d2f;
17
+ --key-dark:#202325;
18
+ --key-label:#d7d9db;
19
+ --success:#56f0c3;
20
+ }
21
+ html, body { margin:0; padding:0; background:transparent; }
22
+ #render-target{
23
+ width:1080px; height:2400px;
24
+ position:relative; overflow:hidden;
25
+ background:var(--bg);
26
+ color:var(--text);
27
+ font-family: Roboto, system-ui, -apple-system, Segoe UI, Helvetica, Arial, sans-serif;
28
+ }
29
+
30
+ /* Status bar */
31
+ .status-bar{
32
+ height:96px;
33
+ padding:0 28px;
34
+ display:flex;
35
+ align-items:center;
36
+ justify-content:space-between;
37
+ color:#e6e6e6;
38
+ font-weight:600;
39
+ letter-spacing:0.5px;
40
+ background:transparent;
41
+ font-size:40px;
42
+ }
43
+ .status-icons{
44
+ display:flex; align-items:center; gap:24px; color:#e6e6e6;
45
+ font-size:34px;
46
+ }
47
+ .icon{ display:inline-flex; width:48px; height:48px; align-items:center; justify-content:center; }
48
+
49
+ /* App bar */
50
+ .app-bar{
51
+ height:124px; border-bottom:1px solid var(--divider);
52
+ display:flex; align-items:center; justify-content:space-between;
53
+ padding:0 24px 0 12px; background:var(--panel);
54
+ }
55
+ .app-left{ display:flex; align-items:center; gap:8px; }
56
+ .app-title{ font-size:54px; font-weight:600; }
57
+ .places{ display:flex; align-items:center; gap:14px; color:var(--text); font-size:40px; opacity:.95; }
58
+
59
+ /* Path row */
60
+ .path-row{
61
+ height:92px; background:var(--panel-2);
62
+ display:flex; align-items:center; gap:18px;
63
+ padding:0 28px; color:#d9d9d9; font-size:38px;
64
+ border-bottom:1px solid var(--divider);
65
+ }
66
+ .device-icon{ width:46px; height:46px; }
67
+
68
+ /* Content empty state */
69
+ .content{
70
+ height:1030px; /* computed to make room for controls + keyboard */
71
+ display:flex; align-items:center; justify-content:center;
72
+ color:#8d8d8d; font-size:52px;
73
+ }
74
+
75
+ /* Filename controls above keyboard */
76
+ .filename-controls{
77
+ height:148px; padding:18px 24px;
78
+ display:flex; align-items:center; gap:20px;
79
+ background:var(--panel-2);
80
+ border-top:1px solid var(--divider);
81
+ }
82
+ .filename-field{
83
+ flex:1; display:flex; align-items:center; gap:16px;
84
+ border:2px solid var(--accent);
85
+ padding:20px 22px; border-radius:10px;
86
+ background:#0f0f10;
87
+ min-width:0;
88
+ }
89
+ .filename-text{ font-size:42px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
90
+ .chip-x{
91
+ width:54px; height:54px; border-radius:8px;
92
+ background:transparent; border:1px solid #b25700;
93
+ display:flex; align-items:center; justify-content:center; color:#e9e9e9;
94
+ flex:0 0 auto;
95
+ }
96
+ .ext{ font-size:42px; color:#cfcfcf; }
97
+ .save-btn{
98
+ background:var(--accent); color:white; font-weight:700;
99
+ padding:26px 44px; border-radius:12px; font-size:44px;
100
+ }
101
+
102
+ /* Suggestions (above keys) and keyboard */
103
+ .keyboard{
104
+ height:900px; background:#111213; border-top:1px solid var(--divider);
105
+ display:flex; flex-direction:column;
106
+ }
107
+ .suggestions{
108
+ height:110px; display:flex; align-items:center; gap:24px;
109
+ padding:0 24px; color:#dcdcdc; background:#171819; font-size:40px;
110
+ border-bottom:1px solid var(--divider);
111
+ }
112
+ .divider-v{
113
+ width:2px; height:44px; background:#3a3a3a; margin:0 8px;
114
+ }
115
+ .keys{ flex:1; padding:18px 18px 24px; display:flex; flex-direction:column; gap:18px; }
116
+ .row{ display:flex; gap:16px; justify-content:space-between; }
117
+ .key{
118
+ flex:1; height:120px; background:var(--key);
119
+ border-radius:18px; display:flex; align-items:center; justify-content:center;
120
+ color:var(--key-label); font-size:46px; box-shadow:inset 0 -2px 0 #1b1c1d;
121
+ }
122
+ .key.small{ flex:0 0 110px; }
123
+ .key.wide{ flex:1.5; }
124
+ .key.dark{ background:var(--key-dark); }
125
+ .key.green{ background:#86f5d8; color:#0a1f1a; font-weight:700; }
126
+ .left-round, .right-round{
127
+ width:128px; height:128px; border-radius:64px; display:flex; align-items:center; justify-content:center;
128
+ font-size:42px; color:#0c0d0d;
129
+ }
130
+ .left-round{ background:#8dd0b0; color:#0a1b14; }
131
+ .right-round{ background:#7cf0c8; color:#082018; }
132
+ .gesture{
133
+ position:absolute; left:50%; transform:translateX(-50%);
134
+ bottom:22px; width:320px; height:8px; border-radius:4px; background:#e6e6e6; opacity:.9;
135
+ }
136
+ .muted{ color:var(--muted); }
137
+ </style>
138
+ </head>
139
+ <body>
140
+ <div id="render-target">
141
+
142
+ <!-- Status bar -->
143
+ <div class="status-bar">
144
+ <div>10:26</div>
145
+ <div class="status-icons">
146
+ <!-- Email icon -->
147
+ <span class="icon">
148
+ <svg viewBox="0 0 24 24" width="44" height="44" fill="#e6e6e6"><path d="M2 6h20v12H2z" opacity=".15"/><path d="M2 6h20v12H2V6zm2 2v8h16V8l-8 5L4 8z"/></svg>
149
+ </span>
150
+ <!-- Alert triangle -->
151
+ <span class="icon">
152
+ <svg viewBox="0 0 24 24" width="44" height="44" fill="#e6e6e6"><path d="M12 3 1 21h22L12 3zm1 12h-2v2h2v-2zm0-6h-2v5h2V9z"/></svg>
153
+ </span>
154
+ <!-- Dot -->
155
+ <span style="font-size:48px;">•</span>
156
+ <!-- WiFi -->
157
+ <span class="icon">
158
+ <svg viewBox="0 0 24 24" width="44" height="44" fill="#e6e6e6"><path d="M12 20l-2-2h4l-2 2zm0-4c2.8 0 5.3 1.1 7.1 2.9l1.4-1.4C18.9 15.9 15.7 14.6 12 14.6s-6.9 1.3-8.5 3.5l1.4 1.4C6.7 17.1 9.2 16 12 16zM2.3 9.7l1.4 1.4C6.4 8.5 9.1 7.4 12 7.4s5.6 1.1 8.3 3.7l1.4-1.4C19.5 6.6 15.9 5 12 5S4.5 6.6 2.3 9.7z"/></svg>
159
+ </span>
160
+ <!-- Battery -->
161
+ <span class="icon">
162
+ <svg viewBox="0 0 24 24" width="52" height="52" fill="#e6e6e6"><path d="M16 7h1a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-1v1H6v-1H5a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h1V6h10v1z" opacity=".1"/><path d="M18 8a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h13zm-1 2H6v4h11v-4zM20 10h2v4h-2z"/></svg>
163
+ </span>
164
+ <span style="width:92px; text-align:right;">100%</span>
165
+ </div>
166
+ </div>
167
+
168
+ <!-- App bar -->
169
+ <div class="app-bar">
170
+ <div class="app-left">
171
+ <span class="icon" aria-hidden="true">
172
+ <svg viewBox="0 0 24 24" width="64" height="64" fill="#e6e6e6"><path d="M15.4 5 7 12l8.4 7 1.6-1.9L10.6 12l6.4-5.1L15.4 5z"/></svg>
173
+ </span>
174
+ <div class="app-title">Save as</div>
175
+ </div>
176
+ <div class="places">
177
+ <svg viewBox="0 0 24 24" width="54" height="54" fill="#e6e6e6"><path d="M10 4l2 2h8v12H4V4h6zm10 4H4v8h16V8z"/></svg>
178
+ <span>Places</span>
179
+ </div>
180
+ </div>
181
+
182
+ <!-- Path row -->
183
+ <div class="path-row">
184
+ <svg class="device-icon" viewBox="0 0 24 24" fill="#dcdcdc"><path d="M7 2h10a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm0 2v14h10V4H7zm4 16h2v1h-2v-1z"/></svg>
185
+ <span>This device &gt; Documents</span>
186
+ </div>
187
+
188
+ <!-- Empty state -->
189
+ <div class="content">
190
+ <div class="muted">This folder is empty.</div>
191
+ </div>
192
+
193
+ <!-- Filename controls -->
194
+ <div class="filename-controls">
195
+ <div class="filename-field">
196
+ <div class="filename-text">Mechanical Engineering Projects</div>
197
+ <div class="chip-x">×</div>
198
+ <div class="ext">.pptx</div>
199
+ </div>
200
+ <div class="save-btn">Save</div>
201
+ </div>
202
+
203
+ <!-- Keyboard mock -->
204
+ <div class="keyboard">
205
+ <div class="suggestions">
206
+ <svg viewBox="0 0 24 24" width="56" height="56" fill="#cfd2d4" style="margin-right:12px;"><circle cx="12" cy="6" r="2"/><path d="M10 9h4v9h-4z"/><path d="M4 13h4v5H4zm12 0h4v5h-4z"/></svg>
207
+ <span>Projects</span>
208
+ <div class="divider-v"></div>
209
+ <span>Project's</span>
210
+ <div style="margin-left:auto; opacity:.8;">
211
+ <svg viewBox="0 0 24 24" width="56" height="56" fill="#cfd2d4"><path d="M12 4a8 8 0 1 0 .001 16.001A8 8 0 0 0 12 4zm1 12h-2v-2h2v2zm0-4h-2V8h2v4z"/></svg>
212
+ </div>
213
+ </div>
214
+
215
+ <div class="keys">
216
+ <div class="row">
217
+ <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>
218
+ </div>
219
+ <div class="row">
220
+ <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>
221
+ <div class="key small dark">
222
+ <svg viewBox="0 0 24 24" width="48" height="48" fill="#d7d9db"><path d="M19 7l-7 7-7-7 1.4-1.4L12 11.2l5.6-5.6L19 7z"/></svg>
223
+ </div>
224
+ </div>
225
+ <div class="row">
226
+ <div class="left-round">?123</div>
227
+ <div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div><div class="key">b</div><div class="key">n</div><div class="key">m</div>
228
+ <div class="key small dark">
229
+ <svg viewBox="0 0 24 24" width="46" height="46" fill="#d7d9db"><path d="M3 17h12l-3.5-3.5 1.4-1.4L19 18l-6.1 5.9-1.4-1.4L15 19H3v-2zM21 3H7v2h14V3z"/></svg>
230
+ </div>
231
+ <div class="right-round">
232
+ <svg viewBox="0 0 24 24" width="46" height="46" fill="#0a1f1a"><path d="M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z"/></svg>
233
+ </div>
234
+ </div>
235
+ <div class="row">
236
+ <div class="key small">,</div>
237
+ <div class="key wide">space</div>
238
+ <div class="key small">.</div>
239
+ </div>
240
+ </div>
241
+ </div>
242
+
243
+ <div class="gesture"></div>
244
+ </div>
245
+ </body>
246
+ </html>
code/6684/6684_8.html ADDED
@@ -0,0 +1,244 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Mechanical Engineering Projects - Viewer</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: #121212;
15
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
16
+ color: #EDEDED;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ height: 96px;
22
+ padding: 0 28px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ color: #E0E0E0;
27
+ font-size: 34px;
28
+ letter-spacing: 0.5px;
29
+ }
30
+ .status-right {
31
+ display: flex;
32
+ align-items: center;
33
+ gap: 22px;
34
+ }
35
+ .icon {
36
+ display: inline-flex;
37
+ width: 44px;
38
+ height: 44px;
39
+ align-items: center;
40
+ justify-content: center;
41
+ }
42
+ .icon svg { width: 44px; height: 44px; fill: none; stroke: #E0E0E0; stroke-width: 2.5; }
43
+
44
+ /* App bar */
45
+ .app-bar {
46
+ height: 128px;
47
+ background: #1B1B1B;
48
+ border-bottom: 1px solid #2C2C2C;
49
+ display: flex;
50
+ align-items: center;
51
+ padding: 0 24px;
52
+ gap: 24px;
53
+ }
54
+ .title {
55
+ font-size: 40px;
56
+ color: #EDEDED;
57
+ white-space: nowrap;
58
+ overflow: hidden;
59
+ text-overflow: ellipsis;
60
+ flex: 1;
61
+ }
62
+ .app-actions {
63
+ display: flex;
64
+ align-items: center;
65
+ gap: 24px;
66
+ }
67
+ .cloud svg { stroke: #E0E0E0; }
68
+ .kebab svg { fill: #E0E0E0; stroke: none; }
69
+
70
+ /* Slides area */
71
+ .content {
72
+ padding: 8px 12px 0 12px;
73
+ }
74
+ .slide {
75
+ background: #FFFFFF;
76
+ margin: 8px 0;
77
+ height: 620px;
78
+ display: flex;
79
+ align-items: center;
80
+ justify-content: center;
81
+ }
82
+ .slide.border-black { border: 8px solid #000000; }
83
+ .slide.border-red { border: 8px solid #B6452E; }
84
+ .slide h1 {
85
+ color: #222;
86
+ font-size: 56px;
87
+ font-weight: 500;
88
+ text-align: center;
89
+ line-height: 1.25;
90
+ margin: 0;
91
+ }
92
+ .img-placeholder {
93
+ width: 520px;
94
+ height: 420px;
95
+ background: #E0E0E0;
96
+ border: 1px solid #BDBDBD;
97
+ color: #757575;
98
+ display: flex;
99
+ align-items: center;
100
+ justify-content: center;
101
+ font-size: 28px;
102
+ text-align: center;
103
+ }
104
+
105
+ /* Spacer (black canvas area) */
106
+ .spacer {
107
+ height: 704px;
108
+ background: #000000;
109
+ }
110
+
111
+ /* Bottom toolbar */
112
+ .bottom-bar {
113
+ position: absolute;
114
+ left: 0; right: 0;
115
+ bottom: 80px;
116
+ height: 170px;
117
+ background: #1E1E1E;
118
+ border-top: 1px solid #2E2E2E;
119
+ display: grid;
120
+ grid-template-columns: repeat(5, 1fr);
121
+ align-items: center;
122
+ padding: 0 16px;
123
+ }
124
+ .bar-item {
125
+ display: flex;
126
+ flex-direction: column;
127
+ align-items: center;
128
+ gap: 14px;
129
+ color: #CFCFCF;
130
+ font-size: 28px;
131
+ }
132
+ .bar-item svg { width: 48px; height: 48px; stroke: #CFCFCF; fill: none; stroke-width: 2.5; }
133
+
134
+ /* Gesture pill */
135
+ .gesture {
136
+ position: absolute;
137
+ bottom: 24px;
138
+ left: 50%;
139
+ transform: translateX(-50%);
140
+ width: 300px;
141
+ height: 10px;
142
+ background: #FFFFFF;
143
+ border-radius: 6px;
144
+ opacity: 0.95;
145
+ }
146
+ </style>
147
+ </head>
148
+ <body>
149
+ <div id="render-target">
150
+
151
+ <!-- Status bar -->
152
+ <div class="status-bar">
153
+ <div class="status-left">10:27</div>
154
+ <div class="status-right">
155
+ <!-- simple check icon -->
156
+ <span class="icon">
157
+ <svg viewBox="0 0 24 24"><path d="M4 12l4 4 12-12" /></svg>
158
+ </span>
159
+ <!-- mail -->
160
+ <span class="icon">
161
+ <svg viewBox="0 0 24 24"><rect x="3" y="5" width="18" height="14" rx="2"/><path d="M3 7l9 6 9-6"/></svg>
162
+ </span>
163
+ <!-- warning -->
164
+ <span class="icon">
165
+ <svg viewBox="0 0 24 24"><path d="M12 3l9 16H3z"/><circle cx="12" cy="14" r="1.5" stroke="none" fill="#E0E0E0"/><path d="M12 8v4"/></svg>
166
+ </span>
167
+ <!-- mail outline -->
168
+ <span class="icon">
169
+ <svg viewBox="0 0 24 24"><rect x="3" y="5" width="18" height="14" rx="2"/><path d="M3 7l9 6 9-6"/></svg>
170
+ </span>
171
+ <!-- dot -->
172
+ <span class="icon">
173
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="2" /></svg>
174
+ </span>
175
+ <!-- wifi -->
176
+ <span class="icon">
177
+ <svg viewBox="0 0 24 24"><path d="M2 8c5-4 15-4 20 0"/><path d="M5 11c4-3 10-3 14 0"/><path d="M8 14c3-2 5-2 8 0"/><circle cx="12" cy="18" r="1.8" stroke="none" fill="#E0E0E0"/></svg>
178
+ </span>
179
+ <!-- battery -->
180
+ <span class="icon">
181
+ <svg viewBox="0 0 24 24"><rect x="2" y="7" width="18" height="10" rx="2"/><rect x="20" y="10" width="2" height="4" rx="1" stroke="none" fill="#E0E0E0"/></svg>
182
+ </span>
183
+ <div style="font-size:30px;">100%</div>
184
+ </div>
185
+ </div>
186
+
187
+ <!-- App Bar -->
188
+ <div class="app-bar">
189
+ <div class="icon">
190
+ <svg viewBox="0 0 24 24"><path d="M15 6l-6 6 6 6"/></svg>
191
+ </div>
192
+ <div class="title">Mechanical E...ring Projects</div>
193
+ <div class="app-actions">
194
+ <div class="icon cloud">
195
+ <svg viewBox="0 0 24 24"><path d="M6 15a4 4 0 010-8 5 5 0 019.5 1.5A3.5 3.5 0 0116 15H6z"/></svg>
196
+ </div>
197
+ <div class="icon kebab">
198
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="5" r="2.2"/><circle cx="12" cy="12" r="2.2"/><circle cx="12" cy="19" r="2.2"/></svg>
199
+ </div>
200
+ </div>
201
+ </div>
202
+
203
+ <!-- Slides -->
204
+ <div class="content">
205
+ <div class="slide border-black">
206
+ <h1>Mechanical Engineering Projects</h1>
207
+ </div>
208
+
209
+ <div class="slide border-red">
210
+ <div class="img-placeholder">[IMG: Mechanical assembly diagram]</div>
211
+ </div>
212
+
213
+ <div class="spacer"></div>
214
+ </div>
215
+
216
+ <!-- Bottom toolbar -->
217
+ <div class="bottom-bar">
218
+ <div class="bar-item">
219
+ <svg viewBox="0 0 24 24"><rect x="3" y="5" width="18" height="12" rx="2"/><path d="M8 19h8"/></svg>
220
+ <div>Present</div>
221
+ </div>
222
+ <div class="bar-item">
223
+ <svg viewBox="0 0 24 24"><rect x="5" y="3" width="14" height="18" rx="2"/><path d="M8 7h8M8 11h8M8 15h6"/></svg>
224
+ <div>Notes</div>
225
+ </div>
226
+ <div class="bar-item">
227
+ <svg viewBox="0 0 24 24"><path d="M4 20l6-2 8-8a3 3 0 10-4-4l-8 8-2 6z"/></svg>
228
+ <div>Edit</div>
229
+ </div>
230
+ <div class="bar-item">
231
+ <svg viewBox="0 0 24 24"><circle cx="11" cy="11" r="6"/><path d="M20 20l-4.5-4.5"/></svg>
232
+ <div>Find</div>
233
+ </div>
234
+ <div class="bar-item">
235
+ <svg viewBox="0 0 24 24"><circle cx="18" cy="5" r="3"/><circle cx="6" cy="12" r="3"/><circle cx="18" cy="19" r="3"/><path d="M8.7 10.7l6-3.4M8.7 13.3l6 3.4"/></svg>
236
+ <div>Share</div>
237
+ </div>
238
+ </div>
239
+
240
+ <!-- Gesture pill -->
241
+ <div class="gesture"></div>
242
+ </div>
243
+ </body>
244
+ </html>
code/6685/6685_0.html ADDED
@@ -0,0 +1,335 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0" />
6
+ <title>Product Page UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #ffffff; border-radius: 28px;
13
+ box-shadow: 0 2px 8px rgba(0,0,0,0.06);
14
+ font-family: -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", Roboto, Arial, sans-serif;
15
+ color: #1f2937; /* dark */
16
+ }
17
+
18
+ .status-bar {
19
+ height: 140px;
20
+ background: #8c8c8c;
21
+ }
22
+
23
+ /* Header / search */
24
+ .header {
25
+ display: flex; align-items: center;
26
+ padding: 24px 32px;
27
+ gap: 24px;
28
+ background: #fff;
29
+ }
30
+ .icon-btn {
31
+ width: 88px; height: 88px;
32
+ display: flex; align-items: center; justify-content: center;
33
+ border-radius: 20px;
34
+ }
35
+ .logo {
36
+ width: 80px; height: 80px; border-radius: 20px;
37
+ background: #e53935; color: #fff; font-weight: 700;
38
+ display: flex; align-items: center; justify-content: center;
39
+ font-size: 40px;
40
+ }
41
+ .search-pill {
42
+ flex: 1;
43
+ height: 96px; border-radius: 48px;
44
+ border: 2px solid #e5e7eb; background: #f7f7f8;
45
+ display: flex; align-items: center; gap: 18px;
46
+ padding: 0 24px;
47
+ }
48
+ .search-placeholder {
49
+ flex: 1; color: #6b7280; font-size: 34px;
50
+ }
51
+
52
+ .divider { height: 2px; background: #ececec; margin: 12px 0; }
53
+
54
+ /* FAQ section */
55
+ .section { padding: 24px 32px; }
56
+ .faq-title {
57
+ font-weight: 800; font-size: 40px; margin-bottom: 10px;
58
+ }
59
+ .faq-answer {
60
+ color: #5f6b7a; font-size: 34px; margin-bottom: 24px;
61
+ }
62
+ .link-row {
63
+ display: flex; align-items: center; justify-content: space-between;
64
+ color: #2563eb; font-weight: 700; font-size: 34px;
65
+ padding: 20px 0;
66
+ }
67
+
68
+ /* Bulk quote card */
69
+ .bulk-card {
70
+ margin: 16px 0 8px;
71
+ background: #ffffff; border: 2px solid #eef0f3; border-radius: 24px;
72
+ display: flex; align-items: center; justify-content: space-between;
73
+ padding: 24px 28px;
74
+ }
75
+ .bulk-left {
76
+ display: flex; align-items: center; gap: 18px;
77
+ }
78
+ .box-icon {
79
+ width: 64px; height: 64px; display: flex; align-items: center; justify-content: center;
80
+ }
81
+ .bulk-text {
82
+ display: flex; flex-direction: column;
83
+ }
84
+ .bulk-head { font-size: 36px; font-weight: 700; }
85
+ .bulk-sub { font-size: 30px; color: #6b7280; margin-top: 6px; }
86
+ .quote-btn {
87
+ background: #fde7e6; color: #d32f2f; font-weight: 800;
88
+ border: 0; border-radius: 18px; padding: 22px 32px; font-size: 32px;
89
+ }
90
+
91
+ /* Similar products */
92
+ .section-title {
93
+ font-size: 44px; font-weight: 800; padding: 8px 32px;
94
+ }
95
+ .products {
96
+ display: flex; gap: 32px;
97
+ padding: 8px 32px 0;
98
+ }
99
+ .product-card {
100
+ width: 492px;
101
+ border: 2px solid #e9ecef; border-radius: 24px; overflow: hidden; background: #fff;
102
+ }
103
+ .img-ph {
104
+ width: 100%; height: 360px;
105
+ background: #E0E0E0; border-bottom: 1px solid #BDBDBD;
106
+ display: flex; align-items: center; justify-content: center;
107
+ color: #757575; font-size: 32px;
108
+ }
109
+ .product-body { padding: 20px 22px; }
110
+ .badge {
111
+ display: inline-block; background: #2e7d32; color: #fff; font-weight: 800;
112
+ padding: 10px 14px; border-radius: 12px; font-size: 28px; margin-bottom: 10px;
113
+ }
114
+ .p-title {
115
+ font-size: 36px; font-weight: 700; line-height: 1.25; margin: 8px 0 6px;
116
+ white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
117
+ }
118
+ .p-sub { font-size: 30px; color: #6b7280; margin-bottom: 10px; }
119
+ .price-row { font-size: 30px; display: flex; gap: 12px; align-items: baseline; }
120
+ .old-price { color: #9ca3af; text-decoration: line-through; }
121
+ .off { color: #2e7d32; font-weight: 800; }
122
+ .new-price { font-size: 40px; font-weight: 800; color: #1f2937; margin-top: 8px; }
123
+
124
+ .action-row {
125
+ display: flex; gap: 12px; margin-top: 18px;
126
+ }
127
+ .btn-outline {
128
+ flex: 1;
129
+ height: 88px; border: 3px solid #cf3c32; color: #cf3c32; background: #fff;
130
+ border-radius: 18px; font-weight: 800; font-size: 30px;
131
+ display: flex; align-items: center; justify-content: center; gap: 12px;
132
+ }
133
+ .btn-solid {
134
+ flex: 1.2;
135
+ height: 88px; background: #cf3c32; color: #fff; border: 0;
136
+ border-radius: 18px; font-weight: 800; font-size: 32px;
137
+ display: flex; align-items: center; justify-content: center;
138
+ }
139
+
140
+ .strip { height: 22px; background: #f3f4f6; margin: 24px 0; }
141
+
142
+ /* More from section */
143
+ .more-row {
144
+ padding: 8px 32px 18px; display: flex; align-items: center; justify-content: space-between;
145
+ }
146
+ .more-left { display: flex; flex-direction: column; }
147
+ .more-title { font-size: 40px; font-weight: 800; }
148
+ .more-link { font-size: 32px; color: #d32f2f; font-weight: 700; margin-top: 8px; }
149
+
150
+ /* Sticky bottom actions */
151
+ .sticky-actions {
152
+ position: absolute; left: 0; right: 0; bottom: 120px;
153
+ height: 200px; background: #ffffff; border-top: 2px solid #ececec;
154
+ display: flex; gap: 24px; padding: 24px 32px;
155
+ }
156
+ .cta {
157
+ flex: 1; border-radius: 18px; display: flex; align-items: center; justify-content: center; gap: 16px;
158
+ font-size: 36px; font-weight: 800;
159
+ }
160
+ .cta-blue { background: #3b82f6; color: #fff; }
161
+ .cta-red { background: #cf3c32; color: #fff; }
162
+
163
+ /* Home indicator */
164
+ .home-indicator {
165
+ position: absolute; left: 50%; transform: translateX(-50%);
166
+ bottom: 28px; width: 180px; height: 12px; background: #000; opacity: 0.2; border-radius: 8px;
167
+ }
168
+
169
+ /* Simple SVG coloring */
170
+ svg { display: block; }
171
+ </style>
172
+ </head>
173
+ <body>
174
+ <div id="render-target">
175
+
176
+ <!-- Top system status bar -->
177
+ <div class="status-bar"></div>
178
+
179
+ <!-- Header with back, logo, search, cart, menu -->
180
+ <div class="header">
181
+ <div class="icon-btn">
182
+ <svg width="64" height="64" viewBox="0 0 100 120">
183
+ <path d="M60 20 L30 50 L60 80" stroke="#374151" stroke-width="12" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
184
+ </svg>
185
+ </div>
186
+ <div class="logo">m</div>
187
+ <div class="search-pill">
188
+ <svg width="40" height="40" viewBox="0 0 100 100">
189
+ <circle cx="42" cy="42" r="26" stroke="#9ca3af" stroke-width="8" fill="none"/>
190
+ <line x1="60" y1="60" x2="88" y2="88" stroke="#9ca3af" stroke-width="8" stroke-linecap="round"/>
191
+ </svg>
192
+ <div class="search-placeholder">Search for CCTV Cameras...</div>
193
+ <svg width="44" height="44" viewBox="0 0 100 100">
194
+ <rect x="40" y="20" width="20" height="40" rx="10" fill="#9ca3af"/>
195
+ <rect x="45" y="60" width="10" height="10" fill="#9ca3af"/>
196
+ <path d="M35 70 Q50 80 65 70" stroke="#9ca3af" stroke-width="8" fill="none" stroke-linecap="round"/>
197
+ </svg>
198
+ </div>
199
+ <div class="icon-btn">
200
+ <svg width="64" height="64" viewBox="0 0 100 100">
201
+ <path d="M20 25 H85 L80 55 H35 L30 35" stroke="#374151" stroke-width="8" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
202
+ <circle cx="40" cy="75" r="6" fill="#374151"/>
203
+ <circle cx="72" cy="75" r="6" fill="#374151"/>
204
+ </svg>
205
+ </div>
206
+ <div class="icon-btn">
207
+ <svg width="64" height="64" viewBox="0 0 100 100">
208
+ <line x1="20" y1="28" x2="80" y2="28" stroke="#374151" stroke-width="8" stroke-linecap="round"/>
209
+ <line x1="20" y1="50" x2="80" y2="50" stroke="#374151" stroke-width="8" stroke-linecap="round"/>
210
+ <line x1="20" y1="72" x2="80" y2="72" stroke="#374151" stroke-width="8" stroke-linecap="round"/>
211
+ </svg>
212
+ </div>
213
+ </div>
214
+
215
+ <div class="divider"></div>
216
+
217
+ <!-- FAQ section -->
218
+ <div class="section">
219
+ <div class="faq-title">Q2: What is the lens size ?</div>
220
+ <div class="faq-answer">Lens size is 3.6 mm.</div>
221
+ <div class="divider"></div>
222
+ <div class="link-row">
223
+ <span>VIEW MORE FAQs</span>
224
+ <svg width="36" height="36" viewBox="0 0 100 100">
225
+ <path d="M35 25 L65 50 L35 75" stroke="#6b7280" stroke-width="10" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
226
+ </svg>
227
+ </div>
228
+ </div>
229
+
230
+ <!-- Bulk quote card -->
231
+ <div class="section" style="padding-top: 0;">
232
+ <div class="bulk-card">
233
+ <div class="bulk-left">
234
+ <div class="box-icon">
235
+ <svg width="64" height="64" viewBox="0 0 100 100">
236
+ <rect x="22" y="30" width="56" height="40" rx="6" stroke="#374151" stroke-width="6" fill="none"/>
237
+ <path d="M22 45 H78" stroke="#374151" stroke-width="6"/>
238
+ <path d="M40 30 V70" stroke="#374151" stroke-width="6"/>
239
+ </svg>
240
+ </div>
241
+ <div class="bulk-text">
242
+ <div class="bulk-head">Interested to buy in bulk?</div>
243
+ <div class="bulk-sub">Get customized price</div>
244
+ </div>
245
+ </div>
246
+ <button class="quote-btn">GET QUOTE</button>
247
+ </div>
248
+ </div>
249
+
250
+ <!-- Similar Products -->
251
+ <div class="section-title">Similar Products</div>
252
+ <div class="products">
253
+ <!-- Product 1 -->
254
+ <div class="product-card">
255
+ <div class="img-ph">[IMG: CCTV Cameras]</div>
256
+ <div class="product-body">
257
+ <div class="badge">44% OFF</div>
258
+ <div class="p-title">Godrej SeeThru 4 Channel Full HD CCT...</div>
259
+ <div class="p-sub">By: Godrej</div>
260
+ <div class="price-row">
261
+ <span class="old-price">₹35,000</span>
262
+ <span class="off">64% OFF</span>
263
+ </div>
264
+ <div class="new-price">₹10,651</div>
265
+ <div class="action-row">
266
+ <button class="btn-outline">
267
+ <svg width="36" height="36" viewBox="0 0 100 100">
268
+ <path d="M20 25 H85 L80 55 H35 L30 35" stroke="#cf3c32" stroke-width="8" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
269
+ <circle cx="40" cy="75" r="6" fill="#cf3c32"/>
270
+ <circle cx="72" cy="75" r="6" fill="#cf3c32"/>
271
+ </svg>
272
+ </button>
273
+ <button class="btn-solid">BUY NOW</button>
274
+ </div>
275
+ </div>
276
+ </div>
277
+
278
+ <!-- Product 2 -->
279
+ <div class="product-card">
280
+ <div class="img-ph">[IMG: CCTV Camera Kit]</div>
281
+ <div class="product-body">
282
+ <div class="badge">44% OFF</div>
283
+ <div class="p-title">Godrej SeeThru 4 Channel Full HD CCT...</div>
284
+ <div class="p-sub">By: Godrej</div>
285
+ <div class="price-row">
286
+ <span class="old-price">₹38,000</span>
287
+ <span class="off">44% OFF</span>
288
+ </div>
289
+ <div class="new-price">₹17,821</div>
290
+ <div class="action-row">
291
+ <button class="btn-outline">
292
+ <svg width="36" height="36" viewBox="0 0 100 100">
293
+ <path d="M20 25 H85 L80 55 H35 L30 35" stroke="#cf3c32" stroke-width="8" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
294
+ <circle cx="40" cy="75" r="6" fill="#cf3c32"/>
295
+ <circle cx="72" cy="75" r="6" fill="#cf3c32"/>
296
+ </svg>
297
+ </button>
298
+ <button class="btn-solid">BUY NOW</button>
299
+ </div>
300
+ </div>
301
+ </div>
302
+ </div>
303
+
304
+ <div class="strip"></div>
305
+
306
+ <!-- More from -->
307
+ <div class="more-row">
308
+ <div class="more-left">
309
+ <div class="more-title">More from CCTV Cameras</div>
310
+ <div class="more-link">Explore Now</div>
311
+ </div>
312
+ <svg width="40" height="40" viewBox="0 0 100 100">
313
+ <path d="M35 25 L65 50 L35 75" stroke="#374151" stroke-width="10" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
314
+ </svg>
315
+ </div>
316
+
317
+ <!-- Bottom sticky actions -->
318
+ <div class="sticky-actions">
319
+ <div class="cta cta-blue">
320
+ <svg width="40" height="40" viewBox="0 0 100 100">
321
+ <path d="M20 25 H85 L80 55 H35 L30 35" stroke="#ffffff" stroke-width="8" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
322
+ <circle cx="40" cy="75" r="6" fill="#ffffff"/>
323
+ <circle cx="72" cy="75" r="6" fill="#ffffff"/>
324
+ </svg>
325
+ <span>ADD TO CART</span>
326
+ </div>
327
+ <div class="cta cta-red">BUY NOW</div>
328
+ </div>
329
+
330
+ <!-- Home indicator -->
331
+ <div class="home-indicator"></div>
332
+
333
+ </div>
334
+ </body>
335
+ </html>
code/6685/6685_1.html ADDED
@@ -0,0 +1,323 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1">
6
+ <title>E-commerce Reviews Page Mock</title>
7
+ <style>
8
+ body { margin:0; padding:0; background:transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ position: relative;
11
+ overflow: hidden;
12
+ width: 1080px;
13
+ height: 2400px;
14
+ background: #ffffff;
15
+ }
16
+
17
+ /* Top system status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 140px;
24
+ background: #8E8E8E;
25
+ color: #fff;
26
+ padding: 30px 40px;
27
+ box-sizing: border-box;
28
+ font-size: 40px;
29
+ display: flex;
30
+ align-items: center;
31
+ gap: 30px;
32
+ }
33
+ .status-dot { width: 12px; height: 12px; background: #fff; border-radius: 50%; display: inline-block; margin-left: 10px; }
34
+ /* App header/search */
35
+ .app-bar {
36
+ position: absolute;
37
+ top: 140px;
38
+ left: 0;
39
+ width: 100%;
40
+ height: 150px;
41
+ display: flex;
42
+ align-items: center;
43
+ padding: 0 32px;
44
+ box-sizing: border-box;
45
+ gap: 20px;
46
+ }
47
+ .icon-btn {
48
+ width: 80px; height: 80px; display: flex; align-items: center; justify-content: center;
49
+ border-radius: 40px;
50
+ }
51
+ .brand-badge {
52
+ width: 84px; height: 84px; border-radius: 20px; background:#D32F2F; color:#fff; font-weight:700; font-size:48px; display:flex; align-items:center; justify-content:center;
53
+ }
54
+ .search-field {
55
+ flex: 1;
56
+ background: #F4F4F6;
57
+ border: 2px solid #E0E0E0;
58
+ height: 96px;
59
+ border-radius: 48px;
60
+ display: flex;
61
+ align-items: center;
62
+ padding: 0 24px;
63
+ box-sizing: border-box;
64
+ gap: 18px;
65
+ }
66
+ .search-placeholder { color:#777; font-size: 36px; flex: 1; }
67
+ .top-actions { display:flex; align-items:center; gap:28px; margin-left: 8px; }
68
+
69
+ /* Price and add to cart */
70
+ .summary {
71
+ position: absolute;
72
+ top: 290px;
73
+ left: 0;
74
+ width: 100%;
75
+ padding: 32px 40px;
76
+ box-sizing: border-box;
77
+ border-top: 2px solid #ECECEC;
78
+ }
79
+ .summary-row {
80
+ display:flex; align-items:center; justify-content: space-between;
81
+ }
82
+ .payable-label {
83
+ color:#9E9E9E; font-size: 34px; margin-bottom: 10px;
84
+ }
85
+ .price { font-size: 64px; font-weight: 800; color:#111; }
86
+ .btn-red {
87
+ background:#D32F2F; color:#fff; border:none; border-radius:16px; padding: 28px 42px; font-size:40px; font-weight:700; box-shadow: 0 2px 0 rgba(0,0,0,0.08);
88
+ }
89
+
90
+ /* Reviews header */
91
+ .section {
92
+ position: absolute;
93
+ top: 480px;
94
+ left: 0;
95
+ width: 100%;
96
+ padding: 0 40px;
97
+ box-sizing: border-box;
98
+ }
99
+ .section-header {
100
+ display:flex; align-items:center; justify-content: space-between; padding: 40px 0;
101
+ }
102
+ .section-title {
103
+ font-size: 52px; font-weight: 800; color:#333;
104
+ }
105
+ .btn-outline-red {
106
+ background:#F9E6E6; color:#D32F2F; border:none; border-radius:16px; padding: 26px 40px; font-size:38px; font-weight:700;
107
+ }
108
+
109
+ .product-name { font-size: 36px; color:#4A4A4A; margin-top: 8px; }
110
+
111
+ /* Rating grid */
112
+ .rating-grid { display:flex; gap: 40px; padding: 40px 0; }
113
+ .rating-left { width: 420px; display:flex; flex-direction: column; align-items:flex-start; }
114
+ .rating-score { display:flex; align-items:center; gap: 20px; font-size: 92px; font-weight:800; color:#2E7D32; }
115
+ .rating-sub { margin-top: 16px; font-size: 32px; color:#9E9E9E; line-height: 1.35; }
116
+
117
+ .rating-right { flex:1; }
118
+ .rating-row { display:flex; align-items:center; gap: 14px; margin: 16px 0; }
119
+ .rating-row .num { width: 36px; text-align:right; font-size: 36px; color:#333; }
120
+ .bar { flex:1; height: 36px; background:#E9E9E9; border-radius: 18px; overflow:hidden; }
121
+ .fill { height: 100%; background:#4CAF50; }
122
+
123
+ .divider {
124
+ border-top: 2px dashed #CFCFCF; margin: 32px 0;
125
+ }
126
+
127
+ /* Review cards */
128
+ .review { padding: 24px 0; }
129
+ .stars { display:flex; gap:8px; margin-bottom: 14px; }
130
+ .review-name { font-size: 40px; font-weight:700; color:#333; }
131
+ .review-date { font-size: 30px; color:#9E9E9E; margin-bottom: 18px; }
132
+ .review-title { font-size: 42px; font-weight:800; color:#333; margin: 12px 0; }
133
+ .review-text { font-size: 36px; color:#555; line-height: 1.5; }
134
+
135
+ .more-link {
136
+ color:#1976D2; font-size: 38px; font-weight:700; display:flex; align-items:center; justify-content: space-between; padding: 20px 0;
137
+ }
138
+
139
+ /* Bottom CTA bar */
140
+ .bottom-cta {
141
+ position: absolute;
142
+ left: 0;
143
+ bottom: 120px;
144
+ width: 100%;
145
+ background: #F4F6F8;
146
+ border-top: 2px solid #E0E0E0;
147
+ padding: 24px 40px;
148
+ box-sizing: border-box;
149
+ display:flex; gap: 28px;
150
+ }
151
+ .cta-btn {
152
+ flex:1; border-radius:28px; padding: 34px; font-size: 46px; font-weight:800; border:none; display:flex; align-items:center; justify-content:center; gap:20px;
153
+ }
154
+ .cta-blue { background:#2D7BEF; color:#fff; }
155
+ .cta-red { background:#D32F2F; color:#fff; }
156
+ .home-indicator {
157
+ position: absolute; left: 50%; transform: translateX(-50%);
158
+ bottom: 36px; width: 360px; height: 16px; background:#111; border-radius: 8px; opacity: 0.35;
159
+ }
160
+
161
+ /* Small helper SVG icons */
162
+ .svg-icon { width: 48px; height: 48px; }
163
+ </style>
164
+ </head>
165
+ <body>
166
+ <div id="render-target">
167
+ <!-- Top Status Bar -->
168
+ <div class="status-bar">
169
+ <div>10:40</div>
170
+ <div class="status-dot"></div>
171
+ </div>
172
+
173
+ <!-- App Bar -->
174
+ <div class="app-bar">
175
+ <div class="icon-btn">
176
+ <svg class="svg-icon" viewBox="0 0 48 48">
177
+ <path d="M30 10 L16 24 L30 38" stroke="#000" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
178
+ </svg>
179
+ </div>
180
+ <div class="brand-badge">m</div>
181
+ <div class="search-field">
182
+ <svg class="svg-icon" viewBox="0 0 48 48">
183
+ <circle cx="20" cy="20" r="14" stroke="#777" stroke-width="3" fill="none"></circle>
184
+ <line x1="32" y1="32" x2="44" y2="44" stroke="#777" stroke-width="3" stroke-linecap="round"></line>
185
+ </svg>
186
+ <div class="search-placeholder">Search for CCTV Camera...</div>
187
+ <svg class="svg-icon" viewBox="0 0 48 48">
188
+ <rect x="22" y="12" width="4" height="18" fill="#1E88E5"></rect>
189
+ <path d="M18 12 C18 7, 30 7, 30 12 L30 20 C30 25, 18 25, 18 20 Z" fill="#1E88E5"></path>
190
+ </svg>
191
+ </div>
192
+ <div class="top-actions">
193
+ <div class="icon-btn">
194
+ <svg class="svg-icon" viewBox="0 0 48 48">
195
+ <path d="M10 12 H40 L36 28 H16 L12 12" fill="none" stroke="#000" stroke-width="3" stroke-linejoin="round"></path>
196
+ <circle cx="18" cy="36" r="3" fill="#000"></circle>
197
+ <circle cx="34" cy="36" r="3" fill="#000"></circle>
198
+ </svg>
199
+ </div>
200
+ <div class="icon-btn">
201
+ <svg class="svg-icon" viewBox="0 0 48 48">
202
+ <line x1="8" y1="12" x2="40" y2="12" stroke="#000" stroke-width="4" stroke-linecap="round"></line>
203
+ <line x1="8" y1="24" x2="40" y2="24" stroke="#000" stroke-width="4" stroke-linecap="round"></line>
204
+ <line x1="8" y1="36" x2="40" y2="36" stroke="#000" stroke-width="4" stroke-linecap="round"></line>
205
+ </svg>
206
+ </div>
207
+ </div>
208
+ </div>
209
+
210
+ <!-- Summary -->
211
+ <div class="summary">
212
+ <div class="payable-label">Total Payable (No Add ons)</div>
213
+ <div class="summary-row">
214
+ <div class="price">₹3459</div>
215
+ <button class="btn-red">ADD TO CART</button>
216
+ </div>
217
+ </div>
218
+
219
+ <!-- Reviews Section -->
220
+ <div class="section">
221
+ <div class="section-header">
222
+ <div class="section-title">Reviews & Ratings</div>
223
+ <button class="btn-outline-red">WRITE A REVIEW</button>
224
+ </div>
225
+
226
+ <div class="product-name">Godrej SeeThru HD IR CCTV Camera, GODREJ2MP4DOME</div>
227
+
228
+ <div class="rating-grid">
229
+ <div class="rating-left">
230
+ <div class="rating-score">
231
+ <span>4.5</span>
232
+ <svg viewBox="0 0 48 48" width="64" height="64">
233
+ <path d="M24 4 L29 18 L44 18 L32 28 L36 42 L24 33 L12 42 L16 28 L4 18 L19 18 Z" fill="#2E7D32"></path>
234
+ </svg>
235
+ </div>
236
+ <div class="rating-sub">Average Rating based on 16 ratings and 16 reviews</div>
237
+ </div>
238
+
239
+ <div class="rating-right">
240
+ <div class="rating-row">
241
+ <div class="num">5</div>
242
+ <div class="bar"><div class="fill" style="width:68%"></div></div>
243
+ </div>
244
+ <div class="rating-row">
245
+ <div class="num">4</div>
246
+ <div class="bar"><div class="fill" style="width:40%"></div></div>
247
+ </div>
248
+ <div class="rating-row">
249
+ <div class="num">3</div>
250
+ <div class="bar"><div class="fill" style="width:12%"></div></div>
251
+ </div>
252
+ <div class="rating-row">
253
+ <div class="num">2</div>
254
+ <div class="bar"><div class="fill" style="width:6%"></div></div>
255
+ </div>
256
+ <div class="rating-row">
257
+ <div class="num">1</div>
258
+ <div class="bar"><div class="fill" style="width:8%"></div></div>
259
+ </div>
260
+ </div>
261
+ </div>
262
+
263
+ <div class="divider"></div>
264
+
265
+ <!-- Review 1 -->
266
+ <div class="review">
267
+ <div class="stars">
268
+ <svg viewBox="0 0 48 48" width="44" height="44"><path d="M24 4 L29 18 L44 18 L32 28 L36 42 L24 33 L12 42 L16 28 L4 18 L19 18 Z" fill="#FFB300"></path></svg>
269
+ <svg viewBox="0 0 48 48" width="44" height="44"><path d="M24 4 L29 18 L44 18 L32 28 L36 42 L24 33 L12 42 L16 28 L4 18 L19 18 Z" fill="#FFB300"></path></svg>
270
+ <svg viewBox="0 0 48 48" width="44" height="44"><path d="M24 4 L29 18 L44 18 L32 28 L36 42 L24 33 L12 42 L16 28 L4 18 L19 18 Z" fill="#FFB300"></path></svg>
271
+ <svg viewBox="0 0 48 48" width="44" height="44"><path d="M24 4 L29 18 L44 18 L32 28 L36 42 L24 33 L12 42 L16 28 L4 18 L19 18 Z" fill="#FFB300"></path></svg>
272
+ <svg viewBox="0 0 48 48" width="44" height="44"><path d="M24 4 L29 18 L44 18 L32 28 L36 42 L24 33 L12 42 L16 28 L4 18 L19 18 Z" fill="#FFB300"></path></svg>
273
+ </div>
274
+ <div class="review-name">Dilshad</div>
275
+ <div class="review-date">May 2, 2022</div>
276
+ <div class="review-title">Godrej cctv cameras are the best in the market.</div>
277
+ <div class="review-text">The product is exactly as described. the picture quality is great and the installation was very easy.</div>
278
+ </div>
279
+
280
+ <div class="divider"></div>
281
+
282
+ <!-- Review 2 -->
283
+ <div class="review">
284
+ <div class="stars">
285
+ <svg viewBox="0 0 48 48" width="44" height="44"><path d="M24 4 L29 18 L44 18 L32 28 L36 42 L24 33 L12 42 L16 28 L4 18 L19 18 Z" fill="#FFB300"></path></svg>
286
+ <svg viewBox="0 0 48 48" width="44" height="44"><path d="M24 4 L29 18 L44 18 L32 28 L36 42 L24 33 L12 42 L16 28 L4 18 L19 18 Z" fill="#FFB300"></path></svg>
287
+ <svg viewBox="0 0 48 48" width="44" height="44"><path d="M24 4 L29 18 L44 18 L32 28 L36 42 L24 33 L12 42 L16 28 L4 18 L19 18 Z" fill="#FFB300"></path></svg>
288
+ <svg viewBox="0 0 48 48" width="44" height="44"><path d="M24 4 L29 18 L44 18 L32 28 L36 42 L24 33 L12 42 L16 28 L4 18 L19 18 Z" fill="#FFB300"></path></svg>
289
+ <svg viewBox="0 0 48 48" width="44" height="44"><path d="M24 4 L29 18 L44 18 L32 28 L36 42 L24 33 L12 42 L16 28 L4 18 L19 18 Z" fill="#FFB300"></path></svg>
290
+ </div>
291
+ <div class="review-name">Shathish</div>
292
+ <div class="review-date">April 22, 2022</div>
293
+ <div class="review-title">Best cctv camera ever.</div>
294
+ <div class="review-text">I bought the godrej see thru hd ir cctv camera from moglix and it has been the best purchase i have ever made. the camera is of very good quality and the picture clarity is excellent. the customer service at moglix is also very good and they were very helpful in getting the camera installed.</div>
295
+ </div>
296
+
297
+ <div class="divider"></div>
298
+
299
+ <div class="more-link">
300
+ <span>VIEW 14 MORE HELPFUL REVIEWS</span>
301
+ <svg class="svg-icon" viewBox="0 0 48 48">
302
+ <path d="M18 10 L32 24 L18 38" stroke="#1976D2" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
303
+ </svg>
304
+ </div>
305
+ </div>
306
+
307
+ <!-- Bottom CTA -->
308
+ <div class="bottom-cta">
309
+ <button class="cta-btn cta-blue">
310
+ <svg class="svg-icon" viewBox="0 0 48 48">
311
+ <path d="M10 12 H40 L36 28 H16 L12 12" fill="none" stroke="#fff" stroke-width="3" stroke-linejoin="round"></path>
312
+ <circle cx="18" cy="36" r="3" fill="#fff"></circle>
313
+ <circle cx="34" cy="36" r="3" fill="#fff"></circle>
314
+ </svg>
315
+ <span>ADD TO CART</span>
316
+ </button>
317
+ <button class="cta-btn cta-red">BUY NOW</button>
318
+ </div>
319
+
320
+ <div class="home-indicator"></div>
321
+ </div>
322
+ </body>
323
+ </html>
code/6686/6686_0.html ADDED
@@ -0,0 +1,305 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>AMS to BER - UI Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #FFFFFF;
14
+ }
15
+
16
+ /* General */
17
+ .page { padding: 24px 32px 120px 32px; }
18
+ .muted { color: #667085; }
19
+ .blue { color: #1E3A8A; }
20
+ .divider { height: 1px; background: #E5E7EB; margin: 16px 0; }
21
+
22
+ /* Status bar */
23
+ .status-bar {
24
+ position: absolute;
25
+ top: 0;
26
+ left: 0;
27
+ width: 100%;
28
+ height: 110px;
29
+ padding: 24px 28px;
30
+ display: flex;
31
+ align-items: center;
32
+ justify-content: space-between;
33
+ color: #111827;
34
+ box-sizing: border-box;
35
+ }
36
+ .status-left { display: flex; align-items: center; gap: 14px; }
37
+ .status-time { font-size: 40px; font-weight: 600; }
38
+ .status-right { display: flex; align-items: center; gap: 24px; }
39
+ .chip {
40
+ font-size: 32px;
41
+ padding: 6px 12px;
42
+ border-radius: 10px;
43
+ background: #F3F4F6;
44
+ color: #374151;
45
+ }
46
+ .icon-sq { width: 34px; height: 34px; border-radius: 6px; background: #DFE4EA; }
47
+
48
+ /* Header */
49
+ .header {
50
+ margin-top: 110px;
51
+ display: flex;
52
+ align-items: center;
53
+ justify-content: space-between;
54
+ }
55
+ .header-left { display: flex; align-items: center; gap: 24px; }
56
+ .back-btn {
57
+ width: 68px; height: 68px; border-radius: 20px; background: #F3F4F6;
58
+ display: flex; align-items: center; justify-content: center;
59
+ }
60
+ .back-btn svg { width: 36px; height: 36px; fill: #1F2937; }
61
+ .title { font-size: 56px; font-weight: 700; color: #0F172A; }
62
+ .subtitle { font-size: 34px; color: #6B7280; margin-top: 6px; }
63
+ .share-btn {
64
+ width: 68px; height: 68px; border-radius: 20px; background: #E8F0FE;
65
+ display: flex; align-items: center; justify-content: center;
66
+ }
67
+ .share-btn svg { width: 36px; height: 36px; fill: #2563EB; }
68
+
69
+ /* Cards */
70
+ .card {
71
+ background: #FFFFFF;
72
+ border-radius: 26px;
73
+ box-shadow: 0 2px 0 rgba(16,24,40,0.02), 0 8px 24px rgba(16,24,40,0.06);
74
+ padding: 28px;
75
+ margin-top: 28px;
76
+ border: 1px solid #EEF2F7;
77
+ }
78
+
79
+ /* Banner */
80
+ .banner { display: flex; align-items: center; gap: 24px; }
81
+ .banner .img {
82
+ width: 96px; height: 96px; border-radius: 48px;
83
+ background: #E0E0E0; border: 1px solid #BDBDBD;
84
+ display: flex; align-items: center; justify-content: center;
85
+ color: #757575; font-size: 26px; text-align: center;
86
+ padding: 6px;
87
+ }
88
+ .banner-text { font-size: 40px; line-height: 1.25; color: #0F172A; }
89
+ .banner-text b { color: #0F172A; }
90
+
91
+ /* Price tracking card */
92
+ .pt-header { display: flex; align-items: center; gap: 14px; }
93
+ .pt-title { font-size: 54px; font-weight: 700; color: #0F172A; }
94
+ .info-icon {
95
+ width: 34px; height: 34px; border-radius: 17px; background: #F3F4F6;
96
+ display: flex; align-items: center; justify-content: center;
97
+ font-size: 24px; color: #475569;
98
+ }
99
+ .pt-price { font-size: 64px; font-weight: 800; color: #0F172A; margin-top: 12px; }
100
+ .pt-sub { font-size: 32px; color: #6B7280; margin-top: 6px; }
101
+ .chart {
102
+ margin-top: 32px; height: 520px; border-radius: 22px; background: #FAFAFA;
103
+ border: 1px dashed #E5E7EB; padding: 22px; box-sizing: border-box;
104
+ position: relative;
105
+ }
106
+ .axis-label { position: absolute; left: 26px; font-size: 30px; color: #6B7280; }
107
+ .axis-label.top { top: 26px; }
108
+ .axis-label.mid { top: 210px; }
109
+ .axis-label.low { top: 390px; }
110
+ .timeline { position: absolute; bottom: 22px; left: 22px; right: 22px; display: flex; justify-content: space-between; font-size: 30px; color: #6B7280; }
111
+ .chart svg { position: absolute; left: 22px; right: 22px; top: 22px; bottom: 72px; width: calc(100% - 44px); height: calc(100% - 94px); }
112
+ .watch {
113
+ margin-top: 28px; padding-top: 24px; border-top: 1px solid #EEF2F7;
114
+ display: flex; align-items: center; justify-content: space-between;
115
+ }
116
+ .watch .text { font-size: 40px; color: #0F172A; }
117
+ .toggle {
118
+ width: 150px; height: 68px; background: #EDF2F6; border-radius: 34px;
119
+ display: flex; align-items: center; justify-content: flex-end; padding: 0 12px;
120
+ }
121
+ .toggle .knob {
122
+ width: 60px; height: 60px; border-radius: 30px; background: #9CA3AF;
123
+ display: flex; align-items: center; justify-content: center; color: #FFFFFF; font-weight: 700;
124
+ }
125
+
126
+ /* Choose & review */
127
+ .choose-row {
128
+ margin-top: 26px; display: flex; align-items: center; justify-content: space-between;
129
+ }
130
+ .choose-title { font-size: 46px; font-weight: 800; color: #0F172A; }
131
+ .choose-right { font-size: 46px; font-weight: 700; color: #0F172A; }
132
+
133
+ /* Filters */
134
+ .filters { margin-top: 24px; display: flex; gap: 20px; flex-wrap: wrap; }
135
+ .chip-btn {
136
+ display: flex; align-items: center; gap: 12px;
137
+ padding: 20px 26px; border: 1px solid #E5E7EB; background: #F9FAFB;
138
+ border-radius: 26px; font-size: 34px; color: #111827;
139
+ }
140
+ .caret { width: 18px; height: 18px; border: 6px solid transparent; border-top-color: #6B7280; margin-left: 6px; }
141
+ .filter-icon { width: 30px; height: 30px; }
142
+ .filter-icon svg { width: 30px; height: 30px; fill: #505A6B; }
143
+
144
+ /* Disclaimer */
145
+ .disclaimer {
146
+ margin-top: 24px; font-size: 34px; color: #6B7280; line-height: 1.35;
147
+ }
148
+
149
+ /* Flight card */
150
+ .flight {
151
+ margin-top: 24px; padding: 28px; border: 1px solid #EEF2F7; border-radius: 26px; background: #FFFFFF;
152
+ display: flex; align-items: flex-start; justify-content: space-between;
153
+ box-shadow: 0 8px 24px rgba(16,24,40,0.06);
154
+ }
155
+ .flight-left { max-width: 760px; }
156
+ .time-range { font-size: 50px; font-weight: 800; color: #0F172A; }
157
+ .route { margin-top: 12px; font-size: 36px; color: #374151; }
158
+ .duration { margin-top: 12px; font-size: 34px; color: #6B7280; }
159
+ .airline-row { margin-top: 18px; display: flex; align-items: center; gap: 16px; }
160
+ .airline-badge { width: 74px; height: 26px; background: #FF7F32; border-radius: 6px; }
161
+ .airline-name { font-size: 36px; color: #0F172A; }
162
+ .price { font-size: 54px; font-weight: 800; color: #0F172A; }
163
+
164
+ /* bottom home bar */
165
+ .home-bar {
166
+ position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
167
+ width: 760px; height: 18px; background: #111111; border-radius: 9px;
168
+ }
169
+ </style>
170
+ </head>
171
+ <body>
172
+ <div id="render-target">
173
+ <div class="status-bar">
174
+ <div class="status-left">
175
+ <span class="status-time">10:37</span>
176
+ <span class="chip">M</span>
177
+ </div>
178
+ <div class="status-right">
179
+ <div class="icon-sq"></div>
180
+ <div class="icon-sq"></div>
181
+ <div class="icon-sq"></div>
182
+ </div>
183
+ </div>
184
+
185
+ <div class="page">
186
+ <!-- Header -->
187
+ <div class="header">
188
+ <div class="header-left">
189
+ <div class="back-btn">
190
+ <svg viewBox="0 0 24 24"><path d="M15.5 3.5L7 12l8.5 8.5-2 2L3 12l10.5-10.5 2 2z"/></svg>
191
+ </div>
192
+ <div>
193
+ <div class="title">AMS to BER</div>
194
+ <div class="subtitle">Dec 17, 2023</div>
195
+ </div>
196
+ </div>
197
+ <div class="share-btn">
198
+ <svg viewBox="0 0 24 24"><path d="M18 16a3 3 0 0 0-2.4 1.2L8.9 13.7a3 3 0 0 0 0-3.4l6.7-3.5A3 3 0 1 0 16 5a3 3 0 0 0 .1.7l-6.7 3.5a3 3 0 1 0 0 5.6l6.7 3.5A3 3 0 1 0 18 16z"/></svg>
199
+ </div>
200
+ </div>
201
+
202
+ <!-- OneKeyCash banner -->
203
+ <div class="card banner">
204
+ <div class="img">[IMG: OneKeyCash logo]</div>
205
+ <div class="banner-text">
206
+ Earn OneKeyCash on top of airline miles<br>
207
+ and make your miles go further
208
+ </div>
209
+ </div>
210
+
211
+ <!-- Price tracking card -->
212
+ <div class="card">
213
+ <div class="pt-header">
214
+ <div class="pt-title">Price Tracking</div>
215
+ <div class="info-icon">i</div>
216
+ </div>
217
+ <div class="pt-price">$152</div>
218
+ <div class="pt-sub">Current lowest price</div>
219
+
220
+ <div class="chart">
221
+ <div class="axis-label top">$150</div>
222
+ <div class="axis-label mid">$100</div>
223
+ <div class="axis-label low">$50</div>
224
+ <svg viewBox="0 0 960 360" preserveAspectRatio="none">
225
+ <!-- grid line -->
226
+ <path d="M0 240H960" stroke="#E5E7EB" stroke-width="2"/>
227
+ <path d="M0 120H960" stroke="#E5E7EB" stroke-width="2"/>
228
+ <path d="M0 20H960" stroke="#E5E7EB" stroke-width="2"/>
229
+ <!-- price line -->
230
+ <path d="M0 230 C250 228 260 228 420 226 C540 225 560 225 680 228 C720 232 730 232 760 240 C790 250 820 270 860 310 C900 330 930 320 960 320"
231
+ fill="none" stroke="#2E6AE6" stroke-width="8" />
232
+ <!-- endpoint circle -->
233
+ <circle cx="940" cy="320" r="18" fill="#2E6AE6" />
234
+ </svg>
235
+ <div class="timeline">
236
+ <span>Sep 23</span>
237
+ <span>Nov 4</span>
238
+ <span>Dec 15</span>
239
+ </div>
240
+ </div>
241
+
242
+ <div class="watch">
243
+ <div>
244
+ <div class="text">Watch prices</div>
245
+ <div class="muted" style="font-size:32px;">Get push notifications if prices go up or down</div>
246
+ </div>
247
+ <div class="toggle">
248
+ <div class="knob">×</div>
249
+ </div>
250
+ </div>
251
+ </div>
252
+
253
+ <!-- Choose departing flight -->
254
+ <div class="choose-row">
255
+ <div class="choose-title">Choose departing flight</div>
256
+ <div class="choose-right">Review your trip</div>
257
+ </div>
258
+
259
+ <div class="filters">
260
+ <div class="chip-btn">
261
+ <svg class="filter-icon" viewBox="0 0 24 24"><path d="M3 5h18v2H3zm4 6h10v2H7zm3 6h4v2H10z"/></svg>
262
+ <span> </span>
263
+ </div>
264
+ <div class="chip-btn">Stops<div class="caret"></div></div>
265
+ <div class="chip-btn">Airlines<div class="caret"></div></div>
266
+ <div class="chip-btn">Departure time<div class="caret"></div></div>
267
+ </div>
268
+
269
+ <div class="disclaimer">
270
+ Prices may change based on availability and are not final until you complete your purchase. You can review any additional fees before checkout.
271
+ </div>
272
+
273
+ <!-- Flight card 1 -->
274
+ <div class="flight">
275
+ <div class="flight-left">
276
+ <div class="time-range">10:10am - 11:30am</div>
277
+ <div class="route">Amsterdam (AMS) - Berlin (BER)</div>
278
+ <div class="duration">1h 20m (Nonstop)</div>
279
+ <div class="airline-row">
280
+ <div class="airline-badge"></div>
281
+ <div class="airline-name">easyJet</div>
282
+ </div>
283
+ </div>
284
+ <div class="price">$152</div>
285
+ </div>
286
+
287
+ <!-- Flight card 2 -->
288
+ <div class="flight">
289
+ <div class="flight-left">
290
+ <div class="time-range">10:35am - 3:20pm</div>
291
+ <div class="route">Amsterdam (AMS) - Berlin (BER)</div>
292
+ <div class="duration">One stop</div>
293
+ <div class="airline-row">
294
+ <div class="airline-badge"></div>
295
+ <div class="airline-name">Carrier</div>
296
+ </div>
297
+ </div>
298
+ <div class="price">$163</div>
299
+ </div>
300
+ </div>
301
+
302
+ <div class="home-bar"></div>
303
+ </div>
304
+ </body>
305
+ </html>
code/6686/6686_1.html ADDED
@@ -0,0 +1,347 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Flights UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ position: relative;
9
+ overflow: hidden;
10
+ width: 1080px;
11
+ height: 2400px;
12
+ background: #ffffff;
13
+ box-sizing: border-box;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ height: 88px;
19
+ padding: 22px 36px;
20
+ color: #202124;
21
+ font-size: 42px;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ }
26
+ .status-right {
27
+ display: flex;
28
+ align-items: center;
29
+ gap: 24px;
30
+ }
31
+
32
+ /* Header */
33
+ .header {
34
+ display: flex;
35
+ align-items: center;
36
+ padding: 16px 36px 8px 36px;
37
+ }
38
+ .close-btn {
39
+ width: 72px;
40
+ height: 72px;
41
+ border-radius: 36px;
42
+ display: flex;
43
+ align-items: center;
44
+ justify-content: center;
45
+ margin-right: 24px;
46
+ cursor: default;
47
+ }
48
+ .header-title {
49
+ font-size: 58px;
50
+ font-weight: 700;
51
+ color: #202124;
52
+ }
53
+
54
+ /* Tabs */
55
+ .tabs {
56
+ display: flex;
57
+ padding: 16px 36px 0 36px;
58
+ border-bottom: 2px solid #E6E6E6;
59
+ }
60
+ .tab {
61
+ flex: 1;
62
+ text-align: center;
63
+ padding: 28px 0;
64
+ font-size: 44px;
65
+ color: #5f6368;
66
+ position: relative;
67
+ }
68
+ .tab.active {
69
+ color: #1967D2;
70
+ font-weight: 700;
71
+ }
72
+ .tab.active::after {
73
+ content: "";
74
+ position: absolute;
75
+ bottom: -2px;
76
+ left: 20%;
77
+ right: 20%;
78
+ height: 8px;
79
+ background: #1967D2;
80
+ border-radius: 8px 8px 0 0;
81
+ }
82
+
83
+ /* Form cards */
84
+ .form-section {
85
+ padding: 24px 24px 12px 24px;
86
+ }
87
+ .card {
88
+ display: flex;
89
+ align-items: center;
90
+ gap: 28px;
91
+ border: 4px solid #DADCE0;
92
+ border-radius: 28px;
93
+ padding: 30px;
94
+ margin: 18px 12px;
95
+ height: 150px;
96
+ box-sizing: border-box;
97
+ }
98
+ .card-label {
99
+ font-size: 38px;
100
+ color: #5f6368;
101
+ margin-bottom: 10px;
102
+ }
103
+ .card-value {
104
+ font-size: 48px;
105
+ color: #202124;
106
+ font-weight: 700;
107
+ }
108
+
109
+ /* Recent searches */
110
+ .recent-header {
111
+ display: flex;
112
+ align-items: center;
113
+ gap: 20px;
114
+ padding: 28px 36px;
115
+ font-size: 48px;
116
+ color: #1967D2;
117
+ font-weight: 700;
118
+ }
119
+ .recent-grid {
120
+ display: flex;
121
+ gap: 36px;
122
+ padding: 0 36px;
123
+ }
124
+ .recent-card {
125
+ flex: 1;
126
+ border: 4px solid #DADCE0;
127
+ border-radius: 36px;
128
+ padding: 32px;
129
+ box-sizing: border-box;
130
+ }
131
+ .recent-title {
132
+ font-size: 42px;
133
+ color: #5f6368;
134
+ margin-bottom: 20px;
135
+ }
136
+ .route {
137
+ font-size: 60px;
138
+ font-weight: 800;
139
+ color: #202124;
140
+ letter-spacing: 2px;
141
+ margin: 12px 0 20px 0;
142
+ }
143
+ .recent-row {
144
+ display: flex;
145
+ align-items: center;
146
+ gap: 18px;
147
+ color: #202124;
148
+ font-size: 40px;
149
+ margin: 20px 0;
150
+ }
151
+ .recent-foot {
152
+ font-size: 40px;
153
+ color: #202124;
154
+ margin-top: 8px;
155
+ }
156
+
157
+ /* Search button */
158
+ .search-bar {
159
+ position: absolute;
160
+ left: 40px;
161
+ bottom: 140px;
162
+ width: 1000px;
163
+ height: 120px;
164
+ background: #1967D2;
165
+ border-radius: 60px;
166
+ display: flex;
167
+ align-items: center;
168
+ justify-content: center;
169
+ color: #ffffff;
170
+ font-size: 56px;
171
+ font-weight: 700;
172
+ box-shadow: 0 6px 12px rgba(25,103,210,0.35);
173
+ }
174
+
175
+ /* Home indicator */
176
+ .home-indicator {
177
+ position: absolute;
178
+ bottom: 56px;
179
+ left: 290px;
180
+ width: 500px;
181
+ height: 16px;
182
+ background: #000000;
183
+ opacity: 0.2;
184
+ border-radius: 12px;
185
+ }
186
+
187
+ /* Icon base */
188
+ .icon {
189
+ width: 64px;
190
+ height: 64px;
191
+ fill: #202124;
192
+ }
193
+ .icon.gray { fill: #5f6368; }
194
+ .icon.blue { fill: #1967D2; }
195
+ </style>
196
+ </head>
197
+ <body>
198
+ <div id="render-target">
199
+
200
+ <!-- Status Bar -->
201
+ <div class="status-bar">
202
+ <div>10:37</div>
203
+ <div class="status-right">
204
+ <!-- small envelope icon -->
205
+ <svg class="icon gray" viewBox="0 0 24 24">
206
+ <path d="M2 5h20v14H2V5zm2 2v10h16V7l-8 5-8-5z"/>
207
+ </svg>
208
+ <!-- wifi -->
209
+ <svg class="icon gray" viewBox="0 0 24 24">
210
+ <path d="M12 20l-2-2 2-2 2 2-2 2zm8-8l-2 2c-3.3-3.3-8.7-3.3-12 0L4 12c4.9-4.9 13.1-4.9 18 0zm-4 4l-2 2c-2.2-2.2-5.8-2.2-8 0l-2-2c3.3-3.3 8.7-3.3 12 0z"/>
211
+ </svg>
212
+ <!-- battery -->
213
+ <svg class="icon gray" viewBox="0 0 24 24">
214
+ <path d="M16 6h2v2h2v8h-2v2h-2V6zM2 7h12v10H2V7zm2 2v6h8V9H4z"/>
215
+ </svg>
216
+ </div>
217
+ </div>
218
+
219
+ <!-- Header -->
220
+ <div class="header">
221
+ <div class="close-btn">
222
+ <svg class="icon" viewBox="0 0 24 24">
223
+ <path d="M6 6l12 12M18 6L6 18" stroke="#202124" stroke-width="2" fill="none" stroke-linecap="round"/>
224
+ </svg>
225
+ </div>
226
+ <div class="header-title">Flights</div>
227
+ </div>
228
+
229
+ <!-- Tabs -->
230
+ <div class="tabs">
231
+ <div class="tab">Roundtrip</div>
232
+ <div class="tab active">One way</div>
233
+ <div class="tab">Multi-city</div>
234
+ </div>
235
+
236
+ <!-- Form cards -->
237
+ <div class="form-section">
238
+ <!-- Flying from -->
239
+ <div class="card">
240
+ <svg class="icon blue" viewBox="0 0 24 24">
241
+ <path d="M2 16l7-3 2-9 2 9 7 3v2l-9-2-9 2v-2z"/>
242
+ </svg>
243
+ <div>
244
+ <div class="card-label">Flying from</div>
245
+ <div class="card-value">Amsterdam (AMS - All Airports)</div>
246
+ </div>
247
+ </div>
248
+
249
+ <!-- Flying to -->
250
+ <div class="card">
251
+ <svg class="icon blue" viewBox="0 0 24 24">
252
+ <path d="M2 16l7-3 2-9 2 9 7 3v2l-9-2-9 2v-2z"/>
253
+ </svg>
254
+ <div>
255
+ <div class="card-label">Flying to</div>
256
+ <div class="card-value">Berlin (BER - Brandenburg)</div>
257
+ </div>
258
+ </div>
259
+
260
+ <!-- Departure date -->
261
+ <div class="card">
262
+ <svg class="icon blue" viewBox="0 0 24 24">
263
+ <path d="M7 3h2v2h6V3h2v2h3v16H4V5h3V3zm13 6H4v10h16V9z"/>
264
+ </svg>
265
+ <div>
266
+ <div class="card-label">Select departure date</div>
267
+ <div class="card-value">Sun, Dec 17 (One Way)</div>
268
+ </div>
269
+ </div>
270
+
271
+ <!-- Travelers -->
272
+ <div class="card">
273
+ <svg class="icon blue" viewBox="0 0 24 24">
274
+ <path d="M12 12a4 4 0 100-8 4 4 0 000 8zm-8 8c0-4 4-6 8-6s8 2 8 6v2H4v-2z"/>
275
+ </svg>
276
+ <div>
277
+ <div class="card-label">Travelers</div>
278
+ <div class="card-value">1 traveler</div>
279
+ </div>
280
+ </div>
281
+
282
+ <!-- Preferred class -->
283
+ <div class="card">
284
+ <svg class="icon blue" viewBox="0 0 24 24">
285
+ <path d="M3 11h12v6H3v-6zm2-5h8l2 3H3l2-3zm15 3h1v8h-3v-2h2V9z"/>
286
+ </svg>
287
+ <div>
288
+ <div class="card-label">Preferred class</div>
289
+ <div class="card-value">Economy</div>
290
+ </div>
291
+ </div>
292
+ </div>
293
+
294
+ <!-- Recent Searches -->
295
+ <div class="recent-header">
296
+ <svg class="icon blue" viewBox="0 0 24 24">
297
+ <path d="M12 2a10 10 0 100 20 10 10 0 000-20zm1 5h-2v6l5 3 1-1-4-2V7z"/>
298
+ </svg>
299
+ <div>Recent Searches</div>
300
+ </div>
301
+
302
+ <div class="recent-grid">
303
+ <div class="recent-card">
304
+ <div class="recent-title">One way</div>
305
+ <div class="route">AMS → BER</div>
306
+ <div class="recent-row">
307
+ <svg class="icon gray" viewBox="0 0 24 24">
308
+ <path d="M7 3h2v2h6V3h2v2h3v16H4V5h3V3zm13 6H4v10h16V9z"/>
309
+ </svg>
310
+ <div>Dec 17</div>
311
+ </div>
312
+ <div class="recent-row">
313
+ <svg class="icon gray" viewBox="0 0 24 24">
314
+ <path d="M12 12a4 4 0 100-8 4 4 0 000 8zm-8 8c0-4 4-6 8-6s8 2 8 6v2H4v-2z"/>
315
+ </svg>
316
+ <div>1 traveler</div>
317
+ </div>
318
+ <div class="recent-foot">Economy</div>
319
+ </div>
320
+
321
+ <div class="recent-card">
322
+ <div class="recent-title">Roundtrip</div>
323
+ <div class="route">AMS ⇄ BER</div>
324
+ <div class="recent-row">
325
+ <svg class="icon gray" viewBox="0 0 24 24">
326
+ <path d="M7 3h2v2h6V3h2v2h3v16H4V5h3V3zm13 6H4v10h16V9z"/>
327
+ </svg>
328
+ <div>Dec 24 - Dec 31</div>
329
+ </div>
330
+ <div class="recent-row">
331
+ <svg class="icon gray" viewBox="0 0 24 24">
332
+ <path d="M12 12a4 4 0 100-8 4 4 0 000 8zm-8 8c0-4 4-6 8-6s8 2 8 6v2H4v-2z"/>
333
+ </svg>
334
+ <div>1 traveler</div>
335
+ </div>
336
+ <div class="recent-foot">Economy</div>
337
+ </div>
338
+ </div>
339
+
340
+ <!-- Search button -->
341
+ <div class="search-bar">Search</div>
342
+
343
+ <!-- Home indicator -->
344
+ <div class="home-indicator"></div>
345
+ </div>
346
+ </body>
347
+ </html>
code/6686/6686_10.html ADDED
@@ -0,0 +1,263 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Berlin (and vicinity) - UI Mock</title>
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #FFFFFF;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 120px;
23
+ padding: 32px 40px;
24
+ box-sizing: border-box;
25
+ color: #212121;
26
+ font-weight: 600;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ }
31
+ .status-left {
32
+ display: flex;
33
+ align-items: center;
34
+ gap: 24px;
35
+ font-size: 38px;
36
+ }
37
+ .status-right {
38
+ display: flex;
39
+ align-items: center;
40
+ gap: 26px;
41
+ }
42
+ .status-icon {
43
+ width: 34px;
44
+ height: 34px;
45
+ }
46
+
47
+ /* Title bar */
48
+ .title-bar {
49
+ position: absolute;
50
+ top: 120px;
51
+ left: 0;
52
+ width: 1080px;
53
+ height: 130px;
54
+ display: flex;
55
+ align-items: center;
56
+ padding: 0 40px;
57
+ box-sizing: border-box;
58
+ color: #1E2A39;
59
+ }
60
+ .back-btn {
61
+ width: 72px;
62
+ height: 72px;
63
+ border-radius: 36px;
64
+ display: flex;
65
+ align-items: center;
66
+ justify-content: center;
67
+ margin-right: 22px;
68
+ }
69
+ .title-text {
70
+ font-size: 48px;
71
+ font-weight: 700;
72
+ letter-spacing: -0.5px;
73
+ flex: 1;
74
+ }
75
+ .suitcase {
76
+ width: 52px;
77
+ height: 52px;
78
+ }
79
+
80
+ /* Top search/filter card */
81
+ .top-card {
82
+ position: absolute;
83
+ top: 250px;
84
+ left: 40px;
85
+ width: 1000px;
86
+ background: #FFFFFF;
87
+ border-radius: 28px;
88
+ box-shadow: 0 2px 0 rgba(0,0,0,0.04), 0 8px 24px rgba(0,0,0,0.06);
89
+ padding: 36px 32px;
90
+ box-sizing: border-box;
91
+ }
92
+ .top-card .title {
93
+ font-size: 52px;
94
+ font-weight: 700;
95
+ color: #1F2530;
96
+ margin-bottom: 18px;
97
+ }
98
+ .subline {
99
+ color: #6E7990;
100
+ font-size: 30px;
101
+ display: flex;
102
+ align-items: center;
103
+ gap: 36px;
104
+ }
105
+ .edit-icon {
106
+ position: absolute;
107
+ right: 26px;
108
+ top: 28px;
109
+ width: 58px;
110
+ height: 58px;
111
+ border-radius: 16px;
112
+ display: flex;
113
+ align-items: center;
114
+ justify-content: center;
115
+ }
116
+
117
+ /* List area with cards */
118
+ .list-area {
119
+ position: absolute;
120
+ top: 470px;
121
+ left: 0;
122
+ width: 1080px;
123
+ height: 1730px;
124
+ background: #F2F3F6;
125
+ padding: 26px 24px 160px;
126
+ box-sizing: border-box;
127
+ }
128
+ .item-card {
129
+ width: 1032px;
130
+ background: #FFFFFF;
131
+ border-radius: 34px;
132
+ margin: 26px auto;
133
+ padding: 42px 36px;
134
+ box-shadow: 0 1px 0 rgba(0,0,0,0.04);
135
+ box-sizing: border-box;
136
+ }
137
+ .skeleton-line {
138
+ height: 42px;
139
+ background: #C5C9D3;
140
+ border-radius: 22px;
141
+ }
142
+ .skeleton-line.short {
143
+ width: 240px;
144
+ margin-top: 26px;
145
+ }
146
+ .skeleton-line.medium {
147
+ width: 720px;
148
+ }
149
+ .skeleton-line.long {
150
+ width: 880px;
151
+ }
152
+
153
+ /* Gesture bar at bottom */
154
+ .gesture {
155
+ position: absolute;
156
+ bottom: 22px;
157
+ left: 50%;
158
+ transform: translateX(-50%);
159
+ width: 520px;
160
+ height: 16px;
161
+ background: #000000;
162
+ border-radius: 8px;
163
+ opacity: 0.9;
164
+ }
165
+
166
+ /* Simple icon color */
167
+ .icon-stroke { stroke: #24292F; }
168
+ .icon-fill { fill: #24292F; }
169
+ .muted-stroke { stroke: #6E7990; }
170
+ </style>
171
+ </head>
172
+ <body>
173
+ <div id="render-target">
174
+
175
+ <!-- Status Bar -->
176
+ <div class="status-bar">
177
+ <div class="status-left">
178
+ <div>10:48</div>
179
+ <!-- small placeholder app icons -->
180
+ <svg class="status-icon" viewBox="0 0 24 24">
181
+ <circle cx="12" cy="12" r="10" fill="#9AA3AF"></circle>
182
+ </svg>
183
+ <svg class="status-icon" viewBox="0 0 24 24">
184
+ <rect x="4" y="6" width="16" height="12" rx="2" fill="#9AA3AF"></rect>
185
+ </svg>
186
+ </div>
187
+ <div class="status-right">
188
+ <!-- Wi-Fi -->
189
+ <svg class="status-icon" viewBox="0 0 24 24">
190
+ <path d="M2 8c5-4 15-4 20 0M5 11c3-3 11-3 14 0M8 14c2-2 6-2 8 0M12 18l2 2-2 2-2-2 2-2z" fill="none" stroke="#555" stroke-width="2" stroke-linecap="round"/>
191
+ </svg>
192
+ <!-- Battery -->
193
+ <svg class="status-icon" viewBox="0 0 28 24">
194
+ <rect x="2" y="6" width="20" height="12" rx="2" fill="none" stroke="#555" stroke-width="2"/>
195
+ <rect x="4" y="8" width="16" height="8" rx="1" fill="#555"/>
196
+ <rect x="22" y="9" width="4" height="6" rx="1" fill="#555"/>
197
+ </svg>
198
+ </div>
199
+ </div>
200
+
201
+ <!-- Title Bar -->
202
+ <div class="title-bar">
203
+ <div class="back-btn">
204
+ <svg width="44" height="44" viewBox="0 0 24 24">
205
+ <path class="icon-stroke" d="M15 6l-6 6 6 6" fill="none" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
206
+ </svg>
207
+ </div>
208
+ <div class="title-text">Berlin (and vicinity)</div>
209
+ <svg class="suitcase" viewBox="0 0 24 24">
210
+ <rect x="6" y="7" width="12" height="12" rx="2" fill="none" stroke="#24292F" stroke-width="2"/>
211
+ <rect x="9" y="4" width="6" height="3" rx="1" fill="none" stroke="#24292F" stroke-width="2"/>
212
+ </svg>
213
+ </div>
214
+
215
+ <!-- Top filter Card -->
216
+ <div class="top-card">
217
+ <div class="title">Berlin</div>
218
+ <div class="subline">
219
+ <span>Dec 17 - Dec 21</span>
220
+ <span>2 travelers</span>
221
+ </div>
222
+ <div class="edit-icon">
223
+ <svg width="40" height="40" viewBox="0 0 24 24">
224
+ <path class="muted-stroke" d="M3 17v4h4l11-11-4-4L3 17z" fill="none" stroke-width="2" stroke-linejoin="round"></path>
225
+ </svg>
226
+ </div>
227
+ </div>
228
+
229
+ <!-- List Area with multiple cards -->
230
+ <div class="list-area">
231
+ <div class="item-card">
232
+ <div class="skeleton-line long"></div>
233
+ <div class="skeleton-line short"></div>
234
+ </div>
235
+ <div class="item-card">
236
+ <div class="skeleton-line long" style="width: 760px;"></div>
237
+ <div class="skeleton-line short"></div>
238
+ </div>
239
+ <div class="item-card">
240
+ <div class="skeleton-line long" style="width: 780px;"></div>
241
+ <div class="skeleton-line short"></div>
242
+ </div>
243
+ <div class="item-card">
244
+ <div class="skeleton-line long" style="width: 780px;"></div>
245
+ <div class="skeleton-line short"></div>
246
+ </div>
247
+ <div class="item-card">
248
+ <div class="skeleton-line long" style="width: 760px;"></div>
249
+ <div class="skeleton-line short"></div>
250
+ </div>
251
+ <!-- Partially visible last card -->
252
+ <div class="item-card" style="margin-bottom: 0;">
253
+ <div class="skeleton-line long" style="width: 860px;"></div>
254
+ <div class="skeleton-line short"></div>
255
+ </div>
256
+ </div>
257
+
258
+ <!-- Gesture bar -->
259
+ <div class="gesture"></div>
260
+
261
+ </div>
262
+ </body>
263
+ </html>
code/6686/6686_11.html ADDED
@@ -0,0 +1,380 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Berlin Hotels UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #F7F7F7;
13
+ border-radius: 36px;
14
+ box-shadow: 0 8px 24px rgba(0,0,0,0.08);
15
+ border: 1px solid #e5e5e5;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ height: 110px;
21
+ padding: 0 40px;
22
+ display: flex;
23
+ align-items: center;
24
+ color: #1a1a1a;
25
+ font-weight: 600;
26
+ letter-spacing: 0.4px;
27
+ font-size: 36px;
28
+ }
29
+ .status-icons {
30
+ margin-left: auto;
31
+ display: flex;
32
+ gap: 26px;
33
+ align-items: center;
34
+ }
35
+ .icon {
36
+ width: 40px;
37
+ height: 40px;
38
+ }
39
+ .battery {
40
+ width: 46px;
41
+ height: 28px;
42
+ border: 3px solid #333;
43
+ border-radius: 6px;
44
+ position: relative;
45
+ }
46
+ .battery::after {
47
+ content: "";
48
+ position: absolute;
49
+ right: -10px;
50
+ top: 8px;
51
+ width: 6px;
52
+ height: 12px;
53
+ background: #333;
54
+ border-radius: 2px;
55
+ }
56
+ .battery .fill {
57
+ position: absolute;
58
+ left: 3px; top: 3px;
59
+ width: 30px; height: 18px;
60
+ background: #4CAF50;
61
+ border-radius: 3px;
62
+ }
63
+
64
+ /* App bar */
65
+ .app-bar {
66
+ display: flex;
67
+ align-items: center;
68
+ padding: 10px 40px 20px 40px;
69
+ }
70
+ .back-btn {
71
+ width: 80px;
72
+ height: 80px;
73
+ display: flex; align-items: center; justify-content: center;
74
+ }
75
+ .title {
76
+ font-size: 48px;
77
+ font-weight: 700;
78
+ color: #1a1a1a;
79
+ margin-left: 10px;
80
+ }
81
+ .right-actions {
82
+ margin-left: auto;
83
+ display: flex; align-items: center; gap: 24px;
84
+ }
85
+ .bag-icon {
86
+ width: 64px; height: 64px;
87
+ }
88
+
89
+ /* search card */
90
+ .search-card {
91
+ margin: 20px 32px;
92
+ background: #fff;
93
+ border: 1px solid #e5e5e5;
94
+ border-radius: 24px;
95
+ padding: 32px;
96
+ box-shadow: 0 2px 6px rgba(0,0,0,0.04);
97
+ }
98
+ .search-top {
99
+ display: flex; justify-content: space-between; align-items: center;
100
+ }
101
+ .search-title {
102
+ font-size: 44px; font-weight: 700; color: #222;
103
+ }
104
+ .edit-btn {
105
+ width: 56px; height: 56px; border-radius: 12px; border: 1px solid #ddd;
106
+ display: flex; align-items: center; justify-content: center; color: #444;
107
+ }
108
+ .search-sub {
109
+ margin-top: 12px;
110
+ color: #555; font-size: 32px;
111
+ }
112
+
113
+ .properties-line {
114
+ margin: 20px 40px 0 40px;
115
+ color: #333; font-size: 34px; font-weight: 600;
116
+ }
117
+ .info-row {
118
+ margin: 8px 40px 24px 40px;
119
+ color: #555; font-size: 30px; display: flex; align-items: center;
120
+ }
121
+ .info-row svg { margin-left: 10px; }
122
+
123
+ /* Member banner */
124
+ .banner {
125
+ margin: 20px 32px;
126
+ background: #fff;
127
+ border: 1px solid #e5e5e5;
128
+ border-radius: 28px;
129
+ padding: 28px;
130
+ display: flex; align-items: center; gap: 28px;
131
+ }
132
+ .k-badge {
133
+ width: 120px; height: 120px; border-radius: 60px; background: #1631FF; color: #fff;
134
+ display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 52px;
135
+ }
136
+ .banner-text {
137
+ font-size: 36px; color: #222; line-height: 1.25; font-weight: 700;
138
+ }
139
+
140
+ /* Hotel card */
141
+ .card {
142
+ margin: 26px 32px;
143
+ background: #fff;
144
+ border: 1px solid #e5e5e5;
145
+ border-radius: 32px;
146
+ overflow: hidden;
147
+ display: flex;
148
+ box-shadow: 0 2px 6px rgba(0,0,0,0.04);
149
+ }
150
+ .card .img {
151
+ width: 270px; min-height: 360px;
152
+ background: #E0E0E0; border-right: 1px solid #BDBDBD;
153
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 28px; text-align: center;
154
+ position: relative;
155
+ }
156
+ .ad-tag {
157
+ position: absolute; left: 16px; bottom: 16px;
158
+ background: #EDEDED; color: #333; border: 1px solid #D0D0D0;
159
+ font-size: 26px; padding: 8px 16px; border-radius: 14px;
160
+ }
161
+ .card-body {
162
+ flex: 1; padding: 24px;
163
+ position: relative;
164
+ }
165
+ .hotel-name {
166
+ font-size: 44px; font-weight: 800; color: #1a1a1a;
167
+ }
168
+ .hotel-area {
169
+ margin-top: 10px; font-size: 32px; color: #666;
170
+ }
171
+ .earn {
172
+ margin-top: 12px; font-size: 32px; color: #0f7c42; font-weight: 600;
173
+ }
174
+ .rating-row {
175
+ margin-top: 18px; display: flex; align-items: center; gap: 16px;
176
+ }
177
+ .rating-pill {
178
+ background: #1ea64a; color: #fff; font-weight: 800; padding: 10px 18px; border-radius: 14px; font-size: 32px;
179
+ }
180
+ .rating-text {
181
+ font-size: 34px; color: #333; font-weight: 700;
182
+ }
183
+ .reviews {
184
+ font-size: 30px; color: #666;
185
+ }
186
+ .yellow-banner {
187
+ margin-top: 26px; background: #FFD74D; color: #3b2a00; border-radius: 16px; padding: 18px 22px; font-size: 30px; font-weight: 700; display: inline-flex; align-items: center; gap: 16px;
188
+ }
189
+
190
+ .price-area {
191
+ position: absolute; right: 24px; bottom: 24px; text-align: right;
192
+ }
193
+ .strike {
194
+ color: #777; text-decoration: line-through; font-size: 34px; margin-right: 8px;
195
+ }
196
+ .big-price {
197
+ font-size: 66px; font-weight: 900; color: #0b2e66;
198
+ }
199
+ .total-note {
200
+ font-size: 28px; color: #666; margin-top: 6px;
201
+ }
202
+
203
+ /* Second card specials */
204
+ .discount-badge {
205
+ position: absolute; right: 24px; top: 24px;
206
+ background: #134E37; color: #fff; padding: 12px 18px; border-radius: 16px; font-size: 32px; font-weight: 800;
207
+ }
208
+
209
+ /* Bottom bar */
210
+ .bottom-bar {
211
+ position: absolute; bottom: 60px; left: 0; width: 100%;
212
+ display: flex; justify-content: center;
213
+ }
214
+ .bottom-actions {
215
+ display: flex; gap: 26px; background: #fff; border: 1px solid #ddd; border-radius: 60px;
216
+ padding: 22px 28px; box-shadow: 0 10px 24px rgba(0,0,0,0.08);
217
+ }
218
+ .chip {
219
+ display: flex; align-items: center; gap: 16px; padding: 20px 28px; border-radius: 48px; background: #F4F7FE; color: #0b2e66; font-weight: 800; font-size: 34px;
220
+ }
221
+ .chip.secondary {
222
+ background: #F9FAFB; color: #0b2e66;
223
+ }
224
+ .map-icon {
225
+ width: 42px; height: 42px; border-radius: 10px; background: #1a5cff; display: flex; justify-content: center; align-items: center;
226
+ }
227
+
228
+ /* Small helper icons */
229
+ .i-circle {
230
+ width: 30px; height: 30px; border: 2px solid #888; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 22px; color: #666;
231
+ }
232
+
233
+ </style>
234
+ </head>
235
+ <body>
236
+ <div id="render-target">
237
+ <!-- Status bar -->
238
+ <div class="status-bar">
239
+ 10:48
240
+ <div class="status-icons">
241
+ <!-- Simple mail dot -->
242
+ <svg class="icon" viewBox="0 0 24 24">
243
+ <circle cx="12" cy="12" r="10" fill="#666"></circle>
244
+ <path d="M6 8h12v8H6z" fill="#fff"></path>
245
+ <path d="M6 8l6 5 6-5" stroke="#666" stroke-width="1.6" fill="none"></path>
246
+ </svg>
247
+ <!-- Wifi icon -->
248
+ <svg class="icon" viewBox="0 0 24 24">
249
+ <path d="M2 9c5-5 15-5 20 0" stroke="#333" stroke-width="2" fill="none"></path>
250
+ <path d="M6 13c3-3 9-3 12 0" stroke="#333" stroke-width="2" fill="none"></path>
251
+ <circle cx="12" cy="17" r="2" fill="#333"></circle>
252
+ </svg>
253
+ <!-- Battery -->
254
+ <div class="battery"><div class="fill"></div></div>
255
+ </div>
256
+ </div>
257
+
258
+ <!-- App bar -->
259
+ <div class="app-bar">
260
+ <div class="back-btn">
261
+ <svg width="60" height="60" viewBox="0 0 24 24">
262
+ <path d="M15 19L8 12l7-7" stroke="#1a1a1a" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
263
+ </svg>
264
+ </div>
265
+ <div class="title">Berlin (and vicinity), Germany</div>
266
+ <div class="right-actions">
267
+ <svg class="bag-icon" viewBox="0 0 24 24">
268
+ <path d="M7 6h10v13H7z" fill="#1a1a1a"></path>
269
+ <path d="M9 6c0-2 2-3 3-3s3 1 3 3" stroke="#1a1a1a" stroke-width="2" fill="none"></path>
270
+ </svg>
271
+ </div>
272
+ </div>
273
+
274
+ <!-- Search card -->
275
+ <div class="search-card">
276
+ <div class="search-top">
277
+ <div class="search-title">Berlin</div>
278
+ <div class="edit-btn">
279
+ <svg width="28" height="28" viewBox="0 0 24 24">
280
+ <path d="M3 17l2 4 4-2 9-9-4-4-9 9z" fill="#666"></path>
281
+ </svg>
282
+ </div>
283
+ </div>
284
+ <div class="search-sub">Dec 17 - Dec 21 · 2 travelers</div>
285
+ </div>
286
+
287
+ <div class="properties-line">2,374 properties</div>
288
+ <div class="info-row">
289
+ See how we pick our recommended properties
290
+ <span class="i-circle">i</span>
291
+ </div>
292
+
293
+ <!-- Member banner -->
294
+ <div class="banner">
295
+ <div class="k-badge">K</div>
296
+ <div class="banner-text">
297
+ You're saving 10% or more on over 100,000 hotels worldwide with Member Prices
298
+ </div>
299
+ </div>
300
+
301
+ <!-- Card 1 -->
302
+ <div class="card">
303
+ <div class="img">[IMG: Hotel room interior]<div class="ad-tag">Ad</div></div>
304
+ <div class="card-body">
305
+ <div class="hotel-name">Melia Berlin</div>
306
+ <div class="hotel-area">Mitte</div>
307
+ <div class="earn">Earn $10.01 in OneKeyCash</div>
308
+ <div class="rating-row">
309
+ <div class="rating-pill">9.2</div>
310
+ <div class="rating-text">Wonderful</div>
311
+ <div class="reviews">1,004 reviews</div>
312
+ </div>
313
+ <div class="yellow-banner">
314
+ <svg width="34" height="34" viewBox="0 0 24 24">
315
+ <path d="M12 2l3 7h7l-5.5 4 2 7-6.5-4.5L6.5 20l2-7L3 9h7z" fill="#3b2a00"></path>
316
+ </svg>
317
+ We have 3 left at 10% off at
318
+ </div>
319
+
320
+ <div class="price-area">
321
+ <span class="strike">$139</span>
322
+ <span class="big-price">$125</span>
323
+ <div class="total-note">$560 total includes taxes & fees</div>
324
+ </div>
325
+ </div>
326
+ </div>
327
+
328
+ <!-- Card 2 -->
329
+ <div class="card">
330
+ <div class="img">[IMG: Cozy studio living space]<div class="ad-tag">Ad</div></div>
331
+ <div class="card-body">
332
+ <div class="hotel-name">Locke at East Side Gallery</div>
333
+ <div class="hotel-area">Friedrichshain</div>
334
+ <div class="earn">Earn $6.36 in OneKeyCash</div>
335
+ <div class="rating-row">
336
+ <div class="rating-pill">9.6</div>
337
+ <div class="rating-text">Exceptional</div>
338
+ <div class="reviews">78 reviews</div>
339
+ </div>
340
+
341
+ <div class="discount-badge">5% off</div>
342
+ <div class="price-area">
343
+ <span class="strike">$84</span>
344
+ <span class="big-price">$80</span>
345
+ <div class="total-note">$357 total includes taxes & fees</div>
346
+ </div>
347
+ </div>
348
+ </div>
349
+
350
+ <!-- Partial 3rd card header to hint list continues -->
351
+ <div class="card" style="height: 220px;">
352
+ <div class="img" style="width: 200px; min-height: 220px;">[IMG: Hotel thumbnail]</div>
353
+ <div class="card-body">
354
+ <div class="hotel-name" style="font-size: 40px;">Mixed Hotel Berlin</div>
355
+ <div class="hotel-area">Fully refundable</div>
356
+ </div>
357
+ </div>
358
+
359
+ <!-- Bottom actions -->
360
+ <div class="bottom-bar">
361
+ <div class="bottom-actions">
362
+ <div class="chip">
363
+ <div class="map-icon">
364
+ <svg width="28" height="28" viewBox="0 0 24 24">
365
+ <path d="M12 2C8.7 2 6 4.7 6 8c0 5.5 6 10 6 10s6-4.5 6-10c0-3.3-2.7-6-6-6zm0 8a2 2 0 110-4 2 2 0 010 4z" fill="#fff"></path>
366
+ </svg>
367
+ </div>
368
+ Map
369
+ </div>
370
+ <div class="chip secondary">
371
+ <svg width="34" height="34" viewBox="0 0 24 24">
372
+ <path d="M4 7h16M4 12h12M4 17h8" stroke="#0b2e66" stroke-width="2" fill="none" stroke-linecap="round"></path>
373
+ </svg>
374
+ Sort & Filter
375
+ </div>
376
+ </div>
377
+ </div>
378
+ </div>
379
+ </body>
380
+ </html>
code/6687/6687_1.html ADDED
@@ -0,0 +1,456 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Map Type Modal UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #f5f5f5;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 90px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ padding: 0 32px;
27
+ color: #111;
28
+ font-size: 34px;
29
+ }
30
+ .status-right {
31
+ display: flex;
32
+ gap: 24px;
33
+ align-items: center;
34
+ }
35
+ .icon {
36
+ width: 36px;
37
+ height: 36px;
38
+ display: inline-flex;
39
+ align-items: center;
40
+ justify-content: center;
41
+ }
42
+ .icon svg { width: 100%; height: 100%; fill: #333; }
43
+
44
+ /* Search & route header */
45
+ .search-panel {
46
+ position: absolute;
47
+ top: 90px;
48
+ left: 40px;
49
+ width: 1000px;
50
+ padding: 16px 0 8px;
51
+ background: rgba(255,255,255,0.96);
52
+ border-radius: 24px;
53
+ box-shadow: 0 8px 20px rgba(0,0,0,0.15);
54
+ }
55
+ .search-row {
56
+ display: flex;
57
+ align-items: center;
58
+ gap: 14px;
59
+ padding: 10px 20px;
60
+ }
61
+ .circle-btn {
62
+ width: 58px;
63
+ height: 58px;
64
+ border-radius: 50%;
65
+ background: #f0f0f0;
66
+ display: flex;
67
+ align-items: center;
68
+ justify-content: center;
69
+ }
70
+ .pill-input {
71
+ flex: 1;
72
+ height: 72px;
73
+ border-radius: 16px;
74
+ background: #f7f7f7;
75
+ border: 1px solid #ddd;
76
+ display: flex;
77
+ align-items: center;
78
+ padding: 0 24px;
79
+ font-size: 32px;
80
+ color: #222;
81
+ }
82
+ .ellipsis {
83
+ width: 44px;
84
+ height: 44px;
85
+ border-radius: 50%;
86
+ background: #f0f0f0;
87
+ display: flex;
88
+ align-items: center;
89
+ justify-content: center;
90
+ }
91
+ .mode-chips {
92
+ display: flex;
93
+ align-items: center;
94
+ gap: 24px;
95
+ padding: 6px 24px 14px 24px;
96
+ flex-wrap: nowrap;
97
+ }
98
+ .chip {
99
+ display: inline-flex;
100
+ align-items: center;
101
+ gap: 12px;
102
+ padding: 16px 22px;
103
+ border-radius: 36px;
104
+ background: #eef3ff;
105
+ color: #0b57d0;
106
+ font-size: 30px;
107
+ border: 1px solid #c9dbff;
108
+ }
109
+ .chip.secondary {
110
+ background: #f3f4f6;
111
+ color: #444;
112
+ border: 1px solid #ddd;
113
+ }
114
+ .chip .icon { width: 34px; height: 34px; }
115
+
116
+ /* Map placeholder */
117
+ .map-area {
118
+ position: absolute;
119
+ top: 300px;
120
+ left: 0;
121
+ width: 1080px;
122
+ height: 1400px;
123
+ background: #E0E0E0;
124
+ border-top: 1px solid #BDBDBD;
125
+ border-bottom: 1px solid #BDBDBD;
126
+ display: flex;
127
+ align-items: center;
128
+ justify-content: center;
129
+ color: #757575;
130
+ font-size: 36px;
131
+ }
132
+
133
+ /* Floating buttons on map */
134
+ .floating-layer {
135
+ position: absolute;
136
+ top: 880px;
137
+ right: 36px;
138
+ width: 96px;
139
+ height: 96px;
140
+ border-radius: 50%;
141
+ background: #fff;
142
+ box-shadow: 0 8px 18px rgba(0,0,0,0.15);
143
+ display: flex;
144
+ align-items: center;
145
+ justify-content: center;
146
+ }
147
+ .floating-search {
148
+ position: absolute;
149
+ top: 1040px;
150
+ right: 36px;
151
+ width: 144px;
152
+ height: 144px;
153
+ border-radius: 72px;
154
+ background: #fff;
155
+ box-shadow: 0 8px 18px rgba(0,0,0,0.15);
156
+ display: flex;
157
+ align-items: center;
158
+ justify-content: center;
159
+ }
160
+
161
+ /* Small route info bubble */
162
+ .eta-bubble {
163
+ position: absolute;
164
+ top: 760px;
165
+ left: 160px;
166
+ background: rgba(255,255,255,0.95);
167
+ border: 1px solid #d0d0d0;
168
+ border-radius: 16px;
169
+ padding: 16px 18px;
170
+ font-size: 32px;
171
+ line-height: 1.2;
172
+ box-shadow: 0 6px 12px rgba(0,0,0,0.12);
173
+ }
174
+
175
+ /* Bottom sheet */
176
+ .bottom-sheet {
177
+ position: absolute;
178
+ left: 0;
179
+ bottom: 70px;
180
+ width: 1080px;
181
+ height: 1050px;
182
+ background: #fff;
183
+ border-top-left-radius: 28px;
184
+ border-top-right-radius: 28px;
185
+ box-shadow: 0 -10px 24px rgba(0,0,0,0.2);
186
+ padding: 32px;
187
+ }
188
+ .sheet-header {
189
+ display: flex;
190
+ align-items: center;
191
+ justify-content: space-between;
192
+ padding: 10px 6px 24px;
193
+ font-size: 48px;
194
+ font-weight: 600;
195
+ color: #222;
196
+ }
197
+ .close-x {
198
+ width: 72px;
199
+ height: 72px;
200
+ border-radius: 50%;
201
+ border: 1px solid #ddd;
202
+ display: flex;
203
+ align-items: center;
204
+ justify-content: center;
205
+ }
206
+ .section-title {
207
+ font-size: 44px;
208
+ font-weight: 600;
209
+ color: #333;
210
+ margin: 22px 6px 20px;
211
+ }
212
+ .map-type-row {
213
+ display: grid;
214
+ grid-template-columns: repeat(3, 1fr);
215
+ gap: 28px;
216
+ padding: 6px 6px 24px;
217
+ }
218
+ .type-card {
219
+ background: #fafafa;
220
+ border: 2px solid #dcdcdc;
221
+ border-radius: 24px;
222
+ padding: 28px;
223
+ height: 220px;
224
+ display: flex;
225
+ flex-direction: column;
226
+ align-items: center;
227
+ justify-content: center;
228
+ gap: 18px;
229
+ }
230
+ .type-thumb {
231
+ width: 170px;
232
+ height: 120px;
233
+ background: #E0E0E0;
234
+ border: 1px solid #BDBDBD;
235
+ display: flex;
236
+ align-items: center;
237
+ justify-content: center;
238
+ color: #757575;
239
+ font-size: 26px;
240
+ border-radius: 16px;
241
+ }
242
+ .type-label { font-size: 34px; color: #333; }
243
+
244
+ /* Map details grid */
245
+ .details-grid {
246
+ display: grid;
247
+ grid-template-columns: repeat(4, 1fr);
248
+ gap: 28px;
249
+ padding: 8px 6px;
250
+ }
251
+ .detail-card {
252
+ background: #fafafa;
253
+ border: 2px solid #dcdcdc;
254
+ border-radius: 24px;
255
+ padding: 26px 18px;
256
+ height: 210px;
257
+ display: flex;
258
+ flex-direction: column;
259
+ align-items: center;
260
+ justify-content: center;
261
+ gap: 18px;
262
+ position: relative;
263
+ }
264
+ .detail-thumb {
265
+ width: 120px;
266
+ height: 100px;
267
+ background: #E0E0E0;
268
+ border: 1px solid #BDBDBD;
269
+ display: flex;
270
+ align-items: center;
271
+ justify-content: center;
272
+ color: #757575;
273
+ font-size: 26px;
274
+ border-radius: 16px;
275
+ }
276
+ .detail-label {
277
+ font-size: 32px;
278
+ color: #333;
279
+ text-align: center;
280
+ }
281
+ .selected {
282
+ border-color: #1a73e8;
283
+ box-shadow: 0 0 0 3px rgba(26,115,232,0.2) inset;
284
+ }
285
+ .badge {
286
+ position: absolute;
287
+ top: 8px;
288
+ right: 12px;
289
+ background: #1a73e8;
290
+ color: #fff;
291
+ font-size: 24px;
292
+ padding: 4px 10px;
293
+ border-radius: 14px;
294
+ }
295
+
296
+ /* Gesture bar */
297
+ .gesture {
298
+ position: absolute;
299
+ bottom: 18px;
300
+ left: 50%;
301
+ transform: translateX(-50%);
302
+ width: 360px;
303
+ height: 10px;
304
+ background: #bfbfbf;
305
+ border-radius: 6px;
306
+ }
307
+ </style>
308
+ </head>
309
+ <body>
310
+ <div id="render-target">
311
+
312
+ <!-- Status Bar -->
313
+ <div class="status-bar">
314
+ <div>6:01</div>
315
+ <div class="status-right">
316
+ <span class="icon" title="location">
317
+ <svg viewBox="0 0 24 24"><path d="M12 2a7 7 0 0 0-7 7c0 5 7 13 7 13s7-8 7-13a7 7 0 0 0-7-7zm0 10a3 3 0 1 1 0-6 3 3 0 0 1 0 6z"/></svg>
318
+ </span>
319
+ <span class="icon" title="wifi">
320
+ <svg viewBox="0 0 24 24"><path d="M2 8a14 14 0 0 1 20 0l-2 2a11 11 0 0 0-16 0L2 8zm4 4a9 9 0 0 1 12 0l-2 2a6 6 0 0 0-8 0l-2-2zm6 6 3 3-3 3-3-3 3-3z"/></svg>
321
+ </span>
322
+ <span class="icon" title="battery">
323
+ <svg viewBox="0 0 24 24"><path d="M20 7h1a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-1v2H3a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h17v2zM4 8v8h14V8H4z"/></svg>
324
+ </span>
325
+ </div>
326
+ </div>
327
+
328
+ <!-- Search Panel -->
329
+ <div class="search-panel">
330
+ <div class="search-row">
331
+ <div class="circle-btn" title="Back">
332
+ <svg viewBox="0 0 24 24"><path d="M15 18 9 12l6-6" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
333
+ </div>
334
+ <div class="pill-input">77550</div>
335
+ <div class="ellipsis">
336
+ <svg viewBox="0 0 24 24"><circle cx="5" cy="12" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="19" cy="12" r="2"/></svg>
337
+ </div>
338
+ </div>
339
+ <div class="search-row" style="padding-top:0;">
340
+ <div class="circle-btn" title="Pin">
341
+ <svg viewBox="0 0 24 24"><path d="M12 2a7 7 0 0 0-7 7c0 5 7 13 7 13s7-8 7-13a7 7 0 0 0-7-7zm0 10a3 3 0 1 1 0-6 3 3 0 0 1 0 6z"/></svg>
342
+ </div>
343
+ <div class="pill-input">Bar Louie - The Mall at Partridge...</div>
344
+ <div class="ellipsis">
345
+ <svg viewBox="0 0 24 24"><circle cx="5" cy="12" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="19" cy="12" r="2"/></svg>
346
+ </div>
347
+ </div>
348
+ <div class="mode-chips">
349
+ <div class="chip">
350
+ <span class="icon"><svg viewBox="0 0 24 24"><path d="M5 16h14l-2-6H7l-2 6zm1 3a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm12 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4z"/></svg></span>
351
+ 21 hr
352
+ </div>
353
+ <div class="chip secondary">
354
+ <span class="icon"><svg viewBox="0 0 24 24"><path d="M6 19h12l-3-9H9l-3 9zm5-13a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"/></svg></span>
355
+ -
356
+ </div>
357
+ <div class="chip secondary">
358
+ <span class="icon"><svg viewBox="0 0 24 24"><path d="M3 6h18v4H3V6zm2 6h14v6H5v-6z"/></svg></span>
359
+ 2 days
360
+ </div>
361
+ <div class="chip secondary">
362
+ <span class="icon"><svg viewBox="0 0 24 24"><path d="M12 2v4M6 4l2 4m8-4-2 4M6 12h12M8 20l4-6 4 6"/></svg></span>
363
+ 20 days
364
+ </div>
365
+ <div class="chip secondary">
366
+ <span class="icon"><svg viewBox="0 0 24 24"><path d="M5 17h14l-4-8h-6l-4 8zM7 17l-2 3m12-3 2 3"/></svg></span>
367
+ 5 days
368
+ </div>
369
+ </div>
370
+ </div>
371
+
372
+ <!-- Map Area -->
373
+ <div class="map-area">[IMG: Google Map with route]</div>
374
+
375
+ <!-- Floating controls -->
376
+ <div class="floating-layer" title="Layers">
377
+ <svg viewBox="0 0 24 24"><path d="M12 3 2 9l10 6 10-6-10-6zm0 9L2 18l10 6 10-6-10-6z"/></svg>
378
+ </div>
379
+ <div class="floating-search" title="Search">
380
+ <svg viewBox="0 0 24 24"><path d="M10 2a8 8 0 1 1 0 16 8 8 0 0 1 0-16zm11 20-6-6" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
381
+ </div>
382
+
383
+ <!-- ETA bubble on map -->
384
+ <div class="eta-bubble">
385
+ 21 hr 39 min<br>
386
+ $0.55
387
+ </div>
388
+
389
+ <!-- Bottom Sheet Modal -->
390
+ <div class="bottom-sheet">
391
+ <div class="sheet-header">
392
+ <span>Map type</span>
393
+ <div class="close-x">
394
+ <svg viewBox="0 0 24 24"><path d="M5 5 19 19M19 5 5 19" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
395
+ </div>
396
+ </div>
397
+
398
+ <div class="map-type-row">
399
+ <div class="type-card" style="border-color:#1a73e8; box-shadow:0 0 0 3px rgba(26,115,232,0.18) inset;">
400
+ <div class="type-thumb">[IMG: Default]</div>
401
+ <div class="type-label" style="color:#1a73e8;">Default</div>
402
+ </div>
403
+ <div class="type-card">
404
+ <div class="type-thumb">[IMG: Satellite]</div>
405
+ <div class="type-label">Satellite</div>
406
+ </div>
407
+ <div class="type-card">
408
+ <div class="type-thumb">[IMG: Terrain]</div>
409
+ <div class="type-label">Terrain</div>
410
+ </div>
411
+ </div>
412
+
413
+ <div class="section-title">Map details</div>
414
+ <div class="details-grid">
415
+ <div class="detail-card">
416
+ <div class="detail-thumb">[IMG: Transit]</div>
417
+ <div class="detail-label">Public transit</div>
418
+ </div>
419
+ <div class="detail-card selected">
420
+ <div class="detail-thumb">[IMG: Traffic]</div>
421
+ <div class="detail-label" style="color:#1a73e8;">Traffic</div>
422
+ </div>
423
+ <div class="detail-card">
424
+ <div class="detail-thumb">[IMG: Bicycling]</div>
425
+ <div class="detail-label">Bicycling</div>
426
+ </div>
427
+ <div class="detail-card">
428
+ <div class="detail-thumb">[IMG: 3D]</div>
429
+ <div class="detail-label">3D</div>
430
+ </div>
431
+
432
+ <div class="detail-card">
433
+ <div class="detail-thumb">[IMG: Street View]</div>
434
+ <div class="detail-label">Street View</div>
435
+ </div>
436
+ <div class="detail-card">
437
+ <span class="badge">New</span>
438
+ <div class="detail-thumb">[IMG: Wildfires]</div>
439
+ <div class="detail-label">Wildfires</div>
440
+ </div>
441
+ <div class="detail-card">
442
+ <span class="badge">New</span>
443
+ <div class="detail-thumb">[IMG: Air Quality]</div>
444
+ <div class="detail-label">Air Quality</div>
445
+ </div>
446
+ <div class="detail-card">
447
+ <div class="detail-thumb">[IMG: Extra]</div>
448
+ <div class="detail-label">More</div>
449
+ </div>
450
+ </div>
451
+ </div>
452
+
453
+ <div class="gesture"></div>
454
+ </div>
455
+ </body>
456
+ </html>
code/6687/6687_2.html ADDED
@@ -0,0 +1,308 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Maps - UI Mock</title>
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <style>
7
+ body { margin:0; padding:0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width:1080px; height:2400px; position:relative; overflow:hidden;
10
+ background:#f5f6f8;
11
+ border-radius:24px;
12
+ box-shadow:0 10px 30px rgba(0,0,0,0.15);
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ position:absolute; top:0; left:0; width:100%; height:110px;
18
+ display:flex; align-items:center; justify-content:flex-start;
19
+ padding:0 36px; color:#2c2c2c; font-weight:600; font-size:40px;
20
+ background:rgba(255,255,255,0.6);
21
+ }
22
+ .status-icons { margin-left:auto; display:flex; gap:24px; align-items:center; }
23
+ .status-icons .dot { width:20px; height:20px; border-radius:50%; background:#2c2c2c; opacity:0.9; }
24
+ .status-icons .signal { width:34px; height:24px; border:2px solid #2c2c2c; border-left-width:6px; }
25
+
26
+ /* Top search area */
27
+ .top-controls {
28
+ position:absolute; top:130px; left:40px; right:40px;
29
+ display:flex; flex-direction:column; gap:28px;
30
+ }
31
+ .row {
32
+ display:flex; align-items:center; gap:22px;
33
+ }
34
+ .circle-btn {
35
+ width:70px; height:70px; border-radius:50%;
36
+ background:#fff; border:1px solid #d2d2d2; display:flex; align-items:center; justify-content:center;
37
+ box-shadow:0 2px 6px rgba(0,0,0,0.08);
38
+ }
39
+ .input-pill {
40
+ flex:1;
41
+ height:96px; border-radius:24px; background:#fff; border:1px solid #d9d9d9;
42
+ display:flex; align-items:center; padding:0 28px; font-size:38px; color:#222;
43
+ box-shadow:0 4px 10px rgba(0,0,0,0.06);
44
+ }
45
+ .input-pill .label { white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
46
+ .input-actions { margin-left:auto; display:flex; gap:26px; align-items:center; }
47
+ .dot-vertical { display:flex; flex-direction:column; gap:8px; }
48
+ .dot-vertical span { width:10px; height:10px; background:#555; border-radius:50%; display:block; }
49
+ .swap-icon { width:32px; height:32px; border:2px solid #3a3a3a; border-radius:6px; transform:rotate(90deg); }
50
+
51
+ /* Travel mode chips */
52
+ .mode-row {
53
+ position:absolute; top:340px; left:40px; right:40px;
54
+ display:flex; align-items:center; gap:26px;
55
+ }
56
+ .mode-chip {
57
+ height:84px; padding:0 26px; border-radius:40px; font-size:36px; display:flex; align-items:center; gap:18px;
58
+ background:#eaf1ff; color:#1a73e8; border:1px solid #cfe0ff;
59
+ }
60
+ .mode-chip svg { width:42px; height:42px; }
61
+ .mode { color:#222; background:#fff; border:1px solid #ddd; }
62
+ .mode.disabled { opacity:0.7; }
63
+ .mode small { font-size:34px; color:#777; }
64
+
65
+ /* Map */
66
+ .map {
67
+ position:absolute; top:430px; left:0; width:100%; height:1150px;
68
+ background:#E0E0E0; border-top:1px solid #BDBDBD;
69
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:40px;
70
+ }
71
+ .floating-stack {
72
+ position:absolute; right:40px; top:500px; display:flex; flex-direction:column; gap:22px;
73
+ }
74
+ .fab {
75
+ width:110px; height:110px; border-radius:50%; background:#fff; border:1px solid #d5d5d5;
76
+ box-shadow:0 4px 12px rgba(0,0,0,0.12); display:flex; align-items:center; justify-content:center;
77
+ }
78
+
79
+ /* Route info chips on map */
80
+ .route-chip {
81
+ position:absolute; background:#113d8f; color:#fff; padding:26px 28px; border-radius:18px;
82
+ font-size:38px; font-weight:600;
83
+ box-shadow:0 6px 14px rgba(0,0,0,0.18);
84
+ }
85
+ .route-chip.light {
86
+ background:#f0f0f0; color:#2e2e2e; border:1px solid #dcdcdc; font-weight:500;
87
+ }
88
+ .pin {
89
+ position:absolute; width:42px; height:42px; background:#d64034; border-radius:50%;
90
+ box-shadow:0 2px 6px rgba(0,0,0,0.3);
91
+ }
92
+
93
+ /* Bottom sheet */
94
+ .sheet {
95
+ position:absolute; left:0; right:0; bottom:0; height:1200px; background:#fff;
96
+ border-top-left-radius:26px; border-top-right-radius:26px;
97
+ box-shadow:0 -10px 24px rgba(0,0,0,0.22);
98
+ padding:48px 36px 60px;
99
+ }
100
+ .sheet .close {
101
+ position:absolute; right:36px; top:36px; width:60px; height:60px; border-radius:50%;
102
+ display:flex; align-items:center; justify-content:center; color:#333; font-size:42px;
103
+ background:#f4f4f4;
104
+ }
105
+ .section-title {
106
+ font-size:52px; font-weight:700; color:#222; margin:0 0 26px 0;
107
+ }
108
+ .card-row {
109
+ display:flex; gap:40px; margin-bottom:46px;
110
+ }
111
+ .map-card {
112
+ flex:1;
113
+ background:#f7f7f7; border:1px solid #ddd; border-radius:22px; padding:26px; text-align:center;
114
+ display:flex; flex-direction:column; gap:20px; align-items:center; justify-content:center;
115
+ height:260px;
116
+ }
117
+ .map-card .preview {
118
+ width:190px; height:140px; border-radius:18px; border:1px solid #cfcfcf; background:#E0E0E0;
119
+ display:flex; align-items:center; justify-content:center; color:#6f6f6f; font-size:30px;
120
+ }
121
+ .map-card.active { border-color:#1a73e8; box-shadow:0 0 0 3px rgba(26,115,232,0.25); }
122
+ .map-card .label { font-size:38px; color:#222; }
123
+
124
+ .sub-title { font-size:48px; font-weight:700; margin:26px 0; }
125
+ .grid {
126
+ display:grid; grid-template-columns:repeat(4, 1fr); gap:34px 28px;
127
+ }
128
+ .grid-item {
129
+ background:#f7f7f7; border:1px solid #ddd; border-radius:22px; padding:22px;
130
+ display:flex; flex-direction:column; align-items:center; gap:16px;
131
+ height:210px; text-align:center;
132
+ }
133
+ .grid-item .icon {
134
+ width:120px; height:90px; border-radius:16px; background:#E0E0E0; border:1px solid #BDBDBD;
135
+ display:flex; align-items:center; justify-content:center; color:#6b6b6b; font-size:28px;
136
+ }
137
+ .grid-item .text { font-size:34px; color:#333; }
138
+ .selected { border-color:#1a73e8; box-shadow:0 0 0 3px rgba(26,115,232,0.18); }
139
+ .blue-text { color:#1a73e8; }
140
+ .badge {
141
+ position:absolute; top:-12px; right:-12px; background:#1a73e8; color:#fff; font-size:28px;
142
+ padding:8px 14px; border-radius:20px;
143
+ }
144
+
145
+ /* Small helper icons */
146
+ svg.icon { width:36px; height:36px; }
147
+ </style>
148
+ </head>
149
+ <body>
150
+ <div id="render-target">
151
+
152
+ <!-- Status bar -->
153
+ <div class="status-bar">
154
+ 6:02
155
+ <div class="status-icons">
156
+ <div class="dot"></div>
157
+ <div class="signal"></div>
158
+ <div class="dot"></div>
159
+ </div>
160
+ </div>
161
+
162
+ <!-- Top search controls -->
163
+ <div class="top-controls">
164
+ <div class="row">
165
+ <div class="circle-btn" title="Back">
166
+ <svg class="icon" viewBox="0 0 24 24">
167
+ <path d="M15 5 L7 12 L15 19" stroke="#333" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
168
+ </svg>
169
+ </div>
170
+ <div class="input-pill">
171
+ <div class="label">77550</div>
172
+ <div class="input-actions">
173
+ <div class="dot-vertical"><span></span><span></span><span></span></div>
174
+ </div>
175
+ </div>
176
+ </div>
177
+
178
+ <div class="row">
179
+ <div class="circle-btn" title="Place">
180
+ <svg class="icon" viewBox="0 0 24 24">
181
+ <circle cx="12" cy="8" r="5" fill="#d64034"></circle>
182
+ <path d="M12 13 L12 22" stroke="#d64034" stroke-width="3" stroke-linecap="round"></path>
183
+ </svg>
184
+ </div>
185
+ <div class="input-pill">
186
+ <div class="label">Bar Louie - The Mall at Partrid...</div>
187
+ <div class="input-actions">
188
+ <div class="swap-icon"></div>
189
+ </div>
190
+ </div>
191
+ <div class="circle-btn" title="More">
192
+ <div class="dot-vertical"><span></span><span></span><span></span></div>
193
+ </div>
194
+ </div>
195
+ </div>
196
+
197
+ <!-- Travel mode chips -->
198
+ <div class="mode-row">
199
+ <div class="mode-chip">
200
+ <svg viewBox="0 0 24 24"><rect x="4" y="9" width="16" height="6" fill="#1a73e8"></rect><circle cx="8" cy="17" r="3" fill="#1a73e8"></circle><circle cx="16" cy="17" r="3" fill="#1a73e8"></circle></svg>
201
+ 21 hr
202
+ </div>
203
+ <div class="mode mode-chip disabled">
204
+ <svg viewBox="0 0 24 24"><circle cx="8" cy="16" r="3" fill="#555"></circle><circle cx="16" cy="16" r="3" fill="#555"></circle><path d="M6 12 L18 12" stroke="#555" stroke-width="2"></path></svg>
205
+ <small>—</small>
206
+ </div>
207
+ <div class="mode mode-chip">
208
+ <svg viewBox="0 0 24 24"><rect x="6" y="6" width="12" height="10" fill="#555"></rect><rect x="9" y="16" width="6" height="2" fill="#555"></rect></svg>
209
+ 2 days
210
+ </div>
211
+ <div class="mode mode-chip">
212
+ <svg viewBox="0 0 24 24"><path d="M7 5 L10 12 L7 19" stroke="#555" stroke-width="2" fill="none"></path><circle cx="15" cy="12" r="3" fill="#555"></circle></svg>
213
+ 20 days
214
+ </div>
215
+ <div class="mode mode-chip">
216
+ <svg viewBox="0 0 24 24"><circle cx="7" cy="17" r="3" fill="#555"></circle><circle cx="17" cy="17" r="3" fill="#555"></circle><path d="M6 10 L12 13 L18 10" stroke="#555" stroke-width="2" fill="none"></path></svg>
217
+ <small>5 days</small>
218
+ </div>
219
+ </div>
220
+
221
+ <!-- Map -->
222
+ <div class="map">[IMG: Google Map with route]</div>
223
+
224
+ <!-- Floating buttons on map -->
225
+ <div class="floating-stack">
226
+ <div class="fab" title="Layers">
227
+ <svg viewBox="0 0 24 24">
228
+ <rect x="5" y="5" width="14" height="4" fill="#666"></rect>
229
+ <rect x="5" y="11" width="14" height="4" fill="#888"></rect>
230
+ <rect x="5" y="17" width="14" height="4" fill="#aaa"></rect>
231
+ </svg>
232
+ </div>
233
+ <div class="fab" title="Search">
234
+ <svg viewBox="0 0 24 24">
235
+ <circle cx="10" cy="10" r="6" stroke="#333" stroke-width="2" fill="none"></circle>
236
+ <line x1="14" y1="14" x2="20" y2="20" stroke="#333" stroke-width="2"></line>
237
+ </svg>
238
+ </div>
239
+ </div>
240
+
241
+ <!-- Route info chips -->
242
+ <div class="route-chip" style="right:90px; top:900px;">21 hr 10 min<br><span style="font-weight:500;">No tolls</span></div>
243
+ <div class="route-chip light" style="left:140px; top:820px;">21 hr 39 min<br>$0.55</div>
244
+ <div class="pin" style="right:220px; top:740px;"></div>
245
+
246
+ <!-- Bottom Sheet -->
247
+ <div class="sheet">
248
+ <div class="close">×</div>
249
+
250
+ <h2 class="section-title">Map type</h2>
251
+ <div class="card-row">
252
+ <div class="map-card active">
253
+ <div class="preview">Default preview</div>
254
+ <div class="label">Default</div>
255
+ </div>
256
+ <div class="map-card">
257
+ <div class="preview">Satellite</div>
258
+ <div class="label">Satellite</div>
259
+ </div>
260
+ <div class="map-card">
261
+ <div class="preview">Terrain</div>
262
+ <div class="label">Terrain</div>
263
+ </div>
264
+ </div>
265
+
266
+ <h3 class="sub-title">Map details</h3>
267
+ <div class="grid">
268
+ <div class="grid-item selected">
269
+ <div class="icon">Transit</div>
270
+ <div class="text blue-text">Public transit</div>
271
+ </div>
272
+ <div class="grid-item">
273
+ <div class="icon">Traffic</div>
274
+ <div class="text">Traffic</div>
275
+ </div>
276
+ <div class="grid-item">
277
+ <div class="icon">Bicycling</div>
278
+ <div class="text">Bicycling</div>
279
+ </div>
280
+ <div class="grid-item">
281
+ <div class="icon">3D</div>
282
+ <div class="text">3D</div>
283
+ </div>
284
+
285
+ <div class="grid-item">
286
+ <div class="icon">Street View</div>
287
+ <div class="text">Street View</div>
288
+ </div>
289
+ <div class="grid-item" style="position:relative;">
290
+ <div class="badge">New</div>
291
+ <div class="icon">Wildfires</div>
292
+ <div class="text">Wildfires</div>
293
+ </div>
294
+ <div class="grid-item" style="position:relative;">
295
+ <div class="badge">New</div>
296
+ <div class="icon">Air</div>
297
+ <div class="text">Air Quality</div>
298
+ </div>
299
+ <div class="grid-item">
300
+ <div class="icon">Buildings</div>
301
+ <div class="text">3D</div>
302
+ </div>
303
+ </div>
304
+ </div>
305
+
306
+ </div>
307
+ </body>
308
+ </html>
code/6687/6687_3.html ADDED
@@ -0,0 +1,333 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Maps UI Mock</title>
5
+ <style>
6
+ body { margin:0; padding:0; background:transparent; font-family: Arial, sans-serif; }
7
+ #render-target {
8
+ position: relative;
9
+ width: 1080px;
10
+ height: 2400px;
11
+ overflow: hidden;
12
+ background: #ffffff;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ position: absolute;
18
+ top: 0;
19
+ left: 0;
20
+ width: 100%;
21
+ height: 90px;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ padding: 0 32px;
26
+ color: #333;
27
+ font-size: 32px;
28
+ }
29
+ .status-icons span {
30
+ display: inline-block;
31
+ width: 34px; height: 34px;
32
+ background: #eee; border-radius: 50%;
33
+ margin-left: 16px;
34
+ }
35
+
36
+ /* Search area */
37
+ .search-area {
38
+ position: absolute;
39
+ top: 90px;
40
+ left: 0;
41
+ width: 100%;
42
+ padding: 20px 24px 0 24px;
43
+ }
44
+ .top-row {
45
+ display: flex;
46
+ align-items: center;
47
+ gap: 18px;
48
+ padding: 8px 8px 12px 8px;
49
+ }
50
+ .icon-btn {
51
+ width: 64px; height: 64px; border-radius: 32px; background:#f0f0f0; display:flex; align-items:center; justify-content:center;
52
+ }
53
+ .icon-btn svg { width:34px; height:34px; fill:#333; }
54
+ .kebab { width:48px; height:48px; border-radius:24px; background:#f0f0f0; display:flex; align-items:center; justify-content:center; }
55
+ .kebab::before {
56
+ content: '⋮'; font-size: 28px; color:#444;
57
+ }
58
+
59
+ .input-bar {
60
+ height: 92px;
61
+ background: #fff;
62
+ border: 1px solid #e0e0e0;
63
+ border-radius: 18px;
64
+ display: flex;
65
+ align-items: center;
66
+ padding: 0 20px;
67
+ margin: 12px 0;
68
+ box-shadow: 0 2px 6px rgba(0,0,0,0.06);
69
+ }
70
+ .input-icon {
71
+ width: 42px; height: 42px; border-radius: 21px; background:#ff3b30; margin-right:16px;
72
+ }
73
+ .input-text {
74
+ flex: 1; color:#222; font-size: 34px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
75
+ }
76
+ .swap {
77
+ width:54px; height:54px; border-radius:27px; background:#f0f0f0; display:flex; align-items:center; justify-content:center; margin-left:12px;
78
+ }
79
+ .swap svg { width:34px; height:34px; fill:#555; }
80
+
81
+ /* mode row */
82
+ .mode-row {
83
+ display: flex;
84
+ align-items: center;
85
+ gap: 26px;
86
+ padding: 18px 8px 12px 8px;
87
+ }
88
+ .mode-pill {
89
+ background:#eaf2ff;
90
+ color:#0b57d0;
91
+ border-radius: 40px;
92
+ padding: 16px 26px;
93
+ display:flex; align-items:center; gap:14px;
94
+ font-size: 30px;
95
+ }
96
+ .mode-pill svg { width:34px; height:34px; fill:#0b57d0; }
97
+ .mode-ghost {
98
+ background:#f7f7f7; color:#555;
99
+ }
100
+
101
+ /* Map area */
102
+ .map {
103
+ position: absolute;
104
+ top: 420px;
105
+ left: 0;
106
+ width: 100%;
107
+ height: 1240px;
108
+ background: #E0E0E0;
109
+ border-top: 1px solid #BDBDBD;
110
+ border-bottom: 1px solid #BDBDBD;
111
+ display:flex; align-items:center; justify-content:center; color:#757575;
112
+ font-size: 40px;
113
+ }
114
+
115
+ /* Overlay chips on map */
116
+ .chip {
117
+ position: absolute;
118
+ background: #ffffff;
119
+ border: 1px solid #dcdcdc;
120
+ border-radius: 18px;
121
+ padding: 16px 22px;
122
+ box-shadow: 0 6px 12px rgba(0,0,0,0.10);
123
+ color:#222;
124
+ font-size: 32px;
125
+ }
126
+ .chip.blue { background:#1a73e8; color:#fff; border-color:#1a73e8; }
127
+ .chip .sub { display:block; font-size:28px; opacity:0.9; margin-top:4px; }
128
+
129
+ .map .mini-image {
130
+ position: absolute;
131
+ left: 36px;
132
+ bottom: 34px;
133
+ width: 320px; height: 180px;
134
+ background:#E0E0E0; border:1px solid #BDBDBD;
135
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:28px;
136
+ border-radius: 20px;
137
+ overflow:hidden;
138
+ }
139
+
140
+ .floating { position:absolute; right: 40px; bottom: 34px; width:140px; height:140px; border-radius:70px; background:#fff; border:1px solid #ddd; box-shadow:0 6px 18px rgba(0,0,0,0.18); display:flex; align-items:center; justify-content:center; }
141
+ .floating::before { content:''; width:72px; height:72px; border-radius:50%; border:8px solid #1a73e8; }
142
+
143
+ .marker {
144
+ position:absolute; width: 38px; height: 54px; background: #e53935; border-radius: 20px 20px 20px 0;
145
+ transform: rotate(45deg);
146
+ box-shadow: 0 2px 6px rgba(0,0,0,0.3);
147
+ }
148
+ .marker::after {
149
+ content:''; position:absolute; width:18px; height:18px; background:#fff; border-radius:50%;
150
+ left:10px; top:10px;
151
+ }
152
+
153
+ .bubble-circle {
154
+ position:absolute; width:86px; height:86px; background:#1a73e8; border-radius:43px; display:flex; align-items:center; justify-content:center; box-shadow:0 4px 10px rgba(0,0,0,0.15);
155
+ }
156
+ .bubble-circle svg { width:42px; height:42px; fill:#fff; }
157
+
158
+ .bubble-red {
159
+ position:absolute; width:86px; height:86px; background:#e53935; border-radius:43px; display:flex; align-items:center; justify-content:center; color:#fff; font-size:44px; box-shadow:0 4px 10px rgba(0,0,0,0.15);
160
+ }
161
+
162
+ /* Bottom sheet */
163
+ .sheet {
164
+ position: absolute;
165
+ left: 0;
166
+ bottom: 160px;
167
+ width: 100%;
168
+ height: 560px;
169
+ background: #fff;
170
+ border-top-left-radius: 26px;
171
+ border-top-right-radius: 26px;
172
+ box-shadow: 0 -8px 24px rgba(0,0,0,0.18);
173
+ padding: 24px 36px 26px 36px;
174
+ }
175
+ .sheet .handle {
176
+ width: 140px; height: 12px; border-radius: 6px; background:#e0e0e0; margin: 0 auto 30px auto;
177
+ }
178
+ .sheet h1 {
179
+ margin:0;
180
+ font-size: 46px;
181
+ color:#1a8653; /* green lead time */
182
+ }
183
+ .sheet h1 .submi { color:#222; font-weight: normal; font-size: 38px; }
184
+ .sheet p { margin:16px 0; font-size: 32px; color:#444; line-height: 1.35; }
185
+ .sheet .warn {
186
+ display:flex; align-items:flex-start; gap:16px; color:#333;
187
+ }
188
+ .sheet .warn .icon {
189
+ width:38px; height:38px; border-radius:19px; background:#ffd54f; border:1px solid #d7b83a;
190
+ }
191
+ .meta {
192
+ display:flex; align-items:center; gap:26px; font-size: 30px; color:#555; margin-top:16px;
193
+ }
194
+ .meta .dot {
195
+ width:16px; height:16px; border-radius:50%; background:#aaa; display:inline-block; margin:0 10px;
196
+ }
197
+ .buttons {
198
+ position:absolute; bottom:24px; left:36px; right:36px;
199
+ display:flex; gap:28px;
200
+ }
201
+ .btn {
202
+ flex:1; height:120px; border-radius:60px; display:flex; align-items:center; justify-content:center;
203
+ font-size:36px; border:1px solid #dcdcdc; background:#f2f7ff; color:#0b57d0;
204
+ box-shadow:0 2px 8px rgba(0,0,0,0.08);
205
+ }
206
+ .btn.secondary { background:#fff; color:#444; }
207
+ </style>
208
+ </head>
209
+ <body>
210
+ <div id="render-target">
211
+
212
+ <div class="status-bar">
213
+ <div>6:02</div>
214
+ <div class="status-icons">
215
+ <span title="Location"></span>
216
+ <span title="Wi-Fi"></span>
217
+ <span title="Battery"></span>
218
+ </div>
219
+ </div>
220
+
221
+ <div class="search-area">
222
+ <div class="top-row">
223
+ <div class="icon-btn" title="Back">
224
+ <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>
225
+ </div>
226
+ <div class="kebab"></div>
227
+ </div>
228
+
229
+ <div class="input-bar">
230
+ <div class="input-icon"></div>
231
+ <div class="input-text">77550</div>
232
+ <div class="kebab" style="margin-left:12px;"></div>
233
+ </div>
234
+
235
+ <div class="input-bar">
236
+ <div class="input-icon" style="background:#ff7043;"></div>
237
+ <div class="input-text">Bar Louie - The Mall at Partridge...</div>
238
+ <div class="swap">
239
+ <svg viewBox="0 0 24 24"><path d="M8 5l-4 4 4 4M16 19l4-4-4-4" stroke="#555" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
240
+ </div>
241
+ </div>
242
+
243
+ <div class="mode-row">
244
+ <div class="mode-pill">
245
+ <svg viewBox="0 0 24 24"><path d="M4 13h16l-2-6H6zM3 16h18v2H3z" /></svg>
246
+ <div>21 hr</div>
247
+ </div>
248
+ <div class="mode-pill mode-ghost">
249
+ <svg viewBox="0 0 24 24"><path d="M6 20l6-16 6 16" /></svg>
250
+ <div>—</div>
251
+ </div>
252
+ <div class="mode-pill mode-ghost">
253
+ <svg viewBox="0 0 24 24"><path d="M5 11h14M7 15h10M9 7h6" /></svg>
254
+ <div>2 days</div>
255
+ </div>
256
+ <div class="mode-pill mode-ghost">
257
+ <svg viewBox="0 0 24 24"><path d="M7 18l3-6 4 3 3-6" /></svg>
258
+ <div>20 days</div>
259
+ </div>
260
+ <div class="mode-pill mode-ghost">
261
+ <svg viewBox="0 0 24 24"><path d="M5 17c2-5 7-5 9 0M7 10h6" /></svg>
262
+ <div>5 days</div>
263
+ </div>
264
+ </div>
265
+ </div>
266
+
267
+ <div class="map">[IMG: Google Map route from 77550 to Bar Louie, Partridge Creek]
268
+ <!-- Overlays positioned relative to entire screen -->
269
+ </div>
270
+
271
+ <!-- Map overlays -->
272
+ <div class="chip" style="top: 760px; left: 180px;">
273
+ 21 hr 39 min
274
+ <span class="sub">$0.55</span>
275
+ </div>
276
+
277
+ <div class="chip" style="top: 1120px; left: 560px;">
278
+ 21 hr 25 min
279
+ <span class="sub">No tolls</span>
280
+ </div>
281
+
282
+ <div class="chip blue" style="top: 720px; right: 120px;">
283
+ 21 hr 10 min
284
+ <span class="sub">No tolls</span>
285
+ </div>
286
+
287
+ <!-- Red pin near destination -->
288
+ <div class="marker" style="top: 650px; right: 160px;"></div>
289
+
290
+ <!-- Speech bubble circles -->
291
+ <div class="bubble-circle" style="top: 980px; left: 480px;">
292
+ <svg viewBox="0 0 24 24"><path d="M4 6h16v10H9l-5 4z"/></svg>
293
+ </div>
294
+ <div class="bubble-circle" style="top: 840px; left: 680px;">
295
+ <svg viewBox="0 0 24 24"><path d="M4 6h16v10H9l-5 4z"/></svg>
296
+ </div>
297
+
298
+ <!-- Red minus circle -->
299
+ <div class="bubble-red" style="top: 820px; left: 540px;">−</div>
300
+
301
+ <!-- Mini Street View image -->
302
+ <div class="map mini-image">[IMG: Street View preview]</div>
303
+
304
+ <!-- Floating control button -->
305
+ <div class="floating"></div>
306
+
307
+ <!-- Bottom sheet -->
308
+ <div class="sheet">
309
+ <div class="handle"></div>
310
+ <h1>
311
+ 21 hr 10 min <span class="submi">(1,381 mi)</span>
312
+ </h1>
313
+ <div class="warn">
314
+ <div class="icon"></div>
315
+ <p>Route closed. No other routes available. Check conditions before you go.</p>
316
+ </div>
317
+
318
+ <div class="meta">
319
+ <span>• Your destinatio...</span>
320
+ <span class="dot"></span>
321
+ <span>🅿 On-site</span>
322
+ </div>
323
+
324
+ <div class="buttons">
325
+ <div class="btn">Preview</div>
326
+ <div class="btn secondary">Steps</div>
327
+ <div class="btn secondary">Pin</div>
328
+ </div>
329
+ </div>
330
+
331
+ </div>
332
+ </body>
333
+ </html>
code/669/669_2.html ADDED
@@ -0,0 +1,211 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Drive Bottom Sheet 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:#0d0f12; color:#fff;
11
+ }
12
+ .statusbar {
13
+ position:absolute; top:0; left:0; width:100%; height:90px;
14
+ color:#eaeaea; font-size:36px; padding:0 32px;
15
+ display:flex; align-items:center; justify-content:space-between;
16
+ }
17
+ .status-icons { display:flex; align-items:center; gap:24px; }
18
+ .dot { width:18px; height:18px; background:#eaeaea; border-radius:50%; opacity:0.8; }
19
+ .battery {
20
+ width:54px; height:28px; border:2px solid #eaeaea; border-radius:6px; position:relative; margin-left:12px;
21
+ }
22
+ .battery::after { content:""; position:absolute; right:-10px; top:6px; width:8px; height:16px; background:#eaeaea; border-radius:2px; }
23
+ .battery .level { position:absolute; left:2px; top:2px; height:22px; width:36px; background:#eaeaea; }
24
+ .appbar {
25
+ position:absolute; top:90px; left:0; width:100%; height:120px;
26
+ display:flex; align-items:center; padding:0 28px; box-sizing:border-box;
27
+ color:#fff; font-size:48px;
28
+ }
29
+ .appbar .title { flex:1; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; padding-left:18px; }
30
+ .icon-btn { width:66px; height:66px; display:flex; align-items:center; justify-content:center; }
31
+ .icon-btn svg { width:44px; height:44px; fill:none; stroke:#cfd8dc; stroke-width:3; }
32
+ .preview {
33
+ position:absolute; top:210px; left:0; width:100%; height:650px;
34
+ display:flex; align-items:center; justify-content:center; box-sizing:border-box; padding:24px;
35
+ }
36
+ .img-placeholder {
37
+ width:100%; height:100%; background:#E0E0E0; border:1px solid #BDBDBD;
38
+ display:flex; align-items:center; justify-content:center; color:#555; font-size:40px; font-weight:600;
39
+ }
40
+ .sheet {
41
+ position:absolute; left:0; top:560px; width:100%; height:1840px;
42
+ background:#20262c; border-top-left-radius:34px; border-top-right-radius:34px;
43
+ box-shadow:0 -8px 24px rgba(0,0,0,0.4);
44
+ }
45
+ .sheet-header {
46
+ display:flex; align-items:center; gap:24px; padding:40px 40px 30px 40px; font-size:44px; color:#e8e8e8;
47
+ }
48
+ .pdf-badge {
49
+ width:58px; height:58px; background:#e74c3c; border-radius:8px; display:flex; align-items:center; justify-content:center; color:#fff; font-weight:bold; font-size:24px;
50
+ }
51
+ .divider { height:1px; background:#333a40; margin:0 40px; }
52
+ .list { padding:6px 0 24px 0; }
53
+ .item {
54
+ display:flex; align-items:center; padding:32px 40px; gap:36px; font-size:42px; color:#e8e8e8;
55
+ border-bottom:1px solid #2e353b;
56
+ }
57
+ .item svg { width:56px; height:56px; stroke:#b0bec5; fill:none; stroke-width:3.5; }
58
+ </style>
59
+ </head>
60
+ <body>
61
+ <div id="render-target">
62
+
63
+ <!-- Status Bar -->
64
+ <div class="statusbar">
65
+ <div>10:29</div>
66
+ <div class="status-icons">
67
+ <div class="dot"></div>
68
+ <div class="dot"></div>
69
+ <div class="dot"></div>
70
+ <div class="dot"></div>
71
+ <div class="dot"></div>
72
+ <div class="battery"><div class="level"></div></div>
73
+ </div>
74
+ </div>
75
+
76
+ <!-- App Bar -->
77
+ <div class="appbar">
78
+ <div class="icon-btn">
79
+ <svg viewBox="0 0 24 24"><path d="M15 19l-7-7 7-7"/></svg>
80
+ </div>
81
+ <div class="title">The Queen's Gam...</div>
82
+ <div class="icon-btn">
83
+ <svg viewBox="0 0 24 24"><rect x="4" y="4" width="16" height="16" rx="2"></rect><path d="M8 8h8M8 12h8M8 16h8"></path></svg>
84
+ </div>
85
+ <div class="icon-btn">
86
+ <svg viewBox="0 0 24 24"><circle cx="11" cy="11" r="6"></circle><path d="M20 20l-4-4"></path></svg>
87
+ </div>
88
+ <div class="icon-btn">
89
+ <svg viewBox="0 0 24 24"><circle cx="5" cy="12" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="19" cy="12" r="2"/></svg>
90
+ </div>
91
+ </div>
92
+
93
+ <!-- Preview area -->
94
+ <div class="preview">
95
+ <div class="img-placeholder">[IMG: PDF cover – green chessboard]</div>
96
+ </div>
97
+
98
+ <!-- Bottom Sheet -->
99
+ <div class="sheet">
100
+ <div class="sheet-header">
101
+ <div class="pdf-badge">PDF</div>
102
+ <div>The Queen's Gambit.pdf</div>
103
+ </div>
104
+ <div class="divider"></div>
105
+
106
+ <div class="list">
107
+
108
+ <div class="item">
109
+ <svg viewBox="0 0 24 24">
110
+ <circle cx="6" cy="12" r="3"></circle>
111
+ <circle cx="18" cy="6" r="3"></circle>
112
+ <circle cx="18" cy="18" r="3"></circle>
113
+ <path d="M8.5 10.5l7-3M8.5 13.5l7 3"></path>
114
+ </svg>
115
+ <div>Share</div>
116
+ </div>
117
+
118
+ <div class="item">
119
+ <svg viewBox="0 0 24 24">
120
+ <path d="M12 14c2.2 0 4-1.8 4-4s-1.8-4-4-4-4 1.8-4 4 1.8 4 4 4z"></path>
121
+ <path d="M4 20c0-3.3 3.6-5 8-5s8 1.7 8 5"></path>
122
+ </svg>
123
+ <div>Manage access</div>
124
+ </div>
125
+
126
+ <div class="item">
127
+ <svg viewBox="0 0 24 24">
128
+ <path d="M12 3l3 6 6 .9-4.5 4.2 1.1 6.2L12 17l-5.6 3.3 1.1-6.2L3 9.9 9 9l3-6z"></path>
129
+ </svg>
130
+ <div>Add to Starred</div>
131
+ </div>
132
+
133
+ <div class="item">
134
+ <svg viewBox="0 0 24 24">
135
+ <circle cx="12" cy="12" r="9"></circle>
136
+ <path d="M8 12l3 3 5-7"></path>
137
+ </svg>
138
+ <div>Make available offline</div>
139
+ </div>
140
+
141
+ <div class="item">
142
+ <svg viewBox="0 0 24 24">
143
+ <path d="M7 7l10 10"></path>
144
+ <path d="M7 17l10-10"></path>
145
+ </svg>
146
+ <div>Copy link</div>
147
+ </div>
148
+
149
+ <div class="item">
150
+ <svg viewBox="0 0 24 24">
151
+ <rect x="5" y="5" width="10" height="12" rx="2"></rect>
152
+ <rect x="10" y="7" width="9" height="12" rx="2"></rect>
153
+ </svg>
154
+ <div>Make a copy</div>
155
+ </div>
156
+
157
+ <div class="item">
158
+ <svg viewBox="0 0 24 24">
159
+ <path d="M4 12h12"></path>
160
+ <path d="M12 5l7 7-7 7"></path>
161
+ </svg>
162
+ <div>Send a copy</div>
163
+ </div>
164
+
165
+ <div class="item">
166
+ <svg viewBox="0 0 24 24">
167
+ <path d="M5 5l7 7-7 7"></path>
168
+ <path d="M19 5l-7 7 7 7"></path>
169
+ </svg>
170
+ <div>Open with</div>
171
+ </div>
172
+
173
+ <div class="item">
174
+ <svg viewBox="0 0 24 24">
175
+ <path d="M12 3v12"></path>
176
+ <path d="M6 12l6 6 6-6"></path>
177
+ <path d="M4 21h16"></path>
178
+ </svg>
179
+ <div>Download</div>
180
+ </div>
181
+
182
+ <div class="item">
183
+ <svg viewBox="0 0 24 24">
184
+ <path d="M4 6h16v12H4z"></path>
185
+ <path d="M8 10l8-6"></path>
186
+ </svg>
187
+ <div>Rename</div>
188
+ </div>
189
+
190
+ <div class="item">
191
+ <svg viewBox="0 0 24 24">
192
+ <path d="M7 18l5-12 5 12z"></path>
193
+ <circle cx="12" cy="10" r="1.5"></circle>
194
+ </svg>
195
+ <div>Add shortcut to Drive</div>
196
+ </div>
197
+
198
+ <div class="item">
199
+ <svg viewBox="0 0 24 24">
200
+ <path d="M3 8h18v10H3z"></path>
201
+ <path d="M6 8V6h6v2"></path>
202
+ </svg>
203
+ <div>Move</div>
204
+ </div>
205
+
206
+ </div>
207
+ </div>
208
+
209
+ </div>
210
+ </body>
211
+ </html>
code/669/669_3.html ADDED
@@ -0,0 +1,390 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Share Sheet UI - The Queen's Gambit</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: #0f0f0f;
13
+ color: #ffffff;
14
+ font-family: Arial, Helvetica, sans-serif;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 100%;
23
+ height: 80px;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ padding: 0 40px;
28
+ box-sizing: border-box;
29
+ color: #eaeaea;
30
+ font-size: 36px;
31
+ letter-spacing: 0.5px;
32
+ }
33
+ .status-icons {
34
+ display: flex;
35
+ align-items: center;
36
+ gap: 26px;
37
+ }
38
+ .status-dot {
39
+ width: 16px;
40
+ height: 16px;
41
+ border-radius: 50%;
42
+ background: #eaeaea;
43
+ opacity: 0.8;
44
+ }
45
+
46
+ /* App bar */
47
+ .app-bar {
48
+ position: absolute;
49
+ top: 80px;
50
+ left: 0;
51
+ width: 100%;
52
+ height: 110px;
53
+ display: flex;
54
+ align-items: center;
55
+ padding: 0 40px;
56
+ box-sizing: border-box;
57
+ color: #dcdcdc;
58
+ gap: 24px;
59
+ }
60
+ .icon-btn {
61
+ width: 72px;
62
+ height: 72px;
63
+ display: inline-flex;
64
+ align-items: center;
65
+ justify-content: center;
66
+ background: transparent;
67
+ border: none;
68
+ padding: 0;
69
+ cursor: default;
70
+ }
71
+ .icon-btn svg { fill: none; stroke: #dcdcdc; stroke-width: 3; }
72
+ .title {
73
+ font-size: 44px;
74
+ flex: 1;
75
+ white-space: nowrap;
76
+ overflow: hidden;
77
+ text-overflow: ellipsis;
78
+ }
79
+ .actions {
80
+ display: flex;
81
+ align-items: center;
82
+ gap: 22px;
83
+ }
84
+
85
+ /* Cover image placeholder */
86
+ .cover {
87
+ position: absolute;
88
+ top: 210px;
89
+ left: 60px;
90
+ width: 960px;
91
+ height: 1200px;
92
+ background: #E0E0E0;
93
+ border: 1px solid #BDBDBD;
94
+ display: flex;
95
+ align-items: center;
96
+ justify-content: center;
97
+ color: #757575;
98
+ font-size: 40px;
99
+ text-align: center;
100
+ }
101
+
102
+ /* Bottom sheet */
103
+ .sheet {
104
+ position: absolute;
105
+ bottom: 0;
106
+ left: 0;
107
+ width: 100%;
108
+ height: 1100px;
109
+ background: #1a1a1a;
110
+ border-top-left-radius: 34px;
111
+ border-top-right-radius: 34px;
112
+ box-shadow: 0 -8px 20px rgba(0,0,0,0.6);
113
+ }
114
+ .handle {
115
+ width: 120px;
116
+ height: 12px;
117
+ background: #2a2a2a;
118
+ border-radius: 8px;
119
+ margin: 24px auto 30px auto;
120
+ }
121
+ .file-row {
122
+ display: flex;
123
+ align-items: center;
124
+ gap: 28px;
125
+ padding: 0 60px;
126
+ box-sizing: border-box;
127
+ }
128
+ .thumb {
129
+ width: 140px;
130
+ height: 140px;
131
+ border-radius: 20px;
132
+ overflow: hidden;
133
+ background: #E0E0E0;
134
+ border: 1px solid #BDBDBD;
135
+ display: flex;
136
+ align-items: center;
137
+ justify-content: center;
138
+ color: #757575;
139
+ font-size: 26px;
140
+ text-align: center;
141
+ }
142
+ .file-name {
143
+ font-size: 42px;
144
+ color: #dddddd;
145
+ }
146
+
147
+ .nearby-wrap {
148
+ display: flex;
149
+ justify-content: center;
150
+ margin-top: 40px;
151
+ margin-bottom: 20px;
152
+ }
153
+ .nearby-btn {
154
+ display: inline-flex;
155
+ align-items: center;
156
+ gap: 18px;
157
+ border: 2px solid #3b3b3b;
158
+ color: #dcdcdc;
159
+ background: #222;
160
+ padding: 22px 34px;
161
+ border-radius: 22px;
162
+ font-size: 36px;
163
+ }
164
+ .nearby-btn svg { stroke: #dcdcdc; stroke-width: 3; }
165
+
166
+ /* Share grid */
167
+ .grid {
168
+ display: grid;
169
+ grid-template-columns: repeat(2, 1fr);
170
+ column-gap: 40px;
171
+ row-gap: 40px;
172
+ padding: 20px 60px;
173
+ box-sizing: border-box;
174
+ }
175
+ .contact {
176
+ display: flex;
177
+ flex-direction: column;
178
+ align-items: center;
179
+ gap: 18px;
180
+ }
181
+ .circle {
182
+ width: 170px;
183
+ height: 170px;
184
+ border-radius: 50%;
185
+ background: #0d8bd7;
186
+ display: flex;
187
+ align-items: center;
188
+ justify-content: center;
189
+ color: white;
190
+ font-weight: 700;
191
+ font-size: 48px;
192
+ position: relative;
193
+ }
194
+ .bubble {
195
+ position: absolute;
196
+ right: 10px;
197
+ bottom: 10px;
198
+ width: 56px;
199
+ height: 56px;
200
+ border-radius: 50%;
201
+ background: #3da9fc;
202
+ display: flex;
203
+ align-items: center;
204
+ justify-content: center;
205
+ color: #fff;
206
+ font-size: 28px;
207
+ font-weight: bold;
208
+ }
209
+ .label {
210
+ text-align: center;
211
+ color: #cfcfcf;
212
+ font-size: 34px;
213
+ line-height: 1.2;
214
+ }
215
+
216
+ .apps {
217
+ display: grid;
218
+ grid-template-columns: repeat(4, 1fr);
219
+ column-gap: 30px;
220
+ padding: 20px 60px;
221
+ box-sizing: border-box;
222
+ margin-top: 30px;
223
+ }
224
+ .app-item {
225
+ display: flex;
226
+ flex-direction: column;
227
+ align-items: center;
228
+ gap: 18px;
229
+ }
230
+ .app-circle {
231
+ width: 150px;
232
+ height: 150px;
233
+ border-radius: 50%;
234
+ background: #ececec;
235
+ display: flex;
236
+ align-items: center;
237
+ justify-content: center;
238
+ }
239
+ .app-circle svg { width: 72px; height: 72px; stroke: #333; stroke-width: 3; fill: none; }
240
+ .app-text {
241
+ color: #cfcfcf;
242
+ font-size: 32px;
243
+ }
244
+
245
+ /* Gesture bar */
246
+ .gesture-bar {
247
+ position: absolute;
248
+ bottom: 26px;
249
+ left: 50%;
250
+ transform: translateX(-50%);
251
+ width: 480px;
252
+ height: 10px;
253
+ background: #d8d8d8;
254
+ border-radius: 6px;
255
+ opacity: 0.7;
256
+ }
257
+ </style>
258
+ </head>
259
+ <body>
260
+ <div id="render-target">
261
+ <!-- Status bar -->
262
+ <div class="status-bar">
263
+ <div class="time">10:30</div>
264
+ <div class="status-icons">
265
+ <div class="status-dot"></div>
266
+ <div class="status-dot"></div>
267
+ <div class="status-dot"></div>
268
+ <div class="status-dot"></div>
269
+ <!-- Simple Wi-Fi and Battery shapes -->
270
+ <svg width="40" height="28">
271
+ <path d="M3 23 L20 10 L37 23" stroke="#eaeaea" stroke-width="3" fill="none"/>
272
+ <circle cx="20" cy="20" r="3" fill="#eaeaea"/>
273
+ </svg>
274
+ <svg width="44" height="24">
275
+ <rect x="2" y="4" width="34" height="16" rx="3" ry="3" fill="none" stroke="#eaeaea" stroke-width="3"/>
276
+ <rect x="38" y="8" width="4" height="8" fill="#eaeaea"/>
277
+ <rect x="5" y="7" width="22" height="10" fill="#eaeaea"/>
278
+ </svg>
279
+ </div>
280
+ </div>
281
+
282
+ <!-- App bar -->
283
+ <div class="app-bar">
284
+ <button class="icon-btn">
285
+ <svg width="40" height="40" viewBox="0 0 24 24">
286
+ <path d="M15 6 L9 12 L15 18" />
287
+ </svg>
288
+ </button>
289
+ <div class="title">The Queen's Gam...</div>
290
+ <div class="actions">
291
+ <button class="icon-btn">
292
+ <svg width="40" height="40" viewBox="0 0 24 24">
293
+ <path d="M4 5 H20 V15 H12 L8 19 V15 H4 Z" />
294
+ </svg>
295
+ </button>
296
+ <button class="icon-btn">
297
+ <svg width="40" height="40" viewBox="0 0 24 24">
298
+ <circle cx="11" cy="11" r="6" />
299
+ <line x1="16" y1="16" x2="21" y2="21" />
300
+ </svg>
301
+ </button>
302
+ <button class="icon-btn">
303
+ <svg width="40" height="40" viewBox="0 0 24 24">
304
+ <circle cx="12" cy="5" r="2" fill="#dcdcdc" stroke="none"/>
305
+ <circle cx="12" cy="12" r="2" fill="#dcdcdc" stroke="none"/>
306
+ <circle cx="12" cy="19" r="2" fill="#dcdcdc" stroke="none"/>
307
+ </svg>
308
+ </button>
309
+ </div>
310
+ </div>
311
+
312
+ <!-- Book cover placeholder -->
313
+ <div class="cover">[IMG: Book Cover - "The Queen's Gambit"]</div>
314
+
315
+ <!-- Bottom Sheet -->
316
+ <div class="sheet">
317
+ <div class="handle"></div>
318
+
319
+ <div class="file-row">
320
+ <div class="thumb">[IMG: Thumbnail]</div>
321
+ <div class="file-name">The Queen's Gambit.pdf</div>
322
+ </div>
323
+
324
+ <div class="nearby-wrap">
325
+ <div class="nearby-btn">
326
+ <svg width="40" height="40" viewBox="0 0 24 24">
327
+ <path d="M4 12 C8 8, 16 8, 20 12" />
328
+ <path d="M6 16 C10 12, 14 12, 18 16" />
329
+ </svg>
330
+ <span>Nearby</span>
331
+ </div>
332
+ </div>
333
+
334
+ <!-- Contacts grid -->
335
+ <div class="grid">
336
+ <div class="contact">
337
+ <div class="circle">AR<div class="bubble">S</div></div>
338
+ <div class="label">Andrew Reed,<br/>Eliza</div>
339
+ </div>
340
+ <div class="contact">
341
+ <div class="circle">El<div class="bubble">S</div></div>
342
+ <div class="label">Eliza</div>
343
+ </div>
344
+ </div>
345
+
346
+ <!-- Apps -->
347
+ <div class="apps">
348
+ <div class="app-item">
349
+ <div class="app-circle">
350
+ <svg viewBox="0 0 24 24">
351
+ <path d="M3 7 L12 13 L21 7" />
352
+ <rect x="3" y="7" width="18" height="10" rx="2" />
353
+ </svg>
354
+ </div>
355
+ <div class="app-text">Gmail</div>
356
+ </div>
357
+
358
+ <div class="app-item">
359
+ <div class="app-circle">
360
+ <svg viewBox="0 0 24 24">
361
+ <path d="M4 5 H18 V15 H10 L7 18 V15 H4 Z" />
362
+ </svg>
363
+ </div>
364
+ <div class="app-text">Messages</div>
365
+ </div>
366
+
367
+ <div class="app-item">
368
+ <div class="app-circle">
369
+ <svg viewBox="0 0 24 24">
370
+ <path d="M7 3 L17 12 L7 21 M12 3 L12 21" />
371
+ </svg>
372
+ </div>
373
+ <div class="app-text">Bluetooth</div>
374
+ </div>
375
+
376
+ <div class="app-item">
377
+ <div class="app-circle">
378
+ <svg viewBox="0 0 24 24">
379
+ <path d="M12 4 L20 17 L4 17 Z" />
380
+ </svg>
381
+ </div>
382
+ <div class="app-text">Drive</div>
383
+ </div>
384
+ </div>
385
+ </div>
386
+
387
+ <div class="gesture-bar"></div>
388
+ </div>
389
+ </body>
390
+ </html>
code/669/669_4.html ADDED
@@ -0,0 +1,253 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 Compose - Dark</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: #EDEDED;
12
+ }
13
+
14
+ /* Top status bar */
15
+ .status-bar {
16
+ position: absolute; top: 0; left: 0; right: 0; height: 120px;
17
+ padding: 26px 32px;
18
+ color: #EDEDED; font-size: 40px; letter-spacing: 0.5px;
19
+ display: flex; align-items: center; justify-content: space-between;
20
+ }
21
+ .status-icons { display: flex; align-items: center; gap: 26px; }
22
+ .dot { width: 14px; height: 14px; background: #EDEDED; border-radius: 50%; opacity: 0.8; }
23
+ .icon-small svg { width: 40px; height: 40px; fill: none; stroke: #EDEDED; stroke-width: 3; }
24
+
25
+ /* Header */
26
+ .header {
27
+ position: absolute; top: 120px; left: 0; right: 0; height: 130px;
28
+ display: flex; align-items: center; gap: 26px;
29
+ padding: 0 28px;
30
+ }
31
+ .header-title { flex: 1; text-align: left; font-size: 56px; font-weight: 600; }
32
+ .header .icon-btn { width: 70px; height: 70px; display: flex; align-items: center; justify-content: center; }
33
+ .header .icon-btn svg { width: 60px; height: 60px; stroke: #EDEDED; stroke-width: 3; fill: none; }
34
+
35
+ /* Fields area */
36
+ .content { position: absolute; top: 250px; left: 0; right: 0; bottom: 900px; padding: 10px 32px; overflow: hidden; }
37
+ .field {
38
+ padding: 32px 0; border-bottom: 1px solid #2A2A2A;
39
+ display: flex; align-items: center;
40
+ }
41
+ .field-label { width: 130px; color: #9AA0A6; font-size: 36px; }
42
+ .field-value { flex: 1; font-size: 44px; color: #EDEDED; }
43
+ .chevron { width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; }
44
+ .chevron svg { width: 42px; height: 42px; stroke: #B0B0B0; stroke-width: 3; fill: none; }
45
+
46
+ .compose-area {
47
+ padding-top: 30px;
48
+ color: #9AA0A6; font-size: 52px;
49
+ min-height: 540px;
50
+ }
51
+
52
+ /* Attachment chip */
53
+ .attachment {
54
+ margin-top: 40px; width: calc(100% - 20px); height: 190px;
55
+ background: #334759; border-radius: 18px;
56
+ display: flex; align-items: center; gap: 28px;
57
+ padding: 0 28px;
58
+ }
59
+ .pdf-box {
60
+ width: 94px; height: 94px; border-radius: 10px; background: #E6473F;
61
+ display: flex; align-items: center; justify-content: center; color: #fff;
62
+ font-weight: 700; font-size: 32px;
63
+ }
64
+ .att-text { flex: 1; display: flex; flex-direction: column; }
65
+ .att-title { font-size: 44px; color: #FFFFFF; }
66
+ .att-size { font-size: 32px; color: #B0BEC5; margin-top: 6px; }
67
+ .att-close { width: 70px; height: 70px; display: flex; align-items: center; justify-content: center; }
68
+ .att-close svg { width: 50px; height: 50px; stroke: #FFFFFF; stroke-width: 4; }
69
+
70
+ /* Toolbar above keyboard */
71
+ .kbd-toolbar {
72
+ position: absolute; left: 0; right: 0; bottom: 900px; height: 110px;
73
+ padding: 0 26px;
74
+ display: flex; align-items: center; gap: 36px;
75
+ color: #DADADA;
76
+ }
77
+ .toolbar-icon {
78
+ width: 92px; height: 92px; border-radius: 20px; background: #2A2A2A;
79
+ display: flex; align-items: center; justify-content: center;
80
+ }
81
+ .toolbar-icon svg { width: 48px; height: 48px; stroke: #DADADA; stroke-width: 3; fill: none; }
82
+ .toolbar-gif { font-size: 34px; font-weight: 700; color: #DADADA; }
83
+
84
+ /* Keyboard */
85
+ .keyboard {
86
+ position: absolute; left: 0; right: 0; bottom: 0; height: 900px;
87
+ background: #1B1B1B; border-top-left-radius: 22px; border-top-right-radius: 22px;
88
+ padding: 40px 24px 30px 24px;
89
+ }
90
+ .row { display: flex; gap: 18px; margin-bottom: 26px; }
91
+ .key {
92
+ flex: 1; height: 130px; border-radius: 26px; background: #2C2C2C;
93
+ color: #EDEDED; font-size: 48px; display: flex; align-items: center; justify-content: center;
94
+ }
95
+ .key.small { flex: 0 0 150px; }
96
+ .key.wide { flex: 2; }
97
+ .key.circle { border-radius: 60px; height: 120px; }
98
+ .key svg { width: 54px; height: 54px; stroke: #EDEDED; stroke-width: 3; fill: none; }
99
+
100
+ .space { height: 120px; border-radius: 30px; background: #2C2C2C; }
101
+ .safe-handle {
102
+ position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%);
103
+ width: 320px; height: 8px; background: #3A3A3A; border-radius: 6px;
104
+ }
105
+ </style>
106
+ </head>
107
+ <body>
108
+ <div id="render-target">
109
+
110
+ <!-- Status Bar -->
111
+ <div class="status-bar">
112
+ <div>10:30</div>
113
+ <div class="status-icons">
114
+ <div class="dot"></div>
115
+ <div class="dot"></div>
116
+ <div class="dot"></div>
117
+ <div class="dot"></div>
118
+ <div class="icon-small">
119
+ <!-- Signal -->
120
+ <svg viewBox="0 0 24 24"><path d="M3 20h2v-2H3v2zm4 0h2v-6H7v6zm4 0h2v-10h-2v10zm4 0h2V6h-2v14zm4 0h2V2h-2v18z"/></svg>
121
+ </div>
122
+ <div class="icon-small">
123
+ <!-- WiFi -->
124
+ <svg viewBox="0 0 24 24"><path d="M2 8c5-4 15-4 20 0"/><path d="M5 12c3-3 11-3 14 0"/><path d="M9 16c2-2 6-2 8 0"/><circle cx="12" cy="20" r="1.5"/></svg>
125
+ </div>
126
+ <div class="icon-small">
127
+ <!-- Battery -->
128
+ <svg viewBox="0 0 28 24"><rect x="2" y="4" width="22" height="16" rx="2" ry="2" stroke="#EDEDED"/><rect x="24" y="8" width="3" height="8" fill="none" stroke="#EDEDED"/></svg>
129
+ </div>
130
+ </div>
131
+ </div>
132
+
133
+ <!-- Header -->
134
+ <div class="header">
135
+ <div class="icon-btn">
136
+ <!-- Back Arrow -->
137
+ <svg viewBox="0 0 24 24"><path d="M15 5l-7 7 7 7"/><path d="M21 12H8"/></svg>
138
+ </div>
139
+ <div class="header-title">Compose</div>
140
+ <div class="icon-btn">
141
+ <!-- Paperclip -->
142
+ <svg viewBox="0 0 24 24"><path d="M7 14l7-7a4 4 0 015.7 5.7l-8.5 8.5a6 6 0 01-8.5-8.5l8-8"/></svg>
143
+ </div>
144
+ <div class="icon-btn">
145
+ <!-- Send -->
146
+ <svg viewBox="0 0 24 24"><path d="M3 12l18-9-6 18-3-7-9-2z"/></svg>
147
+ </div>
148
+ <div class="icon-btn">
149
+ <!-- More Vert -->
150
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="4" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="20" r="2"/></svg>
151
+ </div>
152
+ </div>
153
+
154
+ <!-- Content -->
155
+ <div class="content">
156
+ <!-- From -->
157
+ <div class="field">
158
+ <div class="field-label">From</div>
159
+ <div class="field-value">amelia.miller2709@gmail.com</div>
160
+ <div class="chevron"><svg viewBox="0 0 24 24"><path d="M6 9l6 6 6-6"/></svg></div>
161
+ </div>
162
+ <!-- To -->
163
+ <div class="field">
164
+ <div class="field-label">To</div>
165
+ <div class="field-value" style="color:#9AA0A6;"> </div>
166
+ <div class="chevron"><svg viewBox="0 0 24 24"><path d="M6 9l6 6 6-6"/></svg></div>
167
+ </div>
168
+ <!-- Subject -->
169
+ <div class="field">
170
+ <div class="field-label">Subject</div>
171
+ <div class="field-value" style="color:#9AA0A6;"> </div>
172
+ </div>
173
+
174
+ <!-- Compose area -->
175
+ <div class="compose-area">Compose email</div>
176
+
177
+ <!-- Attachment -->
178
+ <div class="attachment">
179
+ <div class="pdf-box">PDF</div>
180
+ <div class="att-text">
181
+ <div class="att-title">The Queen's Gambit.pdf</div>
182
+ <div class="att-size">1.3 MB</div>
183
+ </div>
184
+ <div class="att-close">
185
+ <svg viewBox="0 0 24 24"><path d="M5 5l14 14M19 5L5 19"/></svg>
186
+ </div>
187
+ </div>
188
+ </div>
189
+
190
+ <!-- Toolbar above keyboard -->
191
+ <div class="kbd-toolbar">
192
+ <div class="toolbar-icon">
193
+ <!-- 4-square grid -->
194
+ <svg viewBox="0 0 24 24"><rect x="3" y="3" width="7" height="7"/><rect x="14" y="3" width="7" height="7"/><rect x="3" y="14" width="7" height="7"/><rect x="14" y="14" width="7" height="7"/></svg>
195
+ </div>
196
+ <div class="toolbar-icon">
197
+ <!-- Emoji -->
198
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9"/><circle cx="9" cy="10" r="1.5"/><circle cx="15" cy="10" r="1.5"/><path d="M8 15c2 2 6 2 8 0"/></svg>
199
+ </div>
200
+ <div class="toolbar-gif">GIF</div>
201
+ <div class="toolbar-icon">
202
+ <!-- Gear -->
203
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="3"/><path d="M12 4v3M12 17v3M4 12h3M17 12h3M6 6l2 2M16 16l2 2M6 18l2-2M16 8l2-2"/></svg>
204
+ </div>
205
+ <div class="toolbar-icon">
206
+ <!-- Translate (Gx) -->
207
+ <svg viewBox="0 0 24 24"><path d="M4 6h8v8H4z"/><path d="M14 10h6v8h-6z"/><text x="6" y="12" font-size="6" fill="#DADADA">G</text><text x="16" y="15" font-size="6" fill="#DADADA">x</text></svg>
208
+ </div>
209
+ <div class="toolbar-icon">
210
+ <!-- Palette -->
211
+ <svg viewBox="0 0 24 24"><path d="M12 3a9 9 0 100 18c3 0 3-2 2-3s0-3 2-3 3-1 3-3a9 9 0 00-7-9z"/></svg>
212
+ </div>
213
+ <div class="toolbar-icon">
214
+ <!-- Mic -->
215
+ <svg viewBox="0 0 24 24"><rect x="9" y="4" width="6" height="10" rx="3"/><path d="M5 11c0 4 3 6 7 6s7-2 7-6M12 17v5"/></svg>
216
+ </div>
217
+ </div>
218
+
219
+ <!-- Keyboard -->
220
+ <div class="keyboard">
221
+ <div class="row">
222
+ <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>
223
+ <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>
224
+ </div>
225
+ <div class="row">
226
+ <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>
227
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
228
+ </div>
229
+ <div class="row">
230
+ <div class="key small">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div>
231
+ <div class="key">b</div><div class="key">n</div><div class="key">m</div>
232
+ <div class="key small">
233
+ <!-- Backspace -->
234
+ <svg viewBox="0 0 24 24"><path d="M3 7l6-4h10a2 2 0 012 2v14a2 2 0 01-2 2H9L3 17V7z"/><path d="M14 9l-4 4m0-4l4 4"/></svg>
235
+ </div>
236
+ </div>
237
+ <div class="row">
238
+ <div class="key circle" style="flex:0 0 170px; background:#99A5B5; color:#111;">?123</div>
239
+ <div class="key circle" style="flex:0 0 120px;">@</div>
240
+ <div class="key circle" style="flex:0 0 120px;">☺</div>
241
+ <div class="key space wide"></div>
242
+ <div class="key circle" style="flex:0 0 120px;">.</div>
243
+ <div class="key circle" style="flex:0 0 170px; background:#99A5B5; color:#111;">
244
+ <!-- Return -->
245
+ <svg viewBox="0 0 24 24"><path d="M20 8v6a2 2 0 01-2 2H7"/><path d="M10 6l-4 4 4 4"/></svg>
246
+ </div>
247
+ </div>
248
+ <div class="safe-handle"></div>
249
+ </div>
250
+
251
+ </div>
252
+ </body>
253
+ </html>
code/669/669_5.html ADDED
@@ -0,0 +1,225 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Gmail Compose - Dark UI Mock</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; position:relative; overflow:hidden;
9
+ background:#121212; color:#EDEDED;
10
+ }
11
+ /* Status bar */
12
+ .status-bar {
13
+ position:absolute; top:0; left:0; right:0; height:120px; background:#121212;
14
+ display:flex; align-items:center; padding:0 36px; box-sizing:border-box; color:#ffffff;
15
+ }
16
+ .status-time { font-size:42px; font-weight:600; }
17
+ .status-icons { margin-left:auto; display:flex; gap:26px; align-items:center; }
18
+ .dot { width:10px; height:10px; background:#9e9e9e; border-radius:50%; }
19
+ .icon-basic svg { width:44px; height:44px; fill:#ffffff; opacity:0.88; }
20
+ /* Header */
21
+ .header {
22
+ position:absolute; top:120px; left:0; right:0; height:180px; display:flex;
23
+ align-items:center; padding:0 30px; box-sizing:border-box; border-bottom:1px solid #1f1f1f;
24
+ }
25
+ .header-title { font-size:64px; font-weight:600; margin-left:24px; }
26
+ .header-actions { margin-left:auto; display:flex; gap:48px; align-items:center; }
27
+ .icon { width:54px; height:54px; display:inline-flex; align-items:center; justify-content:center; }
28
+ .icon svg { width:54px; height:54px; fill:#cfcfcf; }
29
+ /* Fields */
30
+ .field {
31
+ position:relative; display:flex; align-items:center; padding:26px 36px; box-sizing:border-box;
32
+ height:160px; border-bottom:1px solid #1f1f1f;
33
+ }
34
+ .label { color:#9aa0a6; font-size:38px; width:140px; }
35
+ .value { font-size:40px; color:#e8eaed; flex:1; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
36
+ .caret { width:48px; height:48px; margin-left:18px; }
37
+ .suggestions {
38
+ padding:24px 36px; box-sizing:border-box; border-bottom:1px solid #1f1f1f;
39
+ }
40
+ .suggestion-item {
41
+ display:flex; align-items:center; gap:26px; padding:16px 0;
42
+ }
43
+ .avatar {
44
+ width:90px; height:90px; background:#673ab7; border-radius:50%; display:flex; align-items:center; justify-content:center;
45
+ color:#ffffff; font-weight:700; font-size:44px;
46
+ }
47
+ .sugg-text { line-height:1.3; }
48
+ .sugg-main { font-size:40px; color:#ffffff; }
49
+ .sugg-sub { font-size:34px; color:#b0b0b0; }
50
+ /* Compose body area */
51
+ .compose-body {
52
+ position:absolute; top:620px; left:0; right:0; bottom:960px; padding:24px 36px; box-sizing:border-box;
53
+ }
54
+ .placeholder {
55
+ width:100%; height:100%; border:1px dashed #2b2b2b; color:#808080; display:flex; align-items:center; justify-content:center;
56
+ font-size:36px;
57
+ }
58
+ /* Keyboard */
59
+ .keyboard {
60
+ position:absolute; bottom:0; left:0; right:0; height:960px; background:#1a1a1a; border-top:1px solid #2b2b2b;
61
+ }
62
+ .kb-top {
63
+ height:120px; display:flex; align-items:center; justify-content:space-between; padding:0 40px; box-sizing:border-box;
64
+ }
65
+ .kb-top .icon svg { width:48px; height:48px; fill:#cfcfcf; }
66
+ .keys {
67
+ padding:20px 26px; box-sizing:border-box;
68
+ }
69
+ .row { display:flex; gap:20px; margin-bottom:20px; justify-content:center; }
70
+ .key {
71
+ width:86px; height:120px; background:#2a2a2a; border-radius:16px; color:#e0e0e0;
72
+ display:flex; align-items:center; justify-content:center; font-size:46px;
73
+ box-shadow: inset 0 0 0 1px #3a3a3a;
74
+ }
75
+ .key.wide { width:130px; }
76
+ .space-row { display:flex; gap:20px; justify-content:center; align-items:center; }
77
+ .space { flex:0 0 520px; height:120px; background:#2a2a2a; border-radius:16px; box-shadow: inset 0 0 0 1px #3a3a3a; }
78
+ .enter { width:150px; height:120px; background:#a6c7ff; color:#000; border-radius:24px; display:flex; align-items:center; justify-content:center; font-weight:600; }
79
+ .gesture-bar {
80
+ position:absolute; bottom:26px; left:50%; transform:translateX(-50%); width:420px; height:12px; background:#e8e8e8; border-radius:8px; opacity:0.75;
81
+ }
82
+ </style>
83
+ </head>
84
+ <body>
85
+ <div id="render-target">
86
+
87
+ <!-- Status bar -->
88
+ <div class="status-bar">
89
+ <div class="status-time">10:31</div>
90
+ <div class="status-icons">
91
+ <div class="icon-basic">
92
+ <!-- ghost-like simple icon (placeholder) -->
93
+ <svg viewBox="0 0 24 24"><path d="M12 3c-3.9 0-7 3.1-7 7v8l2-1.5L9 18l3 1.5L15 18l2 1.5V10c0-3.9-3.1-7-7-7z"/></svg>
94
+ </div>
95
+ <div class="icon-basic">
96
+ <svg viewBox="0 0 24 24"><path d="M3 12h18M6 16h12M9 20h6" /></svg>
97
+ </div>
98
+ <div class="dot"></div>
99
+ <div class="icon-basic">
100
+ <!-- wifi -->
101
+ <svg viewBox="0 0 24 24"><path d="M12 18a2 2 0 1 0 0.01 0zM3 9c5.5-5.5 12.5-5.5 19 0l-1.5 1.5C16 6 8 6 4.5 10.5L3 9zm3 3c4-4 10-4 14 0l-1.5 1.5c-3-3-8-3-11 0L6 12z"/></svg>
102
+ </div>
103
+ <div class="icon-basic">
104
+ <!-- battery -->
105
+ <svg viewBox="0 0 24 24"><path d="M2 8h16v8H2V8zm18 3h2v2h-2v-2z"/></svg>
106
+ </div>
107
+ </div>
108
+ </div>
109
+
110
+ <!-- Header -->
111
+ <div class="header">
112
+ <div class="icon">
113
+ <!-- back arrow -->
114
+ <svg viewBox="0 0 24 24"><path d="M20 11H7.8l5.6-5.6L12 4 4 12l8 8 1.4-1.4L7.8 13H20v-2z"/></svg>
115
+ </div>
116
+ <div class="header-title">Compose</div>
117
+ <div class="header-actions">
118
+ <div class="icon">
119
+ <!-- paperclip -->
120
+ <svg viewBox="0 0 24 24"><path d="M7 13l7.5-7.5a4 4 0 0 1 5.7 5.7L11 18a6 6 0 0 1-8.5-8.5L12 0" fill="none" stroke="#cfcfcf" stroke-width="2"/></svg>
121
+ </div>
122
+ <div class="icon">
123
+ <!-- send -->
124
+ <svg viewBox="0 0 24 24"><path d="M3 12l18-9-7 9 7 9-18-9z"/></svg>
125
+ </div>
126
+ <div class="icon">
127
+ <!-- kebab -->
128
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="4" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="20" r="2"/></svg>
129
+ </div>
130
+ </div>
131
+ </div>
132
+
133
+ <!-- From field -->
134
+ <div class="field" style="top:300px;">
135
+ <div class="label">From</div>
136
+ <div class="value">amelia.miller2709@gmail.com</div>
137
+ <div class="caret">
138
+ <svg viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg>
139
+ </div>
140
+ </div>
141
+
142
+ <!-- To field -->
143
+ <div class="field" style="top:460px;">
144
+ <div class="label">To</div>
145
+ <div class="value">natalie.larson1998@gmail.com</div>
146
+ <div class="caret">
147
+ <svg viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg>
148
+ </div>
149
+ </div>
150
+
151
+ <!-- Suggestions dropdown -->
152
+ <div class="suggestions" style="position:absolute; top:620px; left:0; right:0;">
153
+ <div class="suggestion-item">
154
+ <div class="avatar">n</div>
155
+ <div class="sugg-text">
156
+ <div class="sugg-main">natalie.larson1998@gmail.com</div>
157
+ <div class="sugg-sub">natalie.larson1998@gmail.com</div>
158
+ </div>
159
+ </div>
160
+ </div>
161
+
162
+ <!-- Compose body area -->
163
+ <div class="compose-body">
164
+ <div class="placeholder">Compose email body...</div>
165
+ </div>
166
+
167
+ <!-- Keyboard -->
168
+ <div class="keyboard">
169
+ <div class="kb-top">
170
+ <div class="icon">
171
+ <!-- apps grid -->
172
+ <svg viewBox="0 0 24 24"><path d="M3 3h6v6H3V3zm12 0h6v6h-6V3zM3 15h6v6H3v-6zm12 0h6v6h-6v-6z"/></svg>
173
+ </div>
174
+ <div class="icon">
175
+ <!-- emoji -->
176
+ <svg viewBox="0 0 24 24"><path d="M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20zm-4 8a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm8 0a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm-8 6c2.7 2 5.3 2 8 0" fill="none" stroke="#cfcfcf" stroke-width="2"/></svg>
177
+ </div>
178
+ <div style="color:#cfcfcf; font-size:38px; font-weight:700;">GIF</div>
179
+ <div class="icon">
180
+ <!-- settings cog -->
181
+ <svg viewBox="0 0 24 24"><path d="M12 8a4 4 0 1 1 0 8 4 4 0 0 1 0-8zm8 4l2-1-1-3-2 1a7 7 0 0 0-2-1l-1-2h-3l-1 2a7 7 0 0 0-2 1l-2-1-1 3 2 1a7 7 0 0 0 0 2l-2 1 1 3 2-1a7 7 0 0 0 2 1l1 2h3l1-2a7 7 0 0 0 2-1l2 1 1-3-2-1a7 7 0 0 0 0-2z"/></svg>
182
+ </div>
183
+ <div class="icon">
184
+ <!-- translate -->
185
+ <svg viewBox="0 0 24 24"><path d="M3 3h10v10H3V3zm12 8h6v10h-6V11zM7 7h2l3 6h-2l-.6-1.2H6.6L6 13H4l3-6zm10 10l-2-2 2-2 2 2-2 2z"/></svg>
186
+ </div>
187
+ <div class="icon">
188
+ <!-- palette -->
189
+ <svg viewBox="0 0 24 24"><path d="M12 3a9 9 0 1 0 0 18c3 0 3-2 2.5-3.5S17 16 18.5 16s2.5-1.5 2.5-3a9 9 0 0 0-9-10zM7 10a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm4-2a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm4 2a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z"/></svg>
190
+ </div>
191
+ <div class="icon">
192
+ <!-- mic -->
193
+ <svg viewBox="0 0 24 24"><path d="M12 3a3 3 0 0 1 3 3v6a3 3 0 0 1-6 0V6a3 3 0 0 1 3-3zm-5 9a5 5 0 0 0 10 0h2a7 7 0 0 1-6 6v3h-2v-3a7 7 0 0 1-6-6h2z"/></svg>
194
+ </div>
195
+ </div>
196
+
197
+ <div class="keys">
198
+ <div class="row">
199
+ <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>
200
+ <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>
201
+ </div>
202
+ <div class="row">
203
+ <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>
204
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
205
+ </div>
206
+ <div class="row">
207
+ <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>
208
+ <div class="key">n</div><div class="key">m</div>
209
+ <div class="key wide">⌫</div>
210
+ </div>
211
+ <div class="space-row">
212
+ <div class="key wide">?123</div>
213
+ <div class="key wide">@</div>
214
+ <div class="key wide">☺</div>
215
+ <div class="space"></div>
216
+ <div class="key">.</div>
217
+ <div class="enter">↵</div>
218
+ </div>
219
+ </div>
220
+ <div class="gesture-bar"></div>
221
+ </div>
222
+
223
+ </div>
224
+ </body>
225
+ </html>
code/669/669_6.html ADDED
@@ -0,0 +1,234 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>The Queen's Gambit - Reader UI</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: #141A1F;
13
+ color: #fff;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 110px;
23
+ background: #1A2228;
24
+ display: flex;
25
+ align-items: center;
26
+ padding: 0 28px;
27
+ box-sizing: border-box;
28
+ font-size: 40px;
29
+ letter-spacing: 0.5px;
30
+ }
31
+ .status-left, .status-right {
32
+ display: flex;
33
+ align-items: center;
34
+ }
35
+ .status-left { flex: 1; gap: 22px; }
36
+ .status-right { gap: 22px; }
37
+ .status-dot {
38
+ width: 30px; height: 30px; background: #fff; border-radius: 50%;
39
+ opacity: 0.85;
40
+ }
41
+
42
+ /* Top app bar */
43
+ .app-bar {
44
+ position: absolute;
45
+ top: 110px;
46
+ left: 0;
47
+ width: 1080px;
48
+ height: 140px;
49
+ background: #202B33;
50
+ display: flex;
51
+ align-items: center;
52
+ padding: 0 24px;
53
+ box-sizing: border-box;
54
+ }
55
+ .app-left, .app-right { display: flex; align-items: center; }
56
+ .app-left { gap: 20px; }
57
+ .app-title {
58
+ font-size: 54px;
59
+ color: #E9EEF3;
60
+ white-space: nowrap;
61
+ overflow: hidden;
62
+ text-overflow: ellipsis;
63
+ max-width: 640px;
64
+ }
65
+ .icon-btn {
66
+ width: 80px; height: 80px; display: flex; align-items: center; justify-content: center;
67
+ margin-left: 16px;
68
+ }
69
+ .icon path, .icon rect, .icon circle, .icon line { fill: none; stroke: #E9EEF3; stroke-width: 6; }
70
+
71
+ /* Content area */
72
+ .content {
73
+ position: absolute;
74
+ top: 250px;
75
+ left: 30px;
76
+ width: 1020px;
77
+ }
78
+
79
+ .cover {
80
+ width: 1020px;
81
+ height: 1260px;
82
+ background: #E0E0E0;
83
+ border: 1px solid #BDBDBD;
84
+ display: flex;
85
+ align-items: center;
86
+ justify-content: center;
87
+ color: #555;
88
+ font-size: 44px;
89
+ text-align: center;
90
+ }
91
+
92
+ .page {
93
+ margin-top: 20px;
94
+ width: 1020px;
95
+ height: 740px;
96
+ background: #FFFFFF;
97
+ border-radius: 4px;
98
+ box-shadow: 0 0 0 1px rgba(0,0,0,0.08) inset;
99
+ color: #222;
100
+ position: relative;
101
+ }
102
+
103
+ .page h1 {
104
+ margin: 160px 0 30px 0;
105
+ text-align: center;
106
+ font-size: 56px;
107
+ font-family: Georgia, 'Times New Roman', serif;
108
+ font-weight: 600;
109
+ color: #1c1c1c;
110
+ }
111
+ .page h2 {
112
+ margin: 0;
113
+ text-align: center;
114
+ font-size: 44px;
115
+ font-family: Georgia, 'Times New Roman', serif;
116
+ font-weight: 400;
117
+ color: #444;
118
+ }
119
+
120
+ /* Floating action button */
121
+ .fab {
122
+ position: absolute;
123
+ right: 28px;
124
+ bottom: 28px;
125
+ width: 160px;
126
+ height: 160px;
127
+ background: #0B5C73;
128
+ border-radius: 50%;
129
+ box-shadow: 0 10px 24px rgba(0,0,0,0.35);
130
+ display: flex;
131
+ align-items: center;
132
+ justify-content: center;
133
+ color: #E9F6FA;
134
+ font-size: 48px;
135
+ font-weight: 600;
136
+ }
137
+
138
+ /* Bottom gesture bar */
139
+ .gesture-bar {
140
+ position: absolute;
141
+ bottom: 26px;
142
+ left: 290px;
143
+ width: 500px;
144
+ height: 18px;
145
+ background: #9DA7AF;
146
+ border-radius: 10px;
147
+ opacity: 0.7;
148
+ }
149
+ </style>
150
+ </head>
151
+ <body>
152
+ <div id="render-target">
153
+
154
+ <!-- Status Bar -->
155
+ <div class="status-bar">
156
+ <div class="status-left">
157
+ <div style="font-weight:600;">10:31</div>
158
+ <div class="status-dot"></div>
159
+ <div class="status-dot"></div>
160
+ <div class="status-dot"></div>
161
+ <div class="status-dot"></div>
162
+ <div class="status-dot"></div>
163
+ </div>
164
+ <div class="status-right">
165
+ <!-- WiFi -->
166
+ <svg class="icon" width="52" height="40" viewBox="0 0 52 40">
167
+ <path d="M5 12c10-8 32-8 42 0"></path>
168
+ <path d="M11 19c7-6 23-6 30 0"></path>
169
+ <path d="M18 26c4-4 12-4 16 0"></path>
170
+ <circle cx="26" cy="33" r="3" fill="#E9EEF3" stroke="none"></circle>
171
+ </svg>
172
+ <!-- Battery -->
173
+ <svg class="icon" width="70" height="40" viewBox="0 0 70 40">
174
+ <rect x="3" y="8" width="56" height="24" rx="4"></rect>
175
+ <rect x="61" y="14" width="6" height="12" rx="2"></rect>
176
+ <rect x="8" y="12" width="40" height="16" fill="#E9EEF3" stroke="none" rx="2"></rect>
177
+ </svg>
178
+ </div>
179
+ </div>
180
+
181
+ <!-- App Bar -->
182
+ <div class="app-bar">
183
+ <div class="app-left">
184
+ <!-- Back Arrow -->
185
+ <div class="icon-btn">
186
+ <svg class="icon" width="64" height="64" viewBox="0 0 64 64">
187
+ <path d="M38 14 L20 32 L38 50"></path>
188
+ <line x1="20" y1="32" x2="50" y2="32"></line>
189
+ </svg>
190
+ </div>
191
+ <div class="app-title">The Queen's Gam...</div>
192
+ </div>
193
+ <div class="app-right" style="margin-left:auto; display:flex; align-items:center;">
194
+ <!-- Comment icon -->
195
+ <div class="icon-btn">
196
+ <svg class="icon" width="64" height="64" viewBox="0 0 64 64">
197
+ <rect x="10" y="12" width="42" height="32" rx="6"></rect>
198
+ <path d="M24 44 L24 56 L36 44"></path>
199
+ </svg>
200
+ </div>
201
+ <!-- Search icon -->
202
+ <div class="icon-btn">
203
+ <svg class="icon" width="64" height="64" viewBox="0 0 64 64">
204
+ <circle cx="26" cy="28" r="16"></circle>
205
+ <line x1="38" y1="40" x2="52" y2="54"></line>
206
+ </svg>
207
+ </div>
208
+ <!-- More vertical dots -->
209
+ <div class="icon-btn">
210
+ <svg width="16" height="64" viewBox="0 0 16 64">
211
+ <circle cx="8" cy="16" r="6" fill="#E9EEF3"></circle>
212
+ <circle cx="8" cy="32" r="6" fill="#E9EEF3"></circle>
213
+ <circle cx="8" cy="48" r="6" fill="#E9EEF3"></circle>
214
+ </svg>
215
+ </div>
216
+ </div>
217
+ </div>
218
+
219
+ <!-- Main Content -->
220
+ <div class="content">
221
+ <div class="cover">[IMG: Book Cover — "The Queen's Gambit" by Walter Tevis]</div>
222
+
223
+ <div class="page">
224
+ <h1>The Queen’s Gambit</h1>
225
+ <h2>Walter Tevis</h2>
226
+
227
+ <div class="fab">2/5</div>
228
+ </div>
229
+ </div>
230
+
231
+ <div class="gesture-bar"></div>
232
+ </div>
233
+ </body>
234
+ </html>
code/6690/6690_0.html ADDED
@@ -0,0 +1,368 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 Trends & Charts</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ color: #111;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ height: 90px;
21
+ background: #000;
22
+ color: #fff;
23
+ display: flex;
24
+ align-items: center;
25
+ padding: 0 28px;
26
+ box-sizing: border-box;
27
+ font-weight: 600;
28
+ }
29
+ .status-left { font-size: 34px; }
30
+ .status-right {
31
+ margin-left: auto;
32
+ display: flex;
33
+ align-items: center;
34
+ gap: 26px;
35
+ }
36
+ .status-icon { display: inline-flex; align-items: center; justify-content: center; }
37
+
38
+ /* Top app bar */
39
+ .app-bar {
40
+ height: 120px;
41
+ background: #121212;
42
+ color: #eaeaea;
43
+ display: flex;
44
+ align-items: center;
45
+ padding: 0 32px;
46
+ box-sizing: border-box;
47
+ letter-spacing: 1px;
48
+ }
49
+ .title {
50
+ margin: 0 auto;
51
+ font-size: 38px;
52
+ font-weight: 700;
53
+ }
54
+ .icon-btn { width: 60px; height: 60px; display: inline-flex; align-items: center; justify-content: center; color: #eaeaea; }
55
+
56
+ /* Banner image placeholder */
57
+ .banner {
58
+ height: 260px;
59
+ overflow: hidden;
60
+ }
61
+ .img-ph {
62
+ width: 100%;
63
+ height: 100%;
64
+ background: #E0E0E0;
65
+ border-top: 1px solid #BDBDBD;
66
+ border-bottom: 1px solid #BDBDBD;
67
+ display: flex; align-items: center; justify-content: center;
68
+ color: #757575; font-size: 34px; font-weight: 600;
69
+ }
70
+
71
+ /* Currency pair section */
72
+ .pair-row {
73
+ background: #2b2b2b;
74
+ color: #fff;
75
+ display: flex;
76
+ padding: 26px 24px;
77
+ box-sizing: border-box;
78
+ align-items: center;
79
+ gap: 22px;
80
+ }
81
+ .pair {
82
+ width: 50%;
83
+ display: flex; align-items: center; gap: 20px;
84
+ }
85
+ .flag-ph {
86
+ width: 70px; height: 44px; background: #E0E0E0; border: 1px solid #BDBDBD;
87
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 18px;
88
+ border-radius: 4px;
89
+ }
90
+ .pair .code { font-size: 46px; font-weight: 800; line-height: 1; }
91
+ .pair .sub { font-size: 26px; color: #bdbdbd; margin-top: 6px; }
92
+ .pair-info { display: flex; flex-direction: column; }
93
+ .drop {
94
+ margin-left: auto;
95
+ width: 0; height: 0; border-left: 12px solid transparent; border-right: 12px solid transparent;
96
+ border-top: 16px solid #d23b3b;
97
+ }
98
+ .drop.blue { border-top-color: #2b7fde; }
99
+
100
+ /* Range tabs */
101
+ .range-tabs {
102
+ display: flex;
103
+ width: 100%;
104
+ border-top: 1px solid #1f1f1f;
105
+ border-bottom: 6px solid #191919;
106
+ background: #f3f3f3;
107
+ }
108
+ .range-tab {
109
+ width: 180px;
110
+ height: 110px;
111
+ box-sizing: border-box;
112
+ border-right: 2px solid #cfcfcf;
113
+ display: flex; align-items: center; justify-content: center;
114
+ font-size: 34px; color: #444;
115
+ background: #efefef;
116
+ }
117
+ .range-tab.active {
118
+ color: #e53935;
119
+ border-bottom: 6px solid #e53935;
120
+ background: #fff;
121
+ }
122
+
123
+ /* Chart area */
124
+ .chart-area {
125
+ height: 760px;
126
+ position: relative;
127
+ padding: 24px 24px 0 24px;
128
+ box-sizing: border-box;
129
+ }
130
+ .chart-box {
131
+ position: absolute; left: 24px; right: 24px; top: 24px; bottom: 24px;
132
+ background: #f7f9f9;
133
+ border: 1px solid #e1e6e6;
134
+ border-radius: 6px;
135
+ overflow: hidden;
136
+ }
137
+ .chart-grid {
138
+ position: absolute; inset: 0;
139
+ background-image: linear-gradient(#e9eeee 1px, transparent 1px), linear-gradient(90deg, #e9eeee 1px, transparent 1px);
140
+ background-size: 100% 120px, 120px 100%;
141
+ }
142
+ .chart-svg {
143
+ position: absolute; inset: 0;
144
+ }
145
+ .chart-label {
146
+ position: absolute; left: 24px; top: 24px; color: #8aa; font-size: 28px;
147
+ }
148
+
149
+ /* Date tabs row */
150
+ .date-tabs {
151
+ display: flex;
152
+ width: 100%;
153
+ background: #ededed;
154
+ border-top: 2px solid #d5d5d5;
155
+ border-bottom: 2px solid #d5d5d5;
156
+ }
157
+ .date-tab {
158
+ width: 216px; height: 110px;
159
+ display: flex; align-items: center; justify-content: center;
160
+ text-align: center; font-size: 26px; color: #6a6a6a;
161
+ border-right: 2px solid #d5d5d5;
162
+ box-sizing: border-box;
163
+ }
164
+
165
+ /* Grid header (numbers 25..29) */
166
+ .grid-header {
167
+ display: grid;
168
+ grid-template-columns: repeat(5, 1fr);
169
+ background: #e9e9e9;
170
+ border-bottom: 2px solid #d5d5d5;
171
+ }
172
+ .grid-header div {
173
+ height: 110px; display: flex; align-items: center; justify-content: center;
174
+ font-size: 40px; color: #b0b0b0; border-right: 2px solid #d5d5d5;
175
+ }
176
+
177
+ /* Table grid */
178
+ .table {
179
+ display: grid;
180
+ grid-template-columns: repeat(5, 1fr);
181
+ border-bottom: 2px solid #d5d5d5;
182
+ }
183
+ .cell {
184
+ height: 120px; display: flex; align-items: center; justify-content: center;
185
+ font-size: 28px; color: #222; border-right: 2px solid #eeeeee; box-sizing: border-box;
186
+ }
187
+ .cell.small { font-size: 26px; color: #6a6a6a; }
188
+ .cell.bold { font-weight: 700; }
189
+ .cell.blue { color: #1b79d1; font-weight: 700; }
190
+ .cell.red { color: #d33; font-weight: 700; }
191
+
192
+ /* Ad banner */
193
+ .ad {
194
+ height: 160px;
195
+ padding: 16px 24px;
196
+ box-sizing: border-box;
197
+ }
198
+ .ad .img-ph { height: 100%; font-size: 32px; }
199
+
200
+ /* Bottom gesture bar */
201
+ .bottom-bar {
202
+ position: absolute;
203
+ left: 0; right: 0; bottom: 0;
204
+ height: 100px;
205
+ background: #000;
206
+ display: flex; align-items: center; justify-content: center;
207
+ }
208
+ .home-indicator {
209
+ width: 320px; height: 10px; background: #fff; border-radius: 10px;
210
+ opacity: .9;
211
+ }
212
+ </style>
213
+ </head>
214
+ <body>
215
+ <div id="render-target">
216
+
217
+ <!-- Status Bar -->
218
+ <div class="status-bar">
219
+ <div class="status-left">10:23</div>
220
+ <div class="status-right">
221
+ <span class="status-icon">
222
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#fff" aria-hidden="true">
223
+ <circle cx="4" cy="12" r="2" />
224
+ <circle cx="10" cy="12" r="2" />
225
+ <circle cx="16" cy="12" r="2" />
226
+ </svg>
227
+ </span>
228
+ <span class="status-icon">
229
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#fff" aria-hidden="true">
230
+ <path d="M2 18h20L12 6 2 18z"/>
231
+ </svg>
232
+ </span>
233
+ <span class="status-icon">
234
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#fff" aria-hidden="true">
235
+ <circle cx="12" cy="12" r="2"/>
236
+ <path d="M12 2v4M12 18v4M2 12h4M18 12h4M4.9 4.9l2.8 2.8M16.3 16.3l2.8 2.8M4.9 19.1l2.8-2.8M16.3 7.7l2.8-2.8" stroke="#fff" stroke-width="1.5"/>
237
+ </svg>
238
+ </span>
239
+ <span class="status-icon">
240
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#fff" aria-hidden="true">
241
+ <circle cx="12" cy="12" r="2"/>
242
+ </svg>
243
+ </span>
244
+ <span class="status-icon">
245
+ <svg width="44" height="44" viewBox="0 0 24 24" aria-hidden="true">
246
+ <rect x="3" y="7" width="16" height="10" rx="2" ry="2" fill="#fff"/>
247
+ <rect x="19" y="10" width="2" height="4" fill="#fff" opacity="0.7"/>
248
+ </svg>
249
+ </span>
250
+ <span style="font-size:28px;">100%</span>
251
+ </div>
252
+ </div>
253
+
254
+ <!-- App Bar -->
255
+ <div class="app-bar">
256
+ <div class="icon-btn">
257
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="#eaeaea" aria-hidden="true">
258
+ <path d="M3 6h18v2H3zM3 11h18v2H3zM3 16h18v2H3z"/>
259
+ </svg>
260
+ </div>
261
+ <div class="title">CURRENCY TRENDS & CHARTS</div>
262
+ <div class="icon-btn">
263
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="#eaeaea" aria-hidden="true">
264
+ <circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/>
265
+ </svg>
266
+ </div>
267
+ </div>
268
+
269
+ <!-- Banner -->
270
+ <div class="banner">
271
+ <div class="img-ph">[IMG: Business Charts Banner]</div>
272
+ </div>
273
+
274
+ <!-- Pair Row -->
275
+ <div class="pair-row">
276
+ <div class="pair">
277
+ <div class="pair-info">
278
+ <div class="code">EUR</div>
279
+ <div class="sub">Euro</div>
280
+ </div>
281
+ <div class="flag-ph">[EU]</div>
282
+ <div class="drop"></div>
283
+ </div>
284
+ <div class="pair">
285
+ <div class="pair-info">
286
+ <div class="code">USD</div>
287
+ <div class="sub">U.S. Dollar</div>
288
+ </div>
289
+ <div class="flag-ph">[US]</div>
290
+ <div class="drop blue"></div>
291
+ </div>
292
+ </div>
293
+
294
+ <!-- Range Tabs -->
295
+ <div class="range-tabs">
296
+ <div class="range-tab">10D</div>
297
+ <div class="range-tab active">1M</div>
298
+ <div class="range-tab">3M</div>
299
+ <div class="range-tab">6M</div>
300
+ <div class="range-tab">1Y</div>
301
+ <div class="range-tab">2Y</div>
302
+ </div>
303
+
304
+ <!-- Chart Area -->
305
+ <div class="chart-area">
306
+ <div class="chart-box">
307
+ <div class="chart-grid"></div>
308
+ <!-- Simple area line to hint the chart -->
309
+ <svg class="chart-svg" viewBox="0 0 100 100" preserveAspectRatio="none">
310
+ <path d="M0,60 L5,55 L10,58 L18,50 L28,52 L35,48 L42,60 L50,58 L58,60 L65,56 L72,70 L80,40 L90,45 L100,38 L100,100 L0,100 Z" fill="#9ed9d4" opacity="0.7"></path>
311
+ <path d="M0,60 L5,55 L10,58 L18,50 L28,52 L35,48 L42,60 L50,58 L58,60 L65,56 L72,70 L80,40 L90,45 L100,38" fill="none" stroke="#199c93" stroke-width="2"></path>
312
+ </svg>
313
+ <div class="chart-label">USD/EUR</div>
314
+ </div>
315
+ </div>
316
+
317
+ <!-- Date Tabs -->
318
+ <div class="date-tabs">
319
+ <div class="date-tab">OCT 11, 2023</div>
320
+ <div class="date-tab">OCT 18, 2023</div>
321
+ <div class="date-tab">OCT 25, 2023</div>
322
+ <div class="date-tab">NOV 1, 2023</div>
323
+ <div class="date-tab">NOV 9, 2023</div>
324
+ </div>
325
+
326
+ <!-- Grid Header (25..29) -->
327
+ <div class="grid-header">
328
+ <div>25</div>
329
+ <div>26</div>
330
+ <div>27</div>
331
+ <div>28</div>
332
+ <div>29</div>
333
+ </div>
334
+
335
+ <!-- Table rows -->
336
+ <div class="table">
337
+ <div class="cell small">Nov 5, 2023</div>
338
+ <div class="cell small">Nov 6, 2023</div>
339
+ <div class="cell small">Nov 7, 2023</div>
340
+ <div class="cell small">Nov 8, 2023</div>
341
+ <div class="cell small">Nov 9, 2023</div>
342
+
343
+ <div class="cell bold">1.07320</div>
344
+ <div class="cell bold">1.07198</div>
345
+ <div class="cell bold">1.06963</div>
346
+ <div class="cell bold">1.07100</div>
347
+ <div class="cell bold">1.06667</div>
348
+
349
+ <div class="cell blue">-0.036%</div>
350
+ <div class="cell blue">-0.114%</div>
351
+ <div class="cell blue">-0.219%</div>
352
+ <div class="cell red">+0.128%</div>
353
+ <div class="cell blue">-0.404%</div>
354
+ </div>
355
+
356
+ <!-- Ad banner -->
357
+ <div class="ad">
358
+ <div class="img-ph">[IMG: Ad - Booking.com App Install]</div>
359
+ </div>
360
+
361
+ <!-- Bottom gesture bar -->
362
+ <div class="bottom-bar">
363
+ <div class="home-indicator"></div>
364
+ </div>
365
+
366
+ </div>
367
+ </body>
368
+ </html>
code/6690/6690_1.html ADDED
@@ -0,0 +1,262 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1">
6
+ <title>Currency Converter UI</title>
7
+ <style>
8
+ body { margin:0; padding:0; background:transparent; }
9
+ #render-target{
10
+ width:1080px; height:2400px; position:relative; overflow:hidden;
11
+ background:#121518; color:#fff; font-family: Roboto, Arial, sans-serif;
12
+ }
13
+
14
+ /* Status bar */
15
+ .statusbar{
16
+ height:100px; background:#000; color:#fff; display:flex; align-items:center;
17
+ padding:0 36px; box-sizing:border-box; font-weight:600; letter-spacing:1px;
18
+ }
19
+ .statusbar .right{ margin-left:auto; display:flex; align-items:center; gap:24px; opacity:.9; font-weight:500; }
20
+ .battery{ width:44px; height:24px; border:2px solid #fff; border-radius:4px; position:relative; }
21
+ .battery:after{ content:""; position:absolute; right:-8px; top:6px; width:6px; height:12px; background:#fff; border-radius:2px; }
22
+ .battery .level{ position:absolute; left:2px; top:2px; bottom:2px; width:28px; background:#28d070; }
23
+ .pct{ font-size:24px; }
24
+
25
+ /* Top app bar */
26
+ .appbar{
27
+ height:220px; background:#1e2329; display:flex; align-items:flex-start;
28
+ padding:34px 36px 18px; box-sizing:border-box; border-bottom:1px solid #0e1115;
29
+ }
30
+ .appbar .title{ margin-left:24px; }
31
+ .appbar h1{ margin:0; font-size:44px; letter-spacing:1px; }
32
+ .appbar .sub{ margin-top:6px; color:#9ba3aa; font-size:26px; }
33
+ .appbar .right{ margin-left:auto; margin-top:4px; }
34
+
35
+ .icon-btn{ width:60px; height:60px; display:flex; align-items:center; justify-content:center; }
36
+ .icon svg{ width:40px; height:40px; fill:#fff; opacity:.95; }
37
+
38
+ /* Rate panel */
39
+ .rates{
40
+ background:linear-gradient(#406f94, #2e5875);
41
+ height:520px; padding:18px 22px 10px; box-sizing:border-box; border-bottom:2px solid #1c2228;
42
+ }
43
+ .rates .meta{ color:#c9d6e2; font-size:24px; display:flex; align-items:center; gap:16px; margin:8px 8px 12px; }
44
+ .currency-row{
45
+ display:flex; align-items:center; padding:22px 18px; box-sizing:border-box;
46
+ border-top:1px solid rgba(255,255,255,0.08);
47
+ }
48
+ .cur-left{ display:flex; align-items:center; gap:18px; min-width:520px; }
49
+ .search-circle{ width:56px; height:56px; border-radius:50%; border:4px solid #f04646; position:relative; display:flex; align-items:center; justify-content:center; }
50
+ .search-circle.blue{ border-color:#4bb1ff; }
51
+ .search-circle svg{ width:30px; height:30px; }
52
+ .cur-txt{ display:flex; flex-direction:column; }
53
+ .cur-txt .code{ font-size:44px; font-weight:700; letter-spacing:.5px; }
54
+ .cur-txt .name{ font-size:26px; color:#e0e8ef; opacity:.85; margin-top:4px; }
55
+ .flag{ width:72px; height:44px; background:#E0E0E0; border:1px solid #BDBDBD; color:#757575; display:flex; align-items:center; justify-content:center; font-size:18px; border-radius:4px; }
56
+ .small-btn{ display:flex; align-items:center; gap:14px; margin-left:18px; color:#d9ecff; }
57
+ .caret{ width:0; height:0; border-left:10px solid transparent; border-right:10px solid transparent; border-top:12px solid #ff5a4d; }
58
+ .caret.blue{ border-top-color:#58b0ff; }
59
+ .refresh svg{ width:34px; height:34px; fill:#d9ecff; opacity:.85; }
60
+ .value{ margin-left:auto; font-size:86px; font-weight:700; color:#ecf3f9; padding-right:12px; }
61
+
62
+ /* Feature actions row */
63
+ .features{ display:grid; grid-template-columns:repeat(4,1fr); background:linear-gradient(#1f3344, #152634); border-top:2px solid #0f1820; border-bottom:2px solid #0f1820; }
64
+ .feat{ height:190px; border-right:1px solid rgba(255,255,255,0.1); display:flex; align-items:center; justify-content:center; flex-direction:column; gap:16px; }
65
+ .feat:last-child{ border-right:none; }
66
+ .feat .label{ text-align:center; font-size:24px; letter-spacing:.5px; color:#cfe2f1; }
67
+ .feat .ico svg{ width:40px; height:40px; fill:#cfe2f1; opacity:.95; }
68
+
69
+ /* Function row */
70
+ .func-grid{ display:grid; grid-template-columns:repeat(4, 1fr); }
71
+ .key{ height:160px; display:flex; align-items:center; justify-content:center; font-size:36px; color:#e9f0f6; border:1px solid #2b343a; background:#40484f; }
72
+ .key.dark{ background:#333a41; }
73
+ .key.op{ background:#2f373e; }
74
+ .key.redtxt{ color:#ff4545; }
75
+ .key.lime{ color:#c6f36f; }
76
+
77
+ /* Numeric keypad grid */
78
+ .nums{ display:grid; grid-template-columns:repeat(4,1fr); }
79
+ .cell{ height:220px; display:flex; align-items:center; justify-content:center; font-size:48px; color:#e9f0f6; border:1px solid #2b343a; background:#4a565e; }
80
+ .cell.op{ background:#333a41; font-size:56px; }
81
+ .cell.note{ align-items:flex-start; padding:24px; box-sizing:border-box; font-size:28px; color:#ff5656; justify-content:flex-start; }
82
+ .cell.red{ background:#c73a34; font-weight:700; font-size:58px; }
83
+
84
+ /* Ad banner and bottom area */
85
+ .ad{
86
+ position:absolute; left:0; bottom:60px; width:100%; height:250px; background:#ffffff; color:#111;
87
+ display:flex; align-items:center; padding:20px 28px; box-sizing:border-box; gap:22px; border-top:2px solid #d0d0d0;
88
+ }
89
+ .ad .preview{ width:220px; height:160px; background:#E0E0E0; border:1px solid #BDBDBD; color:#757575; display:flex; align-items:center; justify-content:center; font-size:24px; }
90
+ .ad .appicon{ width:120px; height:120px; background:#E0E0E0; border:1px solid #BDBDBD; border-radius:24px; color:#757575; display:flex; align-items:center; justify-content:center; font-size:22px; }
91
+ .ad .meta{ display:flex; flex-direction:column; gap:8px; }
92
+ .ad .title{ font-size:36px; font-weight:700; }
93
+ .ad .action{ margin-left:auto; }
94
+ .ad .open{ background:#1abc6c; color:#fff; font-size:32px; padding:18px 36px; border-radius:50px; border:none; }
95
+
96
+ .bottom-safe{ position:absolute; left:0; right:0; bottom:0; height:60px; background:#0a0a0a; }
97
+
98
+ /* Utility icons */
99
+ .icon-3dots{ width:18px; height:42px; display:flex; flex-direction:column; align-items:center; justify-content:space-between; }
100
+ .icon-3dots span{ width:8px; height:8px; border-radius:50%; background:#fff; opacity:.9; display:block; }
101
+
102
+ </style>
103
+ </head>
104
+ <body>
105
+ <div id="render-target">
106
+
107
+ <!-- Status bar -->
108
+ <div class="statusbar">
109
+ <div class="time">10:24</div>
110
+ <div class="right">
111
+ <div style="width:26px; height:26px; border-radius:50%; background:#fff; opacity:.85;"></div>
112
+ <div class="battery"><div class="level"></div></div>
113
+ <div class="pct">100%</div>
114
+ </div>
115
+ </div>
116
+
117
+ <!-- App bar -->
118
+ <div class="appbar">
119
+ <div class="icon-btn icon">
120
+ <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>
121
+ </div>
122
+ <div class="title">
123
+ <h1>CURRENCY CONVERTER</h1>
124
+ <div class="sub">Updated on November 10, 2023 10:23 AM</div>
125
+ </div>
126
+ <div class="right">
127
+ <div class="icon-3dots"><span></span><span></span><span></span></div>
128
+ </div>
129
+ </div>
130
+
131
+ <!-- Exchange panel -->
132
+ <div class="rates">
133
+ <div class="meta">EN</div>
134
+
135
+ <!-- EUR row -->
136
+ <div class="currency-row" style="border-top:none;">
137
+ <div class="cur-left">
138
+ <div class="search-circle">
139
+ <svg viewBox="0 0 24 24">
140
+ <circle cx="10" cy="10" r="6" stroke="#f04646" stroke-width="0" fill="#f04646"></circle>
141
+ <rect x="14" y="14" width="8" height="3" transform="rotate(45 14 14)" fill="#f04646"></rect>
142
+ </svg>
143
+ </div>
144
+ <div class="cur-txt">
145
+ <div class="code">EUR</div>
146
+ <div class="name">Euro</div>
147
+ </div>
148
+ <div class="flag">EU Flag</div>
149
+ <div class="small-btn">
150
+ <div class="caret"></div>
151
+ <div class="refresh icon">
152
+ <svg viewBox="0 0 24 24"><path d="M12 5a7 7 0 1 0 6.3 4H16l4-4 4 4h-2.2A9 9 0 1 1 12 3v2z"></path></svg>
153
+ </div>
154
+ </div>
155
+ </div>
156
+ <div class="value">0</div>
157
+ </div>
158
+
159
+ <!-- USD row -->
160
+ <div class="currency-row">
161
+ <div class="cur-left">
162
+ <div class="search-circle blue">
163
+ <svg viewBox="0 0 24 24">
164
+ <circle cx="10" cy="10" r="6" stroke="#4bb1ff" stroke-width="0" fill="#4bb1ff"></circle>
165
+ <rect x="14" y="14" width="8" height="3" transform="rotate(45 14 14)" fill="#4bb1ff"></rect>
166
+ </svg>
167
+ </div>
168
+ <div class="cur-txt">
169
+ <div class="code">USD</div>
170
+ <div class="name">U.S. Dollar</div>
171
+ </div>
172
+ <div class="flag">US Flag</div>
173
+ <div class="small-btn">
174
+ <div class="caret blue"></div>
175
+ <div class="refresh icon">
176
+ <svg viewBox="0 0 24 24"><path d="M12 5a7 7 0 1 0 6.3 4H16l4-4 4 4h-2.2A9 9 0 1 1 12 3v2z"></path></svg>
177
+ </div>
178
+ </div>
179
+ </div>
180
+ <div class="value">0</div>
181
+ </div>
182
+ </div>
183
+
184
+ <!-- Feature buttons -->
185
+ <div class="features">
186
+ <div class="feat">
187
+ <div class="ico">
188
+ <svg viewBox="0 0 24 24"><path d="M12 5a7 7 0 1 0 6.3 4H16l4-4 4 4h-2.2A9 9 0 1 1 12 3v2z"></path></svg>
189
+ </div>
190
+ <div class="label">CURRENCY UPDATE</div>
191
+ </div>
192
+ <div class="feat">
193
+ <div class="ico">
194
+ <svg viewBox="0 0 24 24"><rect x="3" y="12" width="4" height="8"></rect><rect x="10" y="8" width="4" height="12"></rect><rect x="17" y="5" width="4" height="15"></rect></svg>
195
+ </div>
196
+ <div class="label">TRENDS & CHARTS</div>
197
+ </div>
198
+ <div class="feat">
199
+ <div class="ico">
200
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 6 7 1-5 5 1 7-6-3-6 3 1-7-5-5 7-1z"></path></svg>
201
+ </div>
202
+ <div class="label">CURRENCY FAVORITES</div>
203
+ </div>
204
+ <div class="feat">
205
+ <div class="ico">
206
+ <svg viewBox="0 0 24 24"><path d="M6 6h5V3l5 4-5 4V8H7c-2 0-4 2-4 4 0 1 .3 1.9.8 2.7l-2 1.2A7 7 0 0 1 6 6zM18 18h-5v3l-5-4 5-4v3h4c2 0 4-2 4-4 0-1-.3-1.9-.8-2.7l2-1.2A7 7 0 0 1 18 18z"></path></svg>
207
+ </div>
208
+ <div class="label">CURRENCY ROTATE</div>
209
+ </div>
210
+ </div>
211
+
212
+ <!-- Function row -->
213
+ <div class="func-grid">
214
+ <div class="key">COPY</div>
215
+ <div class="key">SEND</div>
216
+ <div class="key"><span class="redtxt" style="margin-right:12px;">×</span>CLR</div>
217
+ <div class="key"><span class="lime" style="margin-right:16px;">←</span>DEL</div>
218
+ </div>
219
+
220
+ <!-- Number keypad -->
221
+ <div class="nums">
222
+ <div class="cell">7</div>
223
+ <div class="cell">8</div>
224
+ <div class="cell">9</div>
225
+ <div class="cell op">÷</div>
226
+
227
+ <div class="cell">4</div>
228
+ <div class="cell">5</div>
229
+ <div class="cell">6</div>
230
+ <div class="cell op">×</div>
231
+
232
+ <div class="cell">1</div>
233
+ <div class="cell">2</div>
234
+ <div class="cell">3</div>
235
+ <div class="cell op">−</div>
236
+
237
+ <div class="cell">000</div>
238
+ <div class="cell">00</div>
239
+ <div class="cell">0</div>
240
+ <div class="cell op">+</div>
241
+
242
+ <div class="cell note">MULTI CURRENCY CONVERTER</div>
243
+ <div class="cell">±</div>
244
+ <div class="cell">.</div>
245
+ <div class="cell red">=</div>
246
+ </div>
247
+
248
+ <!-- Ad banner -->
249
+ <div class="ad">
250
+ <div class="preview">[IMG: Ad Banner]</div>
251
+ <div class="appicon">App</div>
252
+ <div class="meta">
253
+ <div class="title">Omio</div>
254
+ <div style="color:#666; font-size:26px;">4.6 ★ FREE</div>
255
+ </div>
256
+ <div class="action"><button class="open">Open</button></div>
257
+ </div>
258
+
259
+ <div class="bottom-safe"></div>
260
+ </div>
261
+ </body>
262
+ </html>
code/6690/6690_10.html ADDED
@@ -0,0 +1,497 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Multi Currency Converter UI</title>
6
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #0f1113;
15
+ font-family: "Roboto", Arial, sans-serif;
16
+ color: #fff;
17
+ }
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 1080px;
24
+ height: 120px;
25
+ background: #111317;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ padding: 0 36px;
30
+ box-sizing: border-box;
31
+ }
32
+ .status-left {
33
+ display: flex;
34
+ align-items: center;
35
+ gap: 28px;
36
+ font-weight: 600;
37
+ font-size: 40px;
38
+ }
39
+ .status-right {
40
+ display: flex;
41
+ align-items: center;
42
+ gap: 28px;
43
+ }
44
+ .icon {
45
+ display: inline-block;
46
+ }
47
+ /* App bar */
48
+ .app-bar {
49
+ position: absolute;
50
+ top: 120px;
51
+ left: 0;
52
+ width: 1080px;
53
+ height: 220px;
54
+ background: #2b2f33;
55
+ box-sizing: border-box;
56
+ padding: 36px 36px 24px 36px;
57
+ }
58
+ .app-bar .row {
59
+ display: flex;
60
+ align-items: center;
61
+ justify-content: space-between;
62
+ }
63
+ .hamburger {
64
+ width: 72px;
65
+ height: 72px;
66
+ margin-right: 24px;
67
+ }
68
+ .title-block {
69
+ flex: 1;
70
+ }
71
+ .app-title {
72
+ font-size: 56px;
73
+ font-weight: 800;
74
+ letter-spacing: 1px;
75
+ }
76
+ .app-subtitle {
77
+ font-size: 28px;
78
+ color: #a9b0b6;
79
+ margin-top: 6px;
80
+ }
81
+ .menu-dots {
82
+ width: 60px;
83
+ height: 60px;
84
+ }
85
+
86
+ /* Currency panel */
87
+ .currency-panel {
88
+ position: absolute;
89
+ top: 340px;
90
+ left: 0;
91
+ width: 1080px;
92
+ height: 780px;
93
+ background: linear-gradient(#4c7ea3, #3a6f8f);
94
+ border-top: 1px solid rgba(255,255,255,0.08);
95
+ border-bottom: 2px solid rgba(0,0,0,0.35);
96
+ box-sizing: border-box;
97
+ }
98
+ .panel-topline {
99
+ height: 64px;
100
+ display: flex;
101
+ align-items: center;
102
+ gap: 18px;
103
+ padding: 0 24px;
104
+ color: #d1d7dc;
105
+ font-size: 26px;
106
+ }
107
+ .currency-list {
108
+ margin-top: 6px;
109
+ display: flex;
110
+ flex-direction: column;
111
+ }
112
+ .currency-row {
113
+ height: 180px;
114
+ display: grid;
115
+ grid-template-columns: 140px 1fr 140px 110px 110px 140px;
116
+ align-items: center;
117
+ padding: 0 24px;
118
+ box-sizing: border-box;
119
+ border-bottom: 1px solid rgba(0,0,0,0.25);
120
+ }
121
+ .magnify {
122
+ width: 84px;
123
+ height: 84px;
124
+ justify-self: center;
125
+ }
126
+ .currency-info {
127
+ display: flex;
128
+ flex-direction: column;
129
+ }
130
+ .code {
131
+ font-size: 48px;
132
+ font-weight: 800;
133
+ letter-spacing: 1px;
134
+ }
135
+ .name {
136
+ font-size: 30px;
137
+ color: #d3d8dc;
138
+ margin-top: 6px;
139
+ }
140
+ .flag {
141
+ width: 84px;
142
+ height: 54px;
143
+ background: #E0E0E0;
144
+ border: 1px solid #BDBDBD;
145
+ display: flex;
146
+ justify-content: center;
147
+ align-items: center;
148
+ color: #757575;
149
+ font-size: 22px;
150
+ border-radius: 6px;
151
+ justify-self: center;
152
+ }
153
+ .chev {
154
+ width: 28px;
155
+ height: 28px;
156
+ justify-self: center;
157
+ }
158
+ .refresh {
159
+ width: 54px;
160
+ height: 54px;
161
+ justify-self: center;
162
+ }
163
+ .value {
164
+ font-size: 96px;
165
+ font-weight: 700;
166
+ justify-self: end;
167
+ margin-right: 18px;
168
+ color: #fff;
169
+ }
170
+
171
+ /* Controls row */
172
+ .controls-row {
173
+ position: absolute;
174
+ top: 1120px;
175
+ left: 0;
176
+ width: 1080px;
177
+ height: 160px;
178
+ background: #3a3f44;
179
+ display: grid;
180
+ grid-template-columns: repeat(6, 1fr);
181
+ border-top: 2px solid rgba(0,0,0,0.35);
182
+ border-bottom: 2px solid rgba(0,0,0,0.35);
183
+ }
184
+ .ctrl {
185
+ display: flex;
186
+ align-items: center;
187
+ justify-content: center;
188
+ border-right: 1px solid rgba(255,255,255,0.08);
189
+ color: #e7ecef;
190
+ font-size: 46px;
191
+ font-weight: 700;
192
+ }
193
+ .ctrl:last-child {
194
+ border-right: none;
195
+ }
196
+ .ctrl .xmark { color: #e53935; font-size: 54px; }
197
+ .ctrl .backarrow { color: #a8d64f; font-size: 54px; }
198
+
199
+ /* Keypad grid */
200
+ .keypad {
201
+ position: absolute;
202
+ top: 1280px;
203
+ left: 0;
204
+ width: 1080px;
205
+ height: 940px;
206
+ display: grid;
207
+ grid-template-columns: repeat(5, 1fr);
208
+ grid-auto-rows: 188px;
209
+ background: #4a5156;
210
+ }
211
+ .key {
212
+ border: 1px solid rgba(0,0,0,0.45);
213
+ background: #5a6369;
214
+ display: flex;
215
+ align-items: center;
216
+ justify-content: center;
217
+ color: #e9eef2;
218
+ font-size: 74px;
219
+ font-weight: 700;
220
+ }
221
+ .op {
222
+ background: #4b5054;
223
+ font-size: 76px;
224
+ }
225
+ .equal {
226
+ background: #c93c35;
227
+ font-size: 82px;
228
+ font-weight: 800;
229
+ }
230
+
231
+ /* Ad banner */
232
+ .ad-banner {
233
+ position: absolute;
234
+ bottom: 40px;
235
+ left: 0;
236
+ width: 1080px;
237
+ height: 140px;
238
+ background: #ffffff;
239
+ color: #222;
240
+ display: grid;
241
+ grid-template-columns: 180px 1fr 180px;
242
+ align-items: center;
243
+ box-sizing: border-box;
244
+ padding: 0 24px;
245
+ gap: 24px;
246
+ border-top: 1px solid #e0e0e0;
247
+ }
248
+ .ad-img {
249
+ width: 160px;
250
+ height: 112px;
251
+ background: #E0E0E0;
252
+ border: 1px solid #BDBDBD;
253
+ display: flex;
254
+ align-items: center;
255
+ justify-content: center;
256
+ color: #757575;
257
+ font-size: 22px;
258
+ }
259
+ .ad-text {
260
+ display: flex;
261
+ flex-direction: column;
262
+ gap: 8px;
263
+ }
264
+ .ad-title {
265
+ font-size: 40px;
266
+ font-weight: 700;
267
+ }
268
+ .ad-sub {
269
+ font-size: 28px;
270
+ color: #666;
271
+ }
272
+ .ad-btn {
273
+ width: 160px;
274
+ height: 76px;
275
+ background: #1fae67;
276
+ color: #fff;
277
+ border-radius: 38px;
278
+ display: flex;
279
+ align-items: center;
280
+ justify-content: center;
281
+ font-size: 34px;
282
+ font-weight: 800;
283
+ justify-self: end;
284
+ }
285
+ /* Bottom safe area */
286
+ .safe-area {
287
+ position: absolute;
288
+ bottom: 0;
289
+ left: 0;
290
+ width: 1080px;
291
+ height: 40px;
292
+ background: #0f1113;
293
+ }
294
+ </style>
295
+ </head>
296
+ <body>
297
+ <div id="render-target">
298
+
299
+ <!-- Status bar -->
300
+ <div class="status-bar">
301
+ <div class="status-left">
302
+ <span>10:27</span>
303
+ <!-- Simple status icons -->
304
+ <svg class="icon" width="48" height="48" viewBox="0 0 24 24" fill="#cfd8dc"><circle cx="12" cy="12" r="10"/></svg>
305
+ <svg class="icon" width="48" height="48" viewBox="0 0 24 24" fill="#cfd8dc"><rect x="4" y="5" width="16" height="14" rx="2"/></svg>
306
+ <svg class="icon" width="48" height="48" viewBox="0 0 24 24" fill="#cfd8dc"><path d="M12 2 L2 22 L22 22 Z"/></svg>
307
+ <svg class="icon" width="12" height="12" viewBox="0 0 12 12" fill="#cfd8dc"><circle cx="6" cy="6" r="4"/></svg>
308
+ </div>
309
+ <div class="status-right">
310
+ <!-- WiFi -->
311
+ <svg class="icon" width="52" height="52" viewBox="0 0 24 24" fill="none" stroke="#cfd8dc" stroke-width="2">
312
+ <path d="M2 9c5-4 15-4 20 0"/><path d="M5 12c4-3 10-3 14 0"/><path d="M8 15c3-2 5-2 8 0"/><circle cx="12" cy="19" r="1.5" fill="#cfd8dc"/>
313
+ </svg>
314
+ <!-- Battery -->
315
+ <svg class="icon" width="70" height="48" viewBox="0 0 30 16" fill="none">
316
+ <rect x="1" y="1" width="24" height="14" rx="2" stroke="#cfd8dc" stroke-width="2"/>
317
+ <rect x="3" y="3" width="20" height="10" fill="#cfd8dc"/>
318
+ <rect x="26" y="5" width="3" height="6" rx="1" fill="#cfd8dc"/>
319
+ </svg>
320
+ <span style="font-size:38px;font-weight:700;color:#cfd8dc;">100%</span>
321
+ </div>
322
+ </div>
323
+
324
+ <!-- App bar -->
325
+ <div class="app-bar">
326
+ <div class="row">
327
+ <!-- Hamburger -->
328
+ <svg class="hamburger" viewBox="0 0 24 24" fill="#e0e0e0">
329
+ <rect x="2" y="4" width="20" height="3"></rect>
330
+ <rect x="2" y="10.5" width="20" height="3"></rect>
331
+ <rect x="2" y="17" width="20" height="3"></rect>
332
+ </svg>
333
+ <div class="title-block">
334
+ <div class="app-title">MULTI CURRENCY CONVERTER</div>
335
+ <div class="app-subtitle">Updated on November 10, 2023 10:23 AM</div>
336
+ </div>
337
+ <!-- Vertical dots -->
338
+ <svg class="menu-dots" viewBox="0 0 24 24" fill="#cfd8dc">
339
+ <circle cx="12" cy="5" r="2.2"></circle>
340
+ <circle cx="12" cy="12" r="2.2"></circle>
341
+ <circle cx="12" cy="19" r="2.2"></circle>
342
+ </svg>
343
+ </div>
344
+ </div>
345
+
346
+ <!-- Currency panel -->
347
+ <div class="currency-panel">
348
+ <div class="panel-topline">
349
+ <span>EN</span>
350
+ <!-- small speaker icon -->
351
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#d1d7dc">
352
+ <path d="M3 10h4l5-4v12l-5-4H3z"/>
353
+ <path d="M16 9c1.7 1.2 1.7 4.8 0 6" fill="none" stroke="#d1d7dc" stroke-width="2"/>
354
+ </svg>
355
+ <!-- swap arrows -->
356
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="#d1d7dc" stroke-width="2">
357
+ <path d="M7 7h10l-3-3M17 17H7l3 3"/>
358
+ </svg>
359
+ </div>
360
+ <div class="currency-list">
361
+ <!-- EUR -->
362
+ <div class="currency-row">
363
+ <svg class="magnify" viewBox="0 0 24 24" fill="none" stroke="#ef5350" stroke-width="3">
364
+ <circle cx="10" cy="10" r="6" />
365
+ <line x1="14.5" y1="14.5" x2="20" y2="20" stroke="#ef5350" stroke-width="3"/>
366
+ </svg>
367
+ <div class="currency-info">
368
+ <div class="code">EUR</div>
369
+ <div class="name">Euro</div>
370
+ </div>
371
+ <div class="flag">[IMG: EU Flag]</div>
372
+ <svg class="chev" viewBox="0 0 12 12" fill="#ef534f">
373
+ <path d="M2 4 L6 8 L10 4 Z"></path>
374
+ </svg>
375
+ <svg class="refresh" viewBox="0 0 24 24" fill="none" stroke="#cfd8dc" stroke-width="2">
376
+ <path d="M12 5a7 7 0 1 1-6.2 3.8"/><path d="M6 5h6v6"/>
377
+ </svg>
378
+ <div class="value">0</div>
379
+ </div>
380
+ <!-- USD -->
381
+ <div class="currency-row">
382
+ <svg class="magnify" viewBox="0 0 24 24" fill="none" stroke="#64b5f6" stroke-width="3">
383
+ <circle cx="10" cy="10" r="6" />
384
+ <line x1="14.5" y1="14.5" x2="20" y2="20" stroke="#64b5f6" stroke-width="3"/>
385
+ </svg>
386
+ <div class="currency-info">
387
+ <div class="code">USD</div>
388
+ <div class="name">U.S. Dollar</div>
389
+ </div>
390
+ <div class="flag">[IMG: US Flag]</div>
391
+ <svg class="chev" viewBox="0 0 12 12" fill="#42a5f5">
392
+ <path d="M2 8 L6 4 L10 8 Z"></path>
393
+ </svg>
394
+ <svg class="refresh" viewBox="0 0 24 24" fill="none" stroke="#cfd8dc" stroke-width="2">
395
+ <path d="M12 5a7 7 0 1 1-6.2 3.8"/><path d="M6 5h6v6"/>
396
+ </svg>
397
+ <div class="value">0</div>
398
+ </div>
399
+ <!-- NZD -->
400
+ <div class="currency-row">
401
+ <svg class="magnify" viewBox="0 0 24 24" fill="none" stroke="#4caf50" stroke-width="3">
402
+ <circle cx="10" cy="10" r="6" />
403
+ <line x1="14.5" y1="14.5" x2="20" y2="20" stroke="#4caf50" stroke-width="3"/>
404
+ </svg>
405
+ <div class="currency-info">
406
+ <div class="code">NZD</div>
407
+ <div class="name">New Zealand Dollar</div>
408
+ </div>
409
+ <div class="flag">[IMG: NZ Flag]</div>
410
+ <svg class="chev" viewBox="0 0 12 12" fill="#43a047">
411
+ <path d="M2 8 L6 4 L10 8 Z"></path>
412
+ </svg>
413
+ <svg class="refresh" viewBox="0 0 24 24" fill="none" stroke="#cfd8dc" stroke-width="2">
414
+ <path d="M12 5a7 7 0 1 1-6.2 3.8"/><path d="M6 5h6v6"/>
415
+ </svg>
416
+ <div class="value">0</div>
417
+ </div>
418
+ <!-- CAD -->
419
+ <div class="currency-row">
420
+ <svg class="magnify" viewBox="0 0 24 24" fill="none" stroke="#ba68c8" stroke-width="3">
421
+ <circle cx="10" cy="10" r="6" />
422
+ <line x1="14.5" y1="14.5" x2="20" y2="20" stroke="#ba68c8" stroke-width="3"/>
423
+ </svg>
424
+ <div class="currency-info">
425
+ <div class="code">CAD</div>
426
+ <div class="name">Canadian Dollar</div>
427
+ </div>
428
+ <div class="flag">[IMG: Canada Flag]</div>
429
+ <svg class="chev" viewBox="0 0 12 12" fill="#ab47bc">
430
+ <path d="M2 8 L6 4 L10 8 Z"></path>
431
+ </svg>
432
+ <svg class="refresh" viewBox="0 0 24 24" fill="none" stroke="#cfd8dc" stroke-width="2">
433
+ <path d="M12 5a7 7 0 1 1-6.2 3.8"/><path d="M6 5h6v6"/>
434
+ </svg>
435
+ <div class="value">0</div>
436
+ </div>
437
+ </div>
438
+ </div>
439
+
440
+ <!-- Controls row -->
441
+ <div class="controls-row">
442
+ <div class="ctrl">COPY</div>
443
+ <div class="ctrl">SEND</div>
444
+ <div class="ctrl"><span class="xmark">✕</span></div>
445
+ <div class="ctrl">CLR</div>
446
+ <div class="ctrl"><span class="backarrow">↩</span></div>
447
+ <div class="ctrl">DEL</div>
448
+ </div>
449
+
450
+ <!-- Keypad -->
451
+ <div class="keypad">
452
+ <!-- Row 1 -->
453
+ <div class="key">7</div>
454
+ <div class="key">8</div>
455
+ <div class="key">9</div>
456
+ <div class="key"></div>
457
+ <div class="key op">÷</div>
458
+ <!-- Row 2 -->
459
+ <div class="key">4</div>
460
+ <div class="key">5</div>
461
+ <div class="key">6</div>
462
+ <div class="key"></div>
463
+ <div class="key op">×</div>
464
+ <!-- Row 3 -->
465
+ <div class="key">1</div>
466
+ <div class="key">2</div>
467
+ <div class="key">3</div>
468
+ <div class="key"></div>
469
+ <div class="key op">−</div>
470
+ <!-- Row 4 -->
471
+ <div class="key">000</div>
472
+ <div class="key">00</div>
473
+ <div class="key">0</div>
474
+ <div class="key"></div>
475
+ <div class="key op">+</div>
476
+ <!-- Row 5 -->
477
+ <div class="key">%</div>
478
+ <div class="key">±</div>
479
+ <div class="key">.</div>
480
+ <div class="key"></div>
481
+ <div class="key equal">=</div>
482
+ </div>
483
+
484
+ <!-- Ad banner -->
485
+ <div class="ad-banner">
486
+ <div class="ad-img">[IMG: Ad Graphic]</div>
487
+ <div class="ad-text">
488
+ <div class="ad-title">Omio</div>
489
+ <div class="ad-sub">4.6 ★ FREE</div>
490
+ </div>
491
+ <div class="ad-btn">Open</div>
492
+ </div>
493
+
494
+ <div class="safe-area"></div>
495
+ </div>
496
+ </body>
497
+ </html>
code/6690/6690_11.html ADDED
@@ -0,0 +1,447 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Multi Currency Converter Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ position: relative;
11
+ overflow: hidden;
12
+ width: 1080px;
13
+ height: 2400px;
14
+ background: #121212;
15
+ color: #fff;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ height: 96px;
21
+ background: #000;
22
+ color: #fff;
23
+ padding: 0 36px;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ font-weight: 600;
28
+ font-size: 40px;
29
+ letter-spacing: 1px;
30
+ }
31
+ .status-icons {
32
+ display: flex;
33
+ align-items: center;
34
+ gap: 26px;
35
+ font-size: 34px;
36
+ opacity: 0.9;
37
+ }
38
+ .dot { width: 10px; height: 10px; background:#bbb; border-radius:50%; display:inline-block; }
39
+
40
+ /* App bar */
41
+ .app-bar {
42
+ height: 220px;
43
+ background: #1e1e1e;
44
+ border-bottom: 1px solid #2a2a2a;
45
+ display: flex;
46
+ align-items: center;
47
+ padding: 0 32px;
48
+ position: relative;
49
+ }
50
+ .app-actions {
51
+ position: absolute;
52
+ right: 24px;
53
+ top: 50%;
54
+ transform: translateY(-50%);
55
+ display: flex;
56
+ gap: 28px;
57
+ }
58
+ .title-wrap {
59
+ margin-left: 92px;
60
+ }
61
+ .title {
62
+ font-size: 50px;
63
+ font-weight: 800;
64
+ letter-spacing: 1px;
65
+ }
66
+ .subtitle {
67
+ margin-top: 10px;
68
+ color: #9ea3a8;
69
+ font-size: 28px;
70
+ }
71
+ .icon-btn { width: 64px; height: 64px; display: inline-flex; align-items: center; justify-content: center; }
72
+
73
+ /* Currency panel */
74
+ .panel {
75
+ height: 820px;
76
+ background: linear-gradient(#3a6a8f, #3b5f7e);
77
+ border-bottom: 2px solid #2e465a;
78
+ }
79
+ .panel-inner { padding: 18px 28px 0 28px; height: 100%; box-sizing: border-box; }
80
+ .panel-top {
81
+ height: 80px;
82
+ display: flex;
83
+ align-items: center;
84
+ color: #d6e1ea;
85
+ gap: 18px;
86
+ font-size: 28px;
87
+ }
88
+ .rows { margin-top: 4px; }
89
+ .row {
90
+ height: 185px;
91
+ display: flex;
92
+ align-items: center;
93
+ border-bottom: 1px solid rgba(255,255,255,0.12);
94
+ padding: 0 12px;
95
+ box-sizing: border-box;
96
+ }
97
+ .left {
98
+ display: flex;
99
+ align-items: center;
100
+ gap: 24px;
101
+ width: 740px;
102
+ }
103
+ .currency-info {
104
+ display: flex;
105
+ flex-direction: column;
106
+ }
107
+ .code {
108
+ font-weight: 800;
109
+ font-size: 48px;
110
+ letter-spacing: 1px;
111
+ }
112
+ .name {
113
+ color: #d0dbe4;
114
+ opacity: 0.9;
115
+ font-size: 28px;
116
+ margin-top: 6px;
117
+ }
118
+ .flag {
119
+ width: 88px;
120
+ height: 56px;
121
+ background: #E0E0E0;
122
+ border: 1px solid #BDBDBD;
123
+ display: flex;
124
+ align-items: center;
125
+ justify-content: center;
126
+ color: #757575;
127
+ font-size: 20px;
128
+ border-radius: 6px;
129
+ }
130
+ .right {
131
+ width: 320px;
132
+ text-align: right;
133
+ font-size: 86px;
134
+ font-weight: 800;
135
+ color: #fff;
136
+ letter-spacing: 1px;
137
+ }
138
+ .mini-actions {
139
+ display: flex;
140
+ align-items: center;
141
+ gap: 22px;
142
+ color: #d6e1ea;
143
+ }
144
+ .small-icon { width: 40px; height: 40px; display: inline-flex; align-items:center; justify-content:center; }
145
+
146
+ /* Function row */
147
+ .func-row {
148
+ height: 160px;
149
+ background: #2f3438;
150
+ border-top: 1px solid #25292c;
151
+ border-bottom: 1px solid #25292c;
152
+ display: grid;
153
+ grid-template-columns: repeat(6, 1fr);
154
+ }
155
+ .func-cell {
156
+ border-right: 1px solid #2a2f33;
157
+ display: flex;
158
+ align-items: center;
159
+ justify-content: center;
160
+ color: #e6e6e6;
161
+ font-size: 42px;
162
+ font-weight: 700;
163
+ letter-spacing: 1px;
164
+ }
165
+ .func-cell:last-child { border-right: none; }
166
+ .func-cell .danger { color: #ff3b3b; }
167
+ .func-cell .accent { color: #a5ff6b; }
168
+
169
+ /* Keypad grid */
170
+ .keypad {
171
+ height: 860px;
172
+ display: grid;
173
+ grid-template-columns: repeat(4, 1fr);
174
+ grid-template-rows: repeat(5, 1fr);
175
+ }
176
+ .key {
177
+ border-right: 1px solid #2b3236;
178
+ border-bottom: 1px solid #2b3236;
179
+ background: #566169;
180
+ display: flex;
181
+ align-items: center;
182
+ justify-content: center;
183
+ color: #e9ecef;
184
+ font-size: 72px;
185
+ font-weight: 700;
186
+ }
187
+ .key.op {
188
+ background: #3a4045;
189
+ color: #e9ecef;
190
+ }
191
+ .key.equals {
192
+ background: #c9342d;
193
+ color: #fff;
194
+ }
195
+
196
+ /* Bottom ad and safe area */
197
+ .ad-banner {
198
+ height: 160px;
199
+ background: #111;
200
+ border-top: 1px solid #222;
201
+ display: flex;
202
+ align-items: center;
203
+ justify-content: center;
204
+ padding: 0 16px;
205
+ box-sizing: border-box;
206
+ }
207
+ .ad-box {
208
+ width: 100%;
209
+ height: 120px;
210
+ background: #E0E0E0;
211
+ border: 1px solid #BDBDBD;
212
+ color: #757575;
213
+ display: flex;
214
+ align-items: center;
215
+ justify-content: center;
216
+ font-size: 34px;
217
+ border-radius: 10px;
218
+ }
219
+ .safe-area {
220
+ height: 84px;
221
+ background: #0a0a0a;
222
+ }
223
+
224
+ /* Simple helpers for colored search icons */
225
+ .search-red svg { stroke: #ff4b51; }
226
+ .search-blue svg { stroke: #5db2ff; }
227
+ .search-green svg { stroke: #3bd26d; }
228
+ .search-pink svg { stroke: #d778ff; }
229
+ </style>
230
+ </head>
231
+ <body>
232
+ <div id="render-target">
233
+
234
+ <!-- Status Bar -->
235
+ <div class="status-bar">
236
+ <div>10:34</div>
237
+ <div class="status-icons">
238
+ <span>◓</span>
239
+ <span class="dot"></span>
240
+ <span>🔔</span>
241
+ <span>📶</span>
242
+ <span>🔋 100%</span>
243
+ </div>
244
+ </div>
245
+
246
+ <!-- App Bar -->
247
+ <div class="app-bar">
248
+ <div class="icon-btn" aria-label="menu">
249
+ <svg viewBox="0 0 24 24" width="48" height="48" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round">
250
+ <path d="M3 6h18M3 12h18M3 18h18"/>
251
+ </svg>
252
+ </div>
253
+ <div class="title-wrap">
254
+ <div class="title">MULTI CURRENCY CONVERTER</div>
255
+ <div class="subtitle">Updated on November 10, 2023 10:23 AM</div>
256
+ </div>
257
+ <div class="app-actions">
258
+ <div class="icon-btn">
259
+ <svg viewBox="0 0 24 24" width="40" height="40" fill="#fff">
260
+ <circle cx="12" cy="4" r="2"></circle>
261
+ <circle cx="12" cy="12" r="2"></circle>
262
+ <circle cx="12" cy="20" r="2"></circle>
263
+ </svg>
264
+ </div>
265
+ </div>
266
+ </div>
267
+
268
+ <!-- Currency Panel -->
269
+ <div class="panel">
270
+ <div class="panel-inner">
271
+ <div class="panel-top">
272
+ <span>EN</span>
273
+ <div class="small-icon">
274
+ <svg viewBox="0 0 24 24" width="32" height="32" fill="none" stroke="#d6e1ea" stroke-width="2">
275
+ <path d="M4 12h16M12 4v16"/>
276
+ </svg>
277
+ </div>
278
+ <div class="small-icon">
279
+ <svg viewBox="0 0 24 24" width="32" height="32" fill="none" stroke="#d6e1ea" stroke-width="2">
280
+ <path d="M4 12h16M8 8l-4 4 4 4"/>
281
+ </svg>
282
+ </div>
283
+ </div>
284
+
285
+ <div class="rows">
286
+
287
+ <!-- EUR -->
288
+ <div class="row">
289
+ <div class="left">
290
+ <div class="search-red">
291
+ <svg viewBox="0 0 24 24" width="64" height="64" fill="none" stroke-width="3" stroke-linecap="round">
292
+ <circle cx="10" cy="10" r="6"></circle>
293
+ <path d="M14.5 14.5L21 21"></path>
294
+ </svg>
295
+ </div>
296
+ <div class="currency-info">
297
+ <div class="code">EUR</div>
298
+ <div class="name">Euro</div>
299
+ </div>
300
+ <div class="flag">[IMG: EU Flag]</div>
301
+ <div class="mini-actions">
302
+ <svg class="small-icon" viewBox="0 0 24 24" width="40" height="40" fill="none" stroke="#f46b5f" stroke-width="3">
303
+ <path d="M7 10l5 5 5-5"></path>
304
+ </svg>
305
+ <svg class="small-icon" viewBox="0 0 24 24" width="40" height="40" fill="none" stroke="#cfdbe6" stroke-width="2">
306
+ <path d="M12 5a7 7 0 1 1-6.3 4"></path>
307
+ <path d="M12 1v6h6"></path>
308
+ </svg>
309
+ </div>
310
+ </div>
311
+ <div class="right">1</div>
312
+ </div>
313
+
314
+ <!-- USD -->
315
+ <div class="row">
316
+ <div class="left">
317
+ <div class="search-blue">
318
+ <svg viewBox="0 0 24 24" width="64" height="64" fill="none" stroke-width="3" stroke-linecap="round">
319
+ <circle cx="10" cy="10" r="6"></circle>
320
+ <path d="M14.5 14.5L21 21"></path>
321
+ </svg>
322
+ </div>
323
+ <div class="currency-info">
324
+ <div class="code">USD</div>
325
+ <div class="name">U.S. Dollar</div>
326
+ </div>
327
+ <div class="flag">[IMG: US Flag]</div>
328
+ <div class="mini-actions">
329
+ <svg class="small-icon" viewBox="0 0 24 24" width="40" height="40" fill="none" stroke="#79c4ff" stroke-width="3">
330
+ <path d="M7 10l5 5 5-5"></path>
331
+ </svg>
332
+ <svg class="small-icon" viewBox="0 0 24 24" width="40" height="40" fill="none" stroke="#cfdbe6" stroke-width="2">
333
+ <path d="M12 5a7 7 0 1 1-6.3 4"></path>
334
+ <path d="M12 1v6h6"></path>
335
+ </svg>
336
+ </div>
337
+ </div>
338
+ <div class="right">1.06698</div>
339
+ </div>
340
+
341
+ <!-- NZD -->
342
+ <div class="row">
343
+ <div class="left">
344
+ <div class="search-green">
345
+ <svg viewBox="0 0 24 24" width="64" height="64" fill="none" stroke-width="3" stroke-linecap="round">
346
+ <circle cx="10" cy="10" r="6"></circle>
347
+ <path d="M14.5 14.5L21 21"></path>
348
+ </svg>
349
+ </div>
350
+ <div class="currency-info">
351
+ <div class="code">NZD</div>
352
+ <div class="name">New Zealand Dollar</div>
353
+ </div>
354
+ <div class="flag">[IMG: NZ Flag]</div>
355
+ <div class="mini-actions">
356
+ <svg class="small-icon" viewBox="0 0 24 24" width="40" height="40" fill="none" stroke="#32da74" stroke-width="3">
357
+ <path d="M7 14l5-5 5 5"></path>
358
+ </svg>
359
+ <svg class="small-icon" viewBox="0 0 24 24" width="40" height="40" fill="none" stroke="#cfdbe6" stroke-width="2">
360
+ <path d="M12 5a7 7 0 1 1-6.3 4"></path>
361
+ <path d="M12 1v6h6"></path>
362
+ </svg>
363
+ </div>
364
+ </div>
365
+ <div class="right">1.80968</div>
366
+ </div>
367
+
368
+ <!-- CAD -->
369
+ <div class="row">
370
+ <div class="left">
371
+ <div class="search-pink">
372
+ <svg viewBox="0 0 24 24" width="64" height="64" fill="none" stroke-width="3" stroke-linecap="round">
373
+ <circle cx="10" cy="10" r="6"></circle>
374
+ <path d="M14.5 14.5L21 21"></path>
375
+ </svg>
376
+ </div>
377
+ <div class="currency-info">
378
+ <div class="code">CAD</div>
379
+ <div class="name">Canadian Dollar</div>
380
+ </div>
381
+ <div class="flag">[IMG: Canada Flag]</div>
382
+ <div class="mini-actions">
383
+ <svg class="small-icon" viewBox="0 0 24 24" width="40" height="40" fill="none" stroke="#c381ff" stroke-width="3">
384
+ <path d="M7 10l5 5 5-5"></path>
385
+ </svg>
386
+ <svg class="small-icon" viewBox="0 0 24 24" width="40" height="40" fill="none" stroke="#cfdbe6" stroke-width="2">
387
+ <path d="M12 5a7 7 0 1 1-6.3 4"></path>
388
+ <path d="M12 1v6h6"></path>
389
+ </svg>
390
+ </div>
391
+ </div>
392
+ <div class="right">1.47199</div>
393
+ </div>
394
+
395
+ </div>
396
+ </div>
397
+ </div>
398
+
399
+ <!-- Function Row -->
400
+ <div class="func-row">
401
+ <div class="func-cell">COPY</div>
402
+ <div class="func-cell">SEND</div>
403
+ <div class="func-cell"><span class="danger">✕</span></div>
404
+ <div class="func-cell">CLR</div>
405
+ <div class="func-cell"><span class="accent">←</span></div>
406
+ <div class="func-cell">DEL</div>
407
+ </div>
408
+
409
+ <!-- Keypad -->
410
+ <div class="keypad">
411
+ <div class="key">7</div>
412
+ <div class="key">8</div>
413
+ <div class="key">9</div>
414
+ <div class="key op">÷</div>
415
+
416
+ <div class="key">4</div>
417
+ <div class="key">5</div>
418
+ <div class="key">6</div>
419
+ <div class="key op">×</div>
420
+
421
+ <div class="key">1</div>
422
+ <div class="key">2</div>
423
+ <div class="key">3</div>
424
+ <div class="key op">−</div>
425
+
426
+ <div class="key">000</div>
427
+ <div class="key">00</div>
428
+ <div class="key">0</div>
429
+ <div class="key op">+</div>
430
+
431
+ <div class="key op">%</div>
432
+ <div class="key op">±</div>
433
+ <div class="key op">.</div>
434
+ <div class="key equals">=</div>
435
+ </div>
436
+
437
+ <!-- Ad banner -->
438
+ <div class="ad-banner">
439
+ <div class="ad-box">[IMG: Advertising Banner - App Install "Open"]</div>
440
+ </div>
441
+
442
+ <!-- Device safe area -->
443
+ <div class="safe-area"></div>
444
+
445
+ </div>
446
+ </body>
447
+ </html>
code/6690/6690_2.html ADDED
@@ -0,0 +1,272 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Multi Currency Converter Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background:#111316; color:#fff;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ height: 120px; background:#000; color:#fff; display:flex; align-items:center; justify-content:space-between;
17
+ padding: 0 36px; box-sizing:border-box; font-size:36px; letter-spacing:1px;
18
+ }
19
+ .status-icons { display:flex; gap:28px; align-items:center; opacity:0.9; }
20
+ .dot { width:10px; height:10px; background:#cfcfcf; border-radius:50%; display:inline-block; }
21
+
22
+ /* App bar */
23
+ .app-bar {
24
+ height: 210px; background:#23282c; border-bottom:1px solid rgba(255,255,255,0.08);
25
+ display:flex; align-items:center; padding:0 32px; box-sizing:border-box; position:relative;
26
+ }
27
+ .hamburger { width:70px; height:70px; display:flex; align-items:center; justify-content:center; margin-right:22px; }
28
+ .hamburger span, .kebab span { display:block; height:6px; background:#e0e0e0; margin:7px 0; border-radius:3px; }
29
+ .hamburger span { width:46px; }
30
+ .kebab { position:absolute; right:24px; top:50%; transform:translateY(-50%); width:26px; display:flex; flex-direction:column; align-items:center; gap:10px; }
31
+ .kebab span { width:6px; height:6px; background:#e0e0e0; }
32
+
33
+ .app-title { font-weight:900; font-size:48px; letter-spacing:1px; }
34
+ .app-sub { color:#b0bec5; margin-top:6px; font-size:26px; }
35
+
36
+ /* Blue panel (currencies) */
37
+ .blue-panel {
38
+ height: 820px;
39
+ background: linear-gradient(#456f8d, #3a6786);
40
+ border-top:1px solid rgba(255,255,255,0.07);
41
+ border-bottom:1px solid rgba(0,0,0,0.45);
42
+ box-sizing:border-box;
43
+ }
44
+ .panel-top {
45
+ height: 90px; display:flex; align-items:center; padding:0 24px; color:#d7e3eb; font-size:28px; gap:18px;
46
+ }
47
+ .currency-list { padding: 0 14px; }
48
+ .row {
49
+ height: 182px; display:flex; align-items:center; border-top:1px solid rgba(0,0,0,0.25);
50
+ padding: 0 20px; box-sizing:border-box;
51
+ }
52
+ .glass {
53
+ width:92px; height:92px; display:flex; align-items:center; justify-content:center; margin-right:16px;
54
+ }
55
+ .glass svg { width:80px; height:80px; }
56
+ .c-info { flex:1; }
57
+ .code { font-size:46px; font-weight:800; line-height:1; }
58
+ .name { color:#cfe0ea; font-size:28px; margin-top:6px; opacity:0.9; }
59
+ .flag {
60
+ width:82px; height:50px; background:#E0E0E0; border:1px solid #BDBDBD; color:#757575;
61
+ display:flex; align-items:center; justify-content:center; font-size:20px; border-radius:4px; margin: 0 18px;
62
+ }
63
+ .down { width: 0; height: 0; border-left: 12px solid transparent; border-right: 12px solid transparent; margin-right:18px; }
64
+ .down.red { border-top: 16px solid #ef5350; }
65
+ .down.blue { border-top: 16px solid #42a5f5; }
66
+ .down.green { border-top: 16px solid #4caf50; }
67
+ .down.purple { border-top: 16px solid #ab47bc; }
68
+ .refresh {
69
+ width:50px; height:50px; border-radius:50%; border:2px solid #b0bec5; color:#b0bec5;
70
+ display:flex; align-items:center; justify-content:center; font-size:20px; margin-right:24px;
71
+ }
72
+ .value { width:120px; text-align:right; font-size:86px; font-weight:800; color:#ffffff; }
73
+
74
+ /* Action row (copy/send/clr/del) */
75
+ .actions {
76
+ height:170px; display:grid; grid-template-columns: repeat(5, 1fr);
77
+ background:#2e3337; border-top:1px solid #111; border-bottom:1px solid #111;
78
+ }
79
+ .act {
80
+ display:flex; align-items:center; justify-content:center; color:#dfe5e8; font-size:42px; letter-spacing:1px;
81
+ border-right:1px solid #3b4044;
82
+ }
83
+ .act:last-child { border-right:none; }
84
+ .act .accent-red { color:#ff3b30; margin:0 8px; }
85
+ .act .accent-green { color:#cddc39; margin:0 8px; }
86
+ .act small { font-size:34px; color:#cfd8dc; }
87
+
88
+ /* Keypad */
89
+ .keypad {
90
+ height: 880px; display:grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 176px;
91
+ border-top:1px solid #1c1f22;
92
+ }
93
+ .key {
94
+ background:#5b6870; border-right:1px solid #41484d; border-bottom:1px solid #41484d;
95
+ display:flex; align-items:center; justify-content:center; color:#ffffff; font-size:72px; font-weight:600;
96
+ }
97
+ .op { background:#4b555c; }
98
+ .equal { background:#c5392f; }
99
+ .small { font-size:54px; }
100
+ .muted { color:#e0e0e0; }
101
+
102
+ /* Bottom gallery (ad/preview strip) */
103
+ .bottom-strip {
104
+ position:absolute; left:0; right:0; bottom:0;
105
+ height: 200px; background:#111316; border-top:1px solid #22292d; padding:16px 18px; box-sizing:border-box;
106
+ display:flex; gap:18px; overflow:hidden;
107
+ }
108
+ .thumb {
109
+ width: 250px; height: 160px; background:#E0E0E0; border:1px solid #BDBDBD; color:#757575;
110
+ display:flex; align-items:center; justify-content:center; flex:0 0 auto; border-radius:8px;
111
+ }
112
+ </style>
113
+ </head>
114
+ <body>
115
+ <div id="render-target">
116
+
117
+ <!-- Status bar -->
118
+ <div class="status-bar">
119
+ <div class="status-icons">10:25</div>
120
+ <div class="status-icons">
121
+ <span class="dot"></span>
122
+ <span class="dot"></span>
123
+ <span class="dot"></span>
124
+ <span style="width:24px; height:24px; border:3px solid #fff; border-radius:3px;"></span>
125
+ <span>100%</span>
126
+ </div>
127
+ </div>
128
+
129
+ <!-- App bar -->
130
+ <div class="app-bar">
131
+ <div class="hamburger">
132
+ <span></span><span></span><span></span>
133
+ </div>
134
+ <div>
135
+ <div class="app-title">MULTI CURRENCY CONVERTER</div>
136
+ <div class="app-sub">Updated on November 10, 2023 10:23 AM</div>
137
+ </div>
138
+ <div class="kebab"><span></span><span></span><span></span></div>
139
+ </div>
140
+
141
+ <!-- Currency panel -->
142
+ <div class="blue-panel">
143
+ <div class="panel-top">EN
144
+ <span style="width:28px;height:20px;border:2px solid #cfd8dc;border-radius:3px;opacity:0.7;margin-left:10px;"></span>
145
+ <span style="width:28px;height:20px;border-top:3px solid #cfd8dc;border-bottom:3px solid #cfd8dc; transform:rotate(90deg);opacity:0.7;"></span>
146
+ </div>
147
+ <div class="currency-list">
148
+
149
+ <!-- EUR -->
150
+ <div class="row">
151
+ <div class="glass">
152
+ <svg viewBox="0 0 24 24">
153
+ <circle cx="10" cy="10" r="7" stroke="#ef5350" stroke-width="3" fill="none"/>
154
+ <line x1="15" y1="15" x2="22" y2="22" stroke="#ef5350" stroke-width="3"/>
155
+ </svg>
156
+ </div>
157
+ <div class="c-info">
158
+ <div class="code">EUR</div>
159
+ <div class="name">Euro</div>
160
+ </div>
161
+ <div class="flag">[IMG: EU Flag]</div>
162
+ <div class="down red"></div>
163
+ <div class="refresh">⟳</div>
164
+ <div class="value">0</div>
165
+ </div>
166
+
167
+ <!-- USD -->
168
+ <div class="row">
169
+ <div class="glass">
170
+ <svg viewBox="0 0 24 24">
171
+ <circle cx="10" cy="10" r="7" stroke="#42a5f5" stroke-width="3" fill="none"/>
172
+ <line x1="15" y1="15" x2="22" y2="22" stroke="#42a5f5" stroke-width="3"/>
173
+ </svg>
174
+ </div>
175
+ <div class="c-info">
176
+ <div class="code">USD</div>
177
+ <div class="name">U.S. Dollar</div>
178
+ </div>
179
+ <div class="flag">[IMG: US Flag]</div>
180
+ <div class="down blue"></div>
181
+ <div class="refresh">⟳</div>
182
+ <div class="value">0</div>
183
+ </div>
184
+
185
+ <!-- NGN -->
186
+ <div class="row">
187
+ <div class="glass">
188
+ <svg viewBox="0 0 24 24">
189
+ <circle cx="10" cy="10" r="7" stroke="#43a047" stroke-width="3" fill="none"/>
190
+ <line x1="15" y1="15" x2="22" y2="22" stroke="#43a047" stroke-width="3"/>
191
+ </svg>
192
+ </div>
193
+ <div class="c-info">
194
+ <div class="code">NGN</div>
195
+ <div class="name">Nigerian Naira</div>
196
+ </div>
197
+ <div class="flag">[IMG: Nigeria Flag]</div>
198
+ <div class="down green"></div>
199
+ <div class="refresh">⟳</div>
200
+ <div class="value">0</div>
201
+ </div>
202
+
203
+ <!-- INR -->
204
+ <div class="row">
205
+ <div class="glass">
206
+ <svg viewBox="0 0 24 24">
207
+ <circle cx="10" cy="10" r="7" stroke="#ab47bc" stroke-width="3" fill="none"/>
208
+ <line x1="15" y1="15" x2="22" y2="22" stroke="#ab47bc" stroke-width="3"/>
209
+ </svg>
210
+ </div>
211
+ <div class="c-info">
212
+ <div class="code">INR</div>
213
+ <div class="name">Indian Rupee</div>
214
+ </div>
215
+ <div class="flag">[IMG: India Flag]</div>
216
+ <div class="down purple"></div>
217
+ <div class="refresh">⟳</div>
218
+ <div class="value">0</div>
219
+ </div>
220
+
221
+ </div>
222
+ </div>
223
+
224
+ <!-- Action row -->
225
+ <div class="actions">
226
+ <div class="act">COPY</div>
227
+ <div class="act">SEND</div>
228
+ <div class="act"><span class="accent-red">✕</span> <small>CLR</small></div>
229
+ <div class="act">CLR</div>
230
+ <div class="act"><span class="accent-green">↩</span> DEL</div>
231
+ </div>
232
+
233
+ <!-- Keypad -->
234
+ <div class="keypad">
235
+ <div class="key">7</div>
236
+ <div class="key">8</div>
237
+ <div class="key">9</div>
238
+ <div class="key op">÷</div>
239
+
240
+ <div class="key">4</div>
241
+ <div class="key">5</div>
242
+ <div class="key">6</div>
243
+ <div class="key op">×</div>
244
+
245
+ <div class="key">1</div>
246
+ <div class="key">2</div>
247
+ <div class="key">3</div>
248
+ <div class="key op">−</div>
249
+
250
+ <div class="key small">000</div>
251
+ <div class="key small">00</div>
252
+ <div class="key">0</div>
253
+ <div class="key op">+</div>
254
+
255
+ <div class="key small">%</div>
256
+ <div class="key small">±</div>
257
+ <div class="key small">.</div>
258
+ <div class="key equal">=</div>
259
+ </div>
260
+
261
+ <!-- Bottom gallery / thumbnails -->
262
+ <div class="bottom-strip">
263
+ <div class="thumb">[IMG: App Ad]</div>
264
+ <div class="thumb">[IMG: Monument Photo]</div>
265
+ <div class="thumb">[IMG: Museum Photo]</div>
266
+ <div class="thumb">[IMG: Street Photo]</div>
267
+ <div class="thumb">[IMG: City Night Photo]</div>
268
+ </div>
269
+
270
+ </div>
271
+ </body>
272
+ </html>
code/6690/6690_3.html ADDED
@@ -0,0 +1,418 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1">
6
+ <title>Multi Currency Converter Mock</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:#0f1215;color:#fff;font-family:Segoe UI, Roboto, Arial, sans-serif;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar{
16
+ height:100px;background:#121212;display:flex;align-items:center;justify-content:space-between;
17
+ padding:0 34px;font-size:36px;color:#eaeaea;letter-spacing:0.5px;
18
+ }
19
+ .status-right{display:flex;align-items:center;gap:26px;color:#d9d9d9;}
20
+ .dot{width:14px;height:14px;background:#d9d9d9;border-radius:50%;}
21
+ .battery{width:44px;height:22px;border:3px solid #d9d9d9;border-radius:4px;position:relative;}
22
+ .battery:after{content:"";position:absolute;right:-8px;top:6px;width:6px;height:10px;background:#d9d9d9;border-radius:1px;}
23
+ .battery .lvl{position:absolute;left:2px;top:2px;bottom:2px;right:10px;background:#d9d9d9;}
24
+ /* App bar */
25
+ .app-bar{
26
+ height:170px;background:#1b1f23;border-bottom:1px solid #2a2f35;display:flex;align-items:center;
27
+ padding:0 30px 0 30px;gap:24px;
28
+ }
29
+ .hamburger{width:70px;height:70px;display:flex;align-items:center;justify-content:center;}
30
+ .hamburger svg{width:44px;height:44px;fill:none;stroke:#e7e7e7;stroke-width:8;stroke-linecap:round;}
31
+ .app-title{line-height:1.1;}
32
+ .app-title .big{font-weight:800;font-size:44px;letter-spacing:1px;}
33
+ .app-title .sub{font-size:26px;color:#a7b0ba;margin-top:8px;}
34
+ .menu-more{margin-left:auto;width:70px;height:70px;display:flex;align-items:center;justify-content:center;}
35
+ .menu-more svg{width:10px;height:46px;}
36
+ /* Top panel with currencies */
37
+ .panel{
38
+ height:830px;background:linear-gradient(180deg,#486f94,#42678b);
39
+ position:relative;border-bottom:1px solid rgba(255,255,255,0.08);
40
+ }
41
+ .panel .lang{
42
+ position:absolute;top:18px;left:24px;font-size:28px;color:#d6e4f1;opacity:0.9;
43
+ display:flex;align-items:center;gap:14px;
44
+ }
45
+ .row{
46
+ height:180px;display:flex;align-items:center;position:relative;
47
+ padding:0 24px;border-bottom:1px solid rgba(255,255,255,0.08);
48
+ }
49
+ .sicon{width:110px;display:flex;align-items:center;justify-content:center;}
50
+ .sicon svg{width:60px;height:60px}
51
+ .sicon.red svg{stroke:#ff5e57}
52
+ .sicon.blue svg{stroke:#62b0ff}
53
+ .sicon.green svg{stroke:#4cd964}
54
+ .sicon.purple svg{stroke:#bb86fc}
55
+ .details{display:flex;align-items:center;gap:22px;}
56
+ .code{font-size:48px;font-weight:800;}
57
+ .name{font-size:28px;color:#d7e6f3;margin-top:6px;opacity:0.9;}
58
+ .flag{
59
+ width:86px;height:54px;background:#E0E0E0;border:1px solid #BDBDBD;color:#757575;
60
+ display:flex;align-items:center;justify-content:center;font-size:18px;border-radius:4px;
61
+ }
62
+ .arrow{margin:0 12px;}
63
+ .arrow svg{width:28px;height:28px;fill:#ff6d5a;}
64
+ .arrow.blue svg{fill:#70baff}
65
+ .arrow.green svg{fill:#63e676}
66
+ .arrow.violet svg{fill:#c897ff}
67
+ .refresh{margin-left:18px;}
68
+ .refresh svg{width:44px;height:44px;fill:none;stroke:#d0dee8;stroke-width:6;opacity:0.9;}
69
+ .value{
70
+ margin-left:auto;margin-right:24px;font-size:116px;font-weight:700;color:#f3f7fb;opacity:0.95;
71
+ }
72
+
73
+ /* Dropdown overlay */
74
+ .dropdown{
75
+ position:absolute;left:210px;top:310px;width:520px;height:1350px;background:#0e4d63;
76
+ border-radius:6px;box-shadow:0 14px 30px rgba(0,0,0,0.5);overflow:hidden;border:1px solid rgba(255,255,255,0.08);
77
+ }
78
+ .dl{padding:18px 24px;border-bottom:1px solid rgba(255,255,255,0.12);display:flex;align-items:center;gap:22px;}
79
+ .dl .code{font-size:44px;}
80
+ .dl .name{font-size:26px;color:#d2e7ef;}
81
+ .dl .flag{width:70px;height:46px;font-size:14px}
82
+ .dlc{display:flex;flex-direction:column;}
83
+ /* Keypad */
84
+ .keypad{
85
+ height:1030px;background:#262a2f;display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:1fr;
86
+ border-top:1px solid #2f353b;
87
+ }
88
+ .key{
89
+ border:1px solid #3a4046;background:#3a4249;color:#e8eef6;font-size:82px;display:flex;align-items:center;justify-content:center;
90
+ }
91
+ .key.dark{background:#333a40;}
92
+ .key.op{color:#d7e27c;}
93
+ .key.red{background:#c93d36;}
94
+ .key.small{font-size:48px;letter-spacing:1px;}
95
+ .key .left-arrow{margin-right:10px;width:52px;height:52px}
96
+ /* Bottom ad and gesture bar */
97
+ .ad{
98
+ position:absolute;left:0;right:0;bottom:110px;height:150px;background:#1b1f23;border-top:1px solid #2b3137;
99
+ display:flex;align-items:center;gap:20px;padding:0 24px;color:#cbd5df;font-size:32px;
100
+ }
101
+ .ad .img{
102
+ width:160px;height:110px;background:#E0E0E0;border:1px solid #BDBDBD;color:#757575;display:flex;align-items:center;justify-content:center;
103
+ }
104
+ .gesture{
105
+ position:absolute;left:50%;transform:translateX(-50%);bottom:34px;width:320px;height:10px;background:#fff;border-radius:10px;opacity:0.9;
106
+ }
107
+ </style>
108
+ </head>
109
+ <body>
110
+ <div id="render-target">
111
+
112
+ <!-- Status bar -->
113
+ <div class="status-bar">
114
+ <div>10:25</div>
115
+ <div class="status-right">
116
+ <span class="dot"></span>
117
+ <span style="font-size:32px;opacity:.9;">✓</span>
118
+ <span style="font-size:32px;opacity:.9;">◎</span>
119
+ <span style="font-size:32px;opacity:.9;">M</span>
120
+ <span style="font-size:32px;opacity:.9;">M</span>
121
+ <span style="font-size:32px;">⚠️</span>
122
+ <span class="dot"></span>
123
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#fff" style="opacity:.9"><circle cx="12" cy="12" r="10"/></svg>
124
+ <div class="battery"><div class="lvl"></div></div>
125
+ <div style="font-size:30px;">100%</div>
126
+ </div>
127
+ </div>
128
+
129
+ <!-- App bar -->
130
+ <div class="app-bar">
131
+ <div class="hamburger">
132
+ <svg viewBox="0 0 24 24">
133
+ <path d="M3 5h18M3 12h18M3 19h18"></path>
134
+ </svg>
135
+ </div>
136
+ <div class="app-title">
137
+ <div class="big">MULTI CURRENCY CONVERTER</div>
138
+ <div class="sub">Updated on November 10, 2023 10:23 AM</div>
139
+ </div>
140
+ <div class="menu-more">
141
+ <svg viewBox="0 0 4 24" fill="#e7e7e7">
142
+ <circle cx="2" cy="3" r="2"></circle>
143
+ <circle cx="2" cy="12" r="2"></circle>
144
+ <circle cx="2" cy="21" r="2"></circle>
145
+ </svg>
146
+ </div>
147
+ </div>
148
+
149
+ <!-- Blue panel with currencies -->
150
+ <div class="panel">
151
+ <div class="lang">EN
152
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#c7d9ea" style="opacity:.7;margin-left:12px">
153
+ <path d="M12 2a10 10 0 100 20 10 10 0 000-20z"></path>
154
+ </svg>
155
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#c7d9ea" style="opacity:.7">
156
+ <path d="M5 12h14M12 5l7 7-7 7"></path>
157
+ </svg>
158
+ </div>
159
+
160
+ <!-- Row 1 -->
161
+ <div class="row">
162
+ <div class="sicon red">
163
+ <svg viewBox="0 0 24 24" fill="none">
164
+ <circle cx="10" cy="10" r="7"></circle>
165
+ <path d="M15 15l6 6"></path>
166
+ </svg>
167
+ </div>
168
+ <div class="details">
169
+ <div>
170
+ <div class="code">EUR</div>
171
+ <div class="name">Euro</div>
172
+ </div>
173
+ <div class="flag">[IMG: EU Flag]</div>
174
+ </div>
175
+ <div class="arrow">
176
+ <svg viewBox="0 0 24 24"><path d="M7 9l5 6 5-6Z"></path></svg>
177
+ </div>
178
+ <div class="refresh">
179
+ <svg viewBox="0 0 24 24">
180
+ <path d="M20 6v5h-5"></path>
181
+ <path d="M4 18a8 8 0 0013-5"></path>
182
+ </svg>
183
+ </div>
184
+ <div class="value">0</div>
185
+ </div>
186
+
187
+ <!-- Row 2 -->
188
+ <div class="row">
189
+ <div class="sicon blue">
190
+ <svg viewBox="0 0 24 24" fill="none">
191
+ <circle cx="10" cy="10" r="7"></circle>
192
+ <path d="M15 15l6 6"></path>
193
+ </svg>
194
+ </div>
195
+ <div class="details">
196
+ <div>
197
+ <div class="code">USD</div>
198
+ <div class="name">U.S. Dollar</div>
199
+ </div>
200
+ <div class="flag">[IMG: US Flag]</div>
201
+ </div>
202
+ <div class="arrow blue">
203
+ <svg viewBox="0 0 24 24"><path d="M7 9l5 6 5-6Z"></path></svg>
204
+ </div>
205
+ <div class="refresh">
206
+ <svg viewBox="0 0 24 24">
207
+ <path d="M20 6v5h-5"></path>
208
+ <path d="M4 18a8 8 0 0013-5"></path>
209
+ </svg>
210
+ </div>
211
+ <div class="value">0</div>
212
+ </div>
213
+
214
+ <!-- Row 3 -->
215
+ <div class="row">
216
+ <div class="sicon green">
217
+ <svg viewBox="0 0 24 24" fill="none">
218
+ <circle cx="10" cy="10" r="7"></circle>
219
+ <path d="M15 15l6 6"></path>
220
+ </svg>
221
+ </div>
222
+ <div class="details">
223
+ <div>
224
+ <div class="code">NOK</div>
225
+ <div class="name">Norwegian Krone</div>
226
+ </div>
227
+ <div class="flag">[IMG: Norway Flag]</div>
228
+ </div>
229
+ <div class="arrow green">
230
+ <svg viewBox="0 0 24 24"><path d="M7 9l5 6 5-6Z"></path></svg>
231
+ </div>
232
+ <div class="refresh">
233
+ <svg viewBox="0 0 24 24">
234
+ <path d="M20 6v5h-5"></path>
235
+ <path d="M4 18a8 8 0 0013-5"></path>
236
+ </svg>
237
+ </div>
238
+ <div class="value">0</div>
239
+ </div>
240
+
241
+ <!-- Row 4 -->
242
+ <div class="row">
243
+ <div class="sicon purple">
244
+ <svg viewBox="0 0 24 24" fill="none">
245
+ <circle cx="10" cy="10" r="7"></circle>
246
+ <path d="M15 15l6 6"></path>
247
+ </svg>
248
+ </div>
249
+ <div class="details">
250
+ <div>
251
+ <div class="code">NPR</div>
252
+ <div class="name">Nepalese Rupee</div>
253
+ </div>
254
+ <div class="flag">[IMG: Nepal Flag]</div>
255
+ </div>
256
+ <div class="arrow violet">
257
+ <svg viewBox="0 0 24 24"><path d="M7 9l5 6 5-6Z"></path></svg>
258
+ </div>
259
+ <div class="refresh">
260
+ <svg viewBox="0 0 24 24">
261
+ <path d="M20 6v5h-5"></path>
262
+ <path d="M4 18a8 8 0 0013-5"></path>
263
+ </svg>
264
+ </div>
265
+ <div class="value">0</div>
266
+ </div>
267
+
268
+ <!-- Dropdown overlay list -->
269
+ <div class="dropdown">
270
+ <div class="dl">
271
+ <div class="flag">[IMG]</div>
272
+ <div class="dlc">
273
+ <div class="code">NGN</div>
274
+ <div class="name">Nigerian Naira</div>
275
+ </div>
276
+ <div style="margin-left:auto" class="flag">[IMG: 🇳🇬]</div>
277
+ </div>
278
+ <div class="dl">
279
+ <div class="flag">[IMG]</div>
280
+ <div class="dlc">
281
+ <div class="code">NIO</div>
282
+ <div class="name">Nicaraguan Córdoba</div>
283
+ </div>
284
+ <div style="margin-left:auto" class="flag">[IMG: 🇳🇮]</div>
285
+ </div>
286
+ <div class="dl">
287
+ <div class="flag">[IMG]</div>
288
+ <div class="dlc">
289
+ <div class="code">NOK</div>
290
+ <div class="name">Norwegian Krone</div>
291
+ </div>
292
+ <div style="margin-left:auto" class="flag">[IMG: 🇳🇴]</div>
293
+ </div>
294
+ <div class="dl">
295
+ <div class="flag">[IMG]</div>
296
+ <div class="dlc">
297
+ <div class="code">NPR</div>
298
+ <div class="name">Nepalese Rupee</div>
299
+ </div>
300
+ <div style="margin-left:auto" class="flag">[IMG: 🇳🇵]</div>
301
+ </div>
302
+ <div class="dl">
303
+ <div class="flag">[IMG]</div>
304
+ <div class="dlc">
305
+ <div class="code">NZD</div>
306
+ <div class="name">New Zealand Dollar</div>
307
+ </div>
308
+ <div style="margin-left:auto" class="flag">[IMG: 🇳🇿]</div>
309
+ </div>
310
+ <div class="dl">
311
+ <div class="flag">[IMG]</div>
312
+ <div class="dlc">
313
+ <div class="code">OMR</div>
314
+ <div class="name">Omani Rial</div>
315
+ </div>
316
+ <div style="margin-left:auto" class="flag">[IMG: 🇴🇲]</div>
317
+ </div>
318
+ <div class="dl">
319
+ <div class="flag">[IMG]</div>
320
+ <div class="dlc">
321
+ <div class="code">PAB</div>
322
+ <div class="name">Panamanian Balboa</div>
323
+ </div>
324
+ <div style="margin-left:auto" class="flag">[IMG: 🇵🇦]</div>
325
+ </div>
326
+ <div class="dl">
327
+ <div class="flag">[IMG]</div>
328
+ <div class="dlc">
329
+ <div class="code">PEN</div>
330
+ <div class="name">Peruvian Nuevo Sol</div>
331
+ </div>
332
+ <div style="margin-left:auto" class="flag">[IMG: 🇵🇪]</div>
333
+ </div>
334
+ <div class="dl">
335
+ <div class="flag">[IMG]</div>
336
+ <div class="dlc">
337
+ <div class="code">PGK</div>
338
+ <div class="name">Papua New Guinean Kina</div>
339
+ </div>
340
+ <div style="margin-left:auto" class="flag">[IMG: 🇵🇬]</div>
341
+ </div>
342
+ <div class="dl">
343
+ <div class="flag">[IMG]</div>
344
+ <div class="dlc">
345
+ <div class="code">PHP</div>
346
+ <div class="name">Philippine Peso</div>
347
+ </div>
348
+ <div style="margin-left:auto" class="flag">[IMG: 🇵🇭]</div>
349
+ </div>
350
+ <div class="dl">
351
+ <div class="flag">[IMG]</div>
352
+ <div class="dlc">
353
+ <div class="code">PKR</div>
354
+ <div class="name">Pakistani Rupee</div>
355
+ </div>
356
+ <div style="margin-left:auto" class="flag">[IMG: 🇵🇰]</div>
357
+ </div>
358
+ <div class="dl">
359
+ <div class="flag">[IMG]</div>
360
+ <div class="dlc">
361
+ <div class="code">PLN</div>
362
+ <div class="name">Polish Zloty</div>
363
+ </div>
364
+ <div style="margin-left:auto" class="flag">[IMG: 🇵🇱]</div>
365
+ </div>
366
+ <div class="dl">
367
+ <div class="flag">[IMG]</div>
368
+ <div class="dlc">
369
+ <div class="code">PYG</div>
370
+ <div class="name">Paraguayan Guarani</div>
371
+ </div>
372
+ <div style="margin-left:auto" class="flag">[IMG: 🇵🇾]</div>
373
+ </div>
374
+ <div class="dl">
375
+ <div class="flag">[IMG]</div>
376
+ <div class="dlc">
377
+ <div class="code">QAR</div>
378
+ <div class="name">Qatari Rial</div>
379
+ </div>
380
+ <div style="margin-left:auto" class="flag">[IMG: 🇶🇦]</div>
381
+ </div>
382
+ </div>
383
+ </div>
384
+
385
+ <!-- Keypad -->
386
+ <div class="keypad">
387
+ <div class="key small">CONV</div>
388
+ <div class="key small" style="color:#ff5555">✕</div>
389
+ <div class="key small">CLR</div>
390
+ <div class="key small"><svg class="left-arrow" viewBox="0 0 24 24" fill="none" stroke="#d7e27c" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="M15 18l-6-6 6-6"/><path d="M21 12H9"/></svg>DEL</div>
391
+
392
+ <div class="key dark">9</div>
393
+ <div class="key dark op">÷</div>
394
+ <div class="key dark">6</div>
395
+ <div class="key dark op">×</div>
396
+
397
+ <div class="key dark">3</div>
398
+ <div class="key dark op">−</div>
399
+ <div class="key dark">0</div>
400
+ <div class="key dark op">+</div>
401
+
402
+ <div class="key dark">.</div>
403
+ <div class="key red">=</div>
404
+ <div class="key dark"></div>
405
+ <div class="key dark"></div>
406
+ </div>
407
+
408
+ <!-- Bottom ad -->
409
+ <div class="ad">
410
+ <div class="img">[IMG: Ad Graphic]</div>
411
+ <div>Ad - Travel App • 4.6 ★ FREE</div>
412
+ <div style="margin-left:auto;background:#1f8640;padding:16px 30px;border-radius:10px;">Open</div>
413
+ </div>
414
+
415
+ <div class="gesture"></div>
416
+ </div>
417
+ </body>
418
+ </html>
code/6690/6690_4.html ADDED
@@ -0,0 +1,409 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Multi Currency Converter - 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: #1a1e22;
15
+ font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
16
+ color: #fff;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ width: 1080px;
25
+ height: 80px;
26
+ background: #0c0d0f;
27
+ color: #e8e8e8;
28
+ display: flex;
29
+ align-items: center;
30
+ padding: 0 28px;
31
+ box-sizing: border-box;
32
+ font-size: 28px;
33
+ letter-spacing: 1px;
34
+ }
35
+ .status-bar .right {
36
+ margin-left: auto;
37
+ display: flex;
38
+ align-items: center;
39
+ gap: 18px;
40
+ }
41
+ .battery {
42
+ display: inline-flex;
43
+ align-items: center;
44
+ gap: 10px;
45
+ }
46
+ .battery svg { width: 36px; height: 20px; }
47
+
48
+ /* App bar */
49
+ .app-bar {
50
+ position: absolute;
51
+ top: 80px;
52
+ left: 0;
53
+ width: 1080px;
54
+ height: 190px;
55
+ background: #2f3439;
56
+ display: flex;
57
+ align-items: center;
58
+ padding: 0 36px;
59
+ box-sizing: border-box;
60
+ }
61
+ .menu-icon, .more-icon {
62
+ width: 56px; height: 56px;
63
+ display: inline-flex; align-items: center; justify-content: center;
64
+ }
65
+ .title-wrap {
66
+ margin-left: 28px;
67
+ }
68
+ .title {
69
+ font-weight: 800;
70
+ font-size: 48px;
71
+ letter-spacing: 1px;
72
+ }
73
+ .subtitle {
74
+ margin-top: 6px;
75
+ color: #aeb4b9;
76
+ font-size: 26px;
77
+ }
78
+ .more-icon { margin-left: auto; }
79
+
80
+ /* Rates panel */
81
+ .rates-panel {
82
+ position: absolute;
83
+ top: 270px;
84
+ left: 0;
85
+ width: 1080px;
86
+ height: 820px;
87
+ background: linear-gradient(180deg, #4e7ca1, #3b6687);
88
+ border-top: 1px solid rgba(0,0,0,0.25);
89
+ border-bottom: 1px solid rgba(0,0,0,0.4);
90
+ box-sizing: border-box;
91
+ }
92
+ .rates-header {
93
+ height: 70px;
94
+ display: flex;
95
+ align-items: center;
96
+ padding: 0 24px;
97
+ color: #cfd9e2;
98
+ font-size: 26px;
99
+ gap: 18px;
100
+ }
101
+ .rate-row {
102
+ height: 187px;
103
+ padding: 0 24px;
104
+ display: flex;
105
+ align-items: center;
106
+ justify-content: space-between;
107
+ box-sizing: border-box;
108
+ border-top: 1px solid rgba(0,0,0,0.15);
109
+ }
110
+ .rate-left {
111
+ display: flex;
112
+ align-items: center;
113
+ gap: 24px;
114
+ min-width: 0;
115
+ }
116
+ .search-icon {
117
+ width: 70px; height: 70px;
118
+ }
119
+ .code-wrap { min-width: 300px; }
120
+ .code {
121
+ font-weight: 800;
122
+ font-size: 46px;
123
+ line-height: 1;
124
+ }
125
+ .name {
126
+ color: #c7d3dc;
127
+ font-size: 28px;
128
+ margin-top: 6px;
129
+ }
130
+ .flag {
131
+ width: 96px; height: 56px;
132
+ background: #E0E0E0;
133
+ border: 1px solid #BDBDBD;
134
+ color: #757575;
135
+ display: flex; align-items: center; justify-content: center;
136
+ font-size: 20px;
137
+ border-radius: 6px;
138
+ }
139
+ .small-triangle {
140
+ width: 0; height: 0; border-left: 14px solid transparent;
141
+ border-right: 14px solid transparent; margin-left: 10px;
142
+ }
143
+ .tri-red { border-top: 18px solid #ff564f; }
144
+ .tri-blue { border-top: 18px solid #49a6ff; }
145
+ .tri-green { border-top: 18px solid #3ad36a; }
146
+ .tri-purple { border-top: 18px solid #b47bff; }
147
+ .sync {
148
+ width: 50px; height: 50px; opacity: 0.8; margin-left: 12px;
149
+ }
150
+ .rate-right {
151
+ font-size: 100px;
152
+ font-weight: 700;
153
+ color: #eef5fb;
154
+ min-width: 120px;
155
+ text-align: right;
156
+ padding-right: 16px;
157
+ }
158
+
159
+ /* Keypad */
160
+ .keypad {
161
+ position: absolute;
162
+ top: 1090px;
163
+ left: 0;
164
+ width: 1080px;
165
+ height: 1110px;
166
+ display: grid;
167
+ grid-template-columns: repeat(5, 1fr);
168
+ grid-auto-rows: 194px;
169
+ border-top: 1px solid #23282d;
170
+ }
171
+ .key {
172
+ background: #465058;
173
+ border: 1px solid #2a2f33;
174
+ color: #e9eef2;
175
+ font-size: 70px;
176
+ display: flex; align-items: center; justify-content: center;
177
+ user-select: none;
178
+ }
179
+ .key.top { background: #3a4146; font-size: 52px; }
180
+ .key.op { background: #3f4a50; font-size: 72px; }
181
+ .key.blank { background: #48545b; }
182
+ .key.redx { color: #ff3b30; font-size: 70px; }
183
+ .key.arrow { font-size: 62px; color: #c7e65a; }
184
+ .key.equal { background: #c43833; font-weight: 700; }
185
+ .small {
186
+ font-size: 56px;
187
+ }
188
+
189
+ /* Bottom media bar */
190
+ .bottom-strip {
191
+ position: absolute;
192
+ bottom: 0;
193
+ left: 0;
194
+ width: 1080px;
195
+ height: 200px;
196
+ background: #0f1012;
197
+ display: flex;
198
+ align-items: center;
199
+ box-sizing: border-box;
200
+ padding: 12px 18px;
201
+ gap: 16px;
202
+ }
203
+ .thumbs {
204
+ background: #ffffff;
205
+ border-radius: 8px;
206
+ height: 176px;
207
+ width: 1010px;
208
+ padding: 12px;
209
+ box-sizing: border-box;
210
+ display: flex;
211
+ gap: 12px;
212
+ overflow: hidden;
213
+ }
214
+ .thumb {
215
+ width: 150px; height: 152px;
216
+ background: #E0E0E0;
217
+ border: 1px solid #BDBDBD;
218
+ color: #757575;
219
+ display: flex; align-items: center; justify-content: center;
220
+ font-size: 18px;
221
+ border-radius: 6px;
222
+ }
223
+ </style>
224
+ </head>
225
+ <body>
226
+ <div id="render-target">
227
+
228
+ <!-- Status bar -->
229
+ <div class="status-bar">
230
+ <div>10:26</div>
231
+ <div class="right">
232
+ <span>• •</span>
233
+ <div class="battery">
234
+ <svg viewBox="0 0 54 24">
235
+ <rect x="1" y="3" width="46" height="18" rx="3" fill="none" stroke="#e8e8e8" stroke-width="2"></rect>
236
+ <rect x="4" y="6" width="40" height="12" fill="#e8e8e8"></rect>
237
+ <rect x="49" y="8" width="4" height="8" fill="#e8e8e8"></rect>
238
+ </svg>
239
+ 100%
240
+ </div>
241
+ </div>
242
+ </div>
243
+
244
+ <!-- App bar -->
245
+ <div class="app-bar">
246
+ <div class="menu-icon">
247
+ <svg viewBox="0 0 24 24" width="48" height="48">
248
+ <rect x="2" y="4" width="20" height="2" fill="#ffffff"></rect>
249
+ <rect x="2" y="11" width="20" height="2" fill="#ffffff"></rect>
250
+ <rect x="2" y="18" width="20" height="2" fill="#ffffff"></rect>
251
+ </svg>
252
+ </div>
253
+ <div class="title-wrap">
254
+ <div class="title">MULTI CURRENCY CONVERTER</div>
255
+ <div class="subtitle">Updated on November 10, 2023 10:23 AM</div>
256
+ </div>
257
+ <div class="more-icon">
258
+ <svg viewBox="0 0 24 24" width="48" height="48">
259
+ <circle cx="12" cy="5" r="2.4" fill="#ffffff"></circle>
260
+ <circle cx="12" cy="12" r="2.4" fill="#ffffff"></circle>
261
+ <circle cx="12" cy="19" r="2.4" fill="#ffffff"></circle>
262
+ </svg>
263
+ </div>
264
+ </div>
265
+
266
+ <!-- Rates panel -->
267
+ <div class="rates-panel">
268
+ <div class="rates-header">
269
+ EN
270
+ <svg class="sync" viewBox="0 0 24 24">
271
+ <path fill="#cfe4f5" d="M12 6V3L7 8l5 5V9c2.8 0 5 2.2 5 5 0 1-.3 2-.9 2.9l1.6 1.2C18.4 17 19 15.6 19 14c0-3.9-3.1-7-7-7zm-5 4c0-1 .3-2 .9-2.9L6.3 5.9C5.6 7 5 8.4 5 10c0 3.9 3.1 7 7 7v3l5-5-5-5v4c-2.8 0-5-2.2-5-5z"></path>
272
+ </svg>
273
+ </div>
274
+
275
+ <!-- EUR -->
276
+ <div class="rate-row">
277
+ <div class="rate-left">
278
+ <svg class="search-icon" viewBox="0 0 24 24">
279
+ <circle cx="10" cy="10" r="6.5" stroke="#ff5252" stroke-width="3" fill="none"></circle>
280
+ <rect x="15" y="15" width="6" height="3" transform="rotate(45 15 15)" fill="#ff5252"></rect>
281
+ </svg>
282
+ <div class="code-wrap">
283
+ <div class="code">EUR</div>
284
+ <div class="name">Euro</div>
285
+ </div>
286
+ <div class="flag">[IMG: EU flag]</div>
287
+ <div class="small-triangle tri-red"></div>
288
+ <svg class="sync" viewBox="0 0 24 24">
289
+ <path fill="#d6dde4" d="M12 6V3L7 8l5 5V9c2.8 0 5 2.2 5 5 0 1-.3 2-.9 2.9l1.6 1.2C18.4 17 19 15.6 19 14c0-3.9-3.1-7-7-7zM7 10c0-1 .3-2 .9-2.9L6.3 5.9C5.6 7 5 8.4 5 10c0 3.9 3.1 7 7 7v3l5-5-5-5v4c-2.8 0-5-2.2-5-5z"></path>
290
+ </svg>
291
+ </div>
292
+ <div class="rate-right">0</div>
293
+ </div>
294
+
295
+ <!-- USD -->
296
+ <div class="rate-row">
297
+ <div class="rate-left">
298
+ <svg class="search-icon" viewBox="0 0 24 24">
299
+ <circle cx="10" cy="10" r="6.5" stroke="#6ec3ff" stroke-width="3" fill="none"></circle>
300
+ <rect x="15" y="15" width="6" height="3" transform="rotate(45 15 15)" fill="#6ec3ff"></rect>
301
+ </svg>
302
+ <div class="code-wrap">
303
+ <div class="code">USD</div>
304
+ <div class="name">U.S. Dollar</div>
305
+ </div>
306
+ <div class="flag">[IMG: US flag]</div>
307
+ <div class="small-triangle tri-blue"></div>
308
+ <svg class="sync" viewBox="0 0 24 24">
309
+ <path fill="#d6dde4" d="M12 6V3L7 8l5 5V9c2.8 0 5 2.2 5 5 0 1-.3 2-.9 2.9l1.6 1.2C18.4 17 19 15.6 19 14c0-3.9-3.1-7-7-7zM7 10c0-1 .3-2 .9-2.9L6.3 5.9C5.6 7 5 8.4 5 10c0 3.9 3.1 7 7 7v3l5-5-5-5v4c-2.8 0-5-2.2-5-5z"></path>
310
+ </svg>
311
+ </div>
312
+ <div class="rate-right">0</div>
313
+ </div>
314
+
315
+ <!-- NZD -->
316
+ <div class="rate-row">
317
+ <div class="rate-left">
318
+ <svg class="search-icon" viewBox="0 0 24 24">
319
+ <circle cx="10" cy="10" r="6.5" stroke="#37cf64" stroke-width="3" fill="none"></circle>
320
+ <rect x="15" y="15" width="6" height="3" transform="rotate(45 15 15)" fill="#37cf64"></rect>
321
+ </svg>
322
+ <div class="code-wrap">
323
+ <div class="code">NZD</div>
324
+ <div class="name">New Zealand Dollar</div>
325
+ </div>
326
+ <div class="flag">[IMG: NZ flag]</div>
327
+ <div class="small-triangle tri-green"></div>
328
+ <svg class="sync" viewBox="0 0 24 24">
329
+ <path fill="#d6dde4" d="M12 6V3L7 8l5 5V9c2.8 0 5 2.2 5 5 0 1-.3 2-.9 2.9l1.6 1.2C18.4 17 19 15.6 19 14c0-3.9-3.1-7-7-7zM7 10c0-1 .3-2 .9-2.9L6.3 5.9C5.6 7 5 8.4 5 10c0 3.9 3.1 7 7 7v3l5-5-5-5v4c-2.8 0-5-2.2-5-5z"></path>
330
+ </svg>
331
+ </div>
332
+ <div class="rate-right">0</div>
333
+ </div>
334
+
335
+ <!-- INR -->
336
+ <div class="rate-row">
337
+ <div class="rate-left">
338
+ <svg class="search-icon" viewBox="0 0 24 24">
339
+ <circle cx="10" cy="10" r="6.5" stroke="#c37bff" stroke-width="3" fill="none"></circle>
340
+ <rect x="15" y="15" width="6" height="3" transform="rotate(45 15 15)" fill="#c37bff"></rect>
341
+ </svg>
342
+ <div class="code-wrap">
343
+ <div class="code">INR</div>
344
+ <div class="name">Indian Rupee</div>
345
+ </div>
346
+ <div class="flag">[IMG: India flag]</div>
347
+ <div class="small-triangle tri-purple"></div>
348
+ <svg class="sync" viewBox="0 0 24 24">
349
+ <path fill="#d6dde4" d="M12 6V3L7 8l5 5V9c2.8 0 5 2.2 5 5 0 1-.3 2-.9 2.9l1.6 1.2C18.4 17 19 15.6 19 14c0-3.9-3.1-7-7-7zM7 10c0-1 .3-2 .9-2.9L6.3 5.9C5.6 7 5 8.4 5 10c0 3.9 3.1 7 7 7v3l5-5-5-5v4c-2.8 0-5-2.2-5-5z"></path>
350
+ </svg>
351
+ </div>
352
+ <div class="rate-right">0</div>
353
+ </div>
354
+ </div>
355
+
356
+ <!-- Keypad -->
357
+ <div class="keypad">
358
+ <div class="key top">COPY</div>
359
+ <div class="key top">SEND</div>
360
+ <div class="key top redx">✕</div>
361
+ <div class="key top">CLR</div>
362
+ <div class="key top arrow">↩︎&nbsp;DEL</div>
363
+
364
+ <div class="key">7</div>
365
+ <div class="key">8</div>
366
+ <div class="key">9</div>
367
+ <div class="key blank"></div>
368
+ <div class="key op">÷</div>
369
+
370
+ <div class="key">4</div>
371
+ <div class="key">5</div>
372
+ <div class="key">6</div>
373
+ <div class="key blank"></div>
374
+ <div class="key op">×</div>
375
+
376
+ <div class="key">1</div>
377
+ <div class="key">2</div>
378
+ <div class="key">3</div>
379
+ <div class="key blank"></div>
380
+ <div class="key op">−</div>
381
+
382
+ <div class="key small">000</div>
383
+ <div class="key small">00</div>
384
+ <div class="key">0</div>
385
+ <div class="key blank"></div>
386
+ <div class="key op">+</div>
387
+
388
+ <div class="key">%</div>
389
+ <div class="key">±</div>
390
+ <div class="key">.</div>
391
+ <div class="key equal" style="grid-column: 5 / 6">=</div>
392
+ </div>
393
+
394
+ <!-- Bottom media thumbnails -->
395
+ <div class="bottom-strip">
396
+ <div class="thumbs">
397
+ <div class="thumb">[IMG: App icon]</div>
398
+ <div class="thumb">[IMG: City 1]</div>
399
+ <div class="thumb">[IMG: Landmark]</div>
400
+ <div class="thumb">[IMG: Street]</div>
401
+ <div class="thumb">[IMG: Building]</div>
402
+ <div class="thumb">[IMG: Tower]</div>
403
+ <div class="thumb">[IMG: Aerial]</div>
404
+ </div>
405
+ </div>
406
+
407
+ </div>
408
+ </body>
409
+ </html>
code/6690/6690_5.html ADDED
@@ -0,0 +1,489 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Multi Currency Converter 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: #101214;
15
+ font-family: Arial, Helvetica, sans-serif;
16
+ color: #fff;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ height: 96px;
22
+ background: #0a0b0c;
23
+ display: flex;
24
+ align-items: center;
25
+ padding: 0 28px;
26
+ box-sizing: border-box;
27
+ font-weight: 600;
28
+ }
29
+ .status-left { font-size: 36px; opacity: 0.95; }
30
+ .status-right {
31
+ margin-left: auto;
32
+ display: flex;
33
+ align-items: center;
34
+ gap: 26px;
35
+ color: #e9eef2;
36
+ opacity: 0.95;
37
+ }
38
+ .battery {
39
+ display: flex; align-items: center; gap: 8px; font-size: 28px;
40
+ }
41
+ .battery .icon {
42
+ width: 36px; height: 22px; border: 3px solid #e9eef2; border-radius: 4px; position: relative;
43
+ }
44
+ .battery .icon::after {
45
+ content: ""; position: absolute; right: -7px; top: 6px; width: 6px; height: 10px; background: #e9eef2; border-radius: 2px;
46
+ }
47
+ .battery .level {
48
+ position: absolute; left: 3px; top: 3px; bottom: 3px; right: 8px; background: #e9eef2;
49
+ }
50
+
51
+ /* App bar */
52
+ .app-bar {
53
+ height: 200px;
54
+ background: #222529;
55
+ display: flex;
56
+ align-items: center;
57
+ padding: 0 36px;
58
+ box-sizing: border-box;
59
+ position: relative;
60
+ }
61
+ .menu-icon { width: 64px; height: 64px; margin-right: 24px; }
62
+ .app-title-area { line-height: 1.2; }
63
+ .app-title {
64
+ font-size: 52px; font-weight: 800; letter-spacing: 1px; color: #ffffff;
65
+ }
66
+ .app-subtitle {
67
+ font-size: 28px; color: #b6bec7; margin-top: 6px;
68
+ }
69
+ .overflow {
70
+ position: absolute; right: 26px; top: 64px; width: 20px; height: 80px; display: flex; align-items: center; justify-content: center;
71
+ }
72
+ .overflow svg { width: 12px; height: 60px; }
73
+
74
+ /* Currency panel */
75
+ .panel {
76
+ background: linear-gradient(#3b6f93, #4f7ea5);
77
+ padding-top: 18px;
78
+ padding-bottom: 26px;
79
+ }
80
+ .panel-inner {
81
+ padding: 20px 24px 0 24px;
82
+ }
83
+ .panel-topline {
84
+ display: flex; align-items: center; gap: 16px; color: #d7e5f2; opacity: 0.9; margin: 8px 0 12px 12px; font-size: 28px;
85
+ }
86
+ .panel-topline .mini-icon { width: 32px; height: 32px; opacity: 0.85; }
87
+
88
+ .row {
89
+ display: grid;
90
+ grid-template-columns: 120px 1fr 120px 120px 90px;
91
+ align-items: center;
92
+ height: 180px;
93
+ padding: 0 24px;
94
+ box-sizing: border-box;
95
+ border-bottom: 2px solid rgba(255,255,255,0.08);
96
+ color: #eaf3fb;
97
+ }
98
+ .magnifier { width: 64px; height: 64px; }
99
+ .code-area { display: flex; align-items: center; gap: 18px; }
100
+ .code-stack { display: flex; flex-direction: column; }
101
+ .code { font-size: 48px; font-weight: 800; }
102
+ .label { font-size: 26px; color: rgba(255,255,255,0.8); margin-top: 2px; }
103
+ .flag {
104
+ width: 76px; height: 48px; background: #E0E0E0; border: 1px solid #BDBDBD;
105
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 18px;
106
+ }
107
+ .drop {
108
+ width: 24px; height: 24px; margin-left: 10px;
109
+ }
110
+ .sync {
111
+ width: 48px; height: 48px; margin: 0 auto; opacity: 0.9;
112
+ }
113
+ .value {
114
+ text-align: right;
115
+ font-size: 72px;
116
+ font-weight: 800;
117
+ color: #ffffff;
118
+ padding-right: 10px;
119
+ }
120
+
121
+ /* Dropdown overlay */
122
+ .dropdown {
123
+ position: absolute;
124
+ left: 96px;
125
+ top: 640px;
126
+ width: 560px;
127
+ height: 1460px;
128
+ background: #0b4a5d;
129
+ border-radius: 6px;
130
+ box-shadow: 0 20px 60px rgba(0,0,0,0.5);
131
+ overflow: hidden;
132
+ z-index: 10;
133
+ }
134
+ .d-item {
135
+ display: grid;
136
+ grid-template-columns: 120px 1fr 120px;
137
+ align-items: center;
138
+ gap: 10px;
139
+ padding: 24px 18px;
140
+ border-bottom: 1px solid rgba(255,255,255,0.08);
141
+ color: #e5f4fb;
142
+ }
143
+ .d-code { font-size: 44px; font-weight: 800; }
144
+ .d-name { font-size: 26px; color: #d1e6ef; }
145
+ .d-flag {
146
+ width: 88px; height: 56px; background: #E0E0E0; border: 1px solid #BDBDBD;
147
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 18px; margin-left: auto;
148
+ }
149
+
150
+ /* Keypad */
151
+ .keypad {
152
+ position: relative;
153
+ background: #2b2f34;
154
+ }
155
+ .keys-grid {
156
+ display: grid;
157
+ grid-template-columns: repeat(4, 1fr);
158
+ grid-auto-rows: 220px;
159
+ border-top: 2px solid rgba(255,255,255,0.08);
160
+ }
161
+ .key {
162
+ border-right: 2px solid rgba(255,255,255,0.08);
163
+ border-bottom: 2px solid rgba(255,255,255,0.08);
164
+ display: flex; align-items: center; justify-content: center;
165
+ color: #e8edf2;
166
+ font-size: 82px;
167
+ font-weight: 700;
168
+ background: #3a3f45;
169
+ }
170
+ .key.alt { background: #495058; }
171
+ .key.emph { background: #c7362c; }
172
+ .key.small { font-size: 54px; }
173
+ .key.symbol { font-size: 96px; }
174
+ .key.warn { color: #ff5b5b; }
175
+ .key.arrow { color: #c3e160; }
176
+
177
+ /* Bottom gallery */
178
+ .gallery {
179
+ position: absolute;
180
+ left: 0; right: 0; bottom: 96px;
181
+ height: 180px;
182
+ background: #ffffff;
183
+ display: flex;
184
+ align-items: center;
185
+ gap: 18px;
186
+ padding: 0 24px;
187
+ box-sizing: border-box;
188
+ }
189
+ .thumb {
190
+ width: 180px; height: 136px; background: #E0E0E0; border: 1px solid #BDBDBD;
191
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 22px;
192
+ }
193
+
194
+ /* Gesture bar */
195
+ .gesture {
196
+ position: absolute;
197
+ bottom: 24px;
198
+ left: 50%;
199
+ transform: translateX(-50%);
200
+ width: 360px;
201
+ height: 12px;
202
+ border-radius: 8px;
203
+ background: #e9edf2;
204
+ opacity: 0.9;
205
+ }
206
+ </style>
207
+ </head>
208
+ <body>
209
+ <div id="render-target">
210
+
211
+ <!-- Status bar -->
212
+ <div class="status-bar">
213
+ <div class="status-left">10:26</div>
214
+ <div class="status-right">
215
+ <span>✓</span>
216
+ <span>✉</span>
217
+ <span>⚠</span>
218
+ <span>•</span>
219
+ <span style="font-size:34px;">◓</span>
220
+ <div class="battery">
221
+ <div class="icon"><div class="level"></div></div>
222
+ <span>100%</span>
223
+ </div>
224
+ </div>
225
+ </div>
226
+
227
+ <!-- App bar -->
228
+ <div class="app-bar">
229
+ <svg class="menu-icon" viewBox="0 0 24 24">
230
+ <rect x="2" y="4" width="20" height="3" fill="#ffffff"/>
231
+ <rect x="2" y="10.5" width="20" height="3" fill="#ffffff"/>
232
+ <rect x="2" y="17" width="20" height="3" fill="#ffffff"/>
233
+ </svg>
234
+ <div class="app-title-area">
235
+ <div class="app-title">MULTI CURRENCY CONVERTER</div>
236
+ <div class="app-subtitle">Updated on November 10, 2023 10:23 AM</div>
237
+ </div>
238
+ <div class="overflow">
239
+ <svg viewBox="0 0 6 24">
240
+ <circle cx="3" cy="4" r="2" fill="#e7edf3"></circle>
241
+ <circle cx="3" cy="12" r="2" fill="#e7edf3"></circle>
242
+ <circle cx="3" cy="20" r="2" fill="#e7edf3"></circle>
243
+ </svg>
244
+ </div>
245
+ </div>
246
+
247
+ <!-- Currency selection panel -->
248
+ <div class="panel">
249
+ <div class="panel-inner">
250
+ <div class="panel-topline">
251
+ <span>EN</span>
252
+ <svg class="mini-icon" viewBox="0 0 24 24">
253
+ <path d="M4 10h16v4H4z" fill="#d7e5f2"></path>
254
+ </svg>
255
+ <svg class="mini-icon" viewBox="0 0 24 24">
256
+ <path d="M5 7l5-5v3h8a4 4 0 014 4v2h-3V9a1 1 0 00-1-1H10v3L5 7z" fill="#d7e5f2"/>
257
+ <path d="M19 17l-5 5v-3H6a4 4 0 01-4-4v-2h3v2a1 1 0 001 1h8v-3l5 4z" fill="#d7e5f2"/>
258
+ </svg>
259
+ </div>
260
+ </div>
261
+
262
+ <!-- Row 1 -->
263
+ <div class="row">
264
+ <svg class="magnifier" viewBox="0 0 24 24">
265
+ <circle cx="10" cy="10" r="6" stroke="#ff5a54" stroke-width="3" fill="none"/>
266
+ <rect x="14.5" y="14" width="7" height="3" transform="rotate(45 14.5 14)" fill="#ff5a54"/>
267
+ </svg>
268
+ <div class="code-area">
269
+ <div class="code-stack">
270
+ <div class="code">EUR</div>
271
+ <div class="label">Euro</div>
272
+ </div>
273
+ <div class="flag">[IMG: EU Flag]</div>
274
+ </div>
275
+ <svg class="drop" viewBox="0 0 10 6">
276
+ <path d="M1 1l4 4 4-4" stroke="#ff6a58" stroke-width="2" fill="none" stroke-linecap="round"/>
277
+ </svg>
278
+ <svg class="sync" viewBox="0 0 24 24">
279
+ <path d="M4 12a8 8 0 0113-6l-2 1 5 2-1-5-2 2A10 10 0 002 12h2z" fill="#cdd9e4" opacity="0.9"/>
280
+ </svg>
281
+ <div class="value">0</div>
282
+ </div>
283
+
284
+ <!-- Row 2 -->
285
+ <div class="row">
286
+ <svg class="magnifier" viewBox="0 0 24 24">
287
+ <circle cx="10" cy="10" r="6" stroke="#5db3ff" stroke-width="3" fill="none"/>
288
+ <rect x="14.5" y="14" width="7" height="3" transform="rotate(45 14.5 14)" fill="#5db3ff"/>
289
+ </svg>
290
+ <div class="code-area">
291
+ <div class="code-stack">
292
+ <div class="code">USD</div>
293
+ <div class="label">U.S. Dollar</div>
294
+ </div>
295
+ <div class="flag">[IMG: US Flag]</div>
296
+ </div>
297
+ <svg class="drop" viewBox="0 0 10 6">
298
+ <path d="M1 1l4 4 4-4" stroke="#5db3ff" stroke-width="2" fill="none" stroke-linecap="round"/>
299
+ </svg>
300
+ <svg class="sync" viewBox="0 0 24 24">
301
+ <path d="M4 12a8 8 0 0113-6l-2 1 5 2-1-5-2 2A10 10 0 002 12h2z" fill="#cdd9e4" opacity="0.9"/>
302
+ </svg>
303
+ <div class="value">0</div>
304
+ </div>
305
+
306
+ <!-- Row 3 -->
307
+ <div class="row">
308
+ <svg class="magnifier" viewBox="0 0 24 24">
309
+ <circle cx="10" cy="10" r="6" stroke="#6be05a" stroke-width="3" fill="none"/>
310
+ <rect x="14.5" y="14" width="7" height="3" transform="rotate(45 14.5 14)" fill="#6be05a"/>
311
+ </svg>
312
+ <div class="code-area">
313
+ <div class="code-stack">
314
+ <div class="code">NZD</div>
315
+ <div class="label">New Zealand Dollar</div>
316
+ </div>
317
+ <div class="flag">[IMG: NZ Flag]</div>
318
+ </div>
319
+ <svg class="drop" viewBox="0 0 10 6">
320
+ <path d="M1 1l4 4 4-4" stroke="#6be05a" stroke-width="2" fill="none" stroke-linecap="round"/>
321
+ </svg>
322
+ <svg class="sync" viewBox="0 0 24 24">
323
+ <path d="M4 12a8 8 0 0113-6l-2 1 5 2-1-5-2 2A10 10 0 002 12h2z" fill="#cdd9e4" opacity="0.9"/>
324
+ </svg>
325
+ <div class="value">0</div>
326
+ </div>
327
+
328
+ <!-- Row 4 -->
329
+ <div class="row">
330
+ <svg class="magnifier" viewBox="0 0 24 24">
331
+ <circle cx="10" cy="10" r="6" stroke="#c06bff" stroke-width="3" fill="none"/>
332
+ <rect x="14.5" y="14" width="7" height="3" transform="rotate(45 14.5 14)" fill="#c06bff"/>
333
+ </svg>
334
+ <div class="code-area">
335
+ <div class="code-stack">
336
+ <div class="code">---</div>
337
+ <div class="label">Select Currency</div>
338
+ </div>
339
+ <div class="flag">[IMG: Flag]</div>
340
+ </div>
341
+ <svg class="drop" viewBox="0 0 10 6">
342
+ <path d="M1 1l4 4 4-4" stroke="#c06bff" stroke-width="2" fill="none" stroke-linecap="round"/>
343
+ </svg>
344
+ <svg class="sync" viewBox="0 0 24 24">
345
+ <path d="M4 12a8 8 0 0113-6l-2 1 5 2-1-5-2 2A10 10 0 002 12h2z" fill="#cdd9e4" opacity="0.9"/>
346
+ </svg>
347
+ <div class="value">0</div>
348
+ </div>
349
+ </div>
350
+
351
+ <!-- Dropdown overlay list -->
352
+ <div class="dropdown">
353
+ <div class="d-item">
354
+ <div>
355
+ <div class="d-code">INR</div>
356
+ <div class="d-name">Indian Rupee</div>
357
+ </div>
358
+ <div class="d-flag">[IMG: Flag]</div>
359
+ </div>
360
+ <div class="d-item">
361
+ <div>
362
+ <div class="d-code">IQD</div>
363
+ <div class="d-name">Iraqi Dinar</div>
364
+ </div>
365
+ <div class="d-flag">[IMG: Flag]</div>
366
+ </div>
367
+ <div class="d-item">
368
+ <div>
369
+ <div class="d-code">IRR</div>
370
+ <div class="d-name">Iranian Rial</div>
371
+ </div>
372
+ <div class="d-flag">[IMG: Flag]</div>
373
+ </div>
374
+ <div class="d-item">
375
+ <div>
376
+ <div class="d-code">ISK</div>
377
+ <div class="d-name">Icelandic Króna</div>
378
+ </div>
379
+ <div class="d-flag">[IMG: Flag]</div>
380
+ </div>
381
+ <div class="d-item">
382
+ <div>
383
+ <div class="d-code">JEP</div>
384
+ <div class="d-name">Jersey Pound</div>
385
+ </div>
386
+ <div class="d-flag">[IMG: Flag]</div>
387
+ </div>
388
+ <div class="d-item">
389
+ <div>
390
+ <div class="d-code">JMD</div>
391
+ <div class="d-name">Jamaican Dollar</div>
392
+ </div>
393
+ <div class="d-flag">[IMG: Flag]</div>
394
+ </div>
395
+ <div class="d-item">
396
+ <div>
397
+ <div class="d-code">JOD</div>
398
+ <div class="d-name">Jordanian Dinar</div>
399
+ </div>
400
+ <div class="d-flag">[IMG: Flag]</div>
401
+ </div>
402
+ <div class="d-item">
403
+ <div>
404
+ <div class="d-code">JPY</div>
405
+ <div class="d-name">Japanese Yen</div>
406
+ </div>
407
+ <div class="d-flag">[IMG: Flag]</div>
408
+ </div>
409
+ <div class="d-item">
410
+ <div>
411
+ <div class="d-code">KES</div>
412
+ <div class="d-name">Kenyan Shilling</div>
413
+ </div>
414
+ <div class="d-flag">[IMG: Flag]</div>
415
+ </div>
416
+ <div class="d-item">
417
+ <div>
418
+ <div class="d-code">KGS</div>
419
+ <div class="d-name">Kyrgystani Som</div>
420
+ </div>
421
+ <div class="d-flag">[IMG: Flag]</div>
422
+ </div>
423
+ <div class="d-item">
424
+ <div>
425
+ <div class="d-code">KHR</div>
426
+ <div class="d-name">Cambodian Riel</div>
427
+ </div>
428
+ <div class="d-flag">[IMG: Flag]</div>
429
+ </div>
430
+ <div class="d-item">
431
+ <div>
432
+ <div class="d-code">KMF</div>
433
+ <div class="d-name">Comorian Franc</div>
434
+ </div>
435
+ <div class="d-flag">[IMG: Flag]</div>
436
+ </div>
437
+ <div class="d-item">
438
+ <div>
439
+ <div class="d-code">KPW</div>
440
+ <div class="d-name">North Korean Won</div>
441
+ </div>
442
+ <div class="d-flag">[IMG: Flag]</div>
443
+ </div>
444
+ </div>
445
+
446
+ <!-- Keypad -->
447
+ <div class="keypad">
448
+ <div class="keys-grid">
449
+ <div class="key alt small" style="letter-spacing:2px;">CONV</div>
450
+ <div class="key warn">✕</div>
451
+ <div class="key alt small">CLR</div>
452
+ <div class="key arrow small">←<span style="font-size:36px; margin-left:10px;">DEL</span></div>
453
+
454
+ <div class="key alt">9</div>
455
+ <div class="key alt">6</div>
456
+ <div class="key alt">3</div>
457
+ <div class="key symbol">÷</div>
458
+
459
+ <div class="key alt">0</div>
460
+ <div class="key alt">0</div>
461
+ <div class="key alt symbol">.</div>
462
+ <div class="key symbol">×</div>
463
+
464
+ <div class="key alt">1</div>
465
+ <div class="key alt">2</div>
466
+ <div class="key alt">0</div>
467
+ <div class="key symbol">−</div>
468
+
469
+ <div class="key alt">0</div>
470
+ <div class="key alt">0</div>
471
+ <div class="key symbol">+</div>
472
+ <div class="key emph">=</div>
473
+ </div>
474
+ </div>
475
+
476
+ <!-- Bottom gallery strip -->
477
+ <div class="gallery">
478
+ <div class="thumb">[IMG]</div>
479
+ <div class="thumb">[IMG]</div>
480
+ <div class="thumb">[IMG]</div>
481
+ <div class="thumb">[IMG]</div>
482
+ <div class="thumb">[IMG]</div>
483
+ </div>
484
+
485
+ <!-- Gesture bar -->
486
+ <div class="gesture"></div>
487
+ </div>
488
+ </body>
489
+ </html>
code/6690/6690_6.html ADDED
@@ -0,0 +1,444 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Multi Currency Converter - Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ position: relative;
11
+ overflow: hidden;
12
+ width: 1080px;
13
+ height: 2400px;
14
+ background: #101214;
15
+ color: #fff;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ height: 120px;
21
+ background: #000;
22
+ color: #fff;
23
+ display: flex;
24
+ align-items: center;
25
+ padding: 0 30px;
26
+ font-size: 36px;
27
+ letter-spacing: 1px;
28
+ }
29
+ .status-left { flex: 1; }
30
+ .status-right { display: flex; align-items: center; gap: 28px; }
31
+ .dot { width: 14px; height: 14px; background:#fff; border-radius:50%; opacity:.9; display:inline-block; }
32
+ .battery {
33
+ width: 54px; height: 28px; border: 4px solid #fff; border-radius: 6px; position: relative;
34
+ }
35
+ .battery::after {
36
+ content: ""; position: absolute; right: -12px; top: 6px; width: 8px; height: 16px; background:#fff; border-radius:2px;
37
+ }
38
+ .battery-fill { width: 70%; height: 100%; background:#fff; }
39
+
40
+ /* App bar */
41
+ .app-bar {
42
+ height: 180px;
43
+ background: #263238;
44
+ padding: 28px 36px;
45
+ position: relative;
46
+ }
47
+ .app-title { font-weight: 800; font-size: 48px; margin: 8px 0 6px 92px; }
48
+ .app-sub { color: #B0BEC5; font-size: 28px; margin-left: 92px; }
49
+ .icon-btn {
50
+ position: absolute; top: 50%; transform: translateY(-50%);
51
+ width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; color:#fff;
52
+ }
53
+ .menu-left { left: 16px; }
54
+ .menu-right { right: 16px; }
55
+
56
+ /* Currency panel */
57
+ .rates-panel {
58
+ background: linear-gradient(#3E6F99, #2E5E86);
59
+ padding: 24px 0 0;
60
+ height: 720px;
61
+ border-top: 1px solid rgba(255,255,255,0.08);
62
+ box-shadow: inset 0 -1px 0 rgba(0,0,0,0.35);
63
+ }
64
+ .panel-head {
65
+ color: #D9E4EA;
66
+ font-size: 28px;
67
+ display: flex; align-items: center; gap: 18px;
68
+ padding: 8px 40px 18px;
69
+ opacity: .9;
70
+ }
71
+ .rate-row {
72
+ display: grid;
73
+ grid-template-columns: 120px 1fr 120px 120px 120px;
74
+ align-items: center;
75
+ padding: 26px 36px;
76
+ column-gap: 24px;
77
+ border-top: 1px solid rgba(255,255,255,0.06);
78
+ }
79
+ .code-block { display: flex; flex-direction: column; }
80
+ .code { font-weight: 800; font-size: 46px; letter-spacing: 1px; }
81
+ .name { color: #C7D6E2; font-size: 26px; margin-top: 6px; }
82
+ .flag {
83
+ width: 92px; height: 60px; background:#E0E0E0; border:1px solid #BDBDBD;
84
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:20px; border-radius:6px;
85
+ }
86
+ .dropdown-arrow {
87
+ width: 30px; height: 30px; border-left: 16px solid transparent; border-right: 16px solid transparent;
88
+ border-top: 18px solid #FF7043; margin-left: 10px;
89
+ }
90
+ .dropdown-arrow.blue { border-top-color:#4FC3F7; }
91
+ .dropdown-arrow.green { border-top-color:#66BB6A; }
92
+ .dropdown-arrow.purple { border-top-color:#BA68C8; }
93
+
94
+ .sync {
95
+ width: 48px; height: 48px; border-radius: 50%;
96
+ border: 4px solid rgba(255,255,255,0.55);
97
+ position: relative;
98
+ }
99
+ .sync::after {
100
+ content:""; position:absolute; right:-6px; top: 12px;
101
+ width: 0; height: 0; border-left: 10px solid rgba(255,255,255,0.85);
102
+ border-top: 8px solid transparent; border-bottom: 8px solid transparent; transform: rotate(45deg);
103
+ }
104
+ .right-value { text-align: right; font-size: 72px; font-weight: 700; color: #E8F1F7; }
105
+
106
+ .mag {
107
+ width: 72px; height: 72px;
108
+ }
109
+ .mag svg { width: 100%; height: 100%; }
110
+
111
+ /* Keypad */
112
+ .keypad {
113
+ position: absolute;
114
+ left: 0; right: 0;
115
+ top: 1080px;
116
+ height: 980px;
117
+ background: #22292B;
118
+ display: grid;
119
+ grid-template-columns: repeat(4, 1fr);
120
+ grid-template-rows: repeat(6, 1fr);
121
+ gap: 4px;
122
+ padding: 0 0 4px 0;
123
+ }
124
+ .key {
125
+ background: #4a545a;
126
+ display: flex; align-items: center; justify-content: center;
127
+ font-size: 72px; color: #E5ECEF;
128
+ }
129
+ .key.dark { background:#3f474c; }
130
+ .key.func { background:#384146; font-size: 48px; font-weight: 700; color:#CFD8DC; }
131
+ .key.warn { color:#FF5252; }
132
+ .key.accent { color:#C0EA5C; }
133
+ .key.red { background:#D4423C; color:#fff; font-weight:800; font-size: 80px; }
134
+ .key.small { font-size: 56px; }
135
+
136
+ /* Dropdown overlay list */
137
+ .overlay-list {
138
+ position: absolute;
139
+ top: 710px;
140
+ left: 120px;
141
+ width: 520px;
142
+ height: 1220px;
143
+ background: #0E566E;
144
+ border-radius: 8px;
145
+ overflow: hidden;
146
+ box-shadow: 0 12px 30px rgba(0,0,0,0.5);
147
+ }
148
+ .overlay-item {
149
+ display: grid;
150
+ grid-template-columns: 120px 1fr 110px;
151
+ align-items: center;
152
+ padding: 22px 18px;
153
+ border-bottom: 1px solid rgba(255,255,255,0.06);
154
+ color: #fff;
155
+ }
156
+ .overlay-code { font-size: 42px; font-weight: 800; }
157
+ .overlay-name { font-size: 26px; color: #D1E3EA; margin-top: 6px; }
158
+ .overlay-flag {
159
+ width: 96px; height: 60px; background:#E0E0E0; border:1px solid #BDBDBD; color:#757575; display:flex; align-items:center; justify-content:center; font-size:18px; border-radius:6px;
160
+ }
161
+
162
+ /* Bottom gallery strip and gesture handle (subtle) */
163
+ .bottom-strip {
164
+ position: absolute; left: 0; right: 0; bottom: 80px; height: 140px; background:#0f1214;
165
+ border-top: 1px solid rgba(255,255,255,0.06);
166
+ display: flex; align-items: center; gap: 16px; padding: 0 24px;
167
+ }
168
+ .thumb {
169
+ width: 160px; height: 100px; background:#E0E0E0; border:1px solid #BDBDBD; color:#757575; display:flex; align-items:center; justify-content:center; font-size:20px;
170
+ }
171
+ .gesture {
172
+ position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%);
173
+ width: 360px; height: 12px; border-radius: 6px; background:#e5e5e5; opacity:.9;
174
+ }
175
+ </style>
176
+ </head>
177
+ <body>
178
+ <div id="render-target">
179
+ <!-- Status Bar -->
180
+ <div class="status-bar">
181
+ <div class="status-left">10:26</div>
182
+ <div class="status-right">
183
+ <span class="dot"></span>
184
+ <span class="dot" style="opacity:.7"></span>
185
+ <span class="dot" style="opacity:.5"></span>
186
+ <div class="battery"><div class="battery-fill"></div></div>
187
+ <div style="font-size:34px;">100%</div>
188
+ </div>
189
+ </div>
190
+
191
+ <!-- App Bar -->
192
+ <div class="app-bar">
193
+ <div class="icon-btn menu-left">
194
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
195
+ <path d="M3 6h18M3 12h18M3 18h18"/>
196
+ </svg>
197
+ </div>
198
+ <div class="icon-btn menu-right">
199
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#fff">
200
+ <circle cx="5" cy="12" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="19" cy="12" r="2"/>
201
+ </svg>
202
+ </div>
203
+ <div class="app-title">MULTI CURRENCY CONVERTER</div>
204
+ <div class="app-sub">Updated on November 10, 2023 10:23 AM</div>
205
+ </div>
206
+
207
+ <!-- Rates Panel -->
208
+ <div class="rates-panel">
209
+ <div class="panel-head">EN <span style="font-size:24px; opacity:.7;">🔊 ↔</span></div>
210
+
211
+ <!-- Row 1 -->
212
+ <div class="rate-row">
213
+ <div class="mag">
214
+ <svg viewBox="0 0 24 24">
215
+ <circle cx="10" cy="10" r="7" stroke="#FF5252" stroke-width="3" fill="none"/>
216
+ <line x1="15" y1="15" x2="22" y2="22" stroke="#FF5252" stroke-width="3" />
217
+ </svg>
218
+ </div>
219
+ <div class="code-block">
220
+ <div class="code">EUR</div>
221
+ <div class="name">Euro</div>
222
+ </div>
223
+ <div class="flag">[IMG: Flag]</div>
224
+ <div style="display:flex; align-items:center; gap:16px;">
225
+ <div class="dropdown-arrow"></div>
226
+ <div class="sync"></div>
227
+ </div>
228
+ <div class="right-value">0</div>
229
+ </div>
230
+
231
+ <!-- Row 2 -->
232
+ <div class="rate-row">
233
+ <div class="mag">
234
+ <svg viewBox="0 0 24 24">
235
+ <circle cx="10" cy="10" r="7" stroke="#5AC2FF" stroke-width="3" fill="none"/>
236
+ <line x1="15" y1="15" x2="22" y2="22" stroke="#5AC2FF" stroke-width="3" />
237
+ </svg>
238
+ </div>
239
+ <div class="code-block">
240
+ <div class="code">USD</div>
241
+ <div class="name">U.S. Dollar</div>
242
+ </div>
243
+ <div class="flag">[IMG: Flag]</div>
244
+ <div style="display:flex; align-items:center; gap:16px;">
245
+ <div class="dropdown-arrow blue"></div>
246
+ <div class="sync"></div>
247
+ </div>
248
+ <div class="right-value">0</div>
249
+ </div>
250
+
251
+ <!-- Row 3 -->
252
+ <div class="rate-row">
253
+ <div class="mag">
254
+ <svg viewBox="0 0 24 24">
255
+ <circle cx="10" cy="10" r="7" stroke="#69D168" stroke-width="3" fill="none"/>
256
+ <line x1="15" y1="15" x2="22" y2="22" stroke="#69D168" stroke-width="3" />
257
+ </svg>
258
+ </div>
259
+ <div class="code-block">
260
+ <div class="code">NZD</div>
261
+ <div class="name">New Zealand Dollar</div>
262
+ </div>
263
+ <div class="flag">[IMG: Flag]</div>
264
+ <div style="display:flex; align-items:center; gap:16px;">
265
+ <div class="dropdown-arrow green"></div>
266
+ <div class="sync"></div>
267
+ </div>
268
+ <div class="right-value">0</div>
269
+ </div>
270
+
271
+ <!-- Row 4 -->
272
+ <div class="rate-row">
273
+ <div class="mag">
274
+ <svg viewBox="0 0 24 24">
275
+ <circle cx="10" cy="10" r="7" stroke="#CE7AD9" stroke-width="3" fill="none"/>
276
+ <line x1="15" y1="15" x2="22" y2="22" stroke="#CE7AD9" stroke-width="3" />
277
+ </svg>
278
+ </div>
279
+ <div class="code-block">
280
+ <div class="code">?</div>
281
+ <div class="name">Select currency</div>
282
+ </div>
283
+ <div class="flag">[IMG: Flag]</div>
284
+ <div style="display:flex; align-items:center; gap:16px;">
285
+ <div class="dropdown-arrow purple"></div>
286
+ <div class="sync"></div>
287
+ </div>
288
+ <div class="right-value">0</div>
289
+ </div>
290
+ </div>
291
+
292
+ <!-- Dropdown Overlay -->
293
+ <div class="overlay-list">
294
+ <div class="overlay-item">
295
+ <div>
296
+ <div class="overlay-code">GNF</div>
297
+ <div class="overlay-name">Guinean Franc</div>
298
+ </div>
299
+ <div></div>
300
+ <div class="overlay-flag">[IMG: Flag]</div>
301
+ </div>
302
+ <div class="overlay-item">
303
+ <div>
304
+ <div class="overlay-code">GTQ</div>
305
+ <div class="overlay-name">Guatemalan Quetzal</div>
306
+ </div>
307
+ <div></div>
308
+ <div class="overlay-flag">[IMG: Flag]</div>
309
+ </div>
310
+ <div class="overlay-item">
311
+ <div>
312
+ <div class="overlay-code">GYD</div>
313
+ <div class="overlay-name">Guyanaese Dollar</div>
314
+ </div>
315
+ <div></div>
316
+ <div class="overlay-flag">[IMG: Flag]</div>
317
+ </div>
318
+ <div class="overlay-item">
319
+ <div>
320
+ <div class="overlay-code">HKD</div>
321
+ <div class="overlay-name">Hong Kong Dollar</div>
322
+ </div>
323
+ <div></div>
324
+ <div class="overlay-flag">[IMG: Flag]</div>
325
+ </div>
326
+ <div class="overlay-item">
327
+ <div>
328
+ <div class="overlay-code">HNL</div>
329
+ <div class="overlay-name">Honduran Lempira</div>
330
+ </div>
331
+ <div></div>
332
+ <div class="overlay-flag">[IMG: Flag]</div>
333
+ </div>
334
+ <div class="overlay-item">
335
+ <div>
336
+ <div class="overlay-code">HRK</div>
337
+ <div class="overlay-name">Croatian Kuna</div>
338
+ </div>
339
+ <div></div>
340
+ <div class="overlay-flag">[IMG: Flag]</div>
341
+ </div>
342
+ <div class="overlay-item">
343
+ <div>
344
+ <div class="overlay-code">HTG</div>
345
+ <div class="overlay-name">Haitian Gourde</div>
346
+ </div>
347
+ <div></div>
348
+ <div class="overlay-flag">[IMG: Flag]</div>
349
+ </div>
350
+ <div class="overlay-item">
351
+ <div>
352
+ <div class="overlay-code">HUF</div>
353
+ <div class="overlay-name">Hungarian Forint</div>
354
+ </div>
355
+ <div></div>
356
+ <div class="overlay-flag">[IMG: Flag]</div>
357
+ </div>
358
+ <div class="overlay-item">
359
+ <div>
360
+ <div class="overlay-code">IDR</div>
361
+ <div class="overlay-name">Indonesian Rupiah</div>
362
+ </div>
363
+ <div></div>
364
+ <div class="overlay-flag">[IMG: Flag]</div>
365
+ </div>
366
+ <div class="overlay-item">
367
+ <div>
368
+ <div class="overlay-code">ILS</div>
369
+ <div class="overlay-name">Israeli New Sheqel</div>
370
+ </div>
371
+ <div></div>
372
+ <div class="overlay-flag">[IMG: Flag]</div>
373
+ </div>
374
+ <div class="overlay-item">
375
+ <div>
376
+ <div class="overlay-code">IMP</div>
377
+ <div class="overlay-name">Manx Pound</div>
378
+ </div>
379
+ <div></div>
380
+ <div class="overlay-flag">[IMG: Flag]</div>
381
+ </div>
382
+ <div class="overlay-item">
383
+ <div>
384
+ <div class="overlay-code">INR</div>
385
+ <div class="overlay-name">Indian Rupee</div>
386
+ </div>
387
+ <div></div>
388
+ <div class="overlay-flag">[IMG: Flag]</div>
389
+ </div>
390
+ <div class="overlay-item">
391
+ <div>
392
+ <div class="overlay-code">IQD</div>
393
+ <div class="overlay-name">Iraqi Dinar</div>
394
+ </div>
395
+ <div></div>
396
+ <div class="overlay-flag">[IMG: Flag]</div>
397
+ </div>
398
+ </div>
399
+
400
+ <!-- Keypad -->
401
+ <div class="keypad">
402
+ <div class="key func">CONV</div>
403
+ <div class="key func warn">✖</div>
404
+ <div class="key func">CLR</div>
405
+ <div class="key func accent">← DEL</div>
406
+
407
+ <div class="key dark">9</div>
408
+ <div class="key dark">8</div>
409
+ <div class="key dark">7</div>
410
+ <div class="key dark small">÷</div>
411
+
412
+ <div class="key">6</div>
413
+ <div class="key">5</div>
414
+ <div class="key">4</div>
415
+ <div class="key small">×</div>
416
+
417
+ <div class="key dark">3</div>
418
+ <div class="key dark">2</div>
419
+ <div class="key dark">1</div>
420
+ <div class="key dark small">−</div>
421
+
422
+ <div class="key">0</div>
423
+ <div class="key">0</div>
424
+ <div class="key">0</div>
425
+ <div class="key small">+</div>
426
+
427
+ <div class="key dark">.</div>
428
+ <div class="key red" style="grid-column: 4; grid-row: 6;">=</div>
429
+ <div class="key" style="grid-column: 2 / span 2; grid-row: 6;"></div>
430
+ </div>
431
+
432
+ <!-- Bottom gallery strip and gesture handle -->
433
+ <div class="bottom-strip">
434
+ <div class="thumb">[IMG: Ad/Install]</div>
435
+ <div class="thumb">[IMG: Photo 1]</div>
436
+ <div class="thumb">[IMG: Photo 2]</div>
437
+ <div class="thumb">[IMG: Photo 3]</div>
438
+ <div class="thumb">[IMG: Photo 4]</div>
439
+ <div class="thumb">[IMG: Map/Aerial]</div>
440
+ </div>
441
+ <div class="gesture"></div>
442
+ </div>
443
+ </body>
444
+ </html>
code/6690/6690_7.html ADDED
@@ -0,0 +1,383 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>Multi Currency Converter - Mock</title>
6
+ <style>
7
+ body{margin:0;padding:0;background:transparent;font-family:Roboto, Arial, Helvetica, sans-serif;}
8
+ #render-target{
9
+ position:relative; overflow:hidden;
10
+ width:1080px; height:2400px;
11
+ background:#111; color:#fff;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar{
16
+ position:absolute; left:0; top:0; width:100%; height:120px;
17
+ background:#000; color:#fff; padding:0 32px; box-sizing:border-box;
18
+ display:flex; align-items:center; justify-content:space-between;
19
+ font-size:36px; letter-spacing:1px;
20
+ }
21
+ .status-right{display:flex; gap:22px; align-items:center; opacity:0.9;}
22
+ .dot{width:10px;height:10px;background:#bbb;border-radius:50%;}
23
+ .battery{display:flex; align-items:center; gap:10px;}
24
+ .pill{width:44px;height:22px;border:3px solid #fff;border-radius:4px;position:relative;}
25
+ .pill::after{content:""; position:absolute; right:-8px; top:5px; width:6px; height:12px; background:#fff; border-radius:1px;}
26
+ .pct{font-weight:600;}
27
+
28
+ /* App bar */
29
+ .appbar{
30
+ position:absolute; top:120px; left:0; width:100%; height:180px;
31
+ background:#263238; padding:0 32px; box-sizing:border-box;
32
+ display:flex; align-items:center;
33
+ }
34
+ .appbar .left, .appbar .right{width:120px; display:flex; align-items:center; justify-content:center;}
35
+ .appbar .center{flex:1;}
36
+ .title{font-size:52px; font-weight:800; letter-spacing:1px;}
37
+ .subtitle{font-size:28px; color:#b0bec5; margin-top:6px;}
38
+
39
+ /* Rates block */
40
+ .rates{
41
+ position:absolute; left:0; top:300px; width:100%; height:900px;
42
+ background:linear-gradient(#3e6f91, #3b5f77);
43
+ box-sizing:border-box;
44
+ padding-top:18px;
45
+ }
46
+ .rates .topline{
47
+ display:flex; align-items:center; gap:18px; color:#d7e3ea;
48
+ font-size:26px; padding:0 28px; opacity:0.9; margin-bottom:10px;
49
+ }
50
+ .currency-row{
51
+ display:flex; align-items:center;
52
+ padding:26px 28px; box-sizing:border-box;
53
+ border-top:1px solid rgba(255,255,255,0.06);
54
+ }
55
+ .mag{
56
+ width:64px; height:64px; margin-right:22px; flex:0 0 auto;
57
+ }
58
+ .mag svg{width:100%; height:100%;}
59
+ .info{display:flex; flex-direction:column; min-width:300px;}
60
+ .code{font-size:54px; font-weight:800; line-height:56px;}
61
+ .name{font-size:30px; color:#cfd8dc; margin-top:6px;}
62
+ .flag{width:96px; height:58px; background:#E0E0E0; border:1px solid #BDBDBD; color:#757575;
63
+ display:flex; align-items:center; justify-content:center; font-size:22px; margin:0 24px;}
64
+ .small-flag{width:84px; height:50px;}
65
+ .arrow, .refresh{margin:0 18px; opacity:0.9;}
66
+ .arrow svg, .refresh svg{width:38px; height:38px;}
67
+ .value{margin-left:auto; font-size:120px; font-weight:700; color:#fff; padding-right:14px;}
68
+
69
+ /* Keypad */
70
+ .keypad{
71
+ position:absolute; left:0; top:1200px; width:100%; height:1100px;
72
+ background:#2b2f33;
73
+ display:grid; grid-template-columns:repeat(4, 1fr); grid-auto-rows:220px;
74
+ }
75
+ .key{
76
+ border:1px solid rgba(255,255,255,0.08);
77
+ display:flex; align-items:center; justify-content:center;
78
+ color:#e0e0e0; font-size:76px; font-weight:700;
79
+ background:#3a4247;
80
+ }
81
+ .key.header{background:#3b4146; color:#cfd8dc; font-size:40px; font-weight:600;}
82
+ .key.operator{background:#42494f;}
83
+ .key.equal{background:#d43730; color:#fff; font-weight:800;}
84
+ .key .sub{position:absolute; top:36px; right:36px; font-size:42px;}
85
+ .green{color:#b6ee6e;}
86
+ .red{color:#ff5252;}
87
+ .cyan{color:#74d1ff;}
88
+ .lime{color:#9be37f;}
89
+ .pink{color:#f48fb1;}
90
+
91
+ /* Dropdown overlay */
92
+ .dropdown{
93
+ position:absolute; left:64px; top:660px; width:520px; height:1300px;
94
+ background:#0c4c60; box-shadow:0 12px 30px rgba(0,0,0,0.5);
95
+ border-radius:6px; overflow:hidden; z-index:10;
96
+ }
97
+ .dd-item{
98
+ display:flex; align-items:center; justify-content:space-between;
99
+ padding:26px 22px; border-bottom:1px solid rgba(255,255,255,0.08);
100
+ }
101
+ .dd-txt{display:flex; flex-direction:column;}
102
+ .dd-code{font-size:46px; font-weight:800;}
103
+ .dd-name{font-size:28px; color:#c8e0e9; margin-top:8px;}
104
+ .dd-flag{width:86px; height:54px; background:#E0E0E0; border:1px solid #BDBDBD; color:#757575;
105
+ display:flex; align-items:center; justify-content:center; font-size:18px;}
106
+
107
+ /* Bottom home indicator area */
108
+ .home{
109
+ position:absolute; left:0; bottom:0; width:100%; height:100px; background:#0b0b0b;
110
+ display:flex; align-items:center; justify-content:center;
111
+ }
112
+ .home .bar{width:320px; height:10px; background:#dcdcdc; border-radius:8px; opacity:0.85;}
113
+ </style>
114
+ </head>
115
+ <body>
116
+ <div id="render-target">
117
+
118
+ <!-- Status bar -->
119
+ <div class="status-bar">
120
+ <div class="time">10:26</div>
121
+ <div class="status-right">
122
+ <div class="dot"></div>
123
+ <div class="dot"></div>
124
+ <div class="dot"></div>
125
+ <div class="battery">
126
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#fff"><rect x="2" y="6" width="18" height="12" rx="2" ry="2" stroke="#fff" stroke-width="2" fill="none"/><rect x="4" y="8" width="14" height="8" fill="#fff"/></svg>
127
+ <div class="pct">100%</div>
128
+ </div>
129
+ </div>
130
+ </div>
131
+
132
+ <!-- App Bar -->
133
+ <div class="appbar">
134
+ <div class="left">
135
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="#fff">
136
+ <rect x="3" y="5" width="18" height="2"></rect>
137
+ <rect x="3" y="11" width="18" height="2"></rect>
138
+ <rect x="3" y="17" width="18" height="2"></rect>
139
+ </svg>
140
+ </div>
141
+ <div class="center">
142
+ <div class="title">MULTI CURRENCY CONVERTER</div>
143
+ <div class="subtitle">Updated on November 10, 2023 10:23 AM</div>
144
+ </div>
145
+ <div class="right">
146
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="#fff">
147
+ <circle cx="12" cy="5" r="2"></circle>
148
+ <circle cx="12" cy="12" r="2"></circle>
149
+ <circle cx="12" cy="19" r="2"></circle>
150
+ </svg>
151
+ </div>
152
+ </div>
153
+
154
+ <!-- Rates section -->
155
+ <div class="rates">
156
+ <div class="topline">
157
+ EN
158
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#cfe8ff">
159
+ <path d="M12 3a9 9 0 1 0 9 9h-2a7 7 0 1 1-7-7V3z"></path>
160
+ </svg>
161
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#cfe8ff">
162
+ <path d="M7 7h10l-3-3M7 17h10l-3 3" stroke="#cfe8ff" stroke-width="2" fill="none"></path>
163
+ </svg>
164
+ </div>
165
+
166
+ <!-- Row 1 -->
167
+ <div class="currency-row">
168
+ <div class="mag">
169
+ <svg viewBox="0 0 24 24">
170
+ <circle cx="10" cy="10" r="6" stroke="#ff5b4f" stroke-width="3" fill="none"></circle>
171
+ <line x1="14" y1="14" x2="20" y2="20" stroke="#ff5b4f" stroke-width="3" />
172
+ </svg>
173
+ </div>
174
+ <div class="info">
175
+ <div class="code">EUR</div>
176
+ <div class="name">Euro</div>
177
+ </div>
178
+ <div class="flag">[IMG: Flag]</div>
179
+ <div class="arrow">
180
+ <svg viewBox="0 0 24 24"><polygon points="6,9 12,15 18,9" fill="#ff6a57"/></svg>
181
+ </div>
182
+ <div class="refresh">
183
+ <svg viewBox="0 0 24 24" fill="none">
184
+ <path d="M4 12a8 8 0 0 1 13.6-5.6L20 3v7h-7l3.1-3.1A6 6 0 1 0 18 12" stroke="#cfd8dc" stroke-width="2"></path>
185
+ </svg>
186
+ </div>
187
+ <div class="value">0</div>
188
+ </div>
189
+
190
+ <!-- Row 2 -->
191
+ <div class="currency-row">
192
+ <div class="mag">
193
+ <svg viewBox="0 0 24 24">
194
+ <circle cx="10" cy="10" r="6" stroke="#67b7ff" stroke-width="3" fill="none"></circle>
195
+ <line x1="14" y1="14" x2="20" y2="20" stroke="#67b7ff" stroke-width="3" />
196
+ </svg>
197
+ </div>
198
+ <div class="info">
199
+ <div class="code">USD</div>
200
+ <div class="name">U.S. Dollar</div>
201
+ </div>
202
+ <div class="flag small-flag">[IMG: Flag]</div>
203
+ <div class="arrow">
204
+ <svg viewBox="0 0 24 24"><polygon points="6,9 12,15 18,9" fill="#59b3ff"/></svg>
205
+ </div>
206
+ <div class="refresh">
207
+ <svg viewBox="0 0 24 24" fill="none">
208
+ <path d="M4 12a8 8 0 0 1 13.6-5.6L20 3v7h-7l3.1-3.1A6 6 0 1 0 18 12" stroke="#cfd8dc" stroke-width="2"></path>
209
+ </svg>
210
+ </div>
211
+ <div class="value">0</div>
212
+ </div>
213
+
214
+ <!-- Row 3 -->
215
+ <div class="currency-row">
216
+ <div class="mag">
217
+ <svg viewBox="0 0 24 24">
218
+ <circle cx="10" cy="10" r="6" stroke="#63d86a" stroke-width="3" fill="none"></circle>
219
+ <line x1="14" y1="14" x2="20" y2="20" stroke="#63d86a" stroke-width="3" />
220
+ </svg>
221
+ </div>
222
+ <div class="info">
223
+ <div class="code">NZD</div>
224
+ <div class="name">New Zealand Dollar</div>
225
+ </div>
226
+ <div class="flag small-flag">[IMG: Flag]</div>
227
+ <div class="arrow">
228
+ <svg viewBox="0 0 24 24"><polygon points="6,15 12,9 18,15" fill="#4bd067"/></svg>
229
+ </div>
230
+ <div class="refresh">
231
+ <svg viewBox="0 0 24 24" fill="none">
232
+ <path d="M4 12a8 8 0 0 1 13.6-5.6L20 3v7h-7l3.1-3.1A6 6 0 1 0 18 12" stroke="#cfd8dc" stroke-width="2"></path>
233
+ </svg>
234
+ </div>
235
+ <div class="value">0</div>
236
+ </div>
237
+
238
+ <!-- Row 4 -->
239
+ <div class="currency-row">
240
+ <div class="mag">
241
+ <svg viewBox="0 0 24 24">
242
+ <circle cx="10" cy="10" r="6" stroke="#e98ad0" stroke-width="3" fill="none"></circle>
243
+ <line x1="14" y1="14" x2="20" y2="20" stroke="#e98ad0" stroke-width="3" />
244
+ </svg>
245
+ </div>
246
+ <div class="info">
247
+ <div class="code">GHS</div>
248
+ <div class="name">Ghanaian Cedi</div>
249
+ </div>
250
+ <div class="flag small-flag">[IMG: Flag]</div>
251
+ <div class="arrow">
252
+ <svg viewBox="0 0 24 24"><polygon points="6,9 12,15 18,9" fill="#b864c5"/></svg>
253
+ </div>
254
+ <div class="refresh">
255
+ <svg viewBox="0 0 24 24" fill="none">
256
+ <path d="M4 12a8 8 0 0 1 13.6-5.6L20 3v7h-7l3.1-3.1A6 6 0 1 0 18 12" stroke="#cfd8dc" stroke-width="2"></path>
257
+ </svg>
258
+ </div>
259
+ <div class="value">0</div>
260
+ </div>
261
+ </div>
262
+
263
+ <!-- Calculator keypad -->
264
+ <div class="keypad">
265
+ <div class="key header">CONV</div>
266
+ <div class="key header">
267
+ VRT
268
+ <div class="sub red">✕</div>
269
+ </div>
270
+ <div class="key header">
271
+ CLR
272
+ <div class="sub green">↩</div>
273
+ </div>
274
+ <div class="key header">DEL</div>
275
+
276
+ <div class="key">9</div>
277
+ <div class="key"> </div>
278
+ <div class="key"> </div>
279
+ <div class="key operator">÷</div>
280
+
281
+ <div class="key">6</div>
282
+ <div class="key"> </div>
283
+ <div class="key"> </div>
284
+ <div class="key operator">×</div>
285
+
286
+ <div class="key">3</div>
287
+ <div class="key"> </div>
288
+ <div class="key"> </div>
289
+ <div class="key operator">−</div>
290
+
291
+ <div class="key">0</div>
292
+ <div class="key">0</div>
293
+ <div class="key operator">+</div>
294
+ <div class="key equal">=</div>
295
+
296
+ <div class="key operator">.</div>
297
+ <div class="key"> </div>
298
+ <div class="key"> </div>
299
+ <div class="key"> </div>
300
+ </div>
301
+
302
+ <!-- Dropdown overlay (country/currency list) -->
303
+ <div class="dropdown">
304
+ <div class="dd-item">
305
+ <div class="dd-txt">
306
+ <div class="dd-code">ERN</div>
307
+ <div class="dd-name">Eritrean Nakfa</div>
308
+ </div>
309
+ <div class="dd-flag">[IMG: Flag]</div>
310
+ </div>
311
+ <div class="dd-item">
312
+ <div class="dd-txt">
313
+ <div class="dd-code">ETB</div>
314
+ <div class="dd-name">Ethiopian Birr</div>
315
+ </div>
316
+ <div class="dd-flag">[IMG: Flag]</div>
317
+ </div>
318
+ <div class="dd-item">
319
+ <div class="dd-txt">
320
+ <div class="dd-code">EUR</div>
321
+ <div class="dd-name">Euro</div>
322
+ </div>
323
+ <div class="dd-flag">[IMG: Flag]</div>
324
+ </div>
325
+ <div class="dd-item">
326
+ <div class="dd-txt">
327
+ <div class="dd-code">FJD</div>
328
+ <div class="dd-name">Fijian Dollar</div>
329
+ </div>
330
+ <div class="dd-flag">[IMG: Flag]</div>
331
+ </div>
332
+ <div class="dd-item">
333
+ <div class="dd-txt">
334
+ <div class="dd-code">FKP</div>
335
+ <div class="dd-name">Falkland Islands Pound</div>
336
+ </div>
337
+ <div class="dd-flag">[IMG: Flag]</div>
338
+ </div>
339
+ <div class="dd-item">
340
+ <div class="dd-txt">
341
+ <div class="dd-code">GBP</div>
342
+ <div class="dd-name">British Pound Sterling</div>
343
+ </div>
344
+ <div class="dd-flag">[IMG: Flag]</div>
345
+ </div>
346
+ <div class="dd-item">
347
+ <div class="dd-txt">
348
+ <div class="dd-code">GEL</div>
349
+ <div class="dd-name">Georgian Lari</div>
350
+ </div>
351
+ <div class="dd-flag">[IMG: Flag]</div>
352
+ </div>
353
+ <div class="dd-item">
354
+ <div class="dd-txt">
355
+ <div class="dd-code">GGP</div>
356
+ <div class="dd-name">Guernsey Pound</div>
357
+ </div>
358
+ <div class="dd-flag">[IMG: Flag]</div>
359
+ </div>
360
+ <div class="dd-item">
361
+ <div class="dd-txt">
362
+ <div class="dd-code">GHS</div>
363
+ <div class="dd-name">Ghanaian Cedi</div>
364
+ </div>
365
+ <div class="dd-flag">[IMG: Flag]</div>
366
+ </div>
367
+ <div class="dd-item">
368
+ <div class="dd-txt">
369
+ <div class="dd-code">GIP</div>
370
+ <div class="dd-name">Gibraltar Pound</div>
371
+ </div>
372
+ <div class="dd-flag">[IMG: Flag]</div>
373
+ </div>
374
+ </div>
375
+
376
+ <!-- Bottom home indicator -->
377
+ <div class="home">
378
+ <div class="bar"></div>
379
+ </div>
380
+
381
+ </div>
382
+ </body>
383
+ </html>
code/6690/6690_8.html ADDED
@@ -0,0 +1,405 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
6
+ <title>Multi Currency Converter - 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:#111;
12
+ color:#fff;
13
+ }
14
+ /* Status bar */
15
+ .status-bar{
16
+ position:absolute; left:0; top:0; width:100%; height:120px;
17
+ background:#000; color:#fff; display:flex; align-items:center; padding:0 36px; box-sizing:border-box;
18
+ font-weight:600;
19
+ }
20
+ .status-left{ font-size:38px; }
21
+ .status-right{ margin-left:auto; display:flex; gap:26px; align-items:center; }
22
+ .dot{ width:12px; height:12px; background:#bbb; border-radius:50%; display:inline-block; }
23
+ .battery{ width:44px; height:24px; border:3px solid #fff; border-radius:4px; position:relative; }
24
+ .battery::after{ content:""; position:absolute; right:-8px; top:6px; width:6px; height:12px; background:#fff; border-radius:2px; }
25
+ .battery .level{ position:absolute; left:2px; top:2px; bottom:2px; right:8px; background:#fff; }
26
+ /* App bar */
27
+ .app-bar{
28
+ position:absolute; left:0; top:120px; width:100%; height:200px;
29
+ background:#1f1f1f; display:flex; align-items:center; padding:0 36px; box-sizing:border-box;
30
+ }
31
+ .hamburger, .kebab{ width:60px; height:60px; display:flex; align-items:center; justify-content:center; }
32
+ .title-wrap{ margin-left:18px; }
33
+ .title{ font-size:46px; font-weight:800; letter-spacing:1px; }
34
+ .subtitle{ margin-top:8px; color:#bdbdbd; font-size:26px; }
35
+ .kebab{ margin-left:auto; }
36
+ /* Currency section */
37
+ .currency-section{
38
+ position:absolute; left:0; top:320px; width:100%; height:860px;
39
+ background: linear-gradient(180deg, #4f7ea1 0%, #3a5f84 100%);
40
+ box-shadow: inset 0 -1px 0 rgba(0,0,0,0.3);
41
+ }
42
+ .section-topline{
43
+ display:flex; align-items:center; gap:18px; padding:18px 30px; color:#d7e4ef; font-size:28px;
44
+ opacity:0.9;
45
+ }
46
+ .rows{ padding:10px 0; }
47
+ .row{
48
+ display:flex; align-items:center; padding:26px 30px; box-sizing:border-box;
49
+ border-bottom:1px solid rgba(255,255,255,0.12);
50
+ }
51
+ .mag{
52
+ width:72px; height:72px; display:flex; align-items:center; justify-content:center; margin-right:20px;
53
+ }
54
+ .code-wrap{ width:480px; }
55
+ .code{ font-size:44px; font-weight:800; }
56
+ .name{ color:#d0d8df; font-size:26px; margin-top:8px; }
57
+ .flag{
58
+ width:86px; height:50px; background:#E0E0E0; border:1px solid #BDBDBD; color:#757575;
59
+ display:flex; align-items:center; justify-content:center; font-size:18px; border-radius:4px; margin:0 18px;
60
+ }
61
+ .mid-icons{ display:flex; align-items:center; gap:26px; flex:1; }
62
+ .down, .refresh{
63
+ width:40px; height:40px; display:flex; align-items:center; justify-content:center; opacity:0.9;
64
+ }
65
+ .value{ width:120px; text-align:right; font-size:78px; font-weight:700; color:#fff; }
66
+ /* Dropdown overlay */
67
+ .dropdown{
68
+ position:absolute; left:160px; top:880px; width:480px; height:1060px; background:#0b4f66;
69
+ border-radius:6px; overflow:auto; box-shadow:0 18px 40px rgba(0,0,0,0.45); border:1px solid rgba(255,255,255,0.12);
70
+ }
71
+ .drop-item{
72
+ padding:24px 20px; box-sizing:border-box; border-bottom:1px solid rgba(255,255,255,0.12);
73
+ color:#fff; display:flex; align-items:center; gap:18px;
74
+ }
75
+ .drop-text{ display:flex; flex-direction:column; }
76
+ .drop-code{ font-weight:800; font-size:36px; letter-spacing:1px; }
77
+ .drop-name{ color:#cde5ee; font-size:26px; margin-top:4px; }
78
+ .drop-flag{ width:68px; height:42px; background:#E0E0E0; border:1px solid #BDBDBD; color:#757575; display:flex; align-items:center; justify-content:center; font-size:16px; border-radius:4px; }
79
+ /* Keypad grid */
80
+ .keypad{
81
+ position:absolute; left:0; top:1180px; width:100%; height:930px; background:#2a2f33;
82
+ display:grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(5, 1fr);
83
+ }
84
+ .key{
85
+ border:1px solid rgba(255,255,255,0.12); color:#e7eef4; font-size:58px; display:flex; align-items:center; justify-content:center;
86
+ background:#474e53;
87
+ }
88
+ .key.dark{ background:#3e454a; }
89
+ .key.op{ background:#50565b; font-size:64px; }
90
+ .key.equal{ background:#c0392b; font-weight:800; }
91
+ .key.label{ font-size:40px; color:#cfd6db; }
92
+ /* Bottom tray */
93
+ .tray{
94
+ position:absolute; left:0; bottom:120px; width:100%; height:180px; background:#0f0f10; border-top:1px solid #222;
95
+ display:flex; align-items:center; gap:18px; padding:0 24px; box-sizing:border-box;
96
+ }
97
+ .thumb{
98
+ width:180px; height:130px; background:#E0E0E0; border:1px solid #BDBDBD; color:#757575;
99
+ display:flex; align-items:center; justify-content:center; font-size:22px; border-radius:6px;
100
+ flex:0 0 auto;
101
+ }
102
+ /* Gesture bar */
103
+ .gesture{
104
+ position:absolute; left:0; bottom:24px; width:100%; height:80px; display:flex; align-items:center; justify-content:center;
105
+ }
106
+ .pill{ width:300px; height:10px; background:#fff; border-radius:10px; opacity:0.85; }
107
+ </style>
108
+ </head>
109
+ <body>
110
+ <div id="render-target">
111
+ <!-- Status bar -->
112
+ <div class="status-bar">
113
+ <div class="status-left">10:27</div>
114
+ <div class="status-right">
115
+ <span class="dot"></span>
116
+ <span class="dot"></span>
117
+ <span class="dot"></span>
118
+ <span class="battery"><span class="level"></span></span>
119
+ <div style="font-size:28px;">100%</div>
120
+ <svg width="30" height="30" viewBox="0 0 24 24" fill="#fff"><circle cx="12" cy="12" r="10"/></svg>
121
+ </div>
122
+ </div>
123
+
124
+ <!-- App bar -->
125
+ <div class="app-bar">
126
+ <div class="hamburger">
127
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="#fff">
128
+ <rect x="3" y="5" width="18" height="2"/><rect x="3" y="11" width="18" height="2"/><rect x="3" y="17" width="18" height="2"/>
129
+ </svg>
130
+ </div>
131
+ <div class="title-wrap">
132
+ <div class="title">MULTI CURRENCY CONVERTER</div>
133
+ <div class="subtitle">Updated on November 10, 2023 10:23 AM</div>
134
+ </div>
135
+ <div class="kebab">
136
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#fff">
137
+ <circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/>
138
+ </svg>
139
+ </div>
140
+ </div>
141
+
142
+ <!-- Currency Section -->
143
+ <div class="currency-section">
144
+ <div class="section-topline">
145
+ EN
146
+ <svg width="30" height="30" viewBox="0 0 24 24" fill="#cfe4f5">
147
+ <path d="M3 12h4l3 8 4-16 3 8h4" stroke="#cfe4f5" stroke-width="2" fill="none"/>
148
+ </svg>
149
+ <svg width="30" height="30" viewBox="0 0 24 24" fill="#cfe4f5">
150
+ <path d="M12 4v16M4 12h16" stroke="#cfe4f5" stroke-width="2"/>
151
+ </svg>
152
+ </div>
153
+
154
+ <div class="rows">
155
+ <!-- Row 1 -->
156
+ <div class="row">
157
+ <div class="mag">
158
+ <svg width="60" height="60" viewBox="0 0 24 24">
159
+ <circle cx="10" cy="10" r="6" stroke="#ff564a" stroke-width="2" fill="none"/>
160
+ <rect x="14" y="14" width="7" height="2" transform="rotate(45 14 14)" fill="#ff564a"/>
161
+ </svg>
162
+ </div>
163
+ <div class="code-wrap">
164
+ <div class="code">EUR</div>
165
+ <div class="name">Euro</div>
166
+ </div>
167
+ <div class="flag">[FLAG]</div>
168
+ <div class="mid-icons">
169
+ <div class="down">
170
+ <svg width="30" height="30" viewBox="0 0 24 24" fill="#f06a55"><path d="M7 10l5 5 5-5z"/></svg>
171
+ </div>
172
+ <div class="refresh">
173
+ <svg width="30" height="30" viewBox="0 0 24 24" fill="none" stroke="#c9d3dc" stroke-width="2">
174
+ <path d="M20 12a8 8 0 1 1-2-5"/><path d="M20 4v6h-6"/>
175
+ </svg>
176
+ </div>
177
+ </div>
178
+ <div class="value">0</div>
179
+ </div>
180
+
181
+ <!-- Row 2 -->
182
+ <div class="row">
183
+ <div class="mag">
184
+ <svg width="60" height="60" viewBox="0 0 24 24">
185
+ <circle cx="10" cy="10" r="6" stroke="#62a9ea" stroke-width="2" fill="none"/>
186
+ <rect x="14" y="14" width="7" height="2" transform="rotate(45 14 14)" fill="#62a9ea"/>
187
+ </svg>
188
+ </div>
189
+ <div class="code-wrap">
190
+ <div class="code">USD</div>
191
+ <div class="name">U.S. Dollar</div>
192
+ </div>
193
+ <div class="flag">[FLAG]</div>
194
+ <div class="mid-icons">
195
+ <div class="down">
196
+ <svg width="30" height="30" viewBox="0 0 24 24" fill="#4aa3ff"><path d="M7 10l5 5 5-5z"/></svg>
197
+ </div>
198
+ <div class="refresh">
199
+ <svg width="30" height="30" viewBox="0 0 24 24" fill="none" stroke="#c9d3dc" stroke-width="2">
200
+ <path d="M20 12a8 8 0 1 1-2-5"/><path d="M20 4v6h-6"/>
201
+ </svg>
202
+ </div>
203
+ </div>
204
+ <div class="value">0</div>
205
+ </div>
206
+
207
+ <!-- Row 3 -->
208
+ <div class="row">
209
+ <div class="mag">
210
+ <svg width="60" height="60" viewBox="0 0 24 24">
211
+ <circle cx="10" cy="10" r="6" stroke="#6fe265" stroke-width="2" fill="none"/>
212
+ <rect x="14" y="14" width="7" height="2" transform="rotate(45 14 14)" fill="#6fe265"/>
213
+ </svg>
214
+ </div>
215
+ <div class="code-wrap">
216
+ <div class="code">NZD</div>
217
+ <div class="name">New Zealand Dollar</div>
218
+ </div>
219
+ <div class="flag">[FLAG]</div>
220
+ <div class="mid-icons">
221
+ <div class="down">
222
+ <svg width="30" height="30" viewBox="0 0 24 24" fill="#5cd45c"><path d="M7 10l5 5 5-5z"/></svg>
223
+ </div>
224
+ <div class="refresh">
225
+ <svg width="30" height="30" viewBox="0 0 24 24" fill="none" stroke="#c9d3dc" stroke-width="2">
226
+ <path d="M20 12a8 8 0 1 1-2-5"/><path d="M20 4v6h-6"/>
227
+ </svg>
228
+ </div>
229
+ </div>
230
+ <div class="value">0</div>
231
+ </div>
232
+
233
+ <!-- Row 4 -->
234
+ <div class="row">
235
+ <div class="mag">
236
+ <svg width="60" height="60" viewBox="0 0 24 24">
237
+ <circle cx="10" cy="10" r="6" stroke="#d86fdf" stroke-width="2" fill="none"/>
238
+ <rect x="14" y="14" width="7" height="2" transform="rotate(45 14 14)" fill="#d86fdf"/>
239
+ </svg>
240
+ </div>
241
+ <div class="code-wrap">
242
+ <div class="code">...</div>
243
+ <div class="name">Select Currency</div>
244
+ </div>
245
+ <div class="flag">[FLAG]</div>
246
+ <div class="mid-icons">
247
+ <div class="down">
248
+ <svg width="30" height="30" viewBox="0 0 24 24" fill="#cc7ddd"><path d="M7 10l5 5 5-5z"/></svg>
249
+ </div>
250
+ <div class="refresh">
251
+ <svg width="30" height="30" viewBox="0 0 24 24" fill="none" stroke="#c9d3dc" stroke-width="2">
252
+ <path d="M20 12a8 8 0 1 1-2-5"/><path d="M20 4v6h-6"/>
253
+ </svg>
254
+ </div>
255
+ </div>
256
+ <div class="value">0</div>
257
+ </div>
258
+ </div>
259
+ </div>
260
+
261
+ <!-- Dropdown overlay -->
262
+ <div class="dropdown">
263
+ <div class="drop-item" style="font-size:28px; color:#d6effa;">Colombian Peso</div>
264
+ <div class="drop-item">
265
+ <div class="drop-text">
266
+ <div class="drop-code">CRC</div>
267
+ <div class="drop-name">Costa Rican Colón</div>
268
+ </div>
269
+ <div class="drop-flag">[FLAG]</div>
270
+ </div>
271
+ <div class="drop-item">
272
+ <div class="drop-text">
273
+ <div class="drop-code">CUC</div>
274
+ <div class="drop-name">Cuban Convertible Peso</div>
275
+ </div>
276
+ <div class="drop-flag">[FLAG]</div>
277
+ </div>
278
+ <div class="drop-item">
279
+ <div class="drop-text">
280
+ <div class="drop-code">CUP</div>
281
+ <div class="drop-name">Cuban Peso</div>
282
+ </div>
283
+ <div class="drop-flag">[FLAG]</div>
284
+ </div>
285
+ <div class="drop-item">
286
+ <div class="drop-text">
287
+ <div class="drop-code">CVE</div>
288
+ <div class="drop-name">Cape Verdean Escudo</div>
289
+ </div>
290
+ <div class="drop-flag">[FLAG]</div>
291
+ </div>
292
+ <div class="drop-item">
293
+ <div class="drop-text">
294
+ <div class="drop-code">CZK</div>
295
+ <div class="drop-name">Czech Republic Koruna</div>
296
+ </div>
297
+ <div class="drop-flag">[FLAG]</div>
298
+ </div>
299
+ <div class="drop-item">
300
+ <div class="drop-text">
301
+ <div class="drop-code">DJF</div>
302
+ <div class="drop-name">Djiboutian Franc</div>
303
+ </div>
304
+ <div class="drop-flag">[FLAG]</div>
305
+ </div>
306
+ <div class="drop-item">
307
+ <div class="drop-text">
308
+ <div class="drop-code">DKK</div>
309
+ <div class="drop-name">Danish Krone</div>
310
+ </div>
311
+ <div class="drop-flag">[FLAG]</div>
312
+ </div>
313
+ <div class="drop-item">
314
+ <div class="drop-text">
315
+ <div class="drop-code">DOP</div>
316
+ <div class="drop-name">Dominican Peso</div>
317
+ </div>
318
+ <div class="drop-flag">[FLAG]</div>
319
+ </div>
320
+ <div class="drop-item">
321
+ <div class="drop-text">
322
+ <div class="drop-code">DZD</div>
323
+ <div class="drop-name">Algerian Dinar</div>
324
+ </div>
325
+ <div class="drop-flag">[FLAG]</div>
326
+ </div>
327
+ <div class="drop-item">
328
+ <div class="drop-text">
329
+ <div class="drop-code">EGP</div>
330
+ <div class="drop-name">Egyptian Pound</div>
331
+ </div>
332
+ <div class="drop-flag">[FLAG]</div>
333
+ </div>
334
+ <div class="drop-item">
335
+ <div class="drop-text">
336
+ <div class="drop-code">ERN</div>
337
+ <div class="drop-name">Eritrean Nakfa</div>
338
+ </div>
339
+ <div class="drop-flag">[FLAG]</div>
340
+ </div>
341
+ <div class="drop-item">
342
+ <div class="drop-text">
343
+ <div class="drop-code">ETB</div>
344
+ <div class="drop-name">Ethiopian Birr</div>
345
+ </div>
346
+ <div class="drop-flag">[FLAG]</div>
347
+ </div>
348
+ <div class="drop-item">
349
+ <div class="drop-text">
350
+ <div class="drop-code">EUR</div>
351
+ <div class="drop-name">Euro</div>
352
+ </div>
353
+ <div class="drop-flag">[FLAG]</div>
354
+ </div>
355
+ </div>
356
+
357
+ <!-- Keypad -->
358
+ <div class="keypad">
359
+ <div class="key label dark">CCUP D</div>
360
+ <div class="key dark" style="color:#ff5353;">✕</div>
361
+ <div class="key label dark">CLR</div>
362
+ <div class="key label dark" style="color:#d6ff6a;">←</div>
363
+
364
+ <div class="key">9</div>
365
+ <div class="key">6</div>
366
+ <div class="key">3</div>
367
+ <div class="key op">÷</div>
368
+
369
+ <div class="key">8</div>
370
+ <div class="key">5</div>
371
+ <div class="key">2</div>
372
+ <div class="key op">×</div>
373
+
374
+ <div class="key">7</div>
375
+ <div class="key">4</div>
376
+ <div class="key">1</div>
377
+ <div class="key op">−</div>
378
+
379
+ <div class="key">0</div>
380
+ <div class="key">0</div>
381
+ <div class="key">.</div>
382
+ <div class="key op">+</div>
383
+
384
+ <div class="key dark"></div>
385
+ <div class="key dark"></div>
386
+ <div class="key dark"></div>
387
+ <div class="key equal">=</div>
388
+ </div>
389
+
390
+ <!-- Bottom tray (image thumbnails) -->
391
+ <div class="tray">
392
+ <div class="thumb">[IMG: App Promo]</div>
393
+ <div class="thumb">[IMG: City Street]</div>
394
+ <div class="thumb">[IMG: Cathedral]</div>
395
+ <div class="thumb">[IMG: Tower]</div>
396
+ <div class="thumb">[IMG: Aerial City]</div>
397
+ </div>
398
+
399
+ <!-- Gesture bar -->
400
+ <div class="gesture">
401
+ <div class="pill"></div>
402
+ </div>
403
+ </div>
404
+ </body>
405
+ </html>
code/6690/6690_9.html ADDED
@@ -0,0 +1,447 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Multi Currency Converter Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ position: relative;
11
+ overflow: hidden;
12
+ width: 1080px;
13
+ height: 2400px;
14
+ background: #101214;
15
+ color: #fff;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0; left: 0;
22
+ width: 100%;
23
+ height: 120px;
24
+ background: #0b0b0c;
25
+ color: #fff;
26
+ display: flex;
27
+ align-items: center;
28
+ padding: 0 32px;
29
+ box-sizing: border-box;
30
+ font-weight: 600;
31
+ }
32
+ .status-left { font-size: 40px; letter-spacing: 1px; }
33
+ .status-right {
34
+ margin-left: auto;
35
+ display: flex; align-items: center; gap: 26px;
36
+ }
37
+ .dot { width: 10px; height: 10px; background: #cfd8dc; border-radius: 50%; opacity: .8; }
38
+ .battery {
39
+ display: flex; align-items: center; gap: 10px; font-size: 30px; color: #e0e0e0;
40
+ }
41
+ .battery-box { width: 44px; height: 24px; border: 3px solid #e0e0e0; position: relative; border-radius: 4px; }
42
+ .battery-box::after { content: ""; position: absolute; right: -10px; top: 5px; width: 6px; height: 14px; background: #e0e0e0; border-radius: 2px; }
43
+ .battery-fill { position: absolute; left: 2px; top: 2px; bottom: 2px; right: 2px; background: #8BC34A; }
44
+
45
+ /* App bar */
46
+ .appbar {
47
+ position: absolute; top: 120px; left: 0;
48
+ width: 100%; height: 220px;
49
+ background: #222629;
50
+ display: flex; align-items: center;
51
+ padding: 0 36px;
52
+ box-sizing: border-box;
53
+ }
54
+ .hamburger, .menudots { width: 84px; height: 84px; display: flex; align-items: center; justify-content: center; }
55
+ .title-block { margin-left: 18px; }
56
+ .title { font-size: 52px; font-weight: 800; letter-spacing: 1px; }
57
+ .subtitle { margin-top: 10px; color: #b0bec5; font-size: 28px; }
58
+ .menudots { margin-left: auto; }
59
+
60
+ /* Currency section */
61
+ .currency-area {
62
+ position: absolute; top: 340px; left: 0;
63
+ width: 100%; height: 980px;
64
+ background: linear-gradient(180deg, #446f92 0%, #365f81 100%);
65
+ border-top: 1px solid rgba(255,255,255,0.08);
66
+ border-bottom: 1px solid rgba(0,0,0,0.3);
67
+ box-sizing: border-box;
68
+ }
69
+ .lang-row {
70
+ display: flex; align-items: center; gap: 18px;
71
+ color: #dfe7ea; font-size: 26px; opacity: .9;
72
+ padding: 16px 24px 10px 24px;
73
+ }
74
+ .lang-row .pill { background: rgba(0,0,0,0.15); padding: 6px 12px; border-radius: 6px; }
75
+
76
+ .currency-list { margin-top: 10px; }
77
+ .currency-row {
78
+ display: flex; align-items: center;
79
+ padding: 28px 28px;
80
+ height: 220px;
81
+ border-bottom: 1px solid rgba(255,255,255,0.08);
82
+ box-sizing: border-box;
83
+ }
84
+ .search-icon { width: 84px; height: 84px; display: flex; align-items: center; justify-content: center; margin-right: 18px; }
85
+ .search-icon svg { width: 64px; height: 64px; }
86
+ .info { width: 360px; }
87
+ .code { font-size: 46px; font-weight: 800; }
88
+ .name { font-size: 28px; color: #d2e1ea; opacity: .9; margin-top: 6px; }
89
+ .flag {
90
+ width: 90px; height: 54px;
91
+ background: #E0E0E0;
92
+ border: 1px solid #BDBDBD;
93
+ color: #757575;
94
+ display: flex; align-items: center; justify-content: center;
95
+ font-size: 18px;
96
+ margin: 0 20px 0 6px;
97
+ }
98
+ .tiny { font-size: 16px; }
99
+
100
+ .tiny-arrow {
101
+ width: 0; height: 0;
102
+ border-left: 12px solid transparent;
103
+ border-right: 12px solid transparent;
104
+ border-top: 16px solid #ef5350; /* default red */
105
+ margin: 0 26px 0 10px;
106
+ }
107
+ .arrow-blue { border-top-color: #42a5f5; }
108
+ .arrow-green { border-top-color: #66bb6a; }
109
+ .arrow-purple{ border-top-color: #ab47bc; }
110
+
111
+ .refresh { width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; opacity: .8; margin-right: 30px; }
112
+ .refresh svg { width: 50px; height: 50px; fill: none; stroke: #cfd8dc; stroke-width: 6; }
113
+ .value {
114
+ margin-left: auto;
115
+ font-size: 120px;
116
+ font-weight: 700;
117
+ color: #e8f0f4;
118
+ width: 140px;
119
+ text-align: right;
120
+ }
121
+
122
+ /* Dropdown overlay */
123
+ .dropdown {
124
+ position: absolute;
125
+ top: 820px; left: 70px;
126
+ width: 520px; height: 1420px;
127
+ background: #094e62;
128
+ border-radius: 8px;
129
+ box-shadow: 0 10px 30px rgba(0,0,0,0.5);
130
+ overflow: hidden;
131
+ }
132
+ .dropdown-header { height: 18px; }
133
+ .dd-item {
134
+ display: flex; align-items: center;
135
+ padding: 26px 22px;
136
+ border-bottom: 1px solid rgba(255,255,255,0.08);
137
+ }
138
+ .dd-code {
139
+ font-size: 42px; font-weight: 800; width: 140px;
140
+ }
141
+ .dd-name {
142
+ font-size: 26px; color: #d8edf5;
143
+ }
144
+ .dd-flag {
145
+ margin-left: auto;
146
+ width: 72px; height: 44px;
147
+ background: #E0E0E0; border: 1px solid #BDBDBD; color: #757575;
148
+ display: flex; align-items: center; justify-content: center; font-size: 14px;
149
+ }
150
+
151
+ /* Keypad */
152
+ .keypad {
153
+ position: absolute; left: 0; top: 1320px;
154
+ width: 100%;
155
+ height: 930px;
156
+ background: #2b2f33;
157
+ display: grid;
158
+ grid-template-columns: repeat(4, 1fr);
159
+ grid-auto-rows: 186px;
160
+ border-top: 1px solid rgba(0,0,0,0.5);
161
+ }
162
+ .key {
163
+ display: flex; align-items: center; justify-content: center;
164
+ font-size: 80px; color: #e6ecef;
165
+ background: #59636a;
166
+ border: 2px solid rgba(0,0,0,0.35);
167
+ }
168
+ .key.dark { background: #494f54; }
169
+ .key.op { background: #42484d; font-size: 90px; }
170
+ .key.red { background: #c62828; color: #fff; }
171
+ .key.small { font-size: 44px; letter-spacing: 4px; font-weight: 700; }
172
+ .key.symbol { font-size: 86px; }
173
+ .key.dot { font-size: 110px; }
174
+
175
+ /* Bottom gesture bar */
176
+ .home-indicator {
177
+ position: absolute; bottom: 24px; left: 50%;
178
+ transform: translateX(-50%);
179
+ width: 330px; height: 10px; background: #ffffff; border-radius: 10px; opacity: .9;
180
+ }
181
+
182
+ /* Icon color helpers */
183
+ .c-red svg { stroke: #ef5350; fill: none; }
184
+ .c-blue svg { stroke: #42a5f5; fill: none; }
185
+ .c-green svg { stroke: #66bb6a; fill: none; }
186
+ .c-purple svg { stroke: #ab47bc; fill: none; }
187
+ </style>
188
+ </head>
189
+ <body>
190
+ <div id="render-target">
191
+
192
+ <!-- Status bar -->
193
+ <div class="status-bar">
194
+ <div class="status-left">10:27</div>
195
+ <div class="status-right">
196
+ <div class="dot"></div>
197
+ <div class="dot"></div>
198
+ <div class="dot"></div>
199
+ <div class="dot"></div>
200
+ <div class="battery">
201
+ <div class="battery-box"><div class="battery-fill"></div></div>
202
+ 100%
203
+ </div>
204
+ </div>
205
+ </div>
206
+
207
+ <!-- App bar -->
208
+ <div class="appbar">
209
+ <div class="hamburger">
210
+ <svg viewBox="0 0 24 24" width="64" height="64">
211
+ <rect x="3" y="5" width="18" height="2" fill="#e0e0e0"></rect>
212
+ <rect x="3" y="11" width="18" height="2" fill="#e0e0e0"></rect>
213
+ <rect x="3" y="17" width="18" height="2" fill="#e0e0e0"></rect>
214
+ </svg>
215
+ </div>
216
+ <div class="title-block">
217
+ <div class="title">MULTI CURRENCY CONVERTER</div>
218
+ <div class="subtitle">Updated on November 10, 2023 10:23 AM</div>
219
+ </div>
220
+ <div class="menudots">
221
+ <svg viewBox="0 0 24 24" width="56" height="56">
222
+ <circle cx="12" cy="5" r="2.2" fill="#e0e0e0"></circle>
223
+ <circle cx="12" cy="12" r="2.2" fill="#e0e0e0"></circle>
224
+ <circle cx="12" cy="19" r="2.2" fill="#e0e0e0"></circle>
225
+ </svg>
226
+ </div>
227
+ </div>
228
+
229
+ <!-- Currency section -->
230
+ <div class="currency-area">
231
+ <div class="lang-row">
232
+ <span class="pill">EN</span>
233
+ <svg width="34" height="34" viewBox="0 0 24 24" style="opacity:.9">
234
+ <path d="M3 10h4v4H3z" fill="#dfe7ea"></path>
235
+ <path d="M7 8l4-3v14l-4-3" fill="#dfe7ea"></path>
236
+ </svg>
237
+ <svg width="36" height="36" viewBox="0 0 24 24" style="opacity:.9">
238
+ <path d="M7 7h10l-2 2h-6l-2-2zm0 10h10l-2-2h-6l-2 2z" fill="#dfe7ea"></path>
239
+ </svg>
240
+ </div>
241
+
242
+ <div class="currency-list">
243
+ <!-- Row 1 -->
244
+ <div class="currency-row">
245
+ <div class="search-icon c-red">
246
+ <svg viewBox="0 0 24 24">
247
+ <circle cx="10" cy="10" r="6" stroke-width="2"></circle>
248
+ <line x1="14" y1="14" x2="20" y2="20" stroke-width="3"></line>
249
+ </svg>
250
+ </div>
251
+ <div class="info">
252
+ <div class="code">EUR</div>
253
+ <div class="name">Euro</div>
254
+ </div>
255
+ <div class="flag">[IMG: EU Flag]</div>
256
+ <div class="tiny-arrow"></div>
257
+ <div class="refresh">
258
+ <svg viewBox="0 0 24 24">
259
+ <path d="M4 12a8 8 0 0 1 13.9-5.5" />
260
+ <polyline points="18 3 18 7 14 7"></polyline>
261
+ <path d="M20 12a8 8 0 0 1-13.9 5.5" />
262
+ <polyline points="6 21 6 17 10 17"></polyline>
263
+ </svg>
264
+ </div>
265
+ <div class="value">0</div>
266
+ </div>
267
+
268
+ <!-- Row 2 -->
269
+ <div class="currency-row">
270
+ <div class="search-icon c-blue">
271
+ <svg viewBox="0 0 24 24">
272
+ <circle cx="10" cy="10" r="6" stroke-width="2"></circle>
273
+ <line x1="14" y1="14" x2="20" y2="20" stroke-width="3"></line>
274
+ </svg>
275
+ </div>
276
+ <div class="info">
277
+ <div class="code">USD</div>
278
+ <div class="name">U.S. Dollar</div>
279
+ </div>
280
+ <div class="flag">[IMG: US Flag]</div>
281
+ <div class="tiny-arrow arrow-blue"></div>
282
+ <div class="refresh">
283
+ <svg viewBox="0 0 24 24">
284
+ <path d="M4 12a8 8 0 0 1 13.9-5.5" />
285
+ <polyline points="18 3 18 7 14 7"></polyline>
286
+ <path d="M20 12a8 8 0 0 1-13.9 5.5" />
287
+ <polyline points="6 21 6 17 10 17"></polyline>
288
+ </svg>
289
+ </div>
290
+ <div class="value">0</div>
291
+ </div>
292
+
293
+ <!-- Row 3 -->
294
+ <div class="currency-row">
295
+ <div class="search-icon c-green">
296
+ <svg viewBox="0 0 24 24">
297
+ <circle cx="10" cy="10" r="6" stroke-width="2"></circle>
298
+ <line x1="14" y1="14" x2="20" y2="20" stroke-width="3"></line>
299
+ </svg>
300
+ </div>
301
+ <div class="info">
302
+ <div class="code">NZD</div>
303
+ <div class="name">New Zealand Dollar</div>
304
+ </div>
305
+ <div class="flag">[IMG: NZ Flag]</div>
306
+ <div class="tiny-arrow arrow-green"></div>
307
+ <div class="refresh">
308
+ <svg viewBox="0 0 24 24">
309
+ <path d="M4 12a8 8 0 0 1 13.9-5.5" />
310
+ <polyline points="18 3 18 7 14 7"></polyline>
311
+ <path d="M20 12a8 8 0 0 1-13.9 5.5" />
312
+ <polyline points="6 21 6 17 10 17"></polyline>
313
+ </svg>
314
+ </div>
315
+ <div class="value">0</div>
316
+ </div>
317
+
318
+ <!-- Row 4 (placeholder) -->
319
+ <div class="currency-row">
320
+ <div class="search-icon c-purple">
321
+ <svg viewBox="0 0 24 24">
322
+ <circle cx="10" cy="10" r="6" stroke-width="2"></circle>
323
+ <line x1="14" y1="14" x2="20" y2="20" stroke-width="3"></line>
324
+ </svg>
325
+ </div>
326
+ <div class="info">
327
+ <div class="code">---</div>
328
+ <div class="name">Select Currency</div>
329
+ </div>
330
+ <div class="flag">[IMG: Flag]</div>
331
+ <div class="tiny-arrow arrow-purple"></div>
332
+ <div class="refresh">
333
+ <svg viewBox="0 0 24 24">
334
+ <path d="M4 12a8 8 0 0 1 13.9-5.5" />
335
+ <polyline points="18 3 18 7 14 7"></polyline>
336
+ <path d="M20 12a8 8 0 0 1-13.9 5.5" />
337
+ <polyline points="6 21 6 17 10 17"></polyline>
338
+ </svg>
339
+ </div>
340
+ <div class="value">0</div>
341
+ </div>
342
+ </div>
343
+ </div>
344
+
345
+ <!-- Dropdown overlay -->
346
+ <div class="dropdown">
347
+ <div class="dropdown-header"></div>
348
+ <div class="dd-item">
349
+ <div class="dd-code">BWP</div>
350
+ <div class="dd-name">Botswanan Pula</div>
351
+ <div class="dd-flag">[IMG]</div>
352
+ </div>
353
+ <div class="dd-item">
354
+ <div class="dd-code">BYN</div>
355
+ <div class="dd-name">New Belarusian Ruble</div>
356
+ <div class="dd-flag">[IMG]</div>
357
+ </div>
358
+ <div class="dd-item">
359
+ <div class="dd-code">BYR</div>
360
+ <div class="dd-name">Belarusian Ruble</div>
361
+ <div class="dd-flag">[IMG]</div>
362
+ </div>
363
+ <div class="dd-item">
364
+ <div class="dd-code">BZD</div>
365
+ <div class="dd-name">Belize Dollar</div>
366
+ <div class="dd-flag">[IMG]</div>
367
+ </div>
368
+ <div class="dd-item">
369
+ <div class="dd-code">CAD</div>
370
+ <div class="dd-name">Canadian Dollar</div>
371
+ <div class="dd-flag">[IMG]</div>
372
+ </div>
373
+ <div class="dd-item">
374
+ <div class="dd-code">CDF</div>
375
+ <div class="dd-name">Congolese Franc</div>
376
+ <div class="dd-flag">[IMG]</div>
377
+ </div>
378
+ <div class="dd-item">
379
+ <div class="dd-code">CHF</div>
380
+ <div class="dd-name">Swiss Franc</div>
381
+ <div class="dd-flag">[IMG]</div>
382
+ </div>
383
+ <div class="dd-item">
384
+ <div class="dd-code">CLF</div>
385
+ <div class="dd-name">Chilean Unit of Account (UF)</div>
386
+ <div class="dd-flag">[IMG]</div>
387
+ </div>
388
+ <div class="dd-item">
389
+ <div class="dd-code">CLP</div>
390
+ <div class="dd-name">Chilean Peso</div>
391
+ <div class="dd-flag">[IMG]</div>
392
+ </div>
393
+ <div class="dd-item">
394
+ <div class="dd-code">CNY</div>
395
+ <div class="dd-name">Chinese Yuan</div>
396
+ <div class="dd-flag">[IMG]</div>
397
+ </div>
398
+ <div class="dd-item">
399
+ <div class="dd-code">COP</div>
400
+ <div class="dd-name">Colombian Peso</div>
401
+ <div class="dd-flag">[IMG]</div>
402
+ </div>
403
+ <div class="dd-item">
404
+ <div class="dd-code">CRC</div>
405
+ <div class="dd-name">Costa Rican Colón</div>
406
+ <div class="dd-flag">[IMG]</div>
407
+ </div>
408
+ <div class="dd-item">
409
+ <div class="dd-code">CUC</div>
410
+ <div class="dd-name">Cuban Convertible Peso</div>
411
+ <div class="dd-flag">[IMG]</div>
412
+ </div>
413
+ </div>
414
+
415
+ <!-- Keypad -->
416
+ <div class="keypad">
417
+ <div class="key small dark">C00</div>
418
+ <div class="key small">CVD</div>
419
+ <div class="key small dark">CLR</div>
420
+ <div class="key small">DEL</div>
421
+
422
+ <div class="key dark">9</div>
423
+ <div class="key">8</div>
424
+ <div class="key dark">7</div>
425
+ <div class="key op">÷</div>
426
+
427
+ <div class="key">6</div>
428
+ <div class="key dark">5</div>
429
+ <div class="key">4</div>
430
+ <div class="key op">×</div>
431
+
432
+ <div class="key dark">3</div>
433
+ <div class="key">2</div>
434
+ <div class="key dark">1</div>
435
+ <div class="key op">−</div>
436
+
437
+ <div class="key">0</div>
438
+ <div class="key dot dark">·</div>
439
+ <div class="key">0</div>
440
+ <div class="key red">=</div>
441
+ </div>
442
+
443
+ <!-- Home indicator -->
444
+ <div class="home-indicator"></div>
445
+ </div>
446
+ </body>
447
+ </html>
code/6692/6692_0.html ADDED
@@ -0,0 +1,290 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Reviews Screen</title>
6
+ <style>
7
+ body { margin:0; padding:0; background: transparent; }
8
+ #render-target {
9
+ width:1080px; height:2400px;
10
+ position:relative; overflow:hidden;
11
+ background:#252525; color:#FFFFFF;
12
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, Arial, sans-serif;
13
+ }
14
+
15
+ .status-bar {
16
+ height:70px;
17
+ padding:0 32px;
18
+ display:flex;
19
+ align-items:center;
20
+ justify-content:space-between;
21
+ color:#fff;
22
+ font-size:34px;
23
+ background:#252525;
24
+ }
25
+ .status-icons { display:flex; align-items:center; gap:22px; opacity:0.9; }
26
+ .app-bar {
27
+ height:120px;
28
+ display:flex; align-items:center;
29
+ padding:0 28px;
30
+ background:#2c2c2c;
31
+ border-bottom:1px solid #3a3a3a;
32
+ }
33
+ .app-bar h1 {
34
+ margin:0 0 0 20px;
35
+ font-size:54px; font-weight:600; letter-spacing:0.2px;
36
+ }
37
+
38
+ .content {
39
+ padding:30px 32px;
40
+ }
41
+
42
+ .product-row {
43
+ display:flex; align-items:center;
44
+ gap:26px;
45
+ padding:24px 0;
46
+ }
47
+ .img-ph {
48
+ width:140px; height:120px;
49
+ background:#E0E0E0; border:1px solid #BDBDBD;
50
+ border-radius:18px;
51
+ display:flex; justify-content:center; align-items:center;
52
+ color:#757575; font-size:26px; text-align:center;
53
+ }
54
+ .product-title { font-size:42px; font-weight:500; }
55
+ .add-cart {
56
+ margin-left:auto;
57
+ background:#ffffff; color:#1f1f1f;
58
+ border-radius:60px; padding:22px 38px;
59
+ display:flex; align-items:center; gap:18px;
60
+ font-size:40px; font-weight:600;
61
+ box-shadow:0 2px 0 rgba(0,0,0,0.15) inset;
62
+ }
63
+
64
+ .ratings { margin-top:14px; padding-bottom:22px; }
65
+ .rating-line {
66
+ display:flex; align-items:center;
67
+ margin:18px 0;
68
+ }
69
+ .rating-label { width:165px; color:#58a6ff; font-size:40px; }
70
+ .bar-track {
71
+ width:620px; height:22px; background:#5a5a5a; border-radius:12px;
72
+ overflow:hidden; margin:0 18px;
73
+ }
74
+ .bar-fill { height:100%; background:#F79E1B; }
75
+ .percent { width:80px; text-align:right; color:#bdbdbd; font-size:36px; }
76
+
77
+ .filters {
78
+ display:flex; gap:26px; padding:26px 0 16px 0;
79
+ }
80
+ .chip {
81
+ display:flex; align-items:center; gap:16px;
82
+ padding:18px 28px; border-radius:40px; border:2px solid #6a6a6a;
83
+ color:#e6e6e6; font-size:36px;
84
+ background:#2b2b2b;
85
+ }
86
+
87
+ .review {
88
+ background:#1f1f1f;
89
+ padding:34px;
90
+ border-top:1px solid #3a3a3a;
91
+ }
92
+ .review-header {
93
+ display:flex; align-items:center; justify-content:space-between;
94
+ margin-bottom:14px;
95
+ }
96
+ .stars { font-size:44px; letter-spacing:6px; }
97
+ .date { color:#c0c0c0; font-size:32px; }
98
+ .review p {
99
+ margin:14px 0;
100
+ font-size:40px; line-height:1.35; color:#f1f1f1;
101
+ }
102
+ .author { color:#9e9e9e; font-size:34px; margin-top:12px; }
103
+
104
+ .bottom-nav {
105
+ position:absolute; left:0; bottom:90px;
106
+ width:100%; height:160px;
107
+ background:#2c2c2c; border-top:1px solid #3a3a3a;
108
+ display:flex; align-items:center; justify-content:space-around;
109
+ }
110
+ .nav-item { display:flex; flex-direction:column; align-items:center; gap:12px; color:#eaeaea; font-size:32px; }
111
+ .nav-icon { width:52px; height:52px; }
112
+ .badge {
113
+ position:absolute; top:-6px; right:-10px;
114
+ background:#ff7d33; color:#fff; border-radius:20px;
115
+ padding:6px 10px; font-size:26px;
116
+ }
117
+ .home-indicator {
118
+ position:absolute; left:50%; transform:translateX(-50%);
119
+ bottom:24px; width:360px; height:12px; background:#d9d9d9; border-radius:10px; opacity:0.8;
120
+ }
121
+
122
+ /* Small helper */
123
+ .spacer { height:18px; }
124
+ </style>
125
+ </head>
126
+ <body>
127
+ <div id="render-target">
128
+
129
+ <!-- Status bar -->
130
+ <div class="status-bar">
131
+ <div>10:02</div>
132
+ <div class="status-icons">
133
+ <!-- Simple "snap" and other tiny glyphs omitted; show two basic icons -->
134
+ <svg class="nav-icon" viewBox="0 0 24 24" width="34" height="34">
135
+ <path fill="#fff" d="M4 12c0-4.4 3.6-8 8-8s8 3.6 8 8-3.6 8-8 8-8-3.6-8-8z"/>
136
+ </svg>
137
+ <!-- Wi-Fi -->
138
+ <svg viewBox="0 0 24 24" width="34" height="34">
139
+ <path fill="#fff" d="M12 20l2-2-2-2-2 2 2 2zm-6-8c3.3-3.3 8.7-3.3 12 0l1.4-1.4c-4-4-10.8-4-14.8 0L6 12zm3 3c2.1-2.1 5.9-2.1 8 0l1.4-1.4c-2.9-2.9-7.9-2.9-10.8 0L9 15z"/>
140
+ </svg>
141
+ <!-- Battery -->
142
+ <svg viewBox="0 0 28 16" width="46" height="30">
143
+ <rect x="1" y="3" width="22" height="10" rx="2" fill="none" stroke="#fff" stroke-width="2"/>
144
+ <rect x="3" y="5" width="18" height="6" rx="1" fill="#fff"/>
145
+ <rect x="24" y="6" width="3" height="4" rx="0.8" fill="#fff"/>
146
+ </svg>
147
+ </div>
148
+ </div>
149
+
150
+ <!-- App bar -->
151
+ <div class="app-bar">
152
+ <!-- Back arrow -->
153
+ <svg width="60" height="60" viewBox="0 0 24 24">
154
+ <path fill="#fff" d="M15.5 19l-7-7 7-7 1.5 1.5L11 12l6 6-1.5 1z"/>
155
+ </svg>
156
+ <h1>Reviews (24)</h1>
157
+ </div>
158
+
159
+ <!-- Body content -->
160
+ <div class="content">
161
+ <div class="product-row">
162
+ <div class="img-ph">[IMG: Door knob plate]</div>
163
+ <div class="product-title">Decorative door knob<br>plates</div>
164
+ <div class="add-cart">
165
+ <span>Add to cart</span>
166
+ <svg width="46" height="46" viewBox="0 0 24 24">
167
+ <path fill="#1f1f1f" d="M7 6h12l-1.5 8h-10L5 4H2V2h4l1 4zm2 14a2 2 0 110-4 2 2 0 010 4zm8 0a2 2 0 110-4 2 2 0 010 4z"/>
168
+ <path fill="#1f1f1f" d="M18 7h-6v2h6V7zm-6 0v2l-2-1 2-1z"/>
169
+ <circle cx="20" cy="9" r="0" fill="#1f1f1f"/>
170
+ </svg>
171
+ <svg width="28" height="28" viewBox="0 0 24 24">
172
+ <path fill="#1f1f1f" d="M11 5h2v4h4v2h-4v4h-2v-4H7V9h4V5z"/>
173
+ </svg>
174
+ </div>
175
+ </div>
176
+
177
+ <!-- Ratings summary -->
178
+ <div class="ratings">
179
+ <div class="rating-line">
180
+ <div class="rating-label">5 star</div>
181
+ <div class="bar-track"><div class="bar-fill" style="width:95%"></div></div>
182
+ <div class="percent">95%</div>
183
+ </div>
184
+ <div class="rating-line">
185
+ <div class="rating-label">4 star</div>
186
+ <div class="bar-track"><div class="bar-fill" style="width:15%; background:#F79E1B;"></div></div>
187
+ <div class="percent">5%</div>
188
+ </div>
189
+ <div class="rating-line">
190
+ <div class="rating-label" style="color:#9ec9ff">3 star</div>
191
+ <div class="bar-track"><div class="bar-fill" style="width:2%; background:#7a7a7a;"></div></div>
192
+ <div class="percent">0%</div>
193
+ </div>
194
+ <div class="rating-line">
195
+ <div class="rating-label" style="color:#9ec9ff">2 star</div>
196
+ <div class="bar-track"><div class="bar-fill" style="width:2%; background:#7a7a7a;"></div></div>
197
+ <div class="percent">0%</div>
198
+ </div>
199
+ <div class="rating-line">
200
+ <div class="rating-label" style="color:#9ec9ff">1 star</div>
201
+ <div class="bar-track"><div class="bar-fill" style="width:2%; background:#7a7a7a;"></div></div>
202
+ <div class="percent">0%</div>
203
+ </div>
204
+ </div>
205
+
206
+ <!-- Filters -->
207
+ <div class="filters">
208
+ <div class="chip">
209
+ <svg width="40" height="40" viewBox="0 0 24 24">
210
+ <path fill="#e6e6e6" d="M7 10l5-5 5 5H7zm0 4h10l-5 5-5-5z"/>
211
+ </svg>
212
+ <span>Suggested</span>
213
+ </div>
214
+ <div class="chip">
215
+ <svg width="40" height="40" viewBox="0 0 24 24">
216
+ <path fill="#e6e6e6" d="M4 4h16v16H4V4zm3 3v10h10V7H7z"/>
217
+ </svg>
218
+ <span>With photos</span>
219
+ </div>
220
+ </div>
221
+
222
+ <!-- Reviews -->
223
+ <div class="review">
224
+ <div class="review-header">
225
+ <div class="stars">★ ★ ★ ★ ★</div>
226
+ <div class="date">Feb 18, 2023</div>
227
+ </div>
228
+ <p>The item is as described, made of wood and painted matte black. I spray painted it again with gloss black. Looks great on the door handle, fit well with standard knob. Will see how it wears with use!</p>
229
+ <div class="author">Devyn Norn</div>
230
+ </div>
231
+
232
+ <div class="review">
233
+ <div class="review-header">
234
+ <div class="stars">★ ★ ★ ★ ★</div>
235
+ <div class="date">Oct 15, 2023</div>
236
+ </div>
237
+ <p>The quality and style were perfect, just what I wanted to match my Edwardian house. My only comment is that a white version was not available as I had to paint them to remove the black. Alternatively just leave them plain. Received within a couple of day so very pleased.</p>
238
+ <div class="author">Mrs Lori Wilson-Blakely</div>
239
+ </div>
240
+
241
+ <div class="review">
242
+ <div class="review-header">
243
+ <div class="stars">★ ★ ★ ★ ★</div>
244
+ <div class="date">Sep 14, 2022</div>
245
+ </div>
246
+ <p>Arrived quickly. My entry door was getting scratched around the door knob and I thought this would help protect the surface — looks great and does the job.</p>
247
+ <div class="author">Anonymous</div>
248
+ </div>
249
+ </div>
250
+
251
+ <!-- Bottom navigation -->
252
+ <div class="bottom-nav">
253
+ <div class="nav-item" style="position:relative;">
254
+ <svg class="nav-icon" viewBox="0 0 24 24">
255
+ <path fill="#fff" d="M12 3l9 7v10h-6v-6H9v6H3V10l9-7z"/>
256
+ </svg>
257
+ <div>Home</div>
258
+ </div>
259
+ <div class="nav-item">
260
+ <svg class="nav-icon" viewBox="0 0 24 24">
261
+ <path fill="#fff" d="M12 21s-7-4.6-7-10a5 5 0 0110 0 5 5 0 0110 0c0 5.4-7 10-7 10s-3-1.9-6 0z" transform="scale(0.85) translate(2 2)"/>
262
+ </svg>
263
+ <div>Favorites</div>
264
+ </div>
265
+ <div class="nav-item" style="position:relative;">
266
+ <svg class="nav-icon" viewBox="0 0 24 24">
267
+ <path fill="#fff" d="M3 12l9-9 9 9-9 9-9-9zm9-6l6 6-6 6-6-6 6-6z"/>
268
+ </svg>
269
+ <div style="position:absolute; top:2px; right:22px; width:14px; height:14px; background:#ff8c39; border-radius:50%;"></div>
270
+ <div>Deals</div>
271
+ </div>
272
+ <div class="nav-item">
273
+ <svg class="nav-icon" viewBox="0 0 24 24">
274
+ <path fill="#fff" d="M12 12a5 5 0 100-10 5 5 0 000 10zm7 9H5v-1a7 7 0 0114 0v1z"/>
275
+ </svg>
276
+ <div>You</div>
277
+ </div>
278
+ <div class="nav-item" style="position:relative;">
279
+ <svg class="nav-icon" viewBox="0 0 24 24">
280
+ <path fill="#fff" d="M7 6h12l-1.5 8h-10L5 4H2V2h4l1 4zm2 14a2 2 0 110-4 2 2 0 010 4zm8 0a2 2 0 110-4 2 2 0 010 4z"/>
281
+ </svg>
282
+ <div style="position:absolute; top:-10px; right:6px;" class="badge">2</div>
283
+ <div>Cart</div>
284
+ </div>
285
+ </div>
286
+
287
+ <div class="home-indicator"></div>
288
+ </div>
289
+ </body>
290
+ </html>
code/6692/6692_1.html ADDED
@@ -0,0 +1,246 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Item Reviews - Dark UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #121212; color: #fff;
12
+ }
13
+ .status-bar {
14
+ height: 90px; padding: 0 40px; display: flex; align-items: center; justify-content: space-between; color: #fff; font-weight: 600; font-size: 34px; opacity: 0.9;
15
+ }
16
+ .toolbar {
17
+ height: 120px; padding: 0 30px; display: flex; align-items: center; justify-content: space-between; color: #fff; border-bottom: 2px solid #2b2b2b;
18
+ }
19
+ .icon-btn { width: 96px; height: 96px; display: flex; align-items: center; justify-content: center; }
20
+ .icon { width: 44px; height: 44px; fill: none; stroke: #fff; stroke-width: 6; }
21
+ .content {
22
+ padding: 24px 40px 280px 40px;
23
+ }
24
+ .section-header {
25
+ display: flex; align-items: center; justify-content: space-between;
26
+ padding: 32px 0 24px; border-bottom: 2px solid #2b2b2b;
27
+ }
28
+ .section-title { font-size: 54px; font-weight: 700; }
29
+ .chevron-up svg { width: 36px; height: 36px; stroke: #fff; stroke-width: 6; fill: none; }
30
+ .ratings-wrap { display: flex; gap: 40px; padding: 36px 0 12px; }
31
+ .rating-left { width: 300px; }
32
+ .rating-number { font-size: 126px; font-weight: 800; line-height: 1; }
33
+ .rating-star { display: inline-flex; align-items: center; gap: 10px; margin-left: 12px; }
34
+ .rating-sub { color: #bdbdbd; font-size: 34px; margin-top: 12px; }
35
+ .rating-right { flex: 1; }
36
+ .rating-row { display: grid; grid-template-columns: 340px 1fr 90px; align-items: center; gap: 20px; margin: 14px 0; font-size: 40px; }
37
+ .bar { height: 20px; background: #3a3a3a; border-radius: 20px; overflow: hidden; }
38
+ .bar > span { display: block; height: 100%; background: #fff; border-radius: 20px; }
39
+ .subsection-title { font-size: 52px; font-weight: 700; margin: 22px 0; }
40
+ .review-card {
41
+ background: #242424; border-radius: 28px; padding: 32px; color: #eaeaea;
42
+ box-shadow: 0 2px 0 rgba(255,255,255,0.04);
43
+ width: 100%;
44
+ }
45
+ .review-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
46
+ .stars { display: flex; gap: 8px; }
47
+ .stars svg { width: 38px; height: 38px; fill: #fff; }
48
+ .review-date { color: #bdbdbd; font-size: 34px; }
49
+ .review-text { font-size: 40px; line-height: 1.45; color: #f1f1f1; }
50
+ .review-author { color: #9e9e9e; font-size: 34px; margin-top: 26px; }
51
+ .outline-btn {
52
+ margin: 40px auto; width: 880px; height: 120px; border-radius: 60px;
53
+ border: 3px solid #fff; color: #fff; background: transparent;
54
+ font-size: 44px; font-weight: 700; display: flex; align-items: center; justify-content: center;
55
+ }
56
+ .divider { height: 2px; background: #2b2b2b; margin: 26px 0 18px; }
57
+ .list-header { display: flex; align-items: center; justify-content: space-between; }
58
+ .details-list { margin-top: 26px; }
59
+ .detail-item {
60
+ display: flex; align-items: center; gap: 26px; padding: 22px 0; color: #ddd; font-size: 44px;
61
+ }
62
+ .detail-icon { width: 56px; height: 56px; stroke: #ddd; stroke-width: 6; fill: none; }
63
+ /* Sticky add-to-cart sheet */
64
+ .add-sheet {
65
+ position: absolute; left: 0; right: 0; bottom: 160px;
66
+ height: 220px; background: #333; display: flex; align-items: center; justify-content: center;
67
+ }
68
+ .add-btn {
69
+ width: 900px; height: 120px; border-radius: 60px; background: #fff; color: #111; font-weight: 800; font-size: 46px; display: flex; align-items: center; justify-content: center;
70
+ box-shadow: 0 8px 24px rgba(0,0,0,0.35);
71
+ }
72
+ /* Bottom navigation */
73
+ .bottom-nav {
74
+ position: absolute; left: 0; right: 0; bottom: 0; height: 160px; background: #1a1a1a;
75
+ display: flex; align-items: center; justify-content: space-around; color: #fff;
76
+ border-top: 2px solid #2b2b2b;
77
+ }
78
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 10px; font-size: 34px; }
79
+ .nav-icon { width: 48px; height: 48px; stroke: #fff; stroke-width: 6; fill: none; }
80
+ .badge-dot, .badge-count {
81
+ position: absolute; background: #ff9f73; color: #111; border-radius: 999px; font-weight: 700;
82
+ }
83
+ .badge-dot { width: 18px; height: 18px; right: -6px; top: -6px; }
84
+ .badge-count { min-width: 40px; height: 40px; right: -16px; top: -16px; display: flex; align-items: center; justify-content: center; font-size: 28px; }
85
+ .gesture-bar {
86
+ position: absolute; bottom: 8px; left: 50%; transform: translateX(-50%);
87
+ width: 300px; height: 10px; border-radius: 8px; background: #f0f0f0; opacity: 0.9;
88
+ }
89
+ </style>
90
+ </head>
91
+ <body>
92
+ <div id="render-target">
93
+
94
+ <!-- Status bar -->
95
+ <div class="status-bar">
96
+ <div>10:03 &nbsp;•&nbsp; 🟡 &nbsp;✉️</div>
97
+ <div>📶 &nbsp;🔋</div>
98
+ </div>
99
+
100
+ <!-- Toolbar -->
101
+ <div class="toolbar">
102
+ <div class="icon-btn">
103
+ <svg class="icon" viewBox="0 0 24 24"><path d="M15 5l-7 7 7 7"/></svg>
104
+ </div>
105
+ <div style="display:flex; gap: 12px; align-items: center;">
106
+ <div class="icon-btn">
107
+ <svg class="icon" viewBox="0 0 24 24"><path d="M3 7h18v10H8l-5 4V7z"/></svg>
108
+ </div>
109
+ <div class="icon-btn">
110
+ <svg class="icon" viewBox="0 0 24 24"><path d="M4 12h10M12 5l7 7-7 7"/></svg>
111
+ </div>
112
+ <div class="icon-btn">
113
+ <svg class="icon" viewBox="0 0 24 24"><path d="M12 21s-7-4.5-7-10a4.5 4.5 0 019 0 4.5 4.5 0 019 0c0 5.5-7 10-7 10"/></svg>
114
+ </div>
115
+ </div>
116
+ </div>
117
+
118
+ <div class="content">
119
+ <!-- Ratings header -->
120
+ <div class="section-header">
121
+ <div class="section-title">Item reviews and shop ratings</div>
122
+ <div class="chevron-up">
123
+ <svg viewBox="0 0 24 24"><path d="M5 15l7-7 7 7"/></svg>
124
+ </div>
125
+ </div>
126
+
127
+ <!-- Ratings summary -->
128
+ <div class="ratings-wrap">
129
+ <div class="rating-left">
130
+ <div style="display:flex; align-items:flex-end;">
131
+ <div class="rating-number">4.96</div>
132
+ <div class="rating-star">
133
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 7 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z" fill="#fff" stroke="none"/></svg>
134
+ </div>
135
+ </div>
136
+ <div class="rating-sub">49 ratings</div>
137
+ </div>
138
+ <div class="rating-right">
139
+ <div class="rating-row">
140
+ <div style="color:#fff;">Item quality</div>
141
+ <div class="bar"><span style="width: 98%;"></span></div>
142
+ <div style="text-align:right;">4.9</div>
143
+ </div>
144
+ <div class="rating-row">
145
+ <div style="color:#fff;">Shipping</div>
146
+ <div class="bar"><span style="width: 100%;"></span></div>
147
+ <div style="text-align:right;">5.0</div>
148
+ </div>
149
+ <div class="rating-row">
150
+ <div style="color:#fff;">Customer service</div>
151
+ <div class="bar"><span style="width: 100%;"></span></div>
152
+ <div style="text-align:right;">5.0</div>
153
+ </div>
154
+ </div>
155
+ </div>
156
+
157
+ <!-- Item reviews -->
158
+ <div class="subsection-title">Item reviews</div>
159
+ <div class="review-card">
160
+ <div class="review-top">
161
+ <div class="stars">
162
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 7 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z"/></svg>
163
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 7 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z"/></svg>
164
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 7 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z"/></svg>
165
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 7 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z"/></svg>
166
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 7 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z"/></svg>
167
+ </div>
168
+ <div class="review-date">Feb 18, 2023</div>
169
+ </div>
170
+ <div class="review-text">
171
+ The item is as described, made of wood and painted matte black. I spray painted it again with gloss black. Looks great on the door handle, fit well with standard knob. Will see how it wears with use!
172
+ </div>
173
+ <div class="review-author">Devyn Norn</div>
174
+ </div>
175
+
176
+ <div class="outline-btn">See all reviews (24)</div>
177
+
178
+ <div class="divider"></div>
179
+
180
+ <!-- Item details -->
181
+ <div class="list-header">
182
+ <div class="section-title">Item details</div>
183
+ <div class="chevron-up">
184
+ <svg viewBox="0 0 24 24"><path d="M5 15l7-7 7 7"/></svg>
185
+ </div>
186
+ </div>
187
+
188
+ <div class="details-list">
189
+ <div class="detail-item">
190
+ <svg class="detail-icon" viewBox="0 0 24 24"><path d="M3 12l9-9 9 9-9 9-9-9z"/></svg>
191
+ <div>Handmade item</div>
192
+ </div>
193
+ <div class="detail-item">
194
+ <svg class="detail-icon" viewBox="0 0 24 24"><circle cx="12" cy="12" r="8"/></svg>
195
+ <div>Materials: birch, plywood</div>
196
+ </div>
197
+ <div class="detail-item">
198
+ <svg class="detail-icon" viewBox="0 0 24 24"><path d="M3 7h18v10H3z"/><path d="M8 12h8"/></svg>
199
+ <div>Width: 8 cm, Height: 17 cm</div>
200
+ </div>
201
+ <div class="detail-item">
202
+ <svg class="detail-icon" viewBox="0 0 24 24"><rect x="5" y="3" width="14" height="18" rx="2"/><path d="M8 7h8M8 12h8M8 17h8"/></svg>
203
+ <div>Made to order</div>
204
+ </div>
205
+ <div class="detail-item">
206
+ <svg class="detail-icon" viewBox="0 0 24 24"><path d="M2 12h20M12 2v20"/></svg>
207
+ <div>Ships from Canada to select countries</div>
208
+ </div>
209
+ </div>
210
+ </div>
211
+
212
+ <!-- Sticky add to cart sheet -->
213
+ <div class="add-sheet">
214
+ <div class="add-btn">Add to cart</div>
215
+ </div>
216
+
217
+ <!-- Bottom navigation -->
218
+ <div class="bottom-nav">
219
+ <div class="nav-item" style="position:relative;">
220
+ <svg class="nav-icon" viewBox="0 0 24 24"><path d="M3 11l9-8 9 8v9H3z"/></svg>
221
+ <div>Home</div>
222
+ </div>
223
+ <div class="nav-item" style="position:relative;">
224
+ <svg class="nav-icon" viewBox="0 0 24 24"><path d="M12 21s-7-4.5-7-10a5 5 0 019 0 5 5 0 019 0c0 5.5-7 10-7 10"/></svg>
225
+ <div>Favorites</div>
226
+ </div>
227
+ <div class="nav-item" style="position:relative;">
228
+ <svg class="nav-icon" viewBox="0 0 24 24"><path d="M4 7l8-4 8 4-8 4-8-4zM4 11l8 4 8-4"/></svg>
229
+ <div style="position:absolute;"><span class="badge-dot"></span></div>
230
+ <div>Deals</div>
231
+ </div>
232
+ <div class="nav-item" style="position:relative;">
233
+ <svg class="nav-icon" viewBox="0 0 24 24"><circle cx="12" cy="8" r="4"/><path d="M4 22c0-5 16-5 16 0"/></svg>
234
+ <div>You</div>
235
+ </div>
236
+ <div class="nav-item" style="position:relative;">
237
+ <svg class="nav-icon" viewBox="0 0 24 24"><path d="M6 6h15l-2 10H6L4 6z"/><circle cx="9" cy="20" r="2"/><circle cx="18" cy="20" r="2"/></svg>
238
+ <span class="badge-count">2</span>
239
+ <div>Cart</div>
240
+ </div>
241
+ </div>
242
+
243
+ <div class="gesture-bar"></div>
244
+ </div>
245
+ </body>
246
+ </html>
code/6692/6692_3.html ADDED
@@ -0,0 +1,233 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #121212; color: #FFFFFF;
13
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
14
+ }
15
+ .status-bar {
16
+ position: absolute; top: 0; left: 0; right: 0;
17
+ height: 120px; padding: 32px 36px 0 36px;
18
+ color: #fff;
19
+ display: flex; align-items: center; justify-content: space-between;
20
+ }
21
+ .status-left { font-size: 36px; letter-spacing: 1px; }
22
+ .status-right { display: flex; gap: 28px; align-items: center; }
23
+ .icon { display: inline-block; }
24
+ .header {
25
+ position: absolute; top: 120px; left: 0; right: 0;
26
+ height: 140px; padding: 0 36px;
27
+ display: flex; align-items: center; justify-content: space-between;
28
+ }
29
+ .header-title { font-size: 54px; font-weight: 700; margin-left: 12px; }
30
+ .header-left { display: flex; align-items: center; gap: 18px; }
31
+ .reset { font-size: 42px; color: #9E9E9E; }
32
+ .divider {
33
+ position: absolute; top: 260px; left: 0; right: 0; height: 1px; background: #2A2A2A;
34
+ }
35
+ .list {
36
+ position: absolute; top: 261px; left: 0; right: 0; bottom: 260px; overflow: hidden;
37
+ }
38
+ .row {
39
+ padding: 38px 36px;
40
+ border-bottom: 1px solid #2A2A2A;
41
+ display: flex; align-items: center; justify-content: space-between;
42
+ }
43
+ .title { font-size: 44px; font-weight: 700; }
44
+ .subtitle { font-size: 32px; color: #BDBDBD; margin-top: 10px; font-weight: 500; }
45
+ .label-group { display: flex; flex-direction: column; }
46
+ .chevron svg { stroke: #D8D8D8; }
47
+ .button-wrap {
48
+ position: absolute; left: 0; right: 0; bottom: 160px;
49
+ display: flex; justify-content: center;
50
+ }
51
+ .cta {
52
+ width: 900px; height: 130px;
53
+ background: #FFFFFF; color: #121212;
54
+ border-radius: 999px;
55
+ display: flex; align-items: center; justify-content: center;
56
+ font-size: 42px; font-weight: 700;
57
+ box-shadow: 0 6px 12px rgba(0,0,0,0.35);
58
+ }
59
+ .home-indicator {
60
+ position: absolute; left: 50%; transform: translateX(-50%);
61
+ bottom: 90px; width: 360px; height: 10px; background: #3A3A3A; border-radius: 6px;
62
+ }
63
+ </style>
64
+ </head>
65
+ <body>
66
+ <div id="render-target">
67
+
68
+ <!-- Status bar -->
69
+ <div class="status-bar">
70
+ <div class="status-left">10:04</div>
71
+ <div class="status-right">
72
+ <!-- Simple icons (notifications placeholders) -->
73
+ <div class="icon" style="width:34px;height:34px;border-radius:50%;background:#2C2C2C;"></div>
74
+ <div class="icon" style="width:34px;height:34px;border-radius:50%;background:#2C2C2C;"></div>
75
+ <div class="icon" style="width:34px;height:34px;border-radius:50%;background:#2C2C2C;"></div>
76
+ <!-- Wi-Fi icon -->
77
+ <svg class="icon" width="44" height="34" viewBox="0 0 44 34" fill="none">
78
+ <path d="M4 10c9-7 27-7 36 0" stroke="#fff" stroke-width="3" stroke-linecap="round"/>
79
+ <path d="M10 16c6-5 18-5 24 0" stroke="#fff" stroke-width="3" stroke-linecap="round"/>
80
+ <path d="M18 22c3-2 5-2 8 0" stroke="#fff" stroke-width="3" stroke-linecap="round"/>
81
+ <circle cx="22" cy="28" r="3" fill="#fff"/>
82
+ </svg>
83
+ <!-- Battery icon -->
84
+ <svg class="icon" width="54" height="26" viewBox="0 0 54 26" fill="none">
85
+ <rect x="1" y="3" width="46" height="20" rx="4" stroke="#fff" stroke-width="3"/>
86
+ <rect x="4" y="6" width="40" height="14" rx="2" fill="#fff"/>
87
+ <rect x="49" y="8" width="4" height="10" rx="1" fill="#fff"/>
88
+ </svg>
89
+ </div>
90
+ </div>
91
+
92
+ <!-- Header -->
93
+ <div class="header">
94
+ <div class="header-left">
95
+ <!-- Back arrow -->
96
+ <svg width="54" height="54" viewBox="0 0 54 54" fill="none">
97
+ <path d="M34 10 L18 27 L34 44" stroke="#fff" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/>
98
+ </svg>
99
+ <div class="header-title">Filters</div>
100
+ </div>
101
+ <div class="reset">Reset</div>
102
+ </div>
103
+
104
+ <div class="divider"></div>
105
+
106
+ <!-- Filter list -->
107
+ <div class="list">
108
+ <div class="row">
109
+ <div class="label-group">
110
+ <div class="title">Change viewing size</div>
111
+ <div class="subtitle">Two columns</div>
112
+ </div>
113
+ </div>
114
+
115
+ <div class="row">
116
+ <div class="label-group">
117
+ <div class="title">Sort by</div>
118
+ <div class="subtitle">Relevance</div>
119
+ </div>
120
+ <div class="chevron">
121
+ <svg width="38" height="38" viewBox="0 0 32 32" fill="none">
122
+ <path d="M6 12 L16 22 L26 12" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
123
+ </svg>
124
+ </div>
125
+ </div>
126
+
127
+ <div class="row">
128
+ <div class="label-group">
129
+ <div class="title">Category</div>
130
+ <div class="subtitle">All categories</div>
131
+ </div>
132
+ </div>
133
+
134
+ <div class="row">
135
+ <div class="label-group">
136
+ <div class="title">Item type</div>
137
+ <div class="subtitle">All items</div>
138
+ </div>
139
+ </div>
140
+
141
+ <div class="row">
142
+ <div class="label-group">
143
+ <div class="title">Estimated arrival</div>
144
+ <div class="subtitle">Any time</div>
145
+ </div>
146
+ <div class="chevron">
147
+ <svg width="38" height="38" viewBox="0 0 32 32" fill="none">
148
+ <path d="M6 12 L16 22 L26 12" stroke="#D8D8D8" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
149
+ </svg>
150
+ </div>
151
+ </div>
152
+
153
+ <div class="row">
154
+ <div class="label-group">
155
+ <div class="title">Price</div>
156
+ <div class="subtitle">Any price</div>
157
+ </div>
158
+ <div class="chevron">
159
+ <svg width="38" height="38" viewBox="0 0 32 32" fill="none">
160
+ <path d="M6 12 L16 22 L26 12" stroke="#D8D8D8" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
161
+ </svg>
162
+ </div>
163
+ </div>
164
+
165
+ <div class="row">
166
+ <div class="label-group">
167
+ <div class="title">Shipping</div>
168
+ </div>
169
+ <div class="chevron">
170
+ <svg width="38" height="38" viewBox="0 0 32 32" fill="none">
171
+ <path d="M6 12 L16 22 L26 12" stroke="#D8D8D8" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
172
+ </svg>
173
+ </div>
174
+ </div>
175
+
176
+ <div class="row">
177
+ <div class="label-group">
178
+ <div class="title">Ships to</div>
179
+ <div class="subtitle">United States</div>
180
+ </div>
181
+ <div class="chevron">
182
+ <svg width="38" height="38" viewBox="0 0 32 32" fill="none">
183
+ <path d="M6 12 L16 22 L26 12" stroke="#D8D8D8" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
184
+ </svg>
185
+ </div>
186
+ </div>
187
+
188
+ <div class="row">
189
+ <div class="label-group">
190
+ <div class="title">Shop location</div>
191
+ <div class="subtitle">Anywhere</div>
192
+ </div>
193
+ <div class="chevron">
194
+ <svg width="38" height="38" viewBox="0 0 32 32" fill="none">
195
+ <path d="M6 12 L16 22 L26 12" stroke="#D8D8D8" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
196
+ </svg>
197
+ </div>
198
+ </div>
199
+
200
+ <div class="row">
201
+ <div class="label-group">
202
+ <div class="title">Color</div>
203
+ </div>
204
+ <div class="chevron">
205
+ <svg width="38" height="38" viewBox="0 0 32 32" fill="none">
206
+ <path d="M6 12 L16 22 L26 12" stroke="#D8D8D8" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
207
+ </svg>
208
+ </div>
209
+ </div>
210
+
211
+ <div class="row">
212
+ <div class="label-group">
213
+ <div class="title">Other options</div>
214
+ </div>
215
+ <div class="chevron">
216
+ <svg width="38" height="38" viewBox="0 0 32 32" fill="none">
217
+ <path d="M6 12 L16 22 L26 12" stroke="#D8D8D8" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
218
+ </svg>
219
+ </div>
220
+ </div>
221
+ </div>
222
+
223
+ <!-- Bottom CTA button -->
224
+ <div class="button-wrap">
225
+ <div class="cta">Show 45,068 results</div>
226
+ </div>
227
+
228
+ <!-- Home indicator -->
229
+ <div class="home-indicator"></div>
230
+
231
+ </div>
232
+ </body>
233
+ </html>
code/6692/6692_4.html ADDED
@@ -0,0 +1,231 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Filters UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
8
+ #render-target {
9
+ position: relative;
10
+ overflow: hidden;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ background: #121212;
14
+ color: #F5F5F5;
15
+ }
16
+ .status-bar {
17
+ height: 110px;
18
+ padding: 0 40px;
19
+ display: flex;
20
+ align-items: center;
21
+ justify-content: space-between;
22
+ color: #EAEAEA;
23
+ font-size: 36px;
24
+ }
25
+ .status-right {
26
+ display: flex;
27
+ align-items: center;
28
+ gap: 28px;
29
+ }
30
+ .sb-icon {
31
+ width: 34px; height: 34px; border-radius: 50%; background: #D7D7D7;
32
+ }
33
+ .wifi {
34
+ width: 48px; height: 32px; background: none; position: relative;
35
+ }
36
+ .wifi:before, .wifi:after {
37
+ content: ""; position: absolute; border: 3px solid #EAEAEA; border-radius: 50%;
38
+ }
39
+ .wifi:before { width: 28px; height: 28px; left: 10px; top: 2px; border-top-color: transparent; border-left-color: transparent; border-right-color: transparent; }
40
+ .wifi:after { width: 12px; height: 12px; left: 18px; top: 10px; background: #EAEAEA; border: none; border-radius: 50%; }
41
+ .battery {
42
+ width: 40px; height: 24px; border: 3px solid #EAEAEA; border-radius: 5px; position: relative;
43
+ }
44
+ .battery:after {
45
+ content: ""; position: absolute; right: -8px; top: 6px; width: 6px; height: 12px; background: #EAEAEA; border-radius: 2px;
46
+ }
47
+ .battery:before {
48
+ content: ""; position: absolute; left: 3px; top: 3px; width: 28px; height: 16px; background: #EAEAEA;
49
+ }
50
+
51
+ .toolbar {
52
+ height: 140px;
53
+ padding: 0 40px;
54
+ display: flex;
55
+ align-items: center;
56
+ justify-content: space-between;
57
+ border-bottom: 1px solid #2B2B2B;
58
+ }
59
+ .toolbar-left {
60
+ display: flex;
61
+ align-items: center;
62
+ gap: 26px;
63
+ }
64
+ .back-icon {
65
+ width: 52px; height: 52px;
66
+ }
67
+ .toolbar-title {
68
+ font-size: 58px; font-weight: 700; letter-spacing: 0.5px;
69
+ }
70
+ .reset {
71
+ font-size: 44px; color: #9E9E9E;
72
+ }
73
+
74
+ .content {
75
+ padding: 20px 0;
76
+ }
77
+ .section {
78
+ padding: 40px 40px 36px 40px;
79
+ border-bottom: 1px solid #2B2B2B;
80
+ }
81
+ .row {
82
+ display: flex; align-items: center; justify-content: space-between;
83
+ }
84
+ .section-title {
85
+ font-size: 44px; font-weight: 700;
86
+ }
87
+ .section-sub {
88
+ margin-top: 12px;
89
+ font-size: 36px;
90
+ color: #BDBDBD;
91
+ }
92
+ .chevron {
93
+ width: 44px; height: 44px; fill: none; stroke: #CFCFCF; stroke-width: 6px;
94
+ }
95
+
96
+ .category {
97
+ padding: 40px 40px 24px 40px;
98
+ }
99
+ .category .row { margin-bottom: 22px; }
100
+ .category-title {
101
+ font-size: 44px; font-weight: 700;
102
+ }
103
+ .cat-item {
104
+ font-size: 42px;
105
+ padding: 34px 0;
106
+ color: #EAEAEA;
107
+ }
108
+ .cat-item.light { color: #CFCFCF; font-weight: 600; }
109
+ .check {
110
+ width: 44px; height: 44px; stroke: #EAEAEA; stroke-width: 8px; fill: none;
111
+ }
112
+
113
+ .bottom-bar {
114
+ position: absolute;
115
+ left: 0; right: 0; bottom: 0;
116
+ height: 180px;
117
+ background: #0E0E0E;
118
+ display: flex;
119
+ align-items: center;
120
+ justify-content: center;
121
+ }
122
+ .cta {
123
+ width: 920px;
124
+ height: 120px;
125
+ background: #FFFFFF;
126
+ color: #1A1A1A;
127
+ font-size: 44px;
128
+ font-weight: 700;
129
+ border-radius: 60px;
130
+ display: flex;
131
+ align-items: center;
132
+ justify-content: center;
133
+ box-shadow: 0 6px 20px rgba(0,0,0,0.35);
134
+ }
135
+ .home-indicator {
136
+ position: absolute;
137
+ bottom: 16px;
138
+ left: 50%;
139
+ transform: translateX(-50%);
140
+ width: 220px;
141
+ height: 10px;
142
+ border-radius: 6px;
143
+ background: #CFCFCF;
144
+ opacity: 0.5;
145
+ }
146
+ </style>
147
+ </head>
148
+ <body>
149
+ <div id="render-target">
150
+ <!-- Status Bar -->
151
+ <div class="status-bar">
152
+ <div class="status-left">10:04</div>
153
+ <div class="status-right">
154
+ <div class="sb-icon"></div>
155
+ <div class="sb-icon"></div>
156
+ <div class="sb-icon"></div>
157
+ <div class="wifi"></div>
158
+ <div class="battery"></div>
159
+ </div>
160
+ </div>
161
+
162
+ <!-- Toolbar -->
163
+ <div class="toolbar">
164
+ <div class="toolbar-left">
165
+ <svg class="back-icon" viewBox="0 0 24 24">
166
+ <path d="M15 19L8 12l7-7" stroke="#F5F5F5" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
167
+ </svg>
168
+ <div class="toolbar-title">Filters</div>
169
+ </div>
170
+ <div class="reset">Reset</div>
171
+ </div>
172
+
173
+ <!-- Content -->
174
+ <div class="content">
175
+ <div class="section">
176
+ <div class="row">
177
+ <div class="section-title">Change viewing size</div>
178
+ <svg class="chevron" viewBox="0 0 24 24">
179
+ <path d="M6 9l6 6 6-6" />
180
+ </svg>
181
+ </div>
182
+ <div class="section-sub">Two columns</div>
183
+ </div>
184
+
185
+ <div class="section">
186
+ <div class="row">
187
+ <div class="section-title">Sort by</div>
188
+ <svg class="chevron" viewBox="0 0 24 24">
189
+ <path d="M6 9l6 6 6-6" />
190
+ </svg>
191
+ </div>
192
+ <div class="section-sub">Relevance</div>
193
+ </div>
194
+
195
+ <div class="section" style="border-bottom: none;">
196
+ <div class="row">
197
+ <div class="section-title">Category</div>
198
+ <svg class="chevron" viewBox="0 0 24 24">
199
+ <path d="M6 15l6-6 6 6" />
200
+ </svg>
201
+ </div>
202
+ </div>
203
+
204
+ <div class="category">
205
+ <div class="row" style="justify-content: space-between;">
206
+ <div class="cat-item light">All categories</div>
207
+ <svg class="check" viewBox="0 0 24 24">
208
+ <path d="M4 12l5 5 11-11"/>
209
+ </svg>
210
+ </div>
211
+
212
+ <div class="cat-item">Home & Living</div>
213
+ <div class="cat-item">Craft Supplies & Tools</div>
214
+ <div class="cat-item">Electronics & Accessories</div>
215
+ <div class="cat-item">Art & Collectibles</div>
216
+ <div class="cat-item">Paper & Party Supplies</div>
217
+ <div class="cat-item">Toys & Games</div>
218
+ <div class="cat-item">Accessories</div>
219
+ <div class="cat-item">Weddings</div>
220
+ <div class="cat-item">Jewelry</div>
221
+ </div>
222
+ </div>
223
+
224
+ <!-- Bottom CTA -->
225
+ <div class="bottom-bar">
226
+ <div class="cta">Show 45,068 results</div>
227
+ </div>
228
+ <div class="home-indicator"></div>
229
+ </div>
230
+ </body>
231
+ </html>
code/6692/6692_5.html ADDED
@@ -0,0 +1,148 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #121212; color: #FFFFFF;
13
+ }
14
+ /* Status bar */
15
+ .status-bar {
16
+ height: 120px;
17
+ padding: 0 40px;
18
+ display: flex; align-items: center; justify-content: space-between;
19
+ color: #fff; font-weight: 600; font-size: 42px;
20
+ }
21
+ .status-icons { display: flex; align-items: center; gap: 26px; }
22
+ .status-icons svg { fill: none; stroke: #fff; stroke-width: 4; }
23
+ /* App bar */
24
+ .app-bar {
25
+ height: 140px; border-bottom: 1px solid #2C2C2C;
26
+ display: flex; align-items: center; justify-content: space-between;
27
+ padding: 0 40px;
28
+ }
29
+ .app-left { display: flex; align-items: center; gap: 24px; }
30
+ .app-title { font-size: 64px; font-weight: 600; }
31
+ .reset { font-size: 48px; color: #E0E0E0; }
32
+ /* Content */
33
+ .content { position: absolute; top: 260px; left: 0; right: 0; bottom: 0; overflow-y: auto; }
34
+ .section-row {
35
+ padding: 40px; display: flex; align-items: center; justify-content: space-between;
36
+ }
37
+ .row-text { display: flex; flex-direction: column; gap: 14px; }
38
+ .row-title { font-size: 44px; font-weight: 600; }
39
+ .row-sub { font-size: 36px; color: #BDBDBD; }
40
+ .divider { height: 1px; background: #2C2C2C; margin: 0 40px; }
41
+ .chev { width: 40px; height: 40px; }
42
+ /* Category expanded */
43
+ .category-title { font-size: 44px; font-weight: 700; }
44
+ .list { padding: 20px 40px 40px 40px; }
45
+ .item { font-size: 40px; color: #EDEDED; padding: 30px 0; }
46
+ .item.bold { font-weight: 700; }
47
+ .nested { padding-left: 40px; }
48
+ .checkmark { width: 44px; height: 44px; margin-left: auto; }
49
+ .item-row { display: flex; align-items: center; }
50
+ /* Bottom action button */
51
+ .bottom-area { position: absolute; left: 0; right: 0; bottom: 120px; display: flex; justify-content: center; }
52
+ .cta {
53
+ width: 920px; height: 140px; background: #FFFFFF; color: #1A1A1A;
54
+ border-radius: 90px; display: flex; align-items: center; justify-content: center;
55
+ font-size: 44px; font-weight: 700; box-shadow: 0 8px 24px rgba(0,0,0,0.35);
56
+ }
57
+ /* Home indicator */
58
+ .home-indicator {
59
+ position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%);
60
+ width: 240px; height: 12px; border-radius: 6px; background: #494949;
61
+ }
62
+ </style>
63
+ </head>
64
+ <body>
65
+ <div id="render-target">
66
+ <!-- Status bar -->
67
+ <div class="status-bar">
68
+ <div>10:04</div>
69
+ <div class="status-icons">
70
+ <!-- Simple status glyphs -->
71
+ <svg width="36" height="36" viewBox="0 0 36 36"><path d="M6 18c4-6 8-6 12 0" stroke-linecap="round"/></svg>
72
+ <svg width="36" height="36" viewBox="0 0 36 36"><path d="M4 28h28M8 22h20M12 16h12" stroke-linecap="round"/></svg>
73
+ <svg width="36" height="36" viewBox="0 0 36 36"><rect x="6" y="6" width="24" height="20" rx="4"/><path d="M26 28l-6 2-6-2" /></svg>
74
+ </div>
75
+ </div>
76
+
77
+ <!-- App bar -->
78
+ <div class="app-bar">
79
+ <div class="app-left">
80
+ <svg width="60" height="60" viewBox="0 0 60 60" class="back">
81
+ <path d="M36 12 L20 30 L36 48" fill="none" stroke="#fff" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"/>
82
+ </svg>
83
+ <div class="app-title">Filters</div>
84
+ </div>
85
+ <div class="reset">Reset</div>
86
+ </div>
87
+
88
+ <!-- Scrollable content -->
89
+ <div class="content">
90
+ <div class="section-row">
91
+ <div class="row-text">
92
+ <div class="row-title">Change viewing size</div>
93
+ <div class="row-sub">Two columns</div>
94
+ </div>
95
+ <svg class="chev" viewBox="0 0 24 24">
96
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
97
+ </svg>
98
+ </div>
99
+ <div class="divider"></div>
100
+
101
+ <div class="section-row">
102
+ <div class="row-text">
103
+ <div class="row-title">Sort by</div>
104
+ <div class="row-sub">Relevance</div>
105
+ </div>
106
+ <svg class="chev" viewBox="0 0 24 24">
107
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
108
+ </svg>
109
+ </div>
110
+ <div class="divider"></div>
111
+
112
+ <div class="section-row">
113
+ <div class="category-title">Category</div>
114
+ <svg class="chev" viewBox="0 0 24 24">
115
+ <path d="M6 15l6-6 6 6" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
116
+ </svg>
117
+ </div>
118
+ <div class="list">
119
+ <div class="item">All categories</div>
120
+
121
+ <div class="item-row">
122
+ <div class="item bold">Home &amp; Living</div>
123
+ <svg class="checkmark" viewBox="0 0 24 24">
124
+ <path d="M4 12l5 5 11-11" fill="none" stroke="#fff" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
125
+ </svg>
126
+ </div>
127
+
128
+ <div class="nested">
129
+ <div class="item">Home Decor</div>
130
+ <div class="item">Home Improvement</div>
131
+ <div class="item">Kitchen &amp; Dining</div>
132
+ <div class="item">Floor &amp; Rugs</div>
133
+ <div class="item">Curtains &amp; Window Treatments</div>
134
+ <div class="item">Bathroom</div>
135
+ <div class="item">Office</div>
136
+ <div class="item">Furniture</div>
137
+ </div>
138
+ </div>
139
+
140
+ <div class="bottom-area">
141
+ <div class="cta">Show 29,413 results</div>
142
+ </div>
143
+ </div>
144
+
145
+ <div class="home-indicator"></div>
146
+ </div>
147
+ </body>
148
+ </html>
code/6694/6694_1.html ADDED
@@ -0,0 +1,262 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Mobile UI - Action Sheet</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: "Roboto", Arial, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #efefef;
13
+ }
14
+
15
+ /* Background app area */
16
+ .app-top {
17
+ position: absolute;
18
+ top: 0;
19
+ left: 0;
20
+ width: 1080px;
21
+ height: 220px;
22
+ background: #4a4a4a;
23
+ }
24
+ .status {
25
+ color: #dcdcdc;
26
+ font-size: 34px;
27
+ padding: 24px 36px;
28
+ display: flex;
29
+ justify-content: space-between;
30
+ align-items: center;
31
+ }
32
+ .status-left { letter-spacing: 1px; }
33
+ .status-right { display: flex; gap: 24px; align-items: center; }
34
+ .status svg { width: 40px; height: 40px; fill: none; stroke: #dcdcdc; stroke-width: 3; }
35
+
36
+ .toolbar {
37
+ position: absolute;
38
+ top: 120px;
39
+ left: 0;
40
+ width: 100%;
41
+ padding: 12px 36px;
42
+ display: flex;
43
+ justify-content: space-between;
44
+ align-items: center;
45
+ color: #ececec;
46
+ }
47
+ .toolbar .icon-btn svg { width: 48px; height: 48px; stroke: #ececec; fill: none; stroke-width: 3; }
48
+
49
+ /* Bottom sheet */
50
+ .sheet {
51
+ position: absolute;
52
+ top: 160px;
53
+ left: 0;
54
+ width: 1080px;
55
+ height: 2240px;
56
+ background: #ffffff;
57
+ border-top-left-radius: 28px;
58
+ border-top-right-radius: 28px;
59
+ box-shadow: 0 -10px 30px rgba(0,0,0,0.25);
60
+ }
61
+ .grabber {
62
+ width: 160px;
63
+ height: 12px;
64
+ background: #e8e1d7;
65
+ border-radius: 8px;
66
+ margin: 20px auto 28px;
67
+ }
68
+
69
+ .file-thumb {
70
+ width: 120px;
71
+ height: 120px;
72
+ background: #E0E0E0;
73
+ border: 1px solid #BDBDBD;
74
+ margin: 0 auto;
75
+ display: flex;
76
+ align-items: center;
77
+ justify-content: center;
78
+ color: #757575;
79
+ border-radius: 12px;
80
+ }
81
+ .file-name {
82
+ text-align: center;
83
+ font-size: 44px;
84
+ font-weight: 600;
85
+ color: #1b1b1b;
86
+ margin: 32px 0 12px;
87
+ }
88
+
89
+ .list {
90
+ margin-top: 8px;
91
+ }
92
+ .row {
93
+ display: flex;
94
+ align-items: center;
95
+ padding: 34px 44px;
96
+ font-size: 42px;
97
+ color: #111;
98
+ border-top: 1px solid #f0f0f0;
99
+ }
100
+ .row:first-of-type { border-top: none; }
101
+ .row .left-icon {
102
+ width: 64px; height: 64px; margin-right: 38px;
103
+ display: inline-flex; align-items: center; justify-content: center;
104
+ }
105
+ .row .left-icon svg { width: 64px; height: 64px; stroke: #222; stroke-width: 3; fill: none; }
106
+ .row .label { flex: 1; }
107
+ .row .meta { color: #666; font-size: 36px; }
108
+
109
+ /* Toggle */
110
+ .toggle {
111
+ width: 150px; height: 74px;
112
+ border-radius: 40px;
113
+ background: #d7d2cb;
114
+ position: relative;
115
+ }
116
+ .toggle::after {
117
+ content: "";
118
+ position: absolute;
119
+ top: 8px; left: 8px;
120
+ width: 58px; height: 58px;
121
+ border-radius: 50%;
122
+ background: #bdb4ae;
123
+ box-shadow: 0 1px 0 rgba(0,0,0,0.05);
124
+ }
125
+
126
+ /* Red delete */
127
+ .danger {
128
+ color: #b00020;
129
+ }
130
+ .delete-row {
131
+ position: absolute;
132
+ bottom: 40px;
133
+ left: 0;
134
+ width: 100%;
135
+ border-top: 1px solid #f0f0f0;
136
+ }
137
+ </style>
138
+ </head>
139
+ <body>
140
+ <div id="render-target">
141
+
142
+ <!-- Background app header -->
143
+ <div class="app-top">
144
+ <div class="status">
145
+ <div class="status-left">3:20</div>
146
+ <div class="status-right">
147
+ <!-- Do not identify real people; just simple icons -->
148
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9"/></svg>
149
+ <svg viewBox="0 0 24 24"><path d="M2 12h20"/></svg>
150
+ <div style="display:flex; align-items:center; gap:8px;">
151
+ <svg viewBox="0 0 24 24"><path d="M3 21h18l-2-11H5z"/><path d="M8 21V8"/></svg>
152
+ <span style="font-size:32px;">96%</span>
153
+ </div>
154
+ </div>
155
+ </div>
156
+ <div class="toolbar">
157
+ <div class="icon-btn">
158
+ <svg viewBox="0 0 24 24"><path d="M3 6h18M3 12h18M3 18h18"/></svg>
159
+ </div>
160
+ <div class="icon-btn">
161
+ <svg viewBox="0 0 24 24"><circle cx="11" cy="11" r="7"/><path d="M21 21l-5-5"/></svg>
162
+ </div>
163
+ <div class="icon-btn">
164
+ <svg viewBox="0 0 24 24"><rect x="6" y="6" width="12" height="12" rx="2"/><path d="M8 12l2 2 4-4"/></svg>
165
+ </div>
166
+ <div class="icon-btn">
167
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/></svg>
168
+ </div>
169
+ </div>
170
+ </div>
171
+
172
+ <!-- Bottom sheet content -->
173
+ <div class="sheet">
174
+ <div class="grabber"></div>
175
+
176
+ <div class="file-thumb">[IMG: File Thumbnail]</div>
177
+ <div class="file-name">fb.bin.png</div>
178
+
179
+ <div class="list">
180
+ <div class="row">
181
+ <div class="left-icon">
182
+ <svg viewBox="0 0 24 24"><path d="M4 12v6h16v-6"/><path d="M12 4v8"/><path d="M8 8l4-4 4 4"/></svg>
183
+ </div>
184
+ <div class="label">Share</div>
185
+ </div>
186
+
187
+ <div class="row">
188
+ <div class="left-icon">
189
+ <svg viewBox="0 0 24 24"><circle cx="10" cy="8" r="3"/><path d="M3 20v-2a7 7 0 0 1 7-7"/><path d="M17 12v6"/><path d="M20 15h-6"/></svg>
190
+ </div>
191
+ <div class="label">Manage access</div>
192
+ </div>
193
+
194
+ <div class="row">
195
+ <div class="left-icon">
196
+ <svg viewBox="0 0 24 24"><path d="M6 3v18l6-3 6 3V3z"/></svg>
197
+ </div>
198
+ <div class="label">Make available offline</div>
199
+ <div class="toggle" style="margin-left: 20px;"></div>
200
+ </div>
201
+
202
+ <div class="row">
203
+ <div class="left-icon">
204
+ <svg viewBox="0 0 24 24"><path d="M12 17l-5 3 1-5-4-4 5-1 3-5 3 5 5 1-4 4 1 5z"/></svg>
205
+ </div>
206
+ <div class="label">Star</div>
207
+ </div>
208
+
209
+ <div class="row">
210
+ <div class="left-icon">
211
+ <svg viewBox="0 0 24 24"><path d="M12 3v12"/><path d="M7 10l5 5 5-5"/></svg>
212
+ </div>
213
+ <div class="label">Save To Device</div>
214
+ </div>
215
+
216
+ <div class="row">
217
+ <div class="left-icon">
218
+ <svg viewBox="0 0 24 24"><path d="M4 20h16V7l-4-4H4z"/><path d="M9 15h6"/></svg>
219
+ </div>
220
+ <div class="label">Rename</div>
221
+ </div>
222
+
223
+ <div class="row">
224
+ <div class="left-icon">
225
+ <svg viewBox="0 0 24 24"><rect x="4" y="4" width="8" height="8"/><rect x="12" y="12" width="8" height="8"/></svg>
226
+ </div>
227
+ <div class="label">Duplicate</div>
228
+ </div>
229
+
230
+ <div class="row">
231
+ <div class="left-icon">
232
+ <svg viewBox="0 0 24 24"><path d="M12 5v14"/><path d="M5 12h14"/><path d="M7 7l-2-2M17 7l2-2M7 17l-2 2M17 17l2 2"/></svg>
233
+ </div>
234
+ <div class="label">Move</div>
235
+ </div>
236
+
237
+ <div class="row">
238
+ <div class="left-icon">
239
+ <svg viewBox="0 0 24 24"><path d="M5 5h10v10H5z"/><path d="M15 9h4v10H9v-4"/></svg>
240
+ </div>
241
+ <div class="label">Open with...</div>
242
+ </div>
243
+
244
+ <div class="row">
245
+ <div class="left-icon">
246
+ <svg viewBox="0 0 24 24"><path d="M6 8h12"/><path d="M6 12h12"/><path d="M6 16h12"/></svg>
247
+ </div>
248
+ <div class="label">Print</div>
249
+ </div>
250
+ </div>
251
+
252
+ <div class="row delete-row">
253
+ <div class="left-icon">
254
+ <svg viewBox="0 0 24 24" class="danger"><path d="M3 6h18"/><path d="M8 6V4h8v2"/><path d="M6 6l1 14h10l1-14"/></svg>
255
+ </div>
256
+ <div class="label danger">Delete</div>
257
+ </div>
258
+
259
+ </div>
260
+ </div>
261
+ </body>
262
+ </html>
code/6694/6694_2.html ADDED
@@ -0,0 +1,203 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Documents 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: #F7E5DF;
12
+ color: #2b2b2b;
13
+ }
14
+ /* Status bar */
15
+ .status-bar {
16
+ position: absolute; top: 0; left: 0; right: 0;
17
+ height: 80px; padding: 0 40px;
18
+ display: flex; align-items: center; justify-content: space-between;
19
+ font-size: 34px;
20
+ color: #3a3a3a;
21
+ }
22
+ .status-right { display: flex; align-items: center; gap: 22px; }
23
+ .icon { width: 48px; height: 48px; }
24
+ /* App bar */
25
+ .app-bar {
26
+ position: absolute; top: 90px; left: 0; right: 0;
27
+ height: 140px; padding: 0 40px;
28
+ display: flex; align-items: center; justify-content: space-between;
29
+ }
30
+ .app-left { display: flex; align-items: center; gap: 28px; }
31
+ .title { font-size: 64px; font-weight: 700; }
32
+ .app-actions { display: flex; align-items: center; gap: 26px; }
33
+ .circle-btn {
34
+ width: 80px; height: 80px; border-radius: 16px;
35
+ background: #F1CEC5; display: flex; align-items: center; justify-content: center;
36
+ }
37
+ /* Breadcrumbs */
38
+ .crumbs {
39
+ position: absolute; top: 250px; left: 40px;
40
+ display: flex; align-items: center; gap: 18px;
41
+ font-size: 40px;
42
+ }
43
+ .crumbs .accent { color: #B23226; font-weight: 700; }
44
+ /* Section header */
45
+ .section-header {
46
+ position: absolute; top: 360px; left: 40px; right: 40px;
47
+ display: flex; align-items: center; justify-content: space-between;
48
+ }
49
+ .section-header .label { font-size: 40px; font-weight: 700; color: #3c3c3c; }
50
+ /* File card */
51
+ .file-card {
52
+ position: absolute; top: 460px; left: 48px;
53
+ width: 640px; height: 700px;
54
+ background: #ffffff; border-radius: 26px;
55
+ box-shadow: 0 2px 0 rgba(0,0,0,0.06);
56
+ overflow: hidden;
57
+ border: 1px solid #e9e9e9;
58
+ }
59
+ .preview {
60
+ height: 540px; margin: 20px; border-radius: 18px;
61
+ background: #E0E0E0; border: 1px solid #BDBDBD;
62
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 32px;
63
+ position: relative;
64
+ }
65
+ .mini-image-icon {
66
+ position: absolute; width: 90px; height: 90px; border: 6px solid #D54237; border-radius: 14px;
67
+ display: flex; align-items: center; justify-content: center; color: #D54237; font-weight: 700;
68
+ }
69
+ .file-info { padding: 0 26px; }
70
+ .file-name { font-size: 40px; font-weight: 700; margin-top: 6px; }
71
+ .file-meta { font-size: 32px; color: #6d6d6d; margin-top: 8px; }
72
+ .file-info-row { display: flex; align-items: center; gap: 18px; }
73
+ .tiny-thumb {
74
+ width: 52px; height: 52px; border-radius: 10px; border: 4px solid #D54237;
75
+ display: inline-flex; align-items: center; justify-content: center; color: #D54237; font-size: 26px; font-weight: 700;
76
+ }
77
+ /* Bottom save bar */
78
+ .save-bar {
79
+ position: absolute; left: 0; right: 0; bottom: 0;
80
+ height: 220px; background: #F7E5DF;
81
+ border-top: 1px solid #e6cfc8;
82
+ padding: 30px 40px;
83
+ display: flex; align-items: center; gap: 26px;
84
+ }
85
+ .input-area { flex: 1; }
86
+ .input-label { font-size: 44px; color: #2b2b2b; }
87
+ .underline { width: 100%; height: 4px; background: #BDBDBD; margin-top: 18px; }
88
+ .save-btn {
89
+ background: #B23226; color: #fff; border-radius: 54px;
90
+ padding: 26px 54px; font-size: 40px; font-weight: 700; letter-spacing: 2px;
91
+ }
92
+ /* Gesture pill */
93
+ .gesture {
94
+ position: absolute; bottom: 34px; left: 50%; transform: translateX(-50%);
95
+ width: 400px; height: 12px; background: #707070; border-radius: 12px;
96
+ }
97
+ </style>
98
+ </head>
99
+ <body>
100
+ <div id="render-target">
101
+
102
+ <!-- Status Bar -->
103
+ <div class="status-bar">
104
+ <div>3:20</div>
105
+ <div class="status-right">
106
+ <!-- Do not disturb icon -->
107
+ <svg class="icon" viewBox="0 0 24 24">
108
+ <circle cx="12" cy="12" r="10" fill="none" stroke="#6a6a6a" stroke-width="2"/>
109
+ <rect x="6" y="11" width="12" height="2" fill="#6a6a6a"/>
110
+ </svg>
111
+ <!-- WiFi icon -->
112
+ <svg class="icon" viewBox="0 0 24 24">
113
+ <path d="M2 8c4-3 16-3 20 0" stroke="#6a6a6a" stroke-width="2" fill="none"/>
114
+ <path d="M6 12c3-2 9-2 12 0" stroke="#6a6a6a" stroke-width="2" fill="none"/>
115
+ <circle cx="12" cy="16" r="2" fill="#6a6a6a"/>
116
+ </svg>
117
+ <!-- Battery icon -->
118
+ <svg class="icon" viewBox="0 0 28 24">
119
+ <rect x="2" y="6" width="20" height="12" rx="2" ry="2" fill="none" stroke="#6a6a6a" stroke-width="2"/>
120
+ <rect x="4" y="8" width="14" height="8" fill="#6a6a6a"/>
121
+ <rect x="22" y="9" width="3" height="6" rx="1" fill="#6a6a6a"/>
122
+ </svg>
123
+ <div style="font-size:32px;color:#6a6a6a;">96%</div>
124
+ </div>
125
+ </div>
126
+
127
+ <!-- App Bar -->
128
+ <div class="app-bar">
129
+ <div class="app-left">
130
+ <!-- Hamburger -->
131
+ <svg class="icon" viewBox="0 0 24 24">
132
+ <rect x="3" y="5" width="18" height="2" fill="#3a3a3a"/>
133
+ <rect x="3" y="11" width="18" height="2" fill="#3a3a3a"/>
134
+ <rect x="3" y="17" width="18" height="2" fill="#3a3a3a"/>
135
+ </svg>
136
+ <div class="title">Documents</div>
137
+ </div>
138
+ <div class="app-actions">
139
+ <div class="circle-btn">
140
+ <!-- Folder plus -->
141
+ <svg viewBox="0 0 24 24" class="icon">
142
+ <path d="M3 7h7l2 2h9v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V7z" fill="none" stroke="#7f3c35" stroke-width="2"/>
143
+ <path d="M12 12v6M9 15h6" stroke="#7f3c35" stroke-width="2"/>
144
+ </svg>
145
+ </div>
146
+ <!-- Dots -->
147
+ <svg class="icon" viewBox="0 0 24 24">
148
+ <circle cx="12" cy="5" r="2" fill="#3a3a3a"/>
149
+ <circle cx="12" cy="12" r="2" fill="#3a3a3a"/>
150
+ <circle cx="12" cy="19" r="2" fill="#3a3a3a"/>
151
+ </svg>
152
+ </div>
153
+ </div>
154
+
155
+ <!-- Breadcrumbs -->
156
+ <div class="crumbs">
157
+ <div>Pixel 6</div>
158
+ <svg viewBox="0 0 24 24" width="32" height="32">
159
+ <path d="M8 5l8 7-8 7" fill="none" stroke="#8a8a8a" stroke-width="2"/>
160
+ </svg>
161
+ <div class="accent">Documents</div>
162
+ </div>
163
+
164
+ <!-- Section Header -->
165
+ <div class="section-header">
166
+ <div class="label">Files in Documents</div>
167
+ <!-- layout toggle icon -->
168
+ <svg class="icon" viewBox="0 0 24 24">
169
+ <rect x="3" y="4" width="18" height="4" fill="#7f3c35"/>
170
+ <rect x="3" y="10" width="18" height="4" fill="#7f3c35"/>
171
+ <rect x="3" y="16" width="18" height="4" fill="#7f3c35"/>
172
+ </svg>
173
+ </div>
174
+
175
+ <!-- File Card -->
176
+ <div class="file-card">
177
+ <div class="preview">
178
+ [IMG: File Preview]
179
+ <div class="mini-image-icon">▤</div>
180
+ </div>
181
+ <div class="file-info">
182
+ <div class="file-info-row">
183
+ <div class="tiny-thumb">▤</div>
184
+ <div class="file-name">fb.bin.png</div>
185
+ </div>
186
+ <div class="file-meta">36 B Nov 17</div>
187
+ </div>
188
+ </div>
189
+
190
+ <!-- Bottom Save Bar -->
191
+ <div class="save-bar">
192
+ <div class="tiny-thumb" style="border-width:5px;">▤</div>
193
+ <div class="input-area">
194
+ <div class="input-label">fb.bin.png</div>
195
+ <div class="underline"></div>
196
+ </div>
197
+ <div class="save-btn">SAVE</div>
198
+ </div>
199
+
200
+ <div class="gesture"></div>
201
+ </div>
202
+ </body>
203
+ </html>
code/6694/6694_3.html ADDED
@@ -0,0 +1,295 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Documents UI</title>
6
+ <style>
7
+ body { margin:0; padding:0; background:transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
8
+ #render-target {
9
+ width:1080px; height:2400px;
10
+ position:relative; overflow:hidden;
11
+ background:#ffffff;
12
+ }
13
+ .status-bar {
14
+ height:80px; padding:0 30px;
15
+ display:flex; align-items:center; justify-content:space-between;
16
+ color:#333; font-size:32px;
17
+ }
18
+ .status-right { display:flex; align-items:center; gap:22px; font-size:28px; color:#555; }
19
+ /* Header */
20
+ .header {
21
+ padding:24px 30px 10px 30px;
22
+ }
23
+ .top-actions {
24
+ display:flex; align-items:center; justify-content:space-between;
25
+ margin-bottom:20px;
26
+ }
27
+ .hamburger { width:60px; height:60px; display:flex; align-items:center; justify-content:center; }
28
+ .icon-btn { width:60px; height:60px; display:flex; align-items:center; justify-content:center; }
29
+ .title {
30
+ font-size:72px; font-weight:700; color:#111; margin:10px 0 8px 0;
31
+ }
32
+ .subtitle { color:#777; font-size:34px; margin-bottom:24px; }
33
+ /* Action cards */
34
+ .actions {
35
+ display:flex; gap:24px;
36
+ padding:0 0 20px 0;
37
+ }
38
+ .action {
39
+ flex:1;
40
+ height:120px; border-radius:18px;
41
+ display:flex; align-items:center; gap:24px;
42
+ padding:0 28px; color:#222; font-size:38px; font-weight:600;
43
+ background:#efe7dd;
44
+ }
45
+ .action .ico { width:58px; height:58px; display:flex; align-items:center; justify-content:center; }
46
+ .action.share { background:#0a66ff; color:#fff; }
47
+ /* Sort/toolbar row */
48
+ .list-toolbar {
49
+ display:flex; align-items:center; justify-content:space-between;
50
+ padding:24px 30px; border-top:1px solid #eee;
51
+ font-size:40px; color:#222;
52
+ }
53
+ .list-left { display:flex; align-items:center; gap:16px; }
54
+ .list-right { display:flex; align-items:center; gap:28px; }
55
+ /* File item */
56
+ .file-item {
57
+ padding:18px 30px;
58
+ display:flex; align-items:center; justify-content:space-between;
59
+ }
60
+ .file-left { display:flex; align-items:center; gap:26px; }
61
+ .img-placeholder {
62
+ width:60px; height:60px; background:#E0E0E0; border:1px solid #BDBDBD;
63
+ display:flex; align-items:center; justify-content:center;
64
+ color:#757575; font-size:20px; border-radius:8px;
65
+ }
66
+ .file-name { font-size:44px; color:#111; }
67
+ .name-underline {
68
+ height:10px; background:#0a66ff; width:800px; margin-left:116px; border-radius:4px;
69
+ }
70
+ /* FAB */
71
+ .fab {
72
+ position:absolute; right:46px; bottom:220px;
73
+ width:160px; height:160px; border-radius:50%;
74
+ background:#0a66ff; box-shadow:0 10px 24px rgba(0,0,0,0.2);
75
+ display:flex; align-items:center; justify-content:center;
76
+ }
77
+ /* Bottom Nav */
78
+ .bottom-nav {
79
+ position:absolute; bottom:0; left:0; right:0;
80
+ height:170px; border-top:1px solid #eee; background:#fff;
81
+ display:flex; align-items:center; justify-content:space-around;
82
+ }
83
+ .nav-item { display:flex; flex-direction:column; align-items:center; gap:8px; color:#777; font-size:34px; }
84
+ .nav-item.active { color:#111; }
85
+ .nav-icon { width:80px; height:80px; display:flex; align-items:center; justify-content:center; }
86
+ .red-dot {
87
+ width:16px; height:16px; background:#c0183c; border-radius:50%;
88
+ position:absolute; bottom:130px; left:118px;
89
+ }
90
+ /* Simple helpers */
91
+ .kebab { width:16px; height:60px; display:flex; align-items:center; justify-content:center; }
92
+ svg { display:block; }
93
+ </style>
94
+ </head>
95
+ <body>
96
+ <div id="render-target">
97
+
98
+ <!-- Status bar -->
99
+ <div class="status-bar">
100
+ <div>3:21</div>
101
+ <div class="status-right">
102
+ <!-- simple minus-in-circle -->
103
+ <svg width="34" height="34" viewBox="0 0 24 24">
104
+ <circle cx="12" cy="12" r="10" fill="none" stroke="#666" stroke-width="2"/>
105
+ <line x1="7" y1="12" x2="17" y2="12" stroke="#666" stroke-width="2"/>
106
+ </svg>
107
+ <!-- wifi -->
108
+ <svg width="34" height="34" viewBox="0 0 24 24">
109
+ <path d="M2 8c5-4 15-4 20 0" stroke="#666" stroke-width="2" fill="none"/>
110
+ <path d="M5 12c4-3 10-3 14 0" stroke="#666" stroke-width="2" fill="none"/>
111
+ <path d="M9 16c2-2 4-2 6 0" stroke="#666" stroke-width="2" fill="none"/>
112
+ <circle cx="12" cy="19" r="1.5" fill="#666"/>
113
+ </svg>
114
+ <!-- battery -->
115
+ <div style="display:flex; align-items:center; gap:8px;">
116
+ <svg width="44" height="24" viewBox="0 0 44 24">
117
+ <rect x="1" y="4" width="36" height="16" rx="3" stroke="#666" fill="none" stroke-width="2"/>
118
+ <rect x="3" y="6" width="28" height="12" rx="2" fill="#4caf50"/>
119
+ <rect x="38" y="8" width="4" height="8" rx="1" fill="#666"/>
120
+ </svg>
121
+ <span style="font-size:28px; color:#333;">96%</span>
122
+ </div>
123
+ </div>
124
+ </div>
125
+
126
+ <!-- Header and toolbar -->
127
+ <div class="header">
128
+ <div class="top-actions">
129
+ <div class="hamburger">
130
+ <svg width="48" height="48" viewBox="0 0 24 24">
131
+ <path d="M3 6h18M3 12h18M3 18h18" stroke="#111" stroke-width="2" stroke-linecap="round"/>
132
+ </svg>
133
+ </div>
134
+ <div style="display:flex; align-items:center; gap:26px;">
135
+ <!-- search -->
136
+ <div class="icon-btn">
137
+ <svg width="46" height="46" viewBox="0 0 24 24">
138
+ <circle cx="11" cy="11" r="6.5" stroke="#111" stroke-width="2" fill="none"/>
139
+ <line x1="16.5" y1="16.5" x2="21" y2="21" stroke="#111" stroke-width="2" stroke-linecap="round"/>
140
+ </svg>
141
+ </div>
142
+ <!-- checkbox icon -->
143
+ <div class="icon-btn">
144
+ <svg width="46" height="46" viewBox="0 0 24 24">
145
+ <rect x="4" y="4" width="16" height="16" rx="2" stroke="#111" stroke-width="2" fill="none"/>
146
+ <path d="M8 12l3 3 5-6" stroke="#111" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
147
+ </svg>
148
+ </div>
149
+ <!-- kebab -->
150
+ <div class="icon-btn">
151
+ <svg width="8" height="46" viewBox="0 0 8 24">
152
+ <circle cx="4" cy="4" r="2.2" fill="#111"/>
153
+ <circle cx="4" cy="12" r="2.2" fill="#111"/>
154
+ <circle cx="4" cy="20" r="2.2" fill="#111"/>
155
+ </svg>
156
+ </div>
157
+ </div>
158
+ </div>
159
+
160
+ <div class="title">Documents</div>
161
+ <div class="subtitle">Only you</div>
162
+
163
+ <!-- Action row -->
164
+ <div class="actions">
165
+ <div class="action share">
166
+ <div class="ico">
167
+ <svg width="48" height="48" viewBox="0 0 24 24">
168
+ <circle cx="6" cy="12" r="2.5" fill="#fff"/>
169
+ <circle cx="18" cy="6" r="2.5" fill="#fff"/>
170
+ <circle cx="18" cy="18" r="2.5" fill="#fff"/>
171
+ <path d="M8.5 12l6-4M8.5 12l6 4" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/>
172
+ </svg>
173
+ </div>
174
+ <div>Share</div>
175
+ </div>
176
+ <div class="action">
177
+ <div class="ico">
178
+ <svg width="48" height="48" viewBox="0 0 24 24">
179
+ <path d="M12 5v10" stroke="#222" stroke-width="2" stroke-linecap="round"/>
180
+ <path d="M7 10l5-5 5 5" stroke="#222" stroke-width="2" fill="none" stroke-linecap="round"/>
181
+ <rect x="4" y="15" width="16" height="5" rx="2" fill="#d9d1c5"/>
182
+ </svg>
183
+ </div>
184
+ <div>Upload</div>
185
+ </div>
186
+ <div class="action">
187
+ <div class="ico">
188
+ <svg width="48" height="48" viewBox="0 0 24 24">
189
+ <path d="M3 7h8l2 3h8v8H3z" stroke="#222" stroke-width="2" fill="none" stroke-linejoin="round"/>
190
+ </svg>
191
+ </div>
192
+ <div>Folder</div>
193
+ </div>
194
+ <div class="action">
195
+ <div class="ico">
196
+ <svg width="48" height="48" viewBox="0 0 24 24">
197
+ <rect x="4" y="4" width="16" height="16" rx="2" stroke="#222" stroke-width="2" fill="none"/>
198
+ <path d="M4 10h4M16 10h4M10 4v4M10 16v4" stroke="#222" stroke-width="2"/>
199
+ </svg>
200
+ </div>
201
+ <div>Scan</div>
202
+ </div>
203
+ </div>
204
+ </div>
205
+
206
+ <!-- List toolbar -->
207
+ <div class="list-toolbar">
208
+ <div class="list-left">
209
+ <div>Name</div>
210
+ <svg width="26" height="26" viewBox="0 0 24 24">
211
+ <path d="M7 10l5 5 5-5" fill="none" stroke="#222" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
212
+ </svg>
213
+ </div>
214
+ <div class="list-right">
215
+ <!-- grid toggle icon -->
216
+ <svg width="36" height="36" viewBox="0 0 24 24">
217
+ <rect x="3" y="3" width="7" height="7" fill="none" stroke="#222" stroke-width="2"/>
218
+ <rect x="14" y="3" width="7" height="7" fill="none" stroke="#222" stroke-width="2"/>
219
+ <rect x="3" y="14" width="7" height="7" fill="none" stroke="#222" stroke-width="2"/>
220
+ <rect x="14" y="14" width="7" height="7" fill="none" stroke="#222" stroke-width="2"/>
221
+ </svg>
222
+ <!-- align icon -->
223
+ <svg width="36" height="36" viewBox="0 0 24 24">
224
+ <path d="M4 6h16M4 12h16M4 18h16" stroke="#222" stroke-width="2" stroke-linecap="round"/>
225
+ </svg>
226
+ </div>
227
+ </div>
228
+
229
+ <!-- File item -->
230
+ <div class="file-item">
231
+ <div class="file-left">
232
+ <div class="img-placeholder">IMG</div>
233
+ <div class="file-name">fb.bin.png</div>
234
+ </div>
235
+ <div class="kebab">
236
+ <svg width="8" height="46" viewBox="0 0 8 24">
237
+ <circle cx="4" cy="4" r="2.2" fill="#111"/>
238
+ <circle cx="4" cy="12" r="2.2" fill="#111"/>
239
+ <circle cx="4" cy="20" r="2.2" fill="#111"/>
240
+ </svg>
241
+ </div>
242
+ </div>
243
+ <div class="name-underline"></div>
244
+
245
+ <!-- Floating Action Button -->
246
+ <div class="fab">
247
+ <svg width="86" height="86" viewBox="0 0 24 24">
248
+ <path d="M12 5v14M5 12h14" stroke="#fff" stroke-width="3" stroke-linecap="round"/>
249
+ </svg>
250
+ </div>
251
+
252
+ <!-- Bottom Navigation -->
253
+ <div class="bottom-nav">
254
+ <div class="nav-item active">
255
+ <div class="nav-icon">
256
+ <svg width="60" height="60" viewBox="0 0 24 24">
257
+ <path d="M3 11l9-7 9 7v9H15v-6H9v6H3z" stroke="#111" stroke-width="2" fill="none" stroke-linejoin="round"/>
258
+ </svg>
259
+ </div>
260
+ <div>Home</div>
261
+ </div>
262
+ <div class="nav-item">
263
+ <div class="nav-icon">
264
+ <svg width="60" height="60" viewBox="0 0 24 24">
265
+ <path d="M3 7h8l2 3h8v8H3z" stroke="#777" stroke-width="2" fill="none" stroke-linejoin="round"/>
266
+ </svg>
267
+ </div>
268
+ <div>Files</div>
269
+ </div>
270
+ <div class="nav-item">
271
+ <div class="nav-icon">
272
+ <svg width="60" height="60" viewBox="0 0 24 24">
273
+ <rect x="3" y="5" width="18" height="14" rx="2" stroke="#777" stroke-width="2" fill="none"/>
274
+ <path d="M6 14l4-4 3 3 3-5" stroke="#777" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
275
+ </svg>
276
+ </div>
277
+ <div>Photos</div>
278
+ </div>
279
+ <div class="nav-item">
280
+ <div class="nav-icon">
281
+ <svg width="60" height="60" viewBox="0 0 24 24">
282
+ <circle cx="12" cy="8" r="4" stroke="#777" stroke-width="2" fill="none"/>
283
+ <path d="M4 21c2-4 6-6 8-6s6 2 8 6" stroke="#777" stroke-width="2" fill="none" stroke-linecap="round"/>
284
+ </svg>
285
+ </div>
286
+ <div>Account</div>
287
+ </div>
288
+ </div>
289
+
290
+ <!-- notification dot near Home -->
291
+ <div class="red-dot"></div>
292
+
293
+ </div>
294
+ </body>
295
+ </html>