yhzheng1031 commited on
Commit
0b0ab22
·
verified ·
1 Parent(s): fa881a6

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/10258/10258_7.html +331 -0
  2. code/10351/10351_6.html +345 -0
  3. code/10354/10354_3.html +352 -0
  4. code/10354/10354_5.html +289 -0
  5. code/10357/10357_0.html +401 -0
  6. code/10357/10357_2.html +242 -0
  7. code/10357/10357_3.html +300 -0
  8. code/10357/10357_4.html +199 -0
  9. code/10357/10357_5.html +194 -0
  10. code/10359/10359_0.html +198 -0
  11. code/10359/10359_1.html +390 -0
  12. code/10359/10359_2.html +268 -0
  13. code/10359/10359_3.html +253 -0
  14. code/10360/10360_0.html +297 -0
  15. code/10360/10360_1.html +330 -0
  16. code/10360/10360_2.html +343 -0
  17. code/10360/10360_4.html +424 -0
  18. code/10360/10360_5.html +345 -0
  19. code/10361/10361_1.html +310 -0
  20. code/10361/10361_2.html +423 -0
  21. code/10361/10361_3.html +322 -0
  22. code/10361/10361_4.html +307 -0
  23. code/10361/10361_5.html +345 -0
  24. code/10361/10361_6.html +382 -0
  25. code/10361/10361_7.html +303 -0
  26. code/10361/10361_8.html +410 -0
  27. code/10362/10362_0.html +375 -0
  28. code/10362/10362_1.html +218 -0
  29. code/10362/10362_2.html +223 -0
  30. code/10362/10362_3.html +268 -0
  31. code/10362/10362_4.html +342 -0
  32. code/10364/10364_0.html +267 -0
  33. code/10364/10364_1.html +326 -0
  34. code/10364/10364_2.html +259 -0
  35. code/10369/10369_0.html +247 -0
  36. code/10369/10369_1.html +488 -0
  37. code/10369/10369_2.html +392 -0
  38. code/10369/10369_3.html +330 -0
  39. code/10369/10369_4.html +300 -0
  40. code/10369/10369_5.html +374 -0
  41. code/10369/10369_6.html +265 -0
  42. code/10369/10369_7.html +192 -0
  43. code/10369/10369_8.html +235 -0
  44. code/10369/10369_9.html +214 -0
  45. code/10370/10370_0.html +308 -0
  46. code/10370/10370_1.html +354 -0
  47. code/10370/10370_2.html +343 -0
  48. code/10370/10370_3.html +309 -0
  49. code/10370/10370_4.html +335 -0
  50. code/10373/10373_0.html +331 -0
code/10258/10258_7.html ADDED
@@ -0,0 +1,331 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Compose - Dark 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: #121212;
15
+ color: #EDEDED;
16
+ }
17
+
18
+ /* Status bar */
19
+ .statusbar {
20
+ height: 100px;
21
+ padding: 0 32px;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ color: #ffffff;
26
+ font-weight: 600;
27
+ letter-spacing: 0.5px;
28
+ }
29
+ .status-icons {
30
+ display: flex;
31
+ align-items: center;
32
+ gap: 16px;
33
+ opacity: 0.9;
34
+ }
35
+ .status-icons svg { fill: #fff; }
36
+
37
+ /* App bar */
38
+ .appbar {
39
+ height: 160px;
40
+ display: flex;
41
+ align-items: center;
42
+ padding: 0 24px;
43
+ border-bottom: 1px solid #1E1E1E;
44
+ }
45
+ .appbar .title {
46
+ font-size: 54px;
47
+ font-weight: 500;
48
+ margin-left: 16px;
49
+ }
50
+ .appbar .right-actions {
51
+ margin-left: auto;
52
+ display: flex;
53
+ align-items: center;
54
+ gap: 28px;
55
+ }
56
+ .icon-btn {
57
+ width: 72px;
58
+ height: 72px;
59
+ display: inline-flex;
60
+ align-items: center;
61
+ justify-content: center;
62
+ border-radius: 36px;
63
+ color: #eaeaea;
64
+ }
65
+ .icon-btn svg { width: 44px; height: 44px; fill: #eaeaea; }
66
+
67
+ /* Fields */
68
+ .fields {
69
+ padding: 12px 24px 0 24px;
70
+ border-bottom: 1px solid #1E1E1E;
71
+ }
72
+ .field {
73
+ display: flex;
74
+ align-items: flex-start;
75
+ gap: 18px;
76
+ padding: 22px 0;
77
+ border-bottom: 1px solid #1d1d1d;
78
+ }
79
+ .field:last-child { border-bottom: none; }
80
+ .label {
81
+ width: 120px;
82
+ color: #9E9E9E;
83
+ font-size: 28px;
84
+ line-height: 40px;
85
+ padding-top: 4px;
86
+ }
87
+ .value {
88
+ flex: 1;
89
+ color: #EDEDED;
90
+ font-size: 32px;
91
+ line-height: 40px;
92
+ }
93
+ .muted {
94
+ color: #9E9E9E;
95
+ font-size: 28px;
96
+ margin-top: 6px;
97
+ }
98
+ .dropdown {
99
+ width: 44px; height: 44px; display: flex; align-items: center; justify-content: center;
100
+ }
101
+ .dropdown svg { width: 28px; height: 28px; fill: #9E9E9E; }
102
+
103
+ /* Contact chip row */
104
+ .contact-row {
105
+ display: flex;
106
+ align-items: center;
107
+ gap: 22px;
108
+ padding: 18px 0 6px 142px;
109
+ }
110
+ .avatar {
111
+ width: 88px;
112
+ height: 88px;
113
+ border-radius: 44px;
114
+ background: #26A69A;
115
+ display: flex;
116
+ align-items: center;
117
+ justify-content: center;
118
+ overflow: hidden;
119
+ }
120
+ .avatar svg { width: 52px; height: 52px; fill: #ffffff; opacity: 0.95; }
121
+ .contact-text .name {
122
+ font-size: 34px;
123
+ color: #EDEDED;
124
+ }
125
+ .contact-text .email {
126
+ font-size: 28px;
127
+ color: #9E9E9E;
128
+ margin-top: 6px;
129
+ }
130
+
131
+ /* Body area (blank compose content) */
132
+ .content-area {
133
+ height: 1060px;
134
+ padding: 24px;
135
+ color: #BDBDBD;
136
+ font-size: 30px;
137
+ }
138
+
139
+ /* Keyboard mock */
140
+ .keyboard {
141
+ position: absolute;
142
+ left: 0; right: 0; bottom: 0;
143
+ height: 820px;
144
+ background: #0F0F0F;
145
+ border-top: 1px solid #1d1d1d;
146
+ display: flex;
147
+ flex-direction: column;
148
+ padding: 10px 16px 24px 16px;
149
+ }
150
+ .kb-tools {
151
+ display: flex;
152
+ align-items: center;
153
+ gap: 26px;
154
+ padding: 8px 8px 18px 8px;
155
+ }
156
+ .tool {
157
+ width: 72px; height: 72px;
158
+ background: #262626;
159
+ border-radius: 16px;
160
+ display: flex; align-items: center; justify-content: center;
161
+ }
162
+ .tool svg { width: 36px; height: 36px; fill: #DADADA; }
163
+
164
+ .kb-rows {
165
+ display: flex;
166
+ flex-direction: column;
167
+ gap: 14px;
168
+ margin-top: 2px;
169
+ flex: 1;
170
+ justify-content: center;
171
+ }
172
+ .row {
173
+ display: flex;
174
+ justify-content: center;
175
+ gap: 12px;
176
+ padding: 0 6px;
177
+ }
178
+ .key {
179
+ background: #2A2A2A;
180
+ color: #EDEDED;
181
+ font-size: 36px;
182
+ line-height: 60px;
183
+ text-align: center;
184
+ border-radius: 16px;
185
+ padding: 24px 0;
186
+ width: 82px;
187
+ box-shadow: inset 0 -2px 0 rgba(255,255,255,0.05);
188
+ }
189
+ .key.wide { width: 120px; }
190
+ .key.xwide { width: 440px; }
191
+ .key.action { background: #2E2E2E; color: #9adbd3; }
192
+ .key.enter { background: #7EE1DB; color: #0A0A0A; }
193
+
194
+ /* Bottom gesture bar */
195
+ .gesture {
196
+ position: absolute;
197
+ left: 50%;
198
+ transform: translateX(-50%);
199
+ bottom: 8px;
200
+ width: 320px;
201
+ height: 8px;
202
+ background: #E0E0E0;
203
+ border-radius: 4px;
204
+ opacity: 0.9;
205
+ }
206
+ </style>
207
+ </head>
208
+ <body>
209
+ <div id="render-target">
210
+
211
+ <!-- Status bar -->
212
+ <div class="statusbar">
213
+ <div class="time">10:52</div>
214
+ <div class="status-icons">
215
+ <!-- Simple cellular/wifi and battery -->
216
+ <svg viewBox="0 0 24 24" width="28" height="28"><path d="M3 18l6-6 4 4 8-8v10H3z"/></svg>
217
+ <svg viewBox="0 0 24 24" width="28" height="28"><path d="M16 4h-8l-2 2v12l2 2h8l2-2V6l-2-2zm0 14H8V6h8v12z"/></svg>
218
+ </div>
219
+ </div>
220
+
221
+ <!-- App bar -->
222
+ <div class="appbar">
223
+ <div class="icon-btn" aria-label="Back">
224
+ <svg viewBox="0 0 24 24"><path d="M15.5 5l-7 7 7 7" stroke="#eaeaea" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
225
+ </div>
226
+ <div class="title">Compose</div>
227
+ <div class="right-actions">
228
+ <div class="icon-btn" aria-label="Attach">
229
+ <svg viewBox="0 0 24 24"><path d="M7 12V7a5 5 0 0 1 10 0v8a4 4 0 1 1-8 0v-7" stroke="#eaeaea" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
230
+ </div>
231
+ <div class="icon-btn" aria-label="Send">
232
+ <svg viewBox="0 0 24 24"><path d="M3 12l18-9-7 9 7 9-18-9z" fill="#9adbd3"/></svg>
233
+ </div>
234
+ <div class="icon-btn" aria-label="More">
235
+ <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>
236
+ </div>
237
+ </div>
238
+ </div>
239
+
240
+ <!-- Fields -->
241
+ <div class="fields">
242
+ <div class="field">
243
+ <div class="label">From</div>
244
+ <div class="value">maira.rossi1993@gmail.com</div>
245
+ <div class="dropdown" aria-hidden="true">
246
+ <svg viewBox="0 0 24 24"><path d="M6 9l6 6 6-6" /></svg>
247
+ </div>
248
+ </div>
249
+
250
+ <div class="field">
251
+ <div class="label">To</div>
252
+ <div class="value">coledbwpersonatest@gmail.com</div>
253
+ <div class="dropdown" aria-hidden="true">
254
+ <svg viewBox="0 0 24 24"><path d="M6 9l6 6 6-6" /></svg>
255
+ </div>
256
+ </div>
257
+
258
+ <!-- Selected contact chip preview -->
259
+ <div class="contact-row">
260
+ <div class="avatar" aria-label="Contact avatar">
261
+ <svg viewBox="0 0 24 24">
262
+ <path d="M12 12a5 5 0 1 0-0.001-10.001A5 5 0 0 0 12 12zm0 2c-4 0-7 2-7 5v1h14v-1c0-3-3-5-7-5z"/>
263
+ </svg>
264
+ </div>
265
+ <div class="contact-text">
266
+ <div class="name">coledbwpersonatest@gmail.com</div>
267
+ <div class="email">coledbwpersonatest@gmail.com</div>
268
+ </div>
269
+ </div>
270
+ </div>
271
+
272
+ <!-- Empty message content area -->
273
+ <div class="content-area">
274
+ <!-- intentionally left blank to mimic empty compose body -->
275
+ </div>
276
+
277
+ <!-- Keyboard mock -->
278
+ <div class="keyboard">
279
+ <div class="kb-tools">
280
+ <div class="tool" title="Apps">
281
+ <svg viewBox="0 0 24 24"><path d="M3 3h7v7H3zM14 3h7v7h-7zM3 14h7v7H3zM14 14h7v7h-7z"/></svg>
282
+ </div>
283
+ <div class="tool" title="Emoji">
284
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9"/><circle cx="9" cy="10" r="1.5" fill="#121212"/><circle cx="15" cy="10" r="1.5" fill="#121212"/><path d="M8 15c1 1 2.5 2 4 2s3-1 4-2" stroke="#121212" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
285
+ </div>
286
+ <div class="tool" title="GIF"><span style="color:#DADADA;font-weight:700;">GIF</span></div>
287
+ <div class="tool" title="Translate">
288
+ <svg viewBox="0 0 24 24"><path d="M3 4h10v6H3zM3 12h10v8H3zM15 4h6v16h-6z"/></svg>
289
+ </div>
290
+ <div class="tool" title="Settings">
291
+ <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-2-1-.6-1.5 1.3-1.5-1.4-1.4-1.5 1.3L15 4l-1-2-1 2-1.5.6L10 3.3 8.6 4.7l1.3 1.5L8 8 6 7l-2 1 2 1 .6 1.5-1.3 1.5 1.4 1.4 1.5-1.3L9 16l1 2 1-2 1.5-.6 1.5 1.3 1.4-1.4-1.3-1.5L20 12z"/></svg>
292
+ </div>
293
+ <div class="tool" title="Theme">
294
+ <svg viewBox="0 0 24 24"><path d="M12 2a10 10 0 1 0 8.5 15.8A8 8 0 0 1 12 2z"/></svg>
295
+ </div>
296
+ <div class="tool" title="Mic">
297
+ <svg viewBox="0 0 24 24"><path d="M12 14a3 3 0 0 0 3-3V6a3 3 0 0 0-6 0v5a3 3 0 0 0 3 3zm-7-3a7 7 0 0 0 14 0" stroke="#DADADA" stroke-width="2" fill="none"/></svg>
298
+ </div>
299
+ </div>
300
+
301
+ <div class="kb-rows">
302
+ <div class="row">
303
+ <div class="key">q</div><div class="key">w</div><div class="key">e</div><div class="key">r</div>
304
+ <div class="key">t</div><div class="key">y</div><div class="key">u</div><div class="key">i</div>
305
+ <div class="key">o</div><div class="key">p</div>
306
+ </div>
307
+ <div class="row">
308
+ <div class="key">a</div><div class="key">s</div><div class="key">d</div><div class="key">f</div>
309
+ <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>
310
+ </div>
311
+ <div class="row">
312
+ <div class="key action wide">⇧</div>
313
+ <div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div>
314
+ <div class="key">b</div><div class="key">n</div><div class="key">m</div>
315
+ <div class="key action wide">⌫</div>
316
+ </div>
317
+ <div class="row">
318
+ <div class="key action wide">?123</div>
319
+ <div class="key">@@</div>
320
+ <div class="key">☺</div>
321
+ <div class="key xwide">space</div>
322
+ <div class="key">.</div>
323
+ <div class="key enter">↩</div>
324
+ </div>
325
+ </div>
326
+ <div class="gesture"></div>
327
+ </div>
328
+
329
+ </div>
330
+ </body>
331
+ </html>
code/10351/10351_6.html ADDED
@@ -0,0 +1,345 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Audio Manager UI Mock</title>
6
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #e9f1f2;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 120px;
24
+ background: #101010;
25
+ color: #fff;
26
+ display: flex;
27
+ align-items: center;
28
+ padding: 0 28px;
29
+ box-sizing: border-box;
30
+ letter-spacing: 0.5px;
31
+ }
32
+ .status-time { font-size: 40px; }
33
+ .status-icons {
34
+ margin-left: auto;
35
+ display: flex;
36
+ gap: 24px;
37
+ align-items: center;
38
+ }
39
+ .status-icons svg { width: 40px; height: 40px; fill: none; stroke: #fff; stroke-width: 2.5; }
40
+
41
+ /* App bar */
42
+ .app-bar {
43
+ position: absolute;
44
+ top: 120px;
45
+ left: 0;
46
+ width: 1080px;
47
+ height: 120px;
48
+ background: #111;
49
+ color: #fff;
50
+ display: flex;
51
+ align-items: center;
52
+ box-sizing: border-box;
53
+ padding: 0 24px;
54
+ }
55
+ .app-title {
56
+ font-size: 54px;
57
+ font-weight: 600;
58
+ margin-left: 8px;
59
+ }
60
+ .app-actions {
61
+ margin-left: auto;
62
+ display: flex;
63
+ align-items: center;
64
+ gap: 36px;
65
+ }
66
+ .app-actions svg { width: 56px; height: 56px; stroke: #fff; fill: none; stroke-width: 3.5; }
67
+
68
+ /* File item (selected) */
69
+ .file-row {
70
+ position: absolute;
71
+ top: 240px;
72
+ left: 0;
73
+ width: 1080px;
74
+ height: 180px;
75
+ background: #7fb2f5;
76
+ display: flex;
77
+ align-items: center;
78
+ padding: 0 28px;
79
+ box-sizing: border-box;
80
+ gap: 24px;
81
+ }
82
+ .file-icon {
83
+ width: 120px;
84
+ height: 120px;
85
+ border-radius: 12px;
86
+ background: #1e88e5;
87
+ display: flex;
88
+ align-items: center;
89
+ justify-content: center;
90
+ }
91
+ .file-icon svg { width: 70px; height: 70px; stroke: #fff; fill: none; stroke-width: 3.5; }
92
+ .file-info { color: #0b0b0b; }
93
+ .file-name { font-size: 48px; font-weight: 700; line-height: 1.2; }
94
+ .file-meta { font-size: 34px; opacity: 0.9; margin-top: 8px; }
95
+ .file-spacer { flex: 1; }
96
+ .checkbox {
97
+ width: 72px; height: 72px; border-radius: 10px; background: #101010;
98
+ display: flex; align-items: center; justify-content: center;
99
+ }
100
+ .checkbox svg { width: 46px; height: 46px; stroke: #79b6ff; stroke-width: 7; fill: none; stroke-linecap: round; stroke-linejoin: round; }
101
+
102
+ /* Scrollable area placeholder (empty list) */
103
+ .content-area {
104
+ position: absolute;
105
+ top: 420px;
106
+ left: 0;
107
+ width: 1080px;
108
+ height: 1120px;
109
+ background: rgba(230, 243, 244, 0.9);
110
+ }
111
+
112
+ /* Bottom action bar */
113
+ .action-bar {
114
+ position: absolute;
115
+ bottom: 560px;
116
+ left: 0;
117
+ width: 1080px;
118
+ height: 160px;
119
+ background: #8e8e8e;
120
+ display: flex;
121
+ align-items: center;
122
+ padding: 0 24px;
123
+ box-sizing: border-box;
124
+ color: #fff;
125
+ }
126
+ .ab-controls {
127
+ display: flex;
128
+ align-items: center;
129
+ gap: 36px;
130
+ }
131
+ .chip {
132
+ width: 88px; height: 88px; border-radius: 10px; background: #e5e5e5; color: #000;
133
+ display: flex; align-items: center; justify-content: center; font-size: 44px; font-weight: 700;
134
+ }
135
+ .ab-icon svg { width: 72px; height: 72px; stroke: #fff; fill: none; stroke-width: 3.5; }
136
+ .ab-spacer { flex: 1; }
137
+ .cancel { font-size: 44px; text-decoration: underline; color: #fff; }
138
+
139
+ /* Ad banner placeholder */
140
+ .ad-banner {
141
+ position: absolute;
142
+ bottom: 360px;
143
+ left: 0;
144
+ width: 1080px;
145
+ height: 200px;
146
+ background: #E0E0E0;
147
+ border-top: 1px solid #BDBDBD;
148
+ border-bottom: 1px solid #BDBDBD;
149
+ display: flex;
150
+ align-items: center;
151
+ padding: 0 20px;
152
+ box-sizing: border-box;
153
+ color: #555;
154
+ font-size: 40px;
155
+ }
156
+ .ad-img {
157
+ width: 160px; height: 160px; background: #E0E0E0; border: 1px solid #BDBDBD;
158
+ display: flex; align-items: center; justify-content: center; color: #757575; margin-right: 24px;
159
+ }
160
+ .ad-text { color: #333; font-size: 44px; }
161
+
162
+ /* Bottom control panel */
163
+ .bottom-panel {
164
+ position: absolute;
165
+ bottom: 80px;
166
+ left: 0;
167
+ width: 1080px;
168
+ height: 220px;
169
+ background: #0b0b0b;
170
+ display: flex;
171
+ align-items: center;
172
+ justify-content: space-around;
173
+ color: #fff;
174
+ }
175
+ .bp-icon { display: flex; flex-direction: column; align-items: center; gap: 8px; }
176
+ .bp-icon svg { width: 86px; height: 86px; }
177
+ .bp-icon.red svg path { stroke: #ff2a2a; fill: none; }
178
+ .bp-icon.white svg path { stroke: #fff; fill: none; }
179
+ .bp-label { font-size: 24px; opacity: 0.85; }
180
+
181
+ /* Gesture bar */
182
+ .gesture {
183
+ position: absolute;
184
+ bottom: 24px;
185
+ left: 50%;
186
+ transform: translateX(-50%);
187
+ width: 320px;
188
+ height: 10px;
189
+ background: #e6e6e6;
190
+ border-radius: 6px;
191
+ opacity: 0.85;
192
+ }
193
+ </style>
194
+ </head>
195
+ <body>
196
+ <div id="render-target">
197
+
198
+ <!-- Status bar -->
199
+ <div class="status-bar">
200
+ <div class="status-time">9:21</div>
201
+ <div class="status-icons">
202
+ <!-- simple dot (notification) -->
203
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="3" fill="#fff"/></svg>
204
+ <!-- wifi -->
205
+ <svg viewBox="0 0 24 24">
206
+ <path d="M2 8c5-4 15-4 20 0" />
207
+ <path d="M5 11c3-3 11-3 14 0" />
208
+ <path d="M8 14c2-2 6-2 8 0" />
209
+ <circle cx="12" cy="18" r="1.6" fill="#fff"/>
210
+ </svg>
211
+ <!-- battery -->
212
+ <svg viewBox="0 0 28 18">
213
+ <rect x="1" y="4" width="22" height="10" rx="2" />
214
+ <rect x="24" y="7" width="3" height="4" rx="1" />
215
+ <rect x="3" y="6" width="14" height="6" rx="1" fill="#fff" stroke="none"/>
216
+ </svg>
217
+ </div>
218
+ </div>
219
+
220
+ <!-- App bar -->
221
+ <div class="app-bar">
222
+ <div class="app-title">(1)</div>
223
+ <div class="app-actions">
224
+ <!-- search -->
225
+ <svg viewBox="0 0 24 24">
226
+ <circle cx="11" cy="11" r="7"/>
227
+ <path d="M16 16l6 6"/>
228
+ </svg>
229
+ <!-- scissors -->
230
+ <svg viewBox="0 0 24 24">
231
+ <circle cx="6" cy="6" r="3"/>
232
+ <circle cx="6" cy="18" r="3"/>
233
+ <path d="M9 7l12 7"/>
234
+ <path d="M9 17l12-7"/>
235
+ </svg>
236
+ <!-- pencil -->
237
+ <svg viewBox="0 0 24 24">
238
+ <path d="M3 21l3-0.5L20 6l-2.5-2.5L3.5 18z"/>
239
+ <path d="M14 5l3 3"/>
240
+ </svg>
241
+ <!-- menu -->
242
+ <svg viewBox="0 0 24 24">
243
+ <path d="M3 6h18"/>
244
+ <path d="M3 12h18"/>
245
+ <path d="M3 18h18"/>
246
+ </svg>
247
+ </div>
248
+ </div>
249
+
250
+ <!-- Selected file row -->
251
+ <div class="file-row">
252
+ <div class="file-icon">
253
+ <svg viewBox="0 0 24 24">
254
+ <path d="M6 3h8l4 4v14H6z"/>
255
+ <path d="M14 3v4h4"/>
256
+ <path d="M10 17a2.5 2.5 0 1 1-1.5-2.3V10h7v2"/>
257
+ </svg>
258
+ </div>
259
+ <div class="file-info">
260
+ <div class="file-name">audio file.mp3</div>
261
+ <div class="file-meta">2023-12-07 08:15, 194.3 KB 00:12s</div>
262
+ </div>
263
+ <div class="file-spacer"></div>
264
+ <div class="checkbox">
265
+ <svg viewBox="0 0 24 24">
266
+ <path d="M5 12l4 4 10-10"/>
267
+ </svg>
268
+ </div>
269
+ </div>
270
+
271
+ <!-- Empty list area -->
272
+ <div class="content-area"></div>
273
+
274
+ <!-- Bottom action bar -->
275
+ <div class="action-bar">
276
+ <div class="ab-controls">
277
+ <div class="chip">1</div>
278
+ <div class="ab-icon">
279
+ <!-- play -->
280
+ <svg viewBox="0 0 24 24">
281
+ <polygon points="6,4 20,12 6,20" fill="none"/>
282
+ </svg>
283
+ </div>
284
+ <div class="ab-icon">
285
+ <!-- trash -->
286
+ <svg viewBox="0 0 24 24">
287
+ <path d="M3 6h18"/>
288
+ <path d="M8 6V4h8v2"/>
289
+ <path d="M6 6l1 14h10l1-14"/>
290
+ <path d="M10 10v8M14 10v8"/>
291
+ </svg>
292
+ </div>
293
+ <div class="ab-icon">
294
+ <!-- share -->
295
+ <svg viewBox="0 0 24 24">
296
+ <circle cx="18" cy="5" r="3"/>
297
+ <circle cx="6" cy="12" r="3"/>
298
+ <circle cx="18" cy="19" r="3"/>
299
+ <path d="M8.7 11l6.6-4.2M8.7 13l6.6 4.2"/>
300
+ </svg>
301
+ </div>
302
+ </div>
303
+ <div class="ab-spacer"></div>
304
+ <div class="cancel">Cancel</div>
305
+ </div>
306
+
307
+ <!-- Ad banner -->
308
+ <div class="ad-banner">
309
+ <div class="ad-img">[IMG: Ad]</div>
310
+ <div class="ad-text">Sponsored Ad Banner</div>
311
+ </div>
312
+
313
+ <!-- Bottom black control panel -->
314
+ <div class="bottom-panel">
315
+ <div class="bp-icon red">
316
+ <!-- headphones -->
317
+ <svg viewBox="0 0 24 24">
318
+ <path d="M4 13V12a8 8 0 0 1 16 0v1"/>
319
+ <path d="M4 13v6a2 2 0 0 0 2 2h2V13H6a2 2 0 0 0-2 0z"/>
320
+ <path d="M20 13v6a2 2 0 0 1-2 2h-2V13h2a2 2 0 0 1 2 0z"/>
321
+ </svg>
322
+ </div>
323
+ <div class="bp-icon white">
324
+ <!-- microphone -->
325
+ <svg viewBox="0 0 24 24">
326
+ <path d="M12 3a3 3 0 0 1 3 3v6a3 3 0 0 1-6 0V6a3 3 0 0 1 3-3z"/>
327
+ <path d="M19 12a7 7 0 0 1-14 0"/>
328
+ <path d="M12 19v3"/>
329
+ </svg>
330
+ </div>
331
+ <div class="bp-icon white">
332
+ <!-- gear -->
333
+ <svg viewBox="0 0 24 24">
334
+ <path d="M12 8a4 4 0 1 1 0 8 4 4 0 0 1 0-8z"/>
335
+ <path d="M12 2v3M12 19v3M4.9 4.9l2.1 2.1M17 17l2.1 2.1M2 12h3M19 12h3M4.9 19.1l2.1-2.1M17 7l2.1-2.1"/>
336
+ </svg>
337
+ </div>
338
+ </div>
339
+
340
+ <!-- Gesture nav bar -->
341
+ <div class="gesture"></div>
342
+
343
+ </div>
344
+ </body>
345
+ </html>
code/10354/10354_3.html ADDED
@@ -0,0 +1,352 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ }
15
+
16
+ /* Top status bar */
17
+ .status-bar {
18
+ height: 120px;
19
+ padding: 0 40px;
20
+ display: flex;
21
+ align-items: center;
22
+ justify-content: space-between;
23
+ color: #41464d;
24
+ font-size: 40px;
25
+ }
26
+ .status-right {
27
+ display: flex;
28
+ gap: 28px;
29
+ align-items: center;
30
+ }
31
+ .icon-signal, .icon-battery {
32
+ width: 44px;
33
+ height: 44px;
34
+ }
35
+
36
+ /* Header row */
37
+ .header {
38
+ height: 120px;
39
+ padding: 0 40px;
40
+ display: flex;
41
+ align-items: center;
42
+ justify-content: space-between;
43
+ border-bottom: 2px solid #e9edf2;
44
+ }
45
+ .header .title {
46
+ font-weight: 700;
47
+ color: #606770;
48
+ font-size: 44px;
49
+ }
50
+ .header .clear {
51
+ color: #E91E63;
52
+ font-weight: 700;
53
+ font-size: 40px;
54
+ letter-spacing: 0.5px;
55
+ }
56
+
57
+ /* Content area */
58
+ .content {
59
+ display: grid;
60
+ grid-template-columns: 360px 1fr;
61
+ height: 1940px;
62
+ }
63
+
64
+ /* Left sidebar */
65
+ .sidebar {
66
+ background: #f3f4f6;
67
+ border-right: 2px solid #e9edf2;
68
+ }
69
+ .side-item {
70
+ height: 120px;
71
+ display: flex;
72
+ align-items: center;
73
+ padding: 0 38px;
74
+ border-bottom: 2px solid #e9edf2;
75
+ color: #5a616b;
76
+ font-size: 40px;
77
+ }
78
+ .side-item .badge {
79
+ margin-left: auto;
80
+ color: #8b9097;
81
+ font-weight: 700;
82
+ font-size: 36px;
83
+ }
84
+ .side-section-title {
85
+ height: 120px;
86
+ display: flex;
87
+ align-items: center;
88
+ padding: 0 38px;
89
+ border-bottom: 2px solid #e9edf2;
90
+ background: #ffffff;
91
+ color: #222;
92
+ font-weight: 700;
93
+ font-size: 46px;
94
+ }
95
+
96
+ /* Right panel */
97
+ .panel {
98
+ background: #ffffff;
99
+ }
100
+ .select-all {
101
+ height: 120px;
102
+ display: flex;
103
+ align-items: center;
104
+ padding: 0 44px;
105
+ gap: 28px;
106
+ color: #212630;
107
+ font-size: 44px;
108
+ font-weight: 700;
109
+ border-bottom: 2px solid #e9edf2;
110
+ }
111
+ .checkbox {
112
+ width: 60px;
113
+ height: 60px;
114
+ border: 3px solid #cfd6de;
115
+ border-radius: 10px;
116
+ box-sizing: border-box;
117
+ }
118
+ .count {
119
+ margin-left: 12px;
120
+ color: #99a1aa;
121
+ font-weight: 600;
122
+ font-size: 38px;
123
+ }
124
+
125
+ .option-row {
126
+ height: 120px;
127
+ display: flex;
128
+ align-items: center;
129
+ padding: 0 44px;
130
+ border-bottom: 2px solid #f0f2f5;
131
+ gap: 28px;
132
+ }
133
+ .tick {
134
+ width: 42px;
135
+ height: 42px;
136
+ }
137
+ .option-label {
138
+ color: #6a7079;
139
+ font-size: 42px;
140
+ flex: 1;
141
+ }
142
+ .option-count {
143
+ color: #b4bcc5;
144
+ font-size: 38px;
145
+ font-weight: 600;
146
+ }
147
+
148
+ /* Bottom action bar */
149
+ .bottom-bar {
150
+ position: absolute;
151
+ left: 0; right: 0; bottom: 110px;
152
+ height: 140px;
153
+ background: #ffffff;
154
+ border-top: 2px solid #e9edf2;
155
+ display: flex;
156
+ align-items: center;
157
+ justify-content: space-between;
158
+ padding: 0 40px;
159
+ }
160
+ .bottom-left, .bottom-right {
161
+ font-size: 44px;
162
+ font-weight: 700;
163
+ }
164
+ .bottom-left { color: #4e5661; }
165
+ .bottom-right { color: #E91E63; }
166
+ .divider {
167
+ position: absolute; left: 50%; top: 30px; bottom: 30px;
168
+ width: 2px; background: #e9edf2;
169
+ }
170
+
171
+ /* OS navigation bar area */
172
+ .os-nav {
173
+ position: absolute;
174
+ left: 0; right: 0; bottom: 0;
175
+ height: 110px;
176
+ background: #161a1f;
177
+ }
178
+ .home-pill {
179
+ position: absolute;
180
+ left: 50%;
181
+ bottom: 34px;
182
+ transform: translateX(-50%);
183
+ width: 220px; height: 12px; border-radius: 12px;
184
+ background: #c9cbd0;
185
+ opacity: 0.8;
186
+ }
187
+ </style>
188
+ </head>
189
+ <body>
190
+ <div id="render-target">
191
+ <!-- Status bar -->
192
+ <div class="status-bar">
193
+ <div>9:00</div>
194
+ <div class="status-right">
195
+ <!-- simple mail icon as text to suggest notification area -->
196
+ <svg class="icon-signal" viewBox="0 0 24 24">
197
+ <path d="M3 18h18v2H3zM3 11h13v2H3zM3 4h8v2H3z" fill="#838a92"/>
198
+ </svg>
199
+ <svg class="icon-signal" viewBox="0 0 24 24">
200
+ <path d="M2 18l10-10 10 10" stroke="#838a92" stroke-width="2" fill="none"/>
201
+ </svg>
202
+ <svg class="icon-battery" viewBox="0 0 26 24">
203
+ <rect x="1" y="5" width="20" height="14" rx="2" ry="2" fill="none" stroke="#838a92" stroke-width="2"/>
204
+ <rect x="3" y="7" width="14" height="10" fill="#838a92"/>
205
+ <rect x="22" y="9" width="3" height="6" fill="#838a92"/>
206
+ </svg>
207
+ </div>
208
+ </div>
209
+
210
+ <!-- Header -->
211
+ <div class="header">
212
+ <div class="title">Filters</div>
213
+ <div class="clear">CLEAR ALL</div>
214
+ </div>
215
+
216
+ <!-- Main content -->
217
+ <div class="content">
218
+ <!-- Left sidebar -->
219
+ <div class="sidebar">
220
+ <div class="side-item" style="background:#eef0f3;">Quick Filters</div>
221
+ <div class="side-section-title">Size</div>
222
+ <div class="side-item">Color</div>
223
+ <div class="side-item">Brand <span class="badge">1</span></div>
224
+ <div class="side-item">Country of Origin</div>
225
+ <div class="side-item">Price Range</div>
226
+ <div class="side-item">Discount</div>
227
+ <div class="side-item">Rating</div>
228
+ <div class="side-item">Delivery Time</div>
229
+ <div class="side-item">Sole Material <span class="badge">1</span></div>
230
+ <div class="side-item">Running Type</div>
231
+ <div class="side-item">Warranty</div>
232
+ <div class="side-item">Pronation for Running Shoes</div>
233
+ <div class="side-item">Material</div>
234
+ </div>
235
+
236
+ <!-- Right panel -->
237
+ <div class="panel">
238
+ <div class="select-all">
239
+ <div class="checkbox"></div>
240
+ <div>Select All <span class="count">(29)</span></div>
241
+ </div>
242
+
243
+ <!-- Size options -->
244
+ <div class="option-row">
245
+ <svg class="tick" viewBox="0 0 24 24">
246
+ <path d="M20 6L9 17l-5-5" stroke="#c7ced6" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
247
+ </svg>
248
+ <div class="option-label">UK2.5</div>
249
+ <div class="option-count">55</div>
250
+ </div>
251
+ <div class="option-row">
252
+ <svg class="tick" viewBox="0 0 24 24">
253
+ <path d="M20 6L9 17l-5-5" stroke="#c7ced6" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
254
+ </svg>
255
+ <div class="option-label">UK3</div>
256
+ <div class="option-count">12</div>
257
+ </div>
258
+ <div class="option-row">
259
+ <svg class="tick" viewBox="0 0 24 24">
260
+ <path d="M20 6L9 17l-5-5" stroke="#c7ced6" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
261
+ </svg>
262
+ <div class="option-label">UK3.5</div>
263
+ <div class="option-count">58</div>
264
+ </div>
265
+ <div class="option-row">
266
+ <svg class="tick" viewBox="0 0 24 24">
267
+ <path d="M20 6L9 17l-5-5" stroke="#c7ced6" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
268
+ </svg>
269
+ <div class="option-label">UK4</div>
270
+ <div class="option-count">11</div>
271
+ </div>
272
+ <div class="option-row">
273
+ <svg class="tick" viewBox="0 0 24 24">
274
+ <path d="M20 6L9 17l-5-5" stroke="#c7ced6" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
275
+ </svg>
276
+ <div class="option-label">UK4.5</div>
277
+ <div class="option-count">64</div>
278
+ </div>
279
+ <div class="option-row">
280
+ <svg class="tick" viewBox="0 0 24 24">
281
+ <path d="M20 6L9 17l-5-5" stroke="#c7ced6" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
282
+ </svg>
283
+ <div class="option-label">UK5</div>
284
+ <div class="option-count">13</div>
285
+ </div>
286
+ <div class="option-row">
287
+ <svg class="tick" viewBox="0 0 24 24">
288
+ <path d="M20 6L9 17l-5-5" stroke="#c7ced6" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
289
+ </svg>
290
+ <div class="option-label">UK5.5</div>
291
+ <div class="option-count">56</div>
292
+ </div>
293
+ <div class="option-row">
294
+ <svg class="tick" viewBox="0 0 24 24">
295
+ <path d="M20 6L9 17l-5-5" stroke="#c7ced6" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
296
+ </svg>
297
+ <div class="option-label">UK6</div>
298
+ <div class="option-count">77</div>
299
+ </div>
300
+ <div class="option-row">
301
+ <svg class="tick" viewBox="0 0 24 24">
302
+ <path d="M20 6L9 17l-5-5" stroke="#c7ced6" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
303
+ </svg>
304
+ <div class="option-label">UK6.5</div>
305
+ <div class="option-count">58</div>
306
+ </div>
307
+ <div class="option-row">
308
+ <svg class="tick" viewBox="0 0 24 24">
309
+ <path d="M20 6L9 17l-5-5" stroke="#c7ced6" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
310
+ </svg>
311
+ <div class="option-label">UK7</div>
312
+ <div class="option-count">71</div>
313
+ </div>
314
+ <div class="option-row">
315
+ <svg class="tick" viewBox="0 0 24 24">
316
+ <path d="M20 6L9 17l-5-5" stroke="#c7ced6" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
317
+ </svg>
318
+ <div class="option-label">UK7.5</div>
319
+ <div class="option-count">48</div>
320
+ </div>
321
+ <div class="option-row">
322
+ <svg class="tick" viewBox="0 0 24 24">
323
+ <path d="M20 6L9 17l-5-5" stroke="#c7ced6" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
324
+ </svg>
325
+ <div class="option-label">UK8</div>
326
+ <div class="option-count">69</div>
327
+ </div>
328
+ <div class="option-row">
329
+ <svg class="tick" viewBox="0 0 24 24">
330
+ <path d="M20 6L9 17l-5-5" stroke="#c7ced6" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
331
+ </svg>
332
+ <div class="option-label">UK8.5</div>
333
+ <div class="option-count">3</div>
334
+ </div>
335
+ <!-- More lines can continue similarly... -->
336
+ </div>
337
+ </div>
338
+
339
+ <!-- Bottom action bar -->
340
+ <div class="bottom-bar">
341
+ <div class="bottom-left">CLOSE</div>
342
+ <div class="divider"></div>
343
+ <div class="bottom-right">APPLY</div>
344
+ </div>
345
+
346
+ <!-- OS navigation area -->
347
+ <div class="os-nav">
348
+ <div class="home-pill"></div>
349
+ </div>
350
+ </div>
351
+ </body>
352
+ </html>
code/10354/10354_5.html ADDED
@@ -0,0 +1,289 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: "Roboto", "Segoe UI", Arial, sans-serif; }
9
+ #render-target {
10
+ width:1080px; height:2400px;
11
+ position:relative; overflow:hidden;
12
+ background:#ffffff;
13
+ color:#2b2b2b;
14
+ }
15
+ .status-bar {
16
+ height:130px;
17
+ padding:0 32px;
18
+ display:flex; align-items:center; justify-content:space-between;
19
+ color:#444;
20
+ font-weight:500;
21
+ font-size:36px;
22
+ }
23
+ .status-icons { display:flex; gap:22px; align-items:center; }
24
+ .status-dot { width:22px; height:22px; background:#bbb; border-radius:50%; }
25
+ .status-battery { width:34px; height:22px; border:2px solid #666; border-radius:4px; position:relative; }
26
+ .status-battery::after { content:""; position:absolute; right:-8px; top:6px; width:6px; height:10px; background:#666; border-radius:2px; }
27
+ .header {
28
+ padding:0 32px;
29
+ height:120px;
30
+ display:flex; align-items:center; justify-content:space-between;
31
+ border-bottom:1px solid #e6e6e6;
32
+ }
33
+ .header .title { font-size:40px; font-weight:700; color:#5a5a5a; }
34
+ .header .clear { font-size:36px; font-weight:700; color:#ff4f79; letter-spacing:0.5px; }
35
+ .content {
36
+ position:absolute; top:250px; bottom:160px; left:0; right:0;
37
+ display:flex;
38
+ }
39
+ .left-pane {
40
+ width:360px; border-right:1px solid #e8e8e8;
41
+ background:#fafafa;
42
+ }
43
+ .left-list { list-style:none; margin:0; padding:0; }
44
+ .left-item {
45
+ padding:30px 28px;
46
+ font-size:36px; color:#4b4b4b;
47
+ border-bottom:1px solid #ececec;
48
+ display:flex; align-items:center; justify-content:space-between;
49
+ }
50
+ .left-item.heading {
51
+ font-weight:800; color:#222; background:#ffffff;
52
+ }
53
+ .left-item.badge span {
54
+ background:#e9edf3; color:#7a7f86; font-size:28px; padding:4px 12px; border-radius:18px;
55
+ }
56
+
57
+ .right-pane { flex:1; background:#fff; }
58
+ .right-inner { padding:10px 24px; }
59
+ .select-all {
60
+ height:100px; display:flex; align-items:center; gap:24px;
61
+ font-size:38px; font-weight:700; color:#2e2e37;
62
+ }
63
+ .checkbox {
64
+ width:54px; height:54px; border:3px solid #8c92a0; border-radius:8px;
65
+ }
66
+
67
+ .option {
68
+ display:flex; align-items:center; justify-content:space-between;
69
+ padding:26px 10px; border-top:1px solid #f0f0f0;
70
+ color:#565b66;
71
+ }
72
+ .option .label-wrap { display:flex; align-items:center; gap:28px; }
73
+ .check-icon { width:34px; height:34px; }
74
+ .label { font-size:38px; }
75
+ .count { font-size:34px; color:#9aa0a6; }
76
+ .option.active .label { font-weight:800; color:#1d1f25; }
77
+ .option.active .count { color:#9aa0a6; }
78
+ .divider { border-top:1px solid #f0f0f0; margin-top:-1px; }
79
+
80
+ .action-bar {
81
+ position:absolute; bottom:0; left:0; right:0;
82
+ height:160px; background:#ffffff; border-top:1px solid #e7e7e7;
83
+ display:flex; align-items:center; justify-content:space-between;
84
+ padding:0 40px;
85
+ }
86
+ .action-left, .action-right {
87
+ font-size:40px; font-weight:700;
88
+ }
89
+ .action-left { color:#68707a; }
90
+ .action-right { color:#ff507c; }
91
+ .action-divider {
92
+ height:60px; width:2px; background:#dedede;
93
+ position:absolute; left:50%; transform:translateX(-50%);
94
+ }
95
+ /* subtle scroll mimic */
96
+ .right-pane, .left-pane { overflow:auto; }
97
+ </style>
98
+ </head>
99
+ <body>
100
+ <div id="render-target">
101
+
102
+ <div class="status-bar">
103
+ <div>9:01</div>
104
+ <div class="status-icons">
105
+ <div class="status-dot"></div>
106
+ <div class="status-dot"></div>
107
+ <div class="status-dot"></div>
108
+ <div class="status-dot"></div>
109
+ <div class="status-battery"></div>
110
+ </div>
111
+ </div>
112
+
113
+ <div class="header">
114
+ <div class="title">Filters</div>
115
+ <div class="clear">CLEAR ALL</div>
116
+ </div>
117
+
118
+ <div class="content">
119
+ <!-- Left pane -->
120
+ <div class="left-pane">
121
+ <ul class="left-list">
122
+ <li class="left-item">Quick Filters</li>
123
+ <li class="left-item heading">Size</li>
124
+ <li class="left-item">Color</li>
125
+ <li class="left-item badge">Brand <span>1</span></li>
126
+ <li class="left-item">Country of Origin</li>
127
+ <li class="left-item">Price Range</li>
128
+ <li class="left-item">Discount</li>
129
+ <li class="left-item">Rating</li>
130
+ <li class="left-item">Delivery Time</li>
131
+ <li class="left-item badge">Sole Material <span>1</span></li>
132
+ <li class="left-item">Running Type</li>
133
+ <li class="left-item">Warranty</li>
134
+ <li class="left-item">Pronation for Running Shoes</li>
135
+ <li class="left-item">Material</li>
136
+ </ul>
137
+ </div>
138
+
139
+ <!-- Right pane -->
140
+ <div class="right-pane">
141
+ <div class="right-inner">
142
+ <div class="select-all">
143
+ <div class="checkbox"></div>
144
+ <div>Select All <span style="color:#80858f; font-weight:600;">(29)</span></div>
145
+ </div>
146
+
147
+ <!-- Size options -->
148
+ <div class="option">
149
+ <div class="label-wrap">
150
+ <svg class="check-icon" viewBox="0 0 24 24">
151
+ <path d="M20 6 L9 17 L4 12" fill="none" stroke="#bfc4cd" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
152
+ </svg>
153
+ <div class="label">UK5</div>
154
+ </div>
155
+ <div class="count">13</div>
156
+ </div>
157
+
158
+ <div class="option">
159
+ <div class="label-wrap">
160
+ <svg class="check-icon" viewBox="0 0 24 24">
161
+ <path d="M20 6 L9 17 L4 12" fill="none" stroke="#bfc4cd" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
162
+ </svg>
163
+ <div class="label">UK5.5</div>
164
+ </div>
165
+ <div class="count">56</div>
166
+ </div>
167
+
168
+ <div class="option">
169
+ <div class="label-wrap">
170
+ <svg class="check-icon" viewBox="0 0 24 24">
171
+ <path d="M20 6 L9 17 L4 12" fill="none" stroke="#bfc4cd" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
172
+ </svg>
173
+ <div class="label">UK6</div>
174
+ </div>
175
+ <div class="count">77</div>
176
+ </div>
177
+
178
+ <div class="option">
179
+ <div class="label-wrap">
180
+ <svg class="check-icon" viewBox="0 0 24 24">
181
+ <path d="M20 6 L9 17 L4 12" fill="none" stroke="#bfc4cd" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
182
+ </svg>
183
+ <div class="label">UK6.5</div>
184
+ </div>
185
+ <div class="count">58</div>
186
+ </div>
187
+
188
+ <div class="option">
189
+ <div class="label-wrap">
190
+ <svg class="check-icon" viewBox="0 0 24 24">
191
+ <path d="M20 6 L9 17 L4 12" fill="none" stroke="#bfc4cd" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
192
+ </svg>
193
+ <div class="label">UK7</div>
194
+ </div>
195
+ <div class="count">71</div>
196
+ </div>
197
+
198
+ <div class="option">
199
+ <div class="label-wrap">
200
+ <svg class="check-icon" viewBox="0 0 24 24">
201
+ <path d="M20 6 L9 17 L4 12" fill="none" stroke="#bfc4cd" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
202
+ </svg>
203
+ <div class="label">UK7.5</div>
204
+ </div>
205
+ <div class="count">48</div>
206
+ </div>
207
+
208
+ <div class="option">
209
+ <div class="label-wrap">
210
+ <svg class="check-icon" viewBox="0 0 24 24">
211
+ <path d="M20 6 L9 17 L4 12" fill="none" stroke="#bfc4cd" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
212
+ </svg>
213
+ <div class="label">UK8</div>
214
+ </div>
215
+ <div class="count">69</div>
216
+ </div>
217
+
218
+ <div class="option">
219
+ <div class="label-wrap">
220
+ <svg class="check-icon" viewBox="0 0 24 24">
221
+ <path d="M20 6 L9 17 L4 12" fill="none" stroke="#bfc4cd" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
222
+ </svg>
223
+ <div class="label">UK8.5</div>
224
+ </div>
225
+ <div class="count">3</div>
226
+ </div>
227
+
228
+ <div class="option active">
229
+ <div class="label-wrap">
230
+ <svg class="check-icon" viewBox="0 0 24 24">
231
+ <path d="M20 6 L9 17 L4 12" fill="none" stroke="#ff507c" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
232
+ </svg>
233
+ <div class="label">UK9</div>
234
+ </div>
235
+ <div class="count">58</div>
236
+ </div>
237
+
238
+ <div class="option">
239
+ <div class="label-wrap">
240
+ <svg class="check-icon" viewBox="0 0 24 24">
241
+ <path d="M20 6 L9 17 L4 12" fill="none" stroke="#bfc4cd" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
242
+ </svg>
243
+ <div class="label">UK9.5</div>
244
+ </div>
245
+ <div class="count">1</div>
246
+ </div>
247
+
248
+ <div class="option">
249
+ <div class="label-wrap">
250
+ <svg class="check-icon" viewBox="0 0 24 24">
251
+ <path d="M20 6 L9 17 L4 12" fill="none" stroke="#bfc4cd" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
252
+ </svg>
253
+ <div class="label">UK10</div>
254
+ </div>
255
+ <div class="count">61</div>
256
+ </div>
257
+
258
+ <div class="option">
259
+ <div class="label-wrap">
260
+ <svg class="check-icon" viewBox="0 0 24 24">
261
+ <path d="M20 6 L9 17 L4 12" fill="none" stroke="#bfc4cd" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
262
+ </svg>
263
+ <div class="label">UK10.5</div>
264
+ </div>
265
+ <div class="count">1</div>
266
+ </div>
267
+
268
+ <div class="option">
269
+ <div class="label-wrap">
270
+ <svg class="check-icon" viewBox="0 0 24 24">
271
+ <path d="M20 6 L9 17 L4 12" fill="none" stroke="#bfc4cd" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
272
+ </svg>
273
+ <div class="label">UK11</div>
274
+ </div>
275
+ <div class="count">54</div>
276
+ </div>
277
+ </div>
278
+ </div>
279
+ </div>
280
+
281
+ <div class="action-bar">
282
+ <div class="action-left">CLOSE</div>
283
+ <div class="action-divider"></div>
284
+ <div class="action-right">APPLY</div>
285
+ </div>
286
+
287
+ </div>
288
+ </body>
289
+ </html>
code/10357/10357_0.html ADDED
@@ -0,0 +1,401 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Workout Plans UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #0C0C1B;
15
+ border-radius: 28px;
16
+ box-shadow: 0 20px 60px rgba(0,0,0,0.35);
17
+ color: #EDEDF6;
18
+ }
19
+
20
+ .content { padding: 40px 36px 80px; }
21
+
22
+ /* Top status line (time & small icons) */
23
+ .status {
24
+ height: 60px;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: flex-end;
28
+ gap: 18px;
29
+ color: #D9D9E8;
30
+ font-weight: 600;
31
+ font-size: 28px;
32
+ }
33
+ .status .left { margin-right: auto; }
34
+ .status-icon {
35
+ width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center;
36
+ opacity: 0.9;
37
+ }
38
+
39
+ /* Header */
40
+ .header {
41
+ display: flex; align-items: center; gap: 24px; margin-top: 8px;
42
+ }
43
+ .back {
44
+ width: 66px; height: 66px; display: inline-flex; align-items: center; justify-content: center;
45
+ border-radius: 16px; background: rgba(255,255,255,0.06);
46
+ }
47
+ .title { font-size: 48px; font-weight: 700; letter-spacing: 0.2px; }
48
+ .header-actions { margin-left: auto; display: flex; align-items: center; gap: 16px; }
49
+ .help {
50
+ width: 64px; height: 64px; border-radius: 16px; border: 2px solid rgba(255,255,255,0.25);
51
+ display: flex; align-items: center; justify-content: center; color: #EDEDF6; font-weight: 700;
52
+ background: rgba(255,255,255,0.05);
53
+ }
54
+
55
+ /* Primary actions */
56
+ .actions { display: flex; gap: 24px; margin-top: 32px; }
57
+ .btn {
58
+ flex: 1; min-width: 0;
59
+ height: 98px; border-radius: 18px; display: flex; align-items: center; justify-content: center; gap: 16px;
60
+ font-size: 34px; font-weight: 600;
61
+ }
62
+ .btn-dark { background: rgba(255,255,255,0.08); color: #FFFFFF; }
63
+ .btn-blue { background: #4F7CF5; color: #FFFFFF; }
64
+
65
+ /* Plan selector */
66
+ .hint { margin-top: 24px; color: #B7B7C9; font-size: 30px; }
67
+ .plan-select {
68
+ margin-top: 22px; height: 98px; border-radius: 20px; background: #4F7CF5; color: #fff;
69
+ display: flex; align-items: center; padding: 0 24px; gap: 20px; font-size: 32px; font-weight: 700;
70
+ }
71
+ .plan-select .spacer { margin-left: auto; display: flex; align-items: center; gap: 18px; }
72
+ .plan-note {
73
+ margin-top: 16px; font-style: italic; color: #B7B7C9; font-size: 28px; display: flex; align-items: center; gap: 18px;
74
+ }
75
+ .checkbox {
76
+ width: 44px; height: 44px; border-radius: 10px; border: 2px solid #7A7A91; display: inline-flex; align-items: center; justify-content: center;
77
+ }
78
+
79
+ /* Cards */
80
+ .card {
81
+ margin-top: 28px; border-radius: 26px; background: #1E2135; padding: 32px; position: relative;
82
+ box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05);
83
+ }
84
+ .card.highlight { border: 3px solid #4F7CF5; }
85
+ .card-header { display: flex; align-items: center; }
86
+ .day { font-size: 36px; font-weight: 700; }
87
+ .menu { margin-left: auto; display: flex; align-items: center; gap: 6px; padding: 8px; }
88
+ .routine { margin-top: 10px; font-size: 34px; color: #EDEDF6; }
89
+
90
+ .muscles {
91
+ margin-top: 18px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
92
+ }
93
+ .muscle-group { display: flex; flex-direction: column; gap: 8px; }
94
+ .muscle-label { font-size: 28px; font-weight: 700; color: #FFFFFF; }
95
+ .img {
96
+ width: 120px; height: 120px; background: #E0E0E0; border: 1px solid #BDBDBD; color: #757575;
97
+ display: flex; align-items: center; justify-content: center; border-radius: 16px; font-size: 24px; text-align: center; padding: 6px;
98
+ }
99
+
100
+ .thumbs { margin-top: 18px; display: grid; grid-template-columns: repeat(7, 1fr); gap: 16px; }
101
+ .thumb {
102
+ width: 120px; height: 120px; background: #E0E0E0; border: 1px solid #BDBDBD; color: #757575;
103
+ display: flex; align-items: center; justify-content: center; border-radius: 18px; font-size: 22px; text-align: center; padding: 6px;
104
+ }
105
+
106
+ /* "Next workout" pill on Day 2 */
107
+ .next-pill {
108
+ position: absolute; top: -26px; left: 50%; transform: translateX(-50%);
109
+ background: #4F7CF5; color: #fff; padding: 14px 28px; font-size: 30px; font-weight: 700; border-radius: 20px;
110
+ box-shadow: 0 10px 18px rgba(79,124,245,0.35);
111
+ }
112
+
113
+ /* Green discount badge */
114
+ .discount {
115
+ position: absolute; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 12px;
116
+ background: #4CD964; color: #0E3A0E; padding: 14px 18px; border-radius: 20px; font-size: 30px; font-weight: 800;
117
+ box-shadow: 0 8px 16px rgba(76,217,100,0.35);
118
+ }
119
+ .discount .time {
120
+ background: #E9FBEF; color: #176B2C; font-weight: 800; padding: 6px 12px; border-radius: 12px; font-size: 28px;
121
+ }
122
+ .discount .clock {
123
+ width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center;
124
+ background: #E9FBEF; border-radius: 50%;
125
+ }
126
+
127
+ /* Floating star action */
128
+ .floating {
129
+ position: absolute; right: 24px; top: 24px; width: 84px; height: 84px; border-radius: 42px;
130
+ background: #4F7CF5; display: flex; align-items: center; justify-content: center;
131
+ box-shadow: 0 12px 24px rgba(79,124,245,0.35);
132
+ }
133
+
134
+ /* Add a day overlay */
135
+ .add-day {
136
+ position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
137
+ background: rgba(0,0,0,0.75); color: #fff; border-radius: 18px; padding: 20px 30px; display: flex; align-items: center; gap: 14px;
138
+ font-size: 34px; font-weight: 700;
139
+ }
140
+
141
+ /* Plan dropdown icons */
142
+ .plan-icon {
143
+ width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center;
144
+ background: rgba(255,255,255,0.18); border-radius: 12px;
145
+ }
146
+
147
+ /* Bottom home indicator */
148
+ .home-indicator {
149
+ position: absolute; left: 50%; bottom: 22px; transform: translateX(-50%);
150
+ width: 240px; height: 10px; background: rgba(255,255,255,0.35); border-radius: 6px;
151
+ }
152
+ </style>
153
+ </head>
154
+ <body>
155
+ <div id="render-target">
156
+ <div class="content">
157
+ <div class="status">
158
+ <div class="left">7:56</div>
159
+ <div class="status-icon">
160
+ <svg width="36" height="36" viewBox="0 0 36 36"><rect x="8" y="10" width="18" height="16" rx="3" fill="#FFFFFF"/></svg>
161
+ </div>
162
+ <div class="status-icon">
163
+ <svg width="36" height="36" viewBox="0 0 36 36"><circle cx="18" cy="18" r="12" stroke="#FFFFFF" stroke-width="3" fill="none"/></svg>
164
+ </div>
165
+ <div class="status-icon">
166
+ <svg width="36" height="36" viewBox="0 0 36 36"><rect x="8" y="10" width="20" height="14" rx="3" fill="none" stroke="#FFFFFF" stroke-width="3"/><rect x="28" y="14" width="2" height="6" rx="1" fill="#FFFFFF"/></svg>
167
+ </div>
168
+ <div style="font-size:26px; opacity:0.8;">1%</div>
169
+ </div>
170
+
171
+ <div class="header">
172
+ <div class="back">
173
+ <svg width="48" height="48" viewBox="0 0 48 48">
174
+ <path d="M30 10 L16 24 L30 38" stroke="#FFFFFF" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
175
+ </svg>
176
+ </div>
177
+ <div class="title">Workout Plans</div>
178
+ <div class="header-actions">
179
+ <div class="help">?</div>
180
+ </div>
181
+ </div>
182
+
183
+ <div class="actions">
184
+ <div class="btn btn-dark">
185
+ <svg width="36" height="36" viewBox="0 0 36 36">
186
+ <path d="M18 8 V28 M8 18 H28" stroke="#FFFFFF" stroke-width="4" stroke-linecap="round"/>
187
+ </svg>
188
+ <span>Empty Plan</span>
189
+ </div>
190
+ <div class="btn btn-blue">
191
+ <svg width="40" height="40" viewBox="0 0 40 40">
192
+ <path d="M20 6 L24 12 L20 18 L16 12 Z" fill="#fff" opacity="0.9"/>
193
+ <path d="M10 22 L13 26 L10 30 L7 26 Z" fill="#fff" opacity="0.7"/>
194
+ </svg>
195
+ <span>AI Creator</span>
196
+ </div>
197
+ </div>
198
+
199
+ <div class="hint">Please choose the workout plan you want to follow</div>
200
+
201
+ <div class="plan-select">
202
+ <span>4 Day Keep Fit-Full Gym Plan</span>
203
+ <div class="spacer">
204
+ <div class="plan-icon">
205
+ <svg width="28" height="28" viewBox="0 0 28 28">
206
+ <path d="M6 20 L12 14 L6 8" stroke="#fff" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" fill="none" opacity="0.8"/>
207
+ <rect x="14" y="6" width="8" height="16" rx="3" fill="#fff" opacity="0.2"/>
208
+ </svg>
209
+ </div>
210
+ <div class="plan-icon">
211
+ <svg width="28" height="28" viewBox="0 0 28 28">
212
+ <path d="M8 12 L14 18 L20 12" stroke="#fff" stroke-width="3" fill="none" stroke-linecap="round"/>
213
+ </svg>
214
+ </div>
215
+ </div>
216
+ </div>
217
+
218
+ <div class="plan-note">
219
+ <span>"4 Day Keep Fit-Full Gym Plan" is your active...</span>
220
+ <div class="checkbox">
221
+ <svg width="28" height="28" viewBox="0 0 28 28">
222
+ <path d="M6 14 L12 20 L22 8" stroke="#7AD76C" stroke-width="3.2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
223
+ </svg>
224
+ </div>
225
+ </div>
226
+
227
+ <!-- Day 1 Card -->
228
+ <div class="card">
229
+ <div class="card-header">
230
+ <div class="day">Day 1</div>
231
+ <div class="menu">
232
+ <svg width="30" height="30" viewBox="0 0 30 30">
233
+ <circle cx="15" cy="7" r="3" fill="#AAB"/>
234
+ <circle cx="15" cy="15" r="3" fill="#AAB"/>
235
+ <circle cx="15" cy="23" r="3" fill="#AAB"/>
236
+ </svg>
237
+ </div>
238
+ </div>
239
+ <div class="routine">Chest-Triceps Routine</div>
240
+
241
+ <div class="muscles">
242
+ <div class="muscle-group">
243
+ <div class="muscle-label">Chest</div>
244
+ <div class="img">[IMG: Chest diagram]</div>
245
+ </div>
246
+ <div class="muscle-group">
247
+ <div class="muscle-label">Triceps</div>
248
+ <div class="img">[IMG: Triceps diagram]</div>
249
+ </div>
250
+ <div class="muscle-group">
251
+ <div class="muscle-label">Shoulder</div>
252
+ <div class="img">[IMG: Shoulder diagram]</div>
253
+ </div>
254
+ <div class="muscle-group">
255
+ <div class="muscle-label" style="opacity:0.2;">&nbsp;</div>
256
+ <div class="img" style="opacity:0.0;"></div>
257
+ </div>
258
+ </div>
259
+
260
+ <div class="thumbs" style="grid-template-columns: repeat(8, 120px);">
261
+ <div class="thumb">[IMG: Exercise]</div>
262
+ <div class="thumb">[IMG: Exercise]</div>
263
+ <div class="thumb">[IMG: Exercise]</div>
264
+ <div class="thumb">[IMG: Exercise]</div>
265
+ <div class="thumb">[IMG: Exercise]</div>
266
+ <div class="thumb">[IMG: Exercise]</div>
267
+ <div class="thumb">[IMG: Exercise]</div>
268
+ <div class="thumb">[IMG: Exercise]</div>
269
+ </div>
270
+ </div>
271
+
272
+ <!-- Day 2 Card -->
273
+ <div class="card highlight" style="margin-top: 34px;">
274
+ <div class="next-pill">Next workout</div>
275
+
276
+ <div class="card-header">
277
+ <div class="day">Day 2</div>
278
+ <div class="menu">
279
+ <svg width="30" height="30" viewBox="0 0 30 30">
280
+ <circle cx="15" cy="7" r="3" fill="#AAB"/>
281
+ <circle cx="15" cy="15" r="3" fill="#AAB"/>
282
+ <circle cx="15" cy="23" r="3" fill="#AAB"/>
283
+ </svg>
284
+ </div>
285
+ </div>
286
+ <div class="routine">Back-Biceps Routine</div>
287
+
288
+ <div style="display:flex; gap: 28px; align-items:flex-start; margin-top: 18px; flex-wrap: wrap;">
289
+ <div class="muscle-group">
290
+ <div class="muscle-label">Biceps</div>
291
+ <div class="img">[IMG: Biceps diagram]</div>
292
+ </div>
293
+ <div class="muscle-group">
294
+ <div class="muscle-label">Lats</div>
295
+ <div class="img">[IMG: Lats diagram]</div>
296
+ </div>
297
+ <div class="muscle-group">
298
+ <div class="muscle-label">Forearms</div>
299
+ <div class="img">[IMG: Forearms diagram]</div>
300
+ </div>
301
+ <div class="muscle-group">
302
+ <div class="muscle-label">Shoulder</div>
303
+ <div class="img">[IMG: Shoulder diagram]</div>
304
+ </div>
305
+ <div class="muscle-group">
306
+ <div class="muscle-label">Traps</div>
307
+ <div class="img">[IMG: Traps diagram]</div>
308
+ </div>
309
+ </div>
310
+
311
+ <div class="thumbs" style="grid-template-columns: repeat(9, 120px); margin-top: 18px;">
312
+ <div class="thumb">[IMG: Exercise]</div>
313
+ <div class="thumb">[IMG: Exercise]</div>
314
+ <div class="thumb">[IMG: Exercise]</div>
315
+ <div class="thumb">[IMG: Exercise]</div>
316
+ <div class="thumb">[IMG: Exercise]</div>
317
+ <div class="thumb">[IMG: Exercise]</div>
318
+ <div class="thumb">[IMG: Exercise]</div>
319
+ <div class="thumb">[IMG: Exercise]</div>
320
+ <div class="thumb">[IMG: Exercise]</div>
321
+ </div>
322
+
323
+ <div class="discount">
324
+ <div class="clock">
325
+ <svg width="24" height="24" viewBox="0 0 24 24">
326
+ <circle cx="12" cy="12" r="9" stroke="#176B2C" stroke-width="2" fill="none"/>
327
+ <path d="M12 12 L12 6 M12 12 L16 14" stroke="#176B2C" stroke-width="2" stroke-linecap="round"/>
328
+ </svg>
329
+ </div>
330
+ <span>50% discount!</span>
331
+ <div class="time">04:20</div>
332
+ </div>
333
+ </div>
334
+
335
+ <!-- Day 3 Card -->
336
+ <div class="card" style="margin-top: 34px;">
337
+ <div class="floating">
338
+ <svg width="40" height="40" viewBox="0 0 40 40">
339
+ <path d="M20 6 L23 15 L32 15 L25 21 L28 30 L20 24 L12 30 L15 21 L8 15 L17 15 Z" fill="#fff"/>
340
+ </svg>
341
+ </div>
342
+
343
+ <div class="card-header">
344
+ <div class="day">Day 3</div>
345
+ <div class="menu">
346
+ <svg width="30" height="30" viewBox="0 0 30 30">
347
+ <circle cx="15" cy="7" r="3" fill="#AAB"/>
348
+ <circle cx="15" cy="15" r="3" fill="#AAB"/>
349
+ <circle cx="15" cy="23" r="3" fill="#AAB"/>
350
+ </svg>
351
+ </div>
352
+ </div>
353
+ <div class="routine">Legs-Shoulders-Abs Routine</div>
354
+
355
+ <div style="display:flex; gap: 28px; align-items:flex-start; margin-top: 18px; flex-wrap: wrap;">
356
+ <div class="muscle-group">
357
+ <div class="muscle-label">Quads</div>
358
+ <div class="img">[IMG: Quads diagram]</div>
359
+ </div>
360
+ <div class="muscle-group">
361
+ <div class="muscle-label">Abs</div>
362
+ <div class="img">[IMG: Abs diagram]</div>
363
+ </div>
364
+ <div class="muscle-group">
365
+ <div class="muscle-label">Glutes</div>
366
+ <div class="img">[IMG: Glutes diagram]</div>
367
+ </div>
368
+ <div class="muscle-group">
369
+ <div class="muscle-label">Shoulder</div>
370
+ <div class="img">[IMG: Shoulder diagram]</div>
371
+ </div>
372
+ <div class="muscle-group">
373
+ <div class="muscle-label">Calves</div>
374
+ <div class="img">[IMG: Calves diagram]</div>
375
+ </div>
376
+ </div>
377
+
378
+ <div class="thumbs" style="grid-template-columns: repeat(8, 120px); margin-top: 18px;">
379
+ <div class="thumb">[IMG: Exercise]</div>
380
+ <div class="thumb">[IMG: Exercise]</div>
381
+ <div class="thumb">[IMG: Exercise]</div>
382
+ <div class="thumb">[IMG: Exercise]</div>
383
+ <div class="thumb">[IMG: Exercise]</div>
384
+ <div class="thumb">[IMG: Exercise]</div>
385
+ <div class="thumb">[IMG: Exercise]</div>
386
+ <div class="thumb">[IMG: Exercise]</div>
387
+ </div>
388
+
389
+ <div class="add-day">
390
+ <svg width="36" height="36" viewBox="0 0 36 36">
391
+ <path d="M18 6 V30 M6 18 H30" stroke="#FFFFFF" stroke-width="4" stroke-linecap="round"/>
392
+ </svg>
393
+ <span>Add a day</span>
394
+ </div>
395
+ </div>
396
+ </div>
397
+
398
+ <div class="home-indicator"></div>
399
+ </div>
400
+ </body>
401
+ </html>
code/10357/10357_2.html ADDED
@@ -0,0 +1,242 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>FitAI Chat Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: radial-gradient(1200px 1200px at 540px 400px, #151327 0%, #0B0A16 60%, #0A0914 100%);
13
+ color: #EAEAF2;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute; top: 0; left: 0; right: 0;
19
+ height: 120px; padding: 0 36px;
20
+ display: flex; align-items: center; justify-content: space-between;
21
+ font-weight: 600; font-size: 44px;
22
+ }
23
+ .sb-right { display: flex; align-items: center; gap: 26px; color: #C9C9D3; font-size: 40px; }
24
+ .icon {
25
+ width: 46px; height: 46px; display: inline-flex; align-items: center; justify-content: center;
26
+ }
27
+ .icon svg { width: 100%; height: 100%; }
28
+
29
+ /* Header */
30
+ .header {
31
+ position: absolute; top: 120px; left: 0; right: 0;
32
+ height: 120px; padding: 0 32px;
33
+ display: flex; align-items: center; justify-content: space-between;
34
+ }
35
+ .hdr-left { display: flex; align-items: center; gap: 24px; }
36
+ .back {
37
+ width: 64px; height: 64px; border-radius: 32px; display: flex; align-items: center; justify-content: center; color: #C9C9D3;
38
+ }
39
+ .title { font-size: 54px; font-weight: 700; letter-spacing: 0.2px; }
40
+ .title .ai { color: #5EA2FF; }
41
+ .hdr-right { display: flex; align-items: center; gap: 24px; }
42
+ .powered { text-align: right; color: #A6A6B6; font-size: 30px; line-height: 1.1; }
43
+ .square-btn {
44
+ width: 70px; height: 70px; border-radius: 16px;
45
+ background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1);
46
+ display: flex; align-items: center; justify-content: center; color: #EAEAF2; font-weight: 700;
47
+ }
48
+ .dots { display: flex; gap: 10px; }
49
+ .dot { width: 10px; height: 10px; border-radius: 50%; background: #B6C5FF; }
50
+
51
+ /* Date */
52
+ .date {
53
+ position: absolute; top: 260px; left: 0; right: 0;
54
+ text-align: center; color: #A0A0AF; font-size: 36px;
55
+ }
56
+
57
+ /* Chat area */
58
+ .chat-area {
59
+ position: absolute; top: 340px; left: 0; right: 0; padding: 0 40px 0 40px;
60
+ }
61
+ .bubble {
62
+ max-width: 880px;
63
+ background: #448CF9;
64
+ color: #FFFFFF;
65
+ padding: 36px 36px 40px 36px;
66
+ border-radius: 28px;
67
+ font-size: 40px; line-height: 1.36;
68
+ position: relative;
69
+ box-shadow: 0 8px 20px rgba(68,140,249,0.25);
70
+ }
71
+ .bubble::after {
72
+ content: "";
73
+ position: absolute; left: 18px; bottom: -24px;
74
+ width: 0; height: 0;
75
+ border-left: 26px solid #448CF9;
76
+ border-top: 24px solid transparent;
77
+ border-bottom: 0 solid transparent;
78
+ }
79
+
80
+ /* Input bar */
81
+ .input-wrap {
82
+ position: absolute; left: 32px; right: 32px; top: 1460px;
83
+ display: flex; align-items: center; gap: 26px;
84
+ }
85
+ .input {
86
+ flex: 1;
87
+ height: 120px; border-radius: 60px;
88
+ background: rgba(255,255,255,0.06);
89
+ border: 1px solid rgba(255,255,255,0.08);
90
+ display: flex; align-items: center; padding: 0 40px;
91
+ color: #D7D7E2; font-size: 40px;
92
+ }
93
+ .input .placeholder { color: #A4A5B5; }
94
+ .input .count { margin-left: auto; color: #8B8D9D; font-size: 34px; }
95
+ .send {
96
+ width: 120px; height: 120px; border-radius: 60px;
97
+ background: #448CF9;
98
+ display: flex; align-items: center; justify-content: center;
99
+ box-shadow: 0 10px 24px rgba(68,140,249,0.4);
100
+ }
101
+ .send svg { width: 56px; height: 56px; fill: #fff; }
102
+
103
+ /* Keyboard mock */
104
+ .keyboard {
105
+ position: absolute; left: 0; right: 0; bottom: 110px;
106
+ height: 760px;
107
+ background: #1D1D22;
108
+ border-top: 1px solid rgba(255,255,255,0.06);
109
+ padding: 26px 30px 30px 30px;
110
+ box-sizing: border-box;
111
+ }
112
+ .kbd-top { display: flex; align-items: center; gap: 34px; margin-bottom: 18px; }
113
+ .kbd-icon {
114
+ width: 86px; height: 86px; border-radius: 18px;
115
+ background: #2A2A30; color: #D6D6DE; font-size: 32px;
116
+ display: flex; align-items: center; justify-content: center;
117
+ border: 1px solid rgba(255,255,255,0.08);
118
+ }
119
+ .rows { display: flex; flex-direction: column; gap: 16px; }
120
+ .row { display: flex; justify-content: center; gap: 14px; }
121
+ .key {
122
+ width: 92px; height: 110px;
123
+ border-radius: 20px; background: #2A2A30; color: #EDEDF1;
124
+ display: flex; align-items: center; justify-content: center;
125
+ font-size: 40px; border: 1px solid rgba(255,255,255,0.07);
126
+ }
127
+ .wide { width: 140px; }
128
+ .wider { width: 220px; }
129
+ .space { width: 500px; }
130
+ .backspace { width: 160px; }
131
+ .enter-circle {
132
+ position: absolute; right: 26px; bottom: 206px;
133
+ width: 120px; height: 120px; border-radius: 60px;
134
+ background: #B9E889; display: flex; align-items: center; justify-content: center;
135
+ color: #0E0E13;
136
+ }
137
+
138
+ /* Home indicator */
139
+ .home-indicator {
140
+ position: absolute; bottom: 30px; left: 50%;
141
+ transform: translateX(-50%);
142
+ width: 300px; height: 12px; border-radius: 8px; background: #FFFFFF;
143
+ opacity: 0.6;
144
+ }
145
+ </style>
146
+ </head>
147
+ <body>
148
+ <div id="render-target">
149
+
150
+ <!-- Status bar -->
151
+ <div class="status-bar">
152
+ <div class="sb-left">7:58</div>
153
+ <div class="sb-right">
154
+ <span class="icon">
155
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9" stroke="#C9C9D3" stroke-width="2" fill="none"/><line x1="5" y1="5" x2="19" y2="19" stroke="#C9C9D3" stroke-width="2"/></svg>
156
+ </span>
157
+ <span class="icon">
158
+ <svg viewBox="0 0 24 24"><path d="M2 9l10-7 10 7v9a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9z" fill="none" stroke="#C9C9D3" stroke-width="2"/></svg>
159
+ </span>
160
+ <span class="icon">
161
+ <svg viewBox="0 0 24 24"><rect x="3" y="7" width="16" height="10" rx="2" stroke="#C9C9D3" stroke-width="2" fill="none"/><rect x="20" y="10" width="2" height="4" rx="1" fill="#C9C9D3"/></svg>
162
+ </span>
163
+ <span style="min-width:70px; text-align:right;">2%</span>
164
+ </div>
165
+ </div>
166
+
167
+ <!-- Header -->
168
+ <div class="header">
169
+ <div class="hdr-left">
170
+ <div class="back">
171
+ <svg viewBox="0 0 24 24"><path d="M15 19l-7-7 7-7" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
172
+ </div>
173
+ <div class="title">Fit<span class="ai">AI</span></div>
174
+ </div>
175
+ <div class="hdr-right">
176
+ <div class="powered">Powered by<br>ChatGPT</div>
177
+ <div class="square-btn">?</div>
178
+ <div class="dots"><div class="dot"></div><div class="dot"></div><div class="dot"></div></div>
179
+ </div>
180
+ </div>
181
+
182
+ <!-- Date -->
183
+ <div class="date">20 October 2023</div>
184
+
185
+ <!-- Chat bubble -->
186
+ <div class="chat-area">
187
+ <div class="bubble">
188
+ Hi Karin, I am your personal smart workout assistant. I see that you are 45 years old, stand 160 cm tall, and weigh 59.0 kg. How can I assist with your workout today?
189
+ </div>
190
+ </div>
191
+
192
+ <!-- Input -->
193
+ <div class="input-wrap">
194
+ <div class="input">
195
+ <span class="placeholder">Ask any question</span>
196
+ <span class="count">0/300</span>
197
+ </div>
198
+ <div class="send">
199
+ <svg viewBox="0 0 24 24"><path d="M3 11l18-8-8 18-2-7-8-3z"/></svg>
200
+ </div>
201
+ </div>
202
+
203
+ <!-- Keyboard mock -->
204
+ <div class="keyboard">
205
+ <div class="kbd-top">
206
+ <div class="kbd-icon">▦</div>
207
+ <div class="kbd-icon">🙂</div>
208
+ <div class="kbd-icon">GIF</div>
209
+ <div class="kbd-icon">⚙️</div>
210
+ <div class="kbd-icon">G↔️</div>
211
+ <div class="kbd-icon">🎨</div>
212
+ <div class="kbd-icon">🎤</div>
213
+ </div>
214
+
215
+ <div class="rows">
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>
218
+ <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>
219
+ </div>
220
+ <div class="row">
221
+ <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>
222
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
223
+ </div>
224
+ <div class="row">
225
+ <div class="wide key">shift</div>
226
+ <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>
227
+ <div class="backspace key">⌫</div>
228
+ </div>
229
+ <div class="row">
230
+ <div class="wider key">?123</div>
231
+ <div class="space key">space</div>
232
+ <div class="wider key">,</div>
233
+ </div>
234
+ </div>
235
+
236
+ <div class="enter-circle">↵</div>
237
+ </div>
238
+
239
+ <div class="home-indicator"></div>
240
+ </div>
241
+ </body>
242
+ </html>
code/10357/10357_3.html ADDED
@@ -0,0 +1,300 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>FitAI Chat Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #0C0B18;
15
+ color: #EDEFF6;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ height: 88px;
21
+ padding: 0 32px;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ color: #EDEFF6;
26
+ font-size: 34px;
27
+ letter-spacing: 0.5px;
28
+ opacity: 0.95;
29
+ }
30
+ .status-left { display: flex; align-items: center; gap: 16px; }
31
+ .lr-pill {
32
+ width: 48px; height: 36px; border-radius: 6px; border: 2px solid #9BA2B1;
33
+ font-size: 22px; color: #9BA2B1; display: flex; align-items: center; justify-content: center;
34
+ }
35
+ .status-right { display: flex; align-items: center; gap: 18px; font-size: 26px; color: #C7CDDA; }
36
+ .circle-icon { width: 18px; height: 18px; border: 2px solid #C7CDDA; border-radius: 50%; opacity: 0.85; }
37
+ .battery {
38
+ width: 46px; height: 22px; border-radius: 4px; border: 2px solid #C7CDDA; position: relative;
39
+ }
40
+ .battery::after {
41
+ content: ""; position: absolute; right: -6px; top: 6px; width: 6px; height: 10px; background: #C7CDDA; border-radius: 2px;
42
+ }
43
+
44
+ /* App header */
45
+ .app-header {
46
+ height: 120px;
47
+ display: flex;
48
+ align-items: center;
49
+ padding: 0 28px;
50
+ position: relative;
51
+ }
52
+ .back-btn { width: 56px; height: 56px; display: flex; align-items: center; justify-content: center; }
53
+ .title {
54
+ position: absolute;
55
+ left: 0; right: 0;
56
+ text-align: center;
57
+ font-weight: 700;
58
+ font-size: 44px;
59
+ letter-spacing: 0.3px;
60
+ color: #EDEFF6;
61
+ }
62
+ .title .ai { color: #5FA2FF; }
63
+ .header-right {
64
+ margin-left: auto;
65
+ display: flex;
66
+ align-items: center;
67
+ gap: 16px;
68
+ }
69
+ .powered {
70
+ display: flex; flex-direction: column; line-height: 1.1;
71
+ align-items: flex-end;
72
+ }
73
+ .powered .by { font-size: 22px; color: #9BA2B1; }
74
+ .powered .brand { font-size: 24px; color: #EDEFF6; font-weight: 600; }
75
+ .help-square {
76
+ width: 52px; height: 52px; border-radius: 8px; border: 2px solid #7E86A0; color: #EDEFF6;
77
+ display: flex; align-items: center; justify-content: center; font-weight: 700;
78
+ }
79
+ .ellipsis { width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; }
80
+
81
+ /* Date label */
82
+ .date {
83
+ margin-top: 8px;
84
+ text-align: center;
85
+ color: #8E93A8;
86
+ font-size: 28px;
87
+ }
88
+
89
+ /* Chat bubble */
90
+ .chat-wrap { padding: 36px 28px 0 28px; }
91
+ .bubble {
92
+ max-width: 880px;
93
+ background: #3E83F7;
94
+ color: #FFFFFF;
95
+ padding: 28px 28px 28px 28px;
96
+ border-radius: 28px;
97
+ position: relative;
98
+ box-shadow: 0 6px 14px rgba(0,0,0,0.25);
99
+ margin-left: 24px;
100
+ }
101
+ .bubble:after {
102
+ content: "";
103
+ position: absolute;
104
+ left: -26px;
105
+ bottom: 0;
106
+ width: 0; height: 0;
107
+ border-left: 0 solid transparent;
108
+ border-right: 26px solid #3E83F7;
109
+ border-top: 26px solid transparent;
110
+ border-bottom: 0 solid transparent;
111
+ border-radius: 0 0 0 6px;
112
+ }
113
+ .bubble p {
114
+ margin: 0;
115
+ font-size: 34px;
116
+ line-height: 1.35;
117
+ letter-spacing: 0.2px;
118
+ }
119
+
120
+ /* Composer */
121
+ .composer {
122
+ position: absolute;
123
+ left: 0;
124
+ right: 0;
125
+ bottom: 920px; /* sits just above keyboard */
126
+ padding: 0 40px;
127
+ }
128
+ .input-row {
129
+ position: relative;
130
+ height: 116px;
131
+ display: flex;
132
+ align-items: center;
133
+ }
134
+ .input {
135
+ flex: 1;
136
+ background: #222034;
137
+ border: 2px solid #2F2D47;
138
+ color: #EDEFF6;
139
+ height: 116px;
140
+ border-radius: 58px;
141
+ padding: 0 180px 0 36px;
142
+ font-size: 34px;
143
+ display: flex;
144
+ align-items: center;
145
+ box-sizing: border-box;
146
+ }
147
+ .counter {
148
+ position: absolute;
149
+ right: 160px;
150
+ color: #8E93A8;
151
+ font-size: 26px;
152
+ }
153
+ .send {
154
+ position: absolute;
155
+ right: 40px;
156
+ width: 116px;
157
+ height: 116px;
158
+ border-radius: 58px;
159
+ background: #4D8BFF;
160
+ display: flex; align-items: center; justify-content: center;
161
+ box-shadow: 0 6px 12px rgba(0,0,0,0.35);
162
+ }
163
+
164
+ /* Keyboard mock */
165
+ .keyboard {
166
+ position: absolute;
167
+ left: 0; right: 0; bottom: 0;
168
+ height: 900px;
169
+ background: #18171F;
170
+ border-top: 1px solid #2A2A34;
171
+ display: flex;
172
+ flex-direction: column;
173
+ padding: 18px 18px 40px;
174
+ box-sizing: border-box;
175
+ }
176
+ .sugg {
177
+ display: flex; align-items: center; gap: 18px; padding: 6px 4px 16px;
178
+ }
179
+ .chip {
180
+ background: #22212B; color: #D6DAE5; border-radius: 22px;
181
+ padding: 10px 18px; font-size: 28px; border: 1px solid #2E2D37;
182
+ }
183
+ .mic { margin-left: auto; width: 48px; height: 48px; border-radius: 50%; background: #22212B; display: flex; align-items: center; justify-content: center; }
184
+ .rows { flex: 1; display: grid; grid-template-rows: repeat(4, 1fr); gap: 14px; margin-top: 6px; }
185
+ .row { display: grid; grid-auto-flow: column; gap: 14px; justify-content: center; align-items: center; }
186
+ .key {
187
+ background: #2A2A32; color: #ECEEF4; border-radius: 14px; min-width: 86px; height: 120px; display: flex; align-items: center; justify-content: center; font-size: 36px; border: 1px solid #343442;
188
+ }
189
+ .key.wide { min-width: 126px; }
190
+ .key.space { min-width: 420px; }
191
+ .bottom-bar {
192
+ position: absolute; left: 50%; transform: translateX(-50%);
193
+ bottom: 12px; width: 240px; height: 8px; border-radius: 6px; background: rgba(255,255,255,0.7);
194
+ }
195
+ </style>
196
+ </head>
197
+ <body>
198
+ <div id="render-target">
199
+
200
+ <!-- Status Bar -->
201
+ <div class="status-bar">
202
+ <div class="status-left">
203
+ <div>7:59</div>
204
+ <div class="lr-pill">LR</div>
205
+ </div>
206
+ <div class="status-right">
207
+ <div class="circle-icon"></div>
208
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#C7CDDA"><circle cx="12" cy="12" r="10" opacity="0.0"></circle><path d="M12 6a6 6 0 1 1 0 12" stroke="#C7CDDA" stroke-width="2" fill="none"/></svg>
209
+ <div class="battery"></div>
210
+ <div style="font-size:24px;">2%</div>
211
+ <svg width="8" height="28" viewBox="0 0 4 24" fill="#C7CDDA"><circle cx="2" cy="4" r="2"/><circle cx="2" cy="12" r="2"/><circle cx="2" cy="20" r="2"/></svg>
212
+ </div>
213
+ </div>
214
+
215
+ <!-- App Header -->
216
+ <div class="app-header">
217
+ <div class="back-btn">
218
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="none" stroke="#EDEFF6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
219
+ <polyline points="15 18 9 12 15 6"></polyline>
220
+ </svg>
221
+ </div>
222
+
223
+ <div class="title">Fit<span class="ai">AI</span></div>
224
+
225
+ <div class="header-right">
226
+ <div class="powered">
227
+ <span class="by">Powered by</span>
228
+ <span class="brand">ChatGPT</span>
229
+ </div>
230
+ <div class="help-square">?</div>
231
+ <div class="ellipsis">
232
+ <svg width="8" height="28" viewBox="0 0 4 24" fill="#B7BCCB"><circle cx="2" cy="4" r="2"/><circle cx="2" cy="12" r="2"/><circle cx="2" cy="20" r="2"/></svg>
233
+ </div>
234
+ </div>
235
+ </div>
236
+
237
+ <div class="date">20 October 2023</div>
238
+
239
+ <!-- Chat -->
240
+ <div class="chat-wrap">
241
+ <div class="bubble">
242
+ <p>Hi Karin , I am your personal smart workout assistant. I see that you are 45 years old, stand 160 cm tall, and weigh 59.0 kg. How can I assist with your workout today?</p>
243
+ </div>
244
+ </div>
245
+
246
+ <!-- Composer -->
247
+ <div class="composer">
248
+ <div class="input-row">
249
+ <div class="input">I want to customize my workout</div>
250
+ <div class="counter">30/300</div>
251
+ <div class="send">
252
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="#FFFFFF">
253
+ <path d="M2 21l21-9L2 3v7l15 2-15 2v7z"></path>
254
+ </svg>
255
+ </div>
256
+ </div>
257
+ </div>
258
+
259
+ <!-- Keyboard Mock -->
260
+ <div class="keyboard">
261
+ <div class="sugg">
262
+ <div class="chip">workout</div>
263
+ <div class="chip">workouts</div>
264
+ <div class="chip">work out</div>
265
+ <div class="mic">
266
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="#C7CDDA"><path d="M12 14a3 3 0 0 0 3-3V6a3 3 0 0 0-6 0v5a3 3 0 0 0 3 3zm5-3a5 5 0 0 1-10 0" fill="none" stroke="#C7CDDA" stroke-width="2"/><path d="M12 19v3" stroke="#C7CDDA" stroke-width="2"/><path d="M8 22h8" stroke="#C7CDDA" stroke-width="2"/></svg>
267
+ </div>
268
+ </div>
269
+
270
+ <div class="rows">
271
+ <div class="row">
272
+ <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>
273
+ </div>
274
+ <div class="row">
275
+ <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>
276
+ </div>
277
+ <div class="row">
278
+ <div class="key wide">⇧</div>
279
+ <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>
280
+ <div class="key wide">
281
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#ECEEF4">
282
+ <path d="M6 19l12-7-12-7v14z"></path>
283
+ </svg>
284
+ </div>
285
+ </div>
286
+ <div class="row">
287
+ <div class="key wide">?123</div>
288
+ <div class="key">,</div>
289
+ <div class="key space"></div>
290
+ <div class="key">.</div>
291
+ <div class="key wide">⏎</div>
292
+ </div>
293
+ </div>
294
+
295
+ <div class="bottom-bar"></div>
296
+ </div>
297
+
298
+ </div>
299
+ </body>
300
+ </html>
code/10357/10357_4.html ADDED
@@ -0,0 +1,199 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>FitAI Chat 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: #0c0b18; color: #e8ebf5;
13
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
14
+ }
15
+ .status-bar {
16
+ position: absolute; top: 0; left: 0; right: 0;
17
+ height: 100px; padding: 24px 36px;
18
+ display: flex; align-items: center; justify-content: space-between;
19
+ color: #cfd6e7; font-size: 36px;
20
+ }
21
+ .status-left { display: flex; align-items: center; gap: 18px; }
22
+ .lr-badge {
23
+ width: 52px; height: 36px; border-radius: 8px;
24
+ background: #1b1928; color: #cfd6e7;
25
+ display: flex; align-items: center; justify-content: center;
26
+ font-size: 24px; border: 1px solid #2b2940;
27
+ }
28
+ .status-right { display: flex; align-items: center; gap: 22px; }
29
+ .icon { width: 40px; height: 40px; }
30
+ .nav-bar {
31
+ position: absolute; top: 100px; left: 0; right: 0;
32
+ height: 140px; padding: 0 36px;
33
+ display: flex; align-items: center; justify-content: space-between;
34
+ }
35
+ .nav-left { display: flex; align-items: center; gap: 24px; }
36
+ .title { font-size: 54px; font-weight: 600; color: #e8ebf5; }
37
+ .title .ai { color: #4c86ff; }
38
+ .nav-right { display: flex; align-items: center; gap: 18px; color: #a9b0c6; }
39
+ .powered { font-size: 28px; line-height: 1; margin-right: 6px; text-align: right; }
40
+ .help-box {
41
+ width: 64px; height: 64px; border-radius: 12px; border: 1px solid #3a3955;
42
+ display: flex; align-items: center; justify-content: center; color: #cfd6e7; font-weight: 700;
43
+ background: #131225;
44
+ }
45
+ .menu { width: 40px; height: 40px; }
46
+ .chat-area {
47
+ position: absolute; left: 0; right: 0; top: 240px; bottom: 960px;
48
+ padding: 16px 36px 0 36px;
49
+ }
50
+ .date {
51
+ text-align: center; color: #8b92a8; font-size: 34px; margin: 26px 0;
52
+ }
53
+ .row { display: flex; }
54
+ .left { justify-content: flex-start; }
55
+ .right { justify-content: flex-end; }
56
+ .bubble {
57
+ position: relative;
58
+ max-width: 820px;
59
+ padding: 28px 34px;
60
+ font-size: 34px; line-height: 1.45;
61
+ border-radius: 28px;
62
+ }
63
+ .bubble.left {
64
+ background: #4c86ff; color: #ffffff;
65
+ border-top-left-radius: 28px; border-top-right-radius: 28px;
66
+ border-bottom-right-radius: 28px; border-bottom-left-radius: 28px;
67
+ }
68
+ .bubble.left::after {
69
+ content: ""; position: absolute; left: -18px; bottom: 14px; width: 0; height: 0;
70
+ border-right: 22px solid transparent; border-top: 22px solid #4c86ff;
71
+ }
72
+ .bubble.right {
73
+ background: #2a2d3a; color: #e9edf6; max-width: 560px;
74
+ }
75
+ .bubble.right::after {
76
+ content: ""; position: absolute; right: -18px; bottom: 12px; width: 0; height: 0;
77
+ border-left: 22px solid #2a2d3a; border-top: 22px solid transparent;
78
+ }
79
+ .small-left { max-width: 180px; }
80
+ .input-area {
81
+ position: absolute; left: 36px; right: 36px; bottom: 980px;
82
+ display: flex; align-items: center; gap: 16px;
83
+ }
84
+ .field {
85
+ flex: 1; height: 120px; border-radius: 60px;
86
+ background: #1c1f2d; border: 1px solid #2f3247;
87
+ display: flex; align-items: center; justify-content: space-between;
88
+ padding: 0 30px; color: #9aa1b6; font-size: 36px;
89
+ }
90
+ .counter { color: #8c93a8; font-size: 30px; }
91
+ .send-btn {
92
+ width: 120px; height: 120px; border-radius: 60px; background: #4c86ff;
93
+ display: flex; align-items: center; justify-content: center;
94
+ box-shadow: 0 8px 24px rgba(76,134,255,0.35);
95
+ }
96
+ .keyboard-placeholder {
97
+ position: absolute; left: 0; right: 0; bottom: 64px; height: 900px;
98
+ display: flex; align-items: center; justify-content: center;
99
+ background: #202228; border-top: 1px solid #3a3d4f; color: #b7bccb; font-size: 36px;
100
+ }
101
+ .keyboard-placeholder .img-box {
102
+ width: 960px; height: 720px; background: #E0E0E0; border: 1px solid #BDBDBD;
103
+ display: flex; align-items: center; justify-content: center; color: #757575;
104
+ }
105
+ .gesture-bar {
106
+ position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%);
107
+ width: 220px; height: 10px; border-radius: 8px; background: #ffffff33;
108
+ }
109
+ </style>
110
+ </head>
111
+ <body>
112
+ <div id="render-target">
113
+
114
+ <!-- Status bar -->
115
+ <div class="status-bar">
116
+ <div class="status-left">
117
+ <div>7:59</div>
118
+ <div class="lr-badge">LR</div>
119
+ </div>
120
+ <div class="status-right">
121
+ <!-- simple icons -->
122
+ <svg class="icon" viewBox="0 0 24 24" fill="none">
123
+ <path d="M3 16l3-3 4 4 5-5 6 6" stroke="#cfd6e7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
124
+ </svg>
125
+ <svg class="icon" viewBox="0 0 30 24" fill="none">
126
+ <rect x="1" y="4" width="24" height="16" rx="3" stroke="#cfd6e7" stroke-width="2"/>
127
+ <rect x="4" y="7" width="18" height="10" fill="#cfd6e7"/>
128
+ <rect x="26" y="9" width="3" height="6" rx="1" fill="#cfd6e7"/>
129
+ </svg>
130
+ <div style="font-size:28px; color:#cfd6e7;">3%</div>
131
+ </div>
132
+ </div>
133
+
134
+ <!-- Navigation bar -->
135
+ <div class="nav-bar">
136
+ <div class="nav-left">
137
+ <svg class="icon" viewBox="0 0 24 24" fill="none">
138
+ <path d="M15 20L5 12l10-8" stroke="#e8ebf5" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
139
+ </svg>
140
+ <div class="title">Fit<span class="ai">AI</span></div>
141
+ </div>
142
+ <div class="nav-right">
143
+ <div class="powered">
144
+ Powered by<br>ChatGPT
145
+ </div>
146
+ <div class="help-box">?</div>
147
+ <svg class="menu" viewBox="0 0 6 24" fill="#cfd6e7">
148
+ <circle cx="3" cy="4" r="3"></circle>
149
+ <circle cx="3" cy="12" r="3"></circle>
150
+ <circle cx="3" cy="20" r="3"></circle>
151
+ </svg>
152
+ </div>
153
+ </div>
154
+
155
+ <!-- Chat area -->
156
+ <div class="chat-area">
157
+ <div class="date">20 October 2023</div>
158
+
159
+ <div class="row left">
160
+ <div class="bubble left">
161
+ Hi Karin, I am your personal smart workout assistant. I see that you are 45 years old, stand 160 cm tall, and weigh 59.0 kg. How can I assist with your workout today?
162
+ </div>
163
+ </div>
164
+
165
+ <div class="date">25 October 2023</div>
166
+
167
+ <div class="row right">
168
+ <div class="bubble right">
169
+ I want to customize my workout
170
+ </div>
171
+ </div>
172
+
173
+ <div class="row left" style="margin-top: 60px;">
174
+ <div class="bubble left small-left">...</div>
175
+ </div>
176
+ </div>
177
+
178
+ <!-- Input area -->
179
+ <div class="input-area">
180
+ <div class="field">
181
+ <div>Ask any question</div>
182
+ <div class="counter">0/300</div>
183
+ </div>
184
+ <div class="send-btn">
185
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
186
+ <path d="M3 21l18-9L3 3l4 7 8 2-8 2-4 7z" fill="#fff"/>
187
+ </svg>
188
+ </div>
189
+ </div>
190
+
191
+ <!-- Keyboard placeholder -->
192
+ <div class="keyboard-placeholder">
193
+ <div class="img-box">[IMG: Android Keyboard]</div>
194
+ </div>
195
+
196
+ <div class="gesture-bar"></div>
197
+ </div>
198
+ </body>
199
+ </html>
code/10357/10357_5.html ADDED
@@ -0,0 +1,194 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>FitAI Chat</title>
7
+ <style>
8
+ :root{
9
+ --bg:#0e0b17;
10
+ --text:#d6d6e3;
11
+ --muted:#7b8094;
12
+ --blue:#3f86ff;
13
+ --bubble-blue:#4286f6;
14
+ --bubble-dark:#2a2b36;
15
+ --input:#2b2c37;
16
+ }
17
+ html,body{margin:0;padding:0;background:transparent;font-family: "Segoe UI", Roboto, Arial, sans-serif;color:var(--text);}
18
+ #render-target{
19
+ width:1080px;height:2400px;position:relative;overflow:hidden;
20
+ background:var(--bg); border-radius:28px;
21
+ }
22
+
23
+ /* Status bar */
24
+ .status-bar{
25
+ height:120px; padding:0 40px; display:flex; align-items:flex-end; justify-content:space-between;
26
+ box-sizing:border-box;
27
+ }
28
+ .status-left{font-size:44px;color:#fff;letter-spacing:1px;}
29
+ .status-right{display:flex;align-items:center;gap:22px;}
30
+ .pill{font-size:28px;color:#111;background:#e9edf7;border-radius:10px;padding:6px 12px;}
31
+ .icon{display:inline-flex;align-items:center;justify-content:center;}
32
+ .icon svg{display:block}
33
+ /* Header */
34
+ .header{
35
+ height:120px; padding:0 36px; display:flex; align-items:center; justify-content:space-between;
36
+ box-sizing:border-box;
37
+ }
38
+ .header-left{display:flex;align-items:center;gap:18px;}
39
+ .back-btn{
40
+ width:72px;height:72px;border-radius:36px;display:flex;align-items:center;justify-content:center;
41
+ color:#c8cbe0;
42
+ }
43
+ .title{
44
+ font-size:52px;font-weight:600;color:#e8eaf6;letter-spacing:0.3px;
45
+ }
46
+ .title .ai{color:var(--blue)}
47
+ .header-right{display:flex;align-items:center;gap:20px;}
48
+ .powered{color:var(--muted);font-size:30px;white-space:nowrap;margin-right:6px;}
49
+ .help-box{
50
+ width:66px;height:66px;border-radius:12px;border:2px solid #6f748b;color:#e8eaf6;
51
+ display:flex;align-items:center;justify-content:center;font-weight:700;font-size:36px;
52
+ }
53
+ .dots{width:10px;height:46px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;}
54
+ .dots span{width:10px;height:10px;background:#cfd3e6;border-radius:50%}
55
+
56
+ /* Dates */
57
+ .date-sep{
58
+ text-align:center;color:#9aa0b4;font-size:34px;margin:24px 0;
59
+ }
60
+
61
+ /* Chat area */
62
+ .chat{
63
+ padding:10px 36px 220px 36px; /* leave space for input */
64
+ box-sizing:border-box;
65
+ }
66
+ .msg{
67
+ margin:26px 0; max-width:850px; position:relative;
68
+ }
69
+ .bubble{
70
+ padding:34px 36px; border-radius:26px; line-height:1.35; font-size:38px;
71
+ box-shadow:0 8px 18px rgba(0,0,0,0.25);
72
+ }
73
+ .left .bubble{background:var(--bubble-blue); color:#fff; border-top-left-radius:14px;}
74
+ .right{margin-left:auto;}
75
+ .right .bubble{background:var(--bubble-dark); color:#e9e9f3; border-top-right-radius:14px;}
76
+ /* Tails */
77
+ .left .bubble:after{
78
+ content:""; position:absolute; left:18px; bottom:-26px; width:0; height:0;
79
+ border-left:22px solid transparent; border-right:22px solid transparent;
80
+ border-top:26px solid var(--bubble-blue); filter:drop-shadow(0 6px 6px rgba(0,0,0,0.18));
81
+ }
82
+ .right .bubble:after{
83
+ content:""; position:absolute; right:18px; bottom:-26px; width:0; height:0;
84
+ border-left:22px solid transparent; border-right:22px solid transparent;
85
+ border-top:26px solid var(--bubble-dark); filter:drop-shadow(0 6px 6px rgba(0,0,0,0.18));
86
+ }
87
+
88
+ /* Input area */
89
+ .input-bar{
90
+ position:absolute; left:0; right:0; bottom:110px; padding:0 32px; box-sizing:border-box;
91
+ display:flex; align-items:center; gap:22px;
92
+ }
93
+ .text-field{
94
+ flex:1; background:var(--input); height:120px; border-radius:36px; display:flex; align-items:center;
95
+ padding:0 36px; box-sizing:border-box; color:#cfd2e3; font-size:40px; position:relative;
96
+ }
97
+ .placeholder{color:#a7adbf}
98
+ .counter{position:absolute; right:36px; color:#9aa0b4; font-size:34px;}
99
+ .send{
100
+ width:120px;height:120px;border-radius:60px;background:var(--blue); display:flex; align-items:center; justify-content:center;
101
+ box-shadow:0 10px 22px rgba(63,134,255,0.45);
102
+ }
103
+ /* Gesture bar */
104
+ .gesture{
105
+ position:absolute; left:50%; transform:translateX(-50%); bottom:36px;
106
+ width:360px;height:12px;border-radius:8px;background:#cfcfd8; opacity:0.8;
107
+ }
108
+ </style>
109
+ </head>
110
+ <body>
111
+ <div id="render-target">
112
+
113
+ <!-- Status bar -->
114
+ <div class="status-bar">
115
+ <div class="status-left">8:00 <span class="pill">LR</span></div>
116
+ <div class="status-right">
117
+ <span class="icon" title="Do Not Disturb">
118
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="#cfd2e5"><circle cx="12" cy="12" r="10"/><rect x="6" y="11" width="12" height="2" fill="#0e0b17"/></svg>
119
+ </span>
120
+ <span class="icon" title="Wi‑Fi">
121
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#e8ebff" stroke-width="2" stroke-linecap="round">
122
+ <path d="M2 8c5-4 15-4 20 0"/><path d="M5 12c3-3 11-3 14 0"/><path d="M8 16c2-2 6-2 8 0"/><circle cx="12" cy="19" r="1.6" fill="#e8ebff" stroke="none"/>
123
+ </svg>
124
+ </span>
125
+ <span class="icon" title="Battery">
126
+ <svg width="54" height="46" viewBox="0 0 32 16">
127
+ <rect x="1" y="2" width="26" height="12" rx="3" fill="none" stroke="#e8ebff" stroke-width="2"/>
128
+ <rect x="3" y="4" width="18" height="8" rx="2" fill="#e8ebff"/>
129
+ <rect x="28" y="6" width="3" height="4" rx="1" fill="#e8ebff"/>
130
+ </svg>
131
+ </span>
132
+ <span style="color:#e8ebff;font-size:34px;">3%</span>
133
+ </div>
134
+ </div>
135
+
136
+ <!-- Header -->
137
+ <div class="header">
138
+ <div class="header-left">
139
+ <div class="back-btn" aria-label="Back">
140
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#cfd3e8" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round">
141
+ <path d="M15 18l-6-6 6-6"/>
142
+ </svg>
143
+ </div>
144
+ <div class="title">Fit<span class="ai">AI</span></div>
145
+ </div>
146
+ <div class="header-right">
147
+ <div class="powered">Powered by ChatGPT</div>
148
+ <div class="help-box">?</div>
149
+ <div class="dots"><span></span><span></span><span></span></div>
150
+ </div>
151
+ </div>
152
+
153
+ <!-- Chat content -->
154
+ <div class="chat">
155
+ <div class="date-sep">20 October 2023</div>
156
+
157
+ <div class="msg left">
158
+ <div class="bubble">
159
+ Hi Karin , I am your personal smart workout assistant. I see that you are 45 years old, stand 160 cm tall, and weigh 59.0 kg. How can I assist with your workout today?
160
+ </div>
161
+ </div>
162
+
163
+ <div class="date-sep">25 October 2023</div>
164
+
165
+ <div class="msg right">
166
+ <div class="bubble">I want to customize my workout</div>
167
+ </div>
168
+
169
+ <div class="msg left">
170
+ <div class="bubble">
171
+ You currently do not have an active subscription with FitAI. To send a message, please upgrade your plan.
172
+ </div>
173
+ </div>
174
+ </div>
175
+
176
+ <!-- Input -->
177
+ <div class="input-bar">
178
+ <div class="text-field">
179
+ <span class="placeholder">Ask any question</span>
180
+ <span class="counter">0/300</span>
181
+ </div>
182
+ <div class="send" aria-label="Send">
183
+ <svg width="54" height="54" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round">
184
+ <path d="M22 2L11 13"/><path d="M22 2L15 22l-4-9-9-4 20-7z"/>
185
+ </svg>
186
+ </div>
187
+ </div>
188
+
189
+ <!-- Gesture bar -->
190
+ <div class="gesture"></div>
191
+
192
+ </div>
193
+ </body>
194
+ </html>
code/10359/10359_0.html ADDED
@@ -0,0 +1,198 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Amazon - Duroflex Sofa Listing</title>
6
+ <style>
7
+ body { margin:0; padding:0; background: transparent; font-family: Arial, Helvetica, sans-serif; color:#111;}
8
+ #render-target{
9
+ width:1080px; height:2400px; position:relative; overflow:hidden;
10
+ background: linear-gradient(180deg, #97E0DA 0px, #A5E4DF 140px, #F6F7F8 140px, #FFFFFF 141px);
11
+ }
12
+ .statusbar{
13
+ height:70px; padding:14px 28px; color:#0f1111; display:flex; align-items:center; justify-content:space-between;
14
+ font-size:28px; opacity:0.9;
15
+ }
16
+ .status-icons{display:flex; gap:22px; align-items:center;}
17
+ .dot{width:12px;height:12px;background:#0f1111;border-radius:50%;}
18
+ .sig{width:26px;height:18px;border:2px solid #0f1111;border-radius:3px;}
19
+ .bat{width:34px;height:18px;border:2px solid #0f1111;border-radius:3px; position:relative;}
20
+ .bat::after{content:""; position:absolute; right:-6px; top:4px; width:4px; height:10px; background:#0f1111;}
21
+ .topbar{
22
+ height:88px; padding:0 24px; display:flex; align-items:center; gap:18px;
23
+ }
24
+ .back-btn{
25
+ width:64px;height:64px;border-radius:32px;background:rgba(0,0,0,0.06); display:flex; align-items:center; justify-content:center;
26
+ }
27
+ .back-btn svg{width:30px;height:30px; fill:#1c1c1c;}
28
+ .search{
29
+ flex:1; height:78px; background:#fff; border-radius:16px; border:1px solid #cfd8dc; display:flex; align-items:center; padding:0 22px; gap:18px;
30
+ box-shadow: 0 2px 0 rgba(0,0,0,0.04) inset;
31
+ }
32
+ .search svg{width:32px;height:32px; fill:#4e5d63;}
33
+ .search input{
34
+ border:none; outline:none; flex:1; font-size:34px; color:#111; background:transparent;
35
+ }
36
+ .scan{
37
+ width:56px;height:56px;border-radius:12px; border:2px solid #97E0DA; display:flex; align-items:center; justify-content:center; color:#2b6770; font-size:26px;
38
+ }
39
+
40
+ /* Content */
41
+ .content{ height:2140px; overflow-y:auto; background:#fff; }
42
+ .divider{height:20px; background:#f1f2f3;}
43
+
44
+ .product-card{ padding:26px 28px; background:#fff;}
45
+ .row{ display:flex; gap:20px; }
46
+ .thumb{
47
+ width:150px; height:110px; background:#E0E0E0; border:1px solid #BDBDBD; display:flex; justify-content:center; align-items:center; color:#757575; font-size:22px;
48
+ }
49
+ .title{ font-size:40px; line-height:1.2; font-weight:700; color:#0f1111; margin-bottom:10px;}
50
+ .rating{ display:flex; align-items:center; gap:10px; margin-bottom:10px;}
51
+ .stars{ color:#f2a516; letter-spacing:2px; font-size:30px;}
52
+ .count{ color:#565959; font-size:26px;}
53
+ .price-row{ display:flex; align-items:flex-end; gap:18px; margin-top:10px;}
54
+ .discount{ color:#cc0c39; font-size:38px; font-weight:700;}
55
+ .price{ font-size:50px; font-weight:700;}
56
+ .mrp{ color:#565959; font-size:26px; text-decoration: line-through; margin-left:4px;}
57
+ .cta-right{ margin-left:auto; }
58
+ .btn-cart{
59
+ background:#ffd814; border:1px solid #f0c14b; color:#111; font-weight:700; padding:20px 34px; border-radius:18px; font-size:34px;
60
+ box-shadow: 0 2px 0 rgba(0,0,0,0.1);
61
+ }
62
+ .small-note{ color:#0f1111; font-size:28px; margin-top:18px;}
63
+ .small-note a{ color:#007185; text-decoration:none; margin-left:10px;}
64
+ .badge{
65
+ display:inline-flex; align-items:center; gap:10px; background:#172a3a; color:#fff; padding:8px 14px; border-radius:10px; font-size:26px; margin:12px 0;
66
+ }
67
+ .delivery{ font-size:30px; color:#0f1111; margin-top:6px;}
68
+ .see-more{ color:#007185; font-size:30px; margin-top:10px; display:flex; align-items:center; gap:10px;}
69
+ .chev{ width:18px; height:18px; border-right:3px solid #007185; border-bottom:3px solid #007185; transform:rotate(45deg);}
70
+
71
+ .options-bar{ padding:26px 28px; background:#fff; border-top:1px solid #eee; border-bottom:1px solid #eee;}
72
+ .options-top{ display:flex; justify-content:space-between; align-items:center; color:#0f1111; font-size:34px; font-weight:700;}
73
+ .options-sub{ color:#565959; font-size:28px; margin-top:4px;}
74
+ .filter{ color:#007185; font-size:30px; }
75
+
76
+ .warning{ color:#cc0c39; font-size:30px; margin:16px 0; line-height:1.35;}
77
+ .meta{ color:#565959; font-size:28px; line-height:1.9;}
78
+ .see-less{ color:#007185; font-size:30px; margin-top:12px;}
79
+
80
+ .gray{ background:#f6f7f8; height:16px; }
81
+ </style>
82
+ </head>
83
+ <body>
84
+ <div id="render-target">
85
+
86
+ <!-- Header / Search -->
87
+ <div class="statusbar">
88
+ <div>1:06</div>
89
+ <div class="status-icons">
90
+ <div class="dot"></div>
91
+ <div class="dot"></div>
92
+ <div class="dot"></div>
93
+ <div class="sig"></div>
94
+ <div class="bat"></div>
95
+ </div>
96
+ </div>
97
+ <div class="topbar">
98
+ <div class="back-btn" aria-label="Back">
99
+ <svg viewBox="0 0 24 24"><path d="M15.5 4.5L7 12l8.5 7.5-1.9 2L3 12 13.6 2.5z"/></svg>
100
+ </div>
101
+ <div class="search">
102
+ <svg viewBox="0 0 24 24"><path d="M15.5 14h-.8l-.3-.3a6.5 6.5 0 10-.7.7l.3.3v.8l5 5 1.5-1.5-5-5zm-6 0A4.5 4.5 0 119 5a4.5 4.5 0 01.5 9z"/></svg>
103
+ <input value="Duroflex sofa set for living room" />
104
+ <div class="scan">⌁</div>
105
+ </div>
106
+ </div>
107
+
108
+ <div class="content">
109
+
110
+ <!-- Product 1 -->
111
+ <div class="product-card">
112
+ <div class="row">
113
+ <div class="thumb">[IMG: Sofa thumbnail]</div>
114
+ <div style="flex:1;">
115
+ <div class="title">duroflex Ease Fabric Sofa (Brown, 3 Seater)</div>
116
+ <div class="rating">
117
+ <div class="stars">★★★★★</div>
118
+ <div class="count">184</div>
119
+ </div>
120
+ </div>
121
+ <div class="cta-right">
122
+ <button class="btn-cart">Add to Cart</button>
123
+ </div>
124
+ </div>
125
+
126
+ <div class="price-row">
127
+ <div class="discount">-43%</div>
128
+ <div class="price">₹19,152<span style="font-size:26px; vertical-align:top;">00</span></div>
129
+ </div>
130
+ <div class="small-note">M.R.P.: <span class="mrp">₹33,600.00</span></div>
131
+
132
+ <div class="small-note">5% Off on Select Bank Card <a href="#">Terms</a></div>
133
+ <div class="badge">
134
+ <span>✓ Fulfilled</span>
135
+ </div>
136
+ <div class="delivery">
137
+ FREE scheduled delivery as soon as <b>Tuesday, 5 December, 8 AM - 5 PM</b>
138
+ </div>
139
+ <div class="see-more"><div class="chev" style="transform:rotate(-45deg)"></div>See more</div>
140
+ </div>
141
+
142
+ <div class="divider"></div>
143
+
144
+ <!-- Options bar -->
145
+ <div class="options-bar">
146
+ <div class="options-top">
147
+ <div>2 other options</div>
148
+ <div class="filter">Filter ›</div>
149
+ </div>
150
+ <div class="options-sub">sorted by price + delivery: low to high</div>
151
+ </div>
152
+
153
+ <!-- Other option 1 -->
154
+ <div class="product-card">
155
+ <div class="price-row">
156
+ <div class="discount">-49%</div>
157
+ <div class="price">₹17,000<span style="font-size:26px; vertical-align:top;">00</span></div>
158
+ <div class="cta-right">
159
+ <button class="btn-cart">Add to Cart</button>
160
+ </div>
161
+ </div>
162
+ <div class="small-note">M.R.P.: <span class="mrp">₹33,600.00</span></div>
163
+ <div class="small-note">5% Off on Select Bank Card <a href="#">Terms</a></div>
164
+
165
+ <div class="warning">
166
+ This item cannot be shipped to your selected delivery location. Please choose a different delivery location.
167
+ </div>
168
+
169
+ <div class="meta">
170
+ <div><b>Ships from</b> &nbsp;&nbsp;Shantiinterio</div>
171
+ <div><b>Sold by</b> &nbsp;&nbsp;Shantiinterio</div>
172
+ <div><b>Seller rating</b> &nbsp;&nbsp;New Seller</div>
173
+ </div>
174
+
175
+ <div class="see-less">See less</div>
176
+ </div>
177
+
178
+ <div class="divider"></div>
179
+
180
+ <!-- Other option 2 -->
181
+ <div class="product-card">
182
+ <div class="price-row">
183
+ <div class="discount">-43%</div>
184
+ <div class="price">₹19,153<span style="font-size:26px; vertical-align:top;">00</span></div>
185
+ <div class="cta-right">
186
+ <button class="btn-cart">Add to Cart</button>
187
+ </div>
188
+ </div>
189
+ <div class="small-note">M.R.P.: <span class="mrp">₹33,600.00</span></div>
190
+ <div class="small-note">5% Off on Select Bank Card <a href="#">Terms</a></div>
191
+ </div>
192
+
193
+ <div class="gray"></div>
194
+ </div>
195
+
196
+ </div>
197
+ </body>
198
+ </html>
code/10359/10359_1.html ADDED
@@ -0,0 +1,390 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Amazon - Duroflex Sofa Set</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #ffffff;
13
+ border-radius: 0;
14
+ }
15
+
16
+ /* Top gradient header area */
17
+ .gradient-head {
18
+ width: 1080px;
19
+ height: 240px;
20
+ background: linear-gradient(180deg, #a9e3db 0%, #c3eee3 100%);
21
+ position: relative;
22
+ padding-top: 18px;
23
+ box-sizing: border-box;
24
+ }
25
+
26
+ /* Status bar mock */
27
+ .status-bar {
28
+ height: 48px;
29
+ display: flex;
30
+ align-items: center;
31
+ padding: 0 28px;
32
+ color: #1b1b1b;
33
+ font-size: 30px;
34
+ opacity: 0.85;
35
+ }
36
+ .status-bar .dots { margin-left: 16px; margin-right: auto; }
37
+ .status-icons { display: flex; gap: 18px; align-items: center; }
38
+
39
+ /* Search row */
40
+ .search-row {
41
+ display: flex;
42
+ align-items: center;
43
+ gap: 22px;
44
+ padding: 18px 24px 0 24px;
45
+ }
46
+ .back-btn {
47
+ width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; border-radius: 36px; background: rgba(255,255,255,0.45);
48
+ }
49
+ .search-box {
50
+ flex: 1;
51
+ height: 86px;
52
+ border-radius: 44px;
53
+ background: #ffffff;
54
+ display: flex;
55
+ align-items: center;
56
+ padding: 0 22px;
57
+ box-shadow: 0 2px 0 rgba(0,0,0,0.08) inset;
58
+ border: 1px solid #d6d6d6;
59
+ }
60
+ .search-box input {
61
+ border: none;
62
+ outline: none;
63
+ width: 100%;
64
+ font-size: 34px;
65
+ color: #222;
66
+ }
67
+ .search-box input::placeholder { color: #4d4d4d; }
68
+ .scan-btn {
69
+ width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.55); border-radius: 12px; border: 1px solid rgba(0,0,0,0.08);
70
+ }
71
+
72
+ /* Tabs */
73
+ .tabs {
74
+ height: 88px;
75
+ display: flex;
76
+ align-items: center;
77
+ gap: 46px;
78
+ padding: 0 28px;
79
+ color: #2a2a2a;
80
+ font-size: 34px;
81
+ font-weight: 600;
82
+ }
83
+ .tab-active { color: #e67b22; position: relative; }
84
+ .tab-active::after {
85
+ content: "";
86
+ position: absolute;
87
+ bottom: -14px;
88
+ left: 0;
89
+ width: 110%;
90
+ height: 6px;
91
+ background: #ff8a00;
92
+ border-radius: 3px;
93
+ }
94
+
95
+ /* Icon perks row */
96
+ .perks {
97
+ display: flex;
98
+ justify-content: space-between;
99
+ padding: 28px 30px 20px;
100
+ border-top: 1px solid #e9e9e9;
101
+ border-bottom: 1px solid #eeeeee;
102
+ background: #fff;
103
+ }
104
+ .perk {
105
+ width: 240px;
106
+ display: flex;
107
+ flex-direction: column;
108
+ align-items: center;
109
+ gap: 12px;
110
+ }
111
+ .perk .circle {
112
+ width: 92px; height: 92px; border-radius: 46px; border: 2px solid #d8d8d8; display: flex; align-items: center; justify-content: center; background: #fafafa;
113
+ }
114
+ .perk span { text-align: center; font-size: 30px; color: #2d2d2d; }
115
+
116
+ /* Sections */
117
+ .section {
118
+ padding: 26px 30px;
119
+ border-bottom: 10px solid #f3f3f3;
120
+ }
121
+ .section h3 {
122
+ margin: 0 0 22px;
123
+ font-size: 42px;
124
+ color: #111;
125
+ }
126
+ .accessory-title {
127
+ font-size: 36px;
128
+ color: #206a85;
129
+ line-height: 1.32;
130
+ margin-bottom: 18px;
131
+ }
132
+ .price-row {
133
+ display: flex; align-items: center; justify-content: space-between;
134
+ }
135
+ .price {
136
+ font-size: 44px; font-weight: 700; color: #111;
137
+ }
138
+ .btn-yellow {
139
+ background: #ffcd41;
140
+ color: #1a1a1a;
141
+ border: none;
142
+ border-radius: 38px;
143
+ padding: 26px 40px;
144
+ font-size: 34px;
145
+ font-weight: 700;
146
+ box-shadow: 0 2px 0 rgba(0,0,0,0.12) inset;
147
+ }
148
+
149
+ .row-between { display: flex; align-items: center; justify-content: space-between; }
150
+ .muted { color: #4d4d4d; }
151
+ .link { color: #1175cc; font-size: 34px; margin-top: 12px; }
152
+
153
+ .product-details h2 {
154
+ font-size: 54px; margin: 18px 0; color: #111;
155
+ }
156
+
157
+ /* Top Highlights list */
158
+ .highlights {
159
+ padding: 18px 0 24px;
160
+ }
161
+ .kv { display: flex; justify-content: space-between; padding: 22px 10px; border-bottom: 1px solid #efefef; }
162
+ .kv .k { color: #5a5a5a; font-size: 34px; }
163
+ .kv .v { color: #111; font-size: 34px; font-weight: 600; }
164
+
165
+ /* Placeholder image (if any needed later) */
166
+ .img-ph {
167
+ background: #E0E0E0; border: 1px solid #BDBDBD; color: #757575;
168
+ display: flex; align-items: center; justify-content: center;
169
+ }
170
+
171
+ /* bottom nav */
172
+ .bottom-nav {
173
+ position: absolute;
174
+ bottom: 0;
175
+ left: 0;
176
+ right: 0;
177
+ height: 160px;
178
+ border-top: 1px solid #e6e6e6;
179
+ background: #ffffff;
180
+ display: flex;
181
+ justify-content: space-around;
182
+ align-items: center;
183
+ }
184
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 8px; color: #2b2b2b; font-size: 28px; }
185
+ .nav-item.active { color: #00a2a6; }
186
+ </style>
187
+ </head>
188
+ <body>
189
+ <div id="render-target">
190
+
191
+ <!-- Gradient Header -->
192
+ <div class="gradient-head">
193
+ <!-- Status bar -->
194
+ <div class="status-bar">
195
+ <span>1:07</span>
196
+ <span class="dots">● ●</span>
197
+ <div class="status-icons">
198
+ <span>N</span>
199
+ <span>•</span>
200
+ <span>
201
+ <!-- wifi -->
202
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#2a2a2a">
203
+ <path d="M12 20a2 2 0 1 0 .001-3.999A2 2 0 0 0 12 20zm6-5a8 8 0 0 0-12 0l2 2a5 5 0 0 1 8 0l2-2zm4-4a14 14 0 0 0-20 0l2 2a11 11 0 0 1 16 0l2-2z"/>
204
+ </svg>
205
+ </span>
206
+ <span>
207
+ <!-- battery -->
208
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#2a2a2a">
209
+ <rect x="2" y="7" width="18" height="10" rx="2" ry="2"></rect>
210
+ <rect x="20" y="10" width="2" height="4"></rect>
211
+ </svg>
212
+ </span>
213
+ </div>
214
+ </div>
215
+
216
+ <!-- Search Row -->
217
+ <div class="search-row">
218
+ <div class="back-btn">
219
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#222">
220
+ <path d="M15.5 19l-7-7 7-7 1.5 1.5L11 12l6 6z"/>
221
+ </svg>
222
+ </div>
223
+ <div class="search-box">
224
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#5c5c5c" style="margin-right:14px;">
225
+ <path d="M15.5 14h-.79l-.28-.27A6.5 6.5 0 1 0 14 15.5l.27.28v.79L20 22l2-2-6.5-6.5zM6.5 11A4.5 4.5 0 1 1 11 15.5 4.5 4.5 0 0 1 6.5 11z"/>
226
+ </svg>
227
+ <input type="text" placeholder="Duroflex sofa set for living room">
228
+ <div class="scan-btn">
229
+ <!-- simple scan icon -->
230
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#1f1f1f">
231
+ <path d="M4 7V4h3V2H2v5h2zm0 10H2v5h5v-2H4v-3zm15-13h3v5h-2V4h-3V2zm1 16v3h-3v2h5v-5h-2zM7 7h10v10H7z"/>
232
+ </svg>
233
+ </div>
234
+ </div>
235
+ </div>
236
+
237
+ <!-- Tabs -->
238
+ <div class="tabs">
239
+ <div class="tab-active">Details</div>
240
+ <div>Compare</div>
241
+ <div>Reviews</div>
242
+ <div style="margin-left:auto;">
243
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="#1d1d1d">
244
+ <path d="M12 8l6 6H6z"/>
245
+ </svg>
246
+ </div>
247
+ </div>
248
+ </div>
249
+
250
+ <!-- Perks row -->
251
+ <div class="perks">
252
+ <div class="perk">
253
+ <div class="circle">
254
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#4a4a4a">
255
+ <path d="M3 6h13l3 4h2v8h-2v-6H3v6H1V8h2V6zm2 4h11l-1-2H5v2z"/>
256
+ </svg>
257
+ </div>
258
+ <span>Free Delivery</span>
259
+ </div>
260
+ <div class="perk">
261
+ <div class="circle">
262
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#4a4a4a">
263
+ <path d="M12 6a6 6 0 1 0 6 6h-2a4 4 0 1 1-4-4v3l4-4-4-4v3z"/>
264
+ </svg>
265
+ </div>
266
+ <span>10 days Replacement</span>
267
+ </div>
268
+ <div class="perk">
269
+ <div class="circle">
270
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#4a4a4a">
271
+ <path d="M7 20h10l2-10H5l2 10zm10-12V6a3 3 0 0 0-6 0v2H7V6a5 5 0 1 1 10 0v2h-2z"/>
272
+ </svg>
273
+ </div>
274
+ <span>Amazon Delivered</span>
275
+ </div>
276
+ <div class="perk">
277
+ <div class="circle">
278
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#4a4a4a">
279
+ <path d="M12 2l7 4v6c0 5-3.5 9-7 10-3.5-1-7-5-7-10V6l7-4zm0 4l-5 3v3c0 3.7 2.2 6.9 5 8 2.8-1.1 5-4.3 5-8V9l-5-3z"/>
280
+ </svg>
281
+ </div>
282
+ <span>3 Year Warranty</span>
283
+ </div>
284
+ <div class="perk">
285
+ <div class="circle">
286
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#4a4a4a">
287
+ <path d="M4 9h16v2H4zm0 4h16v2H4z"/>
288
+ </svg>
289
+ </div>
290
+ <span>Top Benefits</span>
291
+ </div>
292
+ </div>
293
+
294
+ <!-- Add an Accessory Section -->
295
+ <div class="section">
296
+ <h3>Add an Accessory</h3>
297
+ <div class="accessory-title">
298
+ duroflex Livein Orthopedic - Pressure Relieving, Memory Foam, Roll Pack, 5 Inch King Size Medium Firm Mattress with Superior Comfort and Anti Microbial Fa…
299
+ </div>
300
+ <div class="price-row">
301
+ <div class="price">₹12,499.00</div>
302
+ <button class="btn-yellow">Add to Cart</button>
303
+ </div>
304
+ </div>
305
+
306
+ <!-- Other sellers -->
307
+ <div class="section">
308
+ <div class="row-between" style="margin-bottom:16px;">
309
+ <h3 style="margin:0;">Other sellers on Amazon</h3>
310
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#2c2c2c">
311
+ <path d="M9 6l6 6-6 6z"/>
312
+ </svg>
313
+ </div>
314
+ <div class="muted" style="font-size:36px; margin-top:6px;">Lowest price: New</div>
315
+ <div style="font-size:44px; font-weight:700; margin:8px 0 12px;">₹17,000<span style="font-size:28px; vertical-align:top;">00</span></div>
316
+ <div class="link">Compare all 3 options</div>
317
+ </div>
318
+
319
+ <!-- Product Details -->
320
+ <div class="section product-details" style="border-bottom:none;">
321
+ <h2>Product details</h2>
322
+
323
+ <div class="row-between" style="padding:12px 0;">
324
+ <div style="font-size:44px; font-weight:800;">Top Highlights</div>
325
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#2a2a2a">
326
+ <path d="M7 10l5 5 5-5z"/>
327
+ </svg>
328
+ </div>
329
+
330
+ <div class="highlights">
331
+ <div class="kv">
332
+ <div class="k">Brand</div>
333
+ <div class="v">duroflex</div>
334
+ </div>
335
+ <div class="kv">
336
+ <div class="k">Assembly Required</div>
337
+ <div class="v">No</div>
338
+ </div>
339
+ <div class="kv">
340
+ <div class="k">Seat Height</div>
341
+ <div class="v">45 Centimetres</div>
342
+ </div>
343
+ <div class="kv">
344
+ <div class="k">Weight Limit</div>
345
+ <div class="v">130 Kilograms</div>
346
+ </div>
347
+ <div class="kv" style="border-bottom:none;">
348
+ <div class="k">Seating Capacity</div>
349
+ <div class="v">3</div>
350
+ </div>
351
+ </div>
352
+ </div>
353
+
354
+ <!-- Bottom navigation -->
355
+ <div class="bottom-nav">
356
+ <div class="nav-item active">
357
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#00a2a6">
358
+ <path d="M12 3l9 8h-3v9H6v-9H3l9-8z"/>
359
+ </svg>
360
+ <div>Home</div>
361
+ </div>
362
+ <div class="nav-item">
363
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#333">
364
+ <path d="M12 12a5 5 0 1 0-5-5 5 5 0 0 0 5 5zm0 2c-4.33 0-8 2.17-8 5v1h16v-1c0-2.83-3.67-5-8-5z"/>
365
+ </svg>
366
+ <div>You</div>
367
+ </div>
368
+ <div class="nav-item">
369
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#333">
370
+ <path d="M12 2l4 4h-3v6h-2V6H8l4-4zM6 13h12v2H6zm0 4h12v2H6z"/>
371
+ </svg>
372
+ <div>More</div>
373
+ </div>
374
+ <div class="nav-item">
375
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#333">
376
+ <path d="M7 4h-2l-1 2H1v2h2l3.6 7.59L5.25 18A2 2 0 0 0 7 21h12v-2H7.42a.25.25 0 0 1-.25-.25l.03-.12L8 16h9a2 2 0 0 0 1.8-1.1L21 9H6.42L5.4 7H21V5H7z"/>
377
+ </svg>
378
+ <div>Cart</div>
379
+ </div>
380
+ <div class="nav-item">
381
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#333">
382
+ <path d="M3 6h18v2H3zm0 5h18v2H3zm0 5h18v2H3z"/>
383
+ </svg>
384
+ <div>Menu</div>
385
+ </div>
386
+ </div>
387
+
388
+ </div>
389
+ </body>
390
+ </html>
code/10359/10359_2.html ADDED
@@ -0,0 +1,268 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Duroflex Sofa Reviews - Mock 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: #f6f7f9; border-radius: 24px; box-shadow: 0 12px 40px rgba(0,0,0,0.25);
11
+ }
12
+ /* Top gradient header */
13
+ .gradient-header {
14
+ position: relative;
15
+ width: 100%;
16
+ height: 320px;
17
+ background: linear-gradient(180deg, #a8e0dc 0%, #c7efe9 60%, #e6f7f5 100%);
18
+ }
19
+ .status-row {
20
+ position: absolute; top: 18px; left: 24px; right: 24px;
21
+ display: flex; align-items: center; justify-content: space-between; color: #2c2c2c;
22
+ font-size: 34px; opacity: 0.8;
23
+ }
24
+ .search-bar {
25
+ position: absolute; left: 24px; right: 24px; top: 90px;
26
+ display: flex; align-items: center; gap: 22px;
27
+ }
28
+ .back-btn {
29
+ width: 72px; height: 72px; display: flex; align-items: center; justify-content: center;
30
+ }
31
+ .search-input {
32
+ flex: 1; height: 100px; border-radius: 22px; background: #fff;
33
+ box-shadow: 0 2px 0 rgba(0,0,0,0.08) inset; display: flex; align-items: center;
34
+ padding: 0 24px; gap: 18px; border: 1px solid #e3e3e3;
35
+ }
36
+ .search-input .label {
37
+ font-size: 36px; color: #333;
38
+ white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
39
+ }
40
+ .round-icon {
41
+ width: 72px; height: 72px; border-radius: 20px; background: #fff;
42
+ border: 1px solid #e0e0e0; display: flex; align-items: center; justify-content: center;
43
+ }
44
+ /* Tabs */
45
+ .tabs {
46
+ position: absolute; bottom: 0; left: 0; right: 0;
47
+ display: flex; gap: 40px; padding: 0 24px 18px 24px; align-items: flex-end;
48
+ }
49
+ .tab {
50
+ font-size: 40px; color: #4a4a4a; padding: 30px 18px 16px 18px;
51
+ }
52
+ .tab.active { color: #e8671e; font-weight: 700; border-bottom: 8px solid #e8671e; }
53
+ /* Content */
54
+ .content {
55
+ position: relative; background: #fff; border-top-left-radius: 24px; border-top-right-radius: 24px;
56
+ margin-top: -10px; padding: 24px;
57
+ }
58
+ .section-title {
59
+ font-size: 54px; font-weight: 700; color: #222; margin-top: 24px; margin-bottom: 18px;
60
+ }
61
+ .rating-row {
62
+ display: flex; align-items: center; justify-content: space-between;
63
+ padding: 12px 0;
64
+ }
65
+ .stars { color: #ff9900; font-size: 44px; letter-spacing: 4px; }
66
+ .rating-row .right {
67
+ display: flex; align-items: center; gap: 18px; font-size: 42px; color: #333;
68
+ }
69
+ .subtext {
70
+ font-size: 40px; color: #666; margin-bottom: 24px;
71
+ }
72
+ /* By Feature */
73
+ .feature-title {
74
+ font-size: 50px; font-weight: 700; margin-top: 26px; margin-bottom: 10px; color: #232f3e;
75
+ }
76
+ .feature-item {
77
+ display: flex; align-items: center; justify-content: space-between;
78
+ padding: 26px 0; border-bottom: 1px solid #eee;
79
+ }
80
+ .feature-item .label { font-size: 44px; color: #333; }
81
+ .feature-item .metrics { display: flex; align-items: center; gap: 24px; }
82
+ .feature-item .metrics .stars { font-size: 44px; }
83
+ .see-more {
84
+ display: flex; align-items: center; gap: 16px; color: #0a4; font-weight: 700;
85
+ font-size: 42px; margin: 18px 0 4px 0;
86
+ }
87
+ /* Reviews with videos */
88
+ .media-title { font-size: 52px; font-weight: 700; margin: 38px 0 18px 0; color: #222; }
89
+ .video-list {
90
+ display: flex; gap: 28px; overflow: hidden;
91
+ }
92
+ .video-card {
93
+ width: 330px; height: 520px; border-radius: 22px; overflow: hidden; position: relative;
94
+ box-shadow: 0 8px 18px rgba(0,0,0,0.08); background: #fff;
95
+ }
96
+ .video-thumb {
97
+ width: 100%; height: 100%; background: #E0E0E0; border: 1px solid #BDBDBD;
98
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 34px;
99
+ }
100
+ .video-overlay {
101
+ position: absolute; left: 16px; right: 16px; bottom: 18px; color: #fff;
102
+ }
103
+ .overlay-stars { color: #ff9900; font-size: 40px; text-shadow: 0 2px 6px rgba(0,0,0,0.4); }
104
+ .duration-row {
105
+ display: flex; align-items: center; gap: 12px; margin-top: 10px; font-size: 36px;
106
+ color: #fff; text-shadow: 0 2px 6px rgba(0,0,0,0.4);
107
+ }
108
+ /* Reviews with images section title placeholder */
109
+ .images-title { font-size: 50px; font-weight: 700; margin-top: 34px; color: #222; }
110
+ /* Bottom nav bar */
111
+ .bottom-nav {
112
+ position: absolute; bottom: 0; left: 0; right: 0; height: 180px;
113
+ background: #fff; border-top: 1px solid #e2e2e2; display: flex; justify-content: space-around; align-items: center;
114
+ }
115
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 14px; color: #333; }
116
+ .nav-item span { font-size: 34px; }
117
+ .nav-icon {
118
+ width: 84px; height: 84px; border-radius: 22px; background: #f3f3f3; border: 1px solid #ddd;
119
+ display: flex; align-items: center; justify-content: center;
120
+ }
121
+ /* Small home indicator bar */
122
+ .gesture-bar {
123
+ position: absolute; bottom: 192px; left: 50%; transform: translateX(-50%);
124
+ width: 340px; height: 12px; background: #bdbdbd; border-radius: 6px; opacity: 0.7;
125
+ }
126
+ </style>
127
+ </head>
128
+ <body>
129
+ <div id="render-target">
130
+ <div class="gradient-header">
131
+ <div class="status-row">
132
+ <div>1:07</div>
133
+ <div>• • •</div>
134
+ </div>
135
+
136
+ <div class="search-bar">
137
+ <div class="back-btn">
138
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="#333"><path d="M15.5 18.5L9 12l6.5-6.5-1.4-1.4L6.2 12l7.9 7.9 1.4-1.4z"/></svg>
139
+ </div>
140
+ <div class="search-input">
141
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#666"><path d="M15.5 14h-.79l-.28-.27A6.471 6.471 0 0016 9.5 6.5 6.5 0 109.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/></svg>
142
+ <div class="label">Duroflex sofa set for living room</div>
143
+ <div class="round-icon">
144
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#333"><path d="M21 5h-3.2l-1.5-1.5h-6.6L8.2 5H5c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 12H5V7h16v10z"/></svg>
145
+ </div>
146
+ </div>
147
+ </div>
148
+
149
+ <div class="tabs">
150
+ <div class="tab">Details</div>
151
+ <div class="tab">Compare</div>
152
+ <div class="tab active">Reviews</div>
153
+ </div>
154
+ </div>
155
+
156
+ <div class="content">
157
+ <div class="section-title">Customer reviews</div>
158
+ <div class="rating-row">
159
+ <div class="stars">★★★★★</div>
160
+ <div class="right">
161
+ <div>4 out of 5</div>
162
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#555"><path d="M9 6l6 6-6 6z"/></svg>
163
+ </div>
164
+ </div>
165
+ <div class="subtext">184 global ratings</div>
166
+
167
+ <div class="feature-title">By feature</div>
168
+ <div class="feature-item">
169
+ <div class="label">Light weight</div>
170
+ <div class="metrics">
171
+ <div class="stars">★★★★☆</div>
172
+ <div style="font-size:44px; color:#333;">4.4</div>
173
+ </div>
174
+ </div>
175
+ <div class="feature-item">
176
+ <div class="label">Value for money</div>
177
+ <div class="metrics">
178
+ <div class="stars">★★★★☆</div>
179
+ <div style="font-size:44px; color:#333;">4.1</div>
180
+ </div>
181
+ </div>
182
+ <div class="feature-item" style="border-bottom:none;">
183
+ <div class="label">Comfort</div>
184
+ <div class="metrics">
185
+ <div class="stars">★★★☆☆</div>
186
+ <div style="font-size:44px; color:#333;">3.9</div>
187
+ </div>
188
+ </div>
189
+
190
+ <div class="see-more">
191
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="#0a4"><path d="M7 10l5 5 5-5z"/></svg>
192
+ <div>See more</div>
193
+ </div>
194
+
195
+ <div class="media-title">Reviews with videos</div>
196
+ <div class="video-list">
197
+ <div class="video-card">
198
+ <div class="video-thumb">[IMG: Video of product part]</div>
199
+ <div class="video-overlay">
200
+ <div class="overlay-stars">★★★★★</div>
201
+ <div class="duration-row">
202
+ <svg width="32" height="32" viewBox="0 0 24 24" fill="#fff"><path d="M8 5v14l11-7z"/></svg>
203
+ <span>0:10</span>
204
+ </div>
205
+ </div>
206
+ </div>
207
+ <div class="video-card">
208
+ <div class="video-thumb">[IMG: Cushion close-up]</div>
209
+ <div class="video-overlay">
210
+ <div class="overlay-stars">★★★★★</div>
211
+ <div class="duration-row">
212
+ <svg width="32" height="32" viewBox="0 0 24 24" fill="#fff"><path d="M8 5v14l11-7z"/></svg>
213
+ <span>0:09</span>
214
+ </div>
215
+ </div>
216
+ </div>
217
+ <div class="video-card">
218
+ <div class="video-thumb">[IMG: Sofa in living room]</div>
219
+ <div class="video-overlay">
220
+ <div class="overlay-stars">★★★★★</div>
221
+ <div class="duration-row">
222
+ <svg width="32" height="32" viewBox="0 0 24 24" fill="#fff"><path d="M8 5v14l11-7z"/></svg>
223
+ <span>0:00</span>
224
+ </div>
225
+ </div>
226
+ </div>
227
+ </div>
228
+
229
+ <div class="images-title">Reviews with images</div>
230
+ </div>
231
+
232
+ <div class="gesture-bar"></div>
233
+
234
+ <div class="bottom-nav">
235
+ <div class="nav-item">
236
+ <div class="nav-icon">
237
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#444"><path d="M12 3l9 8h-3v9H6v-9H3z"/></svg>
238
+ </div>
239
+ <span>Home</span>
240
+ </div>
241
+ <div class="nav-item">
242
+ <div class="nav-icon">
243
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#444"><path d="M12 12c2.8 0 5-2.2 5-5s-2.2-5-5-5-5 2.2-5 5 2.2 5 5 5zm0 2c-3.9 0-7 3.1-7 7h14c0-3.9-3.1-7-7-7z"/></svg>
244
+ </div>
245
+ <span>You</span>
246
+ </div>
247
+ <div class="nav-item">
248
+ <div class="nav-icon">
249
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#444"><path d="M12 2l9 6-9 6-9-6 9-6zm0 14l7.5-5 2.5 1.6v6.4c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V12.6L4.5 11 12 16z"/></svg>
250
+ </div>
251
+ <span>More</span>
252
+ </div>
253
+ <div class="nav-item">
254
+ <div class="nav-icon">
255
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#444"><path d="M7 4h-2l-2 12h16l-2-12h-2m-6 0v2h6V4H9z"/></svg>
256
+ </div>
257
+ <span>Cart</span>
258
+ </div>
259
+ <div class="nav-item">
260
+ <div class="nav-icon">
261
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#444"><path d="M3 6h18v2H3V6zm0 5h18v2H3v-2zm0 5h18v2H3v-2z"/></svg>
262
+ </div>
263
+ <span>Menu</span>
264
+ </div>
265
+ </div>
266
+ </div>
267
+ </body>
268
+ </html>
code/10359/10359_3.html ADDED
@@ -0,0 +1,253 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Amazon Reviews 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: linear-gradient(180deg, #bfe9e1 0%, #aee3da 50%, #ffffff 100%);
11
+ }
12
+ /* Status bar */
13
+ .status-bar {
14
+ position:absolute; top:0; left:0; right:0; height:110px; display:flex; align-items:center;
15
+ padding:0 34px; font-size:42px; color:#222;
16
+ }
17
+ .status-icons { margin-left:auto; display:flex; align-items:center; gap:28px; color:#555; }
18
+ .dot { width:12px; height:12px; background:#777; border-radius:50%; display:inline-block; }
19
+ /* Header search */
20
+ .header {
21
+ position:absolute; top:110px; left:0; right:0; height:140px; display:flex; align-items:center; gap:24px; padding:0 28px;
22
+ }
23
+ .icon-btn {
24
+ width:80px; height:80px; border-radius:40px; display:flex; align-items:center; justify-content:center; color:#333;
25
+ }
26
+ .search-box {
27
+ flex:1; background:#fff; border-radius:26px; box-shadow:0 2px 4px rgba(0,0,0,0.08); height:96px;
28
+ display:flex; align-items:center; padding:0 28px; border:1px solid #e6e6e6;
29
+ }
30
+ .search-text { font-size:40px; color:#111; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
31
+ .camera {
32
+ width:80px; height:80px; border-radius:20px; display:flex; align-items:center; justify-content:center; color:#111;
33
+ }
34
+ /* Tabs */
35
+ .tabs {
36
+ position:absolute; top:266px; left:0; right:0; height:110px; display:flex; align-items:center; gap:40px; padding:0 28px; font-size:40px;
37
+ background:rgba(255,255,255,0.6);
38
+ }
39
+ .tab { color:#333; padding:16px 8px; }
40
+ .tab.active { color:#e66a2c; font-weight:700; position:relative; }
41
+ .tab.active::after {
42
+ content:""; position:absolute; left:0; right:0; bottom:-8px; height:10px; background:#e66a2c; border-radius:6px;
43
+ }
44
+ /* Carousel thumbnails */
45
+ .thumb-row { position:absolute; top:376px; left:28px; right:28px; display:flex; gap:28px; }
46
+ .thumb {
47
+ width:330px; height:310px; background:#E0E0E0; border:1px solid #BDBDBD; border-radius:18px; position:relative;
48
+ overflow:hidden; display:flex; align-items:center; justify-content:center; color:#757575; font-size:34px;
49
+ }
50
+ .thumb .overlay { position:absolute; bottom:16px; left:16px; right:16px; display:flex; justify-content:space-between; align-items:center; }
51
+ .stars { color:#f79c3b; font-size:44px; letter-spacing:2px; }
52
+ .duration { color:#222; font-size:36px; background:rgba(255,255,255,0.9); padding:6px 12px; border-radius:10px; }
53
+ /* Section title */
54
+ .section-title {
55
+ position:absolute; top:720px; left:28px; font-size:52px; font-weight:700; color:#222;
56
+ }
57
+ /* Review images grid */
58
+ .img-grid { position:absolute; top:820px; left:28px; right:28px; display:flex; gap:28px; }
59
+ .img-card {
60
+ width:496px; height:452px; background:#E0E0E0; border:1px solid #BDBDBD; border-radius:20px;
61
+ display:flex; align-items:center; justify-content:center; color:#666; font-size:34px;
62
+ }
63
+ /* Mentions chips section */
64
+ .mentions-title { position:absolute; top:1320px; left:28px; font-size:52px; font-weight:700; color:#222; width:1000px; }
65
+ .chips { position:absolute; top:1440px; left:28px; right:28px; display:flex; flex-wrap:wrap; gap:28px; }
66
+ .chip {
67
+ background:#e7eff0; border:1px solid #d3dcdc; color:#222; font-size:42px; padding:22px 28px; border-radius:20px;
68
+ }
69
+ .see-more { position:absolute; top:1750px; left:28px; display:flex; align-items:center; gap:16px; color:#2b6d86; font-size:44px; }
70
+ .caret { width:30px; height:30px; border-right:6px solid #2b6d86; border-bottom:6px solid #2b6d86; transform:rotate(45deg); }
71
+ /* Bottom section */
72
+ .bottom-title { position:absolute; top:1820px; left:28px; font-size:56px; font-weight:800; color:#222; }
73
+ /* Floating Add to Cart */
74
+ .add-to-cart {
75
+ position:absolute; bottom:210px; right:28px; background:#ffd34d; color:#222; font-size:46px; font-weight:700;
76
+ padding:28px 40px; border-radius:40px; box-shadow:0 8px 18px rgba(0,0,0,0.15);
77
+ }
78
+ /* Bottom navigation */
79
+ .bottom-nav {
80
+ position:absolute; bottom:0; left:0; right:0; height:160px; background:#fff; border-top:1px solid #e5e5e5;
81
+ display:flex; justify-content:space-around; align-items:center;
82
+ }
83
+ .nav-item { display:flex; flex-direction:column; align-items:center; gap:8px; font-size:38px; color:#333; }
84
+ .nav-item.active .dot-under { width:100px; height:8px; background:#4aa5bf; border-radius:4px; margin-top:8px; }
85
+ .nav-icon { width:64px; height:64px; }
86
+ /* Utility simple icons */
87
+ svg { display:block; }
88
+ </style>
89
+ </head>
90
+ <body>
91
+ <div id="render-target">
92
+
93
+ <!-- Status Bar -->
94
+ <div class="status-bar">
95
+ <div>1:07</div>
96
+ <div class="status-icons">
97
+ <div style="display:flex; gap:18px; align-items:center;">
98
+ <span class="dot"></span>
99
+ <span class="dot"></span>
100
+ <span class="dot"></span>
101
+ <span class="dot"></span>
102
+ </div>
103
+ <!-- Wi-Fi icon -->
104
+ <svg class="nav-icon" viewBox="0 0 24 24">
105
+ <path d="M2 8c5-4 15-4 20 0" stroke="#444" stroke-width="2" fill="none" stroke-linecap="round"/>
106
+ <path d="M5 11c4-3 10-3 14 0" stroke="#444" stroke-width="2" fill="none" stroke-linecap="round"/>
107
+ <path d="M8 14c3-2 5-2 8 0" stroke="#444" stroke-width="2" fill="none" stroke-linecap="round"/>
108
+ <circle cx="12" cy="18" r="2" fill="#444"/>
109
+ </svg>
110
+ <!-- Battery icon -->
111
+ <svg class="nav-icon" viewBox="0 0 24 24">
112
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2" stroke="#444" stroke-width="2" fill="none"/>
113
+ <rect x="4" y="8" width="14" height="8" fill="#444"/>
114
+ <rect x="20" y="9" width="2" height="6" rx="1" fill="#444"/>
115
+ </svg>
116
+ </div>
117
+ </div>
118
+
119
+ <!-- Header Search -->
120
+ <div class="header">
121
+ <div class="icon-btn">
122
+ <svg width="64" height="64" viewBox="0 0 24 24">
123
+ <path d="M15 18l-6-6 6-6" stroke="#222" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
124
+ </svg>
125
+ </div>
126
+ <div class="search-box">
127
+ <svg width="56" height="56" viewBox="0 0 24 24" style="margin-right:18px;">
128
+ <circle cx="11" cy="11" r="7" stroke="#222" stroke-width="2" fill="none"/>
129
+ <path d="M20 20l-4-4" stroke="#222" stroke-width="2" fill="none" stroke-linecap="round"/>
130
+ </svg>
131
+ <div class="search-text">Duroflex sofa set for living room</div>
132
+ <div class="camera" style="margin-left:auto;">
133
+ <svg width="56" height="56" viewBox="0 0 24 24">
134
+ <rect x="3" y="7" width="18" height="12" rx="3" stroke="#222" stroke-width="2" fill="none"/>
135
+ <path d="M9 7l2-3h2l2 3" stroke="#222" stroke-width="2" fill="none" stroke-linecap="round"/>
136
+ <circle cx="12" cy="13" r="3" stroke="#222" stroke-width="2" fill="none"/>
137
+ </svg>
138
+ </div>
139
+ </div>
140
+ </div>
141
+
142
+ <!-- Tabs -->
143
+ <div class="tabs">
144
+ <div class="tab">Details</div>
145
+ <div class="tab">Compare</div>
146
+ <div class="tab active">Reviews</div>
147
+ <div style="margin-left:auto; display:flex; align-items:center;">
148
+ <svg width="40" height="40" viewBox="0 0 24 24">
149
+ <path d="M12 5l7 7H5z" fill="#222"/>
150
+ </svg>
151
+ </div>
152
+ </div>
153
+
154
+ <!-- Thumbnails -->
155
+ <div class="thumb-row">
156
+ <div class="thumb">
157
+ [IMG: Video thumbnail]
158
+ <div class="overlay">
159
+ <div class="stars">★★★★★</div>
160
+ <div class="duration">0:10</div>
161
+ </div>
162
+ </div>
163
+ <div class="thumb">
164
+ [IMG: Video thumbnail]
165
+ <div class="overlay">
166
+ <div class="stars">★★★★★</div>
167
+ <div class="duration">0:09</div>
168
+ </div>
169
+ </div>
170
+ <div class="thumb">
171
+ [IMG: Video thumbnail]
172
+ <div class="overlay">
173
+ <div class="stars">★★★★★</div>
174
+ <div class="duration">0:00</div>
175
+ </div>
176
+ </div>
177
+ </div>
178
+
179
+ <!-- Reviews with images -->
180
+ <div class="section-title">Reviews with images</div>
181
+ <div class="img-grid">
182
+ <div class="img-card">[IMG: Blue 2-seater sofa]</div>
183
+ <div class="img-card">[IMG: Beige 2-seater sofa]</div>
184
+ </div>
185
+
186
+ <!-- Mentions -->
187
+ <div class="mentions-title">Read reviews that mention</div>
188
+ <div class="chips">
189
+ <div class="chip">quality is good</div>
190
+ <div class="chip">good comfort</div>
191
+ <div class="chip">sofa this is comfortable</div>
192
+ <div class="chip">sofa is good</div>
193
+ <div class="chip">fabric</div>
194
+ <div class="chip">colour</div>
195
+ <div class="chip">legs</div>
196
+ <div class="chip">poor</div>
197
+ </div>
198
+
199
+ <div class="see-more">
200
+ <div class="caret"></div>
201
+ <div>See more</div>
202
+ </div>
203
+
204
+ <div class="bottom-title">Top reviews from India</div>
205
+
206
+ <!-- Floating Add to Cart -->
207
+ <div class="add-to-cart">Add to Cart</div>
208
+
209
+ <!-- Bottom Navigation -->
210
+ <div class="bottom-nav">
211
+ <div class="nav-item active">
212
+ <svg class="nav-icon" viewBox="0 0 24 24">
213
+ <path d="M3 10l9-7 9 7v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" stroke="#333" stroke-width="2" fill="none"/>
214
+ <path d="M9 21v-6h6v6" stroke="#333" stroke-width="2" fill="none"/>
215
+ </svg>
216
+ <div>Home</div>
217
+ <div class="dot-under"></div>
218
+ </div>
219
+ <div class="nav-item">
220
+ <svg class="nav-icon" viewBox="0 0 24 24">
221
+ <circle cx="12" cy="8" r="4" stroke="#333" stroke-width="2" fill="none"/>
222
+ <path d="M4 21c0-4 4-7 8-7s8 3 8 7" stroke="#333" stroke-width="2" fill="none"/>
223
+ </svg>
224
+ <div>You</div>
225
+ </div>
226
+ <div class="nav-item">
227
+ <svg class="nav-icon" viewBox="0 0 24 24">
228
+ <rect x="3" y="4" width="7" height="7" stroke="#333" stroke-width="2" fill="none"/>
229
+ <rect x="14" y="4" width="7" height="7" stroke="#333" stroke-width="2" fill="none"/>
230
+ <rect x="3" y="15" width="7" height="7" stroke="#333" stroke-width="2" fill="none"/>
231
+ <rect x="14" y="15" width="7" height="7" stroke="#333" stroke-width="2" fill="none"/>
232
+ </svg>
233
+ <div>More</div>
234
+ </div>
235
+ <div class="nav-item">
236
+ <svg class="nav-icon" viewBox="0 0 24 24">
237
+ <path d="M6 6h15l-2 10H7L6 6z" stroke="#333" stroke-width="2" fill="none"/>
238
+ <circle cx="9" cy="20" r="2" fill="#333"/>
239
+ <circle cx="17" cy="20" r="2" fill="#333"/>
240
+ </svg>
241
+ <div>Cart</div>
242
+ </div>
243
+ <div class="nav-item">
244
+ <svg class="nav-icon" viewBox="0 0 24 24">
245
+ <path d="M4 6h16M4 12h16M4 18h16" stroke="#333" stroke-width="2" stroke-linecap="round"/>
246
+ </svg>
247
+ <div>Menu</div>
248
+ </div>
249
+ </div>
250
+
251
+ </div>
252
+ </body>
253
+ </html>
code/10360/10360_0.html ADDED
@@ -0,0 +1,297 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Currency Plus 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: linear-gradient(#6f7478, #8b8f93);
11
+ }
12
+
13
+ /* Top status bar */
14
+ .status-bar {
15
+ position:absolute; top:0; left:0; width:100%; height:90px;
16
+ background:#5d5f63; color:#fff; padding:0 24px; display:flex; align-items:center; justify-content:space-between;
17
+ font-size:28px;
18
+ }
19
+ .status-left, .status-right { display:flex; align-items:center; gap:18px; }
20
+ .dot { width:10px; height:10px; background:#fff; border-radius:50%; opacity:0.8; }
21
+ .battery {
22
+ width:40px; height:22px; border:3px solid #fff; border-radius:4px; position:relative;
23
+ }
24
+ .battery::after { content:""; position:absolute; right:-8px; top:5px; width:6px; height:12px; background:#fff; border-radius:2px; }
25
+ .battery .level { position:absolute; left:3px; top:3px; height:14px; width:26px; background:#fff; }
26
+
27
+ /* App bar with brushed metal feel */
28
+ .app-bar {
29
+ position:absolute; top:90px; left:0; width:100%; height:150px;
30
+ background:
31
+ repeating-linear-gradient(90deg, rgba(255,255,255,0.35) 0, rgba(255,255,255,0.35) 6px, rgba(0,0,0,0.04) 6px, rgba(0,0,0,0.04) 12px),
32
+ linear-gradient(#d9d9d9, #bfbfbf);
33
+ box-shadow: 0 2px 0 rgba(0,0,0,0.35);
34
+ display:flex; align-items:center; justify-content:space-between; padding:0 28px;
35
+ }
36
+ .title { font-weight:700; letter-spacing:2px; color:#1d1f22; font-size:46px; }
37
+ .title span { font-weight:800; }
38
+ .icon-btn { width:72px; height:72px; display:flex; align-items:center; justify-content:center; }
39
+
40
+ /* Updated label */
41
+ .updated {
42
+ position:absolute; top:240px; left:0; width:100%; height:70px;
43
+ background:#cfcfcf; color:#333; font-size:32px; display:flex; align-items:center; justify-content:center;
44
+ box-shadow: inset 0 -2px 0 rgba(0,0,0,0.2);
45
+ }
46
+
47
+ /* Currency list */
48
+ .rates {
49
+ position:absolute; top:310px; left:0; width:100%;
50
+ }
51
+ .rate-row {
52
+ height:160px; display:flex; align-items:center; padding:0 28px; gap:24px;
53
+ border-bottom: 2px solid rgba(0,0,0,0.2);
54
+ }
55
+ .rate-row.base { background:#3d474c; color:#fff; }
56
+ .rate-row.alt {
57
+ background: linear-gradient(#b9c9d3, #a9bcc8);
58
+ color:#222;
59
+ }
60
+ .flag {
61
+ width:150px; height:100px; background:#E0E0E0; border:1px solid #BDBDBD;
62
+ display:flex; justify-content:center; align-items:center; color:#757575; font-size:28px; border-radius:8px;
63
+ }
64
+ .code { font-size:54px; font-weight:700; min-width:140px; }
65
+ .dropdown { width:40px; height:40px; display:flex; align-items:center; justify-content:center; }
66
+ .value-box {
67
+ flex:1; height:100px; border-radius:16px; display:flex; align-items:center; justify-content:flex-end;
68
+ padding:0 26px; font-size:46px; font-weight:600; box-shadow: 0 3px 0 rgba(0,0,0,0.25);
69
+ border:1px solid rgba(0,0,0,0.2);
70
+ }
71
+ .base .value-box { background:#a7d3e2; color:#0e2b35; border-color:#85b6c3; box-shadow: 0 4px 0 rgba(0,0,0,0.35); }
72
+ .alt .value-box { background:#e5e5e5; color:#2b2b2b; }
73
+ .chart { width:70px; height:70px; display:flex; align-items:center; justify-content:center; color:#6d6f71; }
74
+
75
+ /* Keypad panel */
76
+ .keypad {
77
+ position:absolute; left:0; width:100%; height:900px; bottom:290px;
78
+ background:
79
+ repeating-linear-gradient(90deg, rgba(255,255,255,0.35) 0, rgba(255,255,255,0.35) 6px, rgba(0,0,0,0.04) 6px, rgba(0,0,0,0.04) 12px),
80
+ linear-gradient(#d7d7d7, #bababa);
81
+ padding:28px;
82
+ box-shadow: 0 -3px 0 rgba(0,0,0,0.35);
83
+ }
84
+ .keys {
85
+ width:100%; height:100%;
86
+ display:grid;
87
+ grid-template-columns: repeat(4, 1fr);
88
+ grid-auto-rows: 180px;
89
+ gap:24px;
90
+ }
91
+ .key {
92
+ border-radius:26px;
93
+ background: linear-gradient(#d0d0cc, #a9a9a5);
94
+ box-shadow: inset 0 8px 0 rgba(255,255,255,0.6), inset 0 -10px 0 rgba(0,0,0,0.25);
95
+ display:flex; align-items:center; justify-content:center;
96
+ color:#151515; font-size:78px; font-weight:700;
97
+ }
98
+ .key.soft { font-size:66px; }
99
+ .key.special-red { background: linear-gradient(#e59e9e, #cd6e6e); color:#222; }
100
+ .key.special-blue { background: linear-gradient(#b8c8da, #8aa1b8); }
101
+ .key.special-orange { background: linear-gradient(#f3b16b, #e38a3e); }
102
+ .key svg { width:84px; height:84px; }
103
+
104
+ /* Bottom safe area */
105
+ .bottom-black {
106
+ position:absolute; left:0; bottom:0; width:100%; height:290px; background:#0b0b0b;
107
+ }
108
+ .home-indicator {
109
+ position:absolute; bottom:26px; left:50%; width:360px; height:14px; border-radius:7px; background:#d7d7d7; transform:translateX(-50%);
110
+ opacity:0.85;
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-left">
120
+ <span>11:02</span>
121
+ <div class="dot"></div><div class="dot"></div><div class="dot"></div>
122
+ </div>
123
+ <div class="status-right">
124
+ <div class="dot"></div>
125
+ <div class="battery"><div class="level"></div></div>
126
+ </div>
127
+ </div>
128
+
129
+ <!-- App bar -->
130
+ <div class="app-bar">
131
+ <div class="icon-btn">
132
+ <svg viewBox="0 0 24 24">
133
+ <rect x="3" y="5" width="18" height="2" fill="#222"></rect>
134
+ <rect x="3" y="11" width="18" height="2" fill="#222"></rect>
135
+ <rect x="3" y="17" width="18" height="2" fill="#222"></rect>
136
+ </svg>
137
+ </div>
138
+ <div class="title">CURRENCY <span>PLUS</span></div>
139
+ <div class="icon-btn">
140
+ <svg viewBox="0 0 24 24">
141
+ <circle cx="10" cy="10" r="7" stroke="#222" stroke-width="2" fill="none"></circle>
142
+ <line x1="15" y1="15" x2="21" y2="21" stroke="#222" stroke-width="2"></line>
143
+ </svg>
144
+ </div>
145
+ </div>
146
+
147
+ <div class="updated">Updated: 10:42, AM Nov 17, 2023</div>
148
+
149
+ <!-- Currency list -->
150
+ <div class="rates">
151
+
152
+ <!-- Base GBP -->
153
+ <div class="rate-row base">
154
+ <div class="flag">[IMG: UK Flag]</div>
155
+ <div class="code">GBP</div>
156
+ <div class="dropdown">
157
+ <svg viewBox="0 0 24 24">
158
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#ddd" stroke-width="2"></path>
159
+ </svg>
160
+ </div>
161
+ <div class="value-box">500</div>
162
+ <div class="chart">
163
+ <svg viewBox="0 0 24 24">
164
+ <path d="M3 18h18M5 15l4-4 4 3 6-6" stroke="#cfd3d6" stroke-width="2" fill="none"></path>
165
+ </svg>
166
+ </div>
167
+ </div>
168
+
169
+ <div class="rate-row alt">
170
+ <div class="flag">[IMG: Japan Flag]</div>
171
+ <div class="code">JPY</div>
172
+ <div class="dropdown">
173
+ <svg viewBox="0 0 24 24"><path d="M6 9l6 6 6-6" fill="none" stroke="#555" stroke-width="2"></path></svg>
174
+ </div>
175
+ <div class="value-box">93,422.39</div>
176
+ <div class="chart">
177
+ <svg viewBox="0 0 24 24"><path d="M3 18h18M5 15l4-4 4 3 6-6" stroke="#6a6e70" stroke-width="2" fill="none"></path></svg>
178
+ </div>
179
+ </div>
180
+
181
+ <div class="rate-row alt">
182
+ <div class="flag">[IMG: Australia Flag]</div>
183
+ <div class="code">AUD</div>
184
+ <div class="dropdown">
185
+ <svg viewBox="0 0 24 24"><path d="M6 9l6 6 6-6" fill="none" stroke="#555" stroke-width="2"></path></svg>
186
+ </div>
187
+ <div class="value-box">959.21</div>
188
+ <div class="chart">
189
+ <svg viewBox="0 0 24 24"><path d="M3 18h18M5 15l4-4 4 3 6-6" stroke="#6a6e70" stroke-width="2" fill="none"></path></svg>
190
+ </div>
191
+ </div>
192
+
193
+ <div class="rate-row alt">
194
+ <div class="flag">[IMG: EU Flag]</div>
195
+ <div class="code">EUR</div>
196
+ <div class="dropdown">
197
+ <svg viewBox="0 0 24 24"><path d="M6 9l6 6 6-6" fill="none" stroke="#555" stroke-width="2"></path></svg>
198
+ </div>
199
+ <div class="value-box">571.59</div>
200
+ <div class="chart">
201
+ <svg viewBox="0 0 24 24"><path d="M3 18h18M5 15l4-4 4 3 6-6" stroke="#6a6e70" stroke-width="2" fill="none"></path></svg>
202
+ </div>
203
+ </div>
204
+
205
+ <div class="rate-row alt">
206
+ <div class="flag">[IMG: China Flag]</div>
207
+ <div class="code">CNY</div>
208
+ <div class="dropdown">
209
+ <svg viewBox="0 0 24 24"><path d="M6 9l6 6 6-6" fill="none" stroke="#555" stroke-width="2"></path></svg>
210
+ </div>
211
+ <div class="value-box">4,494.091</div>
212
+ <div class="chart">
213
+ <svg viewBox="0 0 24 24"><path d="M3 18h18M5 15l4-4 4 3 6-6" stroke="#6a6e70" stroke-width="2" fill="none"></path></svg>
214
+ </div>
215
+ </div>
216
+
217
+ <div class="rate-row alt">
218
+ <div class="flag">[IMG: Pakistan Flag]</div>
219
+ <div class="code">PKR</div>
220
+ <div class="dropdown">
221
+ <svg viewBox="0 0 24 24"><path d="M6 9l6 6 6-6" fill="none" stroke="#555" stroke-width="2"></path></svg>
222
+ </div>
223
+ <div class="value-box">178,145.78</div>
224
+ <div class="chart">
225
+ <svg viewBox="0 0 24 24"><path d="M3 18h18M5 15l4-4 4 3 6-6" stroke="#6a6e70" stroke-width="2" fill="none"></path></svg>
226
+ </div>
227
+ </div>
228
+
229
+ <div class="rate-row alt">
230
+ <div class="flag">[IMG: Bangladesh Flag]</div>
231
+ <div class="code">BDT</div>
232
+ <div class="dropdown">
233
+ <svg viewBox="0 0 24 24"><path d="M6 9l6 6 6-6" fill="none" stroke="#555" stroke-width="2"></path></svg>
234
+ </div>
235
+ <div class="value-box">68,696.4</div>
236
+ <div class="chart">
237
+ <svg viewBox="0 0 24 24"><path d="M3 18h18M5 15l4-4 4 3 6-6" stroke="#6a6e70" stroke-width="2" fill="none"></path></svg>
238
+ </div>
239
+ </div>
240
+ </div>
241
+
242
+ <!-- Keypad -->
243
+ <div class="keypad">
244
+ <div class="keys">
245
+ <!-- Row 1 -->
246
+ <div class="key special-red">C</div>
247
+ <div class="key">7</div>
248
+ <div class="key">8</div>
249
+ <div class="key">9</div>
250
+
251
+ <!-- Row 2 -->
252
+ <div class="key special-blue">
253
+ <svg viewBox="0 0 24 24">
254
+ <path d="M12 5a7 7 0 1 1-6.6 9" fill="none" stroke="#1d2b38" stroke-width="2"></path>
255
+ <path d="M6 6v5h5" fill="none" stroke="#1d2b38" stroke-width="2"></path>
256
+ </svg>
257
+ </div>
258
+ <div class="key">4</div>
259
+ <div class="key">5</div>
260
+ <div class="key">6</div>
261
+
262
+ <!-- Row 3 -->
263
+ <div class="key special-orange">
264
+ <svg viewBox="0 0 24 24">
265
+ <rect x="3" y="4" width="18" height="16" rx="2" ry="2" stroke="#1d2b38" stroke-width="2" fill="none"></rect>
266
+ <line x1="3" y1="8" x2="21" y2="8" stroke="#1d2b38" stroke-width="2"></line>
267
+ <rect x="6" y="11" width="3" height="3" fill="#1d2b38"></rect>
268
+ <rect x="11" y="11" width="3" height="3" fill="#1d2b38"></rect>
269
+ <rect x="16" y="11" width="3" height="3" fill="#1d2b38"></rect>
270
+ </svg>
271
+ </div>
272
+ <div class="key">1</div>
273
+ <div class="key">2</div>
274
+ <div class="key">3</div>
275
+
276
+ <!-- Row 4 -->
277
+ <div class="key">0</div>
278
+ <div class="key soft">.</div>
279
+ <div class="key">
280
+ <svg viewBox="0 0 24 24">
281
+ <path d="M5 7l-4 5 4 5h12l3-5-3-5H5z" fill="#1d2b38"></path>
282
+ <path d="M12 9l3 3-3 3" fill="none" stroke="#fff" stroke-width="2"></path>
283
+ <path d="M10 12l-2 0" stroke="#fff" stroke-width="2"></path>
284
+ </svg>
285
+ </div>
286
+ <div class="key" style="visibility:hidden;"></div>
287
+ </div>
288
+ </div>
289
+
290
+ <!-- Bottom safe area -->
291
+ <div class="bottom-black">
292
+ <div class="home-indicator"></div>
293
+ </div>
294
+
295
+ </div>
296
+ </body>
297
+ </html>
code/10360/10360_1.html ADDED
@@ -0,0 +1,330 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>History Screen Mock</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: Roboto, Arial, sans-serif;
13
+ }
14
+ #render-target {
15
+ width: 1080px;
16
+ height: 2400px;
17
+ position: relative;
18
+ overflow: hidden;
19
+ background:
20
+ repeating-linear-gradient(0deg, #e8e8e8 0px, #e8e8e8 2px, #dedede 2px, #dedede 4px);
21
+ }
22
+
23
+ /* Status bar */
24
+ .status-bar {
25
+ height: 112px;
26
+ background: #777;
27
+ color: #fff;
28
+ display: flex;
29
+ align-items: center;
30
+ padding: 0 36px;
31
+ font-size: 34px;
32
+ letter-spacing: 1px;
33
+ }
34
+ .status-right {
35
+ margin-left: auto;
36
+ display: flex;
37
+ align-items: center;
38
+ gap: 24px;
39
+ opacity: 0.95;
40
+ }
41
+ .dot {
42
+ width: 10px;
43
+ height: 10px;
44
+ background: #fff;
45
+ border-radius: 50%;
46
+ }
47
+
48
+ /* App bar */
49
+ .app-bar {
50
+ height: 156px;
51
+ display: flex;
52
+ align-items: center;
53
+ padding: 0 28px;
54
+ color: #222;
55
+ }
56
+ .app-title {
57
+ font-size: 64px;
58
+ font-weight: 500;
59
+ margin-left: 12px;
60
+ }
61
+ .app-actions {
62
+ margin-left: auto;
63
+ display: flex;
64
+ align-items: center;
65
+ gap: 30px;
66
+ }
67
+ .icon-btn {
68
+ width: 72px;
69
+ height: 72px;
70
+ display: grid;
71
+ place-items: center;
72
+ color: #222;
73
+ }
74
+ .icon {
75
+ width: 48px;
76
+ height: 48px;
77
+ fill: none;
78
+ stroke: currentColor;
79
+ stroke-width: 6;
80
+ stroke-linecap: round;
81
+ stroke-linejoin: round;
82
+ }
83
+
84
+ /* Currency switch card */
85
+ .switch-card {
86
+ margin: 10px 28px 24px;
87
+ background: #d6d6d6;
88
+ border-radius: 26px;
89
+ border: 1px solid #bdbdbd;
90
+ box-shadow: 0 2px 0 rgba(0,0,0,0.1), inset 0 2px 6px rgba(255,255,255,0.6);
91
+ height: 170px;
92
+ display: flex;
93
+ align-items: center;
94
+ padding: 0 30px;
95
+ gap: 26px;
96
+ }
97
+ .flag {
98
+ width: 150px;
99
+ height: 96px;
100
+ background: #E0E0E0;
101
+ border: 1px solid #BDBDBD;
102
+ border-radius: 18px;
103
+ display: flex;
104
+ justify-content: center;
105
+ align-items: center;
106
+ color: #757575;
107
+ font-size: 28px;
108
+ }
109
+ .ccy {
110
+ display: flex;
111
+ align-items: center;
112
+ gap: 12px;
113
+ color: #2b2b2b;
114
+ font-size: 50px;
115
+ }
116
+ .ccy .dd {
117
+ width: 28px; height: 28px; color: #4a4a4a;
118
+ }
119
+ .swap {
120
+ margin: 0 16px;
121
+ width: 80px;
122
+ height: 80px;
123
+ display: grid;
124
+ place-items: center;
125
+ color: #3a3a3a;
126
+ }
127
+
128
+ /* Date range bar */
129
+ .range-bar {
130
+ height: 110px;
131
+ background: #cfcfcf;
132
+ display: flex;
133
+ align-items: center;
134
+ padding: 0 32px;
135
+ border-top: 1px solid #bdbdbd;
136
+ border-bottom: 1px solid #bdbdbd;
137
+ color: #2a2a2a;
138
+ }
139
+ .range-primary {
140
+ font-size: 50px;
141
+ font-weight: 600;
142
+ margin-right: 16px;
143
+ }
144
+ .range-dates {
145
+ font-size: 38px;
146
+ color: #5c5c5c;
147
+ }
148
+ .range-right {
149
+ margin-left: auto;
150
+ }
151
+
152
+ /* Chart card */
153
+ .chart-card {
154
+ margin: 24px 28px;
155
+ height: 1240px;
156
+ background: #9fd2e6;
157
+ border-radius: 26px;
158
+ border: 1px solid #9bb8c6;
159
+ box-shadow: inset 0 0 0 2px rgba(255,255,255,0.15), 0 2px 0 rgba(0,0,0,0.08);
160
+ position: relative;
161
+ }
162
+ .spinner {
163
+ position: absolute;
164
+ left: 50%;
165
+ top: 50%;
166
+ transform: translate(-50%,-50%);
167
+ width: 120px;
168
+ height: 120px;
169
+ }
170
+ .spinner circle {
171
+ fill: none;
172
+ stroke: #111;
173
+ stroke-width: 18;
174
+ stroke-linecap: round;
175
+ stroke-dasharray: 240;
176
+ stroke-dashoffset: 120;
177
+ }
178
+
179
+ /* Ad banner */
180
+ .ad-banner {
181
+ position: absolute;
182
+ left: 0;
183
+ right: 0;
184
+ bottom: 140px;
185
+ background: #f4f4f4;
186
+ border-top: 1px solid #d0d0d0;
187
+ height: 170px;
188
+ display: flex;
189
+ align-items: center;
190
+ padding: 0 28px;
191
+ box-shadow: 0 -2px 0 rgba(0,0,0,0.06);
192
+ gap: 20px;
193
+ }
194
+ .ad-icon {
195
+ width: 96px;
196
+ height: 96px;
197
+ background: #E0E0E0;
198
+ border: 1px solid #BDBDBD;
199
+ border-radius: 16px;
200
+ display: flex;
201
+ justify-content: center;
202
+ align-items: center;
203
+ color: #757575;
204
+ font-size: 26px;
205
+ }
206
+ .ad-text {
207
+ font-size: 38px;
208
+ color: #2a2a2a;
209
+ }
210
+ .ad-btn {
211
+ margin-left: auto;
212
+ background: #76a9bf;
213
+ color: #fff;
214
+ padding: 22px 34px;
215
+ border-radius: 18px;
216
+ font-size: 38px;
217
+ border: none;
218
+ }
219
+
220
+ /* Bottom gesture area */
221
+ .gesture-bar {
222
+ position: absolute;
223
+ left: 0; right: 0; bottom: 0;
224
+ height: 140px;
225
+ background: #7a7a7a;
226
+ display: flex;
227
+ justify-content: center;
228
+ align-items: center;
229
+ }
230
+ .gesture-pill {
231
+ width: 200px;
232
+ height: 12px;
233
+ background: #fff;
234
+ border-radius: 8px;
235
+ opacity: 0.9;
236
+ }
237
+ </style>
238
+ </head>
239
+ <body>
240
+ <div id="render-target">
241
+ <!-- Status bar -->
242
+ <div class="status-bar">
243
+ <div>11:08</div>
244
+ <div class="status-right">
245
+ <div class="dot" style="width:14px;height:14px;"></div>
246
+ <div class="dot"></div>
247
+ <div class="dot"></div>
248
+ <svg class="icon" viewBox="0 0 24 24" style="stroke:#fff;width:38px;height:38px;">
249
+ <path d="M3 12h18M12 3v18"></path>
250
+ </svg>
251
+ <svg class="icon" viewBox="0 0 24 24" style="stroke:#fff;width:38px;height:38px;">
252
+ <path d="M6 12a6 6 0 1112 0 6 6 0 01-12 0z"></path>
253
+ </svg>
254
+ </div>
255
+ </div>
256
+
257
+ <!-- App bar -->
258
+ <div class="app-bar">
259
+ <div class="icon-btn">
260
+ <svg class="icon" viewBox="0 0 24 24">
261
+ <path d="M15 18l-6-6 6-6"></path>
262
+ </svg>
263
+ </div>
264
+ <div class="app-title">History</div>
265
+ <div class="app-actions">
266
+ <div class="icon-btn">
267
+ <svg class="icon" viewBox="0 0 24 24">
268
+ <path d="M20 12a8 8 0 10-2.3 5.7"></path>
269
+ <path d="M20 4v6h-6"></path>
270
+ </svg>
271
+ </div>
272
+ </div>
273
+ </div>
274
+
275
+ <!-- Currency switch card -->
276
+ <div class="switch-card">
277
+ <div class="flag">[IMG: Flag]</div>
278
+ <div class="ccy">
279
+ <span>CNY</span>
280
+ <svg class="dd" viewBox="0 0 24 24">
281
+ <path d="M6 9l6 6 6-6" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"></path>
282
+ </svg>
283
+ </div>
284
+ <div class="swap">
285
+ <svg class="icon" viewBox="0 0 24 24">
286
+ <path d="M7 8h10M13 4l4 4-4 4"></path>
287
+ <path d="M17 16H7M11 20l-4-4 4-4"></path>
288
+ </svg>
289
+ </div>
290
+ <div class="flag">[IMG: Flag]</div>
291
+ <div class="ccy" style="margin-left: 4px;">
292
+ <span>AUD</span>
293
+ <svg class="dd" viewBox="0 0 24 24">
294
+ <path d="M6 9l6 6 6-6" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"></path>
295
+ </svg>
296
+ </div>
297
+ </div>
298
+
299
+ <!-- Date range bar -->
300
+ <div class="range-bar">
301
+ <div class="range-primary">3 months</div>
302
+ <div class="range-dates">Aug 19, 2023 - Nov 17, 2023</div>
303
+ <div class="range-right">
304
+ <svg class="icon" viewBox="0 0 24 24" style="width:42px;height:42px;color:#4a4a4a;">
305
+ <path d="M6 9l6 6 6-6" stroke="currentColor" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
306
+ </svg>
307
+ </div>
308
+ </div>
309
+
310
+ <!-- Chart card with loading spinner -->
311
+ <div class="chart-card">
312
+ <svg class="spinner" viewBox="0 0 100 100">
313
+ <circle cx="50" cy="50" r="36"></circle>
314
+ </svg>
315
+ </div>
316
+
317
+ <!-- Ad banner -->
318
+ <div class="ad-banner">
319
+ <div class="ad-icon">[IMG]</div>
320
+ <div class="ad-text">Remove ads and support future development</div>
321
+ <button class="ad-btn">Remove ads</button>
322
+ </div>
323
+
324
+ <!-- Bottom gesture bar -->
325
+ <div class="gesture-bar">
326
+ <div class="gesture-pill"></div>
327
+ </div>
328
+ </div>
329
+ </body>
330
+ </html>
code/10360/10360_2.html ADDED
@@ -0,0 +1,343 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 Search UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ height: 110px;
20
+ padding: 0 36px;
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ color: #333;
25
+ font-size: 36px;
26
+ }
27
+ .status-right {
28
+ display: flex;
29
+ align-items: center;
30
+ gap: 28px;
31
+ }
32
+ .icon {
33
+ width: 48px;
34
+ height: 48px;
35
+ }
36
+
37
+ /* App search header */
38
+ .search-bar {
39
+ height: 150px;
40
+ display: flex;
41
+ align-items: center;
42
+ padding: 0 26px;
43
+ border-bottom: 1px solid #EEEEEE;
44
+ }
45
+ .back-btn {
46
+ width: 72px;
47
+ height: 72px;
48
+ display: flex;
49
+ align-items: center;
50
+ justify-content: center;
51
+ margin-right: 14px;
52
+ }
53
+ .search-input {
54
+ flex: 1;
55
+ height: 86px;
56
+ display: flex;
57
+ align-items: center;
58
+ border-bottom: 2px solid #DFDFDF;
59
+ color: #7A7A7A;
60
+ font-size: 44px;
61
+ letter-spacing: 0.2px;
62
+ }
63
+ .cursor {
64
+ width: 4px;
65
+ height: 58px;
66
+ background: #3D7DFF;
67
+ margin: 0 16px 0 8px;
68
+ border-radius: 2px;
69
+ }
70
+ .search-placeholder { color: #6E6E6E; }
71
+
72
+ /* Filter chips */
73
+ .chips-wrap {
74
+ background: #F6F6F6;
75
+ padding: 22px 26px;
76
+ border-bottom: 1px solid #EEEEEE;
77
+ }
78
+ .chips {
79
+ display: flex;
80
+ gap: 16px;
81
+ }
82
+ .chip {
83
+ padding: 20px 32px;
84
+ border: 1px solid #DDDDDD;
85
+ border-radius: 28px;
86
+ background: #FFFFFF;
87
+ font-size: 34px;
88
+ color: #5A5A5A;
89
+ }
90
+ .chip.active {
91
+ background: #EFEFEF;
92
+ color: #333333;
93
+ border-color: #D0D0D0;
94
+ }
95
+
96
+ /* List of currencies */
97
+ .list {
98
+ position: relative;
99
+ height: 1180px;
100
+ overflow: hidden;
101
+ }
102
+ .item {
103
+ display: flex;
104
+ align-items: center;
105
+ gap: 28px;
106
+ padding: 24px 26px;
107
+ height: 180px;
108
+ border-bottom: 1px solid #EEEEEE;
109
+ background: #FFFFFF;
110
+ }
111
+ .item.selected { background: #EAF2FF; }
112
+ .flag {
113
+ width: 120px;
114
+ height: 80px;
115
+ background: #E0E0E0;
116
+ border: 1px solid #BDBDBD;
117
+ border-radius: 8px;
118
+ display: flex;
119
+ align-items: center;
120
+ justify-content: center;
121
+ color: #757575;
122
+ font-size: 24px;
123
+ }
124
+ .text .code {
125
+ font-size: 52px;
126
+ font-weight: 700;
127
+ color: #222222;
128
+ line-height: 1.2;
129
+ }
130
+ .text .name {
131
+ font-size: 36px;
132
+ color: #6A6A6A;
133
+ margin-top: 6px;
134
+ }
135
+
136
+ /* Scroll indicator */
137
+ .scrollbar {
138
+ position: absolute;
139
+ right: 12px;
140
+ top: 540px;
141
+ width: 12px;
142
+ height: 260px;
143
+ background: #CFCFCF;
144
+ border-radius: 8px;
145
+ }
146
+
147
+ /* Keyboard mock */
148
+ .keyboard {
149
+ position: absolute;
150
+ left: 0;
151
+ bottom: 0;
152
+ width: 1080px;
153
+ height: 920px;
154
+ background: #101010;
155
+ box-shadow: 0 -4px 12px rgba(0,0,0,0.25);
156
+ }
157
+ .suggest-bar {
158
+ height: 140px;
159
+ background: #0A0A0A;
160
+ }
161
+ .keys {
162
+ height: 780px;
163
+ background: #181818;
164
+ padding: 28px 36px 90px;
165
+ display: flex;
166
+ flex-direction: column;
167
+ justify-content: space-between;
168
+ }
169
+ .key-row {
170
+ display: flex;
171
+ justify-content: center;
172
+ gap: 22px;
173
+ }
174
+ .key {
175
+ width: 92px;
176
+ height: 112px;
177
+ background: #2A2A2A;
178
+ border-radius: 18px;
179
+ color: #E6E6E6;
180
+ display: flex;
181
+ align-items: center;
182
+ justify-content: center;
183
+ font-size: 44px;
184
+ }
185
+ .key.wide { width: 160px; }
186
+ .space { width: 520px; }
187
+ .round {
188
+ width: 126px;
189
+ height: 126px;
190
+ border-radius: 50%;
191
+ background: #2A2A2A;
192
+ }
193
+ .round.blue { background: #CDE0FF; color: #1B3FAE; }
194
+ .gesture {
195
+ position: absolute;
196
+ bottom: 16px;
197
+ left: 50%;
198
+ transform: translateX(-50%);
199
+ width: 240px;
200
+ height: 10px;
201
+ border-radius: 6px;
202
+ background: #EDEDED;
203
+ opacity: 0.92;
204
+ }
205
+ </style>
206
+ </head>
207
+ <body>
208
+ <div id="render-target">
209
+
210
+ <!-- Status Bar -->
211
+ <div class="status-bar">
212
+ <div>11:09</div>
213
+ <div class="status-right">
214
+ <!-- simple cellular icon -->
215
+ <svg class="icon" viewBox="0 0 24 24">
216
+ <rect x="2" y="15" width="4" height="7" fill="#4A4A4A"></rect>
217
+ <rect x="8" y="12" width="4" height="10" fill="#4A4A4A"></rect>
218
+ <rect x="14" y="9" width="4" height="13" fill="#4A4A4A"></rect>
219
+ </svg>
220
+ <!-- wifi icon -->
221
+ <svg class="icon" viewBox="0 0 24 24">
222
+ <path d="M2 8c5-4 15-4 20 0" stroke="#4A4A4A" stroke-width="2" fill="none"/>
223
+ <path d="M5 12c4-3 10-3 14 0" stroke="#4A4A4A" stroke-width="2" fill="none"/>
224
+ <circle cx="12" cy="16" r="2" fill="#4A4A4A"/>
225
+ </svg>
226
+ <!-- battery icon -->
227
+ <svg class="icon" viewBox="0 0 28 24">
228
+ <rect x="2" y="5" width="20" height="14" rx="2" ry="2" stroke="#4A4A4A" stroke-width="2" fill="none"></rect>
229
+ <rect x="4" y="7" width="16" height="10" fill="#4A4A4A"></rect>
230
+ <rect x="22" y="9" width="4" height="6" fill="#4A4A4A"></rect>
231
+ </svg>
232
+ </div>
233
+ </div>
234
+
235
+ <!-- Search Header -->
236
+ <div class="search-bar">
237
+ <div class="back-btn">
238
+ <svg class="icon" viewBox="0 0 24 24">
239
+ <path d="M15 6l-6 6 6 6" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
240
+ </svg>
241
+ </div>
242
+ <div class="search-input">
243
+ <span class="cursor"></span>
244
+ <span class="search-placeholder">Search</span>
245
+ </div>
246
+ </div>
247
+
248
+ <!-- Chips -->
249
+ <div class="chips-wrap">
250
+ <div class="chips">
251
+ <div class="chip active">Currencies</div>
252
+ <div class="chip">Crypto</div>
253
+ <div class="chip">Metals</div>
254
+ </div>
255
+ </div>
256
+
257
+ <!-- List -->
258
+ <div class="list">
259
+ <div class="item selected">
260
+ <div class="flag">[IMG: China Flag]</div>
261
+ <div class="text">
262
+ <div class="code">CNY</div>
263
+ <div class="name">Chinese Yuan</div>
264
+ </div>
265
+ </div>
266
+
267
+ <div class="item">
268
+ <div class="flag">[IMG: Afghanistan Flag]</div>
269
+ <div class="text">
270
+ <div class="code">AFN</div>
271
+ <div class="name">Afghan Afghani</div>
272
+ </div>
273
+ </div>
274
+
275
+ <div class="item">
276
+ <div class="flag">[IMG: Albania Flag]</div>
277
+ <div class="text">
278
+ <div class="code">ALL</div>
279
+ <div class="name">Albanian Lek</div>
280
+ </div>
281
+ </div>
282
+
283
+ <div class="item">
284
+ <div class="flag">[IMG: Armenia Flag]</div>
285
+ <div class="text">
286
+ <div class="code">AMD</div>
287
+ <div class="name">Armenian Dram</div>
288
+ </div>
289
+ </div>
290
+
291
+ <div class="item">
292
+ <div class="flag">[IMG: Netherlands Antilles Flag]</div>
293
+ <div class="text">
294
+ <div class="code">ANG</div>
295
+ <div class="name">Netherlands Antillean Guilder</div>
296
+ </div>
297
+ </div>
298
+ </div>
299
+
300
+ <!-- Scroll indicator -->
301
+ <div class="scrollbar"></div>
302
+
303
+ <!-- Keyboard Mock -->
304
+ <div class="keyboard">
305
+ <div class="suggest-bar"></div>
306
+ <div class="keys">
307
+ <div class="key-row">
308
+ <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>
309
+ <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>
310
+ </div>
311
+ <div class="key-row">
312
+ <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>
313
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
314
+ </div>
315
+ <div class="key-row">
316
+ <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>
317
+ <div class="key">n</div><div class="key">m</div>
318
+ <div class="key wide">
319
+ <svg class="icon" viewBox="0 0 24 24">
320
+ <path d="M4 6l8 8 8-8" stroke="#E6E6E6" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
321
+ </svg>
322
+ </div>
323
+ </div>
324
+ <div class="key-row">
325
+ <div class="round">?123</div>
326
+ <div class="key">,</div>
327
+ <div class="key">🙂</div>
328
+ <div class="key space"></div>
329
+ <div class="key">.</div>
330
+ <div class="key">
331
+ <svg class="icon" viewBox="0 0 24 24">
332
+ <path d="M5 7h14M5 12h10M5 17h14" stroke="#E6E6E6" stroke-width="2" fill="none" stroke-linecap="round"/>
333
+ </svg>
334
+ </div>
335
+ <div class="round blue">🔍</div>
336
+ </div>
337
+ </div>
338
+ <div class="gesture"></div>
339
+ </div>
340
+
341
+ </div>
342
+ </body>
343
+ </html>
code/10360/10360_4.html ADDED
@@ -0,0 +1,424 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 History UI</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: Arial, Helvetica, sans-serif;
13
+ color: #222;
14
+ }
15
+ #render-target {
16
+ width: 1080px;
17
+ height: 2400px;
18
+ position: relative;
19
+ overflow: hidden;
20
+ background:
21
+ linear-gradient(0deg, #cfcfcf 0%, #d5d5d5 100%),
22
+ repeating-linear-gradient(0deg, rgba(255,255,255,0.08) 0px, rgba(255,255,255,0.08) 2px, rgba(0,0,0,0.03) 3px, rgba(0,0,0,0.03) 6px);
23
+ }
24
+
25
+ /* Top status bar */
26
+ .status-bar {
27
+ height: 150px;
28
+ background: #6b6b6b;
29
+ color: #fff;
30
+ display: flex;
31
+ align-items: center;
32
+ padding: 0 32px;
33
+ box-sizing: border-box;
34
+ font-size: 40px;
35
+ }
36
+ .status-bar .right-icons {
37
+ margin-left: auto;
38
+ display: flex;
39
+ gap: 22px;
40
+ align-items: center;
41
+ }
42
+ .status-bar .dot { width: 14px; height: 14px; background:#eaeaea; border-radius:50%; opacity:0.9; }
43
+ .status-bar .rect { width: 28px; height: 28px; background:#eaeaea; border-radius:6px; opacity:0.9; }
44
+
45
+ /* Header */
46
+ .header {
47
+ height: 120px;
48
+ display: flex;
49
+ align-items: center;
50
+ padding: 0 36px;
51
+ box-sizing: border-box;
52
+ }
53
+ .header-title {
54
+ display: flex;
55
+ align-items: center;
56
+ gap: 18px;
57
+ font-size: 58px;
58
+ font-weight: 600;
59
+ color: #1f1f1f;
60
+ }
61
+ .header .action {
62
+ margin-left: auto;
63
+ }
64
+ .icon-btn {
65
+ width: 60px;
66
+ height: 60px;
67
+ }
68
+ .icon {
69
+ width: 60px;
70
+ height: 60px;
71
+ fill: none;
72
+ stroke: #333;
73
+ stroke-width: 6;
74
+ }
75
+
76
+ /* Currency switcher card */
77
+ .card {
78
+ margin: 18px 32px 16px;
79
+ padding: 24px 28px;
80
+ background: #d9d9d9;
81
+ border-radius: 26px;
82
+ box-shadow: 0 3px 0 rgba(0,0,0,0.08), inset 0 1px 0 rgba(255,255,255,0.5);
83
+ display: flex;
84
+ align-items: center;
85
+ gap: 26px;
86
+ }
87
+ .flag {
88
+ width: 132px;
89
+ height: 88px;
90
+ background: #E0E0E0;
91
+ border: 1px solid #BDBDBD;
92
+ border-radius: 14px;
93
+ display: flex;
94
+ justify-content: center;
95
+ align-items: center;
96
+ color: #757575;
97
+ font-size: 26px;
98
+ }
99
+ .currency {
100
+ display: flex;
101
+ align-items: center;
102
+ gap: 14px;
103
+ font-size: 46px;
104
+ color: #333;
105
+ margin-right: 12px;
106
+ }
107
+ .chev {
108
+ width: 36px; height: 36px;
109
+ }
110
+ .swap {
111
+ margin: 0 24px;
112
+ width: 60px;
113
+ height: 60px;
114
+ }
115
+
116
+ /* Amount and today row */
117
+ .amount-row {
118
+ display: flex;
119
+ align-items: flex-end;
120
+ justify-content: space-between;
121
+ padding: 0 36px;
122
+ box-sizing: border-box;
123
+ margin-top: 10px;
124
+ }
125
+ .amount-box {
126
+ width: 640px;
127
+ height: 120px;
128
+ background: #d9d9d9;
129
+ border-radius: 18px;
130
+ box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 2px 0 rgba(0,0,0,0.08);
131
+ display: flex;
132
+ align-items: center;
133
+ padding: 0 24px;
134
+ font-size: 54px;
135
+ color: #333;
136
+ }
137
+ .today {
138
+ text-align: right;
139
+ margin-right: 10px;
140
+ }
141
+ .today .label {
142
+ font-size: 28px;
143
+ color: #8a8a8a;
144
+ }
145
+ .today .value {
146
+ font-size: 64px;
147
+ font-weight: 600;
148
+ color: #1f1f1f;
149
+ margin-top: 8px;
150
+ }
151
+
152
+ /* Range bar */
153
+ .range-bar {
154
+ margin-top: 24px;
155
+ height: 120px;
156
+ background: #cdcdcd;
157
+ border-top: 1px solid rgba(0,0,0,0.08);
158
+ border-bottom: 1px solid rgba(0,0,0,0.08);
159
+ display: flex;
160
+ align-items: center;
161
+ padding: 0 36px;
162
+ box-sizing: border-box;
163
+ gap: 26px;
164
+ }
165
+ .range-title {
166
+ font-size: 44px;
167
+ font-weight: 600;
168
+ color: #222;
169
+ }
170
+ .range-dates {
171
+ font-size: 34px;
172
+ color: #454545;
173
+ }
174
+ .range-chevron {
175
+ margin-left: auto;
176
+ width: 44px; height: 44px;
177
+ }
178
+
179
+ /* Chart card */
180
+ .chart-card {
181
+ margin: 24px 28px;
182
+ height: 1000px;
183
+ border-radius: 28px;
184
+ padding: 16px;
185
+ box-sizing: border-box;
186
+ background: rgba(120, 200, 240, 0.35);
187
+ border: 1px solid rgba(0,0,0,0.1);
188
+ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), 0 2px 0 rgba(0,0,0,0.08);
189
+ position: relative;
190
+ }
191
+ .chart-placeholder {
192
+ position: absolute;
193
+ inset: 12px;
194
+ border-radius: 22px;
195
+ display: flex;
196
+ align-items: center;
197
+ justify-content: center;
198
+ color: rgba(0,0,0,0.35);
199
+ font-size: 32px;
200
+ pointer-events: none;
201
+ }
202
+ .chart-hints {
203
+ position: absolute;
204
+ top: 18px;
205
+ left: 28px;
206
+ right: 28px;
207
+ display: flex;
208
+ justify-content: space-between;
209
+ font-size: 28px;
210
+ color: rgba(0,0,0,0.25);
211
+ }
212
+ .spinner {
213
+ position: absolute;
214
+ top: 50%;
215
+ left: 50%;
216
+ width: 110px;
217
+ height: 110px;
218
+ transform: translate(-50%, -50%);
219
+ border: 12px solid rgba(0,0,0,0.18);
220
+ border-top-color: #000;
221
+ border-radius: 50%;
222
+ animation: spin 1s linear infinite;
223
+ }
224
+ @keyframes spin { to { transform: translate(-50%, -50%) rotate(360deg); } }
225
+
226
+ /* Ad card */
227
+ .ad-card {
228
+ position: absolute;
229
+ left: 0;
230
+ bottom: 160px;
231
+ width: 1080px;
232
+ height: 220px;
233
+ background: #fff;
234
+ border-top: 1px solid rgba(0,0,0,0.12);
235
+ box-shadow: 0 -2px 10px rgba(0,0,0,0.08);
236
+ display: flex;
237
+ align-items: center;
238
+ padding: 0 26px;
239
+ box-sizing: border-box;
240
+ gap: 22px;
241
+ }
242
+ .ad-side {
243
+ width: 40px;
244
+ display: flex;
245
+ flex-direction: column;
246
+ align-items: center;
247
+ gap: 10px;
248
+ color: #58bfd1;
249
+ font-size: 28px;
250
+ }
251
+ .ad-img {
252
+ background: #E0E0E0;
253
+ border: 1px solid #BDBDBD;
254
+ color: #757575;
255
+ display: flex;
256
+ align-items: center;
257
+ justify-content: center;
258
+ }
259
+ .ad-logo-round {
260
+ width: 80px; height: 80px; border-radius: 50%;
261
+ }
262
+ .ad-logo-square {
263
+ width: 110px; height: 110px; border-radius: 22px;
264
+ }
265
+ .ad-text {
266
+ display: flex;
267
+ flex-direction: column;
268
+ justify-content: center;
269
+ gap: 10px;
270
+ }
271
+ .ad-app-name {
272
+ font-size: 46px;
273
+ font-weight: 600;
274
+ }
275
+ .ad-sub {
276
+ font-size: 32px;
277
+ color: #555;
278
+ }
279
+ .ad-sub .star { color: #ffb300; }
280
+ .ad-open {
281
+ margin-left: auto;
282
+ }
283
+ .open-btn {
284
+ width: 220px;
285
+ height: 92px;
286
+ border-radius: 46px;
287
+ background: #2f8c53;
288
+ color: #fff;
289
+ font-size: 40px;
290
+ font-weight: 600;
291
+ border: none;
292
+ }
293
+
294
+ /* Bottom nav bar */
295
+ .nav-bar {
296
+ position: absolute;
297
+ bottom: 0;
298
+ left: 0;
299
+ width: 1080px;
300
+ height: 160px;
301
+ background: #6b6b6b;
302
+ }
303
+ .gesture {
304
+ position: absolute;
305
+ bottom: 36px;
306
+ left: 50%;
307
+ transform: translateX(-50%);
308
+ width: 320px;
309
+ height: 12px;
310
+ background: #e8e8e8;
311
+ border-radius: 8px;
312
+ opacity: 0.9;
313
+ }
314
+ </style>
315
+ </head>
316
+ <body>
317
+ <div id="render-target">
318
+
319
+ <!-- Status bar -->
320
+ <div class="status-bar">
321
+ <div>11:10</div>
322
+ <div class="right-icons">
323
+ <div class="dot"></div>
324
+ <div class="rect"></div>
325
+ <div class="rect"></div>
326
+ <div class="dot"></div>
327
+ <div class="rect"></div>
328
+ </div>
329
+ </div>
330
+
331
+ <!-- Header row -->
332
+ <div class="header">
333
+ <div class="header-title">
334
+ <svg class="icon-btn" viewBox="0 0 24 24">
335
+ <path d="M15 6 L9 12 L15 18" stroke="#333" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
336
+ </svg>
337
+ <span>History</span>
338
+ </div>
339
+ <div class="action">
340
+ <svg class="icon" viewBox="0 0 24 24">
341
+ <path d="M20 12a8 8 0 1 0-2.3 5.7" stroke="#333" stroke-width="2.5" fill="none" stroke-linecap="round"></path>
342
+ <path d="M20 5v6h-6" stroke="#333" stroke-width="2.5" fill="none" stroke-linecap="round"></path>
343
+ </svg>
344
+ </div>
345
+ </div>
346
+
347
+ <!-- Currency selector card -->
348
+ <div class="card">
349
+ <div class="flag">[IMG: UK Flag]</div>
350
+ <div class="currency">
351
+ <span>GBP</span>
352
+ <svg class="chev" viewBox="0 0 24 24">
353
+ <path d="M7 10 L12 15 L17 10" stroke="#555" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
354
+ </svg>
355
+ </div>
356
+
357
+ <svg class="swap" viewBox="0 0 24 24">
358
+ <path d="M7 9h10M15 5l4 4M17 15H7M9 19l-4-4" stroke="#333" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
359
+ </svg>
360
+
361
+ <div class="flag">[IMG: Australia Flag]</div>
362
+ <div class="currency" style="margin-left:auto;">
363
+ <span>AUD</span>
364
+ <svg class="chev" viewBox="0 0 24 24">
365
+ <path d="M7 10 L12 15 L17 10" stroke="#555" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
366
+ </svg>
367
+ </div>
368
+ </div>
369
+
370
+ <!-- Amount and today -->
371
+ <div class="amount-row">
372
+ <div class="amount-box">4,493.91</div>
373
+ <div class="today">
374
+ <div class="label">Today</div>
375
+ <div class="value">959.43</div>
376
+ </div>
377
+ </div>
378
+
379
+ <!-- Range bar -->
380
+ <div class="range-bar">
381
+ <span class="range-title">3 months</span>
382
+ <span class="range-dates">Aug 19, 2023 - Nov 17, 2023</span>
383
+ <svg class="range-chevron" viewBox="0 0 24 24">
384
+ <path d="M9 7 L14 12 L9 17" stroke="#333" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
385
+ </svg>
386
+ </div>
387
+
388
+ <!-- Chart card -->
389
+ <div class="chart-card">
390
+ <div class="chart-hints">
391
+ <span>Min: 0.21</span>
392
+ <span>Max: 0.22</span>
393
+ </div>
394
+ <div class="chart-placeholder">[IMG: Exchange Rate Chart]</div>
395
+ <div class="spinner"></div>
396
+ </div>
397
+
398
+ <!-- Ad card -->
399
+ <div class="ad-card">
400
+ <div class="ad-side">
401
+ <span>i</span>
402
+ <span>x</span>
403
+ </div>
404
+ <div class="ad-img ad-logo-round">[IMG: Facebook Logo]</div>
405
+ <div class="ad-img ad-logo-square">[IMG: Facebook App Icon]</div>
406
+ <div class="ad-text">
407
+ <div class="ad-app-name">Facebook</div>
408
+ <div class="ad-sub">
409
+ 3.9 <span class="star">★</span> FREE
410
+ </div>
411
+ </div>
412
+ <div class="ad-open">
413
+ <button class="open-btn">Open</button>
414
+ </div>
415
+ </div>
416
+
417
+ <!-- Bottom navigation bar -->
418
+ <div class="nav-bar">
419
+ <div class="gesture"></div>
420
+ </div>
421
+
422
+ </div>
423
+ </body>
424
+ </html>
code/10360/10360_5.html ADDED
@@ -0,0 +1,345 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 History Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ color: #111;
15
+ background:
16
+ linear-gradient(#cfcfcf, #d9d9d9) 0 0/100% 100% no-repeat,
17
+ repeating-linear-gradient(90deg, rgba(255,255,255,0.45) 0 2px, rgba(0,0,0,0.04) 2px 4px);
18
+ }
19
+
20
+ /* Status bar */
21
+ .status-bar {
22
+ height: 120px;
23
+ background: #6a6a6a;
24
+ color: #fff;
25
+ padding: 0 36px;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ box-sizing: border-box;
30
+ }
31
+ .status-left { font-weight: 600; font-size: 38px; letter-spacing: 1px; }
32
+ .status-right { display: flex; align-items: center; gap: 26px; }
33
+ .sb-icon { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; }
34
+
35
+ /* App header */
36
+ .app-header {
37
+ height: 140px;
38
+ display: flex;
39
+ align-items: center;
40
+ padding: 0 36px;
41
+ box-sizing: border-box;
42
+ }
43
+ .app-header h1 {
44
+ font-size: 60px;
45
+ font-weight: 600;
46
+ margin: 0 0 0 18px;
47
+ }
48
+ .spacer { flex: 1; }
49
+
50
+ /* Currency selector panel */
51
+ .panel {
52
+ margin: 10px 36px 24px;
53
+ background: #d6d6d6;
54
+ border-radius: 24px;
55
+ box-shadow: 0 6px 10px rgba(0,0,0,0.15) inset, 0 3px 6px rgba(0,0,0,0.15);
56
+ padding: 20px;
57
+ }
58
+ .currency-row {
59
+ display: flex;
60
+ align-items: center;
61
+ background: #dcdcdc;
62
+ border-radius: 28px;
63
+ padding: 22px 26px;
64
+ box-shadow: 0 3px 6px rgba(0,0,0,0.2);
65
+ }
66
+ .curr {
67
+ flex: 1;
68
+ display: flex;
69
+ align-items: center;
70
+ gap: 18px;
71
+ }
72
+ .img-placeholder {
73
+ width: 132px;
74
+ height: 84px;
75
+ background: #E0E0E0;
76
+ border: 1px solid #BDBDBD;
77
+ border-radius: 12px;
78
+ color: #757575;
79
+ display: flex; align-items: center; justify-content: center;
80
+ font-size: 28px;
81
+ }
82
+ .code { font-size: 46px; font-weight: 600; }
83
+ .drop { margin-left: 10px; opacity: 0.7; }
84
+ .swap {
85
+ width: 120px;
86
+ display: flex; align-items: center; justify-content: center; color: #555;
87
+ }
88
+
89
+ /* Amounts */
90
+ .amounts {
91
+ margin: 8px 36px 20px;
92
+ display: flex;
93
+ align-items: flex-start;
94
+ }
95
+ .amount-box {
96
+ background: #dfdfe0;
97
+ border-radius: 18px;
98
+ box-shadow: 0 6px 10px rgba(0,0,0,0.2);
99
+ padding: 24px 28px;
100
+ width: 520px;
101
+ font-size: 64px;
102
+ font-weight: 600;
103
+ color: #333;
104
+ }
105
+ .today {
106
+ margin-left: auto;
107
+ text-align: right;
108
+ padding: 10px 6px;
109
+ }
110
+ .today .label { color: #666; font-size: 34px; }
111
+ .today .value { font-size: 66px; font-weight: 700; margin-top: 6px; }
112
+
113
+ /* Range row */
114
+ .range-row {
115
+ margin: 18px 0 0;
116
+ height: 112px;
117
+ background: #cfcfcf;
118
+ display: flex;
119
+ align-items: center;
120
+ padding: 0 36px;
121
+ box-shadow: inset 0 2px 0 rgba(0,0,0,0.05);
122
+ }
123
+ .range-row .period { font-size: 46px; font-weight: 700; margin-right: 24px; }
124
+ .range-row .dates { font-size: 38px; color: #555; }
125
+ .range-row .chev { margin-left: auto; opacity: 0.7; }
126
+
127
+ /* Chart card */
128
+ .chart-card {
129
+ margin: 24px 28px;
130
+ padding: 18px;
131
+ background: #a8d5ea;
132
+ border: 1px solid rgba(0,0,0,0.15);
133
+ border-radius: 26px;
134
+ box-shadow: 0 6px 10px rgba(0,0,0,0.25);
135
+ position: relative;
136
+ height: 1080px;
137
+ }
138
+ .chart-top {
139
+ position: absolute; top: 14px; left: 24px; right: 24px;
140
+ display: flex; justify-content: space-between; color: #4c6d7a; font-size: 38px; font-weight: 600;
141
+ }
142
+ .chart-area {
143
+ position: absolute; left: 18px; right: 18px; top: 66px; bottom: 110px;
144
+ border-radius: 18px;
145
+ background:
146
+ linear-gradient(180deg, rgba(255,255,255,0.15), rgba(0,0,0,0.05)),
147
+ repeating-linear-gradient(180deg, rgba(255,255,255,0.35) 0 2px, rgba(255,255,255,0) 2px 220px);
148
+ overflow: hidden;
149
+ }
150
+ .y-labels {
151
+ position: absolute; left: 16px; top: 90px; bottom: 160px; width: 110px;
152
+ color: rgba(0,0,0,0.6); font-size: 32px; line-height: 220px;
153
+ }
154
+ .x-labels {
155
+ position: absolute; left: 90px; right: 24px; bottom: 26px;
156
+ display: flex; justify-content: space-between; color: rgba(0,0,0,0.6); font-size: 32px;
157
+ }
158
+ .chart-svg {
159
+ position: absolute; inset: 0;
160
+ }
161
+ .plot-fill { fill: rgba(41, 94, 125, 0.18); }
162
+ .plot-line { stroke: rgba(41,94,125,0.9); stroke-width: 4; fill: none; }
163
+
164
+ /* Ad bar */
165
+ .ad-bar {
166
+ position: absolute; left: 0; right: 0; bottom: 110px;
167
+ height: 180px;
168
+ background: #f2f2f2;
169
+ border-top: 1px solid #d0d0d0;
170
+ display: flex; align-items: center; padding: 0 24px; box-sizing: border-box;
171
+ }
172
+ .ad-left {
173
+ width: 80px; display: flex; flex-direction: column; align-items: center; gap: 12px;
174
+ color: #67a0b5; font-size: 40px;
175
+ }
176
+ .ad-content { display: flex; align-items: center; gap: 24px; }
177
+ .app-icon {
178
+ width: 120px; height: 120px; background: #E0E0E0; border: 1px solid #BDBDBD; color: #757575;
179
+ display: flex; align-items: center; justify-content: center; border-radius: 24px; font-size: 30px;
180
+ }
181
+ .ad-text { display: flex; flex-direction: column; }
182
+ .ad-title { font-size: 44px; font-weight: 700; }
183
+ .ad-sub { color: #666; font-size: 34px; margin-top: 6px; }
184
+ .ad-button {
185
+ margin-left: auto; margin-right: 16px;
186
+ background: #2fb86a; color: white; font-size: 44px; font-weight: 700; border-radius: 50px;
187
+ padding: 18px 46px;
188
+ }
189
+
190
+ /* Gesture bar */
191
+ .gesture {
192
+ position: absolute; left: 50%; bottom: 28px; transform: translateX(-50%);
193
+ width: 360px; height: 14px; background: #cfcfcf; border-radius: 10px;
194
+ box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
195
+ }
196
+ </style>
197
+ </head>
198
+ <body>
199
+ <div id="render-target">
200
+
201
+ <!-- Status Bar -->
202
+ <div class="status-bar">
203
+ <div class="status-left">11:10</div>
204
+ <div class="status-right">
205
+ <div class="sb-icon" title="Do not disturb">
206
+ <svg width="36" height="36" viewBox="0 0 24 24"><circle cx="12" cy="12" r="8" fill="#fff" opacity="0.8"/><rect x="6" y="11" width="12" height="2" fill="#6a6a6a"/></svg>
207
+ </div>
208
+ <div class="sb-icon" title="WiFi">
209
+ <svg width="36" height="36" viewBox="0 0 24 24"><path d="M2 9c5-5 15-5 20 0" stroke="#fff" stroke-width="2" fill="none"/><path d="M6 13c3-3 9-3 12 0" stroke="#fff" stroke-width="2" fill="none"/><circle cx="12" cy="17" r="1.8" fill="#fff"/></svg>
210
+ </div>
211
+ <div class="sb-icon" title="Signal">
212
+ <svg width="36" height="36" viewBox="0 0 24 24"><rect x="3" y="14" width="3" height="7" fill="#fff"/><rect x="9" y="11" width="3" height="10" fill="#fff" opacity="0.85"/><rect x="15" y="8" width="3" height="13" fill="#fff" opacity="0.7"/></svg>
213
+ </div>
214
+ <div class="sb-icon" title="Battery">
215
+ <svg width="48" height="36" viewBox="0 0 30 18">
216
+ <rect x="1" y="3" width="24" height="12" rx="2" ry="2" fill="none" stroke="#fff" stroke-width="2"/>
217
+ <rect x="3" y="5" width="18" height="8" fill="#fff"/>
218
+ <rect x="25" y="7" width="3" height="4" rx="1" fill="#fff"/>
219
+ </svg>
220
+ </div>
221
+ </div>
222
+ </div>
223
+
224
+ <!-- Header -->
225
+ <div class="app-header">
226
+ <svg width="56" height="56" viewBox="0 0 24 24">
227
+ <path d="M15 5L8 12l7 7" stroke="#222" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
228
+ </svg>
229
+ <h1>History</h1>
230
+ <div class="spacer"></div>
231
+ <svg width="52" height="52" viewBox="0 0 24 24">
232
+ <path d="M3 12a9 9 0 1 1 2.6 6.4" fill="none" stroke="#333" stroke-width="2" stroke-linecap="round"/>
233
+ <path d="M3 12h4" stroke="#333" stroke-width="2" stroke-linecap="round"/>
234
+ </svg>
235
+ </div>
236
+
237
+ <!-- Currency selector -->
238
+ <div class="panel">
239
+ <div class="currency-row">
240
+ <div class="curr">
241
+ <div class="img-placeholder">[IMG: UK Flag]</div>
242
+ <div class="code">GBP</div>
243
+ <svg class="drop" width="28" height="28" viewBox="0 0 24 24"><path d="M6 9l6 6 6-6" stroke="#333" stroke-width="2.5" fill="none" stroke-linecap="round"/></svg>
244
+ </div>
245
+ <div class="swap">
246
+ <svg width="64" height="64" viewBox="0 0 24 24">
247
+ <path d="M7 7h10l-3-3M17 17H7l3 3" stroke="#555" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
248
+ </svg>
249
+ </div>
250
+ <div class="curr" style="justify-content:flex-end;">
251
+ <div class="img-placeholder">[IMG: Australia Flag]</div>
252
+ <div class="code">AUD</div>
253
+ <svg class="drop" width="28" height="28" viewBox="0 0 24 24"><path d="M6 9l6 6 6-6" stroke="#333" stroke-width="2.5" fill="none" stroke-linecap="round"/></svg>
254
+ </div>
255
+ </div>
256
+ </div>
257
+
258
+ <!-- Amounts -->
259
+ <div class="amounts">
260
+ <div class="amount-box">4,493.91</div>
261
+ <div class="today">
262
+ <div class="label">Today</div>
263
+ <div class="value">8,623.89</div>
264
+ </div>
265
+ </div>
266
+
267
+ <!-- Range header -->
268
+ <div class="range-row">
269
+ <div class="period">3 months</div>
270
+ <div class="dates">Aug 19, 2023 - Nov 17, 2023</div>
271
+ <svg class="chev" width="42" height="42" viewBox="0 0 24 24"><path d="M6 9l6 6 6-6" stroke="#333" stroke-width="2.5" fill="none" stroke-linecap="round"/></svg>
272
+ </div>
273
+
274
+ <!-- Chart -->
275
+ <div class="chart-card">
276
+ <div class="chart-top">
277
+ <div>Min: 1.89</div>
278
+ <div>Max: 2.0</div>
279
+ </div>
280
+
281
+ <div class="chart-area">
282
+ <!-- grid lines are from background; add plot -->
283
+ <svg class="chart-svg" viewBox="0 0 1000 700" preserveAspectRatio="none">
284
+ <!-- area fill -->
285
+ <path class="plot-fill" d="M0,90
286
+ C80,180 140,360 220,300
287
+ S340,260 420,430
288
+ S540,520 600,450
289
+ S720,380 760,520
290
+ S880,480 930,520
291
+ L930,700 0,700 Z"/>
292
+ <!-- line -->
293
+ <path class="plot-line" d="M0,90
294
+ C80,180 140,360 220,300
295
+ S340,260 420,430
296
+ S540,520 600,450
297
+ S720,380 760,520
298
+ S880,480 930,520"/>
299
+ </svg>
300
+
301
+ <!-- Y labels -->
302
+ <div class="y-labels">
303
+ <div>2.00</div>
304
+ <div>1.98</div>
305
+ <div>1.96</div>
306
+ <div>1.94</div>
307
+ <div>1.92</div>
308
+ <div>1.90</div>
309
+ </div>
310
+ </div>
311
+
312
+ <div class="x-labels">
313
+ <div>8/19</div>
314
+ <div>8/31</div>
315
+ <div>9/13</div>
316
+ <div>9/26</div>
317
+ <div>10/9</div>
318
+ <div>10/22</div>
319
+ <div>11/4</div>
320
+ <div>11/17</div>
321
+ </div>
322
+ </div>
323
+
324
+ <!-- Ad -->
325
+ <div class="ad-bar">
326
+ <div class="ad-left">
327
+ <svg width="44" height="44" viewBox="0 0 24 24"><circle cx="12" cy="12" r="11" fill="none" stroke="#67a0b5" stroke-width="2"/><text x="12" y="16" text-anchor="middle" font-size="12" fill="#67a0b5">i</text></svg>
328
+ <svg width="44" height="44" viewBox="0 0 24 24"><circle cx="12" cy="12" r="11" fill="none" stroke="#67a0b5" stroke-width="2"/><path d="M7 7l10 10M17 7L7 17" stroke="#67a0b5" stroke-width="2"/></svg>
329
+ </div>
330
+ <div class="ad-content">
331
+ <div class="app-icon">[IMG: App Icon]</div>
332
+ <div class="ad-text">
333
+ <div class="ad-title">Facebook</div>
334
+ <div class="ad-sub">3.9 ★ FREE</div>
335
+ </div>
336
+ </div>
337
+ <div class="ad-button">Open</div>
338
+ </div>
339
+
340
+ <!-- Gesture bar -->
341
+ <div class="gesture"></div>
342
+
343
+ </div>
344
+ </body>
345
+ </html>
code/10361/10361_1.html ADDED
@@ -0,0 +1,310 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>Activity Detail UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ position: relative;
9
+ width: 1080px;
10
+ height: 2400px;
11
+ overflow: hidden;
12
+ background: #101316;
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: 120px;
23
+ padding: 0 36px;
24
+ box-sizing: border-box;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: space-between;
28
+ color: #EDEDED;
29
+ font-size: 42px;
30
+ letter-spacing: 0.5px;
31
+ }
32
+ .status-icons {
33
+ display: flex; align-items: center; gap: 26px;
34
+ }
35
+ .s-icon { width: 40px; height: 40px; opacity: 0.9; }
36
+
37
+ /* Map area */
38
+ .map-wrap {
39
+ position: absolute;
40
+ top: 120px;
41
+ left: 0;
42
+ width: 1080px;
43
+ height: 1050px;
44
+ background: #0e1114;
45
+ }
46
+ .map-placeholder {
47
+ position: absolute;
48
+ left: 24px; right: 24px; top: 0; bottom: 0;
49
+ background: #E0E0E0;
50
+ border: 1px solid #BDBDBD;
51
+ display: flex; align-items: center; justify-content: center;
52
+ color: #757575; font-size: 36px;
53
+ }
54
+ .map-controls {
55
+ position: absolute;
56
+ top: 36px; left: 24px; right: 24px;
57
+ display: flex; align-items: center; justify-content: space-between;
58
+ pointer-events: none;
59
+ }
60
+ .back-btn {
61
+ width: 84px; height: 84px; border-radius: 42px;
62
+ background: rgba(0,0,0,0.55);
63
+ display: flex; align-items: center; justify-content: center;
64
+ pointer-events: auto;
65
+ }
66
+ .top-actions { display: flex; gap: 28px; pointer-events: auto; }
67
+ .action-icon {
68
+ width: 68px; height: 68px; border-radius: 34px;
69
+ background: rgba(0,0,0,0.55);
70
+ display: flex; align-items: center; justify-content: center;
71
+ }
72
+ .location-dot {
73
+ position: absolute; top: 420px; left: 490px;
74
+ width: 42px; height: 42px; border-radius: 21px;
75
+ background: #5CA8FF; box-shadow: 0 0 0 12px rgba(92,168,255,0.25);
76
+ }
77
+
78
+ /* Bottom sheet */
79
+ .sheet {
80
+ position: absolute;
81
+ left: 0; right: 0;
82
+ top: 940px;
83
+ height: 1460px;
84
+ background: #1a1d21;
85
+ border-top-left-radius: 30px;
86
+ border-top-right-radius: 30px;
87
+ box-shadow: 0 -6px 24px rgba(0,0,0,0.55);
88
+ padding: 40px 52px;
89
+ box-sizing: border-box;
90
+ }
91
+ .title {
92
+ font-size: 66px; font-weight: 700; margin: 20px 0 18px;
93
+ letter-spacing: 0.2px;
94
+ }
95
+ .subline {
96
+ display: flex; align-items: center; gap: 18px;
97
+ color: #b9c0c7; font-size: 34px;
98
+ }
99
+ .subline svg { width: 36px; height: 36px; opacity: 0.9; }
100
+
101
+ /* points row */
102
+ .points-row {
103
+ display: flex; align-items: center; gap: 44px;
104
+ margin-top: 28px; margin-bottom: 8px;
105
+ font-size: 42px; color: #fff;
106
+ }
107
+ .points-item { display: flex; align-items: center; gap: 16px; }
108
+ .points-item .label-num { font-weight: 700; }
109
+ .heart-icon svg { width: 52px; height: 52px; }
110
+ .shoe-icon svg { width: 52px; height: 52px; }
111
+
112
+ /* metrics list */
113
+ .metric {
114
+ display: flex; align-items: center; justify-content: space-between;
115
+ padding: 38px 0;
116
+ border-bottom: 1px solid #2b2f34;
117
+ font-size: 38px;
118
+ }
119
+ .metric:last-child { border-bottom: none; }
120
+ .m-left { display: flex; align-items: center; gap: 26px; color: #d9dde1; }
121
+ .m-left .name { color: #fff; }
122
+ .m-right { color: #cfd4d8; }
123
+
124
+ /* Elevation section */
125
+ .elevation-block {
126
+ margin-top: 18px;
127
+ }
128
+ .chart-area {
129
+ position: relative; margin-top: 30px;
130
+ height: 420px; background: #121518; border-radius: 10px;
131
+ border: 1px solid #22272b;
132
+ }
133
+ .chart-bar {
134
+ position: absolute; bottom: 0; left: 80px;
135
+ width: 150px; height: 180px; background: #4a79ff; opacity: 0.7;
136
+ border-radius: 6px 6px 0 0;
137
+ }
138
+ .y-labels {
139
+ position: absolute; right: 20px; top: 20px; bottom: 20px;
140
+ display: flex; flex-direction: column; justify-content: space-between;
141
+ color: #9aa0a6; font-size: 30px; text-align: right;
142
+ }
143
+ </style>
144
+ </head>
145
+ <body>
146
+ <div id="render-target">
147
+
148
+ <!-- Status bar -->
149
+ <div class="status-bar">
150
+ <div>11:42</div>
151
+ <div class="status-icons">
152
+ <!-- simple wifi -->
153
+ <svg class="s-icon" viewBox="0 0 24 24">
154
+ <path fill="#EDEDED" d="M12 20l2-2-2-2-2 2 2 2zm-7-9l2-2c3-2 7-2 10 0l2 2-2 2c-3-2-7-2-10 0l-2-2z"/>
155
+ </svg>
156
+ <!-- gps dot -->
157
+ <svg class="s-icon" viewBox="0 0 24 24">
158
+ <circle cx="12" cy="12" r="3" fill="#EDEDED"/>
159
+ <path d="M12 2v4M12 18v4M2 12h4M18 12h4" stroke="#EDEDED" stroke-width="2"/>
160
+ </svg>
161
+ <!-- battery -->
162
+ <svg class="s-icon" viewBox="0 0 24 24">
163
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2" fill="none" stroke="#EDEDED" stroke-width="2"/>
164
+ <rect x="4" y="8" width="12" height="8" fill="#EDEDED"/>
165
+ <rect x="20" y="9" width="2" height="6" fill="#EDEDED"/>
166
+ </svg>
167
+ </div>
168
+ </div>
169
+
170
+ <!-- Map area -->
171
+ <div class="map-wrap">
172
+ <div class="map-placeholder">[IMG: Dark Google Map]</div>
173
+
174
+ <div class="map-controls">
175
+ <div class="back-btn">
176
+ <svg viewBox="0 0 24 24" width="46" height="46">
177
+ <path d="M15 6l-6 6 6 6" stroke="#ffffff" stroke-width="2.2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
178
+ </svg>
179
+ </div>
180
+ <div class="top-actions">
181
+ <div class="action-icon">
182
+ <!-- pencil/edit -->
183
+ <svg viewBox="0 0 24 24" width="34" height="34">
184
+ <path d="M3 17l2 4 4-2 10-10-4-4L5 15 3 17z" fill="#ffffff"/>
185
+ </svg>
186
+ </div>
187
+ <div class="action-icon">
188
+ <!-- share -->
189
+ <svg viewBox="0 0 24 24" width="34" height="34">
190
+ <circle cx="6" cy="12" r="2.5" fill="#ffffff"/>
191
+ <circle cx="18" cy="6" r="2.5" fill="#ffffff"/>
192
+ <circle cx="18" cy="18" r="2.5" fill="#ffffff"/>
193
+ <path d="M8 12l8-6M8 12l8 6" stroke="#ffffff" stroke-width="2"/>
194
+ </svg>
195
+ </div>
196
+ <div class="action-icon">
197
+ <!-- more vertical -->
198
+ <svg viewBox="0 0 24 24" width="30" height="30">
199
+ <circle cx="12" cy="5" r="2.5" fill="#ffffff"/>
200
+ <circle cx="12" cy="12" r="2.5" fill="#ffffff"/>
201
+ <circle cx="12" cy="19" r="2.5" fill="#ffffff"/>
202
+ </svg>
203
+ </div>
204
+ </div>
205
+
206
+ <div class="location-dot"></div>
207
+ </div>
208
+ </div>
209
+
210
+ <!-- Bottom Sheet -->
211
+ <div class="sheet">
212
+ <div class="title">Late night walk</div>
213
+ <div class="subline">
214
+ <!-- walking icon -->
215
+ <svg viewBox="0 0 24 24">
216
+ <circle cx="12" cy="4" r="2.5" fill="#b9c0c7"/>
217
+ <path d="M8 21l2-4 2 2 2-6 3 2" stroke="#b9c0c7" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
218
+ </svg>
219
+ <span>October 3, 11:41 – 11:42 PM</span>
220
+ </div>
221
+
222
+ <div class="points-row">
223
+ <div class="points-item heart-icon">
224
+ <svg viewBox="0 0 24 24">
225
+ <path d="M12 21s-7-4.5-7-9a5 5 0 0 1 9-3 5 5 0 0 1 9 3c0 4.5-7 9-11 9z" fill="#28d17f"/>
226
+ </svg>
227
+ <span class="label-num">0</span>
228
+ </div>
229
+ <div class="points-item shoe-icon">
230
+ <svg viewBox="0 0 24 24">
231
+ <path d="M3 16c4 0 6-2 7-3l3 2c3 1 5 2 8 2v3H3v-4z" fill="#5096ff"/>
232
+ <path d="M6 14l2-2" stroke="#5096ff" stroke-width="2"/>
233
+ </svg>
234
+ <span class="label-num">0</span>
235
+ </div>
236
+ </div>
237
+
238
+ <div class="metric" style="border-bottom: 1px solid #2b2f34;">
239
+ <div class="m-left">
240
+ <!-- timer icon -->
241
+ <svg viewBox="0 0 24 24" width="40" height="40">
242
+ <circle cx="12" cy="12" r="8" stroke="#b9c0c7" stroke-width="2" fill="none"/>
243
+ <path d="M12 8v5l3 2" stroke="#b9c0c7" stroke-width="2"/>
244
+ </svg>
245
+ <span class="name">Active time</span>
246
+ </div>
247
+ <div class="m-right">48s</div>
248
+ </div>
249
+
250
+ <div class="metric">
251
+ <div class="m-left">
252
+ <!-- location pin -->
253
+ <svg viewBox="0 0 24 24" width="40" height="40">
254
+ <path d="M12 21s-6-7-6-11a6 6 0 1 1 12 0c0 4-6 11-6 11z" fill="none" stroke="#b9c0c7" stroke-width="2"/>
255
+ <circle cx="12" cy="10" r="2.5" fill="#b9c0c7"/>
256
+ </svg>
257
+ <span class="name">Distance</span>
258
+ </div>
259
+ <div class="m-right">0 mi</div>
260
+ </div>
261
+
262
+ <div class="metric">
263
+ <div class="m-left">
264
+ <!-- flame -->
265
+ <svg viewBox="0 0 24 24" width="40" height="40">
266
+ <path d="M12 3c2 3 6 4 6 9a6 6 0 1 1-12 0c0-3 2-5 6-9z" fill="none" stroke="#b9c0c7" stroke-width="2"/>
267
+ </svg>
268
+ <span class="name">Energy expended</span>
269
+ </div>
270
+ <div class="m-right">4 Cal</div>
271
+ </div>
272
+
273
+ <div class="metric">
274
+ <div class="m-left">
275
+ <!-- move minutes person -->
276
+ <svg viewBox="0 0 24 24" width="40" height="40">
277
+ <circle cx="12" cy="5" r="2.3" fill="#b9c0c7"/>
278
+ <path d="M6 20l3-5 2 2 2-6 4 2" stroke="#b9c0c7" stroke-width="2" fill="none" stroke-linecap="round"/>
279
+ </svg>
280
+ <span class="name">Move Minutes</span>
281
+ </div>
282
+ <div class="m-right">0</div>
283
+ </div>
284
+
285
+ <div class="metric" style="border-bottom: none; align-items: flex-start;">
286
+ <div class="m-left">
287
+ <!-- mountain -->
288
+ <svg viewBox="0 0 24 24" width="40" height="40">
289
+ <path d="M3 20l6-9 4 6 3-4 5 7H3z" fill="none" stroke="#b9c0c7" stroke-width="2"/>
290
+ </svg>
291
+ <div class="name">Elevation</div>
292
+ </div>
293
+ <div class="m-right">feet</div>
294
+ </div>
295
+
296
+ <div class="elevation-block">
297
+ <div class="chart-area">
298
+ <div class="chart-bar"></div>
299
+ <div class="y-labels">
300
+ <div>1050</div>
301
+ <div>950</div>
302
+ <div>850</div>
303
+ </div>
304
+ </div>
305
+ </div>
306
+ </div>
307
+
308
+ </div>
309
+ </body>
310
+ </html>
code/10361/10361_2.html ADDED
@@ -0,0 +1,423 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Mobile UI Replica</title>
6
+ <style>
7
+ body { margin:0; padding:0; background:transparent; font-family: Roboto, Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ position: relative;
10
+ overflow: hidden;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ background: #121418;
14
+ color: #E6EAF0;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 22px;
21
+ left: 32px;
22
+ right: 32px;
23
+ height: 72px;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ color: #E6EAF0;
28
+ font-weight: 600;
29
+ letter-spacing: 0.5px;
30
+ }
31
+ .sb-left {
32
+ display: flex;
33
+ align-items: center;
34
+ gap: 18px;
35
+ font-size: 40px;
36
+ }
37
+ .sb-right {
38
+ display: flex;
39
+ align-items: center;
40
+ gap: 26px;
41
+ }
42
+ .icon {
43
+ width: 44px; height: 44px;
44
+ }
45
+ .icon svg { width: 100%; height: 100%; fill: none; stroke: #E6EAF0; stroke-width: 4; }
46
+
47
+ /* Header actions (info + avatar) */
48
+ .header-actions {
49
+ position: absolute;
50
+ top: 140px;
51
+ right: 40px;
52
+ display: flex;
53
+ align-items: center;
54
+ gap: 26px;
55
+ }
56
+ .circle-btn {
57
+ width: 92px; height: 92px; border-radius: 50%;
58
+ background: #2A2F36; border: 2px solid #2F343B;
59
+ display: grid; place-items: center; color: #FFFFFF;
60
+ font-size: 52px; font-weight: 600;
61
+ }
62
+ .circle-btn.info { background: #1F242A; }
63
+ .circle-btn.avatar { background: #7B6259; }
64
+
65
+ /* Main ring area */
66
+ .ring-wrap {
67
+ position: absolute;
68
+ top: 330px;
69
+ left: 270px;
70
+ width: 540px;
71
+ height: 540px;
72
+ }
73
+ .ring-center {
74
+ position: absolute;
75
+ inset: 0;
76
+ display: grid;
77
+ place-items: center;
78
+ text-align: center;
79
+ pointer-events: none;
80
+ }
81
+ .main-number {
82
+ font-size: 160px;
83
+ line-height: 1;
84
+ color: #19D0A1;
85
+ font-weight: 800;
86
+ margin-top: 20px;
87
+ }
88
+ .sub-number {
89
+ font-size: 64px;
90
+ color: #8FB2FF;
91
+ font-weight: 700;
92
+ margin-top: 14px;
93
+ }
94
+
95
+ /* Labels under ring */
96
+ .labels {
97
+ position: absolute;
98
+ top: 930px;
99
+ width: 100%;
100
+ display: flex;
101
+ justify-content: center;
102
+ gap: 160px;
103
+ font-size: 48px;
104
+ color: #CFE9E3;
105
+ }
106
+ .label-item {
107
+ display: flex; align-items: center; gap: 18px; color: #CFE9E3;
108
+ }
109
+ .label-item.heart { color: #7DE8CF; }
110
+ .label-item.steps { color: #8FB2FF; }
111
+ .label-item svg { width: 56px; height: 56px; }
112
+
113
+ /* Metric trio */
114
+ .metrics {
115
+ position: absolute;
116
+ top: 1040px;
117
+ left: 0; right: 0;
118
+ display: flex; justify-content: center; gap: 180px;
119
+ text-align: center;
120
+ }
121
+ .metric {
122
+ color: #9FB6FF;
123
+ }
124
+ .metric .num { font-size: 72px; font-weight: 800; letter-spacing: 1px; }
125
+ .metric .label { font-size: 40px; color: #B6C0D0; margin-top: 8px; }
126
+
127
+ /* Cards */
128
+ .card {
129
+ position: absolute;
130
+ left: 40px;
131
+ right: 40px;
132
+ background: #1A1F25;
133
+ border-radius: 36px;
134
+ box-shadow: 0 8px 24px rgba(0,0,0,0.35);
135
+ padding: 40px 44px;
136
+ color: #DDE3EA;
137
+ }
138
+ .card .title-row {
139
+ display: flex; justify-content: space-between; align-items: center;
140
+ }
141
+ .card .title {
142
+ font-size: 64px; font-weight: 700;
143
+ }
144
+ .card .chev {
145
+ width: 54px; height: 54px;
146
+ }
147
+ .card .chev svg { width: 100%; height: 100%; stroke: #A9B1BC; stroke-width: 8; stroke-linecap: round; stroke-linejoin: round; }
148
+ .card .subtitle {
149
+ margin-top: 10px; font-size: 40px; color: #96A1AF;
150
+ }
151
+
152
+ /* Daily goals card specifics */
153
+ .daily { top: 1240px; height: 420px; }
154
+ .achieved {
155
+ margin-top: 60px;
156
+ display: flex; align-items: baseline; gap: 16px;
157
+ }
158
+ .achieved .count {
159
+ font-size: 72px; color: #7FA6FF; font-weight: 800;
160
+ }
161
+ .achieved .text { font-size: 40px; color: #8EA3B6; }
162
+ .days-row {
163
+ margin-top: 36px;
164
+ display: flex; gap: 24px; align-items: center;
165
+ }
166
+ .day {
167
+ width: 84px; height: 84px; border-radius: 50%;
168
+ background: #172328; border: 4px solid #26343A; position: relative;
169
+ }
170
+ .day::after {
171
+ content: ""; position: absolute; inset: 8px; border-radius: 50%;
172
+ background: conic-gradient(#1AD1A3 0 20deg, transparent 20deg 360deg);
173
+ }
174
+ .day-labels {
175
+ display: flex; gap: 52px; margin-top: 20px; margin-left: 10px;
176
+ color: #7F8C98; font-size: 40px;
177
+ }
178
+
179
+ /* Weekly target card specifics */
180
+ .weekly { top: 1710px; height: 520px; }
181
+ .week-range { margin-top: 6px; font-size: 40px; color: #9AA6B5; }
182
+ .progress-wrap {
183
+ margin-top: 60px; display: flex; align-items: center; gap: 24px;
184
+ }
185
+ .progress-text { font-size: 72px; color: #1AD1A3; font-weight: 800; }
186
+ .progress-bar {
187
+ flex: 1; height: 20px; background: #1B2A2E; border-radius: 16px; overflow: hidden;
188
+ }
189
+ .progress-bar .fill { width: 28%; height: 100%; background: #2AD7A8; }
190
+ .week-copy {
191
+ margin-top: 46px; font-size: 44px; line-height: 1.4; color: #B9C5D2;
192
+ max-width: 820px;
193
+ }
194
+ .aha {
195
+ position: absolute; right: 48px; bottom: 44px;
196
+ width: 180px; height: 120px; background: #E0E0E0; border: 1px solid #BDBDBD;
197
+ display: flex; align-items: center; justify-content: center; color: #757575; border-radius: 20px;
198
+ font-size: 34px;
199
+ }
200
+
201
+ /* Floating action button */
202
+ .fab {
203
+ position: absolute; right: 64px; bottom: 640px;
204
+ width: 140px; height: 140px; border-radius: 50%;
205
+ background: #2E3239; box-shadow: 0 10px 20px rgba(0,0,0,0.45);
206
+ display: grid; place-items: center;
207
+ }
208
+ .plus-icon {
209
+ width: 70px; height: 70px;
210
+ }
211
+ .plus-icon svg { width: 100%; height: 100%; }
212
+ .plus-icon .blue { fill: #4C8BFF; }
213
+ .plus-icon .red { fill: #FF5252; }
214
+ .plus-icon .yellow { fill: #FFD54F; }
215
+ .plus-icon .green { fill: #1AD1A3; }
216
+
217
+ /* Bottom navigation */
218
+ .bottom-nav {
219
+ position: absolute; left: 0; right: 0; bottom: 110px;
220
+ height: 130px; background: #161B20; display: flex; justify-content: space-around; align-items: center;
221
+ box-shadow: 0 -8px 24px rgba(0,0,0,0.4);
222
+ }
223
+ .nav-item {
224
+ display: flex; flex-direction: column; align-items: center; gap: 10px;
225
+ color: #7895FF; font-size: 40px; font-weight: 700;
226
+ }
227
+ .nav-item .ni-icon { width: 64px; height: 64px; }
228
+ .nav-item .ni-icon svg { width: 100%; height: 100%; stroke: #7895FF; stroke-width: 6; }
229
+ .nav-item.inactive { color: #A0A9B6; }
230
+ .nav-item.inactive .ni-icon svg { stroke: #A0A9B6; }
231
+ </style>
232
+ </head>
233
+ <body>
234
+ <div id="render-target">
235
+
236
+ <!-- Status Bar -->
237
+ <div class="status-bar">
238
+ <div class="sb-left">
239
+ <div>11:42</div>
240
+ <div class="icon">
241
+ <svg viewBox="0 0 24 24">
242
+ <path d="M3 19 L12 5 L21 19 Z" fill="none" stroke="#E6EAF0" stroke-width="2"></path>
243
+ </svg>
244
+ </div>
245
+ </div>
246
+ <div class="sb-right">
247
+ <div class="icon">
248
+ <svg viewBox="0 0 24 24">
249
+ <path d="M4 10a8 8 0 0116 0" stroke-linecap="round"></path>
250
+ <circle cx="12" cy="18" r="1.5" fill="#E6EAF0" stroke="none"></circle>
251
+ </svg>
252
+ </div>
253
+ <div class="icon">
254
+ <svg viewBox="0 0 24 24">
255
+ <rect x="5" y="4" width="14" height="14" rx="3"></rect>
256
+ <path d="M16 10 L20 14" stroke-linecap="round"></path>
257
+ </svg>
258
+ </div>
259
+ <div class="icon">
260
+ <svg viewBox="0 0 24 24">
261
+ <rect x="3" y="6" width="18" height="12" rx="3"></rect>
262
+ <rect x="18" y="8" width="2" height="8" rx="1" fill="#E6EAF0" stroke="none"></rect>
263
+ </svg>
264
+ </div>
265
+ </div>
266
+ </div>
267
+
268
+ <!-- Info + Avatar -->
269
+ <div class="header-actions">
270
+ <div class="circle-btn info">i</div>
271
+ <div class="circle-btn avatar">I</div>
272
+ </div>
273
+
274
+ <!-- Main Progress Ring -->
275
+ <div class="ring-wrap">
276
+ <svg width="540" height="540" viewBox="0 0 540 540">
277
+ <!-- Outer base ring -->
278
+ <circle cx="270" cy="270" r="230" stroke="#173430" stroke-width="40" fill="none" />
279
+ <!-- Outer teal progress -->
280
+ <circle cx="270" cy="270" r="230" stroke="#1AD1A3" stroke-width="40" fill="none"
281
+ stroke-linecap="round" transform="rotate(-90 270 270)"
282
+ stroke-dasharray="360 1445" />
283
+ <!-- Inner base ring -->
284
+ <circle cx="270" cy="270" r="190" stroke="#1E2A32" stroke-width="40" fill="none" />
285
+ <!-- Inner blue progress -->
286
+ <circle cx="270" cy="270" r="190" stroke="#8FB2FF" stroke-width="40" fill="none"
287
+ stroke-linecap="round" transform="rotate(-90 270 270)"
288
+ stroke-dasharray="820 1193" />
289
+ </svg>
290
+ <div class="ring-center">
291
+ <div class="main-number">5</div>
292
+ <div class="sub-number">2,511</div>
293
+ </div>
294
+ </div>
295
+
296
+ <!-- Labels -->
297
+ <div class="labels">
298
+ <div class="label-item heart">
299
+ <svg viewBox="0 0 24 24">
300
+ <path d="M12 20 C10 17 5 14 5 9 A5 5 0 0112 8 A5 5 0 0119 9 C19 14 14 17 12 20Z" fill="none" stroke="#7DE8CF" stroke-width="2"></path>
301
+ </svg>
302
+ <span>Heart Pts</span>
303
+ </div>
304
+ <div class="label-item steps">
305
+ <svg viewBox="0 0 24 24">
306
+ <circle cx="8" cy="20" r="2" fill="#8FB2FF"></circle>
307
+ <circle cx="16" cy="20" r="2" fill="#8FB2FF"></circle>
308
+ <path d="M6 16 L10 10 L14 12 L18 8" stroke="#8FB2FF" stroke-width="2" stroke-linecap="round"></path>
309
+ </svg>
310
+ <span>Steps</span>
311
+ </div>
312
+ </div>
313
+
314
+ <!-- Sub metrics -->
315
+ <div class="metrics">
316
+ <div class="metric">
317
+ <div class="num">1,770</div>
318
+ <div class="label">Cal</div>
319
+ </div>
320
+ <div class="metric">
321
+ <div class="num">0</div>
322
+ <div class="label">mi</div>
323
+ </div>
324
+ <div class="metric">
325
+ <div class="num">36</div>
326
+ <div class="label">Move Min</div>
327
+ </div>
328
+ </div>
329
+
330
+ <!-- Daily goals card -->
331
+ <div class="card daily">
332
+ <div class="title-row">
333
+ <div class="title">Your daily goals</div>
334
+ <div class="chev">
335
+ <svg viewBox="0 0 24 24"><path d="M8 5 L16 12 L8 19" /></svg>
336
+ </div>
337
+ </div>
338
+ <div class="subtitle">Last 7 days</div>
339
+
340
+ <div class="achieved">
341
+ <div class="count">0/7</div>
342
+ <div class="text">Achieved</div>
343
+ </div>
344
+
345
+ <div class="days-row">
346
+ <div class="day"></div>
347
+ <div class="day"></div>
348
+ <div class="day"></div>
349
+ <div class="day"></div>
350
+ <div class="day"></div>
351
+ <div class="day"></div>
352
+ <div class="day"></div>
353
+ </div>
354
+ <div class="day-labels">
355
+ <div>W</div><div>T</div><div>F</div><div>S</div><div>S</div><div>M</div><div>T</div>
356
+ </div>
357
+ </div>
358
+
359
+ <!-- Weekly target card -->
360
+ <div class="card weekly">
361
+ <div class="title-row">
362
+ <div class="title">Your weekly target</div>
363
+ <div class="chev">
364
+ <svg viewBox="0 0 24 24"><path d="M8 5 L16 12 L8 19" /></svg>
365
+ </div>
366
+ </div>
367
+ <div class="week-range">Oct 1 – 7</div>
368
+
369
+ <div class="progress-wrap">
370
+ <div class="progress-text">5 of 150</div>
371
+ <div class="progress-bar"><div class="fill"></div></div>
372
+ </div>
373
+
374
+ <div class="week-copy">
375
+ Scoring 150 Heart Points a week can help you live longer, sleep better, and boost your mood
376
+ </div>
377
+
378
+ <div class="aha">[IMG: American Heart Association]</div>
379
+ </div>
380
+
381
+ <!-- Floating action button -->
382
+ <div class="fab">
383
+ <div class="plus-icon">
384
+ <svg viewBox="0 0 100 100">
385
+ <rect class="blue" x="42" y="18" width="16" height="64" rx="8"></rect>
386
+ <rect class="red" x="18" y="42" width="64" height="16" rx="8"></rect>
387
+ <rect class="yellow" x="42" y="28" width="16" height="44" rx="8" opacity="0.5"></rect>
388
+ <rect class="green" x="28" y="42" width="44" height="16" rx="8" opacity="0.5"></rect>
389
+ </svg>
390
+ </div>
391
+ </div>
392
+
393
+ <!-- Bottom navigation -->
394
+ <div class="bottom-nav">
395
+ <div class="nav-item">
396
+ <div class="ni-icon">
397
+ <svg viewBox="0 0 24 24"><path d="M3 12 L12 5 L21 12" /><path d="M5 11 V19 H19 V11" /></svg>
398
+ </div>
399
+ <div>Home</div>
400
+ </div>
401
+ <div class="nav-item inactive">
402
+ <div class="ni-icon">
403
+ <svg viewBox="0 0 24 24"><rect x="4" y="5" width="16" height="14" rx="2"></rect><path d="M8 9 H16" /></svg>
404
+ </div>
405
+ <div>Journal</div>
406
+ </div>
407
+ <div class="nav-item inactive">
408
+ <div class="ni-icon">
409
+ <svg viewBox="0 0 24 24"><path d="M4 7 H20" /><path d="M4 12 H20" /><path d="M4 17 H20" /></svg>
410
+ </div>
411
+ <div>Browse</div>
412
+ </div>
413
+ <div class="nav-item inactive">
414
+ <div class="ni-icon">
415
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="8" r="4"></circle><path d="M4 20 C6 15 18 15 20 20" /></svg>
416
+ </div>
417
+ <div>Profile</div>
418
+ </div>
419
+ </div>
420
+
421
+ </div>
422
+ </body>
423
+ </html>
code/10361/10361_3.html ADDED
@@ -0,0 +1,322 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>Mobile UI Render</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #121212;
13
+ color: #E6E6E6;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ height: 110px;
19
+ padding: 24px 32px;
20
+ display: flex;
21
+ align-items: center;
22
+ justify-content: space-between;
23
+ color: #F5F5F5;
24
+ font-size: 44px;
25
+ }
26
+ .status-right { display: flex; gap: 26px; align-items: center; }
27
+ .status-icon { width: 42px; height: 42px; opacity: 0.9; }
28
+ .status-icon svg { width: 100%; height: 100%; fill: #E6E6E6; }
29
+
30
+ /* Content area */
31
+ .content { padding: 8px 36px 0 36px; }
32
+
33
+ /* Calendar strip */
34
+ .calendar-top { color: #7E8B93; font-size: 32px; margin: 8px 0 12px; }
35
+ .day-strip {
36
+ display: flex;
37
+ gap: 26px;
38
+ align-items: center;
39
+ background: #1c1c1c;
40
+ border-radius: 22px;
41
+ padding: 16px 26px;
42
+ color: #AAB4BE;
43
+ width: 100%;
44
+ }
45
+ .day-strip .days { margin-left: auto; display: flex; gap: 52px; letter-spacing: 2px; }
46
+ .day-strip .days span.active {
47
+ color: #FFFFFF;
48
+ font-weight: bold;
49
+ }
50
+
51
+ /* Cards */
52
+ .card {
53
+ background: #1e1e1e;
54
+ border-radius: 26px;
55
+ padding: 32px;
56
+ margin-top: 24px;
57
+ position: relative;
58
+ }
59
+ .card-header {
60
+ display: flex;
61
+ align-items: center;
62
+ justify-content: space-between;
63
+ }
64
+ .card-header .title {
65
+ font-size: 46px;
66
+ font-weight: 600;
67
+ color: #FFFFFF;
68
+ }
69
+ .card-header .chevron {
70
+ width: 40px; height: 40px; opacity: 0.8;
71
+ }
72
+ .sub { color: #A7ADB4; font-size: 30px; margin-top: 6px; }
73
+
74
+ /* Weekly target specifics */
75
+ .big-green { color: #24D59B; font-size: 58px; font-weight: 700; margin-right: 12px; }
76
+ .green { color: #24D59B; font-size: 40px; }
77
+ .progress-area { margin-top: 24px; }
78
+ .progress-track {
79
+ height: 22px;
80
+ background: #2a2a2a;
81
+ border-radius: 12px;
82
+ margin-top: 16px;
83
+ position: relative;
84
+ overflow: hidden;
85
+ }
86
+ .progress-fill {
87
+ height: 100%;
88
+ width: 70px; /* small progress */
89
+ background: #1ab07d;
90
+ }
91
+ .desc {
92
+ color: #A7ADB4;
93
+ font-size: 34px;
94
+ line-height: 48px;
95
+ margin-top: 28px;
96
+ max-width: 760px;
97
+ }
98
+ .aha-badge {
99
+ position: absolute;
100
+ right: 28px;
101
+ bottom: 28px;
102
+ width: 180px;
103
+ height: 160px;
104
+ background: #E0E0E0;
105
+ border: 1px solid #BDBDBD;
106
+ display: flex;
107
+ align-items: center;
108
+ justify-content: center;
109
+ color: #757575;
110
+ border-radius: 18px;
111
+ text-align: center;
112
+ font-size: 28px;
113
+ padding: 8px;
114
+ }
115
+
116
+ /* Workout card */
117
+ .details { display: flex; align-items: center; gap: 14px; color: #A7ADB4; font-size: 34px; margin-top: 14px; }
118
+ .walk-icon { width: 36px; height: 36px; opacity: 0.9; }
119
+ .map {
120
+ margin-top: 24px;
121
+ height: 520px;
122
+ background: #E0E0E0;
123
+ border: 1px solid #BDBDBD;
124
+ border-radius: 18px;
125
+ display: flex;
126
+ align-items: center;
127
+ justify-content: center;
128
+ color: #757575;
129
+ font-size: 32px;
130
+ }
131
+
132
+ /* Notification card */
133
+ .notif-title { font-size: 46px; font-weight: 600; color: #FFFFFF; display: flex; align-items: center; justify-content: space-between; }
134
+ .close-x {
135
+ width: 44px; height: 44px; border-radius: 50%;
136
+ display: inline-flex; align-items: center; justify-content: center;
137
+ color: #C4C4C4; font-size: 30px; background: transparent; border: 1px solid #333;
138
+ }
139
+ .notif .desc { max-width: 880px; }
140
+ .link { color: #69A6FF; font-size: 38px; margin-top: 24px; }
141
+
142
+ /* Label */
143
+ .section-label { color: #C4C4C4; font-size: 32px; margin: 30px 8px 0; letter-spacing: 3px; }
144
+
145
+ /* Floating action button */
146
+ .fab {
147
+ position: absolute;
148
+ right: 52px;
149
+ bottom: 540px;
150
+ width: 160px;
151
+ height: 160px;
152
+ border-radius: 50%;
153
+ border: none;
154
+ box-shadow: 0 10px 24px rgba(0,0,0,0.5);
155
+ background: #2A2A2A;
156
+ color: #E6E6E6;
157
+ font-size: 94px;
158
+ line-height: 160px;
159
+ text-align: center;
160
+ cursor: default;
161
+ }
162
+
163
+ /* Bottom navigation */
164
+ .bottom-nav {
165
+ position: absolute;
166
+ left: 0; right: 0; bottom: 134px;
167
+ height: 190px;
168
+ background: #1a1a1a;
169
+ display: flex;
170
+ padding: 22px 40px;
171
+ justify-content: space-around;
172
+ align-items: center;
173
+ border-top: 1px solid #252525;
174
+ }
175
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 14px; color: #A7ADB4; }
176
+ .nav-item .text { font-size: 34px; }
177
+ .nav-item.active { color: #FFFFFF; }
178
+ .nav-icon { width: 70px; height: 70px; opacity: 0.95; }
179
+ .nav-icon svg { width: 100%; height: 100%; fill: currentColor; }
180
+
181
+ /* Gesture bar */
182
+ .gesture-bar {
183
+ position: absolute;
184
+ left: 50%;
185
+ transform: translateX(-50%);
186
+ bottom: 48px;
187
+ width: 360px;
188
+ height: 14px;
189
+ background: #EAEAEA;
190
+ border-radius: 8px;
191
+ opacity: 0.9;
192
+ }
193
+ </style>
194
+ </head>
195
+ <body>
196
+ <div id="render-target">
197
+
198
+ <!-- Status bar -->
199
+ <div class="status-bar">
200
+ <div>11:43</div>
201
+ <div class="status-right">
202
+ <div class="status-icon">
203
+ <!-- play triangle (approx Google Play) -->
204
+ <svg viewBox="0 0 24 24"><path d="M5 3l14 9-14 9V3z"></path></svg>
205
+ </div>
206
+ <div class="status-icon">
207
+ <!-- wifi -->
208
+ <svg viewBox="0 0 24 24"><path d="M12 18a2 2 0 1 0 0.001 3.999A2 2 0 0 0 12 18zm-8-6a14 14 0 0 1 16 0l-2 2a10 10 0 0 0-12 0l-2-2zm4-4a18 18 0 0 1 8 0l-2 2a14 14 0 0 0-4 0l-2-2z"></path></svg>
209
+ </div>
210
+ <div class="status-icon">
211
+ <!-- notifications -->
212
+ <svg viewBox="0 0 24 24"><path d="M12 2a6 6 0 0 0-6 6v4.5L4 14v2h16v-2l-2-1.5V8a6 6 0 0 0-6-6zm0 20a3 3 0 0 0 3-3H9a3 3 0 0 0 3 3z"></path></svg>
213
+ </div>
214
+ <div class="status-icon">
215
+ <!-- battery -->
216
+ <svg viewBox="0 0 24 24"><path d="M16 4h3v3h-3V4zM5 7h11a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2zm1 3v8h9V10H6z"></path></svg>
217
+ </div>
218
+ </div>
219
+ </div>
220
+
221
+ <!-- Content area -->
222
+ <div class="content">
223
+ <div class="calendar-top">Achieved</div>
224
+ <div class="day-strip">
225
+ <div>W</div><div>T</div><div>F</div><div>S</div><div>S</div><div>M</div>
226
+ <div class="days">
227
+ <span>W</span><span>T</span><span>F</span><span>S</span><span>S</span><span>M</span><span class="active">T</span>
228
+ </div>
229
+ </div>
230
+
231
+ <!-- Weekly target card -->
232
+ <div class="card weekly">
233
+ <div class="card-header">
234
+ <div class="title">Your weekly target</div>
235
+ <div class="chevron">
236
+ <svg viewBox="0 0 24 24"><path d="M9 6l6 6-6 6"></path></svg>
237
+ </div>
238
+ </div>
239
+ <div class="sub">Oct 1 – 7</div>
240
+ <div class="progress-area">
241
+ <span class="big-green">5</span><span class="green">of 150</span>
242
+ <div class="progress-track">
243
+ <div class="progress-fill"></div>
244
+ </div>
245
+ </div>
246
+ <div class="desc">
247
+ Scoring 150 Heart Points a week can help you live longer, sleep better, and boost your mood
248
+ </div>
249
+ <div class="aha-badge">[IMG: American Heart Association badge]</div>
250
+ </div>
251
+
252
+ <!-- Last workout card -->
253
+ <div class="card workout">
254
+ <div class="card-header">
255
+ <div class="title">Last workout • Late night walk</div>
256
+ <div class="chevron">
257
+ <svg viewBox="0 0 24 24"><path d="M9 6l6 6-6 6"></path></svg>
258
+ </div>
259
+ </div>
260
+ <div class="details">
261
+ <div class="walk-icon">
262
+ <svg viewBox="0 0 24 24"><path d="M13 3a2 2 0 1 1 .001 3.999A2 2 0 0 1 13 3zm-2 6h3l2 3-1.5 1.5L13 11l-2 3v5H8v-6l2-4z"></path></svg>
263
+ </div>
264
+ <div>Oct 3 • 11:41 PM • 1 min</div>
265
+ </div>
266
+ <div class="map">[IMG: Google Map of route]</div>
267
+ </div>
268
+
269
+ <!-- Notification card -->
270
+ <div class="card notif">
271
+ <div class="notif-title">
272
+ <span>Get notifications from Fit</span>
273
+ <span class="close-x">×</span>
274
+ </div>
275
+ <div class="desc">Allow Fit to send notifications to get coaching messages and tips to help you meet your goals</div>
276
+ <div class="link">Turn on notifications</div>
277
+ </div>
278
+
279
+ <div class="section-label">TRENDS</div>
280
+ </div>
281
+
282
+ <!-- Floating action button -->
283
+ <button class="fab">+</button>
284
+
285
+ <!-- Bottom navigation -->
286
+ <div class="bottom-nav">
287
+ <div class="nav-item active">
288
+ <div class="nav-icon">
289
+ <!-- home icon (circle with heart-like center) -->
290
+ <svg viewBox="0 0 24 24"><path d="M12 3l9 7v10a1 1 0 0 1-1 1h-5v-6H9v6H4a1 1 0 0 1-1-1V10l9-7z"></path></svg>
291
+ </div>
292
+ <div class="text">Home</div>
293
+ </div>
294
+ <div class="nav-item">
295
+ <div class="nav-icon">
296
+ <!-- clipboard -->
297
+ <svg viewBox="0 0 24 24"><path d="M9 3h6v2h3a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h3V3zm0 6h6v2H9V9zm0 4h6v2H9v-2z"></path></svg>
298
+ </div>
299
+ <div class="text">Journal</div>
300
+ </div>
301
+ <div class="nav-item">
302
+ <div class="nav-icon">
303
+ <!-- list -->
304
+ <svg viewBox="0 0 24 24"><path d="M4 6h16v2H4V6zm0 5h16v2H4v-2zm0 5h16v2H4v-2z"></path></svg>
305
+ </div>
306
+ <div class="text">Feed</div>
307
+ </div>
308
+ <div class="nav-item">
309
+ <div class="nav-icon">
310
+ <!-- person -->
311
+ <svg viewBox="0 0 24 24"><path d="M12 12a4 4 0 1 0-0.001-7.999A4 4 0 0 0 12 12zm-7 8c0-4 4-6 7-6s7 2 7 6v1H5v-1z"></path></svg>
312
+ </div>
313
+ <div class="text">Profile</div>
314
+ </div>
315
+ </div>
316
+
317
+ <!-- Gesture bar -->
318
+ <div class="gesture-bar"></div>
319
+
320
+ </div>
321
+ </body>
322
+ </html>
code/10361/10361_4.html ADDED
@@ -0,0 +1,307 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>UI Render</title>
5
+ <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
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
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 110px;
23
+ padding: 0 36px;
24
+ box-sizing: border-box;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: space-between;
28
+ color: #fff;
29
+ background: #1a1a1a;
30
+ }
31
+ .status-left { font-size: 48px; font-weight: 500; letter-spacing: 0.5px; }
32
+ .status-right { display: flex; align-items: center; gap: 28px; }
33
+ .icon {
34
+ width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center;
35
+ }
36
+ /* Content area */
37
+ .content {
38
+ position: absolute;
39
+ top: 110px;
40
+ left: 0;
41
+ width: 100%;
42
+ height: calc(100% - 110px);
43
+ overflow-y: hidden;
44
+ }
45
+ .scroll {
46
+ padding: 24px 30px 180px;
47
+ box-sizing: border-box;
48
+ }
49
+ .card {
50
+ background: #1f1f1f;
51
+ border-radius: 30px;
52
+ padding: 40px;
53
+ box-sizing: border-box;
54
+ margin-bottom: 28px;
55
+ position: relative;
56
+ }
57
+ .card .title {
58
+ font-size: 54px;
59
+ font-weight: 700;
60
+ margin-bottom: 10px;
61
+ }
62
+ .subtitle {
63
+ font-size: 32px;
64
+ color: #9aa0a6;
65
+ margin-bottom: 22px;
66
+ }
67
+ .notif-card .title { font-size: 58px; }
68
+ .notif-card .desc { font-size: 36px; color: #b0b0b0; line-height: 1.4; margin-top: 8px; }
69
+ .action-link { color: #2bbd7e; font-size: 40px; font-weight: 600; margin-top: 28px; display: inline-block; }
70
+ .close-x {
71
+ position: absolute; right: 30px; top: 30px; width: 56px; height: 56px; border-radius: 50%;
72
+ display: flex; align-items: center; justify-content: center; color: #b0b0b0; background: rgba(255,255,255,0.04);
73
+ }
74
+ /* Trend header */
75
+ .section-label {
76
+ font-size: 42px; font-weight: 700; margin: 20px 0 18px 8px; color: #cfcfcf;
77
+ }
78
+ /* Graph placeholder */
79
+ .graph {
80
+ width: 100%; height: 10px; border-top: 2px dashed #48627e; opacity: 0.7; margin: 26px 0 38px;
81
+ }
82
+ .metric-row {
83
+ display: flex; align-items: baseline; gap: 18px;
84
+ }
85
+ .metric-value {
86
+ font-size: 64px; font-weight: 800; color: #30d195;
87
+ }
88
+ .metric-blue { color: #6aa8ff; }
89
+ .metric-label { font-size: 36px; color: #8ba39c; }
90
+ .week {
91
+ display: flex; justify-content: space-between; align-items: center; margin-top: 8px;
92
+ }
93
+ .week span {
94
+ color: #9aa0a6; font-size: 34px; width: 1ch; text-align: center;
95
+ }
96
+ .tiny-bar {
97
+ position: absolute; right: 36px; bottom: 170px; width: 30px; height: 12px; border-radius: 6px; background: #00d084;
98
+ }
99
+ .tiny-square {
100
+ position: absolute; right: 36px; bottom: 166px; width: 34px; height: 34px; border-radius: 6px; background: #6aa8ff;
101
+ }
102
+ .chev {
103
+ position: absolute; right: 30px; top: 40px; width: 40px; height: 40px; opacity: 0.7;
104
+ }
105
+ /* Weight card specifics */
106
+ .weight-meta { font-size: 36px; color: #9aa0a6; display: flex; align-items: center; gap: 16px; }
107
+ .mini-icon {
108
+ width: 46px; height: 46px; background: #E0E0E0; border: 1px solid #BDBDBD; display: flex; align-items: center; justify-content: center;
109
+ border-radius: 10px; color: #757575; font-size: 20px;
110
+ }
111
+ .weight-value { font-size: 64px; font-weight: 800; margin-top: 30px; }
112
+ .weight-sub { font-size: 32px; color: #8c8c8c; margin-top: 6px; }
113
+ .month-row { display: flex; justify-content: space-between; color: #9aa0a6; font-size: 34px; margin-top: 40px; padding: 0 10px; }
114
+ .plus-btn {
115
+ position: absolute; right: 100px; top: 36px; width: 60px; height: 60px; border-radius: 12px;
116
+ display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.06); color: #d0d0d0; font-size: 48px;
117
+ }
118
+ /* Floating action button */
119
+ .fab {
120
+ position: absolute;
121
+ right: 44px;
122
+ bottom: 270px;
123
+ width: 150px; height: 150px; border-radius: 75px;
124
+ background: #2f2f2f;
125
+ box-shadow: 0 10px 24px rgba(0,0,0,0.6);
126
+ display: flex; align-items: center; justify-content: center;
127
+ }
128
+ .fab::before {
129
+ content: '+'; font-size: 110px; line-height: 0; color: #ffffff;
130
+ }
131
+ /* Bottom nav */
132
+ .bottom-nav {
133
+ position: absolute; left: 0; bottom: 0; width: 100%; height: 170px; background: #1b1b1b;
134
+ border-top-left-radius: 30px; border-top-right-radius: 30px;
135
+ display: flex; align-items: center; justify-content: space-around;
136
+ }
137
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 14px; color: #bdbdbd; }
138
+ .nav-item.active { color: #63a5ff; }
139
+ .nav-icon {
140
+ width: 80px; height: 80px; border-radius: 40px; background: #2a2a2a; display: flex; align-items: center; justify-content: center;
141
+ }
142
+ .nav-item.active .nav-icon { border: 4px solid #63a5ff; background: #1f2d46; }
143
+ .nav-label { font-size: 34px; }
144
+ /* Simple SVG chevron and icons */
145
+ svg { display: block; }
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">11:43</div>
154
+ <div class="status-right">
155
+ <div class="icon">
156
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#ffffff" opacity="0.9">
157
+ <path d="M2 18h20l-10-12z"></path>
158
+ </svg>
159
+ </div>
160
+ <div class="icon">
161
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#ffffff" opacity="0.9">
162
+ <path d="M12 3a9 9 0 0 1 9 9h-3a6 6 0 0 0-6-6V3z"></path>
163
+ <circle cx="12" cy="12" r="3" fill="#ffffff"></circle>
164
+ </svg>
165
+ </div>
166
+ <div class="icon">
167
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#ffffff" opacity="0.9">
168
+ <path d="M6 22h12a2 2 0 0 0 2-2V8l-6-5H6a2 2 0 0 0-2 2v15a2 2 0 0 0 2 2zM13 3.5L18.5 8H13V3.5z"></path>
169
+ </svg>
170
+ </div>
171
+ </div>
172
+ </div>
173
+
174
+ <div class="content">
175
+ <div class="scroll">
176
+
177
+ <!-- Notifications Card -->
178
+ <div class="card notif-card" style="margin-top: 10px;">
179
+ <div class="close-x">×</div>
180
+ <div class="title">Get notifications from Fit</div>
181
+ <div class="desc">Allow Fit to send notifications to get coaching messages and tips to help you meet your goals</div>
182
+ <div class="action-link">Turn on notifications</div>
183
+ </div>
184
+
185
+ <div class="section-label">TRENDS</div>
186
+
187
+ <!-- Heart Points Card -->
188
+ <div class="card">
189
+ <div class="title">Heart Points</div>
190
+ <div class="subtitle">Last 7 days</div>
191
+ <svg class="chev" viewBox="0 0 24 24" fill="#9aa0a6">
192
+ <path d="M9 6l6 6-6 6"></path>
193
+ </svg>
194
+
195
+ <div class="graph"></div>
196
+
197
+ <div class="metric-row">
198
+ <div class="metric-value">5<span style="font-size:40px; margin-left:10px;">pts</span></div>
199
+ </div>
200
+ <div class="metric-label" style="color:#2bbd7e; margin-top: 6px;">Today</div>
201
+
202
+ <div class="week" style="margin-top: 40px;">
203
+ <span>W</span><span>T</span><span>F</span><span>S</span><span>S</span><span>M</span><span>T</span>
204
+ </div>
205
+ <div class="tiny-bar"></div>
206
+ </div>
207
+
208
+ <!-- Steps Card -->
209
+ <div class="card">
210
+ <div class="title">Steps</div>
211
+ <div class="subtitle">Last 7 days</div>
212
+ <svg class="chev" viewBox="0 0 24 24" fill="#9aa0a6">
213
+ <path d="M9 6l6 6-6 6"></path>
214
+ </svg>
215
+
216
+ <div class="graph" style="border-top-color:#5e7ea6;"></div>
217
+
218
+ <div class="metric-row">
219
+ <div class="metric-value metric-blue">2,511</div>
220
+ </div>
221
+ <div class="metric-label" style="color:#6aa8ff; margin-top: 6px;">Today</div>
222
+
223
+ <div class="week" style="margin-top: 40px;">
224
+ <span>W</span><span>T</span><span>F</span><span>S</span><span>S</span><span>M</span><span>T</span>
225
+ </div>
226
+ <div class="tiny-square"></div>
227
+ </div>
228
+
229
+ <!-- Weight Card -->
230
+ <div class="card">
231
+ <div class="title">Weight</div>
232
+ <div class="plus-btn">+</div>
233
+ <svg class="chev" viewBox="0 0 24 24" fill="#9aa0a6">
234
+ <path d="M9 6l6 6-6 6"></path>
235
+ </svg>
236
+ <div class="weight-meta">Jul 12 – Oct 3 •
237
+ <div class="mini-icon">[IMG]</div>
238
+ <span>Home Workout - No Equipment</span>
239
+ </div>
240
+
241
+ <div class="weight-value">165 <span style="font-size:40px; font-weight:700;">lb</span></div>
242
+ <div class="weight-sub">4 hr. ago</div>
243
+
244
+ <div class="month-row">
245
+ <span></span>
246
+ <span>Aug</span>
247
+ <span>Sep</span>
248
+ <span>Oct</span>
249
+ </div>
250
+ </div>
251
+
252
+ <!-- Energy expended section header -->
253
+ <div class="card" style="padding: 34px 34px;">
254
+ <div style="display:flex; align-items:center; justify-content:space-between;">
255
+ <div class="title" style="font-size:54px; margin:0;">Energy expended</div>
256
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#9aa0a6">
257
+ <path d="M9 6l6 6-6 6"></path>
258
+ </svg>
259
+ </div>
260
+ </div>
261
+
262
+ </div>
263
+ </div>
264
+
265
+ <!-- Floating Action Button -->
266
+ <div class="fab"></div>
267
+
268
+ <!-- Bottom Navigation -->
269
+ <div class="bottom-nav">
270
+ <div class="nav-item active">
271
+ <div class="nav-icon">
272
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#63a5ff">
273
+ <path d="M12 3l9 8h-3v7H6v-7H3z"></path>
274
+ </svg>
275
+ </div>
276
+ <div class="nav-label">Home</div>
277
+ </div>
278
+ <div class="nav-item">
279
+ <div class="nav-icon">
280
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#bdbdbd">
281
+ <path d="M7 3h10v2H7zm0 4h10v2H7zm0 4h10v2H7zm0 4h10v2H7z"></path>
282
+ </svg>
283
+ </div>
284
+ <div class="nav-label">Journal</div>
285
+ </div>
286
+ <div class="nav-item">
287
+ <div class="nav-icon">
288
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#bdbdbd">
289
+ <path d="M4 6h16v2H4zm0 5h16v2H4zm0 5h10v2H4z"></path>
290
+ </svg>
291
+ </div>
292
+ <div class="nav-label">Browse</div>
293
+ </div>
294
+ <div class="nav-item">
295
+ <div class="nav-icon">
296
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#bdbdbd">
297
+ <circle cx="12" cy="7" r="4"></circle>
298
+ <path d="M4 22c0-4 4-7 8-7s8 3 8 7H4z"></path>
299
+ </svg>
300
+ </div>
301
+ <div class="nav-label">Profile</div>
302
+ </div>
303
+ </div>
304
+
305
+ </div>
306
+ </body>
307
+ </html>
code/10361/10361_5.html ADDED
@@ -0,0 +1,345 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>Mobile UI Mock</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #171a1d; /* dark app background */
13
+ color: #e6e6e6;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ height: 120px;
19
+ padding: 0 36px;
20
+ box-sizing: border-box;
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ color: #fff;
25
+ }
26
+ .status-left { font-weight: 600; font-size: 40px; letter-spacing: 1px; }
27
+ .status-right { display: flex; gap: 28px; align-items: center; }
28
+ .sb-icon { width: 34px; height: 34px; opacity: 0.9; }
29
+
30
+ /* Content area */
31
+ .content { padding: 0 32px 220px; box-sizing: border-box; }
32
+ .banner-card {
33
+ background: #262b2f;
34
+ border-radius: 26px;
35
+ padding: 38px 36px;
36
+ margin: 6px 0 26px;
37
+ position: relative;
38
+ }
39
+ .banner-title {
40
+ font-size: 44px;
41
+ font-weight: 700;
42
+ margin-bottom: 16px;
43
+ }
44
+ .banner-desc {
45
+ font-size: 32px;
46
+ line-height: 1.4;
47
+ color: #aeb6bf;
48
+ max-width: 900px;
49
+ }
50
+ .banner-action {
51
+ color: #4da3ff;
52
+ font-size: 36px;
53
+ margin-top: 26px;
54
+ font-weight: 600;
55
+ }
56
+ .close-x {
57
+ position: absolute;
58
+ right: 24px;
59
+ top: 20px;
60
+ width: 56px;
61
+ height: 56px;
62
+ border-radius: 16px;
63
+ display: flex;
64
+ align-items: center;
65
+ justify-content: center;
66
+ color: #9aa3ab;
67
+ font-size: 44px;
68
+ }
69
+
70
+ .section-title {
71
+ color: #cfd6dd;
72
+ letter-spacing: 3px;
73
+ font-weight: 800;
74
+ font-size: 34px;
75
+ margin: 14px 6px 22px;
76
+ }
77
+
78
+ .card {
79
+ background: #23282d;
80
+ border-radius: 26px;
81
+ padding: 34px;
82
+ margin: 16px 0 24px;
83
+ position: relative;
84
+ }
85
+ .card-header {
86
+ display: flex;
87
+ align-items: center;
88
+ justify-content: space-between;
89
+ margin-bottom: 8px;
90
+ }
91
+ .card-title {
92
+ font-size: 48px;
93
+ font-weight: 700;
94
+ }
95
+ .chev {
96
+ width: 50px; height: 50px;
97
+ display: flex; align-items: center; justify-content: center;
98
+ color: #9aa3ab; font-size: 52px;
99
+ }
100
+ .sub {
101
+ color: #98a1a8;
102
+ font-size: 30px;
103
+ margin-bottom: 24px;
104
+ }
105
+ .stat-row {
106
+ display: flex;
107
+ align-items: baseline;
108
+ gap: 14px;
109
+ margin: 6px 0 12px;
110
+ }
111
+ .val-green { color: #00d1a2; font-weight: 800; font-size: 72px; }
112
+ .val-blue { color: #55a8ff; font-weight: 800; font-size: 72px; }
113
+ .unit { color: #00d1a2; font-weight: 700; font-size: 40px; }
114
+ .today { color: #2fe4a8; font-size: 32px; margin-top: 6px; }
115
+ .today-blue { color: #58a9ff; font-size: 32px; margin-top: 6px; }
116
+ .chart {
117
+ margin: 14px 0 30px;
118
+ height: 34px;
119
+ border-top: 2px dashed #45607a;
120
+ opacity: 0.7;
121
+ }
122
+ .weekday {
123
+ display: flex; justify-content: space-between; color: #9aa3ab; font-size: 32px; letter-spacing: 8px;
124
+ }
125
+ .dot {
126
+ width: 28px; height: 18px; border-radius: 6px; background: #1dbfa2; margin-left: 16px;
127
+ }
128
+ .dot-blue { background: #4da3ff; }
129
+ .weekday .today-marker { width: 26px; height: 18px; border-radius: 5px; background: #1dbfa2; margin-top: 6px; }
130
+
131
+ /* Weight card custom */
132
+ .weight-top {
133
+ display: flex; align-items: center; justify-content: space-between; margin-bottom: 4px;
134
+ }
135
+ .add-mini {
136
+ width: 64px; height: 64px; border-radius: 16px;
137
+ background: #2b3137;
138
+ display: flex; align-items: center; justify-content: center;
139
+ color: #e6e6e6; font-size: 48px;
140
+ }
141
+ .weight-sub { color: #9aa3ab; font-size: 30px; margin-bottom: 22px; }
142
+ .row-app {
143
+ display: flex; align-items: center; gap: 18px;
144
+ color: #c9d0d6; font-size: 34px; margin-bottom: 28px;
145
+ }
146
+ .app-icon {
147
+ width: 46px; height: 46px; border-radius: 8px; background: #dd4b39;
148
+ display: flex; align-items: center; justify-content: center;
149
+ font-size: 34px;
150
+ }
151
+ .weight-value { font-size: 64px; font-weight: 800; color: #cfe3ff; }
152
+ .ago { font-size: 30px; color: #9aa3ab; margin-top: 8px; }
153
+
154
+ /* Next section placeholder */
155
+ .simple-link { color: #cfd6dd; font-size: 46px; font-weight: 700; }
156
+ .right-arrow { color: #9aa3ab; font-size: 50px; }
157
+
158
+ /* Floating action button */
159
+ .fab {
160
+ position: absolute;
161
+ right: 40px;
162
+ bottom: 240px;
163
+ width: 150px; height: 150px; border-radius: 80px;
164
+ background: #2e3338;
165
+ box-shadow: 0 10px 24px rgba(0,0,0,0.5);
166
+ display: flex; align-items: center; justify-content: center;
167
+ }
168
+ .g-plus {
169
+ position: relative; width: 68px; height: 68px;
170
+ }
171
+ .g-plus::before, .g-plus::after {
172
+ content: "";
173
+ position: absolute; left: 50%; top: 50%;
174
+ transform: translate(-50%,-50%);
175
+ background: #fff; border-radius: 6px;
176
+ }
177
+ .g-plus::before { width: 68px; height: 14px; background: linear-gradient(90deg,#34a853 0 50%, #4285f4 50% 100%); }
178
+ .g-plus::after { width: 14px; height: 68px; background: linear-gradient(180deg,#fbbc05 0 50%, #ea4335 50% 100%); }
179
+
180
+ /* Bottom navigation */
181
+ .bottom-bar {
182
+ position: absolute; left: 0; right: 0; bottom: 0;
183
+ height: 190px; background: #1c2024;
184
+ border-top: 1px solid rgba(255,255,255,0.05);
185
+ display: flex; justify-content: space-around; align-items: center;
186
+ padding-bottom: 18px;
187
+ }
188
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 14px; color: #aeb6bf; font-size: 28px; }
189
+ .nav-item.active { color: #7fb6ff; }
190
+ .nav-icon {
191
+ width: 82px; height: 82px; border-radius: 41px;
192
+ display: flex; align-items: center; justify-content: center;
193
+ background: transparent; color: #aeb6bf; border: 2px solid transparent;
194
+ }
195
+ .active .nav-icon {
196
+ background: rgba(79,144,255,0.15);
197
+ color: #7fb6ff;
198
+ }
199
+
200
+ /* Simple icons (SVG containers) */
201
+ svg { display: block; }
202
+ </style>
203
+ </head>
204
+ <body>
205
+ <div id="render-target">
206
+
207
+ <!-- Status Bar -->
208
+ <div class="status-bar">
209
+ <div class="status-left">11:44</div>
210
+ <div class="status-right">
211
+ <!-- simple status icons -->
212
+ <svg class="sb-icon" viewBox="0 0 24 24"><path fill="#fff" d="M2 18h20v2H2zM4 8h16v8H4zM6 6h12v2H6z"/></svg>
213
+ <svg class="sb-icon" viewBox="0 0 24 24"><path fill="#fff" d="M21 8V7a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v1h18zm0 2H3v5a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-5z"/></svg>
214
+ <svg class="sb-icon" viewBox="0 0 24 24"><path fill="#fff" d="M16 7h-2V3H10v4H8l4 5 4-5zM6 18h12v2H6z"/></svg>
215
+ </div>
216
+ </div>
217
+
218
+ <div class="content">
219
+
220
+ <!-- Banner -->
221
+ <div class="banner-card">
222
+ <div class="close-x">×</div>
223
+ <div class="banner-title">Get notifications from Fit</div>
224
+ <div class="banner-desc">
225
+ Allow Fit to send notifications to get coaching messages and tips to help you meet your goals
226
+ </div>
227
+ <div class="banner-action">Turn on notifications</div>
228
+ </div>
229
+
230
+ <div class="section-title">TRENDS</div>
231
+
232
+ <!-- Heart Points Card -->
233
+ <div class="card">
234
+ <div class="card-header">
235
+ <div class="card-title">Heart Points</div>
236
+ <div class="chev">›</div>
237
+ </div>
238
+ <div class="sub">Last 7 days</div>
239
+
240
+ <div class="chart"></div>
241
+
242
+ <div class="stat-row">
243
+ <div class="val-green">5</div>
244
+ <div class="unit">pts</div>
245
+ </div>
246
+ <div class="today">Today</div>
247
+
248
+ <div class="weekday" style="margin-top: 26px;">
249
+ <span>W</span><span>T</span><span>F</span><span>S</span><span>S</span><span>M</span>
250
+ <span style="display:flex; align-items:center; gap:10px;">T<div class="today-marker"></div></span>
251
+ </div>
252
+ </div>
253
+
254
+ <!-- Steps Card -->
255
+ <div class="card">
256
+ <div class="card-header">
257
+ <div class="card-title">Steps</div>
258
+ <div class="chev">›</div>
259
+ </div>
260
+ <div class="sub">Last 7 days</div>
261
+
262
+ <div class="chart"></div>
263
+
264
+ <div class="stat-row">
265
+ <div class="val-blue">2,511</div>
266
+ </div>
267
+ <div class="today-blue">Today</div>
268
+
269
+ <div class="weekday" style="margin-top: 26px;">
270
+ <span>W</span><span>T</span><span>F</span><span>S</span><span>S</span><span>M</span>
271
+ <span style="display:flex; align-items:center; gap:10px;">T<div class="dot dot-blue"></div></span>
272
+ </div>
273
+ </div>
274
+
275
+ <!-- Weight Card -->
276
+ <div class="card">
277
+ <div class="weight-top">
278
+ <div class="card-title">Weight</div>
279
+ <div style="display:flex; gap:18px; align-items:center;">
280
+ <div class="add-mini">+</div>
281
+ <div class="chev">›</div>
282
+ </div>
283
+ </div>
284
+ <div class="weight-sub">Jul 12 – Oct 3 •</div>
285
+
286
+ <div class="row-app">
287
+ <div class="app-icon">🏋️</div>
288
+ <div>Home Workout - No Equipment</div>
289
+ </div>
290
+
291
+ <div class="weight-value">165 lb</div>
292
+ <div class="ago">4 hr. ago</div>
293
+
294
+ <div style="height:40px;"></div>
295
+ <div style="display:flex; justify-content:space-between; color:#9aa3ab; font-size:34px; padding:0 6px;">
296
+ <span>Aug</span><span>Sep</span><span>Oct</span>
297
+ </div>
298
+ </div>
299
+
300
+ <!-- Energy expended (simple next card header) -->
301
+ <div class="card" style="padding: 32px 34px;">
302
+ <div style="display:flex; align-items:center; justify-content:space-between;">
303
+ <div class="simple-link">Energy expended</div>
304
+ <div class="right-arrow">›</div>
305
+ </div>
306
+ </div>
307
+
308
+ </div>
309
+
310
+ <!-- Floating Action Button -->
311
+ <div class="fab">
312
+ <div class="g-plus"></div>
313
+ </div>
314
+
315
+ <!-- Bottom Navigation -->
316
+ <div class="bottom-bar">
317
+ <div class="nav-item active">
318
+ <div class="nav-icon">
319
+ <svg width="42" height="42" viewBox="0 0 24 24"><circle cx="12" cy="12" r="9" fill="none" stroke="#7fb6ff" stroke-width="2"/><circle cx="12" cy="12" r="3.5" fill="#7fb6ff"/></svg>
320
+ </div>
321
+ <div>Home</div>
322
+ </div>
323
+ <div class="nav-item">
324
+ <div class="nav-icon">
325
+ <svg width="42" height="42" viewBox="0 0 24 24"><path d="M6 3h12v3H6zM6 7h12v14H6z" fill="none" stroke="#aeb6bf" stroke-width="2"/></svg>
326
+ </div>
327
+ <div>Journal</div>
328
+ </div>
329
+ <div class="nav-item">
330
+ <div class="nav-icon">
331
+ <svg width="42" height="42" viewBox="0 0 24 24"><path d="M4 7h16M4 12h16M4 17h16" stroke="#aeb6bf" stroke-width="2"/></svg>
332
+ </div>
333
+ <div>List</div>
334
+ </div>
335
+ <div class="nav-item">
336
+ <div class="nav-icon">
337
+ <svg width="42" height="42" viewBox="0 0 24 24"><circle cx="12" cy="8" r="4" fill="none" stroke="#aeb6bf" stroke-width="2"/><path d="M4 21c2-4 6-6 8-6s6 2 8 6" fill="none" stroke="#aeb6bf" stroke-width="2"/></svg>
338
+ </div>
339
+ <div>Profile</div>
340
+ </div>
341
+ </div>
342
+
343
+ </div>
344
+ </body>
345
+ </html>
code/10361/10361_6.html ADDED
@@ -0,0 +1,382 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Google Fit Mock - Dark</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ position: relative;
10
+ width: 1080px;
11
+ height: 2400px;
12
+ overflow: hidden;
13
+ background: #121212;
14
+ color: #eaeaea;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0; left: 0;
21
+ width: 100%;
22
+ height: 110px;
23
+ padding: 0 28px;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ box-sizing: border-box;
28
+ color: #fff;
29
+ }
30
+ .status-left { font-size: 40px; font-weight: 600; letter-spacing: 1px; }
31
+ .status-right { display: flex; gap: 26px; align-items: center; }
32
+ .ic { width: 40px; height: 40px; fill: #cfcfcf; opacity: 0.95; }
33
+
34
+ /* Content area */
35
+ .content {
36
+ position: absolute;
37
+ top: 110px;
38
+ left: 0;
39
+ right: 0;
40
+ bottom: 180px; /* keep room for bottom nav */
41
+ overflow: hidden;
42
+ }
43
+
44
+ .banner {
45
+ margin: 24px 28px 12px;
46
+ background: #232323;
47
+ border-radius: 20px;
48
+ padding: 36px;
49
+ box-sizing: border-box;
50
+ }
51
+ .banner h3 {
52
+ margin: 0 0 14px;
53
+ font-size: 44px;
54
+ color: #f2f2f2;
55
+ letter-spacing: 0.2px;
56
+ }
57
+ .banner p {
58
+ margin: 0 0 26px;
59
+ font-size: 34px;
60
+ color: #bdbdbd;
61
+ line-height: 1.35;
62
+ }
63
+ .banner .link {
64
+ color: #5bc9a3;
65
+ font-size: 38px;
66
+ font-weight: 600;
67
+ }
68
+ .banner .close {
69
+ position: absolute;
70
+ right: 46px;
71
+ top: 36px;
72
+ color: #9e9e9e;
73
+ font-size: 56px;
74
+ }
75
+
76
+ .section-title {
77
+ margin: 22px 34px 10px;
78
+ color: #bdbdbd;
79
+ font-weight: 700;
80
+ letter-spacing: 1px;
81
+ font-size: 34px;
82
+ }
83
+
84
+ .card {
85
+ margin: 16px 28px;
86
+ background: #1e1e1e;
87
+ border-radius: 30px;
88
+ padding: 34px;
89
+ position: relative;
90
+ box-sizing: border-box;
91
+ }
92
+ .card .chev {
93
+ position: absolute;
94
+ right: 26px;
95
+ top: 38px;
96
+ width: 40px; height: 40px;
97
+ fill: #8d8d8d;
98
+ }
99
+ .card h4 {
100
+ margin: 0;
101
+ font-size: 44px;
102
+ color: #f0f0f0;
103
+ letter-spacing: 0.2px;
104
+ }
105
+ .sub {
106
+ margin-top: 6px;
107
+ font-size: 32px;
108
+ color: #9aa0a6;
109
+ }
110
+ .metric-row {
111
+ display: flex;
112
+ align-items: baseline;
113
+ gap: 10px;
114
+ margin-top: 28px;
115
+ }
116
+ .metric-big {
117
+ font-size: 64px;
118
+ color: #25d8a5;
119
+ font-weight: 800;
120
+ }
121
+ .metric-unit {
122
+ font-size: 40px;
123
+ color: #25d8a5;
124
+ font-weight: 700;
125
+ }
126
+ .metric-caption {
127
+ margin-left: 18px;
128
+ font-size: 34px;
129
+ color: #26d3a3;
130
+ }
131
+
132
+ .graph {
133
+ margin-top: 22px;
134
+ height: 110px;
135
+ border-top: 2px dashed #3b4a63;
136
+ border-radius: 6px;
137
+ position: relative;
138
+ opacity: 0.9;
139
+ }
140
+ .days {
141
+ display: flex;
142
+ justify-content: space-between;
143
+ color: #8f949a;
144
+ font-size: 34px;
145
+ margin-top: 22px;
146
+ padding: 0 6px;
147
+ }
148
+ .day-highlight {
149
+ width: 26px; height: 26px; border-radius: 6px; background: #1dd6a4; position: absolute; right: 30px; bottom: 112px;
150
+ }
151
+
152
+ /* Steps specifics */
153
+ .steps .metric-big { color: #80b6ff; }
154
+ .steps .metric-unit { color: #80b6ff; }
155
+ .steps .metric-caption { color: #6ea7ff; }
156
+ .steps .graph { border-top-color: #445a87; }
157
+ .steps .today-dot {
158
+ width: 28px; height: 28px; border-radius: 6px; background: #6ea7ff;
159
+ position: absolute; right: 28px; bottom: 112px;
160
+ }
161
+
162
+ /* Weight card */
163
+ .row {
164
+ display: flex;
165
+ align-items: center;
166
+ gap: 18px;
167
+ margin-top: 18px;
168
+ color: #bdbdbd;
169
+ font-size: 34px;
170
+ }
171
+ .badge {
172
+ width: 46px; height: 46px; border-radius: 10px; background: #cf2f2f; display: inline-flex; align-items: center; justify-content: center;
173
+ color: #fff; font-weight: 700; font-size: 28px;
174
+ }
175
+ .weight-value {
176
+ margin-top: 26px;
177
+ font-size: 64px;
178
+ font-weight: 800;
179
+ color: #cfe5ff;
180
+ }
181
+ .ago {
182
+ font-size: 32px;
183
+ color: #9aa0a6;
184
+ margin-top: 6px;
185
+ }
186
+ .timeline {
187
+ margin-top: 42px;
188
+ display: flex;
189
+ justify-content: space-between;
190
+ color: #9aa0a6;
191
+ font-size: 34px;
192
+ padding-right: 10px;
193
+ }
194
+ .mini-dot {
195
+ position: absolute;
196
+ right: 26px;
197
+ bottom: 44px;
198
+ width: 8px; height: 8px; border-radius: 50%; background: #6ea7ff; opacity: 0.6;
199
+ }
200
+
201
+ /* Bottom navigation */
202
+ .bottom-nav {
203
+ position: absolute; left: 0; right: 0; bottom: 0;
204
+ height: 180px; background: #1a1a1a;
205
+ border-top: 1px solid #2a2a2a;
206
+ }
207
+ .nav-items {
208
+ position: absolute; left: 0; right: 0; bottom: 8px;
209
+ display: flex; justify-content: space-around; align-items: center; height: 140px;
210
+ }
211
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 8px; color: #9aa0a6; font-size: 28px; }
212
+ .nav-item.active { color: #79d5b9; }
213
+ .nav-icon { width: 56px; height: 56px; fill: currentColor; opacity: 0.95; }
214
+
215
+ /* Floating Action Button */
216
+ .fab {
217
+ position: absolute;
218
+ right: 40px;
219
+ bottom: 220px;
220
+ width: 140px; height: 140px; border-radius: 50%;
221
+ background: #2c2c2c;
222
+ box-shadow: 0 12px 24px rgba(0,0,0,0.45);
223
+ display: flex; align-items: center; justify-content: center;
224
+ }
225
+ .fab .plus {
226
+ position: relative;
227
+ width: 64px; height: 64px;
228
+ }
229
+ .fab .bar {
230
+ position: absolute; background: #4caf50; left: 28px; top: 4px; width: 8px; height: 56px; border-radius: 4px;
231
+ }
232
+ .fab .bar.h { background: #f44336; transform: rotate(90deg); left: 0; top: 28px; width: 64px; height: 8px; }
233
+ .fab .bar.yellow { background: #fbc02d; left: 28px; top: 4px; height: 56px; opacity: 0.0; } /* subtle placeholder for multi-color */
234
+ .fab .bar.blue { background: #2196f3; transform: rotate(90deg); left: 0; top: 28px; width: 64px; height: 8px; opacity: 0.0; }
235
+
236
+ /* Gesture bar */
237
+ .gesture {
238
+ position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%);
239
+ width: 320px; height: 10px; background: #ffffff; border-radius: 10px; opacity: 0.85;
240
+ }
241
+ </style>
242
+ </head>
243
+ <body>
244
+ <div id="render-target">
245
+ <!-- Status Bar -->
246
+ <div class="status-bar">
247
+ <div class="status-left">11:44</div>
248
+ <div class="status-right">
249
+ <!-- Wi-Fi -->
250
+ <svg class="ic" viewBox="0 0 24 24">
251
+ <path d="M12 18.5l3.5-3.5a5 5 0 00-7 0L12 18.5zm-6-6a10 10 0 0112 0l1.5-1.8a12.5 12.5 0 00-15 0L6 12.5z" />
252
+ </svg>
253
+ <!-- Signal -->
254
+ <svg class="ic" viewBox="0 0 24 24">
255
+ <path d="M3 18h3v3H3v-3zm5-5h3v8H8v-8zm5-4h3v12h-3V9zm5-6h3v18h-3V3z"/>
256
+ </svg>
257
+ <!-- Battery -->
258
+ <svg class="ic" viewBox="0 0 24 24">
259
+ <path d="M16 5h1V3h-1V2H8v1H7v2H4v14h16V5h-4zM6 7h12v10H6V7z"/>
260
+ </svg>
261
+ </div>
262
+ </div>
263
+
264
+ <div class="content">
265
+ <!-- Banner -->
266
+ <div class="banner">
267
+ <div class="close">×</div>
268
+ <h3>Get notifications from Fit</h3>
269
+ <p>Allow Fit to send notifications to get coaching messages and tips to help you meet your goals</p>
270
+ <div class="link">Turn on notifications</div>
271
+ </div>
272
+
273
+ <div class="section-title">TRENDS</div>
274
+
275
+ <!-- Heart Points Card -->
276
+ <div class="card">
277
+ <svg class="chev" viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" /></svg>
278
+ <h4>Heart Points</h4>
279
+ <div class="sub">Last 7 days</div>
280
+
281
+ <div class="metric-row">
282
+ <div class="metric-big">5</div>
283
+ <div class="metric-unit">pts</div>
284
+ <div class="metric-caption">Today</div>
285
+ </div>
286
+
287
+ <div class="graph"></div>
288
+ <div class="day-highlight"></div>
289
+ <div class="days">
290
+ <span>W</span><span>T</span><span>F</span><span>S</span><span>S</span><span>M</span><span>T</span>
291
+ </div>
292
+ </div>
293
+
294
+ <!-- Steps Card -->
295
+ <div class="card steps">
296
+ <svg class="chev" viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" /></svg>
297
+ <h4>Steps</h4>
298
+ <div class="sub">Last 7 days</div>
299
+
300
+ <div class="metric-row">
301
+ <div class="metric-big">2,511</div>
302
+ </div>
303
+ <div class="metric-caption">Today</div>
304
+
305
+ <div class="graph"></div>
306
+ <div class="today-dot"></div>
307
+ <div class="days">
308
+ <span>W</span><span>T</span><span>F</span><span>S</span><span>S</span><span>M</span><span>T</span>
309
+ </div>
310
+ </div>
311
+
312
+ <!-- Weight Card -->
313
+ <div class="card" style="padding-bottom: 46px;">
314
+ <svg class="chev" viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" /></svg>
315
+ <h4>Weight</h4>
316
+ <div class="sub">Jul 12 – Oct 3</div>
317
+
318
+ <div class="row"><span class="badge">🏋</span> Home Workout - No Equipment</div>
319
+
320
+ <div class="weight-value">165 lb</div>
321
+ <div class="ago">4 hr. ago</div>
322
+
323
+ <div class="timeline">
324
+ <span></span>
325
+ <span>Aug</span>
326
+ <span>Sep</span>
327
+ <span>Oct</span>
328
+ </div>
329
+ <div class="mini-dot"></div>
330
+ </div>
331
+
332
+ <!-- Energy expended header teaser -->
333
+ <div class="card" style="padding: 36px 34px;">
334
+ <svg class="chev" viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" /></svg>
335
+ <h4 style="margin-bottom: 4px;">Energy expended</h4>
336
+ <div class="sub">Last 7 days</div>
337
+ </div>
338
+ </div>
339
+
340
+ <!-- Floating Action Button -->
341
+ <div class="fab">
342
+ <div class="plus">
343
+ <div class="bar"></div>
344
+ <div class="bar h"></div>
345
+ </div>
346
+ </div>
347
+
348
+ <!-- Bottom Navigation -->
349
+ <div class="bottom-nav">
350
+ <div class="nav-items">
351
+ <div class="nav-item active">
352
+ <svg class="nav-icon" viewBox="0 0 24 24">
353
+ <path d="M12 4l8 7h-3v9H7v-9H4l8-7z"/>
354
+ </svg>
355
+ <div>Home</div>
356
+ </div>
357
+ <div class="nav-item">
358
+ <svg class="nav-icon" viewBox="0 0 24 24">
359
+ <path d="M7 3h10v3H7V3zm-1 6h12v12H6V9zm3 3v6h6v-6H9z"/>
360
+ </svg>
361
+ <div>Journal</div>
362
+ </div>
363
+ <div class="nav-item">
364
+ <svg class="nav-icon" viewBox="0 0 24 24">
365
+ <path d="M4 6h16v2H4V6zm0 5h16v2H4v-2zm0 5h16v2H4v-2z"/>
366
+ </svg>
367
+ <div>List</div>
368
+ </div>
369
+ <div class="nav-item">
370
+ <svg class="nav-icon" viewBox="0 0 24 24">
371
+ <path d="M12 12a5 5 0 100-10 5 5 0 000 10zm0 2c-5 0-9 3-9 6v2h18v-2c0-3-4-6-9-6z"/>
372
+ </svg>
373
+ <div>Profile</div>
374
+ </div>
375
+ </div>
376
+ </div>
377
+
378
+ <!-- Gesture Bar -->
379
+ <div class="gesture"></div>
380
+ </div>
381
+ </body>
382
+ </html>
code/10361/10361_7.html ADDED
@@ -0,0 +1,303 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Google Fit 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;
10
+ position: relative; overflow: hidden;
11
+ background: #111315; color: #EDEDED;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ height: 88px;
17
+ padding: 0 32px;
18
+ display: flex; align-items: center; justify-content: space-between;
19
+ color: #EDEDED; font-weight: 600; font-size: 40px;
20
+ }
21
+ .status-icons { display: flex; gap: 28px; align-items: center; }
22
+ .icon-dot {
23
+ width: 36px; height: 24px; border-radius: 4px; border: 2px solid #BDBDBD;
24
+ }
25
+ .icon-battery {
26
+ width: 54px; height: 28px; border: 2px solid #BDBDBD; border-radius: 6px; position: relative;
27
+ }
28
+ .icon-battery:after {
29
+ content: ""; position: absolute; right: -8px; top: 7px; width: 6px; height: 14px; background: #BDBDBD; border-radius: 2px;
30
+ }
31
+ .bolt {
32
+ position: absolute; right: 10px; top: 6px; width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 18px solid #BDBDBD;
33
+ transform: rotate(35deg);
34
+ }
35
+
36
+ .content { position: absolute; left: 0; right: 0; top: 88px; bottom: 0; overflow: hidden; }
37
+
38
+ /* Banner */
39
+ .banner {
40
+ margin: 20px 32px 0 32px;
41
+ background: #1E1F22; border-radius: 22px; padding: 36px 36px 40px 36px; position: relative;
42
+ }
43
+ .banner h2 { margin: 0 0 14px 0; font-size: 52px; font-weight: 700; color: #EDEDED; }
44
+ .banner p { margin: 0 0 28px 0; font-size: 36px; line-height: 1.45; color: #A9B0B6; }
45
+ .link { color: #6CB3FF; font-size: 40px; font-weight: 600; }
46
+ .close-x {
47
+ position: absolute; right: 28px; top: 22px; width: 44px; height: 44px; color: #B8B8B8;
48
+ }
49
+ .close-x:before, .close-x:after {
50
+ content: ""; position: absolute; left: 21px; top: 8px; width: 3px; height: 28px; background: #B8B8B8; border-radius: 2px;
51
+ }
52
+ .close-x:before { transform: rotate(45deg); }
53
+ .close-x:after { transform: rotate(-45deg); }
54
+
55
+ .section-title {
56
+ padding: 36px 32px 18px 32px; color: #C6CDD3; letter-spacing: 2px;
57
+ font-weight: 700; font-size: 38px;
58
+ }
59
+
60
+ /* Cards common */
61
+ .card {
62
+ margin: 0 32px 26px 32px; padding: 34px 34px; background: #1C1E21; border-radius: 26px; position: relative;
63
+ box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04);
64
+ }
65
+ .card .chev {
66
+ position: absolute; right: 26px; top: 42px; width: 28px; height: 28px;
67
+ }
68
+ .card h3 { margin: 0; font-size: 52px; color: #EDEDED; }
69
+ .muted { color: #98A0A8; font-size: 34px; margin-top: 6px; }
70
+
71
+ .metric-row {
72
+ display: flex; justify-content: space-between; align-items: flex-end; margin-top: 40px;
73
+ }
74
+ .metric-left .value { font-size: 68px; font-weight: 800; }
75
+ .green { color: #00DC9A; }
76
+ .blue { color: #6CB3FF; }
77
+ .metric-left .sub { margin-top: 8px; font-size: 36px; color: #89A098; }
78
+
79
+ .graph {
80
+ margin: 26px 0; height: 6px; border-bottom: 2px dashed #3A4552;
81
+ }
82
+
83
+ .days {
84
+ display: flex; justify-content: space-between; align-items: center; margin-top: 18px;
85
+ }
86
+ .day {
87
+ color: #8B93A0; font-size: 34px; width: 40px; text-align: center;
88
+ }
89
+ .pill {
90
+ width: 30px; height: 18px; border-radius: 6px; background: #00DC9A; display: inline-block;
91
+ }
92
+ .square-blue {
93
+ width: 30px; height: 30px; border-radius: 6px; background: #4C84FF; display: inline-block;
94
+ }
95
+
96
+ /* Weight card */
97
+ .top-actions {
98
+ position: absolute; right: 96px; top: 38px; display: flex; gap: 30px; align-items: center;
99
+ }
100
+ .plus {
101
+ width: 64px; height: 64px; border-radius: 16px; border: 2px solid #3C3F44; display: flex; align-items: center; justify-content: center; color: #EDEDED; font-size: 54px; line-height: 64px;
102
+ }
103
+ .workout {
104
+ margin-top: 18px; display: flex; align-items: center; gap: 16px; color: #B7BEC6; font-size: 34px;
105
+ }
106
+ .badge {
107
+ width: 44px; height: 44px; border-radius: 10px; background: #E53935; display: inline-flex; align-items: center; justify-content: center; color: #FFF; font-weight: 700;
108
+ box-shadow: inset 0 0 0 2px rgba(255,255,255,0.2);
109
+ }
110
+
111
+ /* Floating action button */
112
+ .fab {
113
+ position: absolute; right: 46px; bottom: 310px; width: 140px; height: 140px; background: #23262B; border-radius: 50%;
114
+ box-shadow: 0 8px 22px rgba(0,0,0,0.6);
115
+ display: flex; align-items: center; justify-content: center;
116
+ border: 1px solid #2F3338;
117
+ }
118
+ .fab .plus-inner {
119
+ width: 72px; height: 72px; position: relative;
120
+ }
121
+ .fab .plus-inner:before, .fab .plus-inner:after {
122
+ content: ""; position: absolute; left: 50%; top: 0; transform: translateX(-50%); width: 16px; height: 72px; background: #4C84FF; border-radius: 8px;
123
+ }
124
+ .fab .plus-inner:after {
125
+ width: 72px; height: 16px; left: 0; top: 50%; transform: translateY(-50%); background: #00DC9A; border-radius: 8px;
126
+ }
127
+
128
+ /* Bottom nav */
129
+ .bottom-nav {
130
+ position: absolute; bottom: 0; left: 0; right: 0; height: 176px; background: #16181B; border-top-left-radius: 26px; border-top-right-radius: 26px;
131
+ box-shadow: 0 -2px 0 rgba(255,255,255,0.03) inset;
132
+ display: flex; justify-content: space-around; align-items: center;
133
+ padding-bottom: 20px;
134
+ }
135
+ .nav-item { display: flex; flex-direction: column; align-items: center; color: #A6AFB7; font-size: 32px; gap: 12px; }
136
+ .nav-item.active { color: #63C1FF; }
137
+ .nav-icon {
138
+ width: 86px; height: 86px; border-radius: 24px; background: transparent; border: 3px solid transparent; display: flex; align-items: center; justify-content: center;
139
+ }
140
+ .nav-item.active .nav-icon {
141
+ border-color: #63C1FF;
142
+ }
143
+ .mini-divider {
144
+ position: absolute; left: 50%; transform: translateX(-50%); bottom: 164px; width: 220px; height: 10px; background: #E0E0E0; opacity: 0.22; border-radius: 8px;
145
+ }
146
+
147
+ /* Small next section card preview */
148
+ .preview-card {
149
+ margin: 0 32px 32px 32px;
150
+ background: #1C1E21; border-radius: 26px; padding: 32px; color: #EDEDED;
151
+ }
152
+ </style>
153
+ </head>
154
+ <body>
155
+ <div id="render-target">
156
+
157
+ <div class="status-bar">
158
+ <div>11:44</div>
159
+ <div class="status-icons">
160
+ <div class="icon-dot"></div>
161
+ <div class="icon-dot" style="width:46px;"></div>
162
+ <div class="icon-battery"><div class="bolt"></div></div>
163
+ </div>
164
+ </div>
165
+
166
+ <div class="content">
167
+
168
+ <div class="banner">
169
+ <div class="close-x"></div>
170
+ <h2>Get notifications from Fit</h2>
171
+ <p>Allow Fit to send notifications to get coaching messages and tips to help you meet your goals</p>
172
+ <div class="link">Turn on notifications</div>
173
+ </div>
174
+
175
+ <div class="section-title">TRENDS</div>
176
+
177
+ <!-- Heart Points -->
178
+ <div class="card">
179
+ <svg class="chev" viewBox="0 0 24 24" fill="#A5ADB6"><path d="M8 4l8 8-8 8" /></svg>
180
+ <h3>Heart Points</h3>
181
+ <div class="muted">Last 7 days</div>
182
+
183
+ <div class="graph"></div>
184
+
185
+ <div class="metric-row">
186
+ <div class="metric-left">
187
+ <div class="value green">5<span style="font-size:48px; font-weight:700;"> pts</span></div>
188
+ <div class="sub" style="color:#00DC9A">Today</div>
189
+ </div>
190
+ <div style="display:flex; align-items:center; gap:36px;">
191
+ <!-- Placeholder spacer -->
192
+ </div>
193
+ </div>
194
+
195
+ <div class="days">
196
+ <div class="day">W</div>
197
+ <div class="day">T</div>
198
+ <div class="day">F</div>
199
+ <div class="day">S</div>
200
+ <div class="day">S</div>
201
+ <div class="day">M</div>
202
+ <div class="day">T<br><span class="pill"></span></div>
203
+ </div>
204
+ </div>
205
+
206
+ <!-- Steps -->
207
+ <div class="card">
208
+ <svg class="chev" viewBox="0 0 24 24" fill="#A5ADB6"><path d="M8 4l8 8-8 8" /></svg>
209
+ <h3>Steps</h3>
210
+ <div class="muted">Last 7 days</div>
211
+
212
+ <div class="graph" style="border-bottom-color:#415063"></div>
213
+
214
+ <div class="metric-row">
215
+ <div class="metric-left">
216
+ <div class="value blue">2,511</div>
217
+ <div class="sub" style="color:#6CB3FF">Today</div>
218
+ </div>
219
+ <div class="square-blue"></div>
220
+ </div>
221
+
222
+ <div class="days">
223
+ <div class="day">W</div>
224
+ <div class="day">T</div>
225
+ <div class="day">F</div>
226
+ <div class="day">S</div>
227
+ <div class="day">S</div>
228
+ <div class="day">M</div>
229
+ <div class="day">T</div>
230
+ </div>
231
+ </div>
232
+
233
+ <!-- Weight -->
234
+ <div class="card">
235
+ <div class="top-actions">
236
+ <div class="plus">+</div>
237
+ <svg class="chev" style="position:relative; right:auto; top:auto;" viewBox="0 0 24 24" width="28" height="28" fill="#A5ADB6"><path d="M8 4l8 8-8 8" /></svg>
238
+ </div>
239
+
240
+ <h3>Weight</h3>
241
+ <div class="muted">Jul 12 – Oct 3 ·</div>
242
+
243
+ <div class="workout">
244
+ <div class="badge">🏋️</div>
245
+ <div>Home Workout - No Equipment</div>
246
+ </div>
247
+
248
+ <div class="metric-row" style="margin-top: 34px;">
249
+ <div class="metric-left">
250
+ <div class="value" style="color:#EDEDED">165 <span style="font-size:42px;">lb</span></div>
251
+ <div class="sub" style="color:#97A0A8">4 hr. ago</div>
252
+ </div>
253
+ <div style="color:#7E8791; font-size:38px; align-self:flex-end; margin-bottom:12px;">Aug&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sep&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Oct</div>
254
+ </div>
255
+ </div>
256
+
257
+ <!-- Next section preview -->
258
+ <div class="preview-card">
259
+ <div style="display:flex; align-items:center; justify-content:space-between;">
260
+ <div style="font-size:52px;">Energy expended</div>
261
+ <svg viewBox="0 0 24 24" width="32" height="32" fill="#A5ADB6"><path d="M8 4l8 8-8 8" /></svg>
262
+ </div>
263
+ </div>
264
+
265
+ </div>
266
+
267
+ <!-- Floating Action -->
268
+ <div class="fab">
269
+ <div class="plus-inner"></div>
270
+ </div>
271
+
272
+ <!-- Bottom navigation -->
273
+ <div class="mini-divider"></div>
274
+ <div class="bottom-nav">
275
+ <div class="nav-item active">
276
+ <div class="nav-icon">
277
+ <svg viewBox="0 0 24 24" width="44" height="44" fill="#63C1FF"><path d="M3 12l9-8 9 8v8H3z"/></svg>
278
+ </div>
279
+ <div>Home</div>
280
+ </div>
281
+ <div class="nav-item">
282
+ <div class="nav-icon">
283
+ <svg viewBox="0 0 24 24" width="44" height="44" fill="#A6AFB7"><path d="M7 3h10v4H7zM5 9h14v4H5zM9 15h6v6H9z"/></svg>
284
+ </div>
285
+ <div>Journal</div>
286
+ </div>
287
+ <div class="nav-item">
288
+ <div class="nav-icon">
289
+ <svg viewBox="0 0 24 24" width="44" height="44" fill="#A6AFB7"><path d="M4 11h16v2H4zm0-6h16v2H4zm0 12h16v2H4z"/></svg>
290
+ </div>
291
+ <div>Goals</div>
292
+ </div>
293
+ <div class="nav-item">
294
+ <div class="nav-icon">
295
+ <svg viewBox="0 0 24 24" width="44" height="44" fill="#A6AFB7"><path d="M12 12a5 5 0 100-10 5 5 0 000 10zm0 2c-5 0-9 3-9 7v1h18v-1c0-4-4-7-9-7z"/></svg>
296
+ </div>
297
+ <div>Profile</div>
298
+ </div>
299
+ </div>
300
+
301
+ </div>
302
+ </body>
303
+ </html>
code/10361/10361_8.html ADDED
@@ -0,0 +1,410 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Journal UI Mock</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ position: relative;
9
+ width: 1080px;
10
+ height: 2400px;
11
+ overflow: hidden;
12
+ background: #121212;
13
+ color: #EDEDED;
14
+ }
15
+
16
+ /* Top system status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 90px;
23
+ padding: 0 28px;
24
+ box-sizing: border-box;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: space-between;
28
+ color: #B0BEC5;
29
+ font-size: 34px;
30
+ }
31
+ .status-icons { display: flex; align-items: center; gap: 22px; }
32
+ .tiny-icon {
33
+ width: 32px; height: 32px; border-radius: 50%;
34
+ background: #2A2A2A;
35
+ }
36
+
37
+ /* Page header */
38
+ .page {
39
+ position: absolute;
40
+ top: 110px;
41
+ left: 0;
42
+ width: 100%;
43
+ padding: 0 48px;
44
+ box-sizing: border-box;
45
+ }
46
+ .title {
47
+ font-size: 120px;
48
+ line-height: 1.05;
49
+ font-weight: 600;
50
+ margin: 0 0 40px 0;
51
+ color: #FAFAFA;
52
+ }
53
+
54
+ .top-actions {
55
+ position: absolute;
56
+ right: 26px;
57
+ top: 96px;
58
+ display: flex;
59
+ align-items: center;
60
+ gap: 28px;
61
+ }
62
+ .round-btn {
63
+ width: 88px; height: 88px; border-radius: 50%;
64
+ background: #2B2F34;
65
+ display: flex; align-items: center; justify-content: center;
66
+ }
67
+ .avatar {
68
+ width: 96px; height: 96px; border-radius: 50%;
69
+ background: #8D6E63;
70
+ color: #fff;
71
+ display: flex; align-items: center; justify-content: center;
72
+ font-weight: 700; font-size: 44px;
73
+ }
74
+
75
+ .subheader {
76
+ display: flex;
77
+ align-items: center;
78
+ justify-content: space-between;
79
+ margin: 16px 0 28px 0;
80
+ }
81
+ .today-left {
82
+ display: flex;
83
+ align-items: center;
84
+ gap: 28px;
85
+ }
86
+ .today-label { font-size: 48px; color: #E0E0E0; }
87
+ .stat {
88
+ display: inline-flex; align-items: center; gap: 12px; color: #B0BEC5; font-size: 40px;
89
+ }
90
+ .chip-icon {
91
+ width: 46px; height: 46px; border-radius: 50%; background: #2E3136;
92
+ display: flex; align-items: center; justify-content: center;
93
+ }
94
+
95
+ /* Activity list */
96
+ .list {
97
+ margin-top: 12px;
98
+ }
99
+ .item {
100
+ padding: 40px 0;
101
+ border-top: 1px solid #1E1E1E;
102
+ display: flex; align-items: center; justify-content: space-between;
103
+ }
104
+ .item:first-child { border-top: none; }
105
+ .item-left { display: flex; flex-direction: column; gap: 14px; }
106
+ .time-row { display: flex; align-items: center; gap: 18px; color: #9AA0A6; font-size: 36px; }
107
+ .walk-icon {
108
+ width: 36px; height: 36px; border-radius: 4px; background: #2E3136;
109
+ display: flex; align-items: center; justify-content: center;
110
+ }
111
+
112
+ .item-title { font-size: 64px; font-weight: 600; color: #FAFAFA; }
113
+ .item-sub { font-size: 40px; color: #9AA0A6; }
114
+
115
+ .item-right {
116
+ width: 170px; height: 170px; border-radius: 50%; background: #2B2F34;
117
+ display: flex; align-items: center; justify-content: center;
118
+ margin-right: 12px;
119
+ }
120
+
121
+ /* Floating add button */
122
+ .fab {
123
+ position: absolute;
124
+ right: 48px;
125
+ bottom: 560px;
126
+ width: 128px; height: 128px; border-radius: 50%;
127
+ background: #2B2F34;
128
+ box-shadow: 0 6px 20px rgba(0,0,0,0.6);
129
+ display: flex; align-items: center; justify-content: center;
130
+ }
131
+ .google-plus {
132
+ position: relative; width: 72px; height: 72px;
133
+ }
134
+ .google-plus span {
135
+ position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
136
+ width: 14px; height: 72px; background: #4285F4; border-radius: 8px;
137
+ }
138
+ .google-plus::before {
139
+ content: "";
140
+ position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(90deg);
141
+ width: 14px; height: 72px; background: #EA4335; border-radius: 8px;
142
+ }
143
+ .google-plus::after {
144
+ content: "";
145
+ position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(90deg);
146
+ width: 14px; height: 36px; background: #FBBC05; border-radius: 8px;
147
+ top: 24px;
148
+ }
149
+
150
+ /* Bottom navigation */
151
+ .bottom-nav {
152
+ position: absolute;
153
+ bottom: 0; left: 0; width: 1080px; height: 180px;
154
+ background: #171717; border-top: 1px solid #242424;
155
+ display: flex; align-items: center; justify-content: space-around;
156
+ }
157
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 16px; color: #9AA0A6; }
158
+ .nav-icon {
159
+ width: 92px; height: 92px; border-radius: 28px; background: #22252A;
160
+ display: flex; align-items: center; justify-content: center;
161
+ }
162
+ .nav-item.active .nav-label { color: #8AB4F8; font-weight: 700; }
163
+ .nav-label { font-size: 40px; }
164
+
165
+ /* Simple SVG styling */
166
+ svg { display: block; }
167
+ </style>
168
+ </head>
169
+ <body>
170
+ <div id="render-target">
171
+
172
+ <!-- Status bar -->
173
+ <div class="status-bar">
174
+ <div>11:44</div>
175
+ <div class="status-icons">
176
+ <div class="tiny-icon"></div>
177
+ <div class="tiny-icon"></div>
178
+ <div class="tiny-icon"></div>
179
+ </div>
180
+ </div>
181
+
182
+ <!-- Top actions (refresh + avatar) -->
183
+ <div class="top-actions">
184
+ <div class="round-btn">
185
+ <svg width="44" height="44" viewBox="0 0 44 44">
186
+ <path d="M10 22a12 12 0 1 1 4 8" stroke="#8AB4F8" stroke-width="4" fill="none" stroke-linecap="round"/>
187
+ <path d="M12 34l-6-2 2 6" fill="#8AB4F8"/>
188
+ </svg>
189
+ </div>
190
+ <div class="avatar">I</div>
191
+ </div>
192
+
193
+ <!-- Page -->
194
+ <div class="page">
195
+ <div class="title">Journal</div>
196
+
197
+ <div class="subheader">
198
+ <div class="today-left">
199
+ <div class="today-label">Today</div>
200
+ <div class="stat">
201
+ <div class="chip-icon">
202
+ <svg width="28" height="28" viewBox="0 0 28 28">
203
+ <circle cx="14" cy="14" r="12" fill="none" stroke="#8AB4F8" stroke-width="3"></circle>
204
+ <path d="M8 18l4-6 4 6" stroke="#8AB4F8" stroke-width="3" fill="none" stroke-linecap="round"/>
205
+ </svg>
206
+ </div>
207
+ <span>2,511 steps</span>
208
+ </div>
209
+ <div class="stat">
210
+ <div class="chip-icon">
211
+ <svg width="28" height="28" viewBox="0 0 28 28">
212
+ <path d="M14 24s-7-4.5-7-10a5 5 0 0 1 9-3 5 5 0 0 1 9 3c0 5.5-7 10-11 10z" fill="#64D2A3"></path>
213
+ </svg>
214
+ </div>
215
+ <span>5 pts</span>
216
+ </div>
217
+ </div>
218
+ <div class="chip-icon" style="width:64px;height:64px;">
219
+ <svg width="42" height="42" viewBox="0 0 42 42">
220
+ <circle cx="21" cy="21" r="18" fill="none" stroke="#3DDC97" stroke-width="6" stroke-dasharray="60 90"></circle>
221
+ </svg>
222
+ </div>
223
+ </div>
224
+
225
+ <!-- Activity list -->
226
+ <div class="list">
227
+ <!-- Item 1 -->
228
+ <div class="item">
229
+ <div class="item-left">
230
+ <div class="time-row">
231
+ <div class="walk-icon">
232
+ <svg width="24" height="24" viewBox="0 0 24 24">
233
+ <path d="M10 6a2 2 0 1 0 4 0 2 2 0 0 0-4 0zm-2 7l4-2 3 3 1 6h-3l-1-4-3 2-3-2 2-3z" fill="#8AB4F8"/>
234
+ </svg>
235
+ </div>
236
+ <div>11:41 PM</div>
237
+ </div>
238
+ <div class="item-title">Late night walk</div>
239
+ <div class="item-sub">0 miles in 1 min</div>
240
+ </div>
241
+ <div class="item-right">
242
+ <svg width="120" height="120" viewBox="0 0 120 120">
243
+ <circle cx="60" cy="60" r="52" fill="#2B2F34"></circle>
244
+ <path d="M80 60H40" stroke="#8AB4F8" stroke-width="10" stroke-linecap="round"/>
245
+ <path d="M50 50l-15 10 15 10" fill="#8AB4F8"></path>
246
+ </svg>
247
+ </div>
248
+ </div>
249
+
250
+ <!-- Item 2 -->
251
+ <div class="item">
252
+ <div class="item-left">
253
+ <div class="time-row">
254
+ <div class="walk-icon">
255
+ <svg width="24" height="24" viewBox="0 0 24 24">
256
+ <path d="M10 6a2 2 0 1 0 4 0 2 2 0 0 0-4 0zm-2 7l4-2 3 3 1 6h-3l-1-4-3 2-3-2 2-3z" fill="#8AB4F8"/>
257
+ </svg>
258
+ </div>
259
+ <div>11:26 PM</div>
260
+ </div>
261
+ <div class="item-title">Late night walk</div>
262
+ <div class="item-sub">0 miles in 14 min</div>
263
+ </div>
264
+ <div class="item-right">
265
+ <svg width="120" height="120" viewBox="0 0 120 120">
266
+ <circle cx="60" cy="60" r="52" fill="#2B2F34"></circle>
267
+ <path d="M40 80l40-20" stroke="#8AB4F8" stroke-width="10" stroke-linecap="round"/>
268
+ </svg>
269
+ </div>
270
+ </div>
271
+
272
+ <!-- Item 3 -->
273
+ <div class="item">
274
+ <div class="item-left">
275
+ <div class="time-row">
276
+ <div class="walk-icon">
277
+ <svg width="24" height="24" viewBox="0 0 24 24">
278
+ <path d="M10 6a2 2 0 1 0 4 0 2 2 0 0 0-4 0zm-2 7l4-2 3 3 1 6h-3l-1-4-3 2-3-2 2-3z" fill="#8AB4F8"/>
279
+ </svg>
280
+ </div>
281
+ <div>10:55 PM</div>
282
+ </div>
283
+ <div class="item-title">Late night walk</div>
284
+ <div class="item-sub">0 miles in 30 min</div>
285
+ </div>
286
+ <div class="item-right">
287
+ <svg width="120" height="120" viewBox="0 0 120 120">
288
+ <circle cx="60" cy="60" r="52" fill="#2B2F34"></circle>
289
+ <path d="M50 40l10 20-10 20" stroke="#8AB4F8" stroke-width="10" stroke-linecap="round"/>
290
+ <circle cx="60" cy="60" r="10" fill="#3B5BAA"></circle>
291
+ </svg>
292
+ </div>
293
+ </div>
294
+
295
+ <!-- Workout items -->
296
+ <div class="item">
297
+ <div class="item-left">
298
+ <div class="time-row">
299
+ <div class="walk-icon">
300
+ <svg width="24" height="24" viewBox="0 0 24 24">
301
+ <path d="M6 18l4-10h4l4 10h-3l-1-3h-4l-1 3H6z" fill="#8AB4F8"/>
302
+ </svg>
303
+ </div>
304
+ <div>8:25 PM • Home Workout - No Equipment</div>
305
+ </div>
306
+ <div class="item-title">Full body - Day 1</div>
307
+ <div class="item-sub">&lt; 1 min</div>
308
+ </div>
309
+ <div class="item-right">
310
+ <svg width="120" height="120" viewBox="0 0 120 120">
311
+ <circle cx="60" cy="60" r="52" fill="#2B2F34"></circle>
312
+ <path d="M40 80l20-40 20 40" stroke="#8AB4F8" stroke-width="10" stroke-linecap="round"/>
313
+ <circle cx="92" cy="96" r="16" fill="#C62828"></circle>
314
+ </svg>
315
+ </div>
316
+ </div>
317
+
318
+ <div class="item">
319
+ <div class="item-left">
320
+ <div class="time-row">
321
+ <div class="walk-icon">
322
+ <svg width="24" height="24" viewBox="0 0 24 24">
323
+ <path d="M6 18l4-10h4l4 10h-3l-1-3h-4l-1 3H6z" fill="#8AB4F8"/>
324
+ </svg>
325
+ </div>
326
+ <div>8:22 PM • Home Workout - No Equipment</div>
327
+ </div>
328
+ <div class="item-title">Full body - Day 1</div>
329
+ <div class="item-sub">&lt; 1 min</div>
330
+ </div>
331
+ <div class="item-right">
332
+ <svg width="120" height="120" viewBox="0 0 120 120">
333
+ <circle cx="60" cy="60" r="52" fill="#2B2F34"></circle>
334
+ <path d="M40 80l20-40 20 40" stroke="#8AB4F8" stroke-width="10" stroke-linecap="round"/>
335
+ <circle cx="92" cy="96" r="16" fill="#C62828"></circle>
336
+ </svg>
337
+ </div>
338
+ </div>
339
+
340
+ <div class="item">
341
+ <div class="item-left">
342
+ <div class="time-row">
343
+ <div class="walk-icon">
344
+ <svg width="24" height="24" viewBox="0 0 24 24">
345
+ <path d="M6 18l4-10h4l4 10h-3l-1-3h-4l-1 3H6z" fill="#8AB4F8"/>
346
+ </svg>
347
+ </div>
348
+ <div>8:20 PM • Home Workout - No Equipment</div>
349
+ </div>
350
+ <div class="item-title">Full body - Day 1</div>
351
+ <div class="item-sub">&lt; 1 min</div>
352
+ </div>
353
+ <div class="item-right">
354
+ <svg width="120" height="120" viewBox="0 0 120 120">
355
+ <circle cx="60" cy="60" r="52" fill="#2B2F34"></circle>
356
+ <path d="M40 80l20-40 20 40" stroke="#8AB4F8" stroke-width="10" stroke-linecap="round"/>
357
+ <circle cx="92" cy="96" r="16" fill="#C62828"></circle>
358
+ </svg>
359
+ </div>
360
+ </div>
361
+ </div>
362
+ </div>
363
+
364
+ <!-- Floating add button -->
365
+ <div class="fab">
366
+ <div class="google-plus"><span></span></div>
367
+ </div>
368
+
369
+ <!-- Bottom navigation -->
370
+ <div class="bottom-nav">
371
+ <div class="nav-item">
372
+ <div class="nav-icon">
373
+ <svg width="48" height="48" viewBox="0 0 48 48">
374
+ <circle cx="24" cy="24" r="16" fill="none" stroke="#8AB4F8" stroke-width="4"/>
375
+ <circle cx="24" cy="24" r="16" fill="none" stroke="#3DDC97" stroke-width="4" stroke-dasharray="40 60"/>
376
+ </svg>
377
+ </div>
378
+ <div class="nav-label">Activity</div>
379
+ </div>
380
+ <div class="nav-item active">
381
+ <div class="nav-icon">
382
+ <svg width="48" height="48" viewBox="0 0 48 48">
383
+ <rect x="12" y="10" width="24" height="28" rx="4" fill="#8AB4F8" opacity="0.25"></rect>
384
+ <rect x="16" y="16" width="16" height="16" rx="2" fill="#8AB4F8"></rect>
385
+ </svg>
386
+ </div>
387
+ <div class="nav-label">Journal</div>
388
+ </div>
389
+ <div class="nav-item">
390
+ <div class="nav-icon">
391
+ <svg width="48" height="48" viewBox="0 0 48 48">
392
+ <path d="M12 18h24M12 26h24M12 34h24" stroke="#8AB4F8" stroke-width="4" stroke-linecap="round"/>
393
+ </svg>
394
+ </div>
395
+ <div class="nav-label">Browse</div>
396
+ </div>
397
+ <div class="nav-item">
398
+ <div class="nav-icon">
399
+ <svg width="48" height="48" viewBox="0 0 48 48">
400
+ <circle cx="24" cy="16" r="8" fill="#8AB4F8"></circle>
401
+ <path d="M8 40c0-8 8-12 16-12s16 4 16 12" fill="none" stroke="#8AB4F8" stroke-width="4"/>
402
+ </svg>
403
+ </div>
404
+ <div class="nav-label">Profile</div>
405
+ </div>
406
+ </div>
407
+
408
+ </div>
409
+ </body>
410
+ </html>
code/10362/10362_0.html ADDED
@@ -0,0 +1,375 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>Woodland - Women Boots</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ font-family: Arial, Helvetica, sans-serif;
15
+ color: #222;
16
+ }
17
+
18
+ /* Top status bar */
19
+ .status-bar {
20
+ background: #000;
21
+ color: #fff;
22
+ height: 110px;
23
+ display: flex;
24
+ align-items: center;
25
+ padding: 0 40px;
26
+ font-size: 38px;
27
+ justify-content: space-between;
28
+ }
29
+ .status-icons {
30
+ display: flex;
31
+ gap: 22px;
32
+ align-items: center;
33
+ }
34
+ .status-dot {
35
+ width: 26px;
36
+ height: 26px;
37
+ background: #fff;
38
+ border-radius: 50%;
39
+ opacity: 0.85;
40
+ }
41
+
42
+ /* OTP banner */
43
+ .otp-banner {
44
+ background: #000;
45
+ color: #fff;
46
+ text-align: center;
47
+ padding: 32px 60px;
48
+ font-size: 32px;
49
+ line-height: 1.5;
50
+ }
51
+
52
+ /* Utility green bar */
53
+ .utility-bar {
54
+ background: #3f6d3f;
55
+ color: #fff;
56
+ height: 84px;
57
+ display: flex;
58
+ align-items: center;
59
+ padding: 0 40px;
60
+ font-size: 34px;
61
+ letter-spacing: 0.3px;
62
+ }
63
+ .utility-bar .items {
64
+ display: flex;
65
+ gap: 18px;
66
+ align-items: center;
67
+ margin-left: auto;
68
+ }
69
+ .utility-bar .sep { opacity: 0.8; margin: 0 12px; }
70
+
71
+ /* Header: logo + search + menu */
72
+ .header {
73
+ padding: 28px 40px 16px;
74
+ background: #fff;
75
+ }
76
+ .toolbar {
77
+ display: flex;
78
+ align-items: center;
79
+ gap: 24px;
80
+ }
81
+ .logo {
82
+ font-weight: bold;
83
+ color: #2e5f3a;
84
+ font-size: 44px;
85
+ display: flex;
86
+ align-items: center;
87
+ gap: 14px;
88
+ }
89
+ .logo .tree {
90
+ width: 54px;
91
+ height: 54px;
92
+ background: #2e5f3a;
93
+ border-radius: 50%;
94
+ }
95
+ .search-wrap {
96
+ flex: 1;
97
+ position: relative;
98
+ }
99
+ .search-input {
100
+ width: 100%;
101
+ height: 88px;
102
+ border: 2px solid #ddd;
103
+ border-radius: 16px;
104
+ padding: 0 120px 0 120px;
105
+ font-size: 34px;
106
+ color: #666;
107
+ outline: none;
108
+ background: #fafafa;
109
+ }
110
+ .search-icon, .menu-icon {
111
+ position: absolute;
112
+ top: 50%;
113
+ transform: translateY(-50%);
114
+ }
115
+ .search-icon { left: 28px; }
116
+ .menu-icon { right: -4px; position: relative; margin-left: 8px; }
117
+ .hamburger {
118
+ width: 70px;
119
+ height: 70px;
120
+ border: 2px solid #bbb;
121
+ border-radius: 14px;
122
+ display: flex;
123
+ align-items: center;
124
+ justify-content: center;
125
+ }
126
+
127
+ /* Banner image */
128
+ .hero {
129
+ margin: 12px 40px 22px;
130
+ }
131
+ .img-box {
132
+ background: #E0E0E0;
133
+ border: 1px solid #BDBDBD;
134
+ height: 380px;
135
+ display: flex;
136
+ align-items: center;
137
+ justify-content: center;
138
+ color: #757575;
139
+ font-size: 34px;
140
+ }
141
+
142
+ /* Breadcrumb */
143
+ .breadcrumb {
144
+ margin: 18px 40px 8px;
145
+ font-size: 36px;
146
+ color: #222;
147
+ letter-spacing: 1px;
148
+ }
149
+
150
+ /* Filter section */
151
+ .section-title {
152
+ margin: 36px 40px 16px;
153
+ font-size: 40px;
154
+ font-weight: 700;
155
+ letter-spacing: 1px;
156
+ }
157
+ .filter-box {
158
+ margin: 0 40px 26px;
159
+ height: 92px;
160
+ border: 2px solid #2e5f3a;
161
+ border-radius: 8px;
162
+ display: flex;
163
+ align-items: center;
164
+ justify-content: space-between;
165
+ padding: 0 24px;
166
+ font-size: 34px;
167
+ color: #556b58;
168
+ }
169
+ .caret {
170
+ width: 28px; height: 28px;
171
+ }
172
+
173
+ /* Showing count */
174
+ .count {
175
+ margin: 40px 40px 10px;
176
+ font-size: 42px;
177
+ color: #666;
178
+ }
179
+
180
+ /* Product cards */
181
+ .products {
182
+ display: grid;
183
+ grid-template-columns: 1fr 1fr;
184
+ gap: 28px;
185
+ padding: 16px 40px;
186
+ }
187
+ .card {
188
+ background: #f7f7f7;
189
+ padding: 30px;
190
+ border-radius: 8px;
191
+ }
192
+ .product-img {
193
+ height: 420px;
194
+ background: #E0E0E0;
195
+ border: 1px solid #BDBDBD;
196
+ display: flex;
197
+ align-items: center;
198
+ justify-content: center;
199
+ color: #757575;
200
+ font-size: 30px;
201
+ position: relative;
202
+ }
203
+ .nav-arrow {
204
+ position: absolute;
205
+ top: 50%;
206
+ transform: translateY(-50%);
207
+ width: 56px;
208
+ height: 56px;
209
+ background: #fff;
210
+ border-radius: 50%;
211
+ box-shadow: 0 0 0 1px #bbb;
212
+ display: flex;
213
+ align-items: center;
214
+ justify-content: center;
215
+ opacity: 0.9;
216
+ }
217
+ .nav-arrow.left { left: 16px; }
218
+ .nav-arrow.right { right: 16px; }
219
+
220
+ /* Bottom home indicator */
221
+ .home-indicator {
222
+ position: absolute;
223
+ bottom: 18px;
224
+ left: 50%;
225
+ transform: translateX(-50%);
226
+ width: 380px;
227
+ height: 16px;
228
+ border-radius: 12px;
229
+ background: #d6d6d6;
230
+ }
231
+ </style>
232
+ </head>
233
+ <body>
234
+ <div id="render-target">
235
+
236
+ <!-- Status bar -->
237
+ <div class="status-bar">
238
+ <div>5:12</div>
239
+ <div class="status-icons">
240
+ <div class="status-dot"></div>
241
+ <div class="status-dot"></div>
242
+ <div class="status-dot"></div>
243
+ <div class="status-dot"></div>
244
+ <div class="status-dot" style="width: 10px; height: 10px;"></div>
245
+ <div class="status-dot"></div>
246
+ <div class="status-dot"></div>
247
+ </div>
248
+ </div>
249
+
250
+ <!-- OTP caution banner -->
251
+ <div class="otp-banner">
252
+ Woodland does not call the customer for asking OTP. Please do not share any OTP with anyone on call to avoid fraudulent transactions.
253
+ </div>
254
+
255
+ <!-- Utility green bar -->
256
+ <div class="utility-bar">
257
+ <div style="display:flex; align-items:center; gap:10px;">
258
+ <!-- Cart icon -->
259
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#fff" aria-hidden="true">
260
+ <path d="M7 4h-2v2h2l2 9h9l2-7h-12zM9 20a2 2 0 1 0 .001-3.999A2 2 0 0 0 9 20zm9 0a2 2 0 1 0 .001-3.999A2 2 0 0 0 18 20z"/>
261
+ </svg>
262
+ <div class="items">
263
+ <span>Cart</span>
264
+ <span class="sep">|</span>
265
+ <span>Find Store</span>
266
+ <span class="sep">|</span>
267
+ <span>Sign In</span>
268
+ <!-- User icon -->
269
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#fff" aria-hidden="true" style="margin-left: 8px;">
270
+ <path d="M12 12a5 5 0 1 0 0-10 5 5 0 0 0 0 10zm0 2c-5 0-9 3-9 6v2h18v-2c0-3-4-6-9-6z"/>
271
+ </svg>
272
+ </div>
273
+ </div>
274
+ </div>
275
+
276
+ <!-- Header with logo and search -->
277
+ <div class="header">
278
+ <div class="toolbar">
279
+ <div class="logo">
280
+ <div class="tree"></div>
281
+ WOODLAND
282
+ </div>
283
+
284
+ <div class="search-wrap">
285
+ <input class="search-input" type="text" placeholder="Search Products">
286
+ <div class="search-icon">
287
+ <svg width="54" height="54" viewBox="0 0 24 24" fill="#888" aria-hidden="true">
288
+ <path d="M10 18a8 8 0 1 1 0-16 8 8 0 0 1 0 16zm7-2 5 5-2 2-5-5 2-2z"/>
289
+ </svg>
290
+ </div>
291
+ </div>
292
+
293
+ <div class="menu-icon">
294
+ <div class="hamburger">
295
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#666" stroke-width="2">
296
+ <path d="M3 6h18M3 12h18M3 18h18"/>
297
+ </svg>
298
+ </div>
299
+ </div>
300
+ </div>
301
+ </div>
302
+
303
+ <!-- Banner image -->
304
+ <div class="hero">
305
+ <div class="img-box">[IMG: Shoes Banner - Endeavour with Ease]</div>
306
+ </div>
307
+
308
+ <!-- Breadcrumb -->
309
+ <div class="breadcrumb">HOME / SHOP / WOMEN / WOMEN_BOOTS</div>
310
+
311
+ <!-- Filter section -->
312
+ <div class="section-title">FILTER BY</div>
313
+
314
+ <div class="filter-box">
315
+ <span>All sizes</span>
316
+ <svg class="caret" viewBox="0 0 24 24" fill="#2e5f3a"><path d="M7 10l5 5 5-5z"/></svg>
317
+ </div>
318
+
319
+ <div class="filter-box">
320
+ <span>Select Price Range</span>
321
+ <svg class="caret" viewBox="0 0 24 24" fill="#2e5f3a"><path d="M7 10l5 5 5-5z"/></svg>
322
+ </div>
323
+
324
+ <div class="filter-box">
325
+ <span>All Color</span>
326
+ <svg class="caret" viewBox="0 0 24 24" fill="#2e5f3a"><path d="M7 10l5 5 5-5z"/></svg>
327
+ </div>
328
+
329
+ <div class="filter-box">
330
+ <span>Select Brands</span>
331
+ <svg class="caret" viewBox="0 0 24 24" fill="#2e5f3a"><path d="M7 10l5 5 5-5z"/></svg>
332
+ </div>
333
+
334
+ <!-- Showing count -->
335
+ <div class="count">Showing&nbsp;&nbsp;28 of products&nbsp;&nbsp;28</div>
336
+
337
+ <!-- Product grid -->
338
+ <div class="products">
339
+ <div class="card">
340
+ <div class="product-img">
341
+ [IMG: Women's Boot Product - Light Grey]
342
+ <div class="nav-arrow left">
343
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="#333">
344
+ <path d="M15 18l-6-6 6-6v12z"/>
345
+ </svg>
346
+ </div>
347
+ <div class="nav-arrow right">
348
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="#333">
349
+ <path d="M9 6l6 6-6 6V6z"/>
350
+ </svg>
351
+ </div>
352
+ </div>
353
+ </div>
354
+
355
+ <div class="card">
356
+ <div class="product-img">
357
+ [IMG: Women's Boot Product - Dark Brown]
358
+ <div class="nav-arrow left">
359
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="#333">
360
+ <path d="M15 18l-6-6 6-6v12z"/>
361
+ </svg>
362
+ </div>
363
+ <div class="nav-arrow right">
364
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="#333">
365
+ <path d="M9 6l6 6-6 6V6z"/>
366
+ </svg>
367
+ </div>
368
+ </div>
369
+ </div>
370
+ </div>
371
+
372
+ <div class="home-indicator"></div>
373
+ </div>
374
+ </body>
375
+ </html>
code/10362/10362_1.html ADDED
@@ -0,0 +1,218 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Size Selector Modal</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #f4f4f4;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 128px;
24
+ background: #000;
25
+ color: #fff;
26
+ display: flex;
27
+ align-items: center;
28
+ padding: 0 36px;
29
+ box-sizing: border-box;
30
+ z-index: 2;
31
+ }
32
+ .status-time { font-size: 42px; font-weight: 600; margin-right: auto; }
33
+ .status-icons { display: flex; align-items: center; gap: 28px; }
34
+ .status-icons svg { width: 44px; height: 44px; fill: none; stroke: #fff; stroke-width: 2; }
35
+
36
+ /* Page content behind modal */
37
+ .page-header {
38
+ position: absolute;
39
+ top: 128px;
40
+ left: 0;
41
+ width: 1080px;
42
+ height: 120px;
43
+ background: #2d6c39;
44
+ color: #ffffff;
45
+ display: flex;
46
+ align-items: center;
47
+ padding: 0 36px;
48
+ box-sizing: border-box;
49
+ font-size: 34px;
50
+ letter-spacing: 0.3px;
51
+ }
52
+ .content-area {
53
+ position: absolute;
54
+ top: 248px;
55
+ left: 0;
56
+ right: 0;
57
+ bottom: 144px;
58
+ padding: 36px;
59
+ box-sizing: border-box;
60
+ overflow: hidden;
61
+ }
62
+ .img-placeholder {
63
+ width: 100%;
64
+ height: 420px;
65
+ background: #E0E0E0;
66
+ border: 1px solid #BDBDBD;
67
+ display: flex;
68
+ justify-content: center;
69
+ align-items: center;
70
+ color: #757575;
71
+ font-size: 36px;
72
+ margin-bottom: 24px;
73
+ }
74
+ .section-title {
75
+ font-size: 40px;
76
+ color: #333;
77
+ margin: 18px 0;
78
+ }
79
+
80
+ /* Dim overlay */
81
+ .scrim {
82
+ position: absolute;
83
+ top: 0; left: 0;
84
+ width: 100%; height: 100%;
85
+ background: rgba(0,0,0,0.45);
86
+ z-index: 3;
87
+ }
88
+
89
+ /* Modal sheet */
90
+ .modal {
91
+ position: absolute;
92
+ top: 180px;
93
+ left: 60px;
94
+ width: 960px;
95
+ height: 1900px;
96
+ background: #fff;
97
+ border-radius: 16px;
98
+ box-shadow: 0 12px 24px rgba(0,0,0,0.35);
99
+ z-index: 4;
100
+ display: flex;
101
+ flex-direction: column;
102
+ overflow: hidden;
103
+ }
104
+ .modal-list {
105
+ overflow-y: auto;
106
+ -webkit-overflow-scrolling: touch;
107
+ }
108
+ .list-item {
109
+ display: flex;
110
+ align-items: center;
111
+ justify-content: space-between;
112
+ padding: 40px 40px;
113
+ border-bottom: 1px solid #e6e6e6;
114
+ }
115
+ .list-item:last-child { border-bottom: none; }
116
+ .size-text {
117
+ font-size: 64px;
118
+ color: #222;
119
+ font-weight: 500;
120
+ }
121
+ .radio-icon {
122
+ width: 56px;
123
+ height: 56px;
124
+ }
125
+ .radio-icon circle {
126
+ stroke: #757575;
127
+ stroke-width: 4;
128
+ fill: none;
129
+ }
130
+
131
+ /* Gesture bar */
132
+ .gesture-bar {
133
+ position: absolute;
134
+ bottom: 32px;
135
+ left: 50%;
136
+ transform: translateX(-50%);
137
+ width: 240px;
138
+ height: 16px;
139
+ background: #fff;
140
+ border-radius: 12px;
141
+ opacity: 0.85;
142
+ z-index: 2;
143
+ }
144
+ .bottom-black {
145
+ position: absolute;
146
+ bottom: 0; left: 0;
147
+ width: 1080px; height: 120px;
148
+ background: #000;
149
+ z-index: 1;
150
+ }
151
+ </style>
152
+ </head>
153
+ <body>
154
+ <div id="render-target">
155
+ <!-- Status bar -->
156
+ <div class="status-bar">
157
+ <div class="status-time">5:13</div>
158
+ <div class="status-icons">
159
+ <!-- Lock icon -->
160
+ <svg viewBox="0 0 24 24">
161
+ <path d="M6 10h12v10H6z"></path>
162
+ <path d="M8 10V7a4 4 0 0 1 8 0v3" stroke="#fff" fill="none" stroke-width="2"></path>
163
+ </svg>
164
+ <!-- Square (notifications) -->
165
+ <svg viewBox="0 0 24 24">
166
+ <rect x="4" y="4" width="16" height="16" rx="3" ry="3"></rect>
167
+ </svg>
168
+ <!-- Bell -->
169
+ <svg viewBox="0 0 24 24">
170
+ <path d="M12 3c-3 0-5 2-5 5v3c0 2-2 3-2 3h14s-2-1-2-3V8c0-3-2-5-5-5z"></path>
171
+ <circle cx="12" cy="20" r="2"></circle>
172
+ </svg>
173
+ <!-- Play/YouTube -->
174
+ <svg viewBox="0 0 24 24">
175
+ <rect x="3" y="6" width="18" height="12" rx="2"></rect>
176
+ <path d="M10 9l6 3-6 3V9z" fill="#fff" stroke="none"></path>
177
+ </svg>
178
+ <!-- Dot -->
179
+ <svg viewBox="0 0 24 24">
180
+ <circle cx="12" cy="12" r="3" fill="#fff" stroke="none"></circle>
181
+ </svg>
182
+ <!-- WiFi -->
183
+ <svg viewBox="0 0 24 24">
184
+ <path d="M2 8c5-4 15-4 20 0"></path>
185
+ <path d="M5 12c4-3 10-3 14 0"></path>
186
+ <path d="M8 16c3-2 5-2 8 0"></path>
187
+ <circle cx="12" cy="19" r="1.2" fill="#fff" stroke="none"></circle>
188
+ </svg>
189
+ <!-- Battery -->
190
+ <svg viewBox="0 0 28 24">
191
+ <rect x="2" y="6" width="20" height="12" rx="2"></rect>
192
+ <rect x="22" y="10" width="3" height="4"></rect>
193
+ </svg>
194
+ </div>
195
+ </div>
196
+
197
+ <!-- Underlying page content -->
198
+ <div class="page-header">Woodland does not call the customer for asking OTP. Please stay alert and do not share credentials.</div>
199
+ <div class="content-area">
200
+ <div class="section-title">Product Details</div>
201
+ <div class="img-placeholder">[IMG: Product Banner]</div>
202
+ <div class="section-title">Highlights</div>
203
+ <div class="img-placeholder" style="height: 320px;">[IMG: Detail Photo]</div>
204
+ <div class="section-title">Features</div>
205
+ <div class="img-placeholder" style="height: 280px;">[IMG: Feature Icons]</div>
206
+ <div class="section-title">Similar Products</div>
207
+ <div class="img-placeholder" style="height: 360px;">[IMG: Similar Product Grid]</div>
208
+ </div>
209
+
210
+ <!-- Dim scrim -->
211
+ <div class="scrim"></div>
212
+
213
+ <!-- Modal list -->
214
+ <div class="modal">
215
+ <div class="modal-list">
216
+ <div class="list-item">
217
+ <div class="size-text">32</div>
218
+ <svg class="radio-icon" viewBox="0 0 24 24"><circle cx="1
code/10362/10362_2.html ADDED
@@ -0,0 +1,223 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Woodland - Women Boots Category</title>
7
+ <style>
8
+ body { margin:0; padding:0; background: transparent; }
9
+ #render-target {
10
+ width:1080px; height:2400px; position:relative; overflow:hidden;
11
+ background:#ffffff; font-family: Arial, Helvetica, sans-serif; color:#333;
12
+ }
13
+
14
+ /* Top status area */
15
+ .statusbar {
16
+ height:120px; background:#000; color:#fff; display:flex; align-items:center;
17
+ padding:0 30px; box-sizing:border-box; font-weight:600; font-size:40px;
18
+ }
19
+ .status-icons { margin-left:auto; display:flex; gap:26px; align-items:center; }
20
+ .dot { width:18px; height:18px; border-radius:50%; background:#fff; opacity:0.9; }
21
+ .notice {
22
+ background:#000; color:#fff; text-align:center; padding:24px 60px; font-size:34px; line-height:1.4;
23
+ }
24
+
25
+ /* Green nav strip */
26
+ .nav-strip {
27
+ height:90px; background:#4a6a3d; color:#fff; display:flex; align-items:center;
28
+ padding:0 30px; box-sizing:border-box; font-size:34px;
29
+ }
30
+ .nav-strip .links { margin-left:auto; display:flex; gap:24px; align-items:center; }
31
+ .nav-link { color:#fff; }
32
+ .icon { display:inline-block; vertical-align:middle; }
33
+ .icon svg { width:36px; height:36px; fill:#fff; }
34
+
35
+ /* Header with logo & search */
36
+ .header { padding:24px 30px 16px; display:flex; align-items:center; gap:26px; }
37
+ .logo {
38
+ display:flex; align-items:center; gap:16px; color:#2f6b3c; font-weight:800; font-size:44px;
39
+ }
40
+ .logo .tree svg { width:52px; height:52px; fill:#2f6b3c; }
41
+ .search-wrap {
42
+ flex:1; position:relative;
43
+ }
44
+ .search-input {
45
+ width:100%; height:100px; border-radius:14px; border:2px solid #d8d8d8; box-sizing:border-box;
46
+ padding:0 120px 0 26px; font-size:36px; color:#777; background:#f8f8f8;
47
+ }
48
+ .search-icon {
49
+ position:absolute; right:74px; top:50%; transform:translateY(-50%);
50
+ }
51
+ .hamburger {
52
+ width:90px; height:90px; border-radius:12px; border:2px solid #d8d8d8; display:flex; align-items:center; justify-content:center;
53
+ background:#f3f3f3;
54
+ }
55
+ .hamburger svg { width:48px; height:48px; fill:#666; }
56
+
57
+ /* Banner */
58
+ .banner { margin:16px 30px 24px; }
59
+ .img-placeholder {
60
+ width: 1020px; height: 300px; background:#E0E0E0; border:1px solid #BDBDBD;
61
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:38px; font-weight:600;
62
+ }
63
+
64
+ /* Breadcrumbs */
65
+ .breadcrumbs { margin:20px 30px 26px; font-size:40px; letter-spacing:1px; color:#222; }
66
+
67
+ /* Filters */
68
+ .filters { margin:12px 30px 10px; }
69
+ .filters h2 { font-size:50px; margin:22px 0; color:#222; }
70
+ .select {
71
+ height:100px; border:2px solid #2f6b3c; border-radius:8px; margin-bottom:26px; display:flex;
72
+ align-items:center; padding:0 22px; font-size:36px; color:#2f6b3c; justify-content:space-between;
73
+ }
74
+ .caret svg { width:36px; height:36px; fill:#2f6b3c; }
75
+
76
+ /* Showing text */
77
+ .showing { margin:24px 30px; font-size:44px; color:#666; }
78
+
79
+ /* Product grid */
80
+ .grid { display:flex; flex-wrap:wrap; gap:30px; padding:0 30px; box-sizing:border-box; }
81
+ .card {
82
+ width:480px; background:#fff; border-radius:8px; border:1px solid #e5e5e5;
83
+ padding:24px; box-sizing:border-box;
84
+ }
85
+ .product-img {
86
+ width:100%; height:420px; background:#E0E0E0; border:1px solid #BDBDBD;
87
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:34px;
88
+ position:relative;
89
+ }
90
+ .chev {
91
+ position:absolute; top:50%; transform:translateY(-50%); width:48px; height:48px;
92
+ display:flex; align-items:center; justify-content:center;
93
+ background:#fff; border-radius:50%; border:1px solid #cfcfcf;
94
+ }
95
+ .chev.left { left:12px; }
96
+ .chev.right { right:12px; }
97
+ .chev svg { width:28px; height:28px; fill:#333; }
98
+
99
+ /* Bottom home bar */
100
+ .homebar {
101
+ position:absolute; bottom:0; left:0; width:100%; height:100px; background:#000;
102
+ display:flex; align-items:center; justify-content:center;
103
+ }
104
+ .homebar .pill {
105
+ width:280px; height:10px; background:#fff; border-radius:10px; opacity:0.8;
106
+ }
107
+ </style>
108
+ </head>
109
+ <body>
110
+ <div id="render-target">
111
+
112
+ <!-- Status bar and OTP notice -->
113
+ <div class="statusbar">
114
+ <div>5:14</div>
115
+ <div class="status-icons">
116
+ <div class="dot"></div>
117
+ <div class="dot"></div>
118
+ <div class="dot"></div>
119
+ <div class="dot"></div>
120
+ </div>
121
+ </div>
122
+ <div class="notice">
123
+ Woodland does not call the customer for asking OTP. Please do not share any OTP with anyone on call to avoid fraudulent transactions.
124
+ </div>
125
+
126
+ <!-- Green navigation strip -->
127
+ <div class="nav-strip">
128
+ <div class="links">
129
+ <span class="icon" title="Cart">
130
+ <svg viewBox="0 0 24 24"><path d="M7 4h-2l-1 2v2h2l3 7h9l2-7h-12l-1-2h-2zM9 20a2 2 0 110-4 2 2 0 010 4zm8 0a2 2 0 110-4 2 2 0 010 4z"/></svg>
131
+ </span>
132
+ <span class="nav-link">Cart</span>
133
+ <span>|</span>
134
+ <span class="nav-link">Find Store</span>
135
+ <span>|</span>
136
+ <span class="nav-link">Sign In</span>
137
+ <span class="icon" title="User">
138
+ <svg viewBox="0 0 24 24"><path d="M12 12a5 5 0 100-10 5 5 0 000 10zm-8 10c0-4.4 3.6-8 8-8s8 3.6 8 8H4z"/></svg>
139
+ </span>
140
+ </div>
141
+ </div>
142
+
143
+ <!-- Header -->
144
+ <div class="header">
145
+ <div class="logo">
146
+ <span class="tree">
147
+ <svg viewBox="0 0 24 24"><path d="M12 2l-3 4h2l-3 4h3l-4 6h6v4h2v-4h6l-4-6h3l-3-4h2l-3-4z"/></svg>
148
+ </span>
149
+ WOODLAND
150
+ </div>
151
+ <div class="search-wrap">
152
+ <input class="search-input" type="text" placeholder="Search Products">
153
+ <div class="search-icon icon">
154
+ <svg viewBox="0 0 24 24"><path d="M10 2a8 8 0 105.3 14.1l4.3 4.3 1.4-1.4-4.3-4.3A8 8 0 0010 2zm0 2a6 6 0 110 12 6 6 0 010-12z"/></svg>
155
+ </div>
156
+ </div>
157
+ <div class="hamburger">
158
+ <svg viewBox="0 0 24 24"><path d="M3 6h18v2H3V6zm0 5h18v2H3v-2zm0 5h18v2H3v-2z"/></svg>
159
+ </div>
160
+ </div>
161
+
162
+ <!-- Banner -->
163
+ <div class="banner">
164
+ <div class="img-placeholder">[IMG: Boots Banner - "ENDEAVOUR WITH EASE"]</div>
165
+ </div>
166
+
167
+ <!-- Breadcrumbs -->
168
+ <div class="breadcrumbs">HOME / SHOP / WOMEN / WOMEN_BOOTS</div>
169
+
170
+ <!-- Filters -->
171
+ <div class="filters">
172
+ <h2>FILTER BY</h2>
173
+
174
+ <div class="select">
175
+ <span>42</span>
176
+ <span class="caret"><svg viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg></span>
177
+ </div>
178
+
179
+ <div class="select">
180
+ <span>Select Price Range</span>
181
+ <span class="caret"><svg viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg></span>
182
+ </div>
183
+
184
+ <div class="select">
185
+ <span>All Color</span>
186
+ <span class="caret"><svg viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg></span>
187
+ </div>
188
+
189
+ <div class="select">
190
+ <span>Select Brands</span>
191
+ <span class="caret"><svg viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg></span>
192
+ </div>
193
+ </div>
194
+
195
+ <!-- Showing text -->
196
+ <div class="showing">Showing&nbsp;&nbsp;28 of products&nbsp;&nbsp;28</div>
197
+
198
+ <!-- Product grid -->
199
+ <div class="grid">
200
+ <div class="card">
201
+ <div class="product-img">
202
+ [IMG: Beige Boot]
203
+ <div class="chev left"><svg viewBox="0 0 24 24"><path d="M15 6l-6 6 6 6"/></svg></div>
204
+ <div class="chev right"><svg viewBox="0 0 24 24"><path d="M9 6l6 6-6 6"/></svg></div>
205
+ </div>
206
+ </div>
207
+ <div class="card">
208
+ <div class="product-img">
209
+ [IMG: Brown Trek Shoe]
210
+ <div class="chev left"><svg viewBox="0 0 24 24"><path d="M15 6l-6 6 6 6"/></svg></div>
211
+ <div class="chev right"><svg viewBox="0 0 24 24"><path d="M9 6l6 6-6 6"/></svg></div>
212
+ </div>
213
+ </div>
214
+ </div>
215
+
216
+ <!-- Bottom home bar -->
217
+ <div class="homebar">
218
+ <div class="pill"></div>
219
+ </div>
220
+
221
+ </div>
222
+ </body>
223
+ </html>
code/10362/10362_3.html ADDED
@@ -0,0 +1,268 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Product Listing - Boots</title>
6
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #FFFFFF; border-radius: 24px;
13
+ box-shadow: 0 6px 24px rgba(0,0,0,0.08);
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ height: 120px;
19
+ background: #000;
20
+ color: #fff;
21
+ padding: 0 32px;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ font-weight: 600;
26
+ font-size: 44px;
27
+ letter-spacing: 0.5px;
28
+ }
29
+ .status-right {
30
+ display: flex;
31
+ align-items: center;
32
+ gap: 28px;
33
+ }
34
+ .icon { display: inline-flex; align-items: center; justify-content: center; }
35
+
36
+ /* Page content */
37
+ .content {
38
+ padding: 40px 48px 0 48px;
39
+ }
40
+
41
+ .filter {
42
+ border: 2px solid #356B3F;
43
+ height: 120px;
44
+ border-radius: 4px;
45
+ margin-bottom: 36px;
46
+ display: flex;
47
+ align-items: center;
48
+ padding: 0 32px;
49
+ justify-content: space-between;
50
+ color: #2F3A2F;
51
+ font-size: 42px;
52
+ }
53
+ .heading {
54
+ margin: 18px 0 24px 0;
55
+ font-size: 52px;
56
+ color: #6B6B6B;
57
+ font-weight: 700;
58
+ letter-spacing: 0.5px;
59
+ }
60
+
61
+ /* Grid of products */
62
+ .grid {
63
+ display: grid;
64
+ grid-template-columns: 1fr 1fr;
65
+ gap: 40px 40px;
66
+ }
67
+ .card {
68
+ padding-bottom: 36px;
69
+ }
70
+ .img-box {
71
+ position: relative;
72
+ width: 100%;
73
+ height: 480px;
74
+ background: #EDEDED;
75
+ border: 1px solid #D0D0D0;
76
+ border-radius: 6px;
77
+ display: flex;
78
+ align-items: center;
79
+ justify-content: center;
80
+ color: #757575;
81
+ font-size: 40px;
82
+ }
83
+ .arrow {
84
+ position: absolute;
85
+ top: 50%;
86
+ transform: translateY(-50%);
87
+ width: 72px;
88
+ height: 72px;
89
+ color: #000;
90
+ opacity: 0.85;
91
+ }
92
+ .arrow.left { left: 24px; }
93
+ .arrow.right { right: 24px; }
94
+
95
+ .thumbs {
96
+ display: flex;
97
+ gap: 24px;
98
+ margin: 22px 0 10px 0;
99
+ }
100
+ .thumb {
101
+ width: 110px; height: 110px;
102
+ background: #E0E0E0;
103
+ border: 1px solid #BDBDBD;
104
+ display: flex; align-items: center; justify-content: center;
105
+ color: #757575; font-size: 26px;
106
+ border-radius: 2px;
107
+ }
108
+ .thumb.active { border: 4px solid #3A3A3A; }
109
+
110
+ .title {
111
+ font-size: 44px;
112
+ font-weight: 700;
113
+ color: #111;
114
+ line-height: 1.2;
115
+ margin-top: 10px;
116
+ }
117
+ .price {
118
+ font-size: 42px;
119
+ font-weight: 800;
120
+ margin-top: 12px;
121
+ }
122
+
123
+ /* Bottom gesture bar */
124
+ .bottom-bar {
125
+ position: absolute;
126
+ left: 0; right: 0; bottom: 0;
127
+ height: 160px;
128
+ background: #000;
129
+ display: flex; align-items: center; justify-content: center;
130
+ }
131
+ .gesture {
132
+ width: 320px; height: 18px; background: #fff; border-radius: 16px;
133
+ }
134
+ </style>
135
+ </head>
136
+ <body>
137
+ <div id="render-target">
138
+ <!-- Android status bar -->
139
+ <div class="status-bar">
140
+ <div>5:15</div>
141
+ <div class="status-right">
142
+ <!-- simple icons -->
143
+ <span class="icon">
144
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#fff"><rect x="3" y="6" width="16" height="12" rx="2"></rect><rect x="20" y="10" width="1.5" height="4" fill="#fff"></rect></svg>
145
+ </span>
146
+ <span class="icon">
147
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#fff"><rect x="4" y="4" width="16" height="16" rx="3"></rect></svg>
148
+ </span>
149
+ <span class="icon">
150
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#fff"><circle cx="12" cy="12" r="3"></circle></svg>
151
+ </span>
152
+ <span class="icon">
153
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#fff"><polygon points="4,6 20,12 4,18"></polygon></svg>
154
+ </span>
155
+ <span class="icon">
156
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#fff"><circle cx="12" cy="12" r="2"></circle><circle cx="20" cy="12" r="2"></circle></svg>
157
+ </span>
158
+ </div>
159
+ </div>
160
+
161
+ <div class="content">
162
+ <!-- Filters -->
163
+ <div class="filter">
164
+ <span>All Color</span>
165
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="none" stroke="#356B3F" stroke-width="2">
166
+ <polyline points="6,9 12,15 18,9"></polyline>
167
+ </svg>
168
+ </div>
169
+ <div class="filter">
170
+ <span>Select Brands</span>
171
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="none" stroke="#356B3F" stroke-width="2">
172
+ <polyline points="6,9 12,15 18,9"></polyline>
173
+ </svg>
174
+ </div>
175
+
176
+ <div class="heading">Showing 28 of products 28</div>
177
+
178
+ <!-- Product grid -->
179
+ <div class="grid">
180
+ <!-- Card 1 -->
181
+ <div class="card">
182
+ <div class="img-box">
183
+ [IMG: Light Grey Women's Boot]
184
+ <svg class="arrow left" viewBox="0 0 24 24">
185
+ <polyline points="15,6 9,12 15,18" fill="none" stroke="black" stroke-width="2"></polyline>
186
+ </svg>
187
+ <svg class="arrow right" viewBox="0 0 24 24">
188
+ <polyline points="9,6 15,12 9,18" fill="none" stroke="black" stroke-width="2"></polyline>
189
+ </svg>
190
+ </div>
191
+ <div class="thumbs">
192
+ <div class="thumb">[thumb]</div>
193
+ <div class="thumb">[thumb]</div>
194
+ <div class="thumb">[thumb]</div>
195
+ </div>
196
+ <div class="title">Bright Grey Boots for Women</div>
197
+ <div class="price">₹5995</div>
198
+ </div>
199
+
200
+ <!-- Card 2 -->
201
+ <div class="card">
202
+ <div class="img-box">
203
+ [IMG: Brown Women's Trek Boot]
204
+ <svg class="arrow left" viewBox="0 0 24 24">
205
+ <polyline points="15,6 9,12 15,18" fill="none" stroke="black" stroke-width="2"></polyline>
206
+ </svg>
207
+ <svg class="arrow right" viewBox="0 0 24 24">
208
+ <polyline points="9,6 15,12 9,18" fill="none" stroke="black" stroke-width="2"></polyline>
209
+ </svg>
210
+ </div>
211
+ <div class="thumbs">
212
+ <div class="thumb active">[brown]</div>
213
+ <div class="thumb">[grey]</div>
214
+ <div class="thumb">[khaki]</div>
215
+ </div>
216
+ <div class="title">Brown Boot for Women</div>
217
+ <div class="price">₹5495</div>
218
+ </div>
219
+
220
+ <!-- Card 3 -->
221
+ <div class="card">
222
+ <div class="img-box">
223
+ [IMG: Royal Blue High Boot]
224
+ <svg class="arrow left" viewBox="0 0 24 24">
225
+ <polyline points="15,6 9,12 15,18" fill="none" stroke="black" stroke-width="2"></polyline>
226
+ </svg>
227
+ <svg class="arrow right" viewBox="0 0 24 24">
228
+ <polyline points="9,6 15,12 9,18" fill="none" stroke="black" stroke-width="2"></polyline>
229
+ </svg>
230
+ </div>
231
+ <div class="thumbs">
232
+ <div class="thumb active">[blue]</div>
233
+ <div class="thumb">[brown]</div>
234
+ <div class="thumb">[tan]</div>
235
+ </div>
236
+ <div class="title">DROYAL BLUE boots for women</div>
237
+ <div class="price">₹5495</div>
238
+ </div>
239
+
240
+ <!-- Card 4 -->
241
+ <div class="card">
242
+ <div class="img-box">
243
+ [IMG: Rusty Red Women's Boot]
244
+ <svg class="arrow left" viewBox="0 0 24 24">
245
+ <polyline points="15,6 9,12 15,18" fill="none" stroke="black" stroke-width="2"></polyline>
246
+ </svg>
247
+ <svg class="arrow right" viewBox="0 0 24 24">
248
+ <polyline points="9,6 15,12 9,18" fill="none" stroke="black" stroke-width="2"></polyline>
249
+ </svg>
250
+ </div>
251
+ <div class="thumbs">
252
+ <div class="thumb active">[red]</div>
253
+ <div class="thumb">[blue]</div>
254
+ <div class="thumb">[tan]</div>
255
+ </div>
256
+ <div class="title">Woodland Rusty red boots for women</div>
257
+ <div class="price">₹5495</div>
258
+ </div>
259
+ </div>
260
+ </div>
261
+
262
+ <!-- Bottom gesture area -->
263
+ <div class="bottom-bar">
264
+ <div class="gesture"></div>
265
+ </div>
266
+ </div>
267
+ </body>
268
+ </html>
code/10362/10362_4.html ADDED
@@ -0,0 +1,342 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Product Grid - Boots</title>
6
+ <style>
7
+ body {
8
+ margin: 0;
9
+ padding: 0;
10
+ background: transparent;
11
+ font-family: Arial, Helvetica, sans-serif;
12
+ }
13
+ #render-target {
14
+ width: 1080px;
15
+ height: 2400px;
16
+ position: relative;
17
+ overflow: hidden;
18
+ background: #ffffff;
19
+ }
20
+
21
+ /* Status bar */
22
+ .status-bar {
23
+ position: absolute;
24
+ top: 0;
25
+ left: 0;
26
+ width: 1080px;
27
+ height: 140px;
28
+ background: #000;
29
+ color: #fff;
30
+ display: flex;
31
+ align-items: center;
32
+ padding: 0 30px;
33
+ box-sizing: border-box;
34
+ }
35
+ .status-time {
36
+ font-size: 44px;
37
+ font-weight: 600;
38
+ letter-spacing: 1px;
39
+ }
40
+ .status-icons {
41
+ margin-left: 28px;
42
+ display: flex;
43
+ align-items: center;
44
+ gap: 26px;
45
+ }
46
+ .status-dot, .status-square, .status-circle {
47
+ background: #fff;
48
+ }
49
+ .status-square { width: 42px; height: 42px; border-radius: 8px; opacity: 0.9; }
50
+ .status-circle { width: 42px; height: 42px; border-radius: 50%; opacity: 0.9; }
51
+ .status-dot { width: 14px; height: 14px; border-radius: 50%; opacity: 0.8; }
52
+ .status-right {
53
+ margin-left: auto;
54
+ display: flex;
55
+ align-items: center;
56
+ gap: 28px;
57
+ }
58
+ .status-icon-mini {
59
+ width: 44px; height: 44px; border-radius: 12px; background: #fff;
60
+ }
61
+
62
+ /* Content */
63
+ .content {
64
+ position: absolute;
65
+ top: 140px;
66
+ left: 0;
67
+ right: 0;
68
+ bottom: 160px; /* leave space for bottom bar */
69
+ overflow-y: auto;
70
+ }
71
+ .grid {
72
+ padding: 40px;
73
+ box-sizing: border-box;
74
+ display: grid;
75
+ grid-template-columns: 1fr 1fr;
76
+ column-gap: 40px;
77
+ row-gap: 60px;
78
+ }
79
+
80
+ .card {
81
+ display: flex;
82
+ flex-direction: column;
83
+ }
84
+ .image {
85
+ position: relative;
86
+ height: 360px;
87
+ background: #E0E0E0;
88
+ border: 1px solid #BDBDBD;
89
+ display: flex;
90
+ justify-content: center;
91
+ align-items: center;
92
+ color: #757575;
93
+ font-size: 34px;
94
+ border-radius: 8px;
95
+ }
96
+ .chev {
97
+ position: absolute;
98
+ top: 50%;
99
+ transform: translateY(-50%);
100
+ width: 54px;
101
+ height: 54px;
102
+ fill: #000;
103
+ opacity: 0.85;
104
+ }
105
+ .chev.left { left: 20px; }
106
+ .chev.right { right: 20px; }
107
+
108
+ .badge {
109
+ position: absolute;
110
+ top: 16px;
111
+ left: 16px;
112
+ background: #B3392F;
113
+ color: #fff;
114
+ font-size: 30px;
115
+ font-weight: 700;
116
+ padding: 12px 16px;
117
+ border-radius: 4px;
118
+ letter-spacing: 1px;
119
+ }
120
+
121
+ .thumbs {
122
+ display: flex;
123
+ align-items: center;
124
+ gap: 24px;
125
+ margin-top: 22px;
126
+ margin-bottom: 10px;
127
+ }
128
+ .thumb {
129
+ width: 110px;
130
+ height: 80px;
131
+ background: #E0E0E0;
132
+ border: 1px solid #BDBDBD;
133
+ display: flex;
134
+ justify-content: center;
135
+ align-items: center;
136
+ color: #777;
137
+ font-size: 24px;
138
+ border-radius: 6px;
139
+ }
140
+ .thumb.active {
141
+ outline: 4px solid #777;
142
+ }
143
+
144
+ .title {
145
+ font-size: 42px;
146
+ font-weight: 600;
147
+ line-height: 1.2;
148
+ color: #111;
149
+ margin-top: 16px;
150
+ }
151
+ .price {
152
+ margin-top: 10px;
153
+ font-size: 40px;
154
+ font-weight: 700;
155
+ color: #000;
156
+ }
157
+ .price .old {
158
+ color: #333;
159
+ text-decoration: line-through;
160
+ margin-right: 20px;
161
+ font-weight: 600;
162
+ opacity: 0.75;
163
+ }
164
+ .price .new {
165
+ color: #000;
166
+ font-weight: 800;
167
+ }
168
+
169
+ /* Bottom navigation / gesture bar */
170
+ .bottom-bar {
171
+ position: absolute;
172
+ bottom: 0;
173
+ left: 0;
174
+ width: 1080px;
175
+ height: 160px;
176
+ background: #000;
177
+ display: flex;
178
+ justify-content: center;
179
+ align-items: center;
180
+ }
181
+ .gesture-pill {
182
+ width: 420px;
183
+ height: 20px;
184
+ background: #fff;
185
+ border-radius: 12px;
186
+ }
187
+ </style>
188
+ </head>
189
+ <body>
190
+ <div id="render-target">
191
+
192
+ <div class="status-bar">
193
+ <div class="status-time">5:15</div>
194
+ <div class="status-icons">
195
+ <div class="status-circle"></div>
196
+ <div class="status-square"></div>
197
+ <div class="status-square"></div>
198
+ <div class="status-circle"></div>
199
+ <div class="status-dot"></div>
200
+ </div>
201
+ <div class="status-right">
202
+ <div class="status-icon-mini"></div>
203
+ <div class="status-icon-mini"></div>
204
+ </div>
205
+ </div>
206
+
207
+ <div class="content">
208
+ <div class="grid">
209
+
210
+ <!-- Row 1 - Left -->
211
+ <div class="card">
212
+ <div class="image">
213
+ <div>[IMG: Navy boot]</div>
214
+ <svg class="chev left" viewBox="0 0 24 24">
215
+ <path d="M15 4L7 12l8 8" />
216
+ </svg>
217
+ <svg class="chev right" viewBox="0 0 24 24">
218
+ <path d="M9 4l8 8-8 8" />
219
+ </svg>
220
+ </div>
221
+ <div class="thumbs">
222
+ <div class="thumb">[IMG]</div>
223
+ <div class="thumb">[IMG]</div>
224
+ <div class="thumb">[IMG]</div>
225
+ </div>
226
+ <div class="title">DROYAL BLUE boots for women</div>
227
+ <div class="price">&#8377;5495</div>
228
+ </div>
229
+
230
+ <!-- Row 1 - Right -->
231
+ <div class="card">
232
+ <div class="image">
233
+ <div>[IMG: Red boot]</div>
234
+ <svg class="chev left" viewBox="0 0 24 24">
235
+ <path d="M15 4L7 12l8 8" />
236
+ </svg>
237
+ <svg class="chev right" viewBox="0 0 24 24">
238
+ <path d="M9 4l8 8-8 8" />
239
+ </svg>
240
+ </div>
241
+ <div class="thumbs">
242
+ <div class="thumb active">[IMG]</div>
243
+ <div class="thumb">[IMG]</div>
244
+ <div class="thumb">[IMG]</div>
245
+ </div>
246
+ <div class="title">Woodland Rusty red boots for women</div>
247
+ <div class="price">&#8377;5495</div>
248
+ </div>
249
+
250
+ <!-- Row 2 - Left -->
251
+ <div class="card">
252
+ <div class="image">
253
+ <div>[IMG: Tan boot]</div>
254
+ <svg class="chev left" viewBox="0 0 24 24">
255
+ <path d="M15 4L7 12l8 8" />
256
+ </svg>
257
+ <svg class="chev right" viewBox="0 0 24 24">
258
+ <path d="M9 4l8 8-8 8" />
259
+ </svg>
260
+ </div>
261
+ <div class="thumbs">
262
+ <div class="thumb">[IMG]</div>
263
+ <div class="thumb">[IMG]</div>
264
+ <div class="thumb">[IMG]</div>
265
+ </div>
266
+ <div class="title">Snaype Boots for Women</div>
267
+ <div class="price">&#8377;5995</div>
268
+ </div>
269
+
270
+ <!-- Row 2 - Right (discount) -->
271
+ <div class="card">
272
+ <div class="image">
273
+ <div class="badge">40%</div>
274
+ <div>[IMG: Dark royal blue boot]</div>
275
+ <svg class="chev left" viewBox="0 0 24 24">
276
+ <path d="M15 4L7 12l8 8" />
277
+ </svg>
278
+ <svg class="chev right" viewBox="0 0 24 24">
279
+ <path d="M9 4l8 8-8 8" />
280
+ </svg>
281
+ </div>
282
+ <div class="thumbs">
283
+ <div class="thumb active">[IMG]</div>
284
+ <div class="thumb">[IMG]</div>
285
+ <div class="thumb">[IMG]</div>
286
+ </div>
287
+ <div class="title">Dark royal blue boot for women</div>
288
+ <div class="price"><span class="old">&#8377;4995</span><span class="new">&#8377;2997</span></div>
289
+ </div>
290
+
291
+ <!-- Row 3 - Left (discount) -->
292
+ <div class="card">
293
+ <div class="image">
294
+ <div class="badge">40%</div>
295
+ <div>[IMG: Beige knit boot]</div>
296
+ <svg class="chev left" viewBox="0 0 24 24">
297
+ <path d="M15 4L7 12l8 8" />
298
+ </svg>
299
+ <svg class="chev right" viewBox="0 0 24 24">
300
+ <path d="M9 4l8 8-8 8" />
301
+ </svg>
302
+ </div>
303
+ <div class="thumbs">
304
+ <div class="thumb">[IMG]</div>
305
+ <div class="thumb">[IMG]</div>
306
+ <div class="thumb">[IMG]</div>
307
+ </div>
308
+ <div class="title">Knitted high-top outdoor boot</div>
309
+ <div class="price">&#8377;4495</div>
310
+ </div>
311
+
312
+ <!-- Row 3 - Right (discount) -->
313
+ <div class="card">
314
+ <div class="image">
315
+ <div class="badge">40%</div>
316
+ <div>[IMG: Black sneaker]</div>
317
+ <svg class="chev left" viewBox="0 0 24 24">
318
+ <path d="M15 4L7 12l8 8" />
319
+ </svg>
320
+ <svg class="chev right" viewBox="0 0 24 24">
321
+ <path d="M9 4l8 8-8 8" />
322
+ </svg>
323
+ </div>
324
+ <div class="thumbs">
325
+ <div class="thumb active">[IMG]</div>
326
+ <div class="thumb">[IMG]</div>
327
+ <div class="thumb">[IMG]</div>
328
+ </div>
329
+ <div class="title">Trail runner lace-up shoes</div>
330
+ <div class="price">&#8377;3995</div>
331
+ </div>
332
+
333
+ </div>
334
+ </div>
335
+
336
+ <div class="bottom-bar">
337
+ <div class="gesture-pill"></div>
338
+ </div>
339
+
340
+ </div>
341
+ </body>
342
+ </html>
code/10364/10364_0.html ADDED
@@ -0,0 +1,267 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 Detail</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: #000;
12
+ color: #fff;
13
+ }
14
+ .header {
15
+ height: 180px;
16
+ display: flex; align-items: center; justify-content: space-between;
17
+ padding: 0 36px;
18
+ }
19
+ .back-title { display: flex; align-items: center; gap: 22px; }
20
+ .title { font-size: 52px; font-weight: 600; }
21
+ .circle-btns { display: flex; align-items: center; gap: 24px; }
22
+ .circle {
23
+ width: 92px; height: 92px; border-radius: 50%;
24
+ background: #2b2b2b; display: flex; align-items: center; justify-content: center;
25
+ }
26
+ .icon { width: 44px; height: 44px; }
27
+ .main-image {
28
+ width: 920px; height: 640px; background: #fff; border-radius: 8px;
29
+ margin: 24px 0 0 80px; position: relative;
30
+ }
31
+ .img-ph {
32
+ position: absolute; left: 40px; right: 40px; top: 60px; bottom: 60px;
33
+ background: #E0E0E0; border: 1px solid #BDBDBD;
34
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 32px;
35
+ }
36
+ .heart-float {
37
+ position: absolute; right: -40px; bottom: 80px;
38
+ width: 100px; height: 100px; border-radius: 50%; background: #2b2b2b;
39
+ display: flex; align-items: center; justify-content: center;
40
+ }
41
+ .heart-icon { width: 50px; height: 50px; }
42
+ .count-pill {
43
+ position: absolute; right: 26px; top: 260px;
44
+ background: #d0d0d0; color: #000; font-weight: 600;
45
+ padding: 16px 24px; border-radius: 28px; font-size: 30px;
46
+ }
47
+ .thumbs {
48
+ margin: 26px 0 0 40px;
49
+ display: flex; gap: 26px; padding: 24px 36px;
50
+ }
51
+ .thumb {
52
+ width: 186px; height: 150px; background: #121212; border-radius: 26px; position: relative;
53
+ box-shadow: inset 0 0 0 2px #fff;
54
+ }
55
+ .thumb.selected { box-shadow: inset 0 0 0 6px #fff; }
56
+ .thumb .ph {
57
+ position: absolute; left: 16px; right: 16px; top: 16px; bottom: 16px;
58
+ background: #E0E0E0; border: 1px solid #BDBDBD;
59
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 24px;
60
+ border-radius: 12px;
61
+ }
62
+ .product-title {
63
+ margin: 30px 40px 0 40px; font-size: 46px; font-weight: 700; line-height: 1.2;
64
+ }
65
+ .store {
66
+ margin: 24px 40px 0 40px; display: flex; align-items: center; justify-content: space-between;
67
+ }
68
+ .store-left { display: flex; align-items: center; gap: 22px; }
69
+ .brand-ph {
70
+ width: 120px; height: 44px; background: #E0E0E0; border: 1px solid #BDBDBD;
71
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 20px;
72
+ border-radius: 6px;
73
+ }
74
+ .store-text { display: flex; flex-direction: column; }
75
+ .store-name { font-size: 28px; font-weight: 600; }
76
+ .store-sub { font-size: 26px; color: #b8b8b8; margin-top: 6px; }
77
+ .price-block { margin: 30px 40px 0 40px; }
78
+ .price { font-size: 64px; font-weight: 800; }
79
+ .list-price { margin-top: 10px; font-size: 30px; }
80
+ .list-price .strike { text-decoration: line-through; color: #b8b8b8; margin-right: 14px; }
81
+ .list-price .save { color: #ff5a7f; }
82
+ .condition { margin: 34px 40px 0 40px; display: flex; align-items: center; gap: 26px; }
83
+ .cond-label { color: #9e9e9e; font-size: 32px; }
84
+ .cond-value { font-size: 32px; }
85
+ .size-card {
86
+ margin: 24px 40px 0 40px; height: 120px; border-radius: 20px; border: 2px solid #2e2e2e;
87
+ display: flex; align-items: center; justify-content: space-between; padding: 0 28px; background: #0a0a0a;
88
+ }
89
+ .size-text { font-size: 32px; }
90
+ .bottom-nav {
91
+ position: absolute; left: 0; right: 0; bottom: 0; height: 220px;
92
+ background: #0c0c0c; border-top: 1px solid #1f1f1f;
93
+ display: flex; align-items: center; justify-content: space-around;
94
+ padding-bottom: 24px;
95
+ }
96
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 16px; color: #fff; }
97
+ .nav-icon {
98
+ width: 72px; height: 72px; border-radius: 50%;
99
+ display: flex; align-items: center; justify-content: center;
100
+ }
101
+ .nav-label { font-size: 26px; color: #dcdcdc; }
102
+ .nav-active .nav-icon { box-shadow: inset 0 0 0 6px #2d5cff; }
103
+ .nav-active .nav-label { color: #2d5cff; font-weight: 600; }
104
+ .gesture {
105
+ position: absolute; left: 50%; transform: translateX(-50%);
106
+ bottom: 12px; width: 220px; height: 10px; background: #fff; border-radius: 8px; opacity: 0.8;
107
+ }
108
+ </style>
109
+ </head>
110
+ <body>
111
+ <div id="render-target">
112
+
113
+ <div class="header">
114
+ <div class="back-title">
115
+ <div class="circle" style="background:#000;">
116
+ <svg class="icon" viewBox="0 0 24 24">
117
+ <path d="M15 6l-6 6 6 6" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
118
+ </svg>
119
+ </div>
120
+ <div class="title">Item</div>
121
+ </div>
122
+ <div class="circle-btns">
123
+ <div class="circle">
124
+ <svg class="icon" viewBox="0 0 24 24">
125
+ <circle cx="11" cy="11" r="7" stroke="#fff" stroke-width="2" fill="none"/>
126
+ <line x1="20" y1="20" x2="16.5" y2="16.5" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
127
+ </svg>
128
+ </div>
129
+ <div class="circle">
130
+ <svg class="icon" viewBox="0 0 24 24">
131
+ <path d="M3 6h18l-2 10H5L3 6z" stroke="#fff" stroke-width="2" fill="none" stroke-linejoin="round"/>
132
+ <circle cx="9" cy="20" r="2" fill="#fff"/>
133
+ <circle cx="17" cy="20" r="2" fill="#fff"/>
134
+ </svg>
135
+ </div>
136
+ <div class="circle">
137
+ <svg class="icon" viewBox="0 0 24 24">
138
+ <circle cx="6" cy="8" r="2" fill="#fff"/>
139
+ <circle cx="18" cy="5" r="2" fill="#fff"/>
140
+ <circle cx="18" cy="19" r="2" fill="#fff"/>
141
+ <path d="M7.8 9.2l8.4-3.2M7.8 14.8l8.4 3.2" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/>
142
+ </svg>
143
+ </div>
144
+ <div class="circle">
145
+ <svg class="icon" viewBox="0 0 24 24">
146
+ <circle cx="12" cy="5" r="2" fill="#fff"/>
147
+ <circle cx="12" cy="12" r="2" fill="#fff"/>
148
+ <circle cx="12" cy="19" r="2" fill="#fff"/>
149
+ </svg>
150
+ </div>
151
+ </div>
152
+ </div>
153
+
154
+ <div class="count-pill">1 of 5</div>
155
+
156
+ <div class="main-image">
157
+ <div class="img-ph">[IMG: Brown Leather Wallabee Shoe]</div>
158
+ <div class="heart-float">
159
+ <svg class="heart-icon" viewBox="0 0 24 24">
160
+ <path d="M12 21c-4.5-3.5-7.5-6-8.8-8.2-1.5-2.6-.5-6 2.4-7.3 2.2-1 4.8-.3 6.4 1.5 1.6-1.8 4.2-2.5 6.4-1.5 2.9 1.3 3.9 4.7 2.4 7.3C19.5 15 16.5 17.5 12 21z" fill="#fff"/>
161
+ </svg>
162
+ </div>
163
+ </div>
164
+
165
+ <div class="thumbs">
166
+ <div class="thumb selected"><div class="ph">[IMG: Shoe Angle 1]</div></div>
167
+ <div class="thumb"><div class="ph">[IMG: Shoe Angle 2]</div></div>
168
+ <div class="thumb"><div class="ph">[IMG: Shoe Angle 3]</div></div>
169
+ <div class="thumb"><div class="ph">[IMG: Shoe Angle 4]</div></div>
170
+ <div class="thumb"><div class="ph">[IMG: Shoe Angle 5]</div></div>
171
+ </div>
172
+
173
+ <div class="product-title">
174
+ Clarks Originals Womens Wallabee Moccasin Cup Brown Leather Shoes
175
+ </div>
176
+
177
+ <div class="store">
178
+ <div class="store-left">
179
+ <div class="brand-ph">[IMG: Clarks Logo]</div>
180
+ <div class="store-text">
181
+ <div class="store-name">CLARKS OFFICIAL STORE (6435)</div>
182
+ <div class="store-sub">98.6% positive feedback</div>
183
+ </div>
184
+ </div>
185
+ <div class="circle" style="width:68px;height:68px;background:#1f1f1f;">
186
+ <svg viewBox="0 0 24 24" class="icon" style="width:32px;height:32px;">
187
+ <path d="M8 5l8 7-8 7" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
188
+ </svg>
189
+ </div>
190
+ </div>
191
+
192
+ <div class="price-block">
193
+ <div class="price">$74.99</div>
194
+ <div class="list-price">
195
+ <span class="strike">$160.00</span>
196
+ <span class="save">Save $85.01 (53% off)</span>
197
+ </div>
198
+ </div>
199
+
200
+ <div class="condition">
201
+ <div class="cond-label">Condition</div>
202
+ <div class="cond-value">New with box</div>
203
+ <svg viewBox="0 0 24 24" width="34" height="34">
204
+ <circle cx="12" cy="12" r="10" stroke="#b8b8b8" stroke-width="2" fill="none"/>
205
+ <circle cx="12" cy="8" r="1.5" fill="#b8b8b8"/>
206
+ <path d="M12 11v6" stroke="#b8b8b8" stroke-width="2" stroke-linecap="round"/>
207
+ </svg>
208
+ </div>
209
+
210
+ <div class="size-card">
211
+ <div class="size-text">US Shoe Size: <strong>7</strong></div>
212
+ <svg viewBox="0 0 24 24" width="36" height="36">
213
+ <path d="M6 9l6 6 6-6" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
214
+ </svg>
215
+ </div>
216
+
217
+ <div class="bottom-nav">
218
+ <div class="nav-item">
219
+ <div class="nav-icon">
220
+ <svg viewBox="0 0 24 24" width="40" height="40">
221
+ <path d="M3 11l9-7 9 7v9H15v-6H9v6H3z" stroke="#fff" stroke-width="2" fill="none" stroke-linejoin="round"/>
222
+ </svg>
223
+ </div>
224
+ <div class="nav-label">Home</div>
225
+ </div>
226
+ <div class="nav-item">
227
+ <div class="nav-icon">
228
+ <svg viewBox="0 0 24 24" width="40" height="40">
229
+ <circle cx="12" cy="8" r="4" stroke="#fff" stroke-width="2" fill="none"/>
230
+ <path d="M4 21c2.5-4 6-6 8-6s5.5 2 8 6" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/>
231
+ </svg>
232
+ </div>
233
+ <div class="nav-label">My eBay</div>
234
+ </div>
235
+ <div class="nav-item nav-active">
236
+ <div class="nav-icon">
237
+ <svg viewBox="0 0 24 24" width="40" height="40">
238
+ <circle cx="11" cy="11" r="7" stroke="#2d5cff" stroke-width="2" fill="none"/>
239
+ <line x1="20" y1="20" x2="16.5" y2="16.5" stroke="#2d5cff" stroke-width="2" stroke-linecap="round"/>
240
+ </svg>
241
+ </div>
242
+ <div class="nav-label">Search</div>
243
+ </div>
244
+ <div class="nav-item">
245
+ <div class="nav-icon">
246
+ <svg viewBox="0 0 24 24" width="40" height="40">
247
+ <path d="M6 8a6 6 0 0112 0v5l2 3H4l2-3V8z" stroke="#fff" stroke-width="2" fill="none" stroke-linejoin="round"/>
248
+ <circle cx="12" cy="20" r="1.5" fill="#fff"/>
249
+ </svg>
250
+ </div>
251
+ <div class="nav-label">Inbox</div>
252
+ </div>
253
+ <div class="nav-item">
254
+ <div class="nav-icon">
255
+ <svg viewBox="0 0 24 24" width="40" height="40">
256
+ <path d="M5 3h10l4 4-10 14H5z" stroke="#fff" stroke-width="2" fill="none" stroke-linejoin="round"/>
257
+ <circle cx="14" cy="8" r="2" fill="#fff"/>
258
+ </svg>
259
+ </div>
260
+ <div class="nav-label">Selling</div>
261
+ </div>
262
+ <div class="gesture"></div>
263
+ </div>
264
+
265
+ </div>
266
+ </body>
267
+ </html>
code/10364/10364_1.html ADDED
@@ -0,0 +1,326 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>UI Render</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #000; color: #fff;
13
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
14
+ }
15
+
16
+ :root{
17
+ --line:#2a2a2a;
18
+ --muted:#a9a9a9;
19
+ --chip:#1a1a1a;
20
+ --banner:#1c1c1c;
21
+ --blue:#78A7FF;
22
+ --blue-ghost:#1a2744;
23
+ --pink:#ff5d87;
24
+ }
25
+
26
+ /* Status bar */
27
+ .status-bar {
28
+ position: absolute; top: 0; left: 0; right: 0;
29
+ height: 96px; padding: 0 32px;
30
+ display: flex; align-items: center; justify-content: space-between;
31
+ font-size: 32px; opacity: 0.95;
32
+ }
33
+ .status-right { display: flex; align-items: center; gap: 22px; }
34
+ .status-dot { width: 12px; height: 12px; background:#ccc; border-radius: 50%; opacity: .7; }
35
+ .battery {
36
+ display: flex; align-items: center; gap: 8px; font-size: 28px;
37
+ }
38
+ .battery-icon {
39
+ width: 40px; height: 22px; border: 2px solid #fff; border-radius: 6px; position: relative;
40
+ }
41
+ .battery-icon::after {
42
+ content:""; position:absolute; right:-8px; top:6px; width:6px; height:10px; background:#fff; border-radius:2px;
43
+ }
44
+ .battery-fill { position:absolute; left:3px; top:3px; height:14px; width:28px; background:#fff; border-radius:3px; }
45
+
46
+ /* App bar */
47
+ .app-bar {
48
+ position: absolute; top: 96px; left: 0; right: 0;
49
+ height: 120px; padding: 0 24px;
50
+ display: flex; align-items: center; border-bottom: 1px solid var(--line);
51
+ }
52
+ .back-btn { width: 64px; height: 64px; display:flex; align-items:center; justify-content:center; }
53
+ .app-title { font-size: 52px; font-weight: 600; margin-left: 8px; }
54
+ .actions { margin-left: auto; display:flex; gap: 18px; }
55
+ .circle-action {
56
+ width: 88px; height: 88px; background: #141414; border-radius: 50%;
57
+ display:flex; align-items:center; justify-content:center; border: 1px solid #262626;
58
+ }
59
+ .circle-action svg { width: 44px; height: 44px; }
60
+
61
+ /* Content area */
62
+ .content { position: absolute; top: 216px; left: 0; right: 0; padding: 24px; }
63
+
64
+ .qty-card {
65
+ border: 1px solid var(--line); border-radius: 22px;
66
+ padding: 28px; margin-bottom: 26px; display:flex; align-items:center; justify-content: space-between;
67
+ }
68
+ .qty-card .label { color: #bdbdbd; font-size: 36px; }
69
+ .qty-card .value { font-size: 40px; font-weight: 600; color:#fff; margin-left: 8px; }
70
+ .qty-card .right { display:flex; align-items:center; gap: 10px; }
71
+ .dropdown { width: 20px; height: 20px; border-right: 3px solid #9e9e9e; border-bottom: 3px solid #9e9e9e; transform: rotate(45deg); margin-right: 8px; }
72
+
73
+ .btn {
74
+ height: 128px; border-radius: 64px; font-size: 44px; font-weight: 700;
75
+ display:flex; align-items:center; justify-content:center; margin: 20px 8px;
76
+ }
77
+ .btn.primary { background: var(--blue); color: #0b0b0b; }
78
+ .btn.outline {
79
+ border: 3px solid var(--blue); color: var(--blue); background: transparent;
80
+ }
81
+ .btn.outline .heart { margin-right: 18px; }
82
+ .btn.outline svg { width: 44px; height: 44px; }
83
+
84
+ .trending {
85
+ display:flex; align-items:center; gap: 26px;
86
+ background: var(--banner); border-radius: 32px; padding: 24px 28px; margin: 32px 8px;
87
+ }
88
+ .bolt-wrap {
89
+ width: 92px; height: 92px; border-radius:50%; background:#0d0d0d;
90
+ border: 1px solid #2e2e2e; display:flex; align-items:center; justify-content:center;
91
+ }
92
+ .trending .text { font-size: 36px; line-height: 48px; }
93
+ .trending .text strong { font-weight: 800; }
94
+
95
+ .divider { height: 1px; background: var(--line); margin: 24px 8px 10px; }
96
+
97
+ .section { padding: 22px 8px; }
98
+ .section h2 {
99
+ font-size: 52px; font-weight: 800; margin: 12px 0 24px;
100
+ }
101
+ .row {
102
+ display:flex; align-items:center; justify-content:space-between; margin: 12px 0;
103
+ }
104
+ .row .label { color: var(--muted); font-size: 36px; }
105
+ .row .value { font-size: 38px; }
106
+ .row .value.pink { color: var(--pink); font-weight: 700; }
107
+ .row .chev { width: 40px; height: 40px; margin-left: 12px; }
108
+ .subtext { color: var(--muted); font-size: 34px; margin-top: 8px; }
109
+
110
+ /* Bottom nav */
111
+ .bottom-nav {
112
+ position: absolute; left: 0; right: 0; bottom: 120px;
113
+ height: 180px; background:#0f0f0f; border-top: 1px solid var(--line);
114
+ display:flex; align-items:center; justify-content:space-around; padding: 0 24px;
115
+ }
116
+ .nav-item {
117
+ width: 20%; display:flex; flex-direction:column; align-items:center; gap: 16px;
118
+ color:#d7d7d7; font-size: 30px;
119
+ }
120
+ .nav-item svg { width: 54px; height: 54px; }
121
+ .nav-item.active .badge {
122
+ width: 92px; height: 92px; border-radius: 50%; background: #16233d; display:flex; align-items:center; justify-content:center; border: 2px solid var(--blue);
123
+ }
124
+ .nav-item.active span { color: #8fb7ff; }
125
+
126
+ .gesture {
127
+ position:absolute; bottom: 36px; left:50%; transform:translateX(-50%);
128
+ width: 280px; height: 10px; background:#3f3f3f; border-radius: 8px;
129
+ }
130
+ </style>
131
+ </head>
132
+ <body>
133
+ <div id="render-target">
134
+
135
+ <!-- Status bar -->
136
+ <div class="status-bar">
137
+ <div>11:03</div>
138
+ <div class="status-right">
139
+ <div class="status-dot"></div>
140
+ <div class="status-dot" style="width:22px;height:22px;border-radius:6px;"></div>
141
+ <div class="status-dot"></div>
142
+ <div class="status-dot"></div>
143
+ <div class="battery">
144
+ <div class="battery-icon"><div class="battery-fill"></div></div>
145
+ <div>100%</div>
146
+ </div>
147
+ </div>
148
+ </div>
149
+
150
+ <!-- App bar -->
151
+ <div class="app-bar">
152
+ <div class="back-btn">
153
+ <svg viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
154
+ <path d="M15 6 L9 12 L15 18"/>
155
+ </svg>
156
+ </div>
157
+ <div class="app-title">Item</div>
158
+ <div class="actions">
159
+ <div class="circle-action">
160
+ <svg viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
161
+ <circle cx="11" cy="11" r="7"></circle>
162
+ <path d="M20 20 L16.5 16.5"></path>
163
+ </svg>
164
+ </div>
165
+ <div class="circle-action">
166
+ <svg viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
167
+ <path d="M3 6h18l-2 8H6L3 6z"></path>
168
+ <circle cx="8" cy="19" r="2"></circle>
169
+ <circle cx="17" cy="19" r="2"></circle>
170
+ </svg>
171
+ </div>
172
+ <div class="circle-action">
173
+ <svg viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
174
+ <circle cx="18" cy="5" r="3"></circle>
175
+ <circle cx="6" cy="12" r="3"></circle>
176
+ <circle cx="18" cy="19" r="3"></circle>
177
+ <path d="M8.9 10.9 L15 7.5"></path>
178
+ <path d="M9 13 L15 16.5"></path>
179
+ </svg>
180
+ </div>
181
+ <div class="circle-action">
182
+ <svg viewBox="0 0 24 24" fill="#fff">
183
+ <circle cx="6" cy="12" r="2"></circle>
184
+ <circle cx="12" cy="12" r="2"></circle>
185
+ <circle cx="18" cy="12" r="2"></circle>
186
+ </svg>
187
+ </div>
188
+ </div>
189
+ </div>
190
+
191
+ <div class="content">
192
+ <!-- Quantity selector -->
193
+ <div class="qty-card">
194
+ <div style="display:flex; align-items:center;">
195
+ <span class="label">Quantity:</span>
196
+ <span class="value">1</span>
197
+ </div>
198
+ <div class="right">
199
+ <div class="dropdown"></div>
200
+ </div>
201
+ </div>
202
+
203
+ <!-- Buttons -->
204
+ <div class="btn primary">Buy It Now</div>
205
+ <div class="btn outline">Add to cart</div>
206
+ <div class="btn outline">
207
+ <svg class="heart" viewBox="0 0 24 24" fill="none" stroke="#78A7FF" stroke-width="2">
208
+ <path d="M12 20s-7-4.4-7-9a4.5 4.5 0 0 1 8-2.7A4.5 4.5 0 0 1 19 11c0 4.6-7 9-7 9z"/>
209
+ </svg>
210
+ Add to watchlist
211
+ </div>
212
+
213
+ <!-- Trending banner -->
214
+ <div class="trending">
215
+ <div class="bolt-wrap">
216
+ <svg viewBox="0 0 24 24" fill="#fff">
217
+ <path d="M13 2L6 13h5l-1 9 8-12h-6l1-8z"></path>
218
+ </svg>
219
+ </div>
220
+ <div class="text"><strong>This one's trending.</strong> 80 have already sold.</div>
221
+ </div>
222
+
223
+ <div class="divider"></div>
224
+
225
+ <!-- About section -->
226
+ <div class="section">
227
+ <h2>About this item</h2>
228
+ <div class="row">
229
+ <div class="label">Condition</div>
230
+ <div style="display:flex; align-items:center; gap:14px;">
231
+ <div class="value">New with box</div>
232
+ <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
233
+ <path d="M8 4l8 8-8 8"/>
234
+ </svg>
235
+ </div>
236
+ </div>
237
+ <div class="row">
238
+ <div class="label">Quantity</div>
239
+ <div style="display:flex; align-items:center; gap:14px;">
240
+ <div class="value pink">Almost gone</div>
241
+ <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
242
+ <path d="M8 4l8 8-8 8"/>
243
+ </svg>
244
+ </div>
245
+ </div>
246
+ <div class="subtext">80 sold</div>
247
+ </div>
248
+
249
+ <div class="divider"></div>
250
+
251
+ <!-- Description preview -->
252
+ <div class="section">
253
+ <h2>Item description from the seller</h2>
254
+ <div class="row">
255
+ <div style="color:#e5e5e5; font-size:36px; line-height:48px;">
256
+ American vintage-style beading adorns supple tan nubuck for a subtly bohemian, autumnal take on our...
257
+ </div>
258
+ <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
259
+ <path d="M8 4l8 8-8 8"/>
260
+ </svg>
261
+ </div>
262
+ </div>
263
+
264
+ <div class="divider"></div>
265
+
266
+ <!-- Shipping section -->
267
+ <div class="section">
268
+ <h2>Shipping, returns, and payments</h2>
269
+ <div class="row">
270
+ <div class="label">Location</div>
271
+ <div style="display:flex; align-items:center; gap:16px;">
272
+ <div class="value" style="max-width:600px; text-align:right;">
273
+ Hanover, Pennsylvania, United States
274
+ </div>
275
+ <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
276
+ <path d="M8 4l8 8-8 8"/>
277
+ </svg>
278
+ </div>
279
+ </div>
280
+ </div>
281
+ </div>
282
+
283
+ <!-- Bottom navigation -->
284
+ <div class="bottom-nav">
285
+ <div class="nav-item">
286
+ <svg viewBox="0 0 24 24" fill="none" stroke="#d7d7d7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
287
+ <path d="M3 11l9-8 9 8v8H3z"></path>
288
+ <path d="M9 21V12h6v9"></path>
289
+ </svg>
290
+ <span>Home</span>
291
+ </div>
292
+ <div class="nav-item">
293
+ <svg viewBox="0 0 24 24" fill="none" stroke="#d7d7d7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
294
+ <circle cx="12" cy="7" r="4"></circle>
295
+ <path d="M4 22c2-5 14-5 16 0"></path>
296
+ </svg>
297
+ <span>My eBay</span>
298
+ </div>
299
+ <div class="nav-item active">
300
+ <div class="badge">
301
+ <svg viewBox="0 0 24 24" fill="none" stroke="#8fb7ff" stroke-width="2">
302
+ <circle cx="11" cy="11" r="7"></circle>
303
+ <path d="M20 20 L16.5 16.5"></path>
304
+ </svg>
305
+ </div>
306
+ <span>Search</span>
307
+ </div>
308
+ <div class="nav-item">
309
+ <svg viewBox="0 0 24 24" fill="none" stroke="#d7d7d7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
310
+ <path d="M6 8a6 6 0 0 1 12 0v5l2 2H4l2-2V8"></path>
311
+ </svg>
312
+ <span>Inbox</span>
313
+ </div>
314
+ <div class="nav-item">
315
+ <svg viewBox="0 0 24 24" fill="none" stroke="#d7d7d7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
316
+ <path d="M20 6l-4-4H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2z"></path>
317
+ <circle cx="15" cy="9" r="2"></circle>
318
+ </svg>
319
+ <span>Selling</span>
320
+ </div>
321
+ </div>
322
+
323
+ <div class="gesture"></div>
324
+ </div>
325
+ </body>
326
+ </html>
code/10364/10364_2.html ADDED
@@ -0,0 +1,259 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>UI Render - Item Details Bottom Sheet</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px;
10
+ position: relative; overflow: hidden;
11
+ background: #000;
12
+ color: #fff;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ position: absolute; top: 0; left: 0; width: 100%; height: 120px;
18
+ padding: 0 40px;
19
+ display: flex; align-items: center; justify-content: space-between;
20
+ color: #E6E6E6; font-size: 36px; letter-spacing: 0.3px;
21
+ }
22
+ .status-right { display: flex; align-items: center; gap: 26px; }
23
+ .sb-icon {
24
+ width: 36px; height: 36px; border-radius: 50%;
25
+ border: 2px solid #BDBDBD;
26
+ }
27
+ .battery {
28
+ display: flex; align-items: center; gap: 10px; color: #E6E6E6; font-size: 30px;
29
+ }
30
+ .battery-box {
31
+ width: 48px; height: 26px; border: 3px solid #BDBDBD; border-radius: 6px; position: relative;
32
+ }
33
+ .battery-box::after {
34
+ content: ""; position: absolute; right: -8px; top: 8px; width: 6px; height: 10px; background: #BDBDBD; border-radius: 2px;
35
+ }
36
+ .battery-charge { width: 70px; text-align: right; }
37
+
38
+ /* App bar */
39
+ .appbar {
40
+ position: absolute; top: 120px; left: 0; width: 100%; height: 140px;
41
+ display: flex; align-items: center; justify-content: space-between;
42
+ padding: 0 40px;
43
+ }
44
+ .app-left { display: flex; align-items: center; gap: 24px; }
45
+ .app-title { font-size: 52px; font-weight: 600; color: #EDEDED; }
46
+ .circle-icon {
47
+ width: 96px; height: 96px; border-radius: 48px;
48
+ background: rgba(255,255,255,0.04);
49
+ display: flex; align-items: center; justify-content: center;
50
+ }
51
+ .app-right { display: flex; align-items: center; gap: 18px; }
52
+
53
+ .app-shadow-box {
54
+ position: absolute; top: 290px; left: 40px; right: 40px; height: 130px;
55
+ border: 1px solid rgba(255,255,255,0.08);
56
+ border-radius: 18px;
57
+ color: rgba(255,255,255,0.6);
58
+ display: flex; align-items: center; padding: 0 30px; font-size: 38px;
59
+ }
60
+
61
+ /* Bottom sheet */
62
+ .sheet {
63
+ position: absolute; left: 0; right: 0; top: 500px; bottom: 150px;
64
+ background: #1c1c1c; border-top-left-radius: 48px; border-top-right-radius: 48px;
65
+ box-shadow: 0 -30px 60px rgba(0,0,0,0.6);
66
+ padding: 34px 60px 80px 60px;
67
+ }
68
+ .handle {
69
+ width: 140px; height: 12px; border-radius: 6px; background: #5a5a5a;
70
+ margin: 16px auto 24px auto;
71
+ }
72
+ .sheet h2 {
73
+ margin: 24px 0 30px 0;
74
+ font-size: 56px; font-weight: 700; color: #F3F3F3;
75
+ }
76
+ .details { margin-top: 10px; }
77
+ .row {
78
+ display: flex; align-items: flex-start; gap: 34px;
79
+ padding: 18px 0;
80
+ }
81
+ .label {
82
+ width: 360px; color: #9E9E9E; font-size: 38px;
83
+ }
84
+ .value {
85
+ flex: 1; color: #F5F5F5; font-size: 38px; line-height: 1.45;
86
+ }
87
+ .value.small { color: #BDBDBD; font-size: 34px; }
88
+ .value .pink { color: #ff648b; font-weight: 600; }
89
+ .link { color: #F5F5F5; text-decoration: underline; }
90
+ /* Bottom home indicator */
91
+ .home-indicator {
92
+ position: absolute; left: 50%; transform: translateX(-50%);
93
+ bottom: 40px; width: 360px; height: 18px; background: #EDEDED; border-radius: 9px; opacity: 0.85;
94
+ }
95
+
96
+ /* SVG icon styles */
97
+ svg { display: block; }
98
+ .icon { width: 48px; height: 48px; stroke: #EDEDED; fill: none; stroke-width: 3.2; }
99
+ .icon-fill { fill: #EDEDED; stroke: none; }
100
+ </style>
101
+ </head>
102
+ <body>
103
+ <div id="render-target">
104
+
105
+ <!-- Status Bar -->
106
+ <div class="status-bar">
107
+ <div class="time">11:03</div>
108
+ <div class="status-right">
109
+ <div class="sb-icon"></div>
110
+ <div class="sb-icon"></div>
111
+ <div class="sb-icon"></div>
112
+ <div class="battery">
113
+ <div class="battery-box"></div>
114
+ <div class="battery-charge">100%</div>
115
+ </div>
116
+ </div>
117
+ </div>
118
+
119
+ <!-- App Bar -->
120
+ <div class="appbar">
121
+ <div class="app-left">
122
+ <div class="circle-icon">
123
+ <svg class="icon" viewBox="0 0 24 24">
124
+ <path d="M15 18L9 12l6-6" />
125
+ </svg>
126
+ </div>
127
+ <div class="app-title">Item</div>
128
+ </div>
129
+ <div class="app-right">
130
+ <div class="circle-icon">
131
+ <svg class="icon" viewBox="0 0 24 24">
132
+ <circle cx="11" cy="11" r="6"/>
133
+ <path d="M20 20l-4.5-4.5"/>
134
+ </svg>
135
+ </div>
136
+ <div class="circle-icon">
137
+ <svg class="icon" viewBox="0 0 24 24">
138
+ <path d="M3 6h18" />
139
+ <path d="M7 6l2 9h8l2-7H6" />
140
+ <circle cx="9" cy="19" r="2" class="icon-fill"/>
141
+ <circle cx="17" cy="19" r="2" class="icon-fill"/>
142
+ </svg>
143
+ </div>
144
+ <div class="circle-icon">
145
+ <svg class="icon" viewBox="0 0 24 24">
146
+ <circle cx="6" cy="12" r="2" class="icon-fill"/>
147
+ <circle cx="18" cy="6" r="2" class="icon-fill"/>
148
+ <circle cx="18" cy="18" r="2" class="icon-fill"/>
149
+ <path d="M8 12l8-6M8 12l8 6" />
150
+ </svg>
151
+ </div>
152
+ <div class="circle-icon">
153
+ <svg class="icon" viewBox="0 0 24 24">
154
+ <circle cx="12" cy="5" r="2" class="icon-fill"/>
155
+ <circle cx="12" cy="12" r="2" class="icon-fill"/>
156
+ <circle cx="12" cy="19" r="2" class="icon-fill"/>
157
+ </svg>
158
+ </div>
159
+ </div>
160
+ </div>
161
+
162
+ <!-- Faint Quantity field behind sheet -->
163
+ <div class="app-shadow-box">Quantity: 1</div>
164
+
165
+ <!-- Bottom Sheet -->
166
+ <div class="sheet">
167
+ <div class="handle"></div>
168
+ <h2>About this item</h2>
169
+
170
+ <div class="details">
171
+ <div class="row">
172
+ <div class="label">Condition</div>
173
+ <div class="value">
174
+ New with box. A brand-new, unused, and unworn item (including handmade items) in the original packaging (such as the original box or bag) and/or with the original tags attached.
175
+ </div>
176
+ </div>
177
+
178
+ <div class="row">
179
+ <div class="label">Quantity</div>
180
+ <div class="value">
181
+ <div class="pink">Almost gone</div>
182
+ <div class="value small">80 sold</div>
183
+ </div>
184
+ </div>
185
+
186
+ <div class="row">
187
+ <div class="label">Item Number</div>
188
+ <div class="value"><span class="link">155608186658</span></div>
189
+ </div>
190
+
191
+ <div class="row">
192
+ <div class="label">Brand</div>
193
+ <div class="value">Originals</div>
194
+ </div>
195
+
196
+ <div class="row">
197
+ <div class="label">Style</div>
198
+ <div class="value">Womens Originals Icon Shoes</div>
199
+ </div>
200
+
201
+ <div class="row">
202
+ <div class="label">Color</div>
203
+ <div class="value">Brown</div>
204
+ </div>
205
+
206
+ <div class="row">
207
+ <div class="label">Department</div>
208
+ <div class="value">Women</div>
209
+ </div>
210
+
211
+ <div class="row">
212
+ <div class="label">Type</div>
213
+ <div class="value">Shoes</div>
214
+ </div>
215
+
216
+ <div class="row">
217
+ <div class="label">Upper Material</div>
218
+ <div class="value">Nubuck</div>
219
+ </div>
220
+
221
+ <div class="row">
222
+ <div class="label">Lining Material</div>
223
+ <div class="value">Unlined</div>
224
+ </div>
225
+
226
+ <div class="row">
227
+ <div class="label">Shoe Width</div>
228
+ <div class="value">Medium</div>
229
+ </div>
230
+
231
+ <div class="row">
232
+ <div class="label">Outsole Material</div>
233
+ <div class="value">Crepe</div>
234
+ </div>
235
+
236
+ <div class="row">
237
+ <div class="label">Heel Height</div>
238
+ <div class="value">1 1/4 in</div>
239
+ </div>
240
+
241
+ <div class="row">
242
+ <div class="label">MPN</div>
243
+ <div class="value"><span class="link">400015</span></div>
244
+ </div>
245
+
246
+ <div class="row">
247
+ <div class="label">Category</div>
248
+ <div class="value">
249
+ Clothing, Shoes & Accessories &gt; Women &gt; Women's Shoes &gt; Comfort Shoes
250
+ </div>
251
+ </div>
252
+ </div>
253
+ </div>
254
+
255
+ <!-- Home indicator -->
256
+ <div class="home-indicator"></div>
257
+ </div>
258
+ </body>
259
+ </html>
code/10369/10369_0.html ADDED
@@ -0,0 +1,247 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 Screen</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ position: relative;
11
+ overflow: hidden;
12
+ width: 1080px;
13
+ height: 2400px;
14
+ background: #000000;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 150px;
24
+ background: #2b2b2b;
25
+ color: #ffffff;
26
+ display: flex;
27
+ align-items: center;
28
+ padding: 0 40px;
29
+ box-sizing: border-box;
30
+ }
31
+ .status-left { font-size: 42px; font-weight: 600; }
32
+ .status-right {
33
+ margin-left: auto;
34
+ display: flex;
35
+ align-items: center;
36
+ gap: 28px;
37
+ }
38
+ .status-dot {
39
+ width: 16px; height: 16px; background: #e6e6e6; border-radius: 50%;
40
+ }
41
+
42
+ /* App bar */
43
+ .app-bar {
44
+ position: absolute;
45
+ top: 150px;
46
+ left: 0;
47
+ width: 1080px;
48
+ height: 140px;
49
+ background: #2b2b2b;
50
+ display: flex;
51
+ align-items: center;
52
+ padding: 0 40px;
53
+ box-sizing: border-box;
54
+ color: #eaeaea;
55
+ }
56
+ .back-btn {
57
+ width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; margin-right: 24px;
58
+ }
59
+ .title {
60
+ font-size: 54px; font-weight: 600; letter-spacing: 0.5px;
61
+ }
62
+
63
+ /* Content */
64
+ .content {
65
+ position: absolute;
66
+ top: 290px;
67
+ left: 0;
68
+ width: 100%;
69
+ padding: 40px 60px;
70
+ box-sizing: border-box;
71
+ color: #eaeaea;
72
+ }
73
+ .doc-title {
74
+ font-size: 60px;
75
+ color: #d46a33;
76
+ font-weight: 700;
77
+ margin-top: 20px;
78
+ }
79
+ .doc-path {
80
+ font-size: 34px;
81
+ color: #9e9e9e;
82
+ margin-top: 10px;
83
+ }
84
+
85
+ .section {
86
+ margin-top: 80px;
87
+ }
88
+ .section h3 {
89
+ font-size: 44px;
90
+ margin: 0 0 30px 0;
91
+ font-weight: 600;
92
+ }
93
+
94
+ .toggle-row {
95
+ display: flex;
96
+ align-items: center;
97
+ gap: 30px;
98
+ margin-top: 10px;
99
+ }
100
+ .toggle-label {
101
+ font-size: 40px;
102
+ }
103
+ .switch {
104
+ width: 280px;
105
+ height: 58px;
106
+ background: #c7622f;
107
+ border-radius: 29px;
108
+ position: relative;
109
+ box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
110
+ }
111
+ .switch .knob {
112
+ position: absolute;
113
+ right: 6px;
114
+ top: 6px;
115
+ width: 46px;
116
+ height: 46px;
117
+ border-radius: 50%;
118
+ background: #bdbdbd;
119
+ }
120
+
121
+ .hint {
122
+ font-size: 34px;
123
+ color: #bcbcbc;
124
+ margin-top: 36px;
125
+ }
126
+
127
+ .action-list {
128
+ margin-top: 70px;
129
+ display: flex;
130
+ flex-direction: column;
131
+ gap: 50px;
132
+ }
133
+ .action {
134
+ display: flex;
135
+ align-items: center;
136
+ gap: 30px;
137
+ }
138
+ .action svg {
139
+ width: 72px;
140
+ height: 72px;
141
+ }
142
+ .action span {
143
+ font-size: 42px;
144
+ color: #eaeaea;
145
+ }
146
+ .icon-stroke { stroke: #8cb5ff; fill: none; stroke-width: 6; stroke-linecap: round; stroke-linejoin: round; }
147
+
148
+ /* Gesture bar */
149
+ .gesture-bar {
150
+ position: absolute;
151
+ bottom: 38px;
152
+ left: 50%;
153
+ transform: translateX(-50%);
154
+ width: 420px;
155
+ height: 14px;
156
+ background: #e6e6e6;
157
+ border-radius: 7px;
158
+ opacity: 0.9;
159
+ }
160
+ </style>
161
+ </head>
162
+ <body>
163
+ <div id="render-target">
164
+
165
+ <!-- Top status bar -->
166
+ <div class="status-bar">
167
+ <div class="status-left">11:04</div>
168
+ <div class="status-right">
169
+ <!-- Simple status icons -->
170
+ <svg width="36" height="36" viewBox="0 0 36 36">
171
+ <circle cx="18" cy="18" r="10" fill="#eaeaea"></circle>
172
+ <rect x="15" y="6" width="6" height="6" fill="#2b2b2b"></rect>
173
+ </svg>
174
+ <div class="status-dot"></div>
175
+ <svg width="46" height="36" viewBox="0 0 46 36">
176
+ <path d="M4 26h26" stroke="#eaeaea" stroke-width="4" stroke-linecap="round"></path>
177
+ <path d="M8 20h18" stroke="#eaeaea" stroke-width="4" stroke-linecap="round"></path>
178
+ <path d="M12 14h10" stroke="#eaeaea" stroke-width="4" stroke-linecap="round"></path>
179
+ <rect x="36" y="10" width="6" height="16" rx="2" fill="none" stroke="#eaeaea" stroke-width="4"></rect>
180
+ </svg>
181
+ </div>
182
+ </div>
183
+
184
+ <!-- App bar -->
185
+ <div class="app-bar">
186
+ <div class="back-btn">
187
+ <svg width="56" height="56" viewBox="0 0 56 56">
188
+ <path d="M34 12 L18 28 L34 44" stroke="#eaeaea" stroke-width="6" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
189
+ </svg>
190
+ </div>
191
+ <div class="title">Save</div>
192
+ </div>
193
+
194
+ <!-- Content -->
195
+ <div class="content">
196
+ <div class="doc-title">Presentation</div>
197
+ <div class="doc-path">This device » Documents</div>
198
+
199
+ <div class="section">
200
+ <h3>Autosave</h3>
201
+ <div class="toggle-row">
202
+ <div class="toggle-label">On</div>
203
+ <div class="switch"><div class="knob"></div></div>
204
+ </div>
205
+ <div class="hint">All your changes are saved automatically.</div>
206
+ </div>
207
+
208
+ <div class="action-list">
209
+ <div class="action">
210
+ <!-- Rename icon: monitor with pencil -->
211
+ <svg viewBox="0 0 72 72">
212
+ <rect x="8" y="14" width="48" height="30" rx="4" class="icon-stroke"></rect>
213
+ <path d="M20 54h24" class="icon-stroke"></path>
214
+ <path d="M50 18l12 12" class="icon-stroke"></path>
215
+ <path d="M44 24l6-6 12 12-6 6" class="icon-stroke"></path>
216
+ </svg>
217
+ <span>Rename this file</span>
218
+ </div>
219
+
220
+ <div class="action">
221
+ <!-- Link icon: document with chain -->
222
+ <svg viewBox="0 0 72 72">
223
+ <rect x="12" y="10" width="36" height="48" rx="6" class="icon-stroke"></rect>
224
+ <path d="M48 26l12 0" class="icon-stroke"></path>
225
+ <path d="M45 36c0-6 6-6 12-6" class="icon-stroke"></path>
226
+ <path d="M24 36c0 6 6 6 12 6" class="icon-stroke"></path>
227
+ <path d="M24 22h16" class="icon-stroke"></path>
228
+ </svg>
229
+ <span>Copy a link to this file</span>
230
+ </div>
231
+
232
+ <div class="action">
233
+ <!-- Export icon: tray with arrow -->
234
+ <svg viewBox="0 0 72 72">
235
+ <rect x="10" y="36" width="52" height="20" rx="4" class="icon-stroke"></rect>
236
+ <path d="M36 12v22" class="icon-stroke"></path>
237
+ <path d="M28 22l8-8 8 8" class="icon-stroke"></path>
238
+ </svg>
239
+ <span>Export this file to ODP</span>
240
+ </div>
241
+ </div>
242
+ </div>
243
+
244
+ <div class="gesture-bar"></div>
245
+ </div>
246
+ </body>
247
+ </html>
code/10369/10369_1.html ADDED
@@ -0,0 +1,488 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 Editor 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: #121212;
15
+ font-family: "Segoe UI", Arial, sans-serif;
16
+ color: #FFFFFF;
17
+ }
18
+
19
+ /* Top area */
20
+ .top-bar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ width: 100%;
25
+ height: 230px;
26
+ background: #1a1a1a;
27
+ }
28
+ .status-row {
29
+ height: 70px;
30
+ display: flex;
31
+ align-items: center;
32
+ padding: 0 28px;
33
+ font-size: 32px;
34
+ color: #e5e5e5;
35
+ }
36
+ .status-left { display:flex; align-items:center; gap:18px; }
37
+ .status-right { margin-left:auto; display:flex; align-items:center; gap:26px; }
38
+ .icon {
39
+ width: 40px;
40
+ height: 40px;
41
+ stroke: #d5d5d5;
42
+ fill: none;
43
+ stroke-width: 2.2;
44
+ }
45
+ .title-row {
46
+ height: 84px;
47
+ display: flex;
48
+ align-items: center;
49
+ justify-content: center;
50
+ color: #cc7a40;
51
+ font-size: 44px;
52
+ letter-spacing: 0.2px;
53
+ }
54
+ .tools-row {
55
+ height: 76px;
56
+ display: flex;
57
+ align-items: center;
58
+ justify-content: space-around;
59
+ padding: 0 70px;
60
+ color: #d8d8d8;
61
+ }
62
+ .tool {
63
+ display: flex;
64
+ align-items: center;
65
+ justify-content: center;
66
+ width: 60px;
67
+ height: 60px;
68
+ }
69
+ .tool .icon { stroke: #cfcfcf; width: 54px; height: 54px; }
70
+
71
+ /* Slide canvas area */
72
+ .canvas {
73
+ position: absolute;
74
+ top: 380px;
75
+ left: 80px;
76
+ width: 920px;
77
+ height: 620px;
78
+ background: #ffffff;
79
+ border-radius: 8px;
80
+ box-shadow: 0 6px 20px rgba(0,0,0,0.35);
81
+ }
82
+ /* subtle gray corner accents to mimic design lines */
83
+ .canvas::before, .canvas::after {
84
+ content: "";
85
+ position: absolute;
86
+ border-radius: 50%;
87
+ border: 2px dashed #eaeaea;
88
+ opacity: 0.7;
89
+ }
90
+ .canvas::before { width: 820px; height: 820px; left: -420px; top: -160px; }
91
+ .canvas::after { width: 780px; height: 780px; right: -420px; bottom: -160px; }
92
+
93
+ /* Slide content */
94
+ .red-tab {
95
+ position: absolute;
96
+ left: 120px;
97
+ top: 170px;
98
+ width: 350px;
99
+ height: 46px;
100
+ background: #e64a19;
101
+ border-radius: 2px;
102
+ }
103
+ .title-card {
104
+ position: absolute;
105
+ left: 120px;
106
+ top: 225px;
107
+ width: 350px;
108
+ height: 290px;
109
+ background: #e64a19;
110
+ display: flex;
111
+ align-items: center;
112
+ justify-content: center;
113
+ color: #ffffff;
114
+ font-size: 40px;
115
+ text-align: center;
116
+ border: 2px dashed #ffa78a;
117
+ box-sizing: border-box;
118
+ }
119
+ .title-card .pointer {
120
+ position: absolute;
121
+ bottom: -22px;
122
+ left: 50%;
123
+ transform: translateX(-50%);
124
+ width: 0; height: 0;
125
+ border-left: 16px solid transparent;
126
+ border-right: 16px solid transparent;
127
+ border-top: 22px solid #e64a19;
128
+ }
129
+
130
+ .slide-image {
131
+ position: absolute;
132
+ right: 100px;
133
+ top: 210px;
134
+ width: 520px;
135
+ height: 330px;
136
+ background: #E0E0E0;
137
+ border: 1px solid #BDBDBD;
138
+ display: flex;
139
+ align-items: center;
140
+ justify-content: center;
141
+ color: #757575;
142
+ font-size: 28px;
143
+ }
144
+
145
+ /* Notes & comments */
146
+ .notes-comments {
147
+ position: absolute;
148
+ top: 1450px;
149
+ left: 60px;
150
+ display: flex;
151
+ align-items: center;
152
+ gap: 60px;
153
+ color: #d9d9d9;
154
+ font-size: 36px;
155
+ }
156
+ .notes-comments .ic { width: 42px; height: 42px; stroke: #d9d9d9; fill: none; stroke-width: 2.2; vertical-align: middle; }
157
+
158
+ /* Filmstrip */
159
+ .filmstrip {
160
+ position: absolute;
161
+ top: 1520px;
162
+ left: 0;
163
+ width: 100%;
164
+ height: 320px;
165
+ background: #0f0f0f;
166
+ border-top: 1px solid #333;
167
+ display: flex;
168
+ align-items: center;
169
+ gap: 26px;
170
+ padding: 0 30px;
171
+ box-sizing: border-box;
172
+ }
173
+ .thumb {
174
+ width: 250px;
175
+ height: 180px;
176
+ background: #ffffff;
177
+ border-radius: 6px;
178
+ position: relative;
179
+ box-shadow: 0 4px 12px rgba(0,0,0,0.35);
180
+ }
181
+ .thumb .mini-red {
182
+ position: absolute;
183
+ left: 18px;
184
+ top: 22px;
185
+ width: 120px;
186
+ height: 26px;
187
+ background: #e64a19;
188
+ }
189
+ .thumb .mini-card {
190
+ position: absolute;
191
+ left: 18px;
192
+ top: 54px;
193
+ width: 120px;
194
+ height: 78px;
195
+ background: #e64a19;
196
+ border: 2px dashed #ffa78a;
197
+ }
198
+ .thumb .mini-img {
199
+ position: absolute;
200
+ right: 18px;
201
+ top: 54px;
202
+ width: 90px;
203
+ height: 78px;
204
+ background: #E0E0E0;
205
+ border: 1px solid #BDBDBD;
206
+ }
207
+ .thumb .label {
208
+ position: absolute;
209
+ left: 10px;
210
+ bottom: -36px;
211
+ color: #cfcfcf;
212
+ font-size: 24px;
213
+ }
214
+ .thumb.selected::after {
215
+ content: "";
216
+ position: absolute;
217
+ left: 0; right: 0; bottom: 0;
218
+ height: 48px;
219
+ background: #c7773f;
220
+ border-bottom-left-radius: 6px;
221
+ border-bottom-right-radius: 6px;
222
+ }
223
+ .thumb.selected .label { color: #f0c8aa; }
224
+
225
+ /* Bottom toolbar */
226
+ .bottom-toolbar {
227
+ position: absolute;
228
+ left: 0;
229
+ bottom: 120px;
230
+ width: 100%;
231
+ height: 120px;
232
+ background: #151515;
233
+ display: flex;
234
+ align-items: center;
235
+ padding: 0 40px;
236
+ gap: 48px;
237
+ box-sizing: border-box;
238
+ border-top: 1px solid #2a2a2a;
239
+ }
240
+ .bt-icon {
241
+ width: 76px;
242
+ height: 76px;
243
+ display: flex;
244
+ align-items: center;
245
+ justify-content: center;
246
+ background: #1e1e1e;
247
+ border-radius: 8px;
248
+ border: 1px solid #2b2b2b;
249
+ }
250
+ .bt-icon .icon { width: 46px; height: 46px; stroke: #e0e0e0; }
251
+
252
+ /* Home indicator */
253
+ .home-indicator {
254
+ position: absolute;
255
+ bottom: 40px;
256
+ left: 50%;
257
+ transform: translateX(-50%);
258
+ width: 320px;
259
+ height: 8px;
260
+ background: #e6e6e6;
261
+ border-radius: 8px;
262
+ opacity: 0.9;
263
+ }
264
+ </style>
265
+ </head>
266
+ <body>
267
+ <div id="render-target">
268
+
269
+ <!-- Top bar -->
270
+ <div class="top-bar">
271
+ <div class="status-row">
272
+ <div class="status-left">
273
+ <div style="font-weight:600;">11:05</div>
274
+ <!-- check-circle -->
275
+ <svg class="icon" viewBox="0 0 24 24">
276
+ <circle cx="12" cy="12" r="9"></circle>
277
+ <path d="M7 12l3 3 6-6"></path>
278
+ </svg>
279
+ <!-- sun -->
280
+ <svg class="icon" viewBox="0 0 24 24">
281
+ <circle cx="12" cy="12" r="4"></circle>
282
+ <path d="M12 2v3M12 19v3M2 12h3M19 12h3M4.6 4.6l2.2 2.2M17.2 17.2l2.2 2.2M4.6 19.4l2.2-2.2M17.2 6.8l2.2-2.2"></path>
283
+ </svg>
284
+ <!-- square doc -->
285
+ <svg class="icon" viewBox="0 0 24 24">
286
+ <rect x="5" y="3" width="14" height="18" rx="2"></rect>
287
+ <path d="M8 7h8M8 11h8M8 15h8"></path>
288
+ </svg>
289
+ <!-- back arrow -->
290
+ <svg class="icon" viewBox="0 0 24 24">
291
+ <path d="M15 18l-6-6 6-6"></path>
292
+ </svg>
293
+ <!-- dot -->
294
+ <svg class="icon" viewBox="0 0 24 24">
295
+ <circle cx="12" cy="12" r="2.5" fill="#d5d5d5" stroke="none"></circle>
296
+ </svg>
297
+ </div>
298
+ <div class="status-right">
299
+ <!-- wifi -->
300
+ <svg class="icon" viewBox="0 0 24 24">
301
+ <path d="M2 9c5-5 15-5 20 0"></path>
302
+ <path d="M5 12c3.5-3.5 10.5-3.5 14 0"></path>
303
+ <path d="M8 15c2-2 6-2 8 0"></path>
304
+ <circle cx="12" cy="18" r="1.8" fill="#d5d5d5" stroke="none"></circle>
305
+ </svg>
306
+ <!-- battery -->
307
+ <svg class="icon" viewBox="0 0 26 24">
308
+ <rect x="3" y="6" width="18" height="12" rx="2"></rect>
309
+ <rect x="21.5" y="10" width="2.5" height="4" rx="1" fill="none"></rect>
310
+ <rect x="5" y="8" width="12" height="8" fill="#d5d5d5" stroke="none"></rect>
311
+ </svg>
312
+ </div>
313
+ </div>
314
+
315
+ <div class="title-row">Presentation - Saved</div>
316
+
317
+ <div class="tools-row">
318
+ <!-- tick -->
319
+ <div class="tool">
320
+ <svg class="icon" viewBox="0 0 24 24"><path d="M4 12l5 5 11-11"></path></svg>
321
+ </div>
322
+ <!-- pen -->
323
+ <div class="tool">
324
+ <svg class="icon" viewBox="0 0 24 24">
325
+ <path d="M3 21l3-0.5 11-11-2.5-2.5-11 11L3 21z"></path>
326
+ <path d="M14.5 4.5l2.5 2.5"></path>
327
+ </svg>
328
+ </div>
329
+ <!-- cloud upload -->
330
+ <div class="tool">
331
+ <svg class="icon" viewBox="0 0 24 24">
332
+ <path d="M6 16a4 4 0 010-8 5 5 0 019.5-1.5A4.5 4.5 0 1120 16H6z"></path>
333
+ <path d="M12 13v6M9.5 15.5L12 13l2.5 2.5"></path>
334
+ </svg>
335
+ </div>
336
+ <!-- search -->
337
+ <div class="tool">
338
+ <svg class="icon" viewBox="0 0 24 24">
339
+ <circle cx="10.5" cy="10.5" r="6.5"></circle>
340
+ <path d="M16 16l5 5"></path>
341
+ </svg>
342
+ </div>
343
+ <!-- presentation screen -->
344
+ <div class="tool">
345
+ <svg class="icon" viewBox="0 0 24 24">
346
+ <rect x="3" y="5" width="18" height="11" rx="2"></rect>
347
+ <path d="M12 16v4M7 20h10"></path>
348
+ </svg>
349
+ </div>
350
+ <!-- undo -->
351
+ <div class="tool">
352
+ <svg class="icon" viewBox="0 0 24 24">
353
+ <path d="M9 7l-5 5 5 5"></path>
354
+ <path d="M4 12h10a5 5 0 010 10"></path>
355
+ </svg>
356
+ </div>
357
+ <!-- more (vertical dots) -->
358
+ <div class="tool">
359
+ <svg class="icon" viewBox="0 0 24 24">
360
+ <circle cx="12" cy="5" r="2" fill="#cfcfcf" stroke="none"></circle>
361
+ <circle cx="12" cy="12" r="2" fill="#cfcfcf" stroke="none"></circle>
362
+ <circle cx="12" cy="19" r="2" fill="#cfcfcf" stroke="none"></circle>
363
+ </svg>
364
+ </div>
365
+ </div>
366
+ </div>
367
+
368
+ <!-- Main slide canvas -->
369
+ <div class="canvas">
370
+ <div class="red-tab"></div>
371
+
372
+ <div class="title-card">
373
+ <div>Double tap to<br>add title</div>
374
+ <div class="pointer"></div>
375
+ </div>
376
+
377
+ <div class="slide-image">[IMG: Secure Distributed Workspace]</div>
378
+ </div>
379
+
380
+ <!-- Notes / Comments -->
381
+ <div class="notes-comments">
382
+ <div style="display:flex; align-items:center; gap:14px;">
383
+ <svg class="ic" viewBox="0 0 24 24">
384
+ <rect x="3" y="3" width="18" height="14" rx="3"></rect>
385
+ <path d="M7 20l4-3h10"></path>
386
+ </svg>
387
+ <span>Notes</span>
388
+ </div>
389
+ <div style="display:flex; align-items:center; gap:14px;">
390
+ <svg class="ic" viewBox="0 0 24 24">
391
+ <path d="M21 15a4 4 0 01-4 4H8l-5 4V6a4 4 0 014-4h10a4 4 0 014 4v9z"></path>
392
+ </svg>
393
+ <span>Comments</span>
394
+ </div>
395
+ </div>
396
+
397
+ <!-- Filmstrip of slides -->
398
+ <div class="filmstrip">
399
+ <div class="thumb">
400
+ <div class="mini-red"></div>
401
+ <div class="mini-card"></div>
402
+ <div class="label">1 ★</div>
403
+ </div>
404
+ <div class="thumb">
405
+ <div class="mini-red" style="left: 24px; width: 140px;"></div>
406
+ <div class="mini-card" style="left: 24px; width: 140px;"></div>
407
+ <div class="label">2 ★</div>
408
+ </div>
409
+ <div class="thumb selected">
410
+ <div class="mini-red"></div>
411
+ <div class="mini-card"></div>
412
+ <div class="mini-img"></div>
413
+ <div class="label">3 ★</div>
414
+ </div>
415
+ <div class="thumb">
416
+ <div class="mini-red" style="left: 24px; width: 140px;"></div>
417
+ <div class="mini-card" style="left: 24px; width: 140px; height: 70px;"></div>
418
+ <div class="mini-img" style="top: 46px;"></div>
419
+ <div class="label">4</div>
420
+ </div>
421
+ </div>
422
+
423
+ <!-- Bottom toolbar -->
424
+ <div class="bottom-toolbar">
425
+ <!-- layout/grid -->
426
+ <div class="bt-icon">
427
+ <svg class="icon" viewBox="0 0 24 24">
428
+ <rect x="3" y="3" width="8" height="8"></rect>
429
+ <rect x="13" y="3" width="8" height="8"></rect>
430
+ <rect x="3" y="13" width="8" height="8"></rect>
431
+ <rect x="13" y="13" width="8" height="8"></rect>
432
+ </svg>
433
+ </div>
434
+ <!-- comment bubble -->
435
+ <div class="bt-icon">
436
+ <svg class="icon" viewBox="0 0 24 24">
437
+ <rect x="3" y="4" width="18" height="12" rx="3"></rect>
438
+ <path d="M7 20l4-4h7"></path>
439
+ </svg>
440
+ </div>
441
+ <!-- table -->
442
+ <div class="bt-icon">
443
+ <svg class="icon" viewBox="0 0 24 24">
444
+ <rect x="3" y="5" width="18" height="14"></rect>
445
+ <path d="M3 10h18M8 5v14M16 5v14"></path>
446
+ </svg>
447
+ </div>
448
+ <!-- image insert -->
449
+ <div class="bt-icon">
450
+ <svg class="icon" viewBox="0 0 24 24">
451
+ <rect x="3" y="5" width="18" height="14" rx="2"></rect>
452
+ <circle cx="9" cy="10" r="2.5"></circle>
453
+ <path d="M3 17l5-4 4 3 3-2 6 3"></path>
454
+ </svg>
455
+ </div>
456
+ <!-- shapes (circle) -->
457
+ <div class="bt-icon">
458
+ <svg class="icon" viewBox="0 0 24 24">
459
+ <circle cx="12" cy="12" r="5"></circle>
460
+ </svg>
461
+ </div>
462
+ <!-- text A -->
463
+ <div class="bt-icon">
464
+ <svg class="icon" viewBox="0 0 24 24">
465
+ <path d="M5 19h14"></path>
466
+ <path d="M12 5l-6 14h3l1.5-4h5L17 19h3L12 5z"></path>
467
+ </svg>
468
+ </div>
469
+ <!-- camera -->
470
+ <div class="bt-icon">
471
+ <svg class="icon" viewBox="0 0 24 24">
472
+ <path d="M4 7h4l2-2h4l2 2h4v12H4z"></path>
473
+ <circle cx="12" cy="13" r="4"></circle>
474
+ </svg>
475
+ </div>
476
+ <!-- crop -->
477
+ <div class="bt-icon">
478
+ <svg class="icon" viewBox="0 0 24 24">
479
+ <path d="M7 3v14h14"></path>
480
+ <path d="M3 7h14v14"></path>
481
+ </svg>
482
+ </div>
483
+ </div>
484
+
485
+ <div class="home-indicator"></div>
486
+ </div>
487
+ </body>
488
+ </html>
code/10369/10369_2.html ADDED
@@ -0,0 +1,392 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Presentation - Saved 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: #121212;
14
+ box-sizing: border-box;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ height: 110px;
20
+ color: #e0e0e0;
21
+ background: #0f0f0f;
22
+ padding: 0 40px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ box-sizing: border-box;
27
+ }
28
+ .status-left, .status-right { display: flex; align-items: center; gap: 28px; }
29
+ .time { font-size: 42px; font-weight: 600; letter-spacing: 1px; }
30
+ .icon-small svg { width: 36px; height: 36px; opacity: 0.85; }
31
+
32
+ /* App header */
33
+ .app-header {
34
+ height: 220px;
35
+ color: #b87343;
36
+ padding: 20px 36px 0 36px;
37
+ box-sizing: border-box;
38
+ }
39
+ .title-row {
40
+ display: flex;
41
+ align-items: center;
42
+ justify-content: center;
43
+ height: 90px;
44
+ }
45
+ .title {
46
+ font-size: 46px;
47
+ font-weight: 600;
48
+ color: #b87343;
49
+ }
50
+ .toolbar {
51
+ margin-top: 18px;
52
+ display: flex;
53
+ align-items: center;
54
+ justify-content: space-around;
55
+ padding: 0 60px;
56
+ }
57
+ .tool-icon svg {
58
+ width: 64px;
59
+ height: 64px;
60
+ stroke: #8a8a8a;
61
+ fill: none;
62
+ stroke-width: 4;
63
+ opacity: 0.65;
64
+ }
65
+
66
+ /* Spacer above slide */
67
+ .preview-spacer {
68
+ height: 350px;
69
+ background: #0a0a0a;
70
+ }
71
+
72
+ /* Slide preview area */
73
+ .slide-preview {
74
+ height: 650px;
75
+ display: flex;
76
+ align-items: center;
77
+ justify-content: center;
78
+ background: #0a0a0a;
79
+ padding-bottom: 10px;
80
+ }
81
+ .slide-box {
82
+ width: 1000px;
83
+ height: 580px;
84
+ background: #d9d9d9;
85
+ border: 1px solid #bdbdbd;
86
+ position: relative;
87
+ box-shadow: inset 0 0 0 2px rgba(0,0,0,0.06);
88
+ }
89
+ .slide-red {
90
+ position: absolute;
91
+ left: 80px;
92
+ top: 160px;
93
+ width: 360px;
94
+ background: #9e2c22;
95
+ color: #f0e0e0;
96
+ padding: 40px;
97
+ border: 2px dashed rgba(255,255,255,0.25);
98
+ font-size: 40px;
99
+ line-height: 1.25;
100
+ box-sizing: border-box;
101
+ }
102
+ .slide-red::after {
103
+ content: "";
104
+ position: absolute;
105
+ bottom: -22px;
106
+ left: 80px;
107
+ width: 0; height: 0;
108
+ border-left: 18px solid transparent;
109
+ border-right: 18px solid transparent;
110
+ border-top: 22px solid #9e2c22;
111
+ }
112
+ .slide-img {
113
+ position: absolute;
114
+ right: 70px;
115
+ top: 160px;
116
+ width: 470px;
117
+ height: 300px;
118
+ background: #E0E0E0;
119
+ border: 1px solid #BDBDBD;
120
+ display: flex;
121
+ align-items: center;
122
+ justify-content: center;
123
+ color: #757575;
124
+ font-size: 30px;
125
+ }
126
+
127
+ /* Handle bar above sheet */
128
+ .handle {
129
+ height: 40px;
130
+ display: flex;
131
+ align-items: center;
132
+ justify-content: center;
133
+ background: #0f0f0f;
134
+ }
135
+ .handle .pill {
136
+ width: 160px;
137
+ height: 12px;
138
+ background: #777;
139
+ border-radius: 8px;
140
+ opacity: 0.45;
141
+ }
142
+
143
+ /* Bottom sheet */
144
+ .sheet {
145
+ height: 880px;
146
+ background: #1f1f1f;
147
+ color: #e8e8e8;
148
+ padding: 20px 30px;
149
+ box-sizing: border-box;
150
+ }
151
+ .list {
152
+ margin-top: 10px;
153
+ }
154
+ .item {
155
+ display: flex;
156
+ align-items: center;
157
+ height: 110px;
158
+ border-bottom: 1px solid rgba(255,255,255,0.1);
159
+ padding: 0 10px;
160
+ box-sizing: border-box;
161
+ }
162
+ .item .ico {
163
+ width: 90px;
164
+ height: 90px;
165
+ display: flex;
166
+ align-items: center;
167
+ justify-content: center;
168
+ margin-right: 30px;
169
+ }
170
+ .item .label {
171
+ font-size: 46px;
172
+ letter-spacing: 0.2px;
173
+ flex: 1;
174
+ }
175
+ .chev {
176
+ width: 70px;
177
+ display: flex;
178
+ align-items: center;
179
+ justify-content: center;
180
+ }
181
+ .divider {
182
+ width: 2px;
183
+ height: 60px;
184
+ background: rgba(255,255,255,0.2);
185
+ margin-right: 18px;
186
+ }
187
+
188
+ /* Bottom gesture nav bar */
189
+ .gesture {
190
+ position: absolute;
191
+ left: 0;
192
+ right: 0;
193
+ bottom: 20px;
194
+ height: 80px;
195
+ display: flex;
196
+ align-items: center;
197
+ justify-content: center;
198
+ }
199
+ .gesture .pill {
200
+ width: 220px; height: 10px; background: #e0e0e0; border-radius: 8px; opacity: 0.9;
201
+ }
202
+ </style>
203
+ </head>
204
+ <body>
205
+ <div id="render-target">
206
+
207
+ <!-- Status bar -->
208
+ <div class="status-bar">
209
+ <div class="status-left">
210
+ <div class="time">11:06</div>
211
+ <div class="icon-small">
212
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" stroke="#d0d0d0" fill="none" stroke-width="2"/></svg>
213
+ </div>
214
+ <div class="icon-small">
215
+ <svg viewBox="0 0 24 24">
216
+ <circle cx="12" cy="12" r="5" fill="#d0d0d0"/>
217
+ <circle cx="12" cy="12" r="9" stroke="#d0d0d0" fill="none" stroke-width="2"/>
218
+ </svg>
219
+ </div>
220
+ <div class="icon-small">
221
+ <svg viewBox="0 0 24 24">
222
+ <rect x="6" y="3" width="12" height="14" stroke="#d0d0d0" fill="none" stroke-width="2"/>
223
+ <rect x="9" y="7" width="6" height="3" fill="#d0d0d0"/>
224
+ </svg>
225
+ </div>
226
+ <div class="icon-small">
227
+ <svg viewBox="0 0 24 24">
228
+ <path d="M15 7 L9 12 L15 17" stroke="#d0d0d0" stroke-width="2" fill="none" />
229
+ </svg>
230
+ </div>
231
+ <div class="icon-small">
232
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="2" fill="#d0d0d0"/></svg>
233
+ </div>
234
+ </div>
235
+ <div class="status-right">
236
+ <div class="icon-small">
237
+ <svg viewBox="0 0 24 24">
238
+ <path d="M2 18 H6 V14 H2 ZM8 18 H12 V10 H8 ZM14 18 H18 V6 H14 Z" fill="#e0e0e0"/>
239
+ </svg>
240
+ </div>
241
+ <div class="icon-small">
242
+ <svg viewBox="0 0 24 24">
243
+ <rect x="3" y="6" width="18" height="12" rx="2" ry="2" stroke="#e0e0e0" fill="none" stroke-width="2"/>
244
+ <rect x="5" y="8" width="12" height="8" fill="#e0e0e0"/>
245
+ </svg>
246
+ </div>
247
+ </div>
248
+ </div>
249
+
250
+ <!-- App header with title and toolbar -->
251
+ <div class="app-header">
252
+ <div class="title-row">
253
+ <div class="title">Presentation - Saved</div>
254
+ </div>
255
+ <div class="toolbar">
256
+ <div class="tool-icon">
257
+ <svg viewBox="0 0 24 24"><path d="M4 12 L9 17 L20 6" /></svg>
258
+ </div>
259
+ <div class="tool-icon">
260
+ <svg viewBox="0 0 24 24"><path d="M3 21 L9 19 L19 9 L15 5 L5 15 Z" /></svg>
261
+ </div>
262
+ <div class="tool-icon">
263
+ <svg viewBox="0 0 24 24">
264
+ <path d="M5 13a7 7 0 0114 0" />
265
+ <path d="M6 13v5h12v-5" />
266
+ </svg>
267
+ </div>
268
+ <div class="tool-icon">
269
+ <svg viewBox="0 0 24 24"><circle cx="10" cy="10" r="6"/><path d="M15 15 L21 21"/></svg>
270
+ </div>
271
+ <div class="tool-icon">
272
+ <svg viewBox="0 0 24 24">
273
+ <rect x="4" y="6" width="16" height="10" rx="1"/>
274
+ <path d="M12 16 V20 M8 20 H16"/>
275
+ </svg>
276
+ </div>
277
+ <div class="tool-icon">
278
+ <svg viewBox="0 0 24 24">
279
+ <path d="M15 7 L9 12 L15 17" />
280
+ <path d="M10 7 H6" />
281
+ </svg>
282
+ </div>
283
+ <div class="tool-icon">
284
+ <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>
285
+ </div>
286
+ </div>
287
+ </div>
288
+
289
+ <!-- Spacer -->
290
+ <div class="preview-spacer"></div>
291
+
292
+ <!-- Slide preview -->
293
+ <div class="slide-preview">
294
+ <div class="slide-box">
295
+ <div class="slide-red">Double tap to<br>add title</div>
296
+ <div class="slide-img">[IMG: Workspace illustration]</div>
297
+ </div>
298
+ </div>
299
+
300
+ <!-- Handle -->
301
+ <div class="handle"><div class="pill"></div></div>
302
+
303
+ <!-- Bottom sheet menu -->
304
+ <div class="sheet">
305
+ <div class="list">
306
+ <div class="item">
307
+ <div class="ico">
308
+ <svg viewBox="0 0 64 64">
309
+ <circle cx="32" cy="32" r="28" fill="none" stroke="#56c271" stroke-width="4"/>
310
+ <path d="M32 18 V46 M18 32 H46" stroke="#56c271" stroke-width="6" />
311
+ </svg>
312
+ </div>
313
+ <div class="label">New Slide</div>
314
+ </div>
315
+
316
+ <div class="item">
317
+ <div class="ico">
318
+ <svg viewBox="0 0 64 64">
319
+ <rect x="12" y="8" width="40" height="48" rx="4" ry="4" stroke="#cfcfcf" fill="none" stroke-width="4"/>
320
+ <path d="M18 20 H46 M18 28 H40 M18 36 H42" stroke="#cfcfcf" stroke-width="4"/>
321
+ </svg>
322
+ </div>
323
+ <div class="label">Notes</div>
324
+ </div>
325
+
326
+ <div class="item">
327
+ <div class="ico">
328
+ <svg viewBox="0 0 64 64">
329
+ <rect x="8" y="8" width="48" height="48" rx="8" fill="none" stroke="#6fb5ff" stroke-width="4"/>
330
+ <path d="M32 18 C26 18 24 22 24 28 V36 C24 40 26 46 32 46 C38 46 40 40 40 36 V28 C40 22 38 18 32 18 Z" fill="none" stroke="#6fb5ff" stroke-width="4"/>
331
+ </svg>
332
+ </div>
333
+ <div class="label">Rehearse with Coach (Preview)</div>
334
+ <div class="divider"></div>
335
+ <div class="chev">
336
+ <svg viewBox="0 0 24 24"><path d="M8 5 L16 12 L8 19" stroke="#dcdcdc" stroke-width="3" fill="none"/></svg>
337
+ </div>
338
+ </div>
339
+
340
+ <div class="item">
341
+ <div class="ico">
342
+ <svg viewBox="0 0 64 64">
343
+ <circle cx="20" cy="44" r="8" stroke="#cfcfcf" fill="none" stroke-width="4"/>
344
+ <circle cx="44" cy="20" r="8" stroke="#cfcfcf" fill="none" stroke-width="4"/>
345
+ <path d="M26 38 L38 26" stroke="#cfcfcf" stroke-width="4"/>
346
+ </svg>
347
+ </div>
348
+ <div class="label">Share</div>
349
+ </div>
350
+
351
+ <div class="item">
352
+ <div class="ico">
353
+ <svg viewBox="0 0 64 64">
354
+ <rect x="14" y="8" width="36" height="48" rx="3" stroke="#ff6b6b" fill="none" stroke-width="4"/>
355
+ <path d="M14 20 H50" stroke="#ff6b6b" stroke-width="4"/>
356
+ <rect x="20" y="36" width="24" height="12" fill="#ff6b6b"/>
357
+ <text x="32" y="45" font-size="10" text-anchor="middle" fill="#1f1f1f">PDF</text>
358
+ </svg>
359
+ </div>
360
+ <div class="label">Share as PDF</div>
361
+ </div>
362
+
363
+ <div class="item">
364
+ <div class="ico">
365
+ <svg viewBox="0 0 64 64">
366
+ <rect x="10" y="14" width="44" height="36" rx="6" stroke="#b57adb" fill="none" stroke-width="4"/>
367
+ <rect x="20" y="20" width="12" height="16" fill="#b57adb"/>
368
+ <rect x="34" y="42" width="14" height="6" fill="#b57adb"/>
369
+ </svg>
370
+ </div>
371
+ <div class="label">Save</div>
372
+ </div>
373
+
374
+ <div class="item">
375
+ <div class="ico">
376
+ <svg viewBox="0 0 64 64">
377
+ <rect x="12" y="8" width="40" height="48" rx="4" stroke="#cfcfcf" fill="none" stroke-width="4"/>
378
+ <path d="M22 24 H42 M22 34 H42" stroke="#cfcfcf" stroke-width="4"/>
379
+ <path d="M22 44 L30 44 L34 40" stroke="#cfcfcf" stroke-width="4"/>
380
+ </svg>
381
+ </div>
382
+ <div class="label">Save As</div>
383
+ </div>
384
+ </div>
385
+ </div>
386
+
387
+ <!-- Gesture pill -->
388
+ <div class="gesture"><div class="pill"></div></div>
389
+
390
+ </div>
391
+ </body>
392
+ </html>
code/10369/10369_3.html ADDED
@@ -0,0 +1,330 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Mobile Slide Share UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #121212;
15
+ color: #ffffff;
16
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ height: 120px;
22
+ background: #1a1a1a;
23
+ display: flex;
24
+ align-items: center;
25
+ padding: 0 36px;
26
+ font-size: 36px;
27
+ color: #e8e8e8;
28
+ letter-spacing: 0.5px;
29
+ }
30
+ .sb-left, .sb-right {
31
+ display: flex;
32
+ align-items: center;
33
+ }
34
+ .sb-left { gap: 26px; }
35
+ .sb-right { margin-left: auto; gap: 26px; }
36
+
37
+ .icon {
38
+ width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center;
39
+ }
40
+ .icon svg { width: 40px; height: 40px; fill: #e8e8e8; }
41
+
42
+ /* Preview area with slide */
43
+ .preview-area {
44
+ height: 820px;
45
+ background: #0d0d0d;
46
+ display: flex;
47
+ align-items: center;
48
+ justify-content: center;
49
+ }
50
+ .slide-card {
51
+ width: 1000px;
52
+ height: 560px;
53
+ background: #ffffff;
54
+ border: 1px solid #d9d9d9;
55
+ border-radius: 4px;
56
+ position: relative;
57
+ overflow: hidden;
58
+ }
59
+ /* Left red title block */
60
+ .title-block {
61
+ position: absolute;
62
+ left: 60px;
63
+ top: 120px;
64
+ width: 360px;
65
+ height: 300px;
66
+ background: #d94935;
67
+ color: #fff;
68
+ display: flex;
69
+ align-items: center;
70
+ justify-content: center;
71
+ text-align: center;
72
+ font-size: 42px;
73
+ line-height: 1.2;
74
+ box-shadow: inset 0 0 0 3px rgba(255,255,255,0.25);
75
+ }
76
+ .title-block::before {
77
+ content: "";
78
+ position: absolute;
79
+ top: -36px;
80
+ left: 0;
81
+ width: 100%;
82
+ height: 36px;
83
+ background: #e24f3a;
84
+ }
85
+ .title-block::after {
86
+ content: "";
87
+ position: absolute;
88
+ bottom: -18px;
89
+ left: 40px;
90
+ width: 0; height: 0;
91
+ border-left: 18px solid transparent;
92
+ border-right: 18px solid transparent;
93
+ border-top: 18px solid #d94935;
94
+ }
95
+ /* Right image placeholder on slide */
96
+ .slide-image {
97
+ position: absolute;
98
+ right: 60px;
99
+ top: 120px;
100
+ width: 500px;
101
+ height: 320px;
102
+ background: #E0E0E0;
103
+ border: 1px solid #BDBDBD;
104
+ display: flex;
105
+ align-items: center;
106
+ justify-content: center;
107
+ color: #757575;
108
+ font-size: 32px;
109
+ }
110
+
111
+ /* Notes / Comments bar */
112
+ .notes-comments {
113
+ height: 120px;
114
+ border-top: 1px solid #2b2b2b;
115
+ border-bottom: 1px solid #2b2b2b;
116
+ display: flex;
117
+ align-items: center;
118
+ justify-content: center;
119
+ gap: 80px;
120
+ background: #111;
121
+ }
122
+ .tab {
123
+ display: flex;
124
+ align-items: center;
125
+ gap: 16px;
126
+ color: #eaeaea;
127
+ font-size: 36px;
128
+ }
129
+ .divider-vert {
130
+ width: 2px; height: 48px; background: #2f2f2f;
131
+ }
132
+ .tab svg { width: 44px; height: 44px; fill: #eaeaea; }
133
+
134
+ /* Thumbnails strip */
135
+ .thumbs {
136
+ height: 280px;
137
+ background: #0f0f0f;
138
+ display: flex;
139
+ align-items: center;
140
+ padding: 0 28px;
141
+ gap: 24px;
142
+ }
143
+ .thumb {
144
+ width: 320px; height: 190px;
145
+ background: #fff;
146
+ border: 1px solid #cfcfcf;
147
+ position: relative;
148
+ overflow: hidden;
149
+ }
150
+ .thumb .mini-red {
151
+ position: absolute; left: 20px; top: 24px; width: 170px; height: 80px; background: #d94935;
152
+ }
153
+ .thumb .mini-img {
154
+ position: absolute; right: 20px; top: 24px; width: 120px; height: 80px;
155
+ background: #E0E0E0; border: 1px solid #BDBDBD;
156
+ }
157
+ .thumb.selected::after {
158
+ content: "3 ★";
159
+ position: absolute; left: 0; right: 0; bottom: 0; height: 44px;
160
+ background: #c8753f;
161
+ color: #fff; font-size: 34px; display: flex; align-items: center; padding-left: 16px;
162
+ }
163
+
164
+ /* Share panel */
165
+ .share-panel {
166
+ background: #171717;
167
+ border-top: 1px solid #2b2b2b;
168
+ position: relative;
169
+ padding: 34px 40px 180px;
170
+ height: 960px;
171
+ box-sizing: border-box;
172
+ }
173
+ .share-header {
174
+ display: flex; align-items: center;
175
+ font-size: 54px; font-weight: 600; color: #f5f5f5;
176
+ }
177
+ .share-close {
178
+ margin-left: auto;
179
+ width: 54px; height: 54px; position: relative;
180
+ }
181
+ .share-close::before, .share-close::after {
182
+ content: ""; position: absolute; top: 26px; left: 6px; right: 6px; height: 2px; background: #e8e8e8;
183
+ }
184
+ .share-close::before { transform: rotate(45deg); }
185
+ .share-close::after { transform: rotate(-45deg); }
186
+
187
+ .share-sub {
188
+ margin-top: 22px;
189
+ color: #c7c7c7;
190
+ font-size: 34px;
191
+ line-height: 1.35;
192
+ }
193
+
194
+ .cta {
195
+ margin: 40px auto 26px;
196
+ width: 520px; height: 104px;
197
+ border-radius: 14px;
198
+ background: #c8753f;
199
+ color: #fff;
200
+ font-size: 40px; font-weight: 600;
201
+ display: flex; align-items: center; justify-content: center;
202
+ box-shadow: 0 6px 0 0 rgba(0,0,0,0.25) inset;
203
+ }
204
+
205
+ .option {
206
+ margin-top: 26px;
207
+ padding: 28px 6px;
208
+ border-top: 1px solid #2b2b2b;
209
+ display: flex; align-items: center;
210
+ color: #f0f0f0;
211
+ font-size: 38px;
212
+ }
213
+ .option .opt-icon { width: 64px; height: 64px; display: inline-flex; align-items: center; justify-content: center; margin-right: 22px; }
214
+ .option .opt-icon svg { width: 56px; height: 56px; fill: #dcdcdc; }
215
+ .chev {
216
+ margin-left: auto;
217
+ }
218
+ .chev svg { width: 34px; height: 34px; fill: #9e9e9e; }
219
+
220
+ /* Gesture bar */
221
+ .gesture {
222
+ position: absolute; bottom: 20px; left: 50%;
223
+ transform: translateX(-50%);
224
+ width: 360px; height: 12px; border-radius: 8px;
225
+ background: #f5f5f5;
226
+ opacity: 0.85;
227
+ }
228
+ </style>
229
+ </head>
230
+ <body>
231
+ <div id="render-target">
232
+
233
+ <!-- Status Bar -->
234
+ <div class="status-bar">
235
+ <div class="sb-left">
236
+ <div>11:06</div>
237
+ <span class="icon">
238
+ <svg viewBox="0 0 24 24"><path d="M12 2a10 10 0 100 20 10 10 0 000-20zm0 3a7 7 0 110 14 7 7 0 010-14z"/></svg>
239
+ </span>
240
+ <span class="icon">
241
+ <svg viewBox="0 0 24 24"><path d="M6 12a6 6 0 1012 0A6 6 0 006 12zm6-9l1.5 3h-3L12 3zm0 18l-1.5-3h3L12 21zm9-9l-3 1.5v-3L21 12zM3 12l3-1.5v3L3 12z"/></svg>
242
+ </span>
243
+ <span class="icon">
244
+ <svg viewBox="0 0 24 24"><path d="M7 2h10v2H7V2zm12 5H5a2 2 0 00-2 2v9a2 2 0 002 2h14a2 2 0 002-2V9a2 2 0 00-2-2zm-1 10H6v-8h12v8z"/></svg>
245
+ </span>
246
+ <span class="icon">
247
+ <svg viewBox="0 0 24 24"><path d="M10 19l7-7-7-7v14z"/></svg>
248
+ </span>
249
+ <div style="font-size:40px;margin-left:6px;">•</div>
250
+ </div>
251
+ <div class="sb-right">
252
+ <span class="icon">
253
+ <svg viewBox="0 0 24 24"><path d="M12 20a1 1 0 01-.7-.3C9.1 17.5 5.7 16 2 16v-2c4.4 0 8.4 1.7 10 3 1.6-1.3 5.6-3 10-3v2c-3.7 0-7.1 1.5-9.3 3.7-.2.2-.5.3-.7.3z"/></svg>
254
+ </span>
255
+ <span class="icon">
256
+ <svg viewBox="0 0 24 24"><path d="M16 4H7a2 2 0 00-2 2v12a2 2 0 002 2h9a3 3 0 003-3V7a3 3 0 00-3-3zm2 13a1 1 0 01-1 1H7V6h9a1 1 0 011 1v10z"/></svg>
257
+ </span>
258
+ </div>
259
+ </div>
260
+
261
+ <!-- Preview of current slide -->
262
+ <div class="preview-area">
263
+ <div class="slide-card">
264
+ <div class="title-block">Double tap to add title</div>
265
+ <div class="slide-image">[IMG: Workspace Diagram]</div>
266
+ </div>
267
+ </div>
268
+
269
+ <!-- Notes / Comments -->
270
+ <div class="notes-comments">
271
+ <div class="tab">
272
+ <svg viewBox="0 0 24 24"><path d="M3 4h18v12H7l-4 4V4z"/></svg>
273
+ <span>Notes</span>
274
+ </div>
275
+ <div class="divider-vert"></div>
276
+ <div class="tab">
277
+ <svg viewBox="0 0 24 24"><path d="M4 4h16v10H5l-1 1V4zm3 12h13l1 1v3H7v-4z"/></svg>
278
+ <span>Comments</span>
279
+ </div>
280
+ </div>
281
+
282
+ <!-- Thumbnails strip -->
283
+ <div class="thumbs">
284
+ <div class="thumb">
285
+ <div class="mini-red"></div>
286
+ <div class="mini-img"></div>
287
+ </div>
288
+ <div class="thumb">
289
+ <div class="mini-red" style="width:140px;"></div>
290
+ <div class="mini-img" style="width:140px;"></div>
291
+ </div>
292
+ <div class="thumb selected">
293
+ <div class="mini-red" style="height:70px;"></div>
294
+ <div class="mini-img"></div>
295
+ </div>
296
+ <div style="margin-left:auto; width:70px; height:70px; border:1px dashed #3a3a3a; color:#8f8f8f; display:flex; align-items:center; justify-content:center; font-size:56px; border-radius:8px;">+</div>
297
+ </div>
298
+
299
+ <!-- Share panel -->
300
+ <div class="share-panel">
301
+ <div class="share-header">
302
+ Share
303
+ <div class="share-close"></div>
304
+ </div>
305
+ <div class="share-sub">
306
+ To collaborate with others, please sign in and save a copy of your file to OneDrive
307
+ </div>
308
+ <div class="cta">Save to OneDrive</div>
309
+
310
+ <div class="option">
311
+ <div class="opt-icon">
312
+ <svg viewBox="0 0 24 24"><path d="M6 2h9l5 5v13a2 2 0 01-2 2H6a2 2 0 01-2-2V4a2 2 0 012-2zm8 1v5h5"/></svg>
313
+ </div>
314
+ Full Document
315
+ <div class="chev"><svg viewBox="0 0 24 24"><path d="M9 6l6 6-6 6z"/></svg></div>
316
+ </div>
317
+ <div class="option">
318
+ <div class="opt-icon">
319
+ <svg viewBox="0 0 24 24"><path d="M4 4h10v10H4V4zm6 6h10v10H10V10z"/></svg>
320
+ </div>
321
+ Current Slide
322
+ <div class="chev"><svg viewBox="0 0 24 24"><path d="M9 6l6 6-6 6z"/></svg></div>
323
+ </div>
324
+ </div>
325
+
326
+ <!-- Gesture bar -->
327
+ <div class="gesture"></div>
328
+ </div>
329
+ </body>
330
+ </html>
code/10369/10369_4.html ADDED
@@ -0,0 +1,300 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Mobile Slide Viewer Mock</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: #111316;
14
+ color: #fff;
15
+ font-family: Arial, Helvetica, sans-serif;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0; left: 0; right: 0;
22
+ height: 120px;
23
+ padding: 0 36px;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ color: #EDEDED;
28
+ font-size: 44px;
29
+ letter-spacing: 1px;
30
+ }
31
+ .status-right {
32
+ display: flex; align-items: center; gap: 28px;
33
+ }
34
+ .dot { width: 12px; height: 12px; background:#cfcfcf; border-radius:50%; opacity:.8; }
35
+
36
+ /* Large slide preview area */
37
+ .preview-area {
38
+ position: absolute;
39
+ top: 210px; left: 0; right: 0;
40
+ padding: 0 30px;
41
+ }
42
+ .slide {
43
+ width: 1020px;
44
+ height: 560px;
45
+ margin: 0 auto;
46
+ background: #ffffff;
47
+ border-radius: 6px;
48
+ border: 1px solid #D9D9D9;
49
+ position: relative;
50
+ overflow: hidden;
51
+ }
52
+ /* faint decorative arcs */
53
+ .slide::before {
54
+ content: "";
55
+ position: absolute;
56
+ inset: -20% -10% -10% -10%;
57
+ background:
58
+ radial-gradient(800px 500px at -50px 120px, rgba(0,0,0,0.05) 1px, transparent 1px) 0 0/220px 220px,
59
+ radial-gradient(1000px 600px at 900px 300px, rgba(0,0,0,0.04) 1px, transparent 1px) 0 0/300px 300px;
60
+ opacity: .4;
61
+ pointer-events: none;
62
+ }
63
+
64
+ /* Left red title callout */
65
+ .title-box {
66
+ position: absolute;
67
+ left: 78px;
68
+ top: 120px;
69
+ width: 360px;
70
+ height: 270px;
71
+ }
72
+ .title-head {
73
+ height: 48px;
74
+ background: #d9482e;
75
+ }
76
+ .title-body {
77
+ position: relative;
78
+ height: calc(100% - 48px);
79
+ background: #d9482e;
80
+ border: 3px dashed rgba(255,255,255,0.6);
81
+ display: flex; align-items: center; justify-content: center;
82
+ text-align: center;
83
+ color: #ffffff;
84
+ font-size: 44px;
85
+ line-height: 1.2;
86
+ }
87
+ .title-body::after {
88
+ content: "";
89
+ position: absolute;
90
+ bottom: -22px; left: 50%;
91
+ transform: translateX(-50%);
92
+ width: 0; height: 0;
93
+ border-left: 18px solid transparent;
94
+ border-right: 18px solid transparent;
95
+ border-top: 22px solid #d9482e;
96
+ }
97
+
98
+ /* Right image placeholder */
99
+ .slide-image {
100
+ position: absolute;
101
+ right: 72px;
102
+ top: 120px;
103
+ width: 540px;
104
+ height: 300px;
105
+ background: #E0E0E0;
106
+ border: 1px solid #BDBDBD;
107
+ color: #757575;
108
+ display: flex; align-items: center; justify-content: center;
109
+ font-size: 28px;
110
+ }
111
+
112
+ /* Notes and Comments row */
113
+ .toolbar {
114
+ width: 100%;
115
+ margin-top: 28px;
116
+ display: flex;
117
+ align-items: center;
118
+ justify-content: center;
119
+ gap: 120px;
120
+ color: #D9D9D9;
121
+ }
122
+ .tool {
123
+ display: flex; align-items: center; gap: 18px;
124
+ font-size: 36px;
125
+ }
126
+ .tool svg { width: 44px; height: 44px; fill: #D9D9D9; }
127
+
128
+ /* Filmstrip thumbnails */
129
+ .filmstrip {
130
+ position: absolute;
131
+ top: 980px; left: 0; right: 0;
132
+ padding: 0 20px;
133
+ display: flex; align-items: center; gap: 22px;
134
+ }
135
+ .thumb {
136
+ width: 322px; height: 220px;
137
+ background: #fff;
138
+ border: 2px solid #2b2b2b;
139
+ border-radius: 4px;
140
+ position: relative;
141
+ overflow: hidden;
142
+ }
143
+ .thumb .red-bar { position: absolute; left: 28px; top: 24px; width: 220px; height: 40px; background: #d9482e; }
144
+ .thumb .red-box { position: absolute; left: 28px; top: 74px; width: 220px; height: 90px; background: #d9482e; }
145
+ .thumb .img-mini { position: absolute; right: 22px; top: 70px; width: 120px; height: 80px; background:#E0E0E0; border:1px solid #BDBDBD; }
146
+ .thumb .select-bar { position: absolute; bottom: 0; left: 0; right: 0; height: 34px; background: #c87437; color:#fff; display:flex; align-items:center; justify-content:center; font-size: 30px; }
147
+ .thumb-index { position: absolute; left: 18px; bottom: 38px; color:#000; font-size: 26px; }
148
+
149
+ .side-plus {
150
+ width: 56px; height: 200px;
151
+ background: #1e1e1e;
152
+ border: 1px solid #333;
153
+ border-radius: 6px;
154
+ display: flex; align-items: center; justify-content: center;
155
+ color: #999;
156
+ font-size: 54px;
157
+ }
158
+
159
+ /* Bottom sheet */
160
+ .bottom-sheet {
161
+ position: absolute;
162
+ left: 0; right: 0;
163
+ bottom: 110px;
164
+ top: 1280px;
165
+ background: #151515;
166
+ border-top: 1px solid #272727;
167
+ padding: 24px 30px;
168
+ color: #eee;
169
+ }
170
+ .sheet-header {
171
+ display: flex; align-items: center; justify-content: space-between;
172
+ padding: 12px 6px 24px 6px;
173
+ }
174
+ .sheet-title { font-size: 48px; font-weight: 600; }
175
+ .sheet-actions { display: flex; align-items: center; gap: 22px; }
176
+ .icon-btn { width: 56px; height: 56px; display:flex; align-items:center; justify-content:center; background:#1f1f1f; border-radius: 8px; border:1px solid #333; }
177
+ .icon-btn svg { width: 34px; height: 34px; fill: #dcdcdc; }
178
+
179
+ .sheet-item {
180
+ display: flex; align-items: center; gap: 26px;
181
+ padding: 28px 8px;
182
+ border-top: 1px solid #262626;
183
+ font-size: 40px;
184
+ color: #E8E8E8;
185
+ }
186
+ .file-icon {
187
+ width: 64px; height: 64px; border-radius: 8px; background: #2a2a2a;
188
+ display:flex; align-items:center; justify-content:center; border:1px solid #3a3a3a;
189
+ }
190
+ .file-icon.ppt { background:#5a2b1d; }
191
+ .file-icon.pdf { background:#4a1f1f; }
192
+
193
+ /* Bottom navigation pill */
194
+ .home-pill {
195
+ position: absolute;
196
+ left: 50%;
197
+ bottom: 26px;
198
+ transform: translateX(-50%);
199
+ width: 360px;
200
+ height: 12px;
201
+ background: #EAEAEA;
202
+ border-radius: 10px;
203
+ opacity: .9;
204
+ }
205
+ </style>
206
+ </head>
207
+ <body>
208
+ <div id="render-target">
209
+
210
+ <!-- Status bar -->
211
+ <div class="status-bar">
212
+ <div>11:06</div>
213
+ <div class="status-right">
214
+ <!-- simple status glyphs -->
215
+ <svg viewBox="0 0 24 24" width="44" height="44" fill="#e6e6e6"><path d="M2 12l6-6v12zM10 8l6-6v20zM18 4l6-4v24z"/></svg>
216
+ <svg viewBox="0 0 24 24" width="44" height="44" fill="#e6e6e6"><path d="M12 3a9 9 0 100 18 9 9 0 000-18zm0 14a5 5 0 110-10 5 5 0 010 10z"/></svg>
217
+ <svg viewBox="0 0 24 24" width="44" height="44" fill="#e6e6e6"><path d="M4 7h16v10a2 2 0 01-2 2H6a2 2 0 01-2-2V7zm12-3v2H8V4h8z"/></svg>
218
+ <div class="dot"></div>
219
+ <svg viewBox="0 0 24 24" width="44" height="44" fill="#e6e6e6"><path d="M3 18h18v2H3v-2zm2-6h14v5H5v-5zm3-7h8v6H8V5z"/></svg>
220
+ </div>
221
+ </div>
222
+
223
+ <!-- Slide preview -->
224
+ <div class="preview-area">
225
+ <div class="slide">
226
+ <div class="title-box">
227
+ <div class="title-head"></div>
228
+ <div class="title-body">Double tap to<br>add title</div>
229
+ </div>
230
+ <div class="slide-image">[IMG: Slide Illustration]</div>
231
+ </div>
232
+
233
+ <div class="toolbar">
234
+ <div class="tool">
235
+ <svg viewBox="0 0 24 24"><path d="M3 5h18v12H6l-3 3V5zm3 3v2h12V8H6zm0 4v2h8v-2H6z"/></svg>
236
+ <span>Notes</span>
237
+ </div>
238
+ <div class="tool">
239
+ <svg viewBox="0 0 24 24"><path d="M21 6H3v12h5l4 3 4-3h5V6zM5 8h14v8h-4.2L12 18.7 9.2 16H5V8z"/></svg>
240
+ <span>Comments</span>
241
+ </div>
242
+ </div>
243
+ </div>
244
+
245
+ <!-- Filmstrip -->
246
+ <div class="filmstrip">
247
+ <div class="thumb">
248
+ <div class="red-bar"></div>
249
+ <div class="red-box"></div>
250
+ <div class="thumb-index">1</div>
251
+ </div>
252
+ <div class="thumb">
253
+ <div class="red-bar"></div>
254
+ <div class="red-box" style="width: 180px;"></div>
255
+ <div class="img-mini"></div>
256
+ <div class="thumb-index">2</div>
257
+ </div>
258
+ <div class="thumb">
259
+ <div class="red-bar"></div>
260
+ <div class="img-mini" style="right: 24px; top: 58px; width: 180px; height: 100px;"></div>
261
+ <div class="thumb-index">3</div>
262
+ <div class="select-bar">3 ★</div>
263
+ </div>
264
+ <div class="side-plus">+</div>
265
+ </div>
266
+
267
+ <!-- Bottom Sheet -->
268
+ <div class="bottom-sheet">
269
+ <div class="sheet-header">
270
+ <div class="sheet-actions">
271
+ <div class="icon-btn" title="Back">
272
+ <svg viewBox="0 0 24 24"><path d="M15.5 4l-8 8 8 8 1.5-1.5L10 12l7-6.5z"/></svg>
273
+ </div>
274
+ <div class="sheet-title">Full Document</div>
275
+ </div>
276
+ <div class="icon-btn" title="Close">
277
+ <svg viewBox="0 0 24 24"><path d="M18.3 5.7L12 12l6.3 6.3-1.3 1.4L10.6 13.4 4.3 19.7 3 18.3 9.3 12 3 5.7 4.3 4.3l6.3 6.3 6.3-6.3z"/></svg>
278
+ </div>
279
+ </div>
280
+
281
+ <div class="sheet-item">
282
+ <div class="file-icon ppt">
283
+ <svg viewBox="0 0 24 24" width="34" height="34" fill="#f2c6b7"><path d="M6 2h9l5 5v13a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm9 1v5h5"/></svg>
284
+ </div>
285
+ <div>Presentation</div>
286
+ </div>
287
+
288
+ <div class="sheet-item">
289
+ <div class="file-icon pdf">
290
+ <svg viewBox="0 0 24 24" width="34" height="34" fill="#f1b0b0"><path d="M6 2h9l5 5v13a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm9 1v5h5"/></svg>
291
+ </div>
292
+ <div>PDF</div>
293
+ </div>
294
+ </div>
295
+
296
+ <!-- Bottom navigation pill -->
297
+ <div class="home-pill"></div>
298
+ </div>
299
+ </body>
300
+ </html>
code/10369/10369_5.html ADDED
@@ -0,0 +1,374 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Share Sheet - Presentation</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: #111213;
14
+ border-radius: 28px;
15
+ box-shadow: 0 30px 80px rgba(0,0,0,0.5);
16
+ color: #EDEDED;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ width: 1080px;
25
+ height: 120px;
26
+ padding: 0 36px;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ color: #F3F3F3;
31
+ font-weight: 600;
32
+ font-size: 42px;
33
+ }
34
+ .sb-left, .sb-right { display: flex; align-items: center; gap: 26px; }
35
+ .sb-icon { width: 40px; height: 40px; opacity: 0.9; }
36
+ .sb-right .sb-icon { width: 50px; height: 50px; }
37
+
38
+ /* App toolbar area */
39
+ .toolbar {
40
+ position: absolute;
41
+ top: 120px;
42
+ left: 0;
43
+ width: 1080px;
44
+ height: 220px;
45
+ padding: 0 40px;
46
+ color: #c67a54;
47
+ }
48
+ .title {
49
+ position: absolute;
50
+ right: 40px;
51
+ top: 40px;
52
+ font-size: 46px;
53
+ letter-spacing: 0.2px;
54
+ color: #c67a54;
55
+ }
56
+ .tool-icons {
57
+ position: absolute;
58
+ bottom: 14px;
59
+ left: 40px;
60
+ right: 40px;
61
+ display: flex;
62
+ align-items: center;
63
+ gap: 72px;
64
+ opacity: 0.6;
65
+ }
66
+ .tool-icon {
67
+ width: 64px;
68
+ height: 64px;
69
+ }
70
+
71
+ /* Slide preview background */
72
+ .slide-area {
73
+ position: absolute;
74
+ top: 360px;
75
+ left: 40px;
76
+ width: 1000px;
77
+ height: 700px;
78
+ background: #E0E0E0;
79
+ border: 1px solid #BDBDBD;
80
+ display: flex;
81
+ justify-content: center;
82
+ align-items: center;
83
+ color: #757575;
84
+ font-size: 42px;
85
+ }
86
+
87
+ /* Share sheet overlay */
88
+ .share-sheet {
89
+ position: absolute;
90
+ left: 0;
91
+ width: 1080px;
92
+ height: 1120px;
93
+ bottom: 160px;
94
+ background: #1f2022;
95
+ border-top-left-radius: 40px;
96
+ border-top-right-radius: 40px;
97
+ box-shadow: 0 -18px 30px rgba(0,0,0,0.55);
98
+ }
99
+ .sheet-handle {
100
+ position: absolute;
101
+ top: 22px;
102
+ left: 50%;
103
+ transform: translateX(-50%);
104
+ width: 140px;
105
+ height: 10px;
106
+ border-radius: 6px;
107
+ background: #3a3b3d;
108
+ }
109
+ .file-row {
110
+ position: absolute;
111
+ top: 120px;
112
+ left: 50px;
113
+ right: 50px;
114
+ display: flex;
115
+ align-items: center;
116
+ gap: 26px;
117
+ color: #EDEDED;
118
+ font-size: 44px;
119
+ }
120
+ .file-icon {
121
+ width: 80px;
122
+ height: 94px;
123
+ background: #8c8d91;
124
+ border-radius: 10px;
125
+ position: relative;
126
+ }
127
+ .file-icon::after{
128
+ content: "";
129
+ position: absolute;
130
+ right: 0; top: 0;
131
+ width: 30px; height: 30px;
132
+ background: #b2b3b7;
133
+ clip-path: polygon(0 0, 100% 0, 100% 100%);
134
+ border-top-right-radius: 8px;
135
+ }
136
+
137
+ .nearby-wrap {
138
+ position: absolute;
139
+ top: 240px;
140
+ left: 50%;
141
+ transform: translateX(-50%);
142
+ }
143
+ .nearby-btn {
144
+ display: inline-flex;
145
+ align-items: center;
146
+ gap: 14px;
147
+ border: 2px solid #6b7480;
148
+ color: #c9d0d6;
149
+ border-radius: 18px;
150
+ padding: 20px 30px;
151
+ font-size: 40px;
152
+ background: #242527;
153
+ }
154
+ .nearby-btn svg { width: 46px; height: 46px; }
155
+
156
+ .suggestion-text {
157
+ position: absolute;
158
+ top: 360px;
159
+ left: 0;
160
+ width: 100%;
161
+ text-align: center;
162
+ color: #b5b8bd;
163
+ font-size: 38px;
164
+ }
165
+
166
+ .share-apps {
167
+ position: absolute;
168
+ bottom: 160px;
169
+ left: 60px;
170
+ right: 60px;
171
+ display: flex;
172
+ justify-content: space-between;
173
+ align-items: center;
174
+ }
175
+ .app {
176
+ width: 180px;
177
+ display: flex;
178
+ flex-direction: column;
179
+ align-items: center;
180
+ gap: 26px;
181
+ color: #EDEDED;
182
+ font-size: 38px;
183
+ }
184
+ .app-icon {
185
+ width: 140px;
186
+ height: 140px;
187
+ border-radius: 70px;
188
+ background: #FFFFFF;
189
+ display: flex;
190
+ align-items: center;
191
+ justify-content: center;
192
+ }
193
+ .app-icon svg { width: 84px; height: 84px; }
194
+
195
+ /* Bottom gesture bar */
196
+ .gesture {
197
+ position: absolute;
198
+ bottom: 50px;
199
+ left: 50%;
200
+ transform: translateX(-50%);
201
+ width: 320px;
202
+ height: 16px;
203
+ background: #EAEAEA;
204
+ border-radius: 10px;
205
+ opacity: 0.88;
206
+ }
207
+ </style>
208
+ </head>
209
+ <body>
210
+ <div id="render-target">
211
+
212
+ <!-- Status Bar -->
213
+ <div class="status-bar">
214
+ <div class="sb-left">
215
+ <div>11:07</div>
216
+ <!-- check-circle -->
217
+ <svg class="sb-icon" viewBox="0 0 24 24">
218
+ <circle cx="12" cy="12" r="11" fill="none" stroke="#EDEDED" stroke-width="2"></circle>
219
+ <path d="M7 12l3 3 7-7" fill="none" stroke="#EDEDED" stroke-width="2" stroke-linecap="round"/>
220
+ </svg>
221
+ <!-- sun -->
222
+ <svg class="sb-icon" viewBox="0 0 24 24">
223
+ <circle cx="12" cy="12" r="4" fill="#EDEDED"></circle>
224
+ <g stroke="#EDEDED" stroke-linecap="round">
225
+ <path d="M12 2v3"/><path d="M12 19v3"/><path d="M2 12h3"/><path d="M19 12h3"/>
226
+ <path d="M4.5 4.5l2.1 2.1"/><path d="M17.4 17.4l2.1 2.1"/>
227
+ <path d="M19.5 4.5l-2.1 2.1"/><path d="M6.6 17.4l-2.1 2.1"/>
228
+ </g>
229
+ </svg>
230
+ <!-- calendar -->
231
+ <svg class="sb-icon" viewBox="0 0 24 24">
232
+ <rect x="3" y="4" width="18" height="17" rx="2" fill="none" stroke="#EDEDED" stroke-width="2"/>
233
+ <path d="M3 9h18" stroke="#EDEDED" stroke-width="2"/>
234
+ <path d="M7 2v4M17 2v4" stroke="#EDEDED" stroke-width="2"/>
235
+ </svg>
236
+ <!-- back -->
237
+ <svg class="sb-icon" viewBox="0 0 24 24">
238
+ <path d="M15 6l-6 6 6 6" stroke="#EDEDED" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
239
+ </svg>
240
+ <!-- dot -->
241
+ <svg class="sb-icon" viewBox="0 0 24 24">
242
+ <circle cx="12" cy="12" r="3" fill="#EDEDED"/>
243
+ </svg>
244
+ </div>
245
+ <div class="sb-right">
246
+ <!-- wifi -->
247
+ <svg class="sb-icon" viewBox="0 0 24 24">
248
+ <path d="M2 9c5-4 15-4 20 0M5 12c3-3 11-3 14 0M8 15c2-2 6-2 8 0" stroke="#EDEDED" stroke-width="2" fill="none" stroke-linecap="round"/>
249
+ <circle cx="12" cy="18" r="2" fill="#EDEDED"/>
250
+ </svg>
251
+ <!-- battery -->
252
+ <svg class="sb-icon" viewBox="0 0 28 24">
253
+ <rect x="2" y="6" width="20" height="12" rx="2" stroke="#EDEDED" stroke-width="2" fill="none"/>
254
+ <rect x="4" y="8" width="14" height="8" rx="1" fill="#EDEDED"/>
255
+ <rect x="22" y="9" width="4" height="8" rx="1" fill="#EDEDED"/>
256
+ </svg>
257
+ </div>
258
+ </div>
259
+
260
+ <!-- App Toolbar -->
261
+ <div class="toolbar">
262
+ <div class="title">Presentation - Saved</div>
263
+ <div class="tool-icons">
264
+ <!-- check -->
265
+ <svg class="tool-icon" viewBox="0 0 24 24">
266
+ <path d="M5 12l4 4 10-10" stroke="#D0D0D0" stroke-width="2" fill="none" stroke-linecap="round"/>
267
+ </svg>
268
+ <!-- pen -->
269
+ <svg class="tool-icon" viewBox="0 0 24 24">
270
+ <path d="M3 21l3-1 12-12-2-2L4 18l-1 3zM17 4l3 3" stroke="#D0D0D0" stroke-width="2" fill="none" stroke-linejoin="round"/>
271
+ </svg>
272
+ <!-- cloud upload -->
273
+ <svg class="tool-icon" viewBox="0 0 24 24">
274
+ <path d="M6 18h12a4 4 0 0 0 0-8h-1a6 6 0 0 0-11 2" stroke="#D0D0D0" stroke-width="2" fill="none"/>
275
+ <path d="M12 13v-6M9.5 9.5L12 7l2.5 2.5" stroke="#D0D0D0" stroke-width="2" fill="none" stroke-linecap="round"/>
276
+ </svg>
277
+ <!-- search -->
278
+ <svg class="tool-icon" viewBox="0 0 24 24">
279
+ <circle cx="10.5" cy="10.5" r="6" stroke="#D0D0D0" stroke-width="2" fill="none"/>
280
+ <path d="M16 16l5 5" stroke="#D0D0D0" stroke-width="2" stroke-linecap="round"/>
281
+ </svg>
282
+ <!-- slideshow -->
283
+ <svg class="tool-icon" viewBox="0 0 24 24">
284
+ <rect x="3" y="5" width="18" height="12" rx="2" stroke="#D0D0D0" stroke-width="2" fill="none"/>
285
+ <path d="M8 17l-2 4M16 17l2 4" stroke="#D0D0D0" stroke-width="2" stroke-linecap="round"/>
286
+ </svg>
287
+ <!-- undo -->
288
+ <svg class="tool-icon" viewBox="0 0 24 24">
289
+ <path d="M9 7L4 12l5 5" stroke="#D0D0D0" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
290
+ <path d="M20 12c-4-6-10-6-12-5" stroke="#D0D0D0" stroke-width="2" fill="none"/>
291
+ </svg>
292
+ <!-- more vertical -->
293
+ <svg class="tool-icon" viewBox="0 0 24 24">
294
+ <circle cx="12" cy="5" r="2" fill="#D0D0D0"/>
295
+ <circle cx="12" cy="12" r="2" fill="#D0D0D0"/>
296
+ <circle cx="12" cy="19" r="2" fill="#D0D0D0"/>
297
+ </svg>
298
+ </div>
299
+ </div>
300
+
301
+ <!-- Slide preview -->
302
+ <div class="slide-area">[IMG: Presentation slide preview]</div>
303
+
304
+ <!-- Share Sheet -->
305
+ <div class="share-sheet">
306
+ <div class="sheet-handle"></div>
307
+
308
+ <div class="file-row">
309
+ <div class="file-icon"></div>
310
+ <div>Presentation.pptx</div>
311
+ </div>
312
+
313
+ <div class="nearby-wrap">
314
+ <div class="nearby-btn">
315
+ <svg viewBox="0 0 24 24">
316
+ <path d="M4 12c3-3 13-3 16 0M8 12c2-2 6-2 8 0" stroke="#c9d0d6" stroke-width="2" fill="none" stroke-linecap="round"/>
317
+ </svg>
318
+ <span>Nearby</span>
319
+ </div>
320
+ </div>
321
+
322
+ <div class="suggestion-text">No recommended people to share with</div>
323
+
324
+ <div class="share-apps">
325
+ <div class="app">
326
+ <div class="app-icon">
327
+ <!-- Gmail envelope M -->
328
+ <svg viewBox="0 0 24 24">
329
+ <path d="M3 5h18v14H3z" fill="none"/>
330
+ <path d="M3 7l9 6 9-6" stroke="#EA4335" stroke-width="2" fill="none"/>
331
+ <path d="M3 7v12h6V9l-6-2zm18 0v12h-6V9l6-2z" fill="#34A853"/>
332
+ </svg>
333
+ </div>
334
+ <div>Gmail</div>
335
+ </div>
336
+
337
+ <div class="app">
338
+ <div class="app-icon">
339
+ <!-- Messages bubble -->
340
+ <svg viewBox="0 0 24 24">
341
+ <path d="M4 5h16v11H8l-4 4V5z" fill="#4285F4"/>
342
+ </svg>
343
+ </div>
344
+ <div>Messages</div>
345
+ </div>
346
+
347
+ <div class="app">
348
+ <div class="app-icon">
349
+ <!-- Drive triangle -->
350
+ <svg viewBox="0 0 24 24">
351
+ <path d="M7 4l5 9-5 7H2l5-7-5-9h5z" fill="#0F9D58"/>
352
+ <path d="M17 20l-5-7h10l-5 7z" fill="#4285F4"/>
353
+ <path d="M12 13L7 4h10l-5 9z" fill="#FBBC04"/>
354
+ </svg>
355
+ </div>
356
+ <div>Drive</div>
357
+ </div>
358
+
359
+ <div class="app">
360
+ <div class="app-icon">
361
+ <!-- Bluetooth rune -->
362
+ <svg viewBox="0 0 24 24">
363
+ <path d="M12 3v18l6-6-6-6 6-6-6 6-6-6 6 6-6 6 6-6" stroke="#1976D2" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
364
+ </svg>
365
+ </div>
366
+ <div>Bluetooth</div>
367
+ </div>
368
+ </div>
369
+ </div>
370
+
371
+ <div class="gesture"></div>
372
+ </div>
373
+ </body>
374
+ </html>
code/10369/10369_6.html ADDED
@@ -0,0 +1,265 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Email Compose - Dark UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #121212;
14
+ font-family: Arial, Helvetica, sans-serif;
15
+ color: #EDEDED;
16
+ }
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ height: 90px;
22
+ width: 100%;
23
+ color: #FFFFFF;
24
+ padding: 0 36px;
25
+ box-sizing: border-box;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ }
30
+ .status-left {
31
+ font-size: 38px;
32
+ letter-spacing: 0.5px;
33
+ }
34
+ .status-right {
35
+ display: flex;
36
+ align-items: center;
37
+ gap: 26px;
38
+ }
39
+ .status-dot {
40
+ width: 14px; height: 14px; background:#BDBDBD; border-radius: 50%;
41
+ }
42
+ .battery {
43
+ width: 46px; height: 24px; border: 2px solid #BDBDBD; border-radius: 4px; position: relative;
44
+ }
45
+ .battery:after {
46
+ content: ""; position: absolute; right: -8px; top: 7px; width: 6px; height: 10px; background:#BDBDBD; border-radius: 2px;
47
+ }
48
+ .battery-level {
49
+ position: absolute; left: 2px; top: 2px; height: 18px; width: 30px; background:#BDBDBD; border-radius: 2px;
50
+ }
51
+
52
+ .app-header {
53
+ position: absolute;
54
+ top: 90px;
55
+ left: 0;
56
+ width: 100%;
57
+ height: 110px;
58
+ display: flex;
59
+ align-items: center;
60
+ justify-content: space-between;
61
+ padding: 0 24px 0 20px;
62
+ box-sizing: border-box;
63
+ }
64
+ .icon-btn {
65
+ width: 72px; height: 72px; display: flex; align-items: center; justify-content: center;
66
+ }
67
+ .header-actions {
68
+ display: flex; align-items: center; gap: 26px;
69
+ margin-right: 10px;
70
+ }
71
+ .divider-line {
72
+ position: absolute;
73
+ left: 0;
74
+ width: 100%;
75
+ height: 1px;
76
+ background: #2A2A2A;
77
+ }
78
+
79
+ .content {
80
+ position: absolute;
81
+ top: 200px;
82
+ left: 0;
83
+ width: 100%;
84
+ box-sizing: border-box;
85
+ }
86
+ .row {
87
+ padding: 22px 40px;
88
+ box-sizing: border-box;
89
+ }
90
+ .label {
91
+ color: #A6A6A6;
92
+ font-size: 28px;
93
+ margin-bottom: 8px;
94
+ }
95
+ .value {
96
+ font-size: 36px;
97
+ color: #EDEDED;
98
+ }
99
+
100
+ .to-row {
101
+ display: flex;
102
+ align-items: center;
103
+ padding: 30px 40px;
104
+ }
105
+ .to-label {
106
+ color:#A6A6A6; font-size: 30px; margin-right: 20px;
107
+ }
108
+ .to-input {
109
+ flex: 1;
110
+ height: 44px;
111
+ border-bottom: 1px solid transparent;
112
+ color:#EDEDED;
113
+ font-size: 34px;
114
+ }
115
+ .section-divider {
116
+ height: 1px; background:#2A2A2A; margin: 0 40px;
117
+ }
118
+
119
+ .subject {
120
+ padding: 28px 40px;
121
+ font-size: 38px;
122
+ color:#EDEDED;
123
+ }
124
+ .compose {
125
+ padding: 44px 40px 24px 40px;
126
+ color:#A6A6A6;
127
+ font-size: 34px;
128
+ }
129
+
130
+ .attachment {
131
+ margin: 24px 40px;
132
+ width: 1000px;
133
+ height: 150px;
134
+ background: #2F3C45;
135
+ border-radius: 16px;
136
+ display: flex;
137
+ align-items: center;
138
+ box-sizing: border-box;
139
+ padding: 24px;
140
+ gap: 24px;
141
+ }
142
+ .file-icon {
143
+ width: 84px; height: 84px; background: #F57C00; border-radius: 12px;
144
+ color:#1A1A1A; font-weight: bold; font-size: 46px; display:flex; align-items:center; justify-content:center;
145
+ }
146
+ .file-info {
147
+ flex: 1;
148
+ }
149
+ .file-name {
150
+ font-size: 34px; margin-bottom: 8px; color:#EDEDED;
151
+ }
152
+ .file-size {
153
+ font-size: 26px; color:#B0BEC5;
154
+ }
155
+ .remove {
156
+ width: 54px; height: 54px; border-radius: 50%;
157
+ display:flex; align-items:center; justify-content:center;
158
+ background: transparent; border: 2px solid #8FA1A8;
159
+ }
160
+
161
+ .gesture {
162
+ position: absolute;
163
+ bottom: 36px;
164
+ left: 50%;
165
+ transform: translateX(-50%);
166
+ width: 420px;
167
+ height: 10px;
168
+ background: #E0E0E0;
169
+ border-radius: 8px;
170
+ opacity: 0.9;
171
+ }
172
+ </style>
173
+ </head>
174
+ <body>
175
+ <div id="render-target">
176
+
177
+ <!-- Status Bar -->
178
+ <div class="status-bar">
179
+ <div class="status-left">11:07</div>
180
+ <div class="status-right">
181
+ <div class="status-dot"></div>
182
+ <div class="status-dot"></div>
183
+ <div class="status-dot"></div>
184
+ <div class="battery"><div class="battery-level"></div></div>
185
+ </div>
186
+ </div>
187
+
188
+ <!-- App Header with navigation and actions -->
189
+ <div class="app-header">
190
+ <div class="icon-btn">
191
+ <svg width="44" height="44" viewBox="0 0 44 44">
192
+ <path d="M26 34 L14 22 L26 10" stroke="#EDEDED" stroke-width="3.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
193
+ </svg>
194
+ </div>
195
+ <div class="header-actions">
196
+ <!-- Paperclip -->
197
+ <svg width="44" height="44" viewBox="0 0 44 44">
198
+ <path d="M16 28c0 5 6 8 10 4l6-6c3-3 2-7-1-9s-6-1-8 1l-8 8c-4 4 0 10 5 10" stroke="#EDEDED" stroke-width="3" fill="none" stroke-linecap="round"/>
199
+ </svg>
200
+ <!-- Send -->
201
+ <svg width="44" height="44" viewBox="0 0 44 44">
202
+ <path d="M10 12 L34 22 L10 32 L14 24 L22 22 L14 20 Z" fill="#EDEDED"/>
203
+ </svg>
204
+ <!-- More (vertical ellipsis) -->
205
+ <svg width="44" height="44" viewBox="0 0 44 44">
206
+ <circle cx="22" cy="12" r="3.5" fill="#EDEDED"/>
207
+ <circle cx="22" cy="22" r="3.5" fill="#EDEDED"/>
208
+ <circle cx="22" cy="32" r="3.5" fill="#EDEDED"/>
209
+ </svg>
210
+ </div>
211
+ </div>
212
+
213
+ <!-- Divider under header -->
214
+ <div class="divider-line" style="top: 200px;"></div>
215
+
216
+ <!-- Content -->
217
+ <div class="content">
218
+ <!-- From -->
219
+ <div class="row">
220
+ <div class="label">From</div>
221
+ <div class="value">dbwscratch.test.id16@gmail.com</div>
222
+ </div>
223
+
224
+ <div class="section-divider"></div>
225
+
226
+ <!-- To -->
227
+ <div class="to-row">
228
+ <div class="to-label">To</div>
229
+ <div class="to-input"></div>
230
+ <svg width="44" height="44" viewBox="0 0 44 44">
231
+ <path d="M12 16 L22 26 L32 16" stroke="#BDBDBD" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
232
+ </svg>
233
+ </div>
234
+
235
+ <div class="section-divider"></div>
236
+
237
+ <!-- Subject -->
238
+ <div class="subject">I am sharing 'Presentation' with you</div>
239
+
240
+ <div class="section-divider"></div>
241
+
242
+ <!-- Body placeholder -->
243
+ <div class="compose">Compose email</div>
244
+
245
+ <!-- Attachment card -->
246
+ <div class="attachment">
247
+ <div class="file-icon">P</div>
248
+ <div class="file-info">
249
+ <div class="file-name">Presentation.pptx</div>
250
+ <div class="file-size">21.4 MB</div>
251
+ </div>
252
+ <div class="remove">
253
+ <svg width="22" height="22" viewBox="0 0 22 22">
254
+ <path d="M6 6 L16 16 M16 6 L6 16" stroke="#8FA1A8" stroke-width="2.5" stroke-linecap="round"/>
255
+ </svg>
256
+ </div>
257
+ </div>
258
+ </div>
259
+
260
+ <!-- Gesture bar -->
261
+ <div class="gesture"></div>
262
+
263
+ </div>
264
+ </body>
265
+ </html>
code/10369/10369_7.html ADDED
@@ -0,0 +1,192 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Compose Email - Dark 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: #121212; color: #ECEFF1;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ position: absolute; top: 0; left: 0;
18
+ width: 100%; height: 96px;
19
+ padding: 0 32px;
20
+ display: flex; align-items: center; justify-content: space-between;
21
+ color: #E0E0E0; font-size: 40px; letter-spacing: 1px;
22
+ }
23
+ .status-left { display: flex; align-items: center; gap: 24px; }
24
+ .status-icons { display: flex; align-items: center; gap: 18px; }
25
+ .status-right { display: flex; align-items: center; gap: 28px; }
26
+ .s-icon { width: 44px; height: 44px; opacity: 0.9; }
27
+
28
+ /* Top actions bar */
29
+ .top-actions {
30
+ position: absolute; top: 96px; left: 0; right: 0;
31
+ height: 132px; display: flex; align-items: center; justify-content: space-between;
32
+ padding: 0 28px;
33
+ }
34
+ .left-actions { display: flex; align-items: center; gap: 24px; }
35
+ .right-actions { display: flex; align-items: center; gap: 36px; }
36
+ .icon-btn { width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; }
37
+ .icon-btn svg { width: 72px; height: 72px; }
38
+
39
+ /* Rows */
40
+ .content {
41
+ position: absolute; top: 228px; left: 0; width: 100%;
42
+ padding: 0 36px;
43
+ }
44
+ .row {
45
+ padding: 28px 0;
46
+ border-bottom: 1px solid #1E1E1E;
47
+ display: flex; align-items: center;
48
+ }
49
+ .label {
50
+ width: 140px; color: #B0BEC5; font-size: 36px;
51
+ }
52
+ .value {
53
+ flex: 1; font-size: 40px; color: #ECEFF1;
54
+ }
55
+ .caret {
56
+ width: 48px; height: 48px; margin-left: 12px;
57
+ }
58
+
59
+ /* Contact suggestion */
60
+ .suggestions { padding-top: 24px; }
61
+ .contact-item {
62
+ display: flex; align-items: center; gap: 28px;
63
+ padding: 18px 0;
64
+ }
65
+ .avatar {
66
+ width: 96px; height: 96px; border-radius: 50%;
67
+ background: #2E7D32;
68
+ display: flex; align-items: center; justify-content: center;
69
+ color: #fff; font-weight: bold; font-size: 44px;
70
+ }
71
+ .contact-text { display: flex; flex-direction: column; }
72
+ .contact-name { font-size: 38px; color: #E0E0E0; }
73
+ .contact-email { font-size: 32px; color: #9E9E9E; }
74
+
75
+ /* Bottom home indicator */
76
+ .home-indicator {
77
+ position: absolute; bottom: 62px; left: 50%;
78
+ transform: translateX(-50%);
79
+ width: 286px; height: 12px; border-radius: 6px;
80
+ background: #E0E0E0; opacity: 0.7;
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-left">
90
+ <div>11:07</div>
91
+ <div class="status-icons">
92
+ <!-- simple circle check -->
93
+ <svg class="s-icon" viewBox="0 0 48 48">
94
+ <circle cx="24" cy="24" r="22" fill="none" stroke="#E0E0E0" stroke-width="4"></circle>
95
+ <path d="M14 24 L22 32 L34 18" fill="none" stroke="#E0E0E0" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"></path>
96
+ </svg>
97
+ <!-- brightness (sun) -->
98
+ <svg class="s-icon" viewBox="0 0 48 48">
99
+ <circle cx="24" cy="24" r="10" fill="none" stroke="#E0E0E0" stroke-width="4"></circle>
100
+ <path d="M24 6 V12 M24 36 V42 M6 24 H12 M36 24 H42 M11 11 L15 15 M33 33 L37 37 M33 11 L37 15 M11 33 L15 37"
101
+ stroke="#E0E0E0" stroke-width="4" stroke-linecap="round"></path>
102
+ </svg>
103
+ </div>
104
+ </div>
105
+ <div class="status-right">
106
+ <!-- Wi-Fi -->
107
+ <svg class="s-icon" viewBox="0 0 48 48">
108
+ <path d="M8 20 C16 14, 32 14, 40 20" fill="none" stroke="#E0E0E0" stroke-width="4"></path>
109
+ <path d="M12 26 C18 22, 30 22, 36 26" fill="none" stroke="#E0E0E0" stroke-width="4"></path>
110
+ <circle cx="24" cy="32" r="3" fill="#E0E0E0"></circle>
111
+ </svg>
112
+ <!-- Battery -->
113
+ <svg class="s-icon" viewBox="0 0 48 48">
114
+ <rect x="6" y="12" width="32" height="24" rx="4" ry="4" fill="none" stroke="#E0E0E0" stroke-width="4"></rect>
115
+ <rect x="40" y="18" width="4" height="12" fill="#E0E0E0"></rect>
116
+ <rect x="10" y="16" width="24" height="16" fill="#E0E0E0"></rect>
117
+ </svg>
118
+ </div>
119
+ </div>
120
+
121
+ <!-- Top Actions -->
122
+ <div class="top-actions">
123
+ <div class="left-actions">
124
+ <!-- Back Arrow -->
125
+ <div class="icon-btn">
126
+ <svg viewBox="0 0 48 48">
127
+ <path d="M28 10 L12 24 L28 38" stroke="#E0E0E0" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
128
+ <path d="M12 24 H40" stroke="#E0E0E0" stroke-width="4" fill="none" stroke-linecap="round"></path>
129
+ </svg>
130
+ </div>
131
+ </div>
132
+ <div class="right-actions">
133
+ <!-- Attachment (paperclip) -->
134
+ <div class="icon-btn">
135
+ <svg viewBox="0 0 48 48">
136
+ <path d="M18 28 L34 12 A8 8 0 1 1 46 24 L24 46 A12 12 0 0 1 7 29 L26 10"
137
+ stroke="#E0E0E0" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
138
+ </svg>
139
+ </div>
140
+ <!-- Send -->
141
+ <div class="icon-btn">
142
+ <svg viewBox="0 0 48 48">
143
+ <polygon points="6,24 42,12 30,24 42,36" fill="#E0E0E0"></polygon>
144
+ </svg>
145
+ </div>
146
+ <!-- More (vertical dots) -->
147
+ <div class="icon-btn">
148
+ <svg viewBox="0 0 48 48">
149
+ <circle cx="24" cy="10" r="4" fill="#E0E0E0"></circle>
150
+ <circle cx="24" cy="24" r="4" fill="#E0E0E0"></circle>
151
+ <circle cx="24" cy="38" r="4" fill="#E0E0E0"></circle>
152
+ </svg>
153
+ </div>
154
+ </div>
155
+ </div>
156
+
157
+ <!-- Content -->
158
+ <div class="content">
159
+ <!-- From row -->
160
+ <div class="row">
161
+ <div class="label">From</div>
162
+ <div class="value">dbwscratch.test.id16@gmail.com</div>
163
+ </div>
164
+
165
+ <!-- To row -->
166
+ <div class="row">
167
+ <div class="label">To</div>
168
+ <div class="value">karin.iversen@example.com</div>
169
+ <div class="caret">
170
+ <svg viewBox="0 0 24 24">
171
+ <polygon points="4,8 12,16 20,8" fill="#E0E0E0"></polygon>
172
+ </svg>
173
+ </div>
174
+ </div>
175
+
176
+ <!-- Contact suggestion -->
177
+ <div class="suggestions">
178
+ <div class="contact-item">
179
+ <div class="avatar">k</div>
180
+ <div class="contact-text">
181
+ <div class="contact-name">karin.iversen@example.com</div>
182
+ <div class="contact-email">karin.iversen@example.com</div>
183
+ </div>
184
+ </div>
185
+ </div>
186
+ </div>
187
+
188
+ <!-- Bottom home indicator -->
189
+ <div class="home-indicator"></div>
190
+ </div>
191
+ </body>
192
+ </html>
code/10369/10369_8.html ADDED
@@ -0,0 +1,235 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Email Compose Dark</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ position: relative;
11
+ overflow: hidden;
12
+ width: 1080px;
13
+ height: 2400px;
14
+ background: #121212;
15
+ color: #EAEAEA;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ height: 92px;
21
+ padding: 0 36px;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ color: #E0E0E0;
26
+ font-size: 32px;
27
+ letter-spacing: 0.5px;
28
+ }
29
+ .status-icons {
30
+ display: flex;
31
+ align-items: center;
32
+ gap: 26px;
33
+ }
34
+ .status-dot {
35
+ width: 10px; height: 10px; border-radius: 50%; background: #BDBDBD;
36
+ }
37
+
38
+ /* App bar */
39
+ .app-bar {
40
+ height: 120px;
41
+ padding: 0 24px;
42
+ display: flex;
43
+ align-items: center;
44
+ justify-content: space-between;
45
+ }
46
+ .app-left, .app-right { display: flex; align-items: center; gap: 32px; }
47
+ .icon-btn svg { display: block; }
48
+ .icon-btn { width: 64px; height: 64px; display: flex; align-items: center; justify-content: center; }
49
+
50
+ /* Content */
51
+ .content {
52
+ padding: 12px 40px 0 40px;
53
+ }
54
+ .row {
55
+ display: flex;
56
+ align-items: center;
57
+ padding: 22px 0;
58
+ border-bottom: 1px solid #1F1F1F;
59
+ }
60
+ .label {
61
+ width: 130px;
62
+ color: #B0BEC5;
63
+ font-size: 30px;
64
+ }
65
+ .value {
66
+ font-size: 30px;
67
+ color: #E0E0E0;
68
+ }
69
+
70
+ /* Recipient chip */
71
+ .chip {
72
+ display: inline-flex;
73
+ align-items: center;
74
+ border: 1px solid #5F6E78;
75
+ border-radius: 40px;
76
+ padding: 12px 18px;
77
+ gap: 16px;
78
+ color: #E0E0E0;
79
+ background: #1A1D21;
80
+ max-width: 780px;
81
+ }
82
+ .avatar {
83
+ width: 56px; height: 56px; border-radius: 50%;
84
+ background: #4CAF50; color: #0a0a0a;
85
+ display: flex; align-items: center; justify-content: center;
86
+ font-weight: 700; font-size: 30px;
87
+ }
88
+ .chip-email { font-size: 30px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
89
+ .chip-caret { margin-left: 8px; }
90
+
91
+ /* Subject */
92
+ .subject {
93
+ font-size: 40px;
94
+ padding: 24px 0 26px 0;
95
+ color: #E6E6E6;
96
+ border-bottom: 1px solid #1F1F1F;
97
+ }
98
+
99
+ /* Compose label */
100
+ .compose-label {
101
+ padding: 26px 0 16px 0;
102
+ font-size: 34px;
103
+ color: #9DA8AF;
104
+ }
105
+
106
+ /* Attachment card */
107
+ .attachment {
108
+ width: 1000px;
109
+ background: #2C333B;
110
+ border-radius: 18px;
111
+ padding: 26px 28px;
112
+ display: flex;
113
+ align-items: center;
114
+ gap: 26px;
115
+ }
116
+ .file-icon {
117
+ width: 80px; height: 80px; border-radius: 12px;
118
+ background: #F2994A; color: #262626;
119
+ display: flex; align-items: center; justify-content: center;
120
+ font-weight: 800; font-size: 40px;
121
+ }
122
+ .file-info { display: flex; flex-direction: column; gap: 6px; }
123
+ .file-name { font-size: 34px; color: #FFFFFF; }
124
+ .file-size { font-size: 26px; color: #B0BEC5; }
125
+ .spacer { flex: 1; }
126
+
127
+ /* Bottom gesture bar */
128
+ .home-indicator {
129
+ position: absolute;
130
+ bottom: 42px;
131
+ left: 50%;
132
+ transform: translateX(-50%);
133
+ width: 300px;
134
+ height: 10px;
135
+ border-radius: 6px;
136
+ background: #E0E0E0;
137
+ opacity: 0.7;
138
+ }
139
+ </style>
140
+ </head>
141
+ <body>
142
+ <div id="render-target">
143
+
144
+ <!-- Status bar -->
145
+ <div class="status-bar">
146
+ <div>11:08</div>
147
+ <div class="status-icons">
148
+ <!-- simple status icons placeholders -->
149
+ <div class="status-dot"></div>
150
+ <div class="status-dot"></div>
151
+ <div class="status-dot"></div>
152
+ <svg width="36" height="36" viewBox="0 0 24 24">
153
+ <rect x="2" y="6" width="18" height="12" rx="2" fill="none" stroke="#E0E0E0" stroke-width="2"/>
154
+ <rect x="4" y="8" width="14" height="8" fill="#E0E0E0"/>
155
+ </svg>
156
+ </div>
157
+ </div>
158
+
159
+ <!-- App bar -->
160
+ <div class="app-bar">
161
+ <div class="app-left">
162
+ <div class="icon-btn">
163
+ <svg width="48" height="48" viewBox="0 0 24 24">
164
+ <path d="M15 6 L9 12 L15 18" fill="none" stroke="#E0E0E0" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
165
+ </svg>
166
+ </div>
167
+ </div>
168
+ <div class="app-right">
169
+ <div class="icon-btn">
170
+ <!-- paperclip -->
171
+ <svg width="48" height="48" viewBox="0 0 24 24">
172
+ <path d="M7 13l6-6a4 4 0 015.7 5.7l-7 7a5 5 0 01-7.1-7.1l7-7" fill="none" stroke="#E0E0E0" stroke-width="2" stroke-linecap="round"/>
173
+ </svg>
174
+ </div>
175
+ <div class="icon-btn">
176
+ <!-- send -->
177
+ <svg width="48" height="48" viewBox="0 0 24 24">
178
+ <path d="M3 12l18-8-6 16-4-6-8-2z" fill="#E0E0E0"/>
179
+ </svg>
180
+ </div>
181
+ <div class="icon-btn">
182
+ <!-- vertical menu -->
183
+ <svg width="48" height="48" viewBox="0 0 24 24">
184
+ <circle cx="12" cy="5" r="2" fill="#E0E0E0"/>
185
+ <circle cx="12" cy="12" r="2" fill="#E0E0E0"/>
186
+ <circle cx="12" cy="19" r="2" fill="#E0E0E0"/>
187
+ </svg>
188
+ </div>
189
+ </div>
190
+ </div>
191
+
192
+ <!-- Content area -->
193
+ <div class="content">
194
+ <div class="row">
195
+ <div class="label">From</div>
196
+ <div class="value">dbwscratch.test.id16@gmail.com</div>
197
+ </div>
198
+
199
+ <div class="row" style="border-bottom: 1px solid #1F1F1F;">
200
+ <div class="label">To</div>
201
+ <div class="chip">
202
+ <div class="avatar">k</div>
203
+ <div class="chip-email">karin.iversen@example.com</div>
204
+ <div class="chip-caret">
205
+ <svg width="28" height="28" viewBox="0 0 24 24">
206
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#B0BEC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
207
+ </svg>
208
+ </div>
209
+ </div>
210
+ </div>
211
+
212
+ <div class="subject">I am sharing 'Presentation' with you</div>
213
+
214
+ <div class="compose-label">Compose email</div>
215
+
216
+ <div class="attachment">
217
+ <div class="file-icon">P</div>
218
+ <div class="file-info">
219
+ <div class="file-name">Presentation.pptx</div>
220
+ <div class="file-size">21.4 MB</div>
221
+ </div>
222
+ <div class="spacer"></div>
223
+ <div class="icon-btn">
224
+ <svg width="44" height="44" viewBox="0 0 24 24">
225
+ <path d="M6 6l12 12M18 6L6 18" stroke="#C9D1D9" stroke-width="2" stroke-linecap="round"/>
226
+ </svg>
227
+ </div>
228
+ </div>
229
+ </div>
230
+
231
+ <!-- Bottom gesture bar -->
232
+ <div class="home-indicator"></div>
233
+ </div>
234
+ </body>
235
+ </html>
code/10369/10369_9.html ADDED
@@ -0,0 +1,214 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Mobile UI 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:#121212; color:#EAEAEA; font-family: Roboto, "Segoe UI", Arial, sans-serif;
12
+ }
13
+
14
+ /* Top status bar */
15
+ .status-bar{
16
+ position:absolute; top:0; left:0; width:100%; height:90px;
17
+ display:flex; align-items:center; justify-content:space-between;
18
+ padding:0 28px; color:#ffffff; font-size:36px; letter-spacing:0.5px;
19
+ }
20
+ .status-right{ display:flex; align-items:center; gap:26px; opacity:0.95; }
21
+ .status-icon{ width:38px; height:38px; }
22
+
23
+ /* Header with title and action icons */
24
+ .header{
25
+ position:absolute; top:90px; left:0; width:100%; height:190px;
26
+ color:#c97a3c; text-align:center;
27
+ }
28
+ .header h1{
29
+ margin:18px 0 16px; font-weight:500; font-size:44px;
30
+ }
31
+ .action-row{
32
+ display:flex; align-items:center; justify-content:center;
33
+ gap:60px; color:#CFCFCF;
34
+ }
35
+ .action-row svg{ width:54px; height:54px; stroke:#CFCFCF; fill:none; stroke-width:2.6; }
36
+
37
+ /* Workspace (black canvas) */
38
+ .workspace{
39
+ position:absolute; top:280px; bottom:400px; left:0; right:0;
40
+ background:#121212;
41
+ }
42
+
43
+ /* Slide preview */
44
+ .slide{
45
+ width:960px; height:560px; background:#FFFFFF; border-radius:10px;
46
+ margin:210px auto 0; position:relative; overflow:hidden;
47
+ box-shadow:0 4px 20px rgba(0,0,0,0.35);
48
+ }
49
+ /* faint decorative arcs */
50
+ .slide::before, .slide::after{
51
+ content:""; position:absolute; inset:-140px -200px auto auto; width:1200px; height:1200px;
52
+ border-radius:50%; border:2px solid rgba(0,0,0,0.06);
53
+ }
54
+ .slide::after{ inset:auto auto -240px -260px; }
55
+
56
+ /* Red title callout */
57
+ .callout-wrap{ position:absolute; left:56px; top:120px; width:400px; }
58
+ .callout-top{ height:44px; background:#E04122; }
59
+ .callout{
60
+ background:#E04122; color:#fff; padding:52px 30px; font-size:44px; line-height:1.25;
61
+ border:2px dashed rgba(255,255,255,0.7);
62
+ position:relative;
63
+ }
64
+ .callout::after{
65
+ content:""; position:absolute; left:90px; bottom:-22px; width:0; height:0;
66
+ border-left:18px solid transparent; border-right:18px solid transparent; border-top:22px solid #E04122;
67
+ }
68
+
69
+ /* Right image placeholder on slide */
70
+ .slide-img{
71
+ position:absolute; right:56px; top:150px; width:520px; height:300px;
72
+ background:#E0E0E0; border:1px solid #BDBDBD; color:#757575;
73
+ display:flex; align-items:center; justify-content:center; text-align:center; font-size:28px;
74
+ }
75
+
76
+ /* Notes / Comments labels */
77
+ .meta-row{
78
+ position:absolute; bottom:330px; left:40px; right:40px;
79
+ display:flex; gap:40px; align-items:center; color:#D0D0D0; font-size:34px;
80
+ }
81
+
82
+ /* Filmstrip */
83
+ .filmstrip{
84
+ position:absolute; left:0; right:0; bottom:140px; height:260px;
85
+ background:#0f0f0f; border-top:1px solid #222;
86
+ padding:18px 24px; display:flex; gap:24px; align-items:flex-end;
87
+ }
88
+ .thumb{
89
+ width:300px; height:200px; background:#FFFFFF; border-radius:6px; position:relative;
90
+ display:flex; align-items:center; justify-content:center; color:#999; font-size:28px;
91
+ overflow:hidden;
92
+ }
93
+ .thumb .mini-red{ position:absolute; left:18px; top:36px; width:120px; height:60px; background:#E04122; }
94
+ .thumb.selected{ outline:6px solid #C7773A; }
95
+ .thumb .index{
96
+ position:absolute; left:10px; bottom:8px; color:#EAEAEA; font-size:28px;
97
+ background:rgba(0,0,0,0.55); padding:4px 10px; border-radius:16px;
98
+ }
99
+ .thumb .selbar{
100
+ position:absolute; left:0; right:0; bottom:0; height:46px; background:#C7773A; color:#fff;
101
+ display:flex; align-items:center; justify-content:center; font-size:28px;
102
+ }
103
+
104
+ /* Bottom tools bar */
105
+ .tools{
106
+ position:absolute; bottom:60px; left:0; right:0; height:60px; display:flex;
107
+ justify-content:space-around; align-items:center; padding:0 26px; color:#CFCFCF;
108
+ }
109
+ .tools svg{ width:54px; height:54px; stroke:#CFCFCF; fill:none; stroke-width:2.6; }
110
+
111
+ /* Home indicator */
112
+ .home-indicator{
113
+ position:absolute; bottom:24px; left:50%; transform:translateX(-50%);
114
+ width:210px; height:10px; background:#ffffff; border-radius:10px; opacity:0.85;
115
+ }
116
+ </style>
117
+ </head>
118
+ <body>
119
+ <div id="render-target">
120
+
121
+ <!-- Status bar -->
122
+ <div class="status-bar">
123
+ <div>11:08</div>
124
+ <div class="status-right">
125
+ <!-- Wi-Fi -->
126
+ <svg class="status-icon" viewBox="0 0 24 24">
127
+ <path fill="#fff" d="M12 18.5l2.1-2.1a3 3 0 0 0-4.2 0L12 18.5zM7 14.4l1.8 1.8a6 6 0 0 1 6.4 0L17 14.4a8 8 0 0 0-10 0zM2.5 10.1l1.9 1.9a12 12 0 0 1 15.2 0l1.9-1.9a14 14 0 0 0-19 0z"/>
128
+ </svg>
129
+ <!-- Battery -->
130
+ <svg class="status-icon" viewBox="0 0 24 24">
131
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2" fill="none" stroke="#fff" stroke-width="2"/>
132
+ <rect x="4" y="8" width="14" height="8" fill="#fff"/>
133
+ <rect x="20" y="10" width="2" height="4" fill="#fff"/>
134
+ </svg>
135
+ </div>
136
+ </div>
137
+
138
+ <!-- Header with title and action icons -->
139
+ <div class="header">
140
+ <h1>Presentation - Saved</h1>
141
+ <div class="action-row">
142
+ <!-- Check -->
143
+ <svg viewBox="0 0 24 24"><path d="M4 12l4 4 12-12"/></svg>
144
+ <!-- Pen -->
145
+ <svg viewBox="0 0 24 24"><path d="M3 17l1 4 4-1 10-10-4-4L3 17zM14 6l4 4"/></svg>
146
+ <!-- Cloud -->
147
+ <svg viewBox="0 0 24 24"><path d="M7 17h9a4 4 0 0 0 0-8 5 5 0 0 0-9.7 1A3.5 3.5 0 0 0 7 17z"/></svg>
148
+ <!-- Search -->
149
+ <svg viewBox="0 0 24 24"><circle cx="11" cy="11" r="6"/><path d="M20 20l-4.5-4.5"/></svg>
150
+ <!-- Slideshow -->
151
+ <svg viewBox="0 0 24 24"><rect x="3" y="5" width="18" height="12" rx="2"/><path d="M12 17v3M9 20h6"/></svg>
152
+ <!-- Undo -->
153
+ <svg viewBox="0 0 24 24"><path d="M9 7H5v-4M5 7a8 8 0 1 1 0 12"/></svg>
154
+ <!-- More -->
155
+ <svg viewBox="0 0 24 24" fill="#CFCFCF"><circle cx="5" cy="12" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="19" cy="12" r="2"/></svg>
156
+ </div>
157
+ </div>
158
+
159
+ <!-- Main working area -->
160
+ <div class="workspace">
161
+ <div class="slide">
162
+ <div class="callout-wrap">
163
+ <div class="callout-top"></div>
164
+ <div class="callout">Double tap to add title</div>
165
+ </div>
166
+
167
+ <div class="slide-img">[IMG: Secure Distributed Workspace]</div>
168
+ </div>
169
+ </div>
170
+
171
+ <!-- Meta row: Notes / Comments -->
172
+ <div class="meta-row">
173
+ <div>Notes</div>
174
+ <div>Comments</div>
175
+ </div>
176
+
177
+ <!-- Filmstrip thumbnails -->
178
+ <div class="filmstrip">
179
+ <div class="thumb">
180
+ <div class="mini-red"></div>
181
+ <div class="index">1 ★</div>
182
+ </div>
183
+ <div class="thumb">
184
+ <div style="position:absolute; left:24px; top:34px; width:120px; height:90px; background:#E04122;"></div>
185
+ <div style="position:absolute; right:24px; top:28px; width:160px; height:120px; background:#dcdcdc;"></div>
186
+ <div class="index">2 ★</div>
187
+ </div>
188
+ <div class="thumb selected">
189
+ <div style="position:absolute; left:24px; top:34px; width:130px; height:90px; background:#E04122;"></div>
190
+ <div style="position:absolute; right:24px; top:60px; width:170px; height:110px; background:#dcdcdc;"></div>
191
+ <div class="selbar">3 ★</div>
192
+ </div>
193
+ <div class="thumb" style="background:#1b1b1b; color:#bbb; border:2px dashed #444;">
194
+ +
195
+ </div>
196
+ </div>
197
+
198
+ <!-- Bottom tools bar -->
199
+ <div class="tools">
200
+ <svg viewBox="0 0 24 24"><rect x="3" y="5" width="18" height="14" rx="2"/></svg>
201
+ <svg viewBox="0 0 24 24"><path d="M5 20V8l7-4 7 4v12"/></svg>
202
+ <svg viewBox="0 0 24 24"><rect x="3" y="6" width="18" height="12"/><path d="M7 10h10M7 14h10"/></svg>
203
+ <svg viewBox="0 0 24 24"><rect x="4" y="8" width="7" height="8"/><rect x="13" y="8" width="7" height="8"/></svg>
204
+ <svg viewBox="0 0 24 24"><circle cx="9" cy="12" r="4"/><circle cx="17" cy="12" r="2"/></svg>
205
+ <svg viewBox="0 0 24 24"><rect x="4" y="6" width="16" height="12"/><path d="M12 9v6M9 12h6"/></svg>
206
+ <svg viewBox="0 0 24 24"><rect x="6" y="4" width="12" height="16" rx="2"/><path d="M8 8h8M8 12h8M8 16h8"/></svg>
207
+ </div>
208
+
209
+ <!-- Home indicator -->
210
+ <div class="home-indicator"></div>
211
+
212
+ </div>
213
+ </body>
214
+ </html>
code/10370/10370_0.html ADDED
@@ -0,0 +1,308 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Mobile UI Render</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: radial-gradient(1200px 900px at 20% 20%, #a3d6a9 0%, #7fc08b 30%, #58aa7b 55%, #3e946b 70%, #2f7a5b 85%, #256b50 100%);
14
+ }
15
+
16
+ /* Subtle wallpaper texture using layered gradients */
17
+ #render-target::before {
18
+ content: "";
19
+ position: absolute;
20
+ inset: 0;
21
+ background:
22
+ repeating-linear-gradient(130deg, rgba(255,255,255,0.06) 0 14px, rgba(0,0,0,0.0) 14px 28px),
23
+ repeating-linear-gradient(60deg, rgba(255,255,255,0.05) 0 12px, rgba(0,0,0,0.0) 12px 24px);
24
+ mix-blend-mode: soft-light;
25
+ opacity: 0.55;
26
+ pointer-events: none;
27
+ }
28
+
29
+ .status-bar {
30
+ position: absolute;
31
+ top: 24px;
32
+ left: 28px;
33
+ right: 28px;
34
+ height: 72px;
35
+ color: #fff;
36
+ display: flex;
37
+ align-items: center;
38
+ justify-content: space-between;
39
+ text-shadow: 0 1px 3px rgba(0,0,0,0.35);
40
+ font-size: 36px;
41
+ letter-spacing: 0.5px;
42
+ }
43
+ .status-right {
44
+ display: flex;
45
+ align-items: center;
46
+ gap: 26px;
47
+ font-size: 28px;
48
+ }
49
+ .dot-group { display: flex; gap: 14px; align-items: center; }
50
+ .dot { width: 14px; height: 14px; border-radius: 50%; background: rgba(255,255,255,0.85); }
51
+ .status-icon { width: 38px; height: 38px; display: inline-block; }
52
+ .battery { width: 46px; height: 26px; border-radius: 5px; border: 3px solid #fff; position: relative; }
53
+ .battery::after { content: ""; position: absolute; right: -9px; top: 6px; width: 6px; height: 14px; background: #fff; border-radius: 2px; }
54
+ .battery .level { position: absolute; left: 3px; top: 3px; bottom: 3px; right: 9px; background: #fff; border-radius: 3px; }
55
+
56
+ .date-block {
57
+ position: absolute;
58
+ top: 250px;
59
+ left: 64px;
60
+ color: #fff;
61
+ text-shadow: 0 2px 8px rgba(0,0,0,0.45);
62
+ }
63
+ .date-text { font-size: 64px; font-weight: 600; margin-bottom: 24px; }
64
+ .weather-row {
65
+ display: flex;
66
+ align-items: center;
67
+ gap: 18px;
68
+ font-size: 34px;
69
+ opacity: 0.95;
70
+ }
71
+ .weather-row .sep { opacity: 0.7; margin: 0 12px; }
72
+
73
+ .cloud-icon {
74
+ width: 44px; height: 44px;
75
+ display: inline-flex; align-items: center; justify-content: center;
76
+ }
77
+ .cloud-icon svg { width: 44px; height: 44px; }
78
+
79
+ /* App grid */
80
+ .app-row {
81
+ position: absolute;
82
+ left: 64px;
83
+ width: 952px;
84
+ display: flex;
85
+ justify-content: space-between;
86
+ align-items: flex-start;
87
+ }
88
+ .row-1 { top: 1520px; }
89
+ .row-2 { top: 1810px; }
90
+
91
+ .app-group {
92
+ width: 200px;
93
+ text-align: center;
94
+ color: #fff;
95
+ text-shadow: 0 2px 6px rgba(0,0,0,0.45);
96
+ }
97
+ .app {
98
+ width: 160px;
99
+ height: 160px;
100
+ margin: 0 auto 18px auto;
101
+ background: #fff;
102
+ border-radius: 50%;
103
+ box-shadow: 0 8px 24px rgba(0,0,0,0.35);
104
+ position: relative;
105
+ display: flex;
106
+ align-items: center;
107
+ justify-content: center;
108
+ }
109
+ .app svg { width: 92px; height: 92px; }
110
+ .badge {
111
+ position: absolute;
112
+ right: 18px; top: 18px;
113
+ width: 28px; height: 28px; border-radius: 50%;
114
+ background: #9ad5f7; border: 3px solid #fff;
115
+ box-shadow: 0 2px 6px rgba(0,0,0,0.25);
116
+ }
117
+ .label { font-size: 32px; font-weight: 500; }
118
+
119
+ /* Search bar */
120
+ .search-bar {
121
+ position: absolute;
122
+ left: 64px;
123
+ top: 2040px;
124
+ width: 952px;
125
+ height: 120px;
126
+ background: #ffffff;
127
+ border-radius: 60px;
128
+ box-shadow: 0 10px 30px rgba(0,0,0,0.35);
129
+ display: flex;
130
+ align-items: center;
131
+ padding: 0 36px;
132
+ gap: 26px;
133
+ }
134
+ .search-input {
135
+ flex: 1;
136
+ color: #777;
137
+ font-size: 36px;
138
+ }
139
+ .search-icon { width: 60px; height: 60px; display: inline-flex; align-items: center; justify-content: center; }
140
+ .search-icon svg { width: 42px; height: 42px; }
141
+
142
+ /* Bottom home indicator */
143
+ .home-indicator {
144
+ position: absolute;
145
+ left: 50%;
146
+ transform: translateX(-50%);
147
+ bottom: 36px;
148
+ width: 240px;
149
+ height: 8px;
150
+ border-radius: 4px;
151
+ background: rgba(255,255,255,0.9);
152
+ box-shadow: 0 2px 6px rgba(0,0,0,0.35);
153
+ }
154
+ </style>
155
+ </head>
156
+ <body>
157
+ <div id="render-target">
158
+
159
+ <!-- Status bar -->
160
+ <div class="status-bar">
161
+ <div class="status-left">9:46</div>
162
+ <div class="status-right">
163
+ <div class="dot-group">
164
+ <div class="dot"></div>
165
+ <div class="dot"></div>
166
+ <div class="dot"></div>
167
+ <div style="width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,0.85);"></div>
168
+ </div>
169
+ <svg class="status-icon" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
170
+ <path d="M3 17h2a16 16 0 0116-16v2A14 14 0 005 19v-2z"></path>
171
+ <path d="M3 13h2a12 12 0 0112-12v2A10 10 0 005 15v-2z"></path>
172
+ </svg>
173
+ <div class="battery"><div class="level"></div></div>
174
+ </div>
175
+ </div>
176
+
177
+ <!-- Date + Weather -->
178
+ <div class="date-block">
179
+ <div class="date-text">Wed, Dec 6</div>
180
+ <div class="weather-row">
181
+ <div class="cloud-icon">
182
+ <svg viewBox="0 0 64 64">
183
+ <path d="M25 44h22a12 12 0 000-24c-2 0-4 .4-6 1.3A16 16 0 0018 23a11 11 0 000 21h7" fill="rgba(255,255,255,0.95)"></path>
184
+ </svg>
185
+ </div>
186
+ <span>19°C</span>
187
+ <span class="sep">·</span>
188
+ <span>Today 25° / 11°</span>
189
+ <span class="sep">·</span>
190
+ <span>Mostly cloudy</span>
191
+ </div>
192
+ </div>
193
+
194
+ <!-- First row of apps -->
195
+ <div class="app-row row-1">
196
+ <div class="app-group">
197
+ <div class="app">
198
+ <svg viewBox="0 0 100 100">
199
+ <polygon points="30,20 80,50 30,80" fill="#36c16e"></polygon>
200
+ <polygon points="32,24 46,50 32,76" fill="#f6c63f"></polygon>
201
+ <polygon points="45,50 78,50 60,63" fill="#4aa8f5"></polygon>
202
+ </svg>
203
+ </div>
204
+ <div class="label">Play Store</div>
205
+ </div>
206
+ <div class="app-group">
207
+ <div class="app">
208
+ <div class="badge"></div>
209
+ <svg viewBox="0 0 100 100">
210
+ <path d="M20 30h60v40H20z" fill="#fff" stroke="#e53935" stroke-width="10"></path>
211
+ <path d="M20 30l30 30 30-30" stroke="#e53935" stroke-width="10" fill="none"></path>
212
+ </svg>
213
+ </div>
214
+ <div class="label">Gmail</div>
215
+ </div>
216
+ <div class="app-group">
217
+ <div class="app">
218
+ <svg viewBox="0 0 100 100">
219
+ <circle cx="50" cy="28" r="18" fill="#fbbc04"></circle>
220
+ <circle cx="72" cy="50" r="18" fill="#34a853"></circle>
221
+ <circle cx="50" cy="72" r="18" fill="#4285f4"></circle>
222
+ <circle cx="28" cy="50" r="18" fill="#ea4335"></circle>
223
+ </svg>
224
+ </div>
225
+ <div class="label">Photos</div>
226
+ </div>
227
+ <div class="app-group">
228
+ <div class="app">
229
+ <div class="badge"></div>
230
+ <svg viewBox="0 0 100 100">
231
+ <rect x="18" y="28" width="64" height="44" rx="12" fill="#ff0000"></rect>
232
+ <polygon points="46,50 66,40 66,60" fill="#fff"></polygon>
233
+ </svg>
234
+ </div>
235
+ <div class="label">YouTube</div>
236
+ </div>
237
+ </div>
238
+
239
+ <!-- Second row of apps -->
240
+ <div class="app-row row-2">
241
+ <div class="app-group">
242
+ <div class="app">
243
+ <svg viewBox="0 0 100 100">
244
+ <path d="M28 36c-6 6-6 12 0 18l12 8c6 4 12 4 18 0l4-4-20-20-4 4" fill="#1a73e8"></path>
245
+ </svg>
246
+ </div>
247
+ <div class="label">Phone</div>
248
+ </div>
249
+ <div class="app-group">
250
+ <div class="app">
251
+ <svg viewBox="0 0 100 100">
252
+ <path d="M24 26h52v48H24z" fill="#e7f0ff" stroke="#3b78e7" stroke-width="8" rx="12"></path>
253
+ <path d="M38 58c8 6 16 6 24 0v10H38V58z" fill="#3b78e7"></path>
254
+ </svg>
255
+ </div>
256
+ <div class="label">Messages</div>
257
+ </div>
258
+ <div class="app-group">
259
+ <div class="app">
260
+ <svg viewBox="0 0 100 100">
261
+ <circle cx="50" cy="50" r="40" fill="#fbbc04"></circle>
262
+ <path d="M50 10A40 40 0 0188 50H50z" fill="#ea4335"></path>
263
+ <path d="M50 50h38A40 40 0 0150 90z" fill="#34a853"></path>
264
+ <circle cx="50" cy="50" r="18" fill="#4285f4"></circle>
265
+ </svg>
266
+ </div>
267
+ <div class="label">Chrome</div>
268
+ </div>
269
+ <div class="app-group">
270
+ <div class="app">
271
+ <svg viewBox="0 0 100 100">
272
+ <rect x="20" y="32" width="60" height="36" rx="10" fill="#3b78e7"></rect>
273
+ <circle cx="50" cy="50" r="12" fill="#fff"></circle>
274
+ <rect x="34" y="24" width="32" height="10" rx="4" fill="#3b78e7"></rect>
275
+ </svg>
276
+ </div>
277
+ <div class="label">Camera</div>
278
+ </div>
279
+ </div>
280
+
281
+ <!-- Search bar -->
282
+ <div class="search-bar">
283
+ <div class="search-icon" style="margin-right: 6px;">
284
+ <svg viewBox="0 0 48 48">
285
+ <text x="10" y="34" font-size="28" font-weight="700" fill="#4285f4">G</text>
286
+ </svg>
287
+ </div>
288
+ <div class="search-input">Search...</div>
289
+ <div class="search-icon">
290
+ <svg viewBox="0 0 48 48">
291
+ <path d="M24 10a8 8 0 018 8v8a8 8 0 01-16 0v-8a8 8 0 018-8z" fill="#ea4335"></path>
292
+ <rect x="20" y="28" width="8" height="10" rx="3" fill="#ea4335"></rect>
293
+ </svg>
294
+ </div>
295
+ <div class="search-icon">
296
+ <svg viewBox="0 0 48 48">
297
+ <rect x="10" y="14" width="28" height="20" rx="5" fill="#34a853"></rect>
298
+ <circle cx="24" cy="24" r="6" fill="#fff"></circle>
299
+ </svg>
300
+ </div>
301
+ </div>
302
+
303
+ <!-- Home indicator -->
304
+ <div class="home-indicator"></div>
305
+
306
+ </div>
307
+ </body>
308
+ </html>
code/10370/10370_1.html ADDED
@@ -0,0 +1,354 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Plan Screen</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #121212;
15
+ border-radius: 44px;
16
+ box-shadow: 0 10px 40px rgba(0,0,0,0.5);
17
+ color: #FFFFFF;
18
+ }
19
+
20
+ /* Status bar */
21
+ .statusbar {
22
+ height: 110px;
23
+ padding: 0 48px;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ color: #EDEDED;
28
+ font-weight: 600;
29
+ font-size: 40px;
30
+ letter-spacing: 0.5px;
31
+ }
32
+ .sb-left { display: flex; align-items: center; gap: 18px; }
33
+ .sb-center { display: flex; align-items: center; gap: 18px; opacity: 0.8; }
34
+ .dot { width: 18px; height: 18px; background: #EDEDED; border-radius: 50%; }
35
+ .sb-right { display: flex; align-items: center; gap: 18px; }
36
+ .icon-wifi, .icon-battery {
37
+ width: 48px; height: 48px;
38
+ }
39
+ .icon-wifi path, .icon-battery path, .icon-battery rect { stroke: #FFFFFF; fill: none; stroke-width: 6; }
40
+
41
+ /* Header */
42
+ .header {
43
+ position: relative;
44
+ padding: 12px 48px 20px 48px;
45
+ }
46
+ .title-plan {
47
+ font-size: 86px;
48
+ font-weight: 800;
49
+ letter-spacing: 1px;
50
+ margin: 20px 0 10px 0;
51
+ }
52
+ .search {
53
+ position: absolute;
54
+ right: 40px;
55
+ top: 30px;
56
+ width: 72px; height: 72px;
57
+ display: flex; align-items: center; justify-content: center;
58
+ opacity: 0.95;
59
+ }
60
+ .search svg { width: 64px; height: 64px; stroke: #FFFFFF; fill: none; stroke-width: 6; }
61
+
62
+ /* Section headings */
63
+ .section {
64
+ padding: 0 48px;
65
+ }
66
+ .section h2 {
67
+ font-size: 62px;
68
+ font-weight: 800;
69
+ margin: 28px 0 28px 0;
70
+ }
71
+
72
+ /* Cards */
73
+ .card {
74
+ position: relative;
75
+ width: calc(100% - 96px);
76
+ height: 560px;
77
+ margin: 0 48px 32px 48px;
78
+ border-radius: 36px;
79
+ overflow: hidden;
80
+ box-shadow: 0 8px 24px rgba(0,0,0,0.35);
81
+ background: #1E1E1E;
82
+ }
83
+ .img-placeholder {
84
+ position: absolute;
85
+ inset: 0;
86
+ background: #E0E0E0;
87
+ border: 1px solid #BDBDBD;
88
+ display: flex;
89
+ align-items: center;
90
+ justify-content: center;
91
+ color: #757575;
92
+ font-weight: 600;
93
+ font-size: 36px;
94
+ text-align: center;
95
+ padding: 16px;
96
+ }
97
+ .darken {
98
+ position: absolute;
99
+ inset: 0;
100
+ background: linear-gradient(to bottom, rgba(0,0,0,0.05), rgba(0,0,0,0.55));
101
+ }
102
+ .card .title {
103
+ position: absolute;
104
+ left: 40px;
105
+ bottom: 190px;
106
+ font-size: 78px;
107
+ font-weight: 900;
108
+ line-height: 92%;
109
+ text-transform: uppercase;
110
+ }
111
+ .start-btn {
112
+ position: absolute;
113
+ left: 80px;
114
+ right: 80px;
115
+ bottom: 60px;
116
+ height: 120px;
117
+ border: none;
118
+ border-radius: 30px;
119
+ background: #CF5B52;
120
+ color: #FFFFFF;
121
+ font-size: 46px;
122
+ font-weight: 800;
123
+ letter-spacing: 0.4px;
124
+ box-shadow: 0 6px 16px rgba(207,91,82,0.45);
125
+ }
126
+ .progress-dot {
127
+ position: absolute;
128
+ left: 22px;
129
+ bottom: 18px;
130
+ width: 22px; height: 22px;
131
+ background: #2F7DF6;
132
+ border-radius: 50%;
133
+ }
134
+
135
+ /* Ad banner */
136
+ .ad-banner {
137
+ margin: 28px 48px 40px 48px;
138
+ background: #1E1E1E;
139
+ border-radius: 28px;
140
+ padding: 28px;
141
+ display: flex; align-items: center;
142
+ gap: 28px;
143
+ box-shadow: 0 8px 24px rgba(0,0,0,0.35);
144
+ }
145
+ .ad-logo {
146
+ width: 180px; height: 120px;
147
+ background: #1E5BE7;
148
+ border-radius: 18px;
149
+ display: flex; align-items: center; justify-content: center;
150
+ color: #FFFFFF; font-weight: 800; font-size: 42px;
151
+ }
152
+ .ad-content {
153
+ flex: 1;
154
+ }
155
+ .ad-title {
156
+ font-size: 44px; font-weight: 800; color: #FFFFFF; margin-bottom: 6px;
157
+ }
158
+ .ad-sub {
159
+ font-size: 32px; color: #B5B5B5;
160
+ }
161
+ .ad-right {
162
+ display: flex; align-items: center; gap: 16px;
163
+ }
164
+ .ad-pill {
165
+ height: 54px; padding: 0 20px; border-radius: 16px;
166
+ background: #2C2C2C; color: #A9D3FF; font-size: 28px; font-weight: 800; display: flex; align-items: center;
167
+ }
168
+ .ad-open {
169
+ height: 90px; padding: 0 40px; border-radius: 22px;
170
+ background: #3A3A3A; color: #FFFFFF; font-size: 38px; font-weight: 800; border: 2px solid #4A4A4A;
171
+ }
172
+
173
+ /* Secondary cards (All Plans) */
174
+ .subcard {
175
+ position: relative;
176
+ width: calc(100% - 96px);
177
+ height: 500px;
178
+ margin: 0 48px 28px 48px;
179
+ border-radius: 36px;
180
+ overflow: hidden;
181
+ box-shadow: 0 8px 24px rgba(0,0,0,0.35);
182
+ background: #1E1E1E;
183
+ }
184
+ .subcard .img-placeholder { font-size: 32px; }
185
+ .subcard .darken { background: linear-gradient(to bottom, rgba(0,0,0,0.05), rgba(0,0,0,0.65)); }
186
+ .badge-free {
187
+ position: absolute; right: 30px; top: 30px;
188
+ background: #2F7DF6; color: #FFFFFF; font-weight: 900; font-size: 34px;
189
+ height: 70px; padding: 0 26px; border-radius: 16px; display: flex; align-items: center;
190
+ box-shadow: 0 6px 14px rgba(47,125,246,0.45);
191
+ }
192
+ .sub-title {
193
+ position: absolute; left: 40px; bottom: 140px;
194
+ font-size: 66px; font-weight: 900; text-transform: uppercase; line-height: 96%;
195
+ }
196
+ .sub-meta {
197
+ position: absolute; left: 40px; bottom: 70px;
198
+ font-size: 34px; color: #D9D9D9; font-weight: 600; opacity: 0.95;
199
+ }
200
+
201
+ /* Bottom navigation */
202
+ .navbar {
203
+ position: absolute;
204
+ left: 0; right: 0; bottom: 130px;
205
+ height: 170px;
206
+ background: #141414;
207
+ border-top: 1px solid #242424;
208
+ display: grid;
209
+ grid-template-columns: repeat(4, 1fr);
210
+ align-items: center;
211
+ padding: 0 28px;
212
+ }
213
+ .nav-item {
214
+ display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px;
215
+ color: #9EA3A8; font-size: 30px; font-weight: 800;
216
+ }
217
+ .nav-item.active { color: #FFFFFF; }
218
+ .nav-icon { width: 64px; height: 64px; }
219
+ .nav-icon svg { width: 64px; height: 64px; fill: none; stroke-width: 6; }
220
+ .nav-item.active svg { stroke: #FFFFFF; }
221
+ .nav-item svg { stroke: #9EA3A8; }
222
+
223
+ /* Home indicator */
224
+ .home-indicator {
225
+ position: absolute;
226
+ left: 50%; transform: translateX(-50%);
227
+ bottom: 56px;
228
+ width: 360px; height: 14px; background: #FFFFFF; border-radius: 8px; opacity: 0.9;
229
+ }
230
+ </style>
231
+ </head>
232
+ <body>
233
+ <div id="render-target">
234
+
235
+ <!-- Status bar -->
236
+ <div class="statusbar">
237
+ <div class="sb-left">9:46</div>
238
+ <div class="sb-center">
239
+ <span class="dot"></span>
240
+ <span class="dot" style="opacity:0.6;"></span>
241
+ <span class="dot" style="opacity:0.4;"></span>
242
+ <span class="dot" style="width:10px; height:10px; opacity:0.8;"></span>
243
+ </div>
244
+ <div class="sb-right">
245
+ <svg class="icon-wifi" viewBox="0 0 24 24">
246
+ <path d="M2 8c5-5 15-5 20 0M6 12c3-3 9-3 12 0M10 16c2-2 4-2 6 0M12 20h0"></path>
247
+ </svg>
248
+ <svg class="icon-battery" viewBox="0 0 28 24">
249
+ <rect x="2" y="5" width="20" height="14" rx="2"></rect>
250
+ <path d="M24 9v6"></path>
251
+ </svg>
252
+ </div>
253
+ </div>
254
+
255
+ <!-- Header -->
256
+ <div class="header">
257
+ <div class="title-plan">PLAN</div>
258
+ <div class="search">
259
+ <svg viewBox="0 0 24 24">
260
+ <circle cx="10" cy="10" r="7"></circle>
261
+ <path d="M16 16l6 6"></path>
262
+ </svg>
263
+ </div>
264
+ </div>
265
+
266
+ <!-- In Progress -->
267
+ <div class="section">
268
+ <h2>IN PROGRESS</h2>
269
+ </div>
270
+
271
+ <div class="card">
272
+ <div class="img-placeholder">[IMG: Man exercising at home]</div>
273
+ <div class="darken"></div>
274
+ <div class="title">TOTAL FAT<br>BURNING</div>
275
+ <button class="start-btn">DAY 1 · START</button>
276
+ <div class="progress-dot"></div>
277
+ </div>
278
+
279
+ <!-- Ad banner -->
280
+ <div class="ad-banner">
281
+ <div class="ad-logo">Booking</div>
282
+ <div class="ad-content">
283
+ <div class="ad-title">Booking.com: Hotels &amp; …</div>
284
+ <div class="ad-sub">Download the highest rated travel app and join thousands of people finding great deals.</div>
285
+ </div>
286
+ <div class="ad-right">
287
+ <div class="ad-pill">AD</div>
288
+ <button class="ad-open">OPEN</button>
289
+ </div>
290
+ </div>
291
+
292
+ <!-- All Plans -->
293
+ <div class="section">
294
+ <h2>All Plans</h2>
295
+ </div>
296
+
297
+ <div class="subcard">
298
+ <div class="img-placeholder">[IMG: Person planking on a mat in living room]</div>
299
+ <div class="darken"></div>
300
+ <div class="badge-free">FREE</div>
301
+ <div class="sub-title">IMMUNE SYSTEM<br>BOOSTER</div>
302
+ <div class="sub-meta">3 levels · 7–15 min</div>
303
+ </div>
304
+
305
+ <div class="subcard">
306
+ <div class="img-placeholder">[IMG: Person doing sit-ups in gym]</div>
307
+ <div class="darken"></div>
308
+ <div class="badge-free">FREE</div>
309
+ <div class="sub-title">ABS BLASTER</div>
310
+ </div>
311
+
312
+ <!-- Bottom Navigation -->
313
+ <div class="navbar">
314
+ <div class="nav-item active">
315
+ <div class="nav-icon">
316
+ <svg viewBox="0 0 24 24">
317
+ <rect x="3" y="5" width="18" height="5" rx="1"></rect>
318
+ <rect x="3" y="14" width="18" height="5" rx="1"></rect>
319
+ </svg>
320
+ </div>
321
+ <div>PLAN</div>
322
+ </div>
323
+ <div class="nav-item">
324
+ <div class="nav-icon">
325
+ <svg viewBox="0 0 24 24">
326
+ <path d="M12 20c-6-4-6-9 0-12 6 3 6 8 0 12z"></path>
327
+ </svg>
328
+ </div>
329
+ <div>WORKOUTS</div>
330
+ </div>
331
+ <div class="nav-item">
332
+ <div class="nav-icon">
333
+ <svg viewBox="0 0 24 24">
334
+ <rect x="3" y="5" width="18" height="16" rx="2"></rect>
335
+ <path d="M7 3v4M17 3v4M6 11h12M6 15h8"></path>
336
+ </svg>
337
+ </div>
338
+ <div>DAILY</div>
339
+ </div>
340
+ <div class="nav-item">
341
+ <div class="nav-icon">
342
+ <svg viewBox="0 0 24 24">
343
+ <circle cx="12" cy="8" r="4"></circle>
344
+ <path d="M4 21c2-4 6-6 8-6s6 2 8 6"></path>
345
+ </svg>
346
+ </div>
347
+ <div>ME</div>
348
+ </div>
349
+ </div>
350
+
351
+ <div class="home-indicator"></div>
352
+ </div>
353
+ </body>
354
+ </html>
code/10370/10370_2.html ADDED
@@ -0,0 +1,343 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Daily Dashboard</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #1C1C1F;
15
+ color: #F2F2F2;
16
+ }
17
+ .screen-padding { padding: 40px 40px 120px 40px; }
18
+ .status-bar {
19
+ height: 70px;
20
+ display: flex;
21
+ align-items: center;
22
+ justify-content: space-between;
23
+ color: #DADADA;
24
+ font-weight: 600;
25
+ letter-spacing: 0.5px;
26
+ }
27
+ .status-left { display: flex; align-items: center; gap: 18px; }
28
+ .status-right { display: flex; align-items: center; gap: 22px; }
29
+ .dot { width: 10px; height: 10px; background: #6F6F6F; border-radius: 50%; display: inline-block; }
30
+ .title { font-size: 64px; font-weight: 800; margin: 20px 0 30px 0; letter-spacing: 0.5px; }
31
+ .card {
32
+ background: #2A2A2D;
33
+ border-radius: 30px;
34
+ box-shadow: 0 8px 20px rgba(0,0,0,0.25);
35
+ }
36
+ .calendar-card {
37
+ padding: 36px 40px;
38
+ }
39
+ .weekday-row, .date-row {
40
+ display: grid;
41
+ grid-template-columns: repeat(7, 1fr);
42
+ column-gap: 12px;
43
+ align-items: center;
44
+ text-align: center;
45
+ }
46
+ .weekday {
47
+ color: #A9A9A9;
48
+ font-size: 30px;
49
+ font-weight: 700;
50
+ }
51
+ .date {
52
+ font-size: 40px;
53
+ font-weight: 800;
54
+ color: #DADADA;
55
+ padding: 10px 0;
56
+ border-radius: 50px;
57
+ }
58
+ .date.active {
59
+ background: #D95550;
60
+ color: #FFFFFF;
61
+ width: 86px;
62
+ height: 86px;
63
+ display: inline-flex;
64
+ align-items: center;
65
+ justify-content: center;
66
+ margin: 0 auto;
67
+ }
68
+ .grid-2 {
69
+ display: grid;
70
+ grid-template-columns: 1fr 1fr;
71
+ gap: 28px;
72
+ margin-top: 26px;
73
+ }
74
+ .metric-card {
75
+ padding: 34px;
76
+ position: relative;
77
+ }
78
+ .metric-title {
79
+ display: flex;
80
+ align-items: center;
81
+ justify-content: space-between;
82
+ font-size: 36px;
83
+ font-weight: 800;
84
+ }
85
+ .metric-title small { font-weight: 600; color: #A5A5A5; margin-left: 8px; font-size: 28px; }
86
+ .metric-value { font-size: 84px; font-weight: 900; margin: 24px 0 10px 0; }
87
+ .metric-sub { color: #9E9E9E; font-size: 30px; font-weight: 600; margin-bottom: 26px; }
88
+ .metric-footer { display: flex; align-items: center; justify-content: space-between; color: #D0D0D0; font-size: 32px; font-weight: 700; margin-top: 8px; }
89
+ .ad-card {
90
+ margin-top: 26px;
91
+ padding: 28px 30px;
92
+ display: grid;
93
+ grid-template-columns: 120px 1fr 260px;
94
+ align-items: center;
95
+ gap: 22px;
96
+ }
97
+ .img-placeholder {
98
+ width: 120px; height: 120px;
99
+ background: #E0E0E0;
100
+ border: 1px solid #BDBDBD;
101
+ display: flex; justify-content: center; align-items: center;
102
+ color: #757575; font-weight: 700; text-align: center; border-radius: 60px;
103
+ }
104
+ .ad-text .headline { font-size: 36px; font-weight: 800; display: flex; align-items: center; gap: 12px; }
105
+ .badge { font-size: 24px; color: #1D9F75; background: rgba(29,159,117,0.18); padding: 6px 12px; border-radius: 10px; font-weight: 800; }
106
+ .ad-text .copy { margin-top: 6px; color: #BDBDBD; font-size: 28px; line-height: 1.3; }
107
+ .ad-btn {
108
+ justify-self: end;
109
+ background: #4D4D50;
110
+ color: #FFFFFF;
111
+ font-weight: 900;
112
+ font-size: 32px;
113
+ padding: 26px 28px;
114
+ border-radius: 18px;
115
+ text-align: center;
116
+ }
117
+ .feature-card {
118
+ padding: 30px;
119
+ }
120
+ .feature-header {
121
+ display: flex; align-items: center; justify-content: space-between;
122
+ font-size: 38px; font-weight: 800;
123
+ }
124
+ .feature-header .left {
125
+ display: flex; align-items: center; gap: 16px;
126
+ }
127
+ .gauge {
128
+ margin: 30px auto 20px auto;
129
+ width: 420px; height: 420px; border-radius: 50%;
130
+ background: radial-gradient(circle at center, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.04) 40%, rgba(0,0,0,0.15) 100%);
131
+ border: 24px solid rgba(255,255,255,0.06);
132
+ position: relative;
133
+ }
134
+ .gauge-dot {
135
+ position: absolute; top: -16px; left: 50%; transform: translateX(-50%);
136
+ width: 44px; height: 44px; border-radius: 50%;
137
+ background: #57AE45;
138
+ }
139
+ .gauge-dot.blue { background: #3E86FF; }
140
+ .gauge-center {
141
+ position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
142
+ font-size: 88px; font-weight: 900; color: #EDEDED;
143
+ }
144
+ .feature-desc {
145
+ color: #9F9F9F; font-size: 28px; font-weight: 700; text-align: left; margin: 10px 0 24px 0;
146
+ }
147
+ .cta {
148
+ background: #D95550; color: #FFFFFF; font-weight: 900; font-size: 36px;
149
+ padding: 26px 28px; border-radius: 18px; text-align: center;
150
+ width: 420px; margin-top: 6px;
151
+ }
152
+ .grid-2.features { margin-top: 26px; }
153
+ .bottom-section-title {
154
+ margin-top: 30px;
155
+ background: #2A2A2D;
156
+ border-radius: 26px;
157
+ padding: 24px 30px;
158
+ font-size: 36px;
159
+ font-weight: 800;
160
+ display: flex; align-items: center; gap: 14px;
161
+ color: #DADADA;
162
+ }
163
+ .nav-bar {
164
+ position: absolute; left: 0; right: 0; bottom: 80px;
165
+ height: 140px; background: rgba(34,34,36,0.96);
166
+ display: grid; grid-template-columns: repeat(4, 1fr);
167
+ border-top: 1px solid rgba(255,255,255,0.06);
168
+ }
169
+ .nav-item {
170
+ display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px;
171
+ color: #AFAFAF; font-weight: 700; font-size: 28px;
172
+ }
173
+ .nav-item.active { color: #FFFFFF; }
174
+ .gesture-bar {
175
+ position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
176
+ width: 440px; height: 10px; border-radius: 10px; background: #EDEDED; opacity: 0.7;
177
+ }
178
+ /* Simple icon styles */
179
+ svg.icon { width: 34px; height: 34px; }
180
+ .chev { stroke: #AFAFAF; stroke-width: 2.5; fill: none; }
181
+ .wifi { stroke: #DADADA; stroke-width: 2.5; fill: none; }
182
+ .battery { stroke: #DADADA; stroke-width: 2.5; fill: none; }
183
+ .more { fill: #9F9F9F; }
184
+ </style>
185
+ </head>
186
+ <body>
187
+ <div id="render-target">
188
+ <div class="screen-padding">
189
+
190
+ <!-- Status Bar -->
191
+ <div class="status-bar">
192
+ <div class="status-left">
193
+ <div style="font-size:34px;">9:47</div>
194
+ <span class="dot"></span>
195
+ <span class="dot" style="background:#DADADA;"></span>
196
+ <span class="dot" style="background:#FFFFFF;"></span>
197
+ <span class="dot" style="background:#FFFFFF;"></span>
198
+ <span class="dot"></span>
199
+ </div>
200
+ <div class="status-right">
201
+ <svg class="wifi" viewBox="0 0 24 24"><path d="M2 8c10-7 20 0 20 0M5 12c7-5 14 0 14 0M9 16c3-2 6 0 6 0"/><circle cx="12" cy="19" r="1.6"/></svg>
202
+ <svg class="battery" viewBox="0 0 28 18"><rect x="2" y="3" width="22" height="12" rx="2"></rect><rect x="4" y="5" width="14" height="8" rx="1" fill="#DADADA"></rect><rect x="24" y="7" width="2" height="4" rx="1"></rect></svg>
203
+ <svg class="icon more" 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>
204
+ </div>
205
+ </div>
206
+
207
+ <!-- Title -->
208
+ <div class="title">DAILY</div>
209
+
210
+ <!-- Calendar Card -->
211
+ <div class="card calendar-card">
212
+ <div class="weekday-row">
213
+ <div class="weekday">S</div><div class="weekday">M</div><div class="weekday">T</div><div class="weekday">W</div><div class="weekday">T</div><div class="weekday">F</div><div class="weekday">S</div>
214
+ </div>
215
+ <div style="height: 22px;"></div>
216
+ <div class="date-row">
217
+ <div class="date">3</div>
218
+ <div class="date">4</div>
219
+ <div class="date">5</div>
220
+ <div class="date active">6</div>
221
+ <div class="date">7</div>
222
+ <div class="date">8</div>
223
+ <div class="date">9</div>
224
+ </div>
225
+ </div>
226
+
227
+ <!-- Metrics -->
228
+ <div class="grid-2">
229
+ <!-- Calories -->
230
+ <div class="card metric-card">
231
+ <div class="metric-title">
232
+ <div>Calories <small>(cal)</small></div>
233
+ <svg class="icon"><path class="chev" d="M7 5 L16 12 L7 19"/></svg>
234
+ </div>
235
+ <div class="metric-value">31</div>
236
+ <div class="metric-sub">In total</div>
237
+ <div class="metric-footer">
238
+ <span>This week</span>
239
+ <span>31</span>
240
+ </div>
241
+ </div>
242
+
243
+ <!-- Weight -->
244
+ <div class="card metric-card">
245
+ <div class="metric-title">
246
+ <div>Weight <small>(lbs)</small></div>
247
+ <svg class="icon"><path class="chev" d="M7 5 L16 12 L7 19"/></svg>
248
+ </div>
249
+ <div class="metric-value">176.4</div>
250
+ <div class="metric-sub">Today</div>
251
+ <div class="metric-footer">
252
+ <span>Last 30 days</span>
253
+ <span style="display:flex; align-items:center; gap:10px;">
254
+ <svg viewBox="0 0 20 20" class="icon" style="width:28px;height:28px;"><path d="M3 12 L10 5 L17 12" stroke="#AFAFAF" stroke-width="2.5" fill="none"/></svg>
255
+ <span>0.0</span>
256
+ </span>
257
+ </div>
258
+ </div>
259
+ </div>
260
+
261
+ <!-- Ad Card -->
262
+ <div class="card ad-card">
263
+ <div class="img-placeholder">[IMG: Facebook logo]</div>
264
+ <div class="ad-text">
265
+ <div class="headline">Watch Match Highlights <span class="badge">AD</span></div>
266
+ <div class="copy">Whether you're a bowler or a batter, find your Group on Facebook.</div>
267
+ </div>
268
+ <div class="ad-btn">DOWNLOAD</div>
269
+ </div>
270
+
271
+ <!-- Feature Cards -->
272
+ <div class="grid-2 features">
273
+ <!-- Steps -->
274
+ <div class="card feature-card">
275
+ <div class="feature-header">
276
+ <div class="left">
277
+ <svg viewBox="0 0 24 24" class="icon"><circle cx="8" cy="8" r="3" fill="#8EE36E"/><circle cx="15" cy="15" r="3" fill="#8EE36E"/></svg>
278
+ <div>Steps</div>
279
+ </div>
280
+ <svg class="icon"><path class="chev" d="M7 5 L16 12 L7 19"/></svg>
281
+ </div>
282
+ <div class="gauge">
283
+ <div class="gauge-dot"></div>
284
+ <div class="gauge-center">0</div>
285
+ </div>
286
+ <div class="feature-desc">🧍 Track daily steps and keep you motivated!</div>
287
+ <div class="cta">SET A GOAL</div>
288
+ </div>
289
+
290
+ <!-- Water Tracker -->
291
+ <div class="card feature-card">
292
+ <div class="feature-header">
293
+ <div class="left">
294
+ <svg viewBox="0 0 24 24" class="icon"><path d="M12 2 C9 7 6 9 6 13 a6 6 0 0 0 12 0 c0-4-3-6-6-11z" fill="#3E86FF"/></svg>
295
+ <div>Water Tracker</div>
296
+ </div>
297
+ <svg class="icon"><path class="chev" d="M7 5 L16 12 L7 19"/></svg>
298
+ </div>
299
+ <div class="gauge">
300
+ <div class="gauge-dot blue"></div>
301
+ <div class="gauge-center">0</div>
302
+ </div>
303
+ <div class="feature-desc">💧 Keep you healthy and help you lose weight.</div>
304
+ <div class="cta" style="display:flex; align-items:center; justify-content:center; gap:12px;">
305
+ <svg viewBox="0 0 24 24" class="icon" style="width:32px;height:32px;"><rect x="6" y="9" width="12" height="10" rx="2" fill="#FFFFFF"/><path d="M9 9 V7 a3 3 0 0 1 6 0 v2" stroke="#FFFFFF" stroke-width="2" fill="none"/></svg>
306
+ UNLOCK
307
+ </div>
308
+ </div>
309
+ </div>
310
+
311
+ <!-- Bottom section heading -->
312
+ <div class="bottom-section-title">
313
+ <svg viewBox="0 0 24 24" class="icon"><path d="M6 12 a6 6 0 1 0 12 0 a6 6 0 1 0 -12 0" stroke="#9F72FF" stroke-width="3" fill="none"/></svg>
314
+ Weight
315
+ </div>
316
+
317
+ </div>
318
+
319
+ <!-- Bottom Nav -->
320
+ <div class="nav-bar">
321
+ <div class="nav-item">
322
+ <svg viewBox="0 0 24 24" class="icon"><rect x="4" y="4" width="6" height="6" rx="1" fill="#B0B0B0"/><rect x="14" y="4" width="6" height="6" rx="1" fill="#B0B0B0"/><rect x="4" y="14" width="6" height="6" rx="1" fill="#B0B0B0"/><rect x="14" y="14" width="6" height="6" rx="1" fill="#B0B0B0"/></svg>
323
+ <div>PLAN</div>
324
+ </div>
325
+ <div class="nav-item">
326
+ <svg viewBox="0 0 24 24" class="icon"><path d="M4 20 L10 4 L14 12 L20 6" stroke="#B0B0B0" stroke-width="2.5" fill="none"/></svg>
327
+ <div>WORKOUTS</div>
328
+ </div>
329
+ <div class="nav-item active">
330
+ <svg viewBox="0 0 24 24" class="icon"><rect x="3" y="6" width="18" height="14" rx="2" fill="#FFFFFF"/><rect x="7" y="2" width="2" height="6" fill="#FFFFFF"/><rect x="15" y="2" width="2" height="6" fill="#FFFFFF"/></svg>
331
+ <div>DAILY</div>
332
+ </div>
333
+ <div class="nav-item">
334
+ <svg viewBox="0 0 24 24" class="icon"><circle cx="12" cy="8" r="4" fill="#B0B0B0"/><path d="M4 20 c0-4 4-6 8-6 s8 2 8 6" stroke="#B0B0B0" stroke-width="2.5" fill="none"/></svg>
335
+ <div>ME</div>
336
+ </div>
337
+ </div>
338
+
339
+ <!-- Gesture bar -->
340
+ <div class="gesture-bar"></div>
341
+ </div>
342
+ </body>
343
+ </html>
code/10370/10370_3.html ADDED
@@ -0,0 +1,309 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Daily Dashboard 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: #1f2022; color: #f4f4f5; border-radius: 40px;
12
+ }
13
+
14
+ /* Status bar */
15
+ .statusbar {
16
+ height: 110px; padding: 0 40px; display: flex; align-items: center; justify-content: space-between;
17
+ color: #ffffff; font-weight: 600; font-size: 46px; letter-spacing: 1px;
18
+ }
19
+ .status-left { display: flex; align-items: center; gap: 26px; }
20
+ .status-mid { display: flex; align-items: center; gap: 18px; font-size: 34px; opacity: 0.9; }
21
+ .dot { width: 32px; height: 32px; border-radius: 50%; background: #ffffff; opacity: 0.85; }
22
+ .status-right { display: flex; align-items: center; gap: 28px; }
23
+ .status-icon svg { width: 54px; height: 54px; fill: none; stroke: #ffffff; stroke-width: 6; }
24
+
25
+ /* Header */
26
+ .header {
27
+ padding: 10px 40px 0 40px;
28
+ display: flex; align-items: center; justify-content: space-between;
29
+ }
30
+ .title { font-size: 92px; font-weight: 800; letter-spacing: 2px; }
31
+ .kebab { width: 18px; height: 90px; display: flex; flex-direction: column; justify-content: space-between; align-items: center; margin-right: 8px; }
32
+ .kebab span { width: 18px; height: 18px; background: #bfbfc2; border-radius: 50%; opacity: 0.8; }
33
+
34
+ /* Cards */
35
+ .content { padding: 30px 40px 0 40px; }
36
+ .row { display: flex; gap: 36px; }
37
+ .card { background: #2a2b2f; border-radius: 28px; padding: 30px; flex: 1; position: relative; box-shadow: 0 10px 30px rgba(0,0,0,0.35); }
38
+ .card.dark { background: #2a2b2f; }
39
+ .muted { color: #b8b9bd; }
40
+ .gauge {
41
+ width: 300px; height: 300px; border-radius: 50%;
42
+ border: 14px solid #3a3b40; margin: 12px auto 18px auto; position: relative;
43
+ display: flex; align-items: center; justify-content: center; color: #b8b9bd; font-size: 82px; font-weight: 800;
44
+ }
45
+ .gauge .icon-top { position: absolute; top: -6px; font-size: 52px; }
46
+ .card p.tagline { text-align: left; font-size: 36px; line-height: 1.25; color: #d7d7da; margin: 16px 0 26px 0; }
47
+ .btn {
48
+ background: #e05454; color: #fff; border: none; border-radius: 20px;
49
+ padding: 28px 32px; font-size: 36px; font-weight: 800; width: 85%; margin: 6px auto 0 auto; display: block; text-align: center;
50
+ }
51
+ .btn svg { vertical-align: middle; margin-right: 16px; stroke: #fff; }
52
+
53
+ /* Weight card */
54
+ .card.weight { border-radius: 32px; padding: 36px; margin-top: 28px; }
55
+ .card.weight .header-row { display: flex; align-items: center; justify-content: space-between; }
56
+ .card.weight .label { display: flex; align-items: center; gap: 18px; font-size: 42px; font-weight: 800; }
57
+ .chip-circle {
58
+ width: 96px; height: 96px; border-radius: 50%; background: #383a40; display: flex; align-items: center; justify-content: center;
59
+ box-shadow: inset 0 0 0 8px #2f3136;
60
+ }
61
+ .chip-circle svg { width: 52px; height: 52px; fill: none; stroke: #9d92ff; stroke-width: 8; }
62
+ .weight-value { font-size: 110px; font-weight: 900; margin-top: 18px; }
63
+ .weight-sub { font-size: 40px; color: #b8b9bd; }
64
+ .btn.large { width: 70%; font-size: 40px; margin-top: 36px; }
65
+
66
+ /* Workout card */
67
+ .card.workout { margin-top: 28px; border-radius: 32px; padding: 36px; }
68
+ .card.workout .top { display: flex; align-items: center; justify-content: space-between; }
69
+ .card.workout .title-line { display: flex; align-items: center; gap: 18px; font-size: 42px; font-weight: 800; }
70
+ .small-muted { color: #9fa1a6; font-size: 40px; }
71
+ .workout-main { margin-top: 26px; display: flex; align-items: flex-end; justify-content: space-between; }
72
+ .big-num { font-size: 110px; font-weight: 900; line-height: 1; }
73
+ .big-num-sub { font-size: 48px; font-weight: 700; margin-left: 8px; }
74
+ .dash-line { margin: 34px 0 22px 0; border-top: 3px dashed #4a4b50; }
75
+ .days { display: flex; justify-content: space-between; align-items: center; margin-top: 18px; }
76
+ .day { width: 120px; display: flex; flex-direction: column; align-items: center; gap: 14px; color: #b8b9bd; font-size: 34px; }
77
+ .day .dot { width: 30px; height: 30px; background: #a74848; border-radius: 50%; opacity: 0.9; }
78
+ .bar { width: 34px; height: 140px; border-radius: 18px; background: #db4e4e; }
79
+
80
+ /* Calorie card */
81
+ .card.calorie { margin-top: 28px; border-radius: 32px; padding: 36px; }
82
+ .card.calorie .title-line { display: flex; align-items: center; gap: 18px; font-size: 42px; font-weight: 800; }
83
+ .cal-row { display: flex; align-items: flex-end; justify-content: space-between; margin-top: 20px; }
84
+ .cal-left { display: flex; align-items: baseline; gap: 16px; }
85
+ .cal-left .num { font-size: 110px; font-weight: 900; }
86
+ .cal-left .unit { font-size: 52px; font-weight: 800; }
87
+ .dash-line.light { border-top-color: #4a4b50; }
88
+ .cal-chart { display: flex; align-items: flex-end; gap: 22px; height: 160px; margin-top: 18px; }
89
+ .bar.yellow { width: 36px; height: 120px; border-radius: 18px; background: #ff9d2b; }
90
+
91
+ /* Bottom navigation */
92
+ .tabbar {
93
+ position: absolute; bottom: 100px; left: 0; width: 100%;
94
+ height: 150px; background: #1c1d20; display: flex; justify-content: space-around; align-items: center;
95
+ border-top-left-radius: 28px; border-top-right-radius: 28px; box-shadow: 0 -10px 20px rgba(0,0,0,0.35);
96
+ }
97
+ .tab { width: 220px; display: flex; flex-direction: column; align-items: center; gap: 18px; color: #9fa1a6; font-size: 32px; }
98
+ .tab svg { width: 54px; height: 54px; stroke-width: 6; }
99
+ .tab.active { color: #ffffff; }
100
+ .home-indicator {
101
+ position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%);
102
+ width: 460px; height: 14px; background: #ffffff; border-radius: 10px; opacity: 0.85;
103
+ }
104
+ </style>
105
+ </head>
106
+ <body>
107
+ <div id="render-target">
108
+
109
+ <!-- Status bar -->
110
+ <div class="statusbar">
111
+ <div class="status-left">
112
+ <span>9:47</span>
113
+ <span class="muted" style="font-size:34px;">ib</span>
114
+ <div class="dot" style="background:#ffffff;"></div>
115
+ <div class="dot" style="background:#ffffff;"></div>
116
+ <span class="muted" style="font-size:34px;">oyo</span>
117
+ <span style="font-size:60px; color:#bfbfc2;">•</span>
118
+ </div>
119
+ <div class="status-right">
120
+ <div class="status-icon">
121
+ <!-- Wi-Fi icon -->
122
+ <svg viewBox="0 0 24 24">
123
+ <path d="M2 8c5-4 15-4 20 0" />
124
+ <path d="M5 12c4-3 10-3 14 0" />
125
+ <path d="M9 16c3-2 5-2 8 0" />
126
+ <circle cx="12" cy="19" r="2" fill="#ffffff" stroke="none"></circle>
127
+ </svg>
128
+ </div>
129
+ <div class="status-icon">
130
+ <!-- Battery icon -->
131
+ <svg viewBox="0 0 28 18">
132
+ <rect x="1" y="3" width="22" height="12" rx="2" />
133
+ <rect x="24" y="6" width="3" height="6" rx="1" />
134
+ <rect x="3" y="5" width="16" height="8" rx="1" fill="#ffffff" stroke="none"></rect>
135
+ </svg>
136
+ </div>
137
+ </div>
138
+ </div>
139
+
140
+ <!-- Header -->
141
+ <div class="header">
142
+ <div class="title">DAILY</div>
143
+ <div class="kebab">
144
+ <span></span><span></span><span></span>
145
+ </div>
146
+ </div>
147
+
148
+ <div class="content">
149
+ <!-- Top cards row -->
150
+ <div class="row">
151
+ <!-- Steps card -->
152
+ <div class="card dark">
153
+ <div class="gauge">
154
+ <div class="icon-top">🏃</div>
155
+ <div>0</div>
156
+ </div>
157
+ <p class="tagline">🏃 TRACK DAILY STEPS AND KEEP YOU MOTIVATED!</p>
158
+ <button class="btn">SET A GOAL</button>
159
+ </div>
160
+
161
+ <!-- Water/health card -->
162
+ <div class="card dark">
163
+ <div class="gauge">
164
+ <div class="icon-top">💧</div>
165
+ <div>0</div>
166
+ </div>
167
+ <p class="tagline">💧 KEEP YOU HEALTHY AND HELP YOU LOSE WEIGHT.</p>
168
+ <button class="btn">
169
+ <!-- Lock icon -->
170
+ <svg viewBox="0 0 24 24">
171
+ <rect x="5" y="10" width="14" height="10" rx="2" />
172
+ <path d="M8 10V7a4 4 0 0 1 8 0v3" />
173
+ </svg>
174
+ UNLOCK
175
+ </button>
176
+ </div>
177
+ </div>
178
+
179
+ <!-- Weight card -->
180
+ <div class="card weight">
181
+ <div class="header-row">
182
+ <div class="label">
183
+ <!-- Weight icon (small swirl) -->
184
+ <svg viewBox="0 0 24 24" style="width:42px;height:42px; stroke:#9d92ff; fill:none;">
185
+ <circle cx="12" cy="12" r="9" />
186
+ <path d="M8 12h8" />
187
+ <path d="M12 8v8" />
188
+ </svg>
189
+ <span>Weight</span>
190
+ </div>
191
+ <div class="chip-circle">
192
+ <svg viewBox="0 0 24 24">
193
+ <path d="M7 8h10l-2 10H9L7 8z" />
194
+ <circle cx="12" cy="12" r="1.5" />
195
+ </svg>
196
+ </div>
197
+ </div>
198
+ <div class="weight-value">176.4 <span class="weight-sub">lbs | 11.0 lbs left</span></div>
199
+ <button class="btn large">UPDATE WEIGHT</button>
200
+ </div>
201
+
202
+ <!-- Workout card -->
203
+ <div class="card workout">
204
+ <div class="top">
205
+ <div class="title-line">
206
+ <!-- Timer icon -->
207
+ <svg viewBox="0 0 24 24" style="stroke:#ff6a6a; fill:none;">
208
+ <circle cx="12" cy="13" r="8" />
209
+ <path d="M9 2h6" />
210
+ <path d="M12 13l4-2" />
211
+ </svg>
212
+ <span>Workout</span>
213
+ </div>
214
+ <div class="small-muted">Weekly Average</div>
215
+ </div>
216
+
217
+ <div class="workout-main">
218
+ <div class="big-num">3 <span class="big-num-sub">min</span></div>
219
+ <div class="big-num" style="font-size:64px; font-weight:700; color:#d7d7da;">3 min</div>
220
+ </div>
221
+
222
+ <div class="dash-line"></div>
223
+
224
+ <div class="days">
225
+ <div class="day"><div class="dot"></div><span>S</span></div>
226
+ <div class="day"><div class="dot"></div><span>M</span></div>
227
+ <div class="day"><div class="dot"></div><span>T</span></div>
228
+ <div class="day">
229
+ <div class="bar"></div>
230
+ <span style="color:#ffffff; font-weight:800;">W</span>
231
+ </div>
232
+ <div class="day"><div class="dot"></div><span>T</span></div>
233
+ <div class="day"><div class="dot"></div><span>F</span></div>
234
+ <div class="day"><div class="dot"></div><span>S</span></div>
235
+ </div>
236
+ </div>
237
+
238
+ <!-- Calorie card -->
239
+ <div class="card calorie">
240
+ <div class="top">
241
+ <div class="title-line">
242
+ <!-- Flame icon -->
243
+ <svg viewBox="0 0 24 24" style="stroke:#ffa23a; fill:none;">
244
+ <path d="M12 2c2 3 2 5 0 7-2 2-2 5 0 7 3-1 5-4 5-7 0-3-2-6-5-7z" />
245
+ <path d="M9 14c0 3 3 4 3 4s3-1 3-4" />
246
+ </svg>
247
+ <span>Calorie</span>
248
+ </div>
249
+ <div class="small-muted">Weekly Average</div>
250
+ </div>
251
+
252
+ <div class="cal-row">
253
+ <div class="cal-left">
254
+ <div class="num">31</div>
255
+ <div class="unit">Calories</div>
256
+ </div>
257
+ <div style="font-size:52px; font-weight:800; color:#d7d7da;">31 Calories</div>
258
+ </div>
259
+
260
+ <div class="dash-line light"></div>
261
+
262
+ <div class="cal-chart">
263
+ <div class="bar yellow"></div>
264
+ </div>
265
+ </div>
266
+ </div>
267
+
268
+ <!-- Bottom navigation bar -->
269
+ <div class="tabbar">
270
+ <div class="tab">
271
+ <!-- Plan icon -->
272
+ <svg viewBox="0 0 24 24" stroke="#9fa1a6" fill="none">
273
+ <rect x="3" y="3" width="7" height="7" rx="2"></rect>
274
+ <rect x="14" y="3" width="7" height="7" rx="2"></rect>
275
+ <rect x="3" y="14" width="7" height="7" rx="2"></rect>
276
+ <rect x="14" y="14" width="7" height="7" rx="2"></rect>
277
+ </svg>
278
+ <span>PLAN</span>
279
+ </div>
280
+ <div class="tab">
281
+ <!-- Workouts icon (leaf) -->
282
+ <svg viewBox="0 0 24 24" stroke="#9fa1a6" fill="none">
283
+ <path d="M5 19c6-1 9-5 10-12 3 3 4 7 2 11-3 2-7 3-12 1z"></path>
284
+ </svg>
285
+ <span>WORKOUTS</span>
286
+ </div>
287
+ <div class="tab active">
288
+ <!-- Calendar icon -->
289
+ <svg viewBox="0 0 24 24" stroke="#ffffff" fill="none">
290
+ <rect x="3" y="5" width="18" height="16" rx="2"></rect>
291
+ <path d="M7 2v6M17 2v6"></path>
292
+ <path d="M3 10h18"></path>
293
+ </svg>
294
+ <span>DAILY</span>
295
+ </div>
296
+ <div class="tab">
297
+ <!-- User icon -->
298
+ <svg viewBox="0 0 24 24" stroke="#9fa1a6" fill="none">
299
+ <circle cx="12" cy="8" r="4"></circle>
300
+ <path d="M4 22c2-5 14-5 16 0"></path>
301
+ </svg>
302
+ <span>ME</span>
303
+ </div>
304
+ </div>
305
+
306
+ <div class="home-indicator"></div>
307
+ </div>
308
+ </body>
309
+ </html>
code/10370/10370_4.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>Daily 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: #141518; border-radius: 38px;
13
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
14
+ color: #F5F5F5;
15
+ }
16
+ .status-bar {
17
+ height: 110px;
18
+ padding: 0 36px;
19
+ display: flex;
20
+ align-items: center;
21
+ justify-content: space-between;
22
+ color: #fff;
23
+ font-weight: 600;
24
+ font-size: 40px;
25
+ letter-spacing: 0.5px;
26
+ }
27
+ .status-left, .status-right { display: flex; align-items: center; gap: 20px; }
28
+ .dot {
29
+ width: 22px; height: 22px; background: #D8D8D8; border-radius: 50%;
30
+ opacity: 0.85;
31
+ }
32
+ .status-right svg { fill: none; stroke: #ffffff; stroke-width: 2.5; }
33
+ .screen-content { padding: 20px 44px 0 44px; }
34
+ .page-title {
35
+ font-size: 86px; font-weight: 800; margin: 18px 0 24px 0;
36
+ letter-spacing: 1px;
37
+ }
38
+ .promo-row {
39
+ display: flex; gap: 28px; margin-bottom: 26px;
40
+ }
41
+ .card {
42
+ background: #222428; border-radius: 32px; padding: 34px;
43
+ box-shadow: 0 8px 24px rgba(0,0,0,0.25);
44
+ color: #EDEDED;
45
+ }
46
+ .card.small { width: calc(50% - 14px); min-height: 310px; position: relative; }
47
+ .card.small .cta {
48
+ position: absolute; left: 34px; right: 34px; bottom: 34px;
49
+ background: #E15651; color: #fff; font-weight: 800; font-size: 40px;
50
+ padding: 32px 24px; border-radius: 22px; text-align: center;
51
+ }
52
+ .promo-text {
53
+ font-size: 34px; line-height: 44px; color: #D0D0D0; margin-top: 8px;
54
+ max-width: 90%;
55
+ }
56
+ .section-card {
57
+ margin: 26px 0; position: relative;
58
+ }
59
+ .section-header {
60
+ display: flex; align-items: center; gap: 16px; font-size: 44px; font-weight: 800;
61
+ }
62
+ .section-header .label-sub { color: #A8A8A8; font-weight: 700; }
63
+ .value-row {
64
+ display: flex; align-items: baseline; gap: 14px; margin: 16px 0 28px 0;
65
+ }
66
+ .value-main { font-size: 112px; font-weight: 900; }
67
+ .value-unit { font-size: 48px; color: #BFBFBF; font-weight: 700; }
68
+ .value-extra { font-size: 42px; color: #8F8F8F; }
69
+ .primary-btn {
70
+ background: #E15651; color: #fff; font-weight: 800; font-size: 46px;
71
+ padding: 34px 24px; border-radius: 24px; text-align: center;
72
+ width: 80%; margin: 0 auto;
73
+ }
74
+ .badge-icon {
75
+ position: absolute; right: 42px; top: 42px;
76
+ width: 120px; height: 120px; border-radius: 60px;
77
+ background: #2D2F35; display: flex; align-items: center; justify-content: center;
78
+ box-shadow: inset 0 0 0 6px #3A3C42;
79
+ }
80
+ .metric-card { border-radius: 32px; background: #222428; padding: 34px; }
81
+ .metric-top {
82
+ display: flex; justify-content: space-between; align-items: center;
83
+ }
84
+ .metric-title { display: flex; align-items: center; gap: 16px; font-size: 44px; font-weight: 800; }
85
+ .avg-info { text-align: right; color: #B7B7B7; font-size: 36px; }
86
+ .metric-value { font-size: 110px; font-weight: 900; margin: 18px 0; }
87
+ .metric-value .unit { font-size: 56px; font-weight: 700; margin-left: 10px; }
88
+ /* Graph */
89
+ .graph {
90
+ margin-top: 24px; padding-top: 22px; position: relative;
91
+ }
92
+ .graph .dashed {
93
+ border-top: 3px dashed #5A5C60;
94
+ opacity: 0.6; position: relative; top: 6px;
95
+ }
96
+ .week {
97
+ display: flex; justify-content: space-between; align-items: flex-end;
98
+ padding: 28px 18px 12px 18px;
99
+ }
100
+ .day {
101
+ display: flex; flex-direction: column; align-items: center; gap: 12px;
102
+ }
103
+ .dot-red, .dot-orange {
104
+ width: 28px; height: 28px; border-radius: 50%;
105
+ background: #B94B48;
106
+ }
107
+ .dot-orange { background: #B57A35; }
108
+ .day-label { color: #8F8F8F; font-size: 34px; font-weight: 700; }
109
+ .bar-red, .bar-orange {
110
+ position: absolute; width: 36px; border-radius: 18px;
111
+ left: 50%; transform: translateX(-50%);
112
+ bottom: 78px;
113
+ background: #E15651;
114
+ height: 180px;
115
+ }
116
+ .bar-orange { background: #F39C3D; }
117
+ /* Bottom navigation */
118
+ .bottom-nav {
119
+ position: absolute; left: 0; right: 0; bottom: 0;
120
+ height: 220px; background: #1A1B1F;
121
+ border-top-left-radius: 28px; border-top-right-radius: 28px;
122
+ box-shadow: 0 -8px 24px rgba(0,0,0,0.35);
123
+ display: flex; align-items: center; justify-content: space-around;
124
+ }
125
+ .nav-item {
126
+ display: flex; flex-direction: column; align-items: center; gap: 18px;
127
+ color: #9A9AA0; font-size: 34px; font-weight: 700;
128
+ }
129
+ .nav-item svg { width: 56px; height: 56px; stroke: #9A9AA0; fill: none; stroke-width: 3; }
130
+ .nav-item.active { color: #ffffff; }
131
+ .nav-item.active svg { stroke: #ffffff; }
132
+ .ellipsis {
133
+ position: absolute; right: 30px; top: 210px;
134
+ width: 18px; height: 80px; display: flex; flex-direction: column; gap: 14px; align-items: center;
135
+ }
136
+ .ellipsis span { width: 12px; height: 12px; background: #C9C9C9; border-radius: 50%; opacity: 0.8; }
137
+ /* Helper colors */
138
+ .accent-red { color: #E15651; }
139
+ .accent-orange { color: #F39C3D; }
140
+ .accent-purple { color: #9C6BFF; }
141
+ </style>
142
+ </head>
143
+ <body>
144
+ <div id="render-target">
145
+
146
+ <!-- Status Bar -->
147
+ <div class="status-bar">
148
+ <div class="status-left">
149
+ <div>9:47</div>
150
+ <div class="dot" style="width:36px;height:36px;border-radius:18px;background:#EDEDED;"></div>
151
+ <div class="dot"></div>
152
+ <div class="dot"></div>
153
+ <div style="color:#D0D0D0;font-size:32px;font-weight:700;">oyo</div>
154
+ <div class="dot" style="width:10px;height:10px;"></div>
155
+ </div>
156
+ <div class="status-right">
157
+ <!-- WiFi -->
158
+ <svg viewBox="0 0 24 24" width="54" height="54">
159
+ <path d="M2 8c5-5 15-5 20 0"></path>
160
+ <path d="M5 11c4-4 10-4 14 0"></path>
161
+ <path d="M8 14c3-3 7-3 10 0"></path>
162
+ <circle cx="12" cy="18" r="2" fill="#fff" stroke="none"></circle>
163
+ </svg>
164
+ <!-- Battery -->
165
+ <svg viewBox="0 0 28 24" width="54" height="54">
166
+ <rect x="2" y="6" width="20" height="12" rx="2"></rect>
167
+ <rect x="23" y="9" width="3" height="6" rx="1"></rect>
168
+ <rect x="4" y="8" width="12" height="8" rx="1" fill="#fff" stroke="none"></rect>
169
+ </svg>
170
+ </div>
171
+ </div>
172
+
173
+ <div class="screen-content">
174
+ <div class="page-title">DAILY</div>
175
+
176
+ <div class="promo-row">
177
+ <!-- Promo Card: Steps Goal -->
178
+ <div class="card small">
179
+ <div style="font-size:42px;font-weight:800;display:flex;align-items:center;gap:12px;">
180
+ <span>🏃</span>
181
+ <span>TRACK DAILY STEPS AND<br>KEEP YOU MOTIVATED!</span>
182
+ </div>
183
+ <div class="promo-text"></div>
184
+ <div class="cta">SET A GOAL</div>
185
+ </div>
186
+
187
+ <!-- Promo Card: Water / Unlock -->
188
+ <div class="card small">
189
+ <div style="font-size:42px;font-weight:800;display:flex;align-items:center;gap:12px;">
190
+ <span>💧</span>
191
+ <span>KEEP YOU HEALTHY AND<br>HELP YOU LOSE WEIGHT.</span>
192
+ </div>
193
+ <div class="promo-text"></div>
194
+ <div class="cta" style="display:flex;justify-content:center;align-items:center;gap:18px;">
195
+ <svg viewBox="0 0 24 24" width="40" height="40" style="stroke:#fff;fill:none;stroke-width:2.5;">
196
+ <rect x="5" y="10" width="14" height="10" rx="2"></rect>
197
+ <path d="M8 10V7a4 4 0 0 1 8 0v3"></path>
198
+ </svg>
199
+ <span>UNLOCK</span>
200
+ </div>
201
+ </div>
202
+ </div>
203
+
204
+ <!-- Weight Card -->
205
+ <div class="card section-card">
206
+ <div class="section-header accent-purple">
207
+ <!-- Scale icon -->
208
+ <svg viewBox="0 0 24 24" width="46" height="46" style="stroke:#9C6BFF;fill:none;stroke-width:2.5;">
209
+ <circle cx="12" cy="12" r="9"></circle>
210
+ <path d="M12 12l3-4"></path>
211
+ <rect x="8" y="14" width="8" height="4" rx="1" style="fill:#9C6BFF;stroke:none;"></rect>
212
+ </svg>
213
+ <span style="color:#FFFFFF">Weight</span>
214
+ </div>
215
+
216
+ <div class="badge-icon">
217
+ <!-- Decorative scale -->
218
+ <svg viewBox="0 0 24 24" width="80" height="80" style="stroke:#9C6BFF;fill:none;stroke-width:2.5;">
219
+ <rect x="5" y="6" width="14" height="12" rx="6"></rect>
220
+ <path d="M12 10l2-2"></path>
221
+ <rect x="9" y="12" width="6" height="4" rx="2" style="fill:#9C6BFF;stroke:none;"></rect>
222
+ </svg>
223
+ </div>
224
+
225
+ <div class="value-row">
226
+ <div class="value-main">176.4</div>
227
+ <div class="value-unit">lbs</div>
228
+ <div class="value-extra">| 11.0 lbs left</div>
229
+ </div>
230
+
231
+ <div class="primary-btn">UPDATE WEIGHT</div>
232
+ </div>
233
+
234
+ <!-- Workout Card -->
235
+ <div class="metric-card">
236
+ <div class="metric-top">
237
+ <div class="metric-title accent-red">
238
+ <svg viewBox="0 0 24 24" width="46" height="46" style="stroke:#E15651;fill:none;stroke-width:2.5;">
239
+ <circle cx="12" cy="12" r="8"></circle>
240
+ <path d="M12 4v3M12 12l4 2"></path>
241
+ </svg>
242
+ <span style="color:#FFFFFF">Workout</span>
243
+ </div>
244
+ <div class="avg-info">
245
+ <div>Weekly Average</div>
246
+ <div style="color:#fff;font-weight:800;">3 min</div>
247
+ </div>
248
+ </div>
249
+
250
+ <div class="metric-value">3<span class="unit">min</span></div>
251
+
252
+ <div class="graph">
253
+ <div class="dashed"></div>
254
+ <div class="week">
255
+ <div class="day"><div class="dot-red"></div><div class="day-label">S</div></div>
256
+ <div class="day"><div class="dot-red"></div><div class="day-label">M</div></div>
257
+ <div class="day"><div class="dot-red"></div><div class="day-label">T</div></div>
258
+ <div class="day"><div class="dot-red"></div><div class="day-label">W</div></div>
259
+ <div class="day"><div class="dot-red"></div><div class="day-label">T</div></div>
260
+ <div class="day"><div class="dot-red"></div><div class="day-label">F</div></div>
261
+ <div class="day"><div class="dot-red"></div><div class="day-label">S</div></div>
262
+ </div>
263
+ <div class="bar-red"></div>
264
+ </div>
265
+ </div>
266
+
267
+ <!-- Calorie Card -->
268
+ <div class="metric-card" style="margin-top:26px;">
269
+ <div class="metric-top">
270
+ <div class="metric-title accent-orange">
271
+ <svg viewBox="0 0 24 24" width="46" height="46" style="stroke:#F39C3D;fill:none;stroke-width:2.5;">
272
+ <path d="M12 3c-2 3-1 5 1 7-5 0-8 3-8 6 0 3 3 5 7 5s7-2 7-5c0-4-3-6-5-8 0-2 1-3 2-5" />
273
+ </svg>
274
+ <span style="color:#FFFFFF">Calorie</span>
275
+ </div>
276
+ <div class="avg-info">
277
+ <div>Weekly Average</div>
278
+ <div style="color:#fff;font-weight:800;">31 Calories</div>
279
+ </div>
280
+ </div>
281
+
282
+ <div class="metric-value">31<span class="unit">Calories</span></div>
283
+
284
+ <div class="graph">
285
+ <div class="dashed"></div>
286
+ <div class="week">
287
+ <div class="day"><div class="dot-orange"></div><div class="day-label">S</div></div>
288
+ <div class="day"><div class="dot-orange"></div><div class="day-label">M</div></div>
289
+ <div class="day"><div class="dot-orange"></div><div class="day-label">T</div></div>
290
+ <div class="day"><div class="dot-orange"></div><div class="day-label">W</div></div>
291
+ <div class="day"><div class="dot-orange"></div><div class="day-label">T</div></div>
292
+ <div class="day"><div class="dot-orange"></div><div class="day-label">F</div></div>
293
+ <div class="day"><div class="dot-orange"></div><div class="day-label">S</div></div>
294
+ </div>
295
+ <div class="bar-orange"></div>
296
+ </div>
297
+ </div>
298
+ </div>
299
+
300
+ <!-- 3-dot menu near top-right -->
301
+ <div class="ellipsis"><span></span><span></span><span></span></div>
302
+
303
+ <!-- Bottom Navigation -->
304
+ <div class="bottom-nav">
305
+ <div class="nav-item">
306
+ <svg viewBox="0 0 24 24">
307
+ <rect x="4" y="5" width="16" height="5" rx="1"></rect>
308
+ <rect x="4" y="12" width="16" height="5" rx="1"></rect>
309
+ </svg>
310
+ <div>PLAN</div>
311
+ </div>
312
+ <div class="nav-item">
313
+ <svg viewBox="0 0 24 24">
314
+ <path d="M5 19c9-1 11-9 5-12C8 8 6 11 7 14c5 1 7-5 7-9" />
315
+ </svg>
316
+ <div>WORKOUTS</div>
317
+ </div>
318
+ <div class="nav-item active">
319
+ <svg viewBox="0 0 24 24">
320
+ <rect x="3" y="6" width="18" height="14" rx="2"></rect>
321
+ <path d="M7 3v4M17 3v4M3 10h18"></path>
322
+ </svg>
323
+ <div>DAILY</div>
324
+ </div>
325
+ <div class="nav-item">
326
+ <svg viewBox="0 0 24 24">
327
+ <circle cx="12" cy="8" r="4"></circle>
328
+ <path d="M4 21c2-4 6-6 8-6s6 2 8 6" />
329
+ </svg>
330
+ <div>ME</div>
331
+ </div>
332
+ </div>
333
+ </div>
334
+ </body>
335
+ </html>
code/10373/10373_0.html ADDED
@@ -0,0 +1,331 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Editor - Page Animations</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Inter, Arial, sans-serif; }
9
+ #render-target {
10
+ position: relative;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ overflow: hidden;
14
+ background: #0f0f10;
15
+ color: #fff;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ height: 96px;
21
+ padding: 0 28px;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ color: #fff;
26
+ font-weight: 600;
27
+ letter-spacing: 0.5px;
28
+ font-size: 36px;
29
+ }
30
+ .status-icons {
31
+ display: flex;
32
+ align-items: center;
33
+ gap: 18px;
34
+ }
35
+ .dot {
36
+ width: 12px; height: 12px; border-radius: 50%; background:#d8d8d8; opacity: .85;
37
+ }
38
+
39
+ /* Toolbar */
40
+ .toolbar {
41
+ height: 120px;
42
+ display: flex;
43
+ align-items: center;
44
+ gap: 44px;
45
+ padding: 0 36px;
46
+ border-top: 1px solid #1d1d1f;
47
+ border-bottom: 1px solid #1d1d1f;
48
+ }
49
+ .tool {
50
+ width: 72px; height: 72px; display: flex; align-items: center; justify-content: center;
51
+ color: #fff;
52
+ }
53
+ .tool svg { width: 54px; height: 54px; }
54
+
55
+ /* Workspace */
56
+ .workspace {
57
+ position: absolute;
58
+ left: 0;
59
+ right: 0;
60
+ top: 216px; /* below status + toolbar */
61
+ bottom: 640px; /* leave space for bottom sheet */
62
+ background: #2b2b2d;
63
+ }
64
+ .canvas-wrap {
65
+ position: absolute;
66
+ top: 140px;
67
+ left: 40px;
68
+ right: 40px;
69
+ bottom: 140px;
70
+ display: flex;
71
+ align-items: center;
72
+ justify-content: center;
73
+ }
74
+ .artboard {
75
+ width: 1000px;
76
+ height: 620px;
77
+ background: #ffffff;
78
+ box-shadow: 0 0 0 1px #cfcfcf inset;
79
+ position: relative;
80
+ }
81
+ .photo-placeholder {
82
+ position: absolute;
83
+ width: 420px;
84
+ height: 720px;
85
+ left: 560px;
86
+ top: -40px;
87
+ background: #E0E0E0;
88
+ border: 1px solid #BDBDBD;
89
+ display: flex; align-items: center; justify-content: center;
90
+ color: #757575; font-weight: 600;
91
+ }
92
+
93
+ /* Bottom sheet */
94
+ .bottom-sheet {
95
+ position: absolute;
96
+ left: 0; right: 0; bottom: 0;
97
+ height: 640px;
98
+ background: #101012;
99
+ border-top-left-radius: 24px;
100
+ border-top-right-radius: 24px;
101
+ box-shadow: 0 -8px 24px rgba(0,0,0,0.5);
102
+ }
103
+ .sheet-header {
104
+ display: flex;
105
+ align-items: center;
106
+ justify-content: center;
107
+ height: 120px;
108
+ position: relative;
109
+ }
110
+ .sheet-header .title {
111
+ font-size: 56px;
112
+ font-weight: 700;
113
+ letter-spacing: 0.2px;
114
+ }
115
+ .sheet-header .left,
116
+ .sheet-header .right {
117
+ position: absolute; top: 0; height: 100%; display: flex; align-items: center;
118
+ }
119
+ .sheet-header .left { left: 24px; }
120
+ .sheet-header .right { right: 24px; }
121
+
122
+ .options {
123
+ padding: 8px 40px 0;
124
+ }
125
+ .checkbox-row {
126
+ display: flex; align-items: center; gap: 18px;
127
+ font-size: 34px; color: #e9e9e9;
128
+ margin: 22px 0;
129
+ }
130
+ .checkbox {
131
+ width: 44px; height: 44px; border: 2px solid #5a5a5f; border-radius: 8px;
132
+ box-sizing: border-box;
133
+ }
134
+
135
+ .btn-row {
136
+ display: flex; gap: 24px;
137
+ padding: 28px 32px 16px;
138
+ }
139
+ .btn {
140
+ flex: 1;
141
+ border: 2px solid #e9e9e9;
142
+ color: #ffffff;
143
+ border-radius: 18px;
144
+ padding: 22px 18px;
145
+ text-align: center;
146
+ font-size: 36px;
147
+ font-weight: 600;
148
+ background: transparent;
149
+ }
150
+
151
+ .sheet-tabs {
152
+ position: absolute; bottom: 36px; left: 0; right: 0;
153
+ display: flex; align-items: center; justify-content: space-around;
154
+ color: #cfcdf6;
155
+ font-size: 30px;
156
+ }
157
+ .tab {
158
+ display: flex; flex-direction: column; align-items: center; gap: 10px;
159
+ color: #a7a7ab;
160
+ }
161
+ .tab.active { color: #7c82ff; }
162
+ .tab svg { width: 40px; height: 40px; }
163
+
164
+ /* Home indicator */
165
+ .home-indicator {
166
+ position: absolute; bottom: 12px; left: 50%;
167
+ transform: translateX(-50%);
168
+ width: 220px; height: 10px; border-radius: 6px; background: #5b5b5f;
169
+ opacity: .9;
170
+ }
171
+ </style>
172
+ </head>
173
+ <body>
174
+ <div id="render-target">
175
+
176
+ <!-- Status bar -->
177
+ <div class="status-bar">
178
+ <div>7:13</div>
179
+ <div class="status-icons">
180
+ <div class="dot"></div>
181
+ <div class="dot"></div>
182
+ <div class="dot"></div>
183
+ <div class="dot"></div>
184
+ <!-- signal -->
185
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="#dcdcdc" stroke-width="2">
186
+ <path d="M2 18h2M2 14h4M2 10h6M2 6h8"></path>
187
+ </svg>
188
+ <!-- wifi -->
189
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="#dcdcdc" stroke-width="2">
190
+ <path d="M2.5 8.5a15 15 0 0 1 19 0"></path>
191
+ <path d="M5.5 11.5a10 10 0 0 1 13 0"></path>
192
+ <path d="M8.5 14.5a5 5 0 0 1 7 0"></path>
193
+ <circle cx="12" cy="18" r="1.6" fill="#dcdcdc" stroke="none"></circle>
194
+ </svg>
195
+ <!-- battery -->
196
+ <svg width="48" height="48" viewBox="0 0 28 16" fill="none" stroke="#dcdcdc" stroke-width="2">
197
+ <rect x="1" y="3" width="22" height="10" rx="2"></rect>
198
+ <rect x="3" y="5" width="12" height="6" fill="#dcdcdc" stroke="none"></rect>
199
+ <rect x="23.5" y="6" width="3.5" height="4" rx="1" fill="#dcdcdc" stroke="none"></rect>
200
+ </svg>
201
+ </div>
202
+ </div>
203
+
204
+ <!-- Toolbar -->
205
+ <div class="toolbar">
206
+ <!-- back -->
207
+ <div class="tool">
208
+ <svg viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
209
+ <path d="M15 18l-6-6 6-6"></path>
210
+ </svg>
211
+ </div>
212
+ <!-- play dashed -->
213
+ <div class="tool">
214
+ <svg viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2">
215
+ <circle cx="12" cy="12" r="9" stroke-dasharray="3 3"></circle>
216
+ <path d="M10 8l6 4-6 4z" fill="white" stroke="none"></path>
217
+ </svg>
218
+ </div>
219
+ <!-- layers -->
220
+ <div class="tool">
221
+ <svg viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2">
222
+ <path d="M12 3L3 8l9 5 9-5-9-5z"></path>
223
+ <path d="M3 12l9 5 9-5"></path>
224
+ </svg>
225
+ </div>
226
+ <!-- undo -->
227
+ <div class="tool">
228
+ <svg viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2">
229
+ <path d="M9 7H5v-4"></path>
230
+ <path d="M5 7a8 8 0 1 0 2.3-5.7"></path>
231
+ </svg>
232
+ </div>
233
+ <!-- more -->
234
+ <div class="tool" style="margin-left:auto">
235
+ <svg viewBox="0 0 24 24" fill="white">
236
+ <circle cx="12" cy="5" r="2"></circle>
237
+ <circle cx="12" cy="12" r="2"></circle>
238
+ <circle cx="12" cy="19" r="2"></circle>
239
+ </svg>
240
+ </div>
241
+ <!-- print -->
242
+ <div class="tool">
243
+ <svg viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2">
244
+ <path d="M6 9V3h12v6"></path>
245
+ <rect x="6" y="14" width="12" height="7"></rect>
246
+ <path d="M6 12h12a3 3 0 0 0 0-6H6a3 3 0 0 0 0 6z"></path>
247
+ </svg>
248
+ </div>
249
+ <!-- share -->
250
+ <div class="tool">
251
+ <svg viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2">
252
+ <path d="M12 5v10"></path>
253
+ <path d="M8 9l4-4 4 4"></path>
254
+ <path d="M5 19h14"></path>
255
+ </svg>
256
+ </div>
257
+ </div>
258
+
259
+ <!-- Workspace with artboard -->
260
+ <div class="workspace">
261
+ <div class="canvas-wrap">
262
+ <div class="artboard">
263
+ <div class="photo-placeholder">[IMG: Photo]</div>
264
+ </div>
265
+ </div>
266
+ </div>
267
+
268
+ <!-- Bottom Sheet -->
269
+ <div class="bottom-sheet">
270
+ <div class="sheet-header">
271
+ <div class="left">
272
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2">
273
+ <path d="M15 18l-6-6 6-6"></path>
274
+ </svg>
275
+ </div>
276
+ <div class="title">Page Animations</div>
277
+ <div class="right">
278
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2">
279
+ <path d="M18 6L6 18M6 6l12 12"></path>
280
+ </svg>
281
+ </div>
282
+ </div>
283
+
284
+ <div class="options">
285
+ <div class="checkbox-row">
286
+ <div class="checkbox"></div>
287
+ <div>Apply same animation to all pages</div>
288
+ </div>
289
+ <div class="checkbox-row">
290
+ <div class="checkbox"></div>
291
+ <div>Animate elements together</div>
292
+ </div>
293
+ </div>
294
+
295
+ <div class="btn-row">
296
+ <div class="btn">Zoom Out</div>
297
+ <div class="btn">Light Speed In</div>
298
+ <div class="btn">Back In Down</div>
299
+ <div class="btn">Pan</div>
300
+ </div>
301
+
302
+ <div class="sheet-tabs">
303
+ <div class="tab active">
304
+ <svg viewBox="0 0 24 24" fill="none" stroke="#7c82ff" stroke-width="2">
305
+ <circle cx="12" cy="12" r="9"></circle>
306
+ <circle cx="12" cy="12" r="2" fill="#7c82ff" stroke="none"></circle>
307
+ </svg>
308
+ <div>Animations</div>
309
+ </div>
310
+ <div class="tab">
311
+ <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
312
+ <path d="M4 12h16"></path>
313
+ <path d="M12 4v16"></path>
314
+ </svg>
315
+ <div>Duration</div>
316
+ </div>
317
+ <div class="tab">
318
+ <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
319
+ <rect x="3" y="5" width="6" height="6"></rect>
320
+ <rect x="15" y="5" width="6" height="6"></rect>
321
+ <rect x="3" y="15" width="6" height="6"></rect>
322
+ </svg>
323
+ <div>Manage pages</div>
324
+ </div>
325
+ </div>
326
+ </div>
327
+
328
+ <div class="home-indicator"></div>
329
+ </div>
330
+ </body>
331
+ </html>