yhzheng1031 commited on
Commit
4df766b
ยท
verified ยท
1 Parent(s): 13a3921

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/20107/20107_4.html +181 -0
  2. code/20147/20147_9.html +306 -0
  3. code/20150/20150_4.html +305 -0
  4. code/20150/20150_6.html +316 -0
  5. code/20151/20151_1.html +213 -0
  6. code/20151/20151_10.html +114 -0
  7. code/20151/20151_2.html +224 -0
  8. code/20151/20151_3.html +171 -0
  9. code/20151/20151_4.html +202 -0
  10. code/20151/20151_5.html +176 -0
  11. code/20151/20151_6.html +117 -0
  12. code/20151/20151_7.html +190 -0
  13. code/20151/20151_8.html +231 -0
  14. code/20151/20151_9.html +164 -0
  15. code/20157/20157_0.html +448 -0
  16. code/20157/20157_1.html +380 -0
  17. code/20157/20157_2.html +287 -0
  18. code/20157/20157_3.html +345 -0
  19. code/20157/20157_4.html +285 -0
  20. code/20157/20157_5.html +293 -0
  21. code/20157/20157_6.html +229 -0
  22. code/20157/20157_7.html +270 -0
  23. code/20158/20158_0.html +343 -0
  24. code/20158/20158_1.html +138 -0
  25. code/20158/20158_2.html +311 -0
  26. code/20158/20158_3.html +251 -0
  27. code/20158/20158_4.html +339 -0
  28. code/20158/20158_5.html +317 -0
  29. code/20158/20158_6.html +177 -0
  30. code/20158/20158_7.html +205 -0
  31. code/20159/20159_0.html +264 -0
  32. code/20159/20159_1.html +196 -0
  33. code/20161/20161_0.html +290 -0
  34. code/20161/20161_1.html +231 -0
  35. code/20161/20161_2.html +219 -0
  36. code/20161/20161_3.html +293 -0
  37. code/20161/20161_4.html +316 -0
  38. code/20161/20161_5.html +346 -0
  39. code/20163/20163_0.html +313 -0
  40. code/20163/20163_1.html +232 -0
  41. code/20163/20163_2.html +226 -0
  42. code/20163/20163_3.html +245 -0
  43. code/20163/20163_4.html +273 -0
  44. code/20163/20163_5.html +237 -0
  45. code/20163/20163_6.html +366 -0
  46. code/20163/20163_7.html +481 -0
  47. code/20163/20163_8.html +309 -0
  48. code/20166/20166_0.html +232 -0
  49. code/20166/20166_1.html +313 -0
  50. code/20166/20166_2.html +342 -0
code/20107/20107_4.html ADDED
@@ -0,0 +1,181 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Daily Activity UI</title>
5
+ <style>
6
+ body {
7
+ margin: 0;
8
+ padding: 0;
9
+ background: transparent;
10
+ font-family: Arial, Helvetica, sans-serif;
11
+ }
12
+ #render-target {
13
+ width: 1080px;
14
+ height: 2400px;
15
+ position: relative;
16
+ overflow: hidden;
17
+ background: #ffffff;
18
+ }
19
+
20
+ /* Status bar */
21
+ .status-bar {
22
+ position: absolute;
23
+ top: 0;
24
+ left: 0;
25
+ width: 1080px;
26
+ height: 96px;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ padding: 0 36px;
31
+ box-sizing: border-box;
32
+ }
33
+ .status-left {
34
+ display: flex;
35
+ align-items: center;
36
+ gap: 16px;
37
+ color: #2b3a45;
38
+ font-size: 36px;
39
+ font-weight: 600;
40
+ }
41
+ .status-right {
42
+ display: flex;
43
+ align-items: center;
44
+ gap: 26px;
45
+ }
46
+ .icon {
47
+ width: 36px;
48
+ height: 36px;
49
+ }
50
+ .icon.small {
51
+ width: 30px;
52
+ height: 30px;
53
+ }
54
+ /* Header */
55
+ .app-header {
56
+ position: absolute;
57
+ top: 96px;
58
+ left: 0;
59
+ width: 1080px;
60
+ height: 180px;
61
+ display: flex;
62
+ align-items: center;
63
+ gap: 24px;
64
+ padding: 0 36px;
65
+ box-sizing: border-box;
66
+ }
67
+ .back-btn {
68
+ width: 72px;
69
+ height: 72px;
70
+ display: flex;
71
+ align-items: center;
72
+ justify-content: center;
73
+ }
74
+ .title {
75
+ color: #1f2d3a;
76
+ font-size: 72px;
77
+ font-weight: 700;
78
+ letter-spacing: 0.5px;
79
+ }
80
+
81
+ /* Content blocks */
82
+ .content {
83
+ position: absolute;
84
+ top: 300px;
85
+ left: 0;
86
+ width: 100%;
87
+ padding: 0 48px;
88
+ box-sizing: border-box;
89
+ }
90
+ .item {
91
+ margin-bottom: 150px;
92
+ }
93
+ .item .label {
94
+ font-size: 52px;
95
+ color: #22313d;
96
+ font-weight: 700;
97
+ margin-bottom: 16px;
98
+ }
99
+ .item .value {
100
+ font-size: 48px;
101
+ color: #8c97a1;
102
+ font-weight: 700;
103
+ }
104
+
105
+ /* Gesture bar */
106
+ .gesture-bar {
107
+ position: absolute;
108
+ bottom: 40px;
109
+ left: 50%;
110
+ transform: translateX(-50%);
111
+ width: 480px;
112
+ height: 14px;
113
+ background: #9aa0a6;
114
+ border-radius: 10px;
115
+ opacity: 0.8;
116
+ }
117
+ </style>
118
+ </head>
119
+ <body>
120
+ <div id="render-target">
121
+ <!-- Status Bar -->
122
+ <div class="status-bar">
123
+ <div class="status-left">
124
+ <div>6:25</div>
125
+ <!-- Cloud icon -->
126
+ <svg class="icon small" viewBox="0 0 24 24">
127
+ <path d="M8 17h8a4 4 0 0 0 0-8h-.2A5.2 5.2 0 0 0 6 10.5 3.5 3.5 0 0 0 8 17z" fill="#7b8793"></path>
128
+ </svg>
129
+ </div>
130
+ <div class="status-right">
131
+ <!-- Location pin -->
132
+ <svg class="icon" viewBox="0 0 24 24">
133
+ <path d="M12 2a7 7 0 0 0-7 7c0 5 7 13 7 13s7-8 7-13a7 7 0 0 0-7-7zm0 9a2 2 0 1 1 0-4 2 2 0 0 1 0 4z" fill="#657281"></path>
134
+ </svg>
135
+ <!-- WiFi icon -->
136
+ <svg class="icon" viewBox="0 0 24 24">
137
+ <path d="M2 8c5-4 15-4 20 0" stroke="#657281" stroke-width="2" fill="none" stroke-linecap="round"/>
138
+ <path d="M5 12c3-3 11-3 14 0" stroke="#657281" stroke-width="2" fill="none" stroke-linecap="round"/>
139
+ <path d="M9 16c2-2 4-2 6 0" stroke="#657281" stroke-width="2" fill="none" stroke-linecap="round"/>
140
+ <circle cx="12" cy="19" r="1.8" fill="#657281"/>
141
+ </svg>
142
+ <!-- Battery icon -->
143
+ <svg class="icon" viewBox="0 0 28 24">
144
+ <rect x="2" y="6" width="20" height="12" rx="2" ry="2" stroke="#657281" stroke-width="2" fill="none"/>
145
+ <rect x="4" y="8" width="14" height="8" fill="#657281"/>
146
+ <rect x="22" y="9" width="3" height="6" rx="1" fill="#657281"/>
147
+ </svg>
148
+ </div>
149
+ </div>
150
+
151
+ <!-- Header -->
152
+ <div class="app-header">
153
+ <div class="back-btn">
154
+ <svg class="icon" viewBox="0 0 24 24">
155
+ <path d="M15 5L7 12l8 7" stroke="#1f2d3a" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
156
+ </svg>
157
+ </div>
158
+ <div class="title">Daily Activity</div>
159
+ </div>
160
+
161
+ <!-- Content -->
162
+ <div class="content">
163
+ <div class="item">
164
+ <div class="label">Steps</div>
165
+ <div class="value">10,000</div>
166
+ </div>
167
+ <div class="item">
168
+ <div class="label">Distance</div>
169
+ <div class="value">8.05 km</div>
170
+ </div>
171
+ <div class="item">
172
+ <div class="label">Calories</div>
173
+ <div class="value">2,090</div>
174
+ </div>
175
+ </div>
176
+
177
+ <!-- Bottom gesture bar -->
178
+ <div class="gesture-bar"></div>
179
+ </div>
180
+ </body>
181
+ </html>
code/20147/20147_9.html ADDED
@@ -0,0 +1,306 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Task Detail UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
8
+ #render-target {
9
+ position: relative;
10
+ overflow: hidden;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ background: #f2f3f5;
14
+ }
15
+
16
+ /* Background app header (behind the sheet) */
17
+ .app-header {
18
+ position: absolute;
19
+ top: 80px;
20
+ left: 0;
21
+ width: 100%;
22
+ height: 160px;
23
+ text-align: center;
24
+ color: #121212;
25
+ }
26
+ .app-header .title {
27
+ font-weight: 800;
28
+ font-size: 54px;
29
+ letter-spacing: 1px;
30
+ margin-top: 40px;
31
+ }
32
+ .app-header .pill {
33
+ display: inline-block;
34
+ width: 140px;
35
+ height: 18px;
36
+ background: #e8e8ea;
37
+ border-radius: 12px;
38
+ margin-top: 16px;
39
+ }
40
+
41
+ /* White bottom sheet */
42
+ .sheet {
43
+ position: absolute;
44
+ top: 180px;
45
+ left: 0;
46
+ width: 100%;
47
+ height: 2100px;
48
+ background: #ffffff;
49
+ border-top-left-radius: 42px;
50
+ border-top-right-radius: 42px;
51
+ box-shadow: 0 -6px 20px rgba(0,0,0,0.15);
52
+ }
53
+
54
+ /* Top controls inside sheet */
55
+ .sheet-header {
56
+ display: flex;
57
+ align-items: center;
58
+ justify-content: space-between;
59
+ padding: 36px 48px 12px 48px;
60
+ }
61
+ .circle-btn {
62
+ width: 56px;
63
+ height: 56px;
64
+ border-radius: 50%;
65
+ background: #f3f4f6;
66
+ display: flex;
67
+ align-items: center;
68
+ justify-content: center;
69
+ box-shadow: 0 2px 6px rgba(0,0,0,0.08) inset;
70
+ }
71
+ .save-link {
72
+ color: #0a84ff;
73
+ font-size: 40px;
74
+ font-weight: 600;
75
+ }
76
+
77
+ /* Breadcrumb */
78
+ .breadcrumb {
79
+ display: flex;
80
+ align-items: center;
81
+ color: #8b8f96;
82
+ font-size: 34px;
83
+ padding: 0 48px;
84
+ gap: 16px;
85
+ }
86
+
87
+ /* Title */
88
+ .task-title {
89
+ padding: 16px 48px 0 48px;
90
+ font-size: 86px;
91
+ font-weight: 800;
92
+ color: #0b0b0c;
93
+ }
94
+
95
+ /* Action pills */
96
+ .actions {
97
+ padding: 24px 48px 0 48px;
98
+ }
99
+ .pill {
100
+ display: flex;
101
+ align-items: center;
102
+ gap: 28px;
103
+ background: #f7f7f8;
104
+ border-radius: 64px;
105
+ padding: 28px 36px;
106
+ margin-bottom: 28px;
107
+ box-shadow: 0 8px 20px rgba(0,0,0,0.08);
108
+ }
109
+ .pill .icon-wrap {
110
+ width: 72px;
111
+ height: 72px;
112
+ border-radius: 36px;
113
+ display: flex;
114
+ align-items: center;
115
+ justify-content: center;
116
+ flex: 0 0 72px;
117
+ }
118
+ .pill .label {
119
+ font-size: 38px;
120
+ font-weight: 600;
121
+ color: #232427;
122
+ }
123
+ .icon-blue { background: #e8f0ff; }
124
+ .icon-red { background: #ffecef; }
125
+ .icon-yellow { background: #fff6e0; }
126
+
127
+ /* Add Tag dashed pill */
128
+ .add-tag {
129
+ margin: 6px 0 10px 48px;
130
+ display: inline-flex;
131
+ align-items: center;
132
+ justify-content: center;
133
+ height: 86px;
134
+ padding: 0 36px;
135
+ border-radius: 44px;
136
+ border: 2px dashed #b7bac0;
137
+ color: #7b8088;
138
+ font-weight: 600;
139
+ font-size: 34px;
140
+ }
141
+
142
+ /* Section titles */
143
+ .section-title {
144
+ padding: 24px 48px;
145
+ font-size: 34px;
146
+ letter-spacing: 1px;
147
+ color: #2a2b2f;
148
+ font-weight: 700;
149
+ }
150
+
151
+ /* Subtask input */
152
+ .subtask-input {
153
+ margin: 0 48px 36px 48px;
154
+ background: #ffffff;
155
+ border-radius: 28px;
156
+ border: 1px solid #eceef1;
157
+ box-shadow: 0 4px 14px rgba(0,0,0,0.08);
158
+ height: 140px;
159
+ display: flex;
160
+ align-items: center;
161
+ padding: 0 36px;
162
+ gap: 28px;
163
+ }
164
+ .subtask-input .circle {
165
+ width: 60px;
166
+ height: 60px;
167
+ border-radius: 50%;
168
+ border: 3px solid #cfd3d8;
169
+ flex: 0 0 60px;
170
+ }
171
+ .subtask-input .placeholder {
172
+ color: #9ca0a6;
173
+ font-size: 38px;
174
+ font-weight: 500;
175
+ }
176
+
177
+ /* Dashed boxes */
178
+ .dashed-box {
179
+ margin: 0 48px 36px 48px;
180
+ height: 200px;
181
+ border: 2px dashed #b7bac0;
182
+ border-radius: 28px;
183
+ display: flex;
184
+ align-items: center;
185
+ justify-content: center;
186
+ color: #8b8f96;
187
+ font-size: 42px;
188
+ font-weight: 700;
189
+ background: #ffffff;
190
+ }
191
+
192
+ /* Bottom system bar */
193
+ .system-bar {
194
+ position: absolute;
195
+ bottom: 0;
196
+ left: 0;
197
+ width: 100%;
198
+ height: 160px;
199
+ background: #0c0c0c;
200
+ display: flex;
201
+ align-items: center;
202
+ justify-content: center;
203
+ }
204
+ .home-indicator {
205
+ width: 220px;
206
+ height: 14px;
207
+ background: #d1d1d1;
208
+ border-radius: 8px;
209
+ }
210
+
211
+ /* Simple icon styling */
212
+ svg { display: block; }
213
+ </style>
214
+ </head>
215
+ <body>
216
+ <div id="render-target">
217
+
218
+ <!-- Background header (behind sheet) -->
219
+ <div class="app-header">
220
+ <div class="title">ALL TASKS</div>
221
+ <div class="pill"></div>
222
+ </div>
223
+
224
+ <!-- White rounded sheet -->
225
+ <div class="sheet">
226
+ <div class="sheet-header">
227
+ <div class="circle-btn" aria-label="More options">
228
+ <!-- vertical dots icon -->
229
+ <svg width="24" height="24" viewBox="0 0 24 24">
230
+ <circle cx="12" cy="5" r="2.5" fill="#7c8189"></circle>
231
+ <circle cx="12" cy="12" r="2.5" fill="#7c8189"></circle>
232
+ <circle cx="12" cy="19" r="2.5" fill="#7c8189"></circle>
233
+ </svg>
234
+ </div>
235
+ <div class="save-link">Save</div>
236
+ </div>
237
+
238
+ <div class="breadcrumb">
239
+ <!-- lock icon -->
240
+ <svg width="32" height="32" viewBox="0 0 24 24">
241
+ <path d="M7 10V7a5 5 0 0 1 10 0v3" stroke="#9aa0a6" stroke-width="2" fill="none" stroke-linecap="round"/>
242
+ <rect x="5" y="10" width="14" height="10" rx="2" ry="2" fill="none" stroke="#9aa0a6" stroke-width="2"/>
243
+ </svg>
244
+ <span>My lists &gt; Personal</span>
245
+ </div>
246
+
247
+ <div class="task-title">Boxing classes</div>
248
+
249
+ <div class="actions">
250
+ <div class="pill">
251
+ <div class="icon-wrap icon-blue">
252
+ <!-- target icon -->
253
+ <svg width="34" height="34" viewBox="0 0 24 24">
254
+ <circle cx="12" cy="12" r="9" stroke="#0a84ff" stroke-width="2" fill="none"/>
255
+ <circle cx="12" cy="12" r="4" stroke="#0a84ff" stroke-width="2" fill="none"/>
256
+ <circle cx="12" cy="12" r="1.8" fill="#0a84ff"/>
257
+ </svg>
258
+ </div>
259
+ <div class="label">Remove from My Day</div>
260
+ </div>
261
+
262
+ <div class="pill">
263
+ <div class="icon-wrap icon-red">
264
+ <!-- bell icon -->
265
+ <svg width="34" height="34" viewBox="0 0 24 24">
266
+ <path d="M12 21a2 2 0 0 0 2-2H10a2 2 0 0 0 2 2z" fill="#ff3b30"/>
267
+ <path d="M4 16h16l-2-3V9a6 6 0 1 0-12 0v4l-2 3z" fill="none" stroke="#ff3b30" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
268
+ </svg>
269
+ </div>
270
+ <div class="label">Remind Me</div>
271
+ </div>
272
+
273
+ <div class="pill">
274
+ <div class="icon-wrap icon-yellow">
275
+ <!-- tag/document icon -->
276
+ <svg width="34" height="34" viewBox="0 0 24 24">
277
+ <rect x="5" y="4" width="14" height="16" rx="2" fill="none" stroke="#f5a623" stroke-width="2"/>
278
+ <path d="M8 8h8M8 12h8M8 16h6" stroke="#f5a623" stroke-width="2" stroke-linecap="round"/>
279
+ </svg>
280
+ </div>
281
+ <div class="label">Personal</div>
282
+ </div>
283
+ </div>
284
+
285
+ <div class="add-tag">Add Tag</div>
286
+
287
+ <div class="section-title">SUBTASKS</div>
288
+ <div class="subtask-input">
289
+ <div class="circle"></div>
290
+ <div class="placeholder">Add a new subtask</div>
291
+ </div>
292
+
293
+ <div class="section-title">NOTES</div>
294
+ <div class="dashed-box">Tap to add notes</div>
295
+
296
+ <div class="section-title">ATTACHMENTS</div>
297
+ <div class="dashed-box">Tap to add files</div>
298
+ </div>
299
+
300
+ <!-- Bottom system bar -->
301
+ <div class="system-bar">
302
+ <div class="home-indicator"></div>
303
+ </div>
304
+ </div>
305
+ </body>
306
+ </html>
code/20150/20150_4.html ADDED
@@ -0,0 +1,305 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>Search Suggestions UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px;
10
+ position: relative; overflow: hidden;
11
+ background: #FFFFFF;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ height: 96px;
17
+ padding: 0 32px;
18
+ display: flex;
19
+ align-items: center;
20
+ justify-content: space-between;
21
+ color: #222;
22
+ font-weight: 600;
23
+ font-size: 36px;
24
+ }
25
+ .status-icons {
26
+ display: flex; align-items: center; gap: 22px;
27
+ }
28
+ .status-dot { width: 14px; height: 14px; border-radius: 50%; background:#777; opacity: 0.5; }
29
+
30
+ /* Search bar */
31
+ .search-bar-wrap {
32
+ padding: 20px 32px 10px 32px;
33
+ }
34
+ .search-bar {
35
+ height: 100px;
36
+ border-radius: 50px;
37
+ border: 1px solid #D6D6D6;
38
+ background: #F5F5F7;
39
+ display: flex;
40
+ align-items: center;
41
+ padding: 0 26px;
42
+ gap: 22px;
43
+ }
44
+ .search-input {
45
+ flex: 1;
46
+ font-size: 40px;
47
+ color: #222;
48
+ }
49
+ .search-actions { display:flex; align-items:center; gap: 18px; }
50
+
51
+ /* Suggestions */
52
+ .suggestions {
53
+ padding: 10px 32px 0 32px;
54
+ }
55
+ .suggestion-item {
56
+ display: flex; align-items: center; gap: 26px;
57
+ padding: 30px 0;
58
+ font-size: 40px; color: #333;
59
+ }
60
+ .suggestion-item strong { font-weight: 700; }
61
+ .suggestion-icon {
62
+ width: 50px; height: 50px; display:flex; align-items:center; justify-content:center;
63
+ }
64
+
65
+ /* Keyboard */
66
+ .keyboard {
67
+ position: absolute; left: 0; right: 0; bottom: 0;
68
+ height: 900px;
69
+ background: #F0EAF6;
70
+ border-top-left-radius: 24px; border-top-right-radius: 24px;
71
+ padding: 24px 24px 30px 24px;
72
+ box-sizing: border-box;
73
+ }
74
+ .chip-row {
75
+ display: flex; gap: 18px; padding: 6px 6px 20px 6px;
76
+ }
77
+ .chip {
78
+ background: #E7DFF4; color:#333; font-size: 34px;
79
+ padding: 12px 22px; border-radius: 26px; border: 1px solid #D3C8EA;
80
+ display:flex; align-items:center; gap:10px;
81
+ }
82
+ .keys {
83
+ display: grid;
84
+ grid-template-columns: repeat(10, 1fr);
85
+ gap: 16px;
86
+ margin-bottom: 18px;
87
+ }
88
+ .keys.row2 { grid-template-columns: 0.6fr repeat(9, 1fr); } /* left inset */
89
+ .keys.row3 { grid-template-columns: 1.2fr repeat(7, 1fr) 1.4fr; } /* shift/backspace */
90
+ .key {
91
+ background: #FFFFFF;
92
+ border: 1px solid #D9D9E2;
93
+ border-radius: 22px;
94
+ height: 110px;
95
+ display:flex; align-items:center; justify-content:center;
96
+ font-size: 42px; color:#2A2A2A;
97
+ }
98
+ .bottom-row {
99
+ display: grid;
100
+ grid-template-columns: 1.3fr 1fr 1fr 5.2fr 1fr 1.6fr;
101
+ gap: 16px;
102
+ margin-top: 8px;
103
+ }
104
+ .key.secondary { font-size: 36px; color:#555; }
105
+ .space { font-size: 38px; color:#777; }
106
+ .key.icon { gap: 8px; }
107
+ /* Simple helpers for small icons inside keys */
108
+ .inline-svg { width: 44px; height: 44px; }
109
+
110
+ /* Divider pill for the search field */
111
+ .divider { width:1px; height:56px; background:#DDDDDD; }
112
+ </style>
113
+ </head>
114
+ <body>
115
+ <div id="render-target">
116
+
117
+ <!-- Status bar -->
118
+ <div class="status-bar">
119
+ <div>5:06</div>
120
+ <div class="status-icons">
121
+ <!-- simple icons approximating notifications -->
122
+ <div class="status-dot"></div>
123
+ <div class="status-dot"></div>
124
+ <svg width="44" height="44" viewBox="0 0 24 24">
125
+ <path d="M3 9c3-3 6-3 9 0" stroke="#555" stroke-width="2" fill="none" stroke-linecap="round"/>
126
+ <path d="M5.5 11.5c2-2 4-2 6 0" stroke="#555" stroke-width="2" fill="none" stroke-linecap="round"/>
127
+ <circle cx="12" cy="16" r="1.5" fill="#555"/>
128
+ </svg>
129
+ <svg width="48" height="44" viewBox="0 0 24 24">
130
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2" stroke="#555" stroke-width="2" fill="none"/>
131
+ <rect x="4" y="8" width="10" height="8" fill="#555"/>
132
+ </svg>
133
+ </div>
134
+ </div>
135
+
136
+ <!-- Search bar -->
137
+ <div class="search-bar-wrap">
138
+ <div class="search-bar">
139
+ <!-- back arrow -->
140
+ <div class="suggestion-icon">
141
+ <svg class="inline-svg" viewBox="0 0 24 24">
142
+ <path d="M15 4L7 12l8 8" stroke="#222" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
143
+ </svg>
144
+ </div>
145
+ <div class="search-input">Floor lamp</div>
146
+ <div class="search-actions">
147
+ <div class="divider"></div>
148
+ <!-- clear X -->
149
+ <svg class="inline-svg" viewBox="0 0 24 24">
150
+ <path d="M6 6l12 12M18 6L6 18" stroke="#222" stroke-width="2.5" stroke-linecap="round"/>
151
+ </svg>
152
+ </div>
153
+ </div>
154
+ </div>
155
+
156
+ <!-- Suggestions list -->
157
+ <div class="suggestions">
158
+ <div class="suggestion-item">
159
+ <div class="suggestion-icon">
160
+ <svg class="inline-svg" viewBox="0 0 24 24">
161
+ <circle cx="11" cy="11" r="7" stroke="#000" stroke-width="2" fill="none"/>
162
+ <path d="M20 20l-4-4" stroke="#000" stroke-width="2" stroke-linecap="round"/>
163
+ </svg>
164
+ </div>
165
+ <div>floor lamp</div>
166
+ </div>
167
+
168
+ <div class="suggestion-item">
169
+ <div class="suggestion-icon">
170
+ <svg class="inline-svg" viewBox="0 0 24 24">
171
+ <circle cx="11" cy="11" r="7" stroke="#000" stroke-width="2" fill="none"/>
172
+ <path d="M20 20l-4-4" stroke="#000" stroke-width="2" stroke-linecap="round"/>
173
+ </svg>
174
+ </div>
175
+ <div>floor lamps <strong>with shade</strong></div>
176
+ </div>
177
+
178
+ <div class="suggestion-item">
179
+ <div class="suggestion-icon">
180
+ <svg class="inline-svg" viewBox="0 0 24 24">
181
+ <circle cx="11" cy="11" r="7" stroke="#000" stroke-width="2" fill="none"/>
182
+ <path d="M20 20l-4-4" stroke="#000" stroke-width="2" stroke-linecap="round"/>
183
+ </svg>
184
+ </div>
185
+ <div>floor lamps <strong>lighting</strong></div>
186
+ </div>
187
+
188
+ <div class="suggestion-item">
189
+ <div class="suggestion-icon">
190
+ <!-- stacked squares icon -->
191
+ <svg class="inline-svg" viewBox="0 0 24 24">
192
+ <rect x="3" y="3" width="7" height="7" fill="#111"/>
193
+ <rect x="9" y="9" width="7" height="7" fill="#111"/>
194
+ <rect x="15" y="15" width="6" height="6" fill="#111"/>
195
+ </svg>
196
+ </div>
197
+ <div>Floor lamps</div>
198
+ </div>
199
+
200
+ <div class="suggestion-item">
201
+ <div class="suggestion-icon">
202
+ <svg class="inline-svg" viewBox="0 0 24 24">
203
+ <circle cx="11" cy="11" r="7" stroke="#000" stroke-width="2" fill="none"/>
204
+ <path d="M20 20l-4-4" stroke="#000" stroke-width="2" stroke-linecap="round"/>
205
+ </svg>
206
+ </div>
207
+ <div>floor lamp <strong>arched</strong></div>
208
+ </div>
209
+
210
+ <div class="suggestion-item">
211
+ <div class="suggestion-icon">
212
+ <svg class="inline-svg" viewBox="0 0 24 24">
213
+ <circle cx="11" cy="11" r="7" stroke="#000" stroke-width="2" fill="none"/>
214
+ <path d="M20 20l-4-4" stroke="#000" stroke-width="2" stroke-linecap="round"/>
215
+ </svg>
216
+ </div>
217
+ <div>floor lamp <strong>shade</strong></div>
218
+ </div>
219
+ </div>
220
+
221
+ <!-- Keyboard -->
222
+ <div class="keyboard">
223
+ <div class="chip-row">
224
+ <div class="chip">lamp</div>
225
+ <div class="chip">lamps</div>
226
+ <div class="chip">
227
+ <svg class="inline-svg" viewBox="0 0 24 24">
228
+ <rect x="3" y="9" width="18" height="6" rx="2" fill="#7A6FB6"/>
229
+ <circle cx="7" cy="12" r="2" fill="#FFF"/>
230
+ </svg>
231
+ <span> </span>
232
+ </div>
233
+ <div class="chip">
234
+ <svg class="inline-svg" viewBox="0 0 24 24">
235
+ <path d="M12 2l3 5h5l-4 3 2 6-6-3-6 3 2-6-4-3h5z" fill="#A9742A"/>
236
+ </svg>
237
+ <span> </span>
238
+ </div>
239
+ </div>
240
+
241
+ <!-- Row 1 -->
242
+ <div class="keys">
243
+ <div class="key">q</div>
244
+ <div class="key">w</div>
245
+ <div class="key">e</div>
246
+ <div class="key">r</div>
247
+ <div class="key">t</div>
248
+ <div class="key">y</div>
249
+ <div class="key">u</div>
250
+ <div class="key">i</div>
251
+ <div class="key">o</div>
252
+ <div class="key">p</div>
253
+ </div>
254
+ <!-- Row 2 -->
255
+ <div class="keys row2">
256
+ <div></div>
257
+ <div class="key">a</div>
258
+ <div class="key">s</div>
259
+ <div class="key">d</div>
260
+ <div class="key">f</div>
261
+ <div class="key">g</div>
262
+ <div class="key">h</div>
263
+ <div class="key">j</div>
264
+ <div class="key">k</div>
265
+ <div class="key">l</div>
266
+ </div>
267
+ <!-- Row 3 -->
268
+ <div class="keys row3">
269
+ <div class="key secondary">
270
+ <svg class="inline-svg" viewBox="0 0 24 24">
271
+ <path d="M12 5l6 7H6z" fill="#6F6BB1"/>
272
+ </svg>
273
+ </div>
274
+ <div class="key">z</div>
275
+ <div class="key">x</div>
276
+ <div class="key">c</div>
277
+ <div class="key">v</div>
278
+ <div class="key">b</div>
279
+ <div class="key">n</div>
280
+ <div class="key">m</div>
281
+ <div class="key icon">
282
+ <svg class="inline-svg" viewBox="0 0 24 24">
283
+ <path d="M3 7h14l4 4-4 4H3z" fill="#7A7A7A"/>
284
+ </svg>
285
+ </div>
286
+ </div>
287
+ <!-- Bottom row -->
288
+ <div class="bottom-row">
289
+ <div class="key secondary">?123</div>
290
+ <div class="key secondary">,</div>
291
+ <div class="key secondary">๐Ÿ˜Š</div>
292
+ <div class="key space">space</div>
293
+ <div class="key secondary">.</div>
294
+ <div class="key icon">
295
+ <svg class="inline-svg" viewBox="0 0 24 24">
296
+ <circle cx="11" cy="11" r="7" stroke="#6F6BB1" stroke-width="2" fill="none"/>
297
+ <path d="M20 20l-4-4" stroke="#6F6BB1" stroke-width="2" stroke-linecap="round"/>
298
+ </svg>
299
+ </div>
300
+ </div>
301
+ </div>
302
+
303
+ </div>
304
+ </body>
305
+ </html>
code/20150/20150_6.html ADDED
@@ -0,0 +1,316 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Product List - Floor Lamp</title>
6
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; color: #111; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ }
16
+
17
+ /* Header */
18
+ .header {
19
+ position: relative;
20
+ padding: 40px 40px 10px 40px;
21
+ }
22
+ .back-btn {
23
+ width: 80px; height: 80px; display: inline-flex; align-items: center; justify-content: center;
24
+ cursor: default;
25
+ }
26
+ .header-title {
27
+ position: absolute;
28
+ left: 0; right: 0;
29
+ top: 40px;
30
+ text-align: center;
31
+ font-size: 44px;
32
+ font-weight: 700;
33
+ }
34
+
35
+ /* Chips */
36
+ .chip-row {
37
+ padding: 20px 24px 0 24px;
38
+ display: flex;
39
+ gap: 24px;
40
+ overflow: hidden;
41
+ }
42
+ .chip {
43
+ padding: 26px 40px;
44
+ border-radius: 999px;
45
+ background: #F2F2F2;
46
+ font-size: 36px;
47
+ color: #222;
48
+ white-space: nowrap;
49
+ }
50
+ .chip.primary {
51
+ background: #ffffff;
52
+ border: 4px solid #111;
53
+ font-weight: 700;
54
+ }
55
+ .chips-underline {
56
+ height: 6px;
57
+ width: 160px;
58
+ background: #111;
59
+ margin: 26px 0 10px 40px;
60
+ border-radius: 3px;
61
+ }
62
+ .divider {
63
+ height: 2px; background: #EEEEEE; margin: 0 0 20px 0;
64
+ }
65
+
66
+ .results-info {
67
+ padding: 20px 40px;
68
+ font-size: 40px;
69
+ }
70
+
71
+ /* Products grid */
72
+ .products {
73
+ padding: 0 40px;
74
+ display: grid;
75
+ grid-template-columns: 1fr 1fr;
76
+ column-gap: 40px;
77
+ }
78
+ .card {
79
+ position: relative;
80
+ padding-bottom: 50px;
81
+ min-height: 960px;
82
+ }
83
+ .badge {
84
+ position: absolute;
85
+ top: 10px; left: 10px;
86
+ background: #111; color: #fff;
87
+ font-size: 34px; font-weight: 700;
88
+ border-radius: 14px;
89
+ padding: 18px 24px;
90
+ }
91
+ .badge.pink {
92
+ background: #E91E63;
93
+ }
94
+ .heart {
95
+ position: absolute;
96
+ top: 10px; right: 10px;
97
+ width: 72px; height: 72px;
98
+ display: inline-flex; align-items: center; justify-content: center;
99
+ }
100
+
101
+ .prod-img {
102
+ width: 100%;
103
+ height: 540px;
104
+ background: #E0E0E0;
105
+ border: 1px solid #BDBDBD;
106
+ display: flex; align-items: center; justify-content: center;
107
+ color: #757575; font-size: 32px;
108
+ margin-top: 90px;
109
+ }
110
+
111
+ .title {
112
+ margin-top: 40px;
113
+ font-size: 44px; font-weight: 800; letter-spacing: 0.5px;
114
+ }
115
+ .subtitle {
116
+ margin-top: 8px;
117
+ font-size: 34px; color: #333;
118
+ }
119
+ .price {
120
+ margin-top: 26px;
121
+ font-size: 56px; font-weight: 800;
122
+ }
123
+ .price-badge {
124
+ display: inline-block;
125
+ background: #FFD311; color: #111;
126
+ font-size: 46px; font-weight: 900;
127
+ padding: 10px 18px;
128
+ border-bottom: 8px solid #EC1C24;
129
+ border-radius: 6px;
130
+ margin-top: 10px;
131
+ }
132
+
133
+ .fab {
134
+ position: absolute;
135
+ bottom: 120px; left: 50%;
136
+ transform: translateX(-50%);
137
+ width: 120px; height: 120px;
138
+ background: #0B5FA5;
139
+ border-radius: 50%;
140
+ display: flex; align-items: center; justify-content: center;
141
+ box-shadow: 0 8px 20px rgba(0,0,0,0.15);
142
+ }
143
+
144
+ .row-divider {
145
+ grid-column: 1 / span 2;
146
+ margin: 30px 0;
147
+ height: 2px; background: #E6E6E6;
148
+ }
149
+
150
+ /* Bottom nav */
151
+ .bottom-nav {
152
+ position: absolute;
153
+ left: 0; right: 0; bottom: 40px;
154
+ height: 180px;
155
+ border-top: 1px solid #e6e6e6;
156
+ background: #fff;
157
+ display: grid;
158
+ grid-template-columns: repeat(5, 1fr);
159
+ align-items: center;
160
+ padding: 0 40px;
161
+ }
162
+ .nav-item {
163
+ display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
164
+ color: #777; font-size: 28px;
165
+ }
166
+ .nav-item.active { color: #111; }
167
+ .gesture-bar {
168
+ position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%);
169
+ width: 360px; height: 10px; background: #000; border-radius: 8px;
170
+ }
171
+ </style>
172
+ </head>
173
+ <body>
174
+ <div id="render-target">
175
+
176
+ <!-- Header -->
177
+ <div class="header">
178
+ <div class="back-btn">
179
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2.6" stroke-linecap="round" stroke-linejoin="round">
180
+ <polyline points="15 18 9 12 15 6"></polyline>
181
+ </svg>
182
+ </div>
183
+ <div class="header-title">"floor lamp"</div>
184
+ </div>
185
+
186
+ <!-- Filters -->
187
+ <div class="chip-row">
188
+ <div class="chip primary">Best match</div>
189
+ <div class="chip">Price</div>
190
+ <div class="chip">Color</div>
191
+ <div class="chip">Size</div>
192
+ <div class="chip">Brand</div>
193
+ </div>
194
+ <div class="chips-underline"></div>
195
+ <div class="divider"></div>
196
+
197
+ <div class="results-info">Showing 135 products</div>
198
+
199
+ <!-- Products -->
200
+ <div class="products">
201
+
202
+ <!-- Card 1 -->
203
+ <div class="card">
204
+ <div class="badge">Limited edition</div>
205
+ <div class="heart">
206
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="none" stroke="#9E9E9E" stroke-width="1.8">
207
+ <path d="M12 21s-7.5-4.35-9.5-8.5C1 9 3 6 6 6c2 0 3.5 1.5 4 2.5C10.5 7.5 12 6 14 6c3 0 5 3 3.5 6.5C19.5 16.65 12 21 12 21z"/>
208
+ </svg>
209
+ </div>
210
+
211
+ <div class="prod-img">[IMG: Tall slim LED floor lamp - black]</div>
212
+
213
+ <div class="title">OBEGRร„NSAD</div>
214
+ <div class="subtitle">LED floor lamp, black</div>
215
+ <div class="price">$99.99</div>
216
+
217
+ <div class="fab" title="Add to cart">
218
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
219
+ <path d="M6 6h15l-1.5 8.5H8z"></path>
220
+ <circle cx="9" cy="19" r="1.6" fill="#fff"></circle>
221
+ <circle cx="17" cy="19" r="1.6" fill="#fff"></circle>
222
+ <path d="M3 6h2"></path>
223
+ <path d="M12 9v6"></path>
224
+ <path d="M9 12h6"></path>
225
+ </svg>
226
+ </div>
227
+ </div>
228
+
229
+ <!-- Card 2 -->
230
+ <div class="card">
231
+ <div class="heart">
232
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="none" stroke="#9E9E9E" stroke-width="1.8">
233
+ <path d="M12 21s-7.5-4.35-9.5-8.5C1 9 3 6 6 6c2 0 3.5 1.5 4 2.5C10.5 7.5 12 6 14 6c3 0 5 3 3.5 6.5C19.5 16.65 12 21 12 21z"/>
234
+ </svg>
235
+ </div>
236
+
237
+ <div class="prod-img">[IMG: Basic floor lamp with white shade]</div>
238
+
239
+ <div class="title">BARLAST</div>
240
+ <div class="subtitle">Floor lamp, 59"</div>
241
+ <div class="price-badge">$8.99</div>
242
+
243
+ <div class="fab" title="Add to cart">
244
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
245
+ <path d="M6 6h15l-1.5 8.5H8z"></path>
246
+ <circle cx="9" cy="19" r="1.6" fill="#fff"></circle>
247
+ <circle cx="17" cy="19" r="1.6" fill="#fff"></circle>
248
+ <path d="M3 6h2"></path>
249
+ <path d="M12 9v6"></path>
250
+ <path d="M9 12h6"></path>
251
+ </svg>
252
+ </div>
253
+ </div>
254
+
255
+ <div class="row-divider"></div>
256
+
257
+ <!-- Card 3 preview row (partial, to mimic cut-off) -->
258
+ <div class="card" style="min-height: 520px; padding-bottom: 0;">
259
+ <div class="heart" style="top:0;">
260
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="none" stroke="#9E9E9E" stroke-width="1.8">
261
+ <path d="M12 21s-7.5-4.35-9.5-8.5C1 9 3 6 6 6c2 0 3.5 1.5 4 2.5C10.5 7.5 12 6 14 6c3 0 5 3 3.5 6.5C19.5 16.65 12 21 12 21z"/>
262
+ </svg>
263
+ </div>
264
+ <div class="prod-img" style="height: 300px; margin-top: 50px;">[IMG: Wooden stand floor lamp]</div>
265
+ </div>
266
+
267
+ <div class="card" style="min-height: 520px; padding-bottom: 0;">
268
+ <div class="badge pink" style="top: 0;">Top seller</div>
269
+ <div class="heart" style="top:0;">
270
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="none" stroke="#9E9E9E" stroke-width="1.8">
271
+ <path d="M12 21s-7.5-4.35-9.5-8.5C1 9 3 6 6 6c2 0 3.5 1.5 4 2.5C10.5 7.5 12 6 14 6c3 0 5 3 3.5 6.5C19.5 16.65 12 21 12 21z"/>
272
+ </svg>
273
+ </div>
274
+ <div class="prod-img" style="height: 300px; margin-top: 50px;">[IMG: White drum shade floor lamp]</div>
275
+ </div>
276
+
277
+ </div>
278
+
279
+ <!-- Bottom Navigation -->
280
+ <div class="bottom-nav">
281
+ <div class="nav-item">
282
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="#777" stroke-width="2">
283
+ <path d="M3 11l9-7 9 7"></path>
284
+ <path d="M5 10v10h14V10"></path>
285
+ </svg>
286
+ </div>
287
+ <div class="nav-item active">
288
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2">
289
+ <circle cx="11" cy="11" r="7"></circle>
290
+ <path d="M20 20l-3-3"></path>
291
+ </svg>
292
+ </div>
293
+ <div class="nav-item">
294
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="#777" stroke-width="2">
295
+ <path d="M4 20v-8h4v8zM10 20V4h4v16zM16 20v-5h4v5z"></path>
296
+ </svg>
297
+ </div>
298
+ <div class="nav-item">
299
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="#777" stroke-width="2">
300
+ <path d="M12 21s-7.5-4.35-9.5-8.5C1 9 3 6 6 6c2 0 3.5 1.5 4 2.5C10.5 7.5 12 6 14 6c3 0 5 3 3.5 6.5C19.5 16.65 12 21 12 21z"/>
301
+ </svg>
302
+ </div>
303
+ <div class="nav-item">
304
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="#777" stroke-width="2">
305
+ <path d="M6 6h15l-1.5 8.5H8z"></path>
306
+ <circle cx="9" cy="19" r="1.6" fill="#777"></circle>
307
+ <circle cx="17" cy="19" r="1.6" fill="#777"></circle>
308
+ <path d="M3 6h2"></path>
309
+ </svg>
310
+ </div>
311
+ </div>
312
+ <div class="gesture-bar"></div>
313
+
314
+ </div>
315
+ </body>
316
+ </html>
code/20151/20151_1.html ADDED
@@ -0,0 +1,213 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Travel Articles UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ }
15
+
16
+ /* Top App Bar */
17
+ .app-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 150px;
23
+ background: #143E86; /* deep blue */
24
+ color: #fff;
25
+ box-shadow: 0 2px 6px rgba(0,0,0,0.2);
26
+ display: flex;
27
+ align-items: center;
28
+ padding: 0 36px;
29
+ }
30
+ .back-icon {
31
+ width: 64px;
32
+ height: 64px;
33
+ display: flex;
34
+ align-items: center;
35
+ justify-content: center;
36
+ margin-right: 24px;
37
+ }
38
+ .header-title {
39
+ font-size: 48px;
40
+ font-weight: 600;
41
+ letter-spacing: 0.3px;
42
+ }
43
+
44
+ /* Hero area with background image placeholder */
45
+ .hero {
46
+ position: absolute;
47
+ top: 150px;
48
+ left: 0;
49
+ width: 1080px;
50
+ height: 520px;
51
+ }
52
+ .hero-bg {
53
+ position: absolute;
54
+ top: 0;
55
+ left: 0;
56
+ width: 1080px;
57
+ height: 520px;
58
+ background: #E0E0E0;
59
+ border-top: 1px solid #BDBDBD;
60
+ border-bottom: 1px solid #BDBDBD;
61
+ display: flex;
62
+ align-items: center;
63
+ justify-content: center;
64
+ color: #757575;
65
+ font-size: 28px;
66
+ }
67
+ .hero-card {
68
+ position: absolute;
69
+ left: 46px;
70
+ top: 60px;
71
+ width: 988px;
72
+ background: #fff;
73
+ border-radius: 18px;
74
+ box-shadow: 0 10px 18px rgba(0,0,0,0.18);
75
+ padding: 48px 40px;
76
+ }
77
+ .hero-card h1 {
78
+ margin: 0 0 24px 0;
79
+ font-size: 64px;
80
+ line-height: 1.15;
81
+ color: #111;
82
+ font-weight: 700;
83
+ }
84
+ .hero-card p {
85
+ margin: 0;
86
+ font-size: 32px;
87
+ color: #555;
88
+ }
89
+
90
+ /* Section title */
91
+ .section-title {
92
+ position: absolute;
93
+ top: 760px;
94
+ left: 32px;
95
+ width: 1016px;
96
+ font-size: 52px;
97
+ font-weight: 700;
98
+ color: #222;
99
+ }
100
+
101
+ /* List cards */
102
+ .list {
103
+ position: absolute;
104
+ top: 860px;
105
+ left: 0;
106
+ width: 1080px;
107
+ }
108
+ .list-card {
109
+ width: 1016px;
110
+ margin: 0 32px 36px 32px;
111
+ background: #fff;
112
+ border-radius: 16px;
113
+ box-shadow: 0 6px 12px rgba(0,0,0,0.12);
114
+ display: flex;
115
+ align-items: center;
116
+ padding: 30px 32px;
117
+ }
118
+ .thumb {
119
+ width: 170px;
120
+ height: 170px;
121
+ background: #E0E0E0;
122
+ border: 1px solid #BDBDBD;
123
+ border-radius: 8px;
124
+ display: flex;
125
+ align-items: center;
126
+ justify-content: center;
127
+ color: #757575;
128
+ font-size: 24px;
129
+ flex-shrink: 0;
130
+ }
131
+ .item-text {
132
+ margin-left: 32px;
133
+ color: #111;
134
+ }
135
+ .item-title {
136
+ font-size: 42px;
137
+ font-weight: 700;
138
+ line-height: 1.3;
139
+ }
140
+ .spacer-bottom {
141
+ position: absolute;
142
+ bottom: 0;
143
+ left: 0;
144
+ width: 1080px;
145
+ height: 40px;
146
+ }
147
+
148
+ /* Utility for smaller titles (second, third items) to match screenshot spacing */
149
+ .item-title.small {
150
+ font-size: 40px;
151
+ }
152
+ </style>
153
+ </head>
154
+ <body>
155
+ <div id="render-target">
156
+
157
+ <div class="app-bar">
158
+ <div class="back-icon" aria-label="Back">
159
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#FFFFFF">
160
+ <path d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/>
161
+ </svg>
162
+ </div>
163
+ <div class="header-title">Travel Articles</div>
164
+ </div>
165
+
166
+ <div class="hero">
167
+ <div class="hero-bg">[IMG: Forest background behind header]</div>
168
+ <div class="hero-card">
169
+ <h1>5 vacation homes for a Thanksgiving getaway</h1>
170
+ <p>Enjoy Thanksgiving dinner at these vacation homes.</p>
171
+ </div>
172
+ </div>
173
+
174
+ <div class="section-title">Trending in "Travel Tips"</div>
175
+
176
+ <div class="list">
177
+ <!-- Card 1 -->
178
+ <div class="list-card">
179
+ <div class="thumb">[IMG: Protest "Go Green" signs]</div>
180
+ <div class="item-text">
181
+ <div class="item-title">6 standout sustainable cities around the world</div>
182
+ </div>
183
+ </div>
184
+
185
+ <!-- Card 2 -->
186
+ <div class="list-card">
187
+ <div class="thumb">[IMG: Paris Eiffel Tower under stone arch]</div>
188
+ <div class="item-text">
189
+ <div class="item-title small">48 hours in Paris, France</div>
190
+ </div>
191
+ </div>
192
+
193
+ <!-- Card 3 -->
194
+ <div class="list-card">
195
+ <div class="thumb">[IMG: New York City riverside walkway]</div>
196
+ <div class="item-text">
197
+ <div class="item-title small">48 hours in New York City</div>
198
+ </div>
199
+ </div>
200
+
201
+ <!-- Card 4 -->
202
+ <div class="list-card">
203
+ <div class="thumb">[IMG: Halloween pumpkins glowing]</div>
204
+ <div class="item-text">
205
+ <div class="item-title small">The worldโ€™s top 10 places to celebrate Halloween</div>
206
+ </div>
207
+ </div>
208
+ </div>
209
+
210
+ <div class="spacer-bottom"></div>
211
+ </div>
212
+ </body>
213
+ </html>
code/20151/20151_10.html ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Travel Articles - 48 hours in New York City</title>
6
+ <style>
7
+ body { margin:0; padding:0; background:transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
8
+ #render-target {
9
+ width:1080px; height:2400px; position:relative; overflow:hidden;
10
+ background:#ffffff; color:#222;
11
+ }
12
+
13
+ /* Top app bar */
14
+ .topbar { position:absolute; left:0; top:0; width:100%; height:168px; background:#0B4A8F; color:#fff; }
15
+ .status-row { height:60px; display:flex; align-items:center; padding:0 28px; font-size:28px; opacity:0.95; }
16
+ .status-right { margin-left:auto; display:flex; gap:28px; align-items:center; }
17
+ .app-row { height:108px; display:flex; align-items:center; padding:0 28px; }
18
+ .app-title { color:#fff; font-size:52px; font-weight:600; margin-left:20px; }
19
+ .icon { width:56px; height:56px; display:inline-flex; align-items:center; justify-content:center; }
20
+ .icon svg { width:42px; height:42px; fill:#ffffff; }
21
+
22
+ /* Hero image */
23
+ .hero {
24
+ position:absolute; top:168px; left:0; width:100%; height:900px;
25
+ background:#E0E0E0; border-top:1px solid #BDBDBD; border-bottom:1px solid #BDBDBD;
26
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:34px; text-align:center; padding:0 40px;
27
+ }
28
+
29
+ /* Content area */
30
+ .content {
31
+ position:absolute; left:0; top:1068px; width:100%;
32
+ background:#fff; padding:44px 52px 120px 52px;
33
+ }
34
+ .breadcrumbs { color:#1e6ad6; font-size:30px; display:flex; align-items:center; gap:14px; }
35
+ .crumb-sep { color:#9aa9c5; }
36
+ h1.title { font-size:80px; line-height:1.1; margin:28px 0 16px; font-weight:800; color:#2b2b2b; }
37
+ .chip {
38
+ display:inline-block; border:2px solid #cfd8dc; color:#4a4a4a; padding:10px 18px; border-radius:12px;
39
+ font-size:30px; background:#f8f9fa; margin:8px 0 22px;
40
+ }
41
+ .lead {
42
+ font-size:36px; line-height:1.6; color:#444; margin-top:18px;
43
+ }
44
+ .day { font-size:52px; font-weight:800; margin-top:36px; color:#222; }
45
+ .poi { font-size:64px; font-weight:800; margin-top:16px; color:#2b2b2b; }
46
+
47
+ /* Bottom home indicator (visual) */
48
+ .home-indicator {
49
+ position:absolute; bottom:16px; left:50%; transform:translateX(-50%);
50
+ width:320px; height:10px; border-radius:6px; background:#222; opacity:0.6;
51
+ }
52
+ </style>
53
+ </head>
54
+ <body>
55
+ <div id="render-target">
56
+
57
+ <!-- Top Bar -->
58
+ <div class="topbar">
59
+ <div class="status-row">
60
+ <div>3:14</div>
61
+ <div class="status-right">
62
+ <!-- simple status icons -->
63
+ <span class="icon" title="search">
64
+ <svg viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27A6.5 6.5 0 1 0 14 15.5l.27.28v.79L20 21.5 21.5 20l-5.5-5.5zm-6 0A4.5 4.5 0 1 1 14 9.5 4.5 4.5 0 0 1 9.5 14z"/></svg>
65
+ </span>
66
+ <span class="icon" title="text-size">
67
+ <svg viewBox="0 0 24 24"><path d="M3 18h2l2-5h6l2 5h2L13 4h-2L3 18zm7-9 2.25 5H7.75L10 9z"/></svg>
68
+ </span>
69
+ <span class="icon" title="share">
70
+ <svg viewBox="0 0 24 24"><path d="M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7-4.11A2.99 2.99 0 1 0 14 5c0 .24.04.47.09.7l-7 4.11a3 3 0 1 0 0 4.38l7.05 4.14c-.05.2-.08.41-.08.63A3 3 0 1 0 18 16.08z"/></svg>
71
+ </span>
72
+ <span style="font-size:36px; line-height:1;">โ€ข</span>
73
+ </div>
74
+ </div>
75
+ <div class="app-row">
76
+ <span class="icon" title="back">
77
+ <svg viewBox="0 0 24 24"><path d="M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12z"/></svg>
78
+ </span>
79
+ <div class="app-title">Travel Articles</div>
80
+ </div>
81
+ </div>
82
+
83
+ <!-- Hero Image Placeholder -->
84
+ <div class="hero">
85
+ [IMG: NYC waterfront walkway with Brooklyn Bridge and skyline]
86
+ </div>
87
+
88
+ <!-- Content -->
89
+ <div class="content">
90
+ <div class="breadcrumbs">
91
+ <span>Articles</span>
92
+ <span class="crumb-sep">โ€บ</span>
93
+ <span>Travel Tips</span>
94
+ <span class="crumb-sep">โ€บ</span>
95
+ <span>48 hours in New York City</span>
96
+ </div>
97
+
98
+ <h1 class="title">48 hours in New York City</h1>
99
+
100
+ <div class="chip">Travel Tips</div>
101
+
102
+ <p class="lead">
103
+ Two days in the Big Apple may only be enough to scratch the surface, but with this concise and fun-packed 48-hour itinerary, youโ€™ll make the most of the time you have and get a taste of the city. Ranging from cultural landmarks to comedy shows and classic must-see sights, hereโ€™s the best of NYC to cover in two days.
104
+ </p>
105
+
106
+ <div class="day">Day 1</div>
107
+ <div class="poi">Zuckerโ€™s Bagels</div>
108
+ </div>
109
+
110
+ <!-- Home indicator -->
111
+ <div class="home-indicator"></div>
112
+ </div>
113
+ </body>
114
+ </html>
code/20151/20151_2.html ADDED
@@ -0,0 +1,224 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>Travel Articles UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #ffffff;
13
+ }
14
+
15
+ /* App bar */
16
+ .appbar {
17
+ position: relative;
18
+ width: 100%;
19
+ height: 220px;
20
+ background: #173A7A; /* deep blue */
21
+ color: #fff;
22
+ }
23
+ .status-row {
24
+ height: 80px;
25
+ display: flex;
26
+ align-items: center;
27
+ padding: 0 24px;
28
+ font-size: 34px;
29
+ color: #eaf0ff;
30
+ justify-content: space-between;
31
+ }
32
+ .status-icons {
33
+ display: flex;
34
+ align-items: center;
35
+ gap: 22px;
36
+ }
37
+ .title-row {
38
+ display: flex;
39
+ align-items: center;
40
+ padding: 0 24px;
41
+ height: 140px;
42
+ gap: 24px;
43
+ }
44
+ .title-row h1 {
45
+ font-size: 52px;
46
+ font-weight: 700;
47
+ margin: 0;
48
+ letter-spacing: 0.2px;
49
+ }
50
+ .icon-btn {
51
+ width: 64px;
52
+ height: 64px;
53
+ }
54
+
55
+ /* Content area */
56
+ .content {
57
+ position: relative;
58
+ width: 100%;
59
+ height: calc(2400px - 220px);
60
+ background: #f7f7f9;
61
+ }
62
+
63
+ /* Card list item */
64
+ .card {
65
+ width: 984px;
66
+ margin: 32px auto 0;
67
+ background: #fff;
68
+ border-radius: 16px;
69
+ box-shadow: 0 2px 6px rgba(0,0,0,0.12);
70
+ display: flex;
71
+ align-items: center;
72
+ padding: 24px;
73
+ gap: 24px;
74
+ }
75
+ .thumb {
76
+ width: 150px;
77
+ height: 150px;
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: 28px;
85
+ text-align: center;
86
+ border-radius: 8px;
87
+ }
88
+ .card h2 {
89
+ font-size: 42px;
90
+ line-height: 1.25;
91
+ margin: 0;
92
+ color: #222;
93
+ font-weight: 700;
94
+ }
95
+
96
+ /* Outline button */
97
+ .outline-btn {
98
+ width: 780px;
99
+ height: 108px;
100
+ margin: 32px auto;
101
+ border: 2px solid #2d62c8;
102
+ color: #2d62c8;
103
+ background: #fff;
104
+ border-radius: 14px;
105
+ display: flex;
106
+ align-items: center;
107
+ justify-content: center;
108
+ font-size: 36px;
109
+ font-weight: 700;
110
+ }
111
+
112
+ /* Hero image and overlay card */
113
+ .hero {
114
+ width: 100%;
115
+ height: 630px;
116
+ background: #E0E0E0;
117
+ border-top: 1px solid #BDBDBD;
118
+ border-bottom: 1px solid #BDBDBD;
119
+ display: flex;
120
+ align-items: center;
121
+ justify-content: center;
122
+ color: #757575;
123
+ font-size: 32px;
124
+ }
125
+ .overlay-card {
126
+ position: absolute;
127
+ left: 54px;
128
+ top: 1170px; /* sits over the bottom of hero image */
129
+ width: 972px;
130
+ background: #fff;
131
+ border-radius: 16px;
132
+ box-shadow: 0 6px 18px rgba(0,0,0,0.18);
133
+ padding: 36px 32px;
134
+ }
135
+ .overlay-card .big-title {
136
+ font-size: 64px;
137
+ font-weight: 800;
138
+ line-height: 1.15;
139
+ color: #0f172a;
140
+ margin: 0 0 24px 0;
141
+ }
142
+ .overlay-card .subtext {
143
+ font-size: 34px;
144
+ color: #4b5563;
145
+ line-height: 1.4;
146
+ }
147
+
148
+ /* Secondary large image */
149
+ .large-photo {
150
+ width: 100%;
151
+ height: 760px;
152
+ margin-top: 260px; /* space below overlay card */
153
+ background: #E0E0E0;
154
+ border-top: 1px solid #BDBDBD;
155
+ display: flex;
156
+ justify-content: center;
157
+ align-items: center;
158
+ color: #757575;
159
+ font-size: 32px;
160
+ }
161
+
162
+ /* Gesture bar */
163
+ .gesture {
164
+ position: absolute;
165
+ bottom: 22px;
166
+ left: 50%;
167
+ transform: translateX(-50%);
168
+ width: 360px;
169
+ height: 14px;
170
+ background: #d9d9de;
171
+ border-radius: 7px;
172
+ }
173
+ </style>
174
+ </head>
175
+ <body>
176
+ <div id="render-target">
177
+
178
+ <div class="appbar">
179
+ <div class="status-row">
180
+ <div>3:12</div>
181
+ <div class="status-icons">
182
+ <!-- small status icons -->
183
+ <svg width="32" height="32" viewBox="0 0 24 24">
184
+ <path fill="#eaf0ff" d="M2 18h2v-4H2v4zm4 0h2v-7H6v7zm4 0h2v-10h-2v10zm4 0h2v-13h-2v13zm4 0h2v-16h-2v16z"/>
185
+ </svg>
186
+ <svg width="32" height="32" viewBox="0 0 24 24">
187
+ <path fill="#eaf0ff" d="M12 3L1 14h5v7h8v-7h5L12 3z"/>
188
+ </svg>
189
+ <svg width="40" height="32" viewBox="0 0 24 24">
190
+ <path fill="none" stroke="#eaf0ff" stroke-width="2" d="M3 7h18v10H3z"/>
191
+ <path fill="#eaf0ff" d="M5 9h14v6H5z"/>
192
+ </svg>
193
+ </div>
194
+ </div>
195
+ <div class="title-row">
196
+ <svg class="icon-btn" viewBox="0 0 24 24">
197
+ <path fill="#fff" d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/>
198
+ </svg>
199
+ <h1>Travel Articles</h1>
200
+ </div>
201
+ </div>
202
+
203
+ <div class="content">
204
+ <div class="card">
205
+ <div class="thumb">[IMG: Halloween Pumpkins]</div>
206
+ <h2>The worldโ€™s top 10 places to celebrate Halloween</h2>
207
+ </div>
208
+
209
+ <div class="outline-btn">Read more from this category</div>
210
+
211
+ <div class="hero">[IMG: Relaxing at beach]</div>
212
+
213
+ <div class="overlay-card">
214
+ <div class="big-title">The top 5 parent trip destinations in the US</div>
215
+ <div class="subtext">The best spots to reconnect with your love of travel โ€“ and your parents, too.</div>
216
+ </div>
217
+
218
+ <div class="large-photo">[IMG: Brooklyn Bridge Skyline]</div>
219
+ </div>
220
+
221
+ <div class="gesture"></div>
222
+ </div>
223
+ </body>
224
+ </html>
code/20151/20151_3.html ADDED
@@ -0,0 +1,171 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Travel Articles UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #ffffff;
13
+ }
14
+
15
+ /* Top app bar */
16
+ .topbar {
17
+ position: relative;
18
+ width: 100%;
19
+ height: 200px;
20
+ background: #123E7C; /* deep blue */
21
+ color: #fff;
22
+ }
23
+ .status-row {
24
+ height: 60px;
25
+ display: flex;
26
+ align-items: center;
27
+ padding: 0 28px;
28
+ font-size: 28px;
29
+ opacity: 0.95;
30
+ }
31
+ .status-spacer { flex: 1; }
32
+ .status-icons svg { width: 28px; height: 28px; margin-left: 22px; fill: #ffffff; opacity: 0.9; }
33
+
34
+ .title-row {
35
+ position: absolute;
36
+ bottom: 28px;
37
+ left: 90px;
38
+ right: 28px;
39
+ display: flex;
40
+ align-items: center;
41
+ }
42
+ .back-btn {
43
+ position: absolute;
44
+ left: 24px;
45
+ bottom: 34px;
46
+ width: 40px;
47
+ height: 40px;
48
+ }
49
+ .title {
50
+ font-size: 52px;
51
+ font-weight: 600;
52
+ letter-spacing: 0.5px;
53
+ }
54
+
55
+ /* Image placeholders */
56
+ .hero {
57
+ position: relative;
58
+ width: 100%;
59
+ background: #ffffff;
60
+ }
61
+ .img-placeholder {
62
+ width: 100%;
63
+ height: 700px;
64
+ background: #E0E0E0;
65
+ border-top: 1px solid #BDBDBD;
66
+ border-bottom: 1px solid #BDBDBD;
67
+ display: flex;
68
+ align-items: center;
69
+ justify-content: center;
70
+ color: #757575;
71
+ font-size: 30px;
72
+ letter-spacing: 0.3px;
73
+ }
74
+
75
+ /* Cards */
76
+ .card {
77
+ position: absolute;
78
+ left: 48px;
79
+ right: 48px;
80
+ bottom: 40px;
81
+ background: #ffffff;
82
+ border-radius: 22px;
83
+ box-shadow: 0 8px 24px rgba(0,0,0,0.18);
84
+ padding: 40px 36px 44px 36px;
85
+ }
86
+ .card h1 {
87
+ margin: 0 0 22px 0;
88
+ font-size: 58px;
89
+ line-height: 1.08;
90
+ font-weight: 700;
91
+ color: #222;
92
+ }
93
+ .card p {
94
+ margin: 0;
95
+ font-size: 34px;
96
+ color: #5a5a5a;
97
+ line-height: 1.4;
98
+ }
99
+
100
+ .spacer-xxl { height: 80px; }
101
+
102
+ /* Bottom navigation pill */
103
+ .gesture-pill {
104
+ position: absolute;
105
+ bottom: 34px;
106
+ left: 50%;
107
+ transform: translateX(-50%);
108
+ width: 240px;
109
+ height: 12px;
110
+ background: #000;
111
+ border-radius: 12px;
112
+ opacity: 0.25;
113
+ }
114
+ </style>
115
+ </head>
116
+ <body>
117
+ <div id="render-target">
118
+
119
+ <!-- Top App Bar -->
120
+ <div class="topbar">
121
+ <div class="status-row">
122
+ <div style="font-weight:600;">3:12</div>
123
+ <div class="status-spacer"></div>
124
+ <div class="status-icons">
125
+ <!-- search -->
126
+ <svg viewBox="0 0 24 24"><path d="M10 3a7 7 0 1 1 0 14 7 7 0 0 1 0-14zm8.6 14.2l3.2 3.2-1.4 1.4-3.2-3.2 1.4-1.4z"/></svg>
127
+ <!-- settings -->
128
+ <svg viewBox="0 0 24 24"><path d="M12 8a4 4 0 1 1 0 8 4 4 0 0 1 0-8zm8.6 4l-2.1.3a7.1 7.1 0 0 1-.7 1.6l1.3 1.7-1.4 1.4-1.7-1.3a7.1 7.1 0 0 1-1.6.7l-.3 2.1h-2l-.3-2.1a7.1 7.1 0 0 1-1.6-.7l-1.7 1.3-1.4-1.4 1.3-1.7a7.1 7.1 0 0 1-.7-1.6L3.4 12v-2l2.1-.3c.2-.6.4-1.1.7-1.6L4.9 6.3 6.3 4.9l1.7 1.3c.5-.3 1-.5 1.6-.7L10 3.4h2l.3 2.1c.6.2 1.1.4 1.6.7l1.7-1.3 1.4 1.4-1.3 1.7c.3.5.5 1 .7 1.6l2.1.3v2z"/></svg>
129
+ <!-- dots -->
130
+ <svg viewBox="0 0 24 24"><path d="M5 12a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm7 0a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm7 0a2 2 0 1 1 0-4 2 2 0 0 1 0 4z"/></svg>
131
+ </div>
132
+ </div>
133
+
134
+ <!-- Back icon -->
135
+ <svg class="back-btn" viewBox="0 0 24 24">
136
+ <path d="M15 18l-6-6 6-6" stroke="#ffffff" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
137
+ </svg>
138
+
139
+ <div class="title-row">
140
+ <div class="title">Travel Articles</div>
141
+ </div>
142
+ </div>
143
+
144
+ <!-- First hero section -->
145
+ <div class="hero">
146
+ <div class="img-placeholder">[IMG: Brooklyn Bridge and NYC Skyline]</div>
147
+ <div class="card">
148
+ <h1>Vacation in your own city: New York</h1>
149
+ <p>Go on a new adventure in a familiar place.</p>
150
+ </div>
151
+ </div>
152
+
153
+ <div class="spacer-xxl"></div>
154
+
155
+ <!-- Second hero section -->
156
+ <div class="hero">
157
+ <div class="img-placeholder" style="height: 760px;">[IMG: Rocky Mountains and River Canyon]</div>
158
+ <div class="card" style="bottom: 36px;">
159
+ <h1>Key Stops Along the Lewis &amp; Clark Trail</h1>
160
+ <p>Follow in the footsteps of most legendary explorer duo in US history.</p>
161
+ </div>
162
+ </div>
163
+
164
+ <!-- Extra space to match full height -->
165
+ <div style="height: 520px;"></div>
166
+
167
+ <!-- Bottom gesture pill -->
168
+ <div class="gesture-pill"></div>
169
+ </div>
170
+ </body>
171
+ </html>
code/20151/20151_4.html ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Travel Articles UI</title>
5
+ <style>
6
+ body {
7
+ margin: 0;
8
+ padding: 0;
9
+ background: transparent;
10
+ font-family: Arial, sans-serif;
11
+ }
12
+ #render-target {
13
+ width: 1080px;
14
+ height: 2400px;
15
+ position: relative;
16
+ overflow: hidden;
17
+ background: #ffffff;
18
+ }
19
+
20
+ /* Top App Bar */
21
+ .appbar {
22
+ position: absolute;
23
+ top: 0;
24
+ left: 0;
25
+ width: 1080px;
26
+ height: 190px;
27
+ background: #173b7a;
28
+ color: #fff;
29
+ box-sizing: border-box;
30
+ padding: 36px 36px 0 36px;
31
+ }
32
+ .appbar .title {
33
+ position: absolute;
34
+ left: 140px;
35
+ top: 90px;
36
+ font-size: 54px;
37
+ font-weight: 600;
38
+ letter-spacing: 0.5px;
39
+ }
40
+ .appbar .back {
41
+ position: absolute;
42
+ left: 30px;
43
+ top: 92px;
44
+ width: 64px;
45
+ height: 64px;
46
+ }
47
+ .appbar .right-icons {
48
+ position: absolute;
49
+ right: 28px;
50
+ top: 92px;
51
+ display: flex;
52
+ gap: 28px;
53
+ align-items: center;
54
+ }
55
+ .icon {
56
+ width: 48px;
57
+ height: 48px;
58
+ }
59
+
60
+ /* Content sections */
61
+ .banner {
62
+ position: absolute;
63
+ left: 0;
64
+ top: 190px;
65
+ width: 1080px;
66
+ height: 280px;
67
+ background: #E0E0E0;
68
+ border: 1px solid #BDBDBD;
69
+ color: #757575;
70
+ display: flex;
71
+ align-items: center;
72
+ justify-content: center;
73
+ font-size: 30px;
74
+ }
75
+
76
+ .card {
77
+ position: absolute;
78
+ left: 50px;
79
+ width: 980px;
80
+ background: #ffffff;
81
+ border-radius: 18px;
82
+ box-shadow: 0 6px 18px rgba(0,0,0,0.15);
83
+ padding: 40px;
84
+ box-sizing: border-box;
85
+ }
86
+ .card .card-title {
87
+ font-size: 68px;
88
+ font-weight: 700;
89
+ color: #222;
90
+ line-height: 1.08;
91
+ margin-bottom: 24px;
92
+ }
93
+ .card .card-desc {
94
+ font-size: 34px;
95
+ color: #666;
96
+ line-height: 1.4;
97
+ }
98
+
99
+ /* First card position */
100
+ .card.one {
101
+ top: 240px;
102
+ }
103
+
104
+ /* Large image section */
105
+ .large-image {
106
+ position: absolute;
107
+ left: 0;
108
+ top: 520px;
109
+ width: 1080px;
110
+ height: 820px;
111
+ background: #E0E0E0;
112
+ border: 1px solid #BDBDBD;
113
+ color: #757575;
114
+ display: flex;
115
+ align-items: center;
116
+ justify-content: center;
117
+ font-size: 32px;
118
+ }
119
+
120
+ /* Second card over the large image */
121
+ .card.two {
122
+ top: 960px;
123
+ }
124
+ .card.two .card-title {
125
+ font-size: 66px;
126
+ }
127
+
128
+ /* Bottom image (pizza) */
129
+ .bottom-image {
130
+ position: absolute;
131
+ left: 0;
132
+ top: 1620px;
133
+ width: 1080px;
134
+ height: 700px;
135
+ background: #E0E0E0;
136
+ border: 1px solid #BDBDBD;
137
+ color: #757575;
138
+ display: flex;
139
+ align-items: center;
140
+ justify-content: center;
141
+ font-size: 32px;
142
+ }
143
+
144
+ /* Home indicator */
145
+ .home-indicator {
146
+ position: absolute;
147
+ bottom: 24px;
148
+ left: 50%;
149
+ transform: translateX(-50%);
150
+ width: 320px;
151
+ height: 18px;
152
+ background: #eaeaea;
153
+ border-radius: 10px;
154
+ }
155
+ </style>
156
+ </head>
157
+ <body>
158
+ <div id="render-target">
159
+ <!-- Top App Bar -->
160
+ <div class="appbar">
161
+ <svg class="back" viewBox="0 0 24 24">
162
+ <path fill="#ffffff" d="M15.5 19.5L8 12l7.5-7.5 1.5 1.5L11 12l6 6-1.5 1.5z"/>
163
+ </svg>
164
+ <div class="title">Travel Articles</div>
165
+ <div class="right-icons">
166
+ <!-- circle icon -->
167
+ <svg class="icon" viewBox="0 0 24 24">
168
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#ffffff" stroke-width="2"/>
169
+ </svg>
170
+ <!-- wifi icon -->
171
+ <svg class="icon" viewBox="0 0 24 24">
172
+ <path fill="none" stroke="#ffffff" stroke-width="2" d="M3 8c5.5-5 12.5-5 18 0M6 11c4-3.5 8-3.5 12 0M9 14c2.5-2 5.5-2 8 0M12 17l2 2-2 2-2-2 2-2z"/>
173
+ </svg>
174
+ </div>
175
+ </div>
176
+
177
+ <!-- Top banner image -->
178
+ <div class="banner">[IMG: Scenic landscape banner]</div>
179
+
180
+ <!-- First card -->
181
+ <div class="card one">
182
+ <div class="card-title">Clark Trail</div>
183
+ <div class="card-desc">Follow in the footsteps of most legendary explorer duo in US history.</div>
184
+ </div>
185
+
186
+ <!-- Large light image area -->
187
+ <div class="large-image">[IMG: Wide landscape background]</div>
188
+
189
+ <!-- Second card over image -->
190
+ <div class="card two">
191
+ <div class="card-title">6 great US campsites for solo travelers</div>
192
+ <div class="card-desc">Top US campsites for a solo trip in the US, according to Bookers.</div>
193
+ </div>
194
+
195
+ <!-- Bottom image (pizza photo) -->
196
+ <div class="bottom-image">[IMG: Person serving large pizza]</div>
197
+
198
+ <!-- Home indicator -->
199
+ <div class="home-indicator"></div>
200
+ </div>
201
+ </body>
202
+ </html>
code/20151/20151_5.html ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Travel Articles UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ position: relative;
9
+ width: 1080px;
10
+ height: 2400px;
11
+ overflow: hidden;
12
+ background: #ffffff;
13
+ border-radius: 0;
14
+ }
15
+
16
+ /* Top app bar */
17
+ .app-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 200px;
23
+ background: #163A7A; /* deep blue */
24
+ color: #fff;
25
+ }
26
+ .status-bar {
27
+ position: absolute;
28
+ top: 10px;
29
+ left: 24px;
30
+ right: 24px;
31
+ height: 60px;
32
+ display: flex;
33
+ align-items: center;
34
+ justify-content: space-between;
35
+ color: #fff;
36
+ font-size: 34px;
37
+ opacity: 0.95;
38
+ }
39
+ .status-icons {
40
+ display: flex;
41
+ align-items: center;
42
+ gap: 22px;
43
+ }
44
+ .title-row {
45
+ position: absolute;
46
+ left: 24px;
47
+ top: 92px;
48
+ height: 96px;
49
+ display: flex;
50
+ align-items: center;
51
+ gap: 28px;
52
+ }
53
+ .title-row .title {
54
+ font-size: 54px;
55
+ font-weight: 700;
56
+ letter-spacing: 0.5px;
57
+ }
58
+ .icon-btn {
59
+ width: 64px;
60
+ height: 64px;
61
+ display: inline-flex;
62
+ align-items: center;
63
+ justify-content: center;
64
+ }
65
+ .icon-btn svg { width: 48px; height: 48px; fill: #fff; }
66
+
67
+ /* Image placeholder blocks */
68
+ .image-block {
69
+ position: absolute;
70
+ left: 0;
71
+ width: 1080px;
72
+ background: #E0E0E0;
73
+ border-top: 1px solid #BDBDBD;
74
+ border-bottom: 1px solid #BDBDBD;
75
+ display: flex;
76
+ align-items: center;
77
+ justify-content: center;
78
+ color: #757575;
79
+ font-size: 34px;
80
+ text-align: center;
81
+ }
82
+
83
+ /* Overlay content card */
84
+ .overlay-card {
85
+ position: absolute;
86
+ left: 48px;
87
+ width: 984px; /* 48px margins both sides */
88
+ background: #fff;
89
+ border-radius: 18px;
90
+ box-shadow: 0 14px 28px rgba(0,0,0,0.18);
91
+ padding: 40px 42px;
92
+ }
93
+ .card-title {
94
+ font-size: 58px;
95
+ font-weight: 800;
96
+ color: #1F1F1F;
97
+ line-height: 1.1;
98
+ }
99
+ .card-subtitle {
100
+ margin-top: 26px;
101
+ font-size: 34px;
102
+ color: #666;
103
+ line-height: 1.4;
104
+ }
105
+
106
+ /* Section heading near bottom */
107
+ .section-heading {
108
+ position: absolute;
109
+ left: 48px;
110
+ top: 1960px;
111
+ font-size: 60px;
112
+ font-weight: 800;
113
+ color: #222;
114
+ }
115
+ </style>
116
+ </head>
117
+ <body>
118
+ <div id="render-target">
119
+
120
+ <!-- App bar with status bar and title -->
121
+ <div class="app-bar">
122
+ <div class="status-bar">
123
+ <div>3:12</div>
124
+ <div class="status-icons">
125
+ <!-- Simple status icons -->
126
+ <svg width="34" height="34" viewBox="0 0 24 24">
127
+ <path fill="#fff" d="M12 3c4.97 0 9 4.03 9 9h-2a7 7 0 10-14 0H3c0-4.97 4.03-9 9-9zm0 6a3 3 0 013 3h-6a3 3 0 013-3zm-6 6h12v3H6v-3z"/>
128
+ </svg>
129
+ <svg width="34" height="34" viewBox="0 0 24 24">
130
+ <path fill="#fff" d="M16 4H6c-1.1 0-2 .9-2 2v12h14V6c0-1.1-.9-2-2-2zm3 4h3v10h-3z"/>
131
+ </svg>
132
+ </div>
133
+ </div>
134
+
135
+ <div class="title-row">
136
+ <div class="icon-btn">
137
+ <svg viewBox="0 0 24 24">
138
+ <path d="M15.41 16.59L10.83 12l4.58-4.59L14 6l-6 6 6 6 1.41-1.41z"/>
139
+ </svg>
140
+ </div>
141
+ <div class="title">Travel Articles</div>
142
+ </div>
143
+ </div>
144
+
145
+ <!-- First banner image -->
146
+ <div class="image-block" style="top: 200px; height: 520px;">
147
+ [IMG: Large pizza being served]
148
+ </div>
149
+
150
+ <!-- First overlay card -->
151
+ <div class="overlay-card" style="top: 540px; height: 260px;">
152
+ <div class="card-title">Pizza Around the USA</div>
153
+ <div class="card-subtitle">A list of regional pizza variations across the US.</div>
154
+ </div>
155
+
156
+ <!-- Second banner image -->
157
+ <div class="image-block" style="top: 930px; height: 800px;">
158
+ [IMG: Space shuttle launch with clouds]
159
+ </div>
160
+
161
+ <!-- Second overlay card -->
162
+ <div class="overlay-card" style="top: 1330px; height: 360px;">
163
+ <div class="card-title">The Space Loverโ€™s Guide to the US</div>
164
+ <div class="card-subtitle">Spots for all space lovers to explore on their next US vacation.</div>
165
+ </div>
166
+
167
+ <!-- Bottom heading -->
168
+ <div class="section-heading">Explore travel categories</div>
169
+
170
+ <!-- Home gesture bar (optional visual) -->
171
+ <div style="position:absolute; bottom: 28px; left: 50%; transform: translateX(-50%);
172
+ width: 260px; height: 10px; background:#CFCFCF; border-radius: 6px;"></div>
173
+
174
+ </div>
175
+ </body>
176
+ </html>
code/20151/20151_6.html ADDED
@@ -0,0 +1,117 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Travel Articles - Eat & Drink</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; background:#ffffff;
10
+ color:#1e1e1e;
11
+ }
12
+
13
+ /* App Bar */
14
+ .appbar {
15
+ position:absolute; top:0; left:0; right:0; height:190px;
16
+ background:#143A7B; color:#fff; display:flex; align-items:flex-end;
17
+ box-sizing:border-box; padding:0 36px 28px 36px;
18
+ }
19
+ .back-icon {
20
+ width:60px; height:60px; margin-right:26px; display:flex; align-items:center; justify-content:center;
21
+ }
22
+ .app-title { font-size:56px; font-weight:700; letter-spacing:0.2px; }
23
+
24
+ /* Content */
25
+ .content {
26
+ position:absolute; left:0; right:0; top:190px; bottom:0; overflow:auto;
27
+ padding:40px 40px 40px 40px; box-sizing:border-box;
28
+ }
29
+ h1.page-heading {
30
+ font-size:64px; margin:10px 0 32px 0; font-weight:800; color:#333;
31
+ }
32
+
33
+ /* Tabs */
34
+ .tabs {
35
+ display:flex; gap:54px; align-items:flex-end; border-bottom:2px solid #e6e6e6;
36
+ padding:0 0 18px 20px; margin-bottom:34px;
37
+ }
38
+ .tab {
39
+ font-size:40px; color:#5b5b5b; padding-bottom:18px; position:relative; white-space:nowrap;
40
+ }
41
+ .tab.active { color:#2F66E0; font-weight:700; }
42
+ .tab.active::after {
43
+ content:""; position:absolute; left:0; right:0; bottom:-18px; height:8px; background:#2F66E0; border-radius:8px;
44
+ }
45
+
46
+ /* Cards */
47
+ .card {
48
+ display:flex; align-items:center; gap:36px;
49
+ background:#fff; border-radius:16px;
50
+ box-shadow:0 8px 20px rgba(0,0,0,0.12);
51
+ padding:28px; margin:22px 0; box-sizing:border-box;
52
+ }
53
+ .thumb {
54
+ width:200px; height:200px; background:#E0E0E0; border:1px solid #BDBDBD;
55
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:28px; text-align:center; border-radius:6px;
56
+ }
57
+ .card-title {
58
+ font-size:54px; line-height:1.24; color:#1f1f1f; font-weight:700;
59
+ }
60
+
61
+ /* Button */
62
+ .outline-btn {
63
+ width:720px; height:110px; border-radius:12px; border:3px solid #2F66E0; color:#2F66E0;
64
+ display:flex; align-items:center; justify-content:center; font-size:40px; font-weight:700;
65
+ margin:70px auto 80px auto; background:#ffffff;
66
+ }
67
+ </style>
68
+ </head>
69
+ <body>
70
+ <div id="render-target">
71
+ <!-- App Bar -->
72
+ <div class="appbar">
73
+ <div class="back-icon" aria-label="Back">
74
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="#ffffff">
75
+ <path d="M15.5 4.5L7 12l8.5 7.5-1.5 1.5L4 12 14 3l1.5 1.5z"/>
76
+ </svg>
77
+ </div>
78
+ <div class="app-title">Travel Articles</div>
79
+ </div>
80
+
81
+ <!-- Content -->
82
+ <div class="content">
83
+ <h1 class="page-heading">Explore travel categories</h1>
84
+
85
+ <div class="tabs">
86
+ <div class="tab">Travel Tips</div>
87
+ <div class="tab active">Eat &amp; Drink</div>
88
+ <div class="tab">Destinations</div>
89
+ <div class="tab">Family T</div>
90
+ </div>
91
+
92
+ <!-- Cards -->
93
+ <div class="card">
94
+ <div class="thumb">[IMG: Vegan salad]</div>
95
+ <div class="card-title">The top 5 cities for vegan travelers</div>
96
+ </div>
97
+
98
+ <div class="card">
99
+ <div class="thumb">[IMG: Chef plating dish]</div>
100
+ <div class="card-title">The best Michelin-starred hotel restaurants</div>
101
+ </div>
102
+
103
+ <div class="card">
104
+ <div class="thumb">[IMG: Brunch plate]</div>
105
+ <div class="card-title">The top 7 brunch spots in Los Angeles</div>
106
+ </div>
107
+
108
+ <div class="card">
109
+ <div class="thumb">[IMG: Vineyard fields]</div>
110
+ <div class="card-title">7 chateau hotels in Franceโ€™s vineyards</div>
111
+ </div>
112
+
113
+ <div class="outline-btn">Read more from this category</div>
114
+ </div>
115
+ </div>
116
+ </body>
117
+ </html>
code/20151/20151_7.html ADDED
@@ -0,0 +1,190 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Travel Articles UI</title>
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ color: #222;
15
+ }
16
+
17
+ /* Top app bar */
18
+ .appbar {
19
+ position: relative;
20
+ width: 100%;
21
+ height: 200px;
22
+ background: #163e7a;
23
+ box-sizing: border-box;
24
+ padding: 60px 40px 0 40px;
25
+ color: #fff;
26
+ }
27
+ .appbar .row {
28
+ display: flex;
29
+ align-items: center;
30
+ gap: 28px;
31
+ }
32
+ .appbar .title {
33
+ font-size: 56px;
34
+ font-weight: 700;
35
+ letter-spacing: 0.2px;
36
+ }
37
+ .back-btn {
38
+ width: 72px; height: 72px; display: flex; align-items: center; justify-content: center;
39
+ }
40
+ .back-btn svg { fill: none; stroke: #fff; stroke-width: 7; }
41
+
42
+ /* Content area */
43
+ .content {
44
+ padding: 40px;
45
+ }
46
+ .heading {
47
+ font-size: 64px;
48
+ font-weight: 800;
49
+ margin-top: 20px;
50
+ line-height: 1.15;
51
+ color: #2a2a2a;
52
+ }
53
+
54
+ /* Tabs */
55
+ .tabs {
56
+ display: flex;
57
+ gap: 70px;
58
+ margin-top: 36px;
59
+ border-bottom: 2px solid #e6e6e6;
60
+ padding-bottom: 12px;
61
+ }
62
+ .tab {
63
+ font-size: 40px;
64
+ color: #333;
65
+ padding: 12px 6px;
66
+ }
67
+ .tab.active {
68
+ color: #2d63d8;
69
+ position: relative;
70
+ font-weight: 700;
71
+ }
72
+ .tab.active::after {
73
+ content: "";
74
+ position: absolute;
75
+ left: 0;
76
+ right: 0;
77
+ bottom: -14px;
78
+ height: 8px;
79
+ background: #2d63d8;
80
+ border-radius: 6px;
81
+ }
82
+
83
+ /* Cards */
84
+ .card {
85
+ background: #fff;
86
+ border-radius: 18px;
87
+ box-shadow: 0 6px 24px rgba(0,0,0,0.08);
88
+ padding: 28px;
89
+ display: flex;
90
+ gap: 36px;
91
+ align-items: center;
92
+ margin-top: 28px;
93
+ }
94
+ .thumb {
95
+ width: 180px;
96
+ height: 180px;
97
+ background: #E0E0E0;
98
+ border: 1px solid #BDBDBD;
99
+ border-radius: 10px;
100
+ display: flex;
101
+ align-items: center; justify-content: center;
102
+ color: #757575;
103
+ font-size: 28px;
104
+ text-align: center;
105
+ line-height: 1.2;
106
+ flex: 0 0 180px;
107
+ }
108
+ .card-title {
109
+ font-size: 48px;
110
+ font-weight: 700;
111
+ color: #222;
112
+ line-height: 1.25;
113
+ }
114
+
115
+ /* CTA button */
116
+ .cta-wrap {
117
+ width: 100%;
118
+ display: flex;
119
+ justify-content: center;
120
+ margin-top: 44px;
121
+ }
122
+ .cta {
123
+ padding: 28px 36px;
124
+ border: 3px solid #2d63d8;
125
+ color: #2d63d8;
126
+ font-size: 40px;
127
+ border-radius: 18px;
128
+ background: #fff;
129
+ width: 720px;
130
+ text-align: center;
131
+ font-weight: 700;
132
+ }
133
+ </style>
134
+ </head>
135
+ <body>
136
+ <div id="render-target">
137
+
138
+ <!-- Top App Bar -->
139
+ <div class="appbar">
140
+ <div class="row">
141
+ <div class="back-btn" aria-label="Back">
142
+ <svg viewBox="0 0 24 24" width="56" height="56">
143
+ <path d="M15.5 4 L6 12 L15.5 20" />
144
+ </svg>
145
+ </div>
146
+ <div class="title">Travel Articles</div>
147
+ </div>
148
+ </div>
149
+
150
+ <!-- Content -->
151
+ <div class="content">
152
+ <div class="heading">Explore travel categories</div>
153
+
154
+ <!-- Tabs -->
155
+ <div class="tabs">
156
+ <div class="tab">Travel Tips</div>
157
+ <div class="tab active">Eat &amp; Drink</div>
158
+ <div class="tab">Destinations</div>
159
+ <div class="tab">Family T</div>
160
+ </div>
161
+
162
+ <!-- Cards List -->
163
+ <div class="card" style="margin-top:36px;">
164
+ <div class="thumb">[IMG: Vegan bowl]</div>
165
+ <div class="card-title">The top 5 cities for vegan travelers</div>
166
+ </div>
167
+
168
+ <div class="card">
169
+ <div class="thumb">[IMG: Chef plating dish]</div>
170
+ <div class="card-title">The best Michelin-starred hotel<br>restaurants</div>
171
+ </div>
172
+
173
+ <div class="card">
174
+ <div class="thumb">[IMG: Brunch plate]</div>
175
+ <div class="card-title">The top 7 brunch spots in Los<br>Angeles</div>
176
+ </div>
177
+
178
+ <div class="card">
179
+ <div class="thumb">[IMG: Vineyard path]</div>
180
+ <div class="card-title">7 chateau hotels in Franceโ€™s<br>vineyards</div>
181
+ </div>
182
+
183
+ <div class="cta-wrap">
184
+ <div class="cta">Read more from this category</div>
185
+ </div>
186
+ </div>
187
+
188
+ </div>
189
+ </body>
190
+ </html>
code/20151/20151_8.html ADDED
@@ -0,0 +1,231 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Travel Articles UI</title>
6
+ <style>
7
+ body {
8
+ margin: 0;
9
+ padding: 0;
10
+ background: transparent;
11
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
12
+ }
13
+ #render-target {
14
+ width: 1080px;
15
+ height: 2400px;
16
+ position: relative;
17
+ overflow: hidden;
18
+ background: #ffffff;
19
+ }
20
+
21
+ /* Top App Bar */
22
+ .app-bar {
23
+ position: absolute;
24
+ top: 0;
25
+ left: 0;
26
+ width: 1080px;
27
+ height: 200px;
28
+ background: #153A78; /* deep blue */
29
+ box-shadow: 0 2px 6px rgba(0,0,0,0.25);
30
+ }
31
+ .app-bar .title {
32
+ position: absolute;
33
+ left: 140px;
34
+ top: 66px;
35
+ color: #fff;
36
+ font-weight: 700;
37
+ font-size: 56px;
38
+ letter-spacing: 0.3px;
39
+ }
40
+ .back-btn {
41
+ position: absolute;
42
+ left: 36px;
43
+ top: 74px;
44
+ width: 56px;
45
+ height: 56px;
46
+ }
47
+ .status-icons {
48
+ position: absolute;
49
+ right: 30px;
50
+ top: 28px;
51
+ display: flex;
52
+ gap: 18px;
53
+ align-items: center;
54
+ }
55
+ .status-icons .dot {
56
+ width: 18px; height: 18px; border-radius: 50%; background: rgba(255,255,255,0.85);
57
+ }
58
+ .status-icons svg { width: 28px; height: 28px; fill: none; stroke: rgba(255,255,255,0.9); stroke-width: 2.2; }
59
+
60
+ /* Content */
61
+ .content {
62
+ position: absolute;
63
+ top: 220px;
64
+ left: 0;
65
+ width: 100%;
66
+ padding: 0 60px 40px 60px;
67
+ box-sizing: border-box;
68
+ }
69
+ .heading {
70
+ font-size: 64px;
71
+ font-weight: 800;
72
+ color: #222;
73
+ margin: 0 0 36px 0;
74
+ line-height: 1.15;
75
+ }
76
+
77
+ /* Tabs */
78
+ .tabs {
79
+ display: flex;
80
+ gap: 54px;
81
+ border-bottom: 1px solid #e5e5e5;
82
+ padding-bottom: 18px;
83
+ margin-bottom: 22px;
84
+ }
85
+ .tab {
86
+ font-size: 40px;
87
+ color: #5f6b7a;
88
+ padding-bottom: 22px;
89
+ position: relative;
90
+ white-space: nowrap;
91
+ }
92
+ .tab.active {
93
+ color: #1A73E8;
94
+ font-weight: 700;
95
+ }
96
+ .tab.active::after {
97
+ content: "";
98
+ position: absolute;
99
+ left: 0;
100
+ bottom: -2px;
101
+ width: 100%;
102
+ height: 8px;
103
+ background: #1A73E8;
104
+ border-radius: 4px 4px 0 0;
105
+ }
106
+
107
+ /* Cards */
108
+ .card {
109
+ background: #fff;
110
+ border-radius: 16px;
111
+ box-shadow: 0 6px 18px rgba(0,0,0,0.12);
112
+ padding: 32px;
113
+ display: flex;
114
+ gap: 36px;
115
+ align-items: center;
116
+ margin: 24px 0;
117
+ }
118
+ .img-placeholder {
119
+ width: 230px;
120
+ height: 190px;
121
+ background: #E0E0E0;
122
+ border: 1px solid #BDBDBD;
123
+ border-radius: 8px;
124
+ display: flex;
125
+ align-items: center;
126
+ justify-content: center;
127
+ color: #757575;
128
+ font-size: 28px;
129
+ text-align: center;
130
+ padding: 12px;
131
+ box-sizing: border-box;
132
+ }
133
+ .card .text {
134
+ flex: 1;
135
+ color: #222;
136
+ font-size: 48px;
137
+ font-weight: 700;
138
+ line-height: 1.25;
139
+ }
140
+
141
+ /* Outline Button */
142
+ .outline-btn {
143
+ width: 880px;
144
+ height: 120px;
145
+ margin: 34px auto 0;
146
+ border: 2px solid #1A73E8;
147
+ border-radius: 16px;
148
+ color: #1A73E8;
149
+ font-size: 40px;
150
+ font-weight: 700;
151
+ display: flex;
152
+ align-items: center;
153
+ justify-content: center;
154
+ background: #fff;
155
+ }
156
+
157
+ /* Home indicator */
158
+ .home-indicator {
159
+ position: absolute;
160
+ bottom: 34px;
161
+ left: 50%;
162
+ transform: translateX(-50%);
163
+ width: 300px;
164
+ height: 12px;
165
+ background: #000;
166
+ border-radius: 8px;
167
+ opacity: 0.25;
168
+ }
169
+ </style>
170
+ </head>
171
+ <body>
172
+ <div id="render-target">
173
+ <!-- Top App Bar -->
174
+ <div class="app-bar">
175
+ <svg class="back-btn" viewBox="0 0 24 24">
176
+ <path d="M15.5 19l-7-7 7-7" stroke="#fff" stroke-width="2.4" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
177
+ </svg>
178
+ <div class="title">Travel Articles</div>
179
+ <div class="status-icons">
180
+ <div class="dot"></div>
181
+ <svg viewBox="0 0 24 24">
182
+ <path d="M3 18l9-12 9 12" />
183
+ </svg>
184
+ <svg viewBox="0 0 24 24">
185
+ <rect x="4" y="6" width="16" height="12" rx="2"></rect>
186
+ <rect x="21" y="9" width="2" height="6" rx="1"></rect>
187
+ </svg>
188
+ </div>
189
+ </div>
190
+
191
+ <!-- Content Area -->
192
+ <div class="content">
193
+ <h1 class="heading">Explore travel categories</h1>
194
+
195
+ <!-- Tabs -->
196
+ <div class="tabs">
197
+ <div class="tab active">Travel Tips</div>
198
+ <div class="tab">Eat &amp; Drink</div>
199
+ <div class="tab">Destinations</div>
200
+ <div class="tab">Family T</div>
201
+ </div>
202
+
203
+ <!-- Cards -->
204
+ <div class="card">
205
+ <div class="img-placeholder">[IMG: Environmental protest poster]</div>
206
+ <div class="text">6 standout sustainable cities around the world</div>
207
+ </div>
208
+
209
+ <div class="card">
210
+ <div class="img-placeholder">[IMG: Eiffel Tower under bridge]</div>
211
+ <div class="text">48 hours in Paris, France</div>
212
+ </div>
213
+
214
+ <div class="card">
215
+ <div class="img-placeholder">[IMG: NYC waterfront skyline]</div>
216
+ <div class="text">48 hours in New York City</div>
217
+ </div>
218
+
219
+ <div class="card">
220
+ <div class="img-placeholder">[IMG: Halloween pumpkins]</div>
221
+ <div class="text">The worldโ€™s top 10 places to celebrate Halloween</div>
222
+ </div>
223
+
224
+ <!-- Read More Button -->
225
+ <div class="outline-btn">Read more from this category</div>
226
+ </div>
227
+
228
+ <div class="home-indicator"></div>
229
+ </div>
230
+ </body>
231
+ </html>
code/20151/20151_9.html ADDED
@@ -0,0 +1,164 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Travel Articles UI</title>
5
+ <style>
6
+ body {
7
+ margin: 0;
8
+ padding: 0;
9
+ background: transparent;
10
+ font-family: Arial, Helvetica, sans-serif;
11
+ }
12
+ #render-target {
13
+ width: 1080px;
14
+ height: 2400px;
15
+ position: relative;
16
+ overflow: hidden;
17
+ background: #ffffff;
18
+ border-radius: 0;
19
+ }
20
+
21
+ /* Top App Bar */
22
+ .appbar {
23
+ position: absolute;
24
+ top: 0;
25
+ left: 0;
26
+ width: 1080px;
27
+ height: 220px;
28
+ background: #153a7a; /* deep blue */
29
+ color: #ffffff;
30
+ }
31
+
32
+ .status-row {
33
+ height: 80px;
34
+ padding: 0 36px;
35
+ display: flex;
36
+ align-items: center;
37
+ justify-content: space-between;
38
+ color: #fff;
39
+ font-size: 34px;
40
+ letter-spacing: 0.5px;
41
+ opacity: 0.95;
42
+ }
43
+
44
+ .status-icons {
45
+ display: flex;
46
+ align-items: center;
47
+ gap: 26px;
48
+ }
49
+
50
+ .title-row {
51
+ height: 140px;
52
+ display: flex;
53
+ align-items: center;
54
+ padding-left: 24px;
55
+ padding-right: 24px;
56
+ position: relative;
57
+ }
58
+
59
+ .back-btn {
60
+ width: 100px;
61
+ height: 100px;
62
+ display: flex;
63
+ align-items: center;
64
+ justify-content: center;
65
+ margin-left: 16px;
66
+ margin-right: 12px;
67
+ }
68
+
69
+ .title {
70
+ font-size: 56px;
71
+ font-weight: 600;
72
+ color: #ffffff;
73
+ }
74
+
75
+ .spinner {
76
+ position: absolute;
77
+ right: 36px;
78
+ top: 92px;
79
+ width: 58px;
80
+ height: 58px;
81
+ border-radius: 50%;
82
+ border: 7px solid #8a8f9a;
83
+ border-top-color: #c9b06e; /* gold-ish accent to mimic loader */
84
+ box-sizing: border-box;
85
+ }
86
+
87
+ /* Content area */
88
+ .content {
89
+ position: absolute;
90
+ top: 220px;
91
+ left: 0;
92
+ width: 1080px;
93
+ height: 2080px;
94
+ background: #ffffff;
95
+ }
96
+
97
+ /* Bottom gesture bar */
98
+ .gesture-bar {
99
+ position: absolute;
100
+ bottom: 0;
101
+ left: 0;
102
+ width: 1080px;
103
+ height: 92px;
104
+ background: #000000;
105
+ }
106
+ .gesture-pill {
107
+ position: absolute;
108
+ bottom: 26px;
109
+ left: 50%;
110
+ transform: translateX(-50%);
111
+ width: 500px;
112
+ height: 12px;
113
+ background: #d0d0d0;
114
+ border-radius: 8px;
115
+ opacity: 0.75;
116
+ }
117
+ </style>
118
+ </head>
119
+ <body>
120
+ <div id="render-target">
121
+ <div class="appbar">
122
+ <div class="status-row">
123
+ <div class="time">3:14</div>
124
+ <div class="status-icons">
125
+ <!-- Circle-minus icon -->
126
+ <svg width="32" height="32" viewBox="0 0 30 30">
127
+ <circle cx="15" cy="15" r="12" stroke="#ffffff" stroke-width="2" fill="none"></circle>
128
+ <line x1="8" y1="15" x2="22" y2="15" stroke="#ffffff" stroke-width="2" />
129
+ </svg>
130
+ <!-- WiFi icon -->
131
+ <svg width="42" height="26" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
132
+ <path d="M2 8c5-4 15-4 20 0"></path>
133
+ <path d="M5 11c3-3 11-3 14 0"></path>
134
+ <path d="M8 14c2-2 6-2 8 0"></path>
135
+ <circle cx="12" cy="18" r="1.5" fill="#ffffff"></circle>
136
+ </svg>
137
+ <!-- Battery icon -->
138
+ <svg width="40" height="26" viewBox="0 0 24 24" fill="none">
139
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2" stroke="#ffffff" stroke-width="2"></rect>
140
+ <rect x="20" y="9" width="2" height="6" fill="#ffffff"></rect>
141
+ </svg>
142
+ </div>
143
+ </div>
144
+ <div class="title-row">
145
+ <div class="back-btn">
146
+ <svg width="56" height="56" viewBox="0 0 48 48">
147
+ <path d="M30 10 L18 24 L30 38" stroke="#ffffff" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
148
+ </svg>
149
+ </div>
150
+ <div class="title">Travel Articles</div>
151
+ <div class="spinner"></div>
152
+ </div>
153
+ </div>
154
+
155
+ <div class="content">
156
+ <!-- Main content area intentionally empty to match screenshot -->
157
+ </div>
158
+
159
+ <div class="gesture-bar">
160
+ <div class="gesture-pill"></div>
161
+ </div>
162
+ </div>
163
+ </body>
164
+ </html>
code/20157/20157_0.html ADDED
@@ -0,0 +1,448 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Favourites - Mock UI</title>
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 110px;
23
+ display: flex;
24
+ align-items: center;
25
+ padding: 0 28px;
26
+ color: #2d2d2d;
27
+ font-size: 34px;
28
+ z-index: 5;
29
+ }
30
+ .status-left { display: flex; align-items: center; gap: 28px; }
31
+ .status-right { margin-left: auto; display: flex; align-items: center; gap: 26px; }
32
+ .chip-weather { font-size: 32px; color: #4d4d4d; }
33
+ .icon {
34
+ width: 36px; height: 36px; display: inline-block;
35
+ }
36
+ .icon svg { width: 100%; height: 100%; }
37
+
38
+ /* Map header */
39
+ .map-header {
40
+ position: absolute;
41
+ top: 0;
42
+ left: 0;
43
+ width: 1080px;
44
+ height: 760px;
45
+ background: #cfe6c9;
46
+ }
47
+ .map-img {
48
+ position: absolute;
49
+ top: 110px;
50
+ left: 0;
51
+ width: 1080px;
52
+ height: 650px;
53
+ background: #E0E0E0;
54
+ border: 1px solid #BDBDBD;
55
+ display: flex;
56
+ align-items: center;
57
+ justify-content: center;
58
+ color: #4f4f4f;
59
+ font-size: 38px;
60
+ }
61
+
62
+ /* Floating back button */
63
+ .back-btn {
64
+ position: absolute;
65
+ top: 150px;
66
+ left: 40px;
67
+ width: 110px;
68
+ height: 110px;
69
+ background: rgba(0,0,0,0.35);
70
+ border-radius: 55px;
71
+ display: flex;
72
+ align-items: center;
73
+ justify-content: center;
74
+ z-index: 6;
75
+ }
76
+ .back-btn svg { width: 52px; height: 52px; }
77
+
78
+ /* Heart markers on map */
79
+ .map-heart {
80
+ position: absolute;
81
+ width: 72px;
82
+ height: 72px;
83
+ background: #fff;
84
+ border-radius: 36px;
85
+ display: flex;
86
+ align-items: center;
87
+ justify-content: center;
88
+ box-shadow: 0 2px 6px rgba(0,0,0,0.25);
89
+ z-index: 6;
90
+ }
91
+ .map-heart svg { width: 40px; height: 40px; }
92
+ .map-heart.left1 { top: 360px; left: 50px; }
93
+ .map-heart.left2 { top: 430px; left: 110px; }
94
+ .map-heart.right1 { top: 430px; right: 90px; }
95
+
96
+ /* Content body */
97
+ .content {
98
+ position: absolute;
99
+ top: 760px;
100
+ left: 0;
101
+ width: 1080px;
102
+ height: 1640px;
103
+ background: #fff;
104
+ border-top-left-radius: 24px;
105
+ border-top-right-radius: 24px;
106
+ box-shadow: 0 -2px 6px rgba(0,0,0,0.05);
107
+ }
108
+
109
+ .section-header {
110
+ padding: 36px 40px 22px 40px;
111
+ border-bottom: 0;
112
+ }
113
+ .title-row { display: flex; align-items: center; gap: 20px; }
114
+ .title-heart {
115
+ width: 64px; height: 64px; border-radius: 32px; background: #ffebf0;
116
+ display: flex; align-items: center; justify-content: center;
117
+ }
118
+ .title-heart svg { width: 40px; height: 40px; }
119
+ .section-title { font-size: 56px; font-weight: 600; color: #222; }
120
+ .meta-row { margin-top: 10px; color: #666; font-size: 36px; display: flex; align-items: center; gap: 16px; }
121
+ .meta-row .dot { margin: 0 8px; color: #999; }
122
+
123
+ /* Action pills */
124
+ .action-row {
125
+ margin-top: 30px;
126
+ display: flex;
127
+ gap: 24px;
128
+ padding: 0 40px;
129
+ }
130
+ .pill {
131
+ display: flex; align-items: center; gap: 18px;
132
+ border: 1px solid #d7d7d7;
133
+ padding: 18px 28px;
134
+ border-radius: 36px;
135
+ font-size: 34px;
136
+ color: #1a1a1a;
137
+ background: #fff;
138
+ }
139
+ .pill .icon { width: 40px; height: 40px; }
140
+
141
+ /* Card */
142
+ .card {
143
+ margin-top: 34px;
144
+ border-top: 1px solid #eee;
145
+ padding: 24px 28px 20px 28px;
146
+ }
147
+ .photo-row {
148
+ display: flex;
149
+ gap: 22px;
150
+ width: 100%;
151
+ }
152
+ .photo {
153
+ flex: 1;
154
+ height: 380px;
155
+ background: #E0E0E0;
156
+ border: 1px solid #BDBDBD;
157
+ display: flex;
158
+ align-items: center;
159
+ justify-content: center;
160
+ color: #555;
161
+ font-size: 34px;
162
+ position: relative;
163
+ }
164
+ .photo.small { flex: 0.9; }
165
+
166
+ .choose-overlay {
167
+ position: absolute;
168
+ left: 28px;
169
+ top: 24px;
170
+ display: flex;
171
+ align-items: center;
172
+ gap: 12px;
173
+ background: rgba(255,255,255,0.92);
174
+ color: #222;
175
+ font-size: 34px;
176
+ padding: 14px 18px;
177
+ border-radius: 38px;
178
+ border: 1px solid #ddd;
179
+ }
180
+ .choose-overlay .icon { width: 36px; height: 36px; }
181
+
182
+ .card-title {
183
+ margin-top: 28px;
184
+ font-size: 48px;
185
+ font-weight: 600;
186
+ color: #222;
187
+ padding-left: 8px;
188
+ }
189
+
190
+ .rating-row {
191
+ margin-top: 12px;
192
+ display: flex; align-items: center; gap: 8px;
193
+ font-size: 34px; color: #444;
194
+ padding-left: 8px;
195
+ }
196
+ .stars { display: flex; gap: 4px; }
197
+ .stars svg { width: 32px; height: 32px; }
198
+
199
+ .info-row {
200
+ margin-top: 12px;
201
+ display: flex; align-items: center; gap: 18px;
202
+ font-size: 34px; color: #333;
203
+ padding-left: 8px;
204
+ }
205
+ .info-row .small-icon { width: 32px; height: 32px; }
206
+ .open-row {
207
+ margin-top: 8px; padding-left: 8px;
208
+ font-size: 34px;
209
+ }
210
+ .open-row .open { color: #0a8f36; font-weight: 600; }
211
+ .open-row .sep { color: #999; margin: 0 10px; }
212
+
213
+ .add-note {
214
+ margin-top: 24px; padding-left: 8px; color: #1976d2; font-size: 36px;
215
+ }
216
+
217
+ .cta-row {
218
+ margin-top: 26px;
219
+ display: flex; align-items: center; gap: 22px;
220
+ padding-left: 8px;
221
+ }
222
+ .cta-primary {
223
+ background: #1976ff;
224
+ color: #fff;
225
+ border-radius: 48px;
226
+ padding: 22px 34px;
227
+ font-size: 38px;
228
+ display: flex; align-items: center; gap: 18px;
229
+ }
230
+ .cta-primary .icon { width: 42px; height: 42px; }
231
+ .cta {
232
+ background: #fff;
233
+ color: #1a1a1a;
234
+ border: 1px solid #d7d7d7;
235
+ border-radius: 48px;
236
+ padding: 20px 30px;
237
+ font-size: 36px;
238
+ display: flex; align-items: center; gap: 16px;
239
+ }
240
+ .cta .icon { width: 40px; height: 40px; }
241
+
242
+ /* Second card preview */
243
+ .card-preview {
244
+ margin-top: 24px;
245
+ padding: 0 28px;
246
+ }
247
+ .wide-photo {
248
+ width: 1024px;
249
+ height: 280px;
250
+ background: #E0E0E0;
251
+ border: 1px solid #BDBDBD;
252
+ display: flex; align-items: center; justify-content: center;
253
+ color: #555; font-size: 32px;
254
+ }
255
+
256
+ /* Floating "View map" */
257
+ .floating-map {
258
+ position: absolute;
259
+ right: 28px;
260
+ bottom: 280px;
261
+ background: #fff;
262
+ border: 1px solid #d7d7d7;
263
+ border-radius: 28px;
264
+ box-shadow: 0 6px 20px rgba(0,0,0,0.15);
265
+ padding: 22px 22px;
266
+ display: flex; align-items: center; gap: 16px;
267
+ font-size: 36px; color: #1a1a1a;
268
+ }
269
+ .floating-map .icon { width: 44px; height: 44px; }
270
+
271
+ </style>
272
+ </head>
273
+ <body>
274
+ <div id="render-target">
275
+
276
+ <!-- Status Bar -->
277
+ <div class="status-bar">
278
+ <div class="status-left">
279
+ <span>8:52</span>
280
+ <span class="chip-weather">84ยฐ</span>
281
+ <span class="icon" title="calendar">
282
+ <svg viewBox="0 0 24 24"><rect x="3" y="5" width="18" height="16" rx="2" fill="#777"/><rect x="3" y="9" width="18" height="2" fill="#999"/></svg>
283
+ </span>
284
+ <span class="icon" title="alarm">
285
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="14" r="7" fill="#777"/><rect x="11" y="7" width="2" height="5" fill="#999"/></svg>
286
+ </span>
287
+ </div>
288
+ <div class="status-right">
289
+ <span class="icon" title="signal">
290
+ <svg viewBox="0 0 24 24"><rect x="3" y="14" width="3" height="7" fill="#333"/><rect x="8" y="11" width="3" height="10" fill="#333"/><rect x="13" y="8" width="3" height="13" fill="#333"/><rect x="18" y="5" width="3" height="16" fill="#333"/></svg>
291
+ </span>
292
+ <span class="icon" title="wifi">
293
+ <svg viewBox="0 0 24 24"><path d="M2 9c5-5 15-5 20 0" stroke="#333" stroke-width="2" fill="none"/><path d="M6 13c3-3 9-3 12 0" stroke="#333" stroke-width="2" fill="none"/><circle cx="12" cy="17" r="2" fill="#333"/></svg>
294
+ </span>
295
+ <span class="icon" title="battery">
296
+ <svg viewBox="0 0 24 24"><rect x="3" y="6" width="16" height="12" stroke="#333" fill="none"/><rect x="5" y="8" width="12" height="8" fill="#333"/><rect x="19" y="10" width="2" height="4" fill="#333"/></svg>
297
+ </span>
298
+ </div>
299
+ </div>
300
+
301
+ <!-- Map Header -->
302
+ <div class="map-header"></div>
303
+ <div class="map-img">[IMG: Map of South Wales]</div>
304
+
305
+ <!-- Back button -->
306
+ <div class="back-btn">
307
+ <svg viewBox="0 0 24 24">
308
+ <path d="M15 19L8 12l7-7" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
309
+ </svg>
310
+ </div>
311
+
312
+ <!-- Heart markers -->
313
+ <div class="map-heart left1">
314
+ <svg viewBox="0 0 24 24"><path d="M12 21s-7-4.4-9.5-8.2C1.3 10.3 3 7 6.4 7c2 0 3.2 1.3 3.6 2.2.4-.9 1.6-2.2 3.6-2.2 3.4 0 5.1 3.3 3.9 5.8C19 16.6 12 21 12 21z" fill="#f06292"/></svg>
315
+ </div>
316
+ <div class="map-heart left2">
317
+ <svg viewBox="0 0 24 24"><path d="M12 21s-7-4.4-9.5-8.2C1.3 10.3 3 7 6.4 7c2 0 3.2 1.3 3.6 2.2.4-.9 1.6-2.2 3.6-2.2 3.4 0 5.1 3.3 3.9 5.8C19 16.6 12 21 12 21z" fill="#f06292"/></svg>
318
+ </div>
319
+ <div class="map-heart right1">
320
+ <svg viewBox="0 0 24 24"><path d="M12 21s-7-4.4-9.5-8.2C1.3 10.3 3 7 6.4 7c2 0 3.2 1.3 3.6 2.2.4-.9 1.6-2.2 3.6-2.2 3.4 0 5.1 3.3 3.9 5.8C19 16.6 12 21 12 21z" fill="#f06292"/></svg>
321
+ </div>
322
+
323
+ <!-- Content -->
324
+ <div class="content">
325
+ <div class="section-header">
326
+ <div class="title-row">
327
+ <div class="title-heart">
328
+ <svg viewBox="0 0 24 24"><path d="M12 21s-7-4.4-9.5-8.2C1.3 10.3 3 7 6.4 7c2 0 3.2 1.3 3.6 2.2.4-.9 1.6-2.2 3.6-2.2 3.4 0 5.1 3.3 3.9 5.8C19 16.6 12 21 12 21z" fill="#e91e63"/></svg>
329
+ </div>
330
+ <div class="section-title">Favourites</div>
331
+ </div>
332
+ <div class="meta-row">
333
+ <span class="icon">
334
+ <svg viewBox="0 0 24 24"><rect x="6" y="10" width="12" height="10" rx="2" fill="#777"/><path d="M8 10V7a4 4 0 118 0v3" stroke="#777" stroke-width="2" fill="none"/></svg>
335
+ </span>
336
+ <span>Private</span>
337
+ <span class="dot">ยท</span>
338
+ <span>4 places</span>
339
+ </div>
340
+ </div>
341
+
342
+ <div class="action-row">
343
+ <div class="pill">
344
+ <span class="icon">
345
+ <svg viewBox="0 0 24 24"><path d="M12 3v12" stroke="#444" stroke-width="2"/><path d="M7 8l5-5 5 5" stroke="#444" stroke-width="2" fill="none"/></svg>
346
+ </span>
347
+ <span>Publish</span>
348
+ </div>
349
+ <div class="pill">
350
+ <span class="icon">
351
+ <svg viewBox="0 0 24 24"><path d="M3 17v4h4l10-10-4-4L3 17z" fill="#444"/></svg>
352
+ </span>
353
+ <span>Edit</span>
354
+ </div>
355
+ <div class="pill">
356
+ <span class="icon">
357
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9" stroke="#444" fill="none"/><path d="M12 7v10M7 12h10" stroke="#444" stroke-width="2"/></svg>
358
+ </span>
359
+ <span>Add</span>
360
+ </div>
361
+ <div class="pill">
362
+ <span class="icon">
363
+ <svg viewBox="0 0 24 24"><path d="M18 8l-6 6-2-2" stroke="#444" stroke-width="2" fill="none"/><path d="M4 20h16V4H4z" stroke="#444" fill="none"/></svg>
364
+ </span>
365
+ <span>Share</span>
366
+ </div>
367
+ </div>
368
+
369
+ <!-- Card: Clock Works -->
370
+ <div class="card">
371
+ <div class="photo-row">
372
+ <div class="photo">
373
+ [IMG: Pub interior]
374
+ <div class="choose-overlay">
375
+ <span class="icon">
376
+ <svg viewBox="0 0 24 24"><rect x="4" y="6" width="16" height="12" rx="2" fill="#666"/><circle cx="12" cy="12" r="3" fill="#fff"/></svg>
377
+ </span>
378
+ <span>Choose photo</span>
379
+ </div>
380
+ </div>
381
+ <div class="photo small">[IMG: Roast dinner plate]</div>
382
+ </div>
383
+
384
+ <div class="card-title">Clock Works</div>
385
+
386
+ <div class="rating-row">
387
+ <span>4.2</span>
388
+ <div class="stars">
389
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 6 6 .9-4.5 4.3 1.1 6.5L12 17l-5.6 2.7 1.1-6.5L3 8.9 9 8l3-6z" fill="#fbc02d"/></svg>
390
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 6 6 .9-4.5 4.3 1.1 6.5L12 17l-5.6 2.7 1.1-6.5L3 8.9 9 8l3-6z" fill="#fbc02d"/></svg>
391
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 6 6 .9-4.5 4.3 1.1 6.5L12 17l-5.6 2.7 1.1-6.5L3 8.9 9 8l3-6z" fill="#fbc02d"/></svg>
392
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 6 6 .9-4.5 4.3 1.1 6.5L12 17l-5.6 2.7 1.1-6.5L3 8.9 9 8l3-6z" fill="#fbc02d"/></svg>
393
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 6 6 .9-4.5 4.3 1.1 6.5L12 17l-5.6 2.7 1.1-6.5L3 8.9 9 8l3-6z" fill="#d6d6d6"/></svg>
394
+ </div>
395
+ <span>(1,041)</span>
396
+ </div>
397
+
398
+ <div class="info-row">
399
+ <span>Pub</span>
400
+ <span class="small-icon">โ™ฟ</span>
401
+ <span>โ‚นโ‚น</span>
402
+ </div>
403
+
404
+ <div class="open-row">
405
+ <span class="open">Open</span><span class="sep">ยท</span><span>Closes 11 pm</span>
406
+ </div>
407
+
408
+ <div class="add-note">Add note</div>
409
+
410
+ <div class="cta-row">
411
+ <div class="cta-primary">
412
+ <span class="icon">
413
+ <svg viewBox="0 0 24 24"><path d="M12 21l-7-7h4V3h6v11h4l-7 7z" fill="#fff"/></svg>
414
+ </span>
415
+ <span>Directions</span>
416
+ </div>
417
+ <div class="cta">
418
+ <span class="icon">
419
+ <svg viewBox="0 0 24 24"><path d="M6 2h5l2 5-3 2 6 6 2-3 5 2v5c-7 2-15-6-17-13z" fill="#444"/></svg>
420
+ </span>
421
+ <span>Call</span>
422
+ </div>
423
+ <div class="cta">
424
+ <span class="icon">
425
+ <svg viewBox="0 0 24 24"><path d="M18 8l-6 6-2-2" stroke="#444" stroke-width="2" fill="none"/><path d="M4 20h16V4H4z" stroke="#444" fill="none"/></svg>
426
+ </span>
427
+ <span>Share</span>
428
+ </div>
429
+ </div>
430
+ </div>
431
+
432
+ <!-- Second card preview -->
433
+ <div class="card-preview">
434
+ <div class="wide-photo">[IMG: Bar interior - next place]</div>
435
+ </div>
436
+ </div>
437
+
438
+ <!-- Floating 'View map' button -->
439
+ <div class="floating-map">
440
+ <span class="icon">
441
+ <svg viewBox="0 0 24 24"><path d="M4 6l6-2 6 2 4-2v16l-4 2-6-2-6 2V6z" fill="#1976d2"/></svg>
442
+ </span>
443
+ <span>View map</span>
444
+ </div>
445
+
446
+ </div>
447
+ </body>
448
+ </html>
code/20157/20157_1.html ADDED
@@ -0,0 +1,380 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>Share Permission Modal - Mobile UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #111;
13
+ }
14
+
15
+ /* Background map placeholder */
16
+ .map-bg {
17
+ position: absolute;
18
+ inset: 0;
19
+ background: #d0e2d0;
20
+ border: 1px solid #bdbdbd;
21
+ color: #757575;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: center;
25
+ font-size: 32px;
26
+ letter-spacing: 0.5px;
27
+ }
28
+ .dark-overlay {
29
+ position: absolute;
30
+ inset: 0;
31
+ background: rgba(0,0,0,0.55);
32
+ }
33
+
34
+ /* Status bar */
35
+ .status-bar {
36
+ position: absolute;
37
+ top: 0;
38
+ left: 0;
39
+ width: 1080px;
40
+ height: 110px;
41
+ color: #fff;
42
+ display: flex;
43
+ align-items: center;
44
+ padding: 0 28px;
45
+ font-size: 34px;
46
+ z-index: 3;
47
+ }
48
+ .status-left { display: flex; gap: 24px; align-items: center; }
49
+ .status-right { margin-left: auto; display: flex; gap: 24px; align-items: center; }
50
+
51
+ .icon-battery, .icon-wifi {
52
+ width: 40px; height: 40px;
53
+ }
54
+
55
+ /* Header */
56
+ .close-btn {
57
+ position: absolute;
58
+ top: 140px;
59
+ left: 36px;
60
+ width: 88px;
61
+ height: 88px;
62
+ border-radius: 44px;
63
+ background: rgba(0,0,0,0.6);
64
+ border: 2px solid rgba(255,255,255,0.2);
65
+ display: flex;
66
+ align-items: center;
67
+ justify-content: center;
68
+ z-index: 4;
69
+ }
70
+ .header-title {
71
+ position: absolute;
72
+ top: 180px;
73
+ width: 100%;
74
+ text-align: center;
75
+ font-size: 64px;
76
+ color: #cfcfcf;
77
+ letter-spacing: 0.5px;
78
+ z-index: 3;
79
+ }
80
+
81
+ .sharing-row {
82
+ position: absolute;
83
+ top: 280px;
84
+ left: 60px;
85
+ display: flex;
86
+ align-items: center;
87
+ gap: 24px;
88
+ color: #d9d9d9;
89
+ z-index: 3;
90
+ }
91
+ .avatar {
92
+ width: 74px;
93
+ height: 74px;
94
+ border-radius: 37px;
95
+ background: #e0e0e0;
96
+ border: 1px solid #bdbdbd;
97
+ color: #757575;
98
+ display: flex;
99
+ align-items: center;
100
+ justify-content: center;
101
+ font-size: 24px;
102
+ }
103
+ .sharing-text {
104
+ font-size: 36px;
105
+ line-height: 1.2;
106
+ }
107
+ .sharing-sub {
108
+ font-size: 28px;
109
+ opacity: 0.9;
110
+ }
111
+
112
+ /* Permission modal */
113
+ .modal {
114
+ position: absolute;
115
+ top: 860px;
116
+ left: 60px;
117
+ width: 960px;
118
+ border-radius: 46px;
119
+ background: #2d2f33;
120
+ z-index: 5;
121
+ padding: 60px 60px;
122
+ box-shadow: 0 12px 24px rgba(0,0,0,0.6);
123
+ color: #fff;
124
+ text-align: center;
125
+ }
126
+ .modal-icon {
127
+ width: 100px;
128
+ height: 80px;
129
+ margin: 0 auto 36px;
130
+ }
131
+ .modal h2 {
132
+ margin: 0 0 40px;
133
+ font-size: 48px;
134
+ font-weight: 700;
135
+ }
136
+ .btn {
137
+ width: 840px;
138
+ margin: 0 auto 26px;
139
+ height: 130px;
140
+ border-radius: 30px;
141
+ background: #cfe4ff;
142
+ color: #20262e;
143
+ font-size: 44px;
144
+ font-weight: 600;
145
+ display: flex;
146
+ align-items: center;
147
+ justify-content: center;
148
+ }
149
+ .btn.secondary {
150
+ background: #cfe4ff;
151
+ }
152
+
153
+ /* Bottom share sheet */
154
+ .sheet {
155
+ position: absolute;
156
+ bottom: 0;
157
+ left: 0;
158
+ width: 1080px;
159
+ height: 760px;
160
+ background: #fff;
161
+ border-top-left-radius: 36px;
162
+ border-top-right-radius: 36px;
163
+ z-index: 2;
164
+ box-shadow: 0 -10px 20px rgba(0,0,0,0.4);
165
+ padding-top: 26px;
166
+ }
167
+ .sheet .to-row {
168
+ padding: 0 36px 18px;
169
+ border-bottom: 1px solid #eee;
170
+ display: flex;
171
+ align-items: center;
172
+ gap: 20px;
173
+ color: #333;
174
+ }
175
+ .to-row .label { font-size: 32px; color: #666; min-width: 40px; }
176
+ .to-row input {
177
+ flex: 1;
178
+ height: 72px;
179
+ border-radius: 18px;
180
+ border: 1px solid #ddd;
181
+ padding: 0 20px;
182
+ font-size: 30px;
183
+ }
184
+
185
+ .contacts {
186
+ padding: 20px 24px;
187
+ display: flex;
188
+ gap: 30px;
189
+ overflow: hidden;
190
+ }
191
+ .contact {
192
+ width: 160px;
193
+ text-align: center;
194
+ }
195
+ .contact .circle {
196
+ width: 120px;
197
+ height: 120px;
198
+ border-radius: 60px;
199
+ background: #d9d9ff;
200
+ display: flex;
201
+ align-items: center;
202
+ justify-content: center;
203
+ font-weight: 700;
204
+ font-size: 56px;
205
+ color: #374;
206
+ }
207
+ .contact:nth-child(2) .circle { background:#ffb37a; color:#8a3a00; }
208
+ .contact:nth-child(3) .circle { background:#55b2a3; color:#083b35; }
209
+ .contact:nth-child(4) .circle { background:#6e79d3; color:#15205e; }
210
+ .contact .name {
211
+ margin-top: 16px;
212
+ font-size: 28px;
213
+ color: #333;
214
+ white-space: nowrap;
215
+ overflow: hidden;
216
+ text-overflow: ellipsis;
217
+ }
218
+
219
+ .actions {
220
+ position: absolute;
221
+ bottom: 24px;
222
+ left: 0;
223
+ width: 100%;
224
+ display: flex;
225
+ justify-content: space-around;
226
+ text-align: center;
227
+ }
228
+ .action {
229
+ width: 220px;
230
+ }
231
+ .action .icon {
232
+ width: 86px;
233
+ height: 86px;
234
+ border-radius: 20px;
235
+ background: #e9f0ff;
236
+ margin: 0 auto 10px;
237
+ display: flex;
238
+ align-items: center;
239
+ justify-content: center;
240
+ }
241
+ .action span {
242
+ font-size: 30px;
243
+ color: #333;
244
+ }
245
+ </style>
246
+ </head>
247
+ <body>
248
+ <div id="render-target">
249
+
250
+ <div class="map-bg">[IMG: Google Map]</div>
251
+ <div class="dark-overlay"></div>
252
+
253
+ <!-- Status bar -->
254
+ <div class="status-bar">
255
+ <div class="status-left">
256
+ <div>9:04</div>
257
+ <div>84ยฐ</div>
258
+ <div>โ€ข</div>
259
+ </div>
260
+ <div class="status-right">
261
+ <!-- Simple Wifi icon -->
262
+ <svg class="icon-wifi" viewBox="0 0 24 24">
263
+ <path fill="#fff" d="M12 18c.9 0 1.6.7 1.6 1.6S12.9 21.2 12 21.2s-1.6-.7-1.6-1.6S11.1 18 12 18zm-6-4c3.3-2.7 8.7-2.7 12 0l-1.4 1.6c-2.5-2-6.7-2-9.2 0L6 14zm-3-4c5.5-4.6 14.5-4.6 20 0l-1.5 1.7c-4.6-3.8-12.4-3.8-17 0L3 10z"/>
264
+ </svg>
265
+ <!-- Simple battery icon -->
266
+ <svg class="icon-battery" viewBox="0 0 24 24">
267
+ <rect x="3" y="6" width="16" height="12" rx="2" fill="none" stroke="#fff" stroke-width="2"/>
268
+ <rect x="5" y="8" width="12" height="8" fill="#fff"/>
269
+ <rect x="20" y="10" width="2" height="4" fill="#fff"/>
270
+ </svg>
271
+ </div>
272
+ </div>
273
+
274
+ <!-- Close button -->
275
+ <div class="close-btn">
276
+ <svg width="36" height="36" viewBox="0 0 24 24">
277
+ <path d="M6 6l12 12M18 6L6 18" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
278
+ </svg>
279
+ </div>
280
+
281
+ <!-- Header title -->
282
+ <div class="header-title">Share</div>
283
+
284
+ <!-- Sharing account row -->
285
+ <div class="sharing-row">
286
+ <div class="avatar">๐Ÿ‘ค</div>
287
+ <div>
288
+ <div class="sharing-text">Sharing as Cerebra Research</div>
289
+ <div class="sharing-sub">dbwscratch.test.id3@gmail.com</div>
290
+ </div>
291
+ </div>
292
+
293
+ <!-- Permission modal -->
294
+ <div class="modal">
295
+ <svg class="modal-icon" viewBox="0 0 100 80">
296
+ <!-- ID card outline -->
297
+ <rect x="10" y="10" width="80" height="60" rx="8" fill="none" stroke="#9dd2ff" stroke-width="6"/>
298
+ <!-- avatar circle -->
299
+ <circle cx="35" cy="40" r="10" fill="none" stroke="#9dd2ff" stroke-width="6"/>
300
+ <!-- small badge line -->
301
+ <rect x="55" y="34" width="24" height="12" rx="4" fill="none" stroke="#9dd2ff" stroke-width="6"/>
302
+ </svg>
303
+ <h2>Allow Maps to access your contacts?</h2>
304
+ <div class="btn">Allow</div>
305
+ <div class="btn secondary">Don't allow</div>
306
+ </div>
307
+
308
+ <!-- Bottom share sheet -->
309
+ <div class="sheet">
310
+ <div class="to-row">
311
+ <div class="label">To</div>
312
+ <input type="text" placeholder="Type a name, phone number or email address" />
313
+ </div>
314
+
315
+ <div class="contacts">
316
+ <div class="contact">
317
+ <div class="circle">m</div>
318
+ <div class="name">maria.rossi1...</div>
319
+ </div>
320
+ <div class="contact">
321
+ <div class="circle">J</div>
322
+ <div class="name">Jane-dbw- Per...</div>
323
+ </div>
324
+ <div class="contact">
325
+ <div class="circle">C</div>
326
+ <div class="name">Cerebra Resea...</div>
327
+ </div>
328
+ <div class="contact">
329
+ <div class="circle">m</div>
330
+ <div class="name">maria.rossi19...</div>
331
+ </div>
332
+ <div class="contact">
333
+ <div class="circle">A</div>
334
+ <div class="name">Ayush...</div>
335
+ </div>
336
+ </div>
337
+
338
+ <div class="actions">
339
+ <div class="action">
340
+ <div class="icon">
341
+ <svg width="44" height="44" viewBox="0 0 24 24">
342
+ <path d="M4 4h16v12l-8 4-8-4z" fill="#4a6cff"/>
343
+ </svg>
344
+ </div>
345
+ <span>Messages</span>
346
+ </div>
347
+ <div class="action">
348
+ <div class="icon">
349
+ <svg width="44" height="44" viewBox="0 0 24 24">
350
+ <path d="M12 22C4 18 4 10 12 6c8 4 8 12 0 16z" fill="#6e7cff"/>
351
+ </svg>
352
+ </div>
353
+ <span>Chats</span>
354
+ </div>
355
+ <div class="action">
356
+ <div class="icon">
357
+ <svg width="44" height="44" viewBox="0 0 24 24">
358
+ <rect x="5" y="5" width="14" height="14" rx="2" fill="#7eaaff"/>
359
+ <path d="M8 8h8M8 12h6" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
360
+ </svg>
361
+ </div>
362
+ <span>Copy to clipboard</span>
363
+ </div>
364
+ <div class="action">
365
+ <div class="icon">
366
+ <svg width="44" height="44" viewBox="0 0 24 24">
367
+ <circle cx="12" cy="12" r="10" fill="#8fb4ff"/>
368
+ <circle cx="8" cy="12" r="2" fill="#fff"/>
369
+ <circle cx="12" cy="12" r="2" fill="#fff"/>
370
+ <circle cx="16" cy="12" r="2" fill="#fff"/>
371
+ </svg>
372
+ </div>
373
+ <span>More</span>
374
+ </div>
375
+ </div>
376
+ </div>
377
+
378
+ </div>
379
+ </body>
380
+ </html>
code/20157/20157_2.html ADDED
@@ -0,0 +1,287 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Share UI Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ position: relative;
10
+ width: 1080px;
11
+ height: 2400px;
12
+ overflow: hidden;
13
+ background: #f3f3f3;
14
+ }
15
+
16
+ /* Background map */
17
+ .map-bg {
18
+ position: absolute;
19
+ left: 0; top: 0; right: 0; bottom: 0;
20
+ background: #E0E0E0;
21
+ border: 1px solid #BDBDBD;
22
+ color: #6b6b6b;
23
+ display: flex; align-items: center; justify-content: center;
24
+ font-size: 34px;
25
+ letter-spacing: .5px;
26
+ }
27
+ .dark-scrim {
28
+ position: absolute; left: 0; top: 0; right: 0; height: 980px;
29
+ background: rgba(0,0,0,0.55);
30
+ }
31
+
32
+ /* Status bar */
33
+ .status-bar {
34
+ position: absolute; left: 0; top: 0; width: 1080px; height: 120px;
35
+ background: #000; color: #fff;
36
+ display: flex; align-items: center; padding: 0 32px;
37
+ box-sizing: border-box;
38
+ z-index: 5;
39
+ }
40
+ .status-time { font-size: 44px; font-weight: 600; margin-right: 24px; }
41
+ .status-icons { margin-left: auto; display: flex; gap: 22px; align-items: center; }
42
+ .dot { width: 18px; height: 18px; background: #fff; border-radius: 50%; opacity: .9; }
43
+ .notch { width: 22px; height: 22px; background: #fff; border-radius: 4px; }
44
+
45
+ /* Header Share overlay */
46
+ .header {
47
+ position: absolute; top: 120px; left: 0; width: 1080px; height: 420px;
48
+ padding: 0 40px;
49
+ box-sizing: border-box;
50
+ color: #fff;
51
+ z-index: 6;
52
+ }
53
+ .header-top {
54
+ display: flex; align-items: center; gap: 24px; margin-top: 20px;
55
+ }
56
+ .close-btn {
57
+ width: 96px; height: 96px; border-radius: 48px;
58
+ background: rgba(255,255,255,0.12);
59
+ display: flex; align-items: center; justify-content: center;
60
+ }
61
+ .close-btn svg { width: 40px; height: 40px; fill: #fff; }
62
+ .header-title {
63
+ flex: 1; text-align: center; font-size: 64px; font-weight: 700; letter-spacing: .5px;
64
+ transform: translateX(-48px); /* visual centering accounting for close button */
65
+ }
66
+ .user-row {
67
+ display: flex; align-items: center; gap: 24px; margin-top: 24px;
68
+ }
69
+ .avatar {
70
+ width: 96px; height: 96px; border-radius: 50%;
71
+ background: #BBD0FF; display: flex; align-items: center; justify-content: center;
72
+ color: #1b3b8d; font-weight: 700; font-size: 44px;
73
+ }
74
+ .user-text .line1 { font-size: 40px; font-weight: 700; }
75
+ .user-text .line2 { font-size: 34px; opacity: .9; margin-top: 4px; }
76
+
77
+ /* Content card below */
78
+ .content {
79
+ position: absolute; top: 520px; left: 0; width: 1080px;
80
+ padding: 36px 40px 0; box-sizing: border-box;
81
+ z-index: 2;
82
+ }
83
+ .panel {
84
+ background: #ffffff; border-radius: 12px; box-shadow: 0 2px 6px rgba(0,0,0,0.08);
85
+ padding: 28px; box-sizing: border-box;
86
+ }
87
+ .fav-header {
88
+ display: flex; align-items: center; gap: 18px; color: #222;
89
+ }
90
+ .heart {
91
+ width: 64px; height: 64px; border-radius: 16px; background: #ffe4ec;
92
+ display: flex; align-items: center; justify-content: center;
93
+ }
94
+ .heart svg { width: 34px; height: 34px; fill: #d81b60; }
95
+ .fav-title { font-size: 54px; font-weight: 800; }
96
+ .subline { margin-left: 84px; color: #68707a; font-size: 34px; margin-top: 6px; }
97
+
98
+ .btn-row {
99
+ display: flex; gap: 22px; margin-top: 28px; margin-left: 84px; flex-wrap: wrap;
100
+ }
101
+ .chip {
102
+ padding: 18px 32px; border-radius: 40px; border: 2px solid #d7dbe0; color: #1e3a5f;
103
+ background: #f7f9fb; font-size: 36px;
104
+ }
105
+ .photos {
106
+ display: grid; grid-template-columns: 1.4fr 1fr; gap: 22px;
107
+ margin-top: 28px;
108
+ }
109
+ .img-ph {
110
+ background: #E0E0E0; border: 1px solid #BDBDBD; color: #757575;
111
+ display: flex; align-items: center; justify-content: center;
112
+ height: 420px; text-align: center; padding: 10px; box-sizing: border-box;
113
+ border-radius: 10px;
114
+ font-size: 36px;
115
+ }
116
+
117
+ /* Bottom share sheet */
118
+ .sheet {
119
+ position: absolute; left: 0; bottom: 0; width: 1080px; height: 760px;
120
+ background: #ffffff; border-top-left-radius: 28px; border-top-right-radius: 28px;
121
+ box-shadow: 0 -8px 24px rgba(0,0,0,0.18);
122
+ z-index: 10; padding: 18px 24px 28px; box-sizing: border-box;
123
+ }
124
+ .drag-handle {
125
+ width: 140px; height: 8px; background: #d9d9d9; border-radius: 4px; margin: 12px auto 18px;
126
+ }
127
+ .to-row {
128
+ display: flex; align-items: center; gap: 20px; padding: 18px 16px; border-radius: 16px;
129
+ border: 2px solid #e3e6ea; margin: 8px 8px 24px;
130
+ font-size: 36px; color: #4a5561;
131
+ }
132
+ .to-label { color: #6b7280; width: 60px; }
133
+ .to-input { color: #111827; flex: 1; }
134
+
135
+ .avatar-row {
136
+ display: flex; gap: 36px; overflow: hidden; padding: 8px 10px 0 10px; align-items: flex-start;
137
+ }
138
+ .contact {
139
+ width: 180px; text-align: center;
140
+ }
141
+ .bubble {
142
+ width: 136px; height: 136px; border-radius: 68px; background: #eee; border: 2px solid #ccd1d6;
143
+ display: flex; align-items: center; justify-content: center; font-size: 64px; color: #4a4a4a; margin: 0 auto 10px;
144
+ }
145
+ .contact .email {
146
+ font-size: 26px; color: #6b7280; line-height: 1.2;
147
+ }
148
+
149
+ .action-row {
150
+ position: absolute; bottom: 24px; left: 0; width: 100%;
151
+ display: flex; justify-content: space-around; padding: 0 40px; box-sizing: border-box;
152
+ }
153
+ .action {
154
+ width: 220px; text-align: center; color: #1f2937;
155
+ }
156
+ .action .icon {
157
+ width: 120px; height: 120px; border-radius: 60px; margin: 0 auto 16px;
158
+ display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700;
159
+ }
160
+ .blue { background: #1676f3; }
161
+ .purple { background: #6c63ff; }
162
+ .gray { background: #9aa0a6; }
163
+ .more { background: #e5e7eb; color: #111; }
164
+ .action label { display: block; font-size: 32px; margin-top: 6px; color: #374151; }
165
+ </style>
166
+ </head>
167
+ <body>
168
+ <div id="render-target">
169
+
170
+ <div class="map-bg">[IMG: Google Map]</div>
171
+ <div class="dark-scrim"></div>
172
+
173
+ <!-- Status Bar -->
174
+ <div class="status-bar">
175
+ <div class="status-time">9:05</div>
176
+ <div class="status-icons">
177
+ <div class="dot"></div>
178
+ <div class="dot"></div>
179
+ <div class="dot"></div>
180
+ <div class="notch"></div>
181
+ </div>
182
+ </div>
183
+
184
+ <!-- Header Share -->
185
+ <div class="header">
186
+ <div class="header-top">
187
+ <div class="close-btn" title="Close">
188
+ <svg viewBox="0 0 24 24">
189
+ <path d="M18.3 5.7L12 12l6.3 6.3-1.4 1.4L10.6 13.4 4.3 19.7 2.9 18.3 9.2 12 2.9 5.7 4.3 4.3 10.6 10.6 16.9 4.3z"/>
190
+ </svg>
191
+ </div>
192
+ <div class="header-title">Share</div>
193
+ </div>
194
+
195
+ <div class="user-row">
196
+ <div class="avatar">โ€ข</div>
197
+ <div class="user-text">
198
+ <div class="line1">Sharing as Cerebra Research</div>
199
+ <div class="line2">dbwscratch.test.id3@gmail.com</div>
200
+ </div>
201
+ </div>
202
+ </div>
203
+
204
+ <!-- Content beneath -->
205
+ <div class="content">
206
+ <div class="panel">
207
+ <div class="fav-header">
208
+ <div class="heart">
209
+ <svg viewBox="0 0 24 24"><path d="M12 21s-6.7-4.3-9.3-7C-.1 10.3 1.7 5 6 5c2 0 3.4 1 4 2 0 0 1.4-2 4-2 4.3 0 6.1 5.3 3.3 9-2.6 2.7-9.3 7-9.3 7z"/></svg>
210
+ </div>
211
+ <div class="fav-title">Favourites</div>
212
+ </div>
213
+ <div class="subline">Private ยท 4 places</div>
214
+
215
+ <div class="btn-row">
216
+ <div class="chip">Publish</div>
217
+ <div class="chip">Edit</div>
218
+ <div class="chip">Add</div>
219
+ <div class="chip">Share</div>
220
+ </div>
221
+
222
+ <div class="photos">
223
+ <div class="img-ph">[IMG: Venue interior with "Choose photo"]</div>
224
+ <div class="img-ph">[IMG: Plate of food]</div>
225
+ </div>
226
+ </div>
227
+ </div>
228
+
229
+ <!-- Bottom Share Sheet -->
230
+ <div class="sheet">
231
+ <div class="drag-handle"></div>
232
+
233
+ <div class="to-row">
234
+ <div class="to-label">To</div>
235
+ <div class="to-input">Type a name, phone number or email address</div>
236
+ </div>
237
+
238
+ <div class="avatar-row">
239
+ <div class="contact">
240
+ <div class="bubble" style="background:#ECE8FF;color:#5b34b5;">m</div>
241
+ <div class="email">maria.rossi1โ€ฆ</div>
242
+ </div>
243
+ <div class="contact">
244
+ <div class="bubble" style="background:#FFE6D8;color:#cc4a00;">J</div>
245
+ <div class="email">Jane-dbw- Perโ€ฆ</div>
246
+ </div>
247
+ <div class="contact">
248
+ <div class="bubble" style="background:#D9F1EA;color:#0f766e;">C</div>
249
+ <div class="email">Cerebra Reseaโ€ฆ</div>
250
+ </div>
251
+ <div class="contact">
252
+ <div class="bubble" style="background:#DDE5FF;color:#2f3e94;">m</div>
253
+ <div class="email">maria.rossi19โ€ฆ</div>
254
+ </div>
255
+ <div class="contact">
256
+ <div class="bubble" style="background:#E0E0E0;color:#444;">:)</div>
257
+ <div class="email">ayush.hโ€ฆ</div>
258
+ </div>
259
+ </div>
260
+
261
+ <div class="action-row">
262
+ <div class="action">
263
+ <div class="icon blue">โœ‰</div>
264
+ <label>Messages</label>
265
+ </div>
266
+ <div class="action">
267
+ <div class="icon purple">๐Ÿ’ฌ</div>
268
+ <label>Chats</label>
269
+ </div>
270
+ <div class="action">
271
+ <div class="icon gray">
272
+ <svg viewBox="0 0 24 24" width="60" height="60">
273
+ <path fill="#fff" d="M16 1H4c-1.1 0-2 .9-2 2v14l4-4h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2z"/>
274
+ </svg>
275
+ </div>
276
+ <label>Copy to<br>clipboard</label>
277
+ </div>
278
+ <div class="action">
279
+ <div class="icon more">ยทยทยท</div>
280
+ <label>More</label>
281
+ </div>
282
+ </div>
283
+ </div>
284
+
285
+ </div>
286
+ </body>
287
+ </html>
code/20157/20157_3.html ADDED
@@ -0,0 +1,345 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Share Sheet UI</title>
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap" rel="stylesheet">
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: 'Roboto', Arial, sans-serif; }
9
+ #render-target {
10
+ position: relative;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ overflow: hidden;
14
+ background: #0a0a0a;
15
+ color: #fff;
16
+ }
17
+
18
+ /* Background map placeholder */
19
+ .map-bg {
20
+ position: absolute;
21
+ left: 0; top: 0;
22
+ width: 100%; height: 100%;
23
+ background: #E0E0E0;
24
+ border: 1px solid #BDBDBD;
25
+ display: flex; align-items: center; justify-content: center;
26
+ color: #757575;
27
+ font-size: 28px;
28
+ }
29
+ .dim {
30
+ position: absolute;
31
+ inset: 0;
32
+ background: rgba(0,0,0,0.45);
33
+ }
34
+
35
+ /* Status bar */
36
+ .status-bar {
37
+ position: absolute;
38
+ top: 0; left: 0;
39
+ width: 100%;
40
+ height: 90px;
41
+ display: flex; align-items: center; justify-content: space-between;
42
+ padding: 0 40px;
43
+ color: #fff; font-size: 36px;
44
+ }
45
+ .status-right { display: flex; gap: 28px; align-items: center; }
46
+ .dot { width: 10px; height: 10px; background: #fff; border-radius: 50%; display: inline-block; margin: 0 8px; opacity: 0.85; }
47
+
48
+ /* Header overlay */
49
+ .share-header {
50
+ position: absolute;
51
+ top: 110px; left: 0;
52
+ width: 100%;
53
+ padding: 40px 48px;
54
+ color: #fff;
55
+ }
56
+ .header-title {
57
+ text-align: center;
58
+ font-size: 64px;
59
+ font-weight: 500;
60
+ letter-spacing: 0.5px;
61
+ margin-top: 20px;
62
+ }
63
+ .close-btn {
64
+ position: absolute;
65
+ left: 36px; top: 18px;
66
+ width: 96px; height: 96px;
67
+ display: flex; align-items: center; justify-content: center;
68
+ }
69
+ .close-btn svg { width: 60px; height: 60px; opacity: 0.95; }
70
+ .sharing-as {
71
+ margin-top: 40px;
72
+ display: flex; align-items: center; gap: 24px;
73
+ font-size: 36px;
74
+ opacity: 0.92;
75
+ }
76
+ .avatar {
77
+ width: 72px; height: 72px; border-radius: 50%;
78
+ background: #E0E0E0; border: 1px solid #BDBDBD;
79
+ display: flex; align-items: center; justify-content: center;
80
+ color: #757575; font-size: 22px;
81
+ }
82
+
83
+ /* Favourites section (behind sheet) */
84
+ .favourites {
85
+ position: absolute;
86
+ top: 400px; left: 0;
87
+ width: 100%;
88
+ padding: 0 48px;
89
+ color: #fff;
90
+ }
91
+ .fav-row {
92
+ display: flex; align-items: center; gap: 24px;
93
+ }
94
+ .heart {
95
+ width: 64px; height: 64px; border-radius: 16px;
96
+ display: flex; align-items: center; justify-content: center;
97
+ background: rgba(255,255,255,0.1);
98
+ }
99
+ .fav-title { font-size: 56px; font-weight: 500; }
100
+ .fav-sub { margin-left: 88px; font-size: 32px; opacity: 0.85; }
101
+
102
+ .actions {
103
+ margin-top: 40px;
104
+ display: flex; gap: 24px;
105
+ }
106
+ .action-btn {
107
+ background: rgba(255,255,255,0.1);
108
+ color: #fff;
109
+ padding: 22px 34px;
110
+ border-radius: 28px;
111
+ font-size: 30px;
112
+ display: inline-flex; align-items: center; gap: 16px;
113
+ }
114
+ .action-btn svg { width: 36px; height: 36px; }
115
+
116
+ /* Bottom sheet */
117
+ .sheet {
118
+ position: absolute;
119
+ left: 0; bottom: 0;
120
+ width: 100%;
121
+ height: 1060px;
122
+ background: #161616;
123
+ border-top-left-radius: 40px;
124
+ border-top-right-radius: 40px;
125
+ box-shadow: 0 -10px 30px rgba(0,0,0,0.4);
126
+ padding: 24px 36px 40px;
127
+ }
128
+ .handle {
129
+ width: 120px; height: 16px; border-radius: 8px;
130
+ background: #2e2e2e;
131
+ margin: 16px auto 32px auto;
132
+ }
133
+ .link-text {
134
+ font-size: 38px; color: #eaeaea;
135
+ text-align: left;
136
+ padding: 20px 16px;
137
+ }
138
+ .link-actions {
139
+ display: flex; gap: 26px; margin-top: 20px;
140
+ }
141
+ .pill {
142
+ flex: none;
143
+ display: inline-flex; align-items: center; gap: 18px;
144
+ background: #222; color: #fff;
145
+ padding: 22px 32px; border-radius: 22px; font-size: 34px;
146
+ border: 1px solid #2c2c2c;
147
+ }
148
+ .pill svg { width: 40px; height: 40px; }
149
+
150
+ /* People row */
151
+ .people-grid {
152
+ display: grid;
153
+ grid-template-columns: repeat(4, 1fr);
154
+ gap: 26px;
155
+ margin-top: 40px;
156
+ }
157
+ .person {
158
+ display: flex; flex-direction: column; align-items: center;
159
+ color: #fff;
160
+ }
161
+ .person .avatar-circle {
162
+ width: 150px; height: 150px; border-radius: 50%;
163
+ background: #E0E0E0; border: 1px solid #BDBDBD;
164
+ display: flex; align-items: center; justify-content: center;
165
+ color: #757575; font-size: 26px; position: relative;
166
+ }
167
+ .badge {
168
+ position: absolute; right: 6px; bottom: 6px;
169
+ width: 46px; height: 46px; border-radius: 50%;
170
+ background: #ffd400; border: 3px solid #161616;
171
+ }
172
+ .person .label {
173
+ margin-top: 18px; text-align: center; font-size: 30px;
174
+ }
175
+
176
+ /* App grid */
177
+ .apps {
178
+ margin-top: 48px;
179
+ display: grid;
180
+ grid-template-columns: repeat(4, 1fr);
181
+ gap: 26px;
182
+ }
183
+ .app {
184
+ display: flex; flex-direction: column; align-items: center; color: #fff;
185
+ }
186
+ .app-icon {
187
+ width: 150px; height: 150px; border-radius: 32px;
188
+ background: #222;
189
+ border: 1px solid #333;
190
+ display: flex; align-items: center; justify-content: center;
191
+ }
192
+ .app-icon .placeholder {
193
+ width: 110px; height: 110px;
194
+ background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 18px;
195
+ display: flex; align-items: center; justify-content: center;
196
+ color: #757575; font-size: 22px; text-align: center; padding: 8px;
197
+ }
198
+ .app .name { margin-top: 16px; font-size: 32px; text-align: center; opacity: 0.95; }
199
+ .app .sub { font-size: 26px; opacity: 0.8; margin-top: 6px; }
200
+
201
+ /* Simple icons */
202
+ .icon-heart svg { width: 36px; height: 36px; }
203
+ </style>
204
+ </head>
205
+ <body>
206
+ <div id="render-target">
207
+
208
+ <div class="map-bg">[IMG: Google Map Background]</div>
209
+ <div class="dim"></div>
210
+
211
+ <!-- Status Bar -->
212
+ <div class="status-bar">
213
+ <div>9:05</div>
214
+ <div class="status-right">
215
+ <div>84ยฐ</div>
216
+ <span class="dot"></span>
217
+ <span class="dot"></span>
218
+ <span class="dot"></span>
219
+ <!-- Simple wifi and battery glyphs -->
220
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#fff">
221
+ <path d="M2 8c4-4 16-4 20 0l-2 2c-3-3-13-3-16 0L2 8zm4 4c3-3 11-3 14 0l-2 2c-2-2-8-2-10 0l-2-2zm4 4c2-2 6-2 8 0l-4 4-4-4z"/>
222
+ </svg>
223
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#fff">
224
+ <path d="M16 4H8c-1.1 0-2 .9-2 2v14h12V6c0-1.1-.9-2-2-2zm0 14H8V6h8v12z"/>
225
+ </svg>
226
+ </div>
227
+ </div>
228
+
229
+ <!-- Header overlay -->
230
+ <div class="share-header">
231
+ <div class="close-btn">
232
+ <svg viewBox="0 0 24 24" fill="#fff">
233
+ <path d="M18.3 5.7L12 12l6.3 6.3-1.4 1.4L10.6 13.4 4.3 19.7 2.9 18.3 9.2 12 2.9 5.7 4.3 4.3l6.3 6.3 6.3-6.3 1.4 1.4z"/>
234
+ </svg>
235
+ </div>
236
+ <div class="header-title">Share</div>
237
+
238
+ <div class="sharing-as">
239
+ <div class="avatar">[Avatar]</div>
240
+ <div>
241
+ <div style="font-size:40px; font-weight:500;">Sharing as Cerebra Research</div>
242
+ <div style="opacity:0.9;">dbwscratch.test.id3@gmail.com</div>
243
+ </div>
244
+ </div>
245
+ </div>
246
+
247
+ <!-- Favourites section (partially visible behind sheet) -->
248
+ <div class="favourites">
249
+ <div class="fav-row">
250
+ <div class="heart">
251
+ <svg viewBox="0 0 24 24" fill="#ff4d6d">
252
+ <path d="M12 21s-6.5-4.35-9.33-7.17C-0.27 11.83.46 8.1 3.18 6.38 5.9 4.66 9.2 5.6 12 8.1c2.8-2.5 6.1-3.44 8.82-1.72 2.72 1.72 3.45 5.45.51 7.45C18.5 16.65 12 21 12 21z"/>
253
+ </svg>
254
+ </div>
255
+ <div class="fav-title">Favourites</div>
256
+ </div>
257
+ <div class="fav-sub">Private ยท 4 places</div>
258
+
259
+ <div class="actions">
260
+ <div class="action-btn">
261
+ <svg viewBox="0 0 24 24" fill="#fff"><path d="M9 16.2l-3.5-3.5L4 14.2 9 19l12-12-1.5-1.5z"/></svg>
262
+ Publish
263
+ </div>
264
+ <div class="action-btn">
265
+ <svg viewBox="0 0 24 24" fill="#fff"><path d="M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04a1.003 1.003 0 0 0 0-1.42l-2.34-2.34a1.003 1.003 0 0 0-1.42 0l-1.83 1.83 3.75 3.75 1.84-1.82z"/></svg>
266
+ Edit
267
+ </div>
268
+ <div class="action-btn">
269
+ <svg viewBox="0 0 24 24" fill="#fff"><path d="M12 5v14m-7-7h14"/></svg>
270
+ Add
271
+ </div>
272
+ <div class="action-btn">
273
+ <svg viewBox="0 0 24 24" fill="#fff"><path d="M4 12c0 4.4 3.6 8 8 8v-3l5 4-5 4v-3c-6.1 0-11-4.9-11-11S5.9 0 12 0v3c-4.4 0-8 3.6-8 9z"/></svg>
274
+ Share
275
+ </div>
276
+ </div>
277
+ </div>
278
+
279
+ <!-- Bottom share sheet -->
280
+ <div class="sheet">
281
+ <div class="handle"></div>
282
+
283
+ <div class="link-text">https://maps.app.goo.gl/95Y5FaEunYnX65XdA</div>
284
+ <div class="link-actions">
285
+ <div class="pill">
286
+ <svg viewBox="0 0 24 24" fill="#fff">
287
+ <path d="M16 3H8c-1.1 0-2 .9-2 2v16l6-3 6 3V5c0-1.1-.9-2-2-2z"/>
288
+ </svg>
289
+ Copy
290
+ </div>
291
+ <div class="pill">
292
+ <svg viewBox="0 0 24 24" fill="#fff">
293
+ <path d="M12 3l4 4h-3v7h-2V7H8l4-4zm6 9v7H6v-7H4v9h16v-9h-2z"/>
294
+ </svg>
295
+ Nearby
296
+ </div>
297
+ </div>
298
+
299
+ <div class="people-grid">
300
+ <div class="person">
301
+ <div class="avatar-circle">[IMG]</div>
302
+ <div class="badge"></div>
303
+ <div class="label">Armaan Rj 13</div>
304
+ </div>
305
+ <div class="person">
306
+ <div class="avatar-circle">[IMG]</div>
307
+ <div class="badge"></div>
308
+ <div class="label">Jhlick Patra</div>
309
+ </div>
310
+ <div class="person">
311
+ <div class="avatar-circle">[IMG]</div>
312
+ <div class="badge"></div>
313
+ <div class="label">Fruits ๐ŸŽ๐Ÿ</div>
314
+ </div>
315
+ <div class="person">
316
+ <div class="avatar-circle">[IMG]</div>
317
+ <div class="badge"></div>
318
+ <div class="label">Team Snapchat</div>
319
+ </div>
320
+ </div>
321
+
322
+ <div class="apps">
323
+ <div class="app">
324
+ <div class="app-icon"><div class="placeholder">[IMG: Gmail]</div></div>
325
+ <div class="name">Gmail</div>
326
+ <div class="sub">Chat</div>
327
+ </div>
328
+ <div class="app">
329
+ <div class="app-icon"><div class="placeholder">[IMG: Gmail]</div></div>
330
+ <div class="name">Gmail</div>
331
+ </div>
332
+ <div class="app">
333
+ <div class="app-icon"><div class="placeholder">[IMG: Google Drive]</div></div>
334
+ <div class="name">Drive</div>
335
+ </div>
336
+ <div class="app">
337
+ <div class="app-icon"><div class="placeholder">[IMG: Messages]</div></div>
338
+ <div class="name">Messages</div>
339
+ </div>
340
+ </div>
341
+ </div>
342
+
343
+ </div>
344
+ </body>
345
+ </html>
code/20157/20157_4.html ADDED
@@ -0,0 +1,285 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>Compose Email - Dark UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #121212;
13
+ color: #fff;
14
+ }
15
+
16
+ /* Top status bar */
17
+ .status-bar {
18
+ height: 90px;
19
+ padding: 22px 30px;
20
+ box-sizing: border-box;
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ color: #EDEDED;
25
+ font-size: 36px;
26
+ }
27
+ .status-icons {
28
+ display: flex;
29
+ align-items: center;
30
+ gap: 26px;
31
+ }
32
+ .dot {
33
+ width: 18px; height: 18px; background: #9E9E9E; border-radius: 50%;
34
+ }
35
+ .battery {
36
+ width: 44px; height: 22px; border: 2px solid #ccc; border-radius: 4px; position: relative;
37
+ }
38
+ .battery::after {
39
+ content: ""; position: absolute; right: -6px; top: 6px; width: 6px; height: 10px; background: #ccc;
40
+ }
41
+
42
+ /* App bar */
43
+ .app-bar {
44
+ height: 140px;
45
+ border-bottom: 1px solid #2A2A2A;
46
+ display: flex;
47
+ align-items: center;
48
+ justify-content: space-between;
49
+ padding: 0 30px;
50
+ box-sizing: border-box;
51
+ }
52
+ .app-left { display: flex; align-items: center; gap: 24px; }
53
+ .app-right { display: flex; align-items: center; gap: 40px; }
54
+ .icon-btn {
55
+ width: 64px; height: 64px; display: flex; align-items: center; justify-content: center;
56
+ }
57
+ .icon { width: 56px; height: 56px; fill: none; stroke: #EDEDED; stroke-width: 4; }
58
+ .icon.solid { fill: #EDEDED; stroke: none; }
59
+
60
+ /* Fields */
61
+ .compose {
62
+ padding: 20px 30px 0 30px;
63
+ box-sizing: border-box;
64
+ }
65
+ .row {
66
+ display: flex;
67
+ align-items: center;
68
+ border-bottom: 1px solid #2A2A2A;
69
+ padding: 30px 0;
70
+ }
71
+ .label {
72
+ width: 120px;
73
+ color: #BDBDBD;
74
+ font-size: 34px;
75
+ }
76
+ .value {
77
+ flex: 1;
78
+ font-size: 34px;
79
+ color: #EDEDED;
80
+ }
81
+ .caret {
82
+ width: 36px; height: 36px; margin-left: 20px;
83
+ }
84
+
85
+ .subject {
86
+ border-bottom: 1px solid #2A2A2A;
87
+ padding: 34px 0;
88
+ font-size: 42px;
89
+ color: #EDEDED;
90
+ }
91
+ .body-area {
92
+ padding: 34px 0;
93
+ font-size: 38px;
94
+ line-height: 1.4;
95
+ color: #D5D5D5;
96
+ }
97
+
98
+ /* Keyboard mock */
99
+ .keyboard {
100
+ position: absolute;
101
+ left: 0;
102
+ bottom: 0;
103
+ width: 100%;
104
+ height: 1100px;
105
+ background: #1B1B1B;
106
+ border-top: 1px solid #2A2A2A;
107
+ box-sizing: border-box;
108
+ padding: 30px 26px;
109
+ }
110
+
111
+ .kbd-top {
112
+ height: 120px;
113
+ display: flex;
114
+ align-items: center;
115
+ gap: 26px;
116
+ margin-bottom: 18px;
117
+ }
118
+ .kbd-pill {
119
+ height: 80px; padding: 0 28px; border-radius: 20px; background: #2A2A2A; color: #CFCFCF;
120
+ display: flex; align-items: center; font-size: 32px;
121
+ }
122
+
123
+ .keys-row {
124
+ display: grid;
125
+ grid-template-columns: repeat(10, 1fr);
126
+ gap: 16px;
127
+ margin-bottom: 22px;
128
+ }
129
+ .key {
130
+ height: 120px;
131
+ background: #2B2B2B;
132
+ border-radius: 18px;
133
+ color: #FFFFFF;
134
+ display: flex;
135
+ align-items: center;
136
+ justify-content: center;
137
+ font-size: 40px;
138
+ box-shadow: inset 0 0 0 1px #3A3A3A;
139
+ }
140
+ .keys-row.mid { grid-template-columns: repeat(9, 1fr); padding: 0 50px; }
141
+ .keys-row.bottom { grid-template-columns: 120px repeat(7, 1fr) 120px; }
142
+ .key.small { font-size: 32px; color: #CFCFCF; }
143
+ .space-row {
144
+ display: grid;
145
+ grid-template-columns: 160px 160px 1fr 160px 160px;
146
+ gap: 16px;
147
+ margin-top: 20px;
148
+ }
149
+ .space { height: 120px; background: #2B2B2B; border-radius: 18px; display: flex; align-items: center; justify-content: center; color: #EDEDED; font-size: 34px; box-shadow: inset 0 0 0 1px #3A3A3A; }
150
+
151
+ </style>
152
+ </head>
153
+ <body>
154
+ <div id="render-target">
155
+
156
+ <!-- Status bar -->
157
+ <div class="status-bar">
158
+ <div>9:06</div>
159
+ <div class="status-icons">
160
+ <div class="dot"></div>
161
+ <div class="dot"></div>
162
+ <div class="dot"></div>
163
+ <svg width="40" height="40" viewBox="0 0 24 24">
164
+ <path d="M12 4v16" stroke="#ccc" stroke-width="2" />
165
+ <path d="M4 12h16" stroke="#ccc" stroke-width="2" />
166
+ </svg>
167
+ <div class="battery"></div>
168
+ </div>
169
+ </div>
170
+
171
+ <!-- App bar -->
172
+ <div class="app-bar">
173
+ <div class="app-left">
174
+ <div class="icon-btn">
175
+ <svg class="icon" viewBox="0 0 24 24">
176
+ <path d="M14 6l-6 6 6 6" stroke-linecap="round" stroke-linejoin="round"></path>
177
+ </svg>
178
+ </div>
179
+ <div style="font-size: 36px; color:#EDEDED;">Compose</div>
180
+ </div>
181
+ <div class="app-right">
182
+ <div class="icon-btn">
183
+ <svg class="icon" viewBox="0 0 24 24">
184
+ <path d="M7 7c2-2 5-2 7 0s2 5 0 7l-3 3c-2 2-5 2-7 0s-2-5 0-7l4-4" stroke-linecap="round" stroke-linejoin="round"></path>
185
+ </svg>
186
+ </div>
187
+ <div class="icon-btn">
188
+ <svg class="icon solid" viewBox="0 0 24 24">
189
+ <path d="M2 21l20-9L2 3l5 9-5 9z"></path>
190
+ </svg>
191
+ </div>
192
+ <div class="icon-btn">
193
+ <svg class="icon solid" viewBox="0 0 24 24">
194
+ <circle cx="12" cy="5" r="2"></circle>
195
+ <circle cx="12" cy="12" r="2"></circle>
196
+ <circle cx="12" cy="19" r="2"></circle>
197
+ </svg>
198
+ </div>
199
+ </div>
200
+ </div>
201
+
202
+ <!-- Compose area -->
203
+ <div class="compose">
204
+ <div class="row">
205
+ <div class="label">From</div>
206
+ <div class="value">dbwscratch.test.id3@gmail.com</div>
207
+ <svg class="caret" viewBox="0 0 24 24">
208
+ <path d="M6 9l6 6 6-6" fill="#BDBDBD"></path>
209
+ </svg>
210
+ </div>
211
+
212
+ <div class="row">
213
+ <div class="label">To</div>
214
+ <div class="value" style="opacity:.7"> </div>
215
+ <svg class="caret" viewBox="0 0 24 24">
216
+ <path d="M6 9l6 6 6-6" fill="#BDBDBD"></path>
217
+ </svg>
218
+ </div>
219
+
220
+ <div class="subject">Clock Works</div>
221
+
222
+ <div class="body-area">
223
+ https://maps.app.goo.gl/95Y5FaEunYnX65XdA
224
+ </div>
225
+ </div>
226
+
227
+ <!-- Keyboard mock -->
228
+ <div class="keyboard">
229
+ <div class="kbd-top">
230
+ <div class="kbd-pill">GIF</div>
231
+ <div class="kbd-pill">Settings</div>
232
+ <div class="kbd-pill">Translate</div>
233
+ <div class="kbd-pill">Palette</div>
234
+ <div class="kbd-pill">Mic</div>
235
+ </div>
236
+
237
+ <div class="keys-row">
238
+ <div class="key">q</div>
239
+ <div class="key">w</div>
240
+ <div class="key">e</div>
241
+ <div class="key">r</div>
242
+ <div class="key">t</div>
243
+ <div class="key">y</div>
244
+ <div class="key">u</div>
245
+ <div class="key">i</div>
246
+ <div class="key">o</div>
247
+ <div class="key">p</div>
248
+ </div>
249
+
250
+ <div class="keys-row mid">
251
+ <div class="key">a</div>
252
+ <div class="key">s</div>
253
+ <div class="key">d</div>
254
+ <div class="key">f</div>
255
+ <div class="key">g</div>
256
+ <div class="key">h</div>
257
+ <div class="key">j</div>
258
+ <div class="key">k</div>
259
+ <div class="key">l</div>
260
+ </div>
261
+
262
+ <div class="keys-row bottom">
263
+ <div class="key small">shift</div>
264
+ <div class="key">z</div>
265
+ <div class="key">x</div>
266
+ <div class="key">c</div>
267
+ <div class="key">v</div>
268
+ <div class="key">b</div>
269
+ <div class="key">n</div>
270
+ <div class="key">m</div>
271
+ <div class="key small">โŒซ</div>
272
+ </div>
273
+
274
+ <div class="space-row">
275
+ <div class="space">?123</div>
276
+ <div class="space">@</div>
277
+ <div class="space">space</div>
278
+ <div class="space">.</div>
279
+ <div class="space">โ†’</div>
280
+ </div>
281
+ </div>
282
+
283
+ </div>
284
+ </body>
285
+ </html>
code/20157/20157_5.html ADDED
@@ -0,0 +1,293 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Gmail Compose - Dark</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ position: relative;
10
+ width: 1080px;
11
+ height: 2400px;
12
+ overflow: hidden;
13
+ background: #121212;
14
+ color: #fff;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 120px;
24
+ padding: 0 36px;
25
+ box-sizing: border-box;
26
+ color: #E0E0E0;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ font-size: 40px;
31
+ letter-spacing: 1px;
32
+ }
33
+ .status-right {
34
+ display: flex;
35
+ align-items: center;
36
+ gap: 26px;
37
+ }
38
+ .dot { width: 10px; height: 10px; background: #E0E0E0; border-radius: 50%; display: inline-block; opacity: .8; }
39
+ .icon-small {
40
+ width: 34px; height: 34px; border: 2px solid #E0E0E0; border-radius: 6px; opacity: .9;
41
+ }
42
+ .battery {
43
+ width: 60px; height: 28px; border: 3px solid #E0E0E0; position: relative; border-radius: 4px;
44
+ }
45
+ .battery::after {
46
+ content: ""; position: absolute; right: -10px; top: 6px; width: 8px; height: 16px; background: #E0E0E0; border-radius: 2px;
47
+ }
48
+ .battery .level {
49
+ position: absolute; left: 3px; top: 3px; bottom: 3px; width: 36px; background: #E0E0E0;
50
+ }
51
+
52
+ /* Header action row */
53
+ .header-actions {
54
+ position: absolute;
55
+ top: 120px;
56
+ left: 0;
57
+ width: 1080px;
58
+ height: 120px;
59
+ padding: 0 24px;
60
+ box-sizing: border-box;
61
+ display: flex;
62
+ align-items: center;
63
+ justify-content: space-between;
64
+ }
65
+ .action-left, .action-right { display: flex; align-items: center; gap: 40px; }
66
+ .touch {
67
+ width: 88px; height: 88px; display: flex; align-items: center; justify-content: center; border-radius: 44px;
68
+ }
69
+ .touch svg { fill: #CFCFCF; }
70
+
71
+ /* Fields */
72
+ .field {
73
+ position: relative;
74
+ width: 1080px;
75
+ box-sizing: border-box;
76
+ padding: 0 36px;
77
+ display: flex;
78
+ align-items: center;
79
+ gap: 22px;
80
+ }
81
+ .field .label {
82
+ color: #BDBDBD;
83
+ width: 140px;
84
+ font-size: 38px;
85
+ }
86
+ .field .value {
87
+ flex: 1;
88
+ font-size: 48px;
89
+ color: #F5F5F5;
90
+ }
91
+ .field .caret {
92
+ width: 42px; height: 42px;
93
+ }
94
+ .divider {
95
+ width: 100%;
96
+ height: 1px;
97
+ background: #2A2A2A;
98
+ }
99
+
100
+ .from-row { top: 240px; height: 140px; }
101
+ .to-row { top: 380px; height: 140px; }
102
+ .row-wrap { position: absolute; left: 0; width: 1080px; }
103
+
104
+ /* Suggestion chip */
105
+ .suggestion {
106
+ position: absolute;
107
+ top: 540px;
108
+ left: 0;
109
+ width: 1080px;
110
+ padding: 22px 36px;
111
+ box-sizing: border-box;
112
+ display: flex;
113
+ align-items: center;
114
+ gap: 26px;
115
+ }
116
+ .avatar {
117
+ width: 116px; height: 116px; border-radius: 58px; background: #5E35B1; display: flex; align-items: center; justify-content: center; font-size: 64px; font-weight: bold;
118
+ }
119
+ .sugg-text { display: flex; flex-direction: column; }
120
+ .sugg-main { font-size: 48px; color: #fff; }
121
+ .sugg-sub { font-size: 36px; color: #9E9E9E; margin-top: 6px; }
122
+
123
+ /* Compose area spacer */
124
+ .compose-space {
125
+ position: absolute;
126
+ top: 720px;
127
+ left: 0;
128
+ right: 0;
129
+ bottom: 840px;
130
+ padding: 36px;
131
+ box-sizing: border-box;
132
+ color: #9E9E9E;
133
+ font-size: 44px;
134
+ }
135
+
136
+ /* Keyboard mock */
137
+ .keyboard {
138
+ position: absolute;
139
+ left: 0;
140
+ bottom: 0;
141
+ width: 1080px;
142
+ height: 840px;
143
+ background: #1A1A1A;
144
+ border-top: 1px solid #2A2A2A;
145
+ box-sizing: border-box;
146
+ padding: 18px 20px;
147
+ }
148
+ .kb-toolbar {
149
+ height: 120px;
150
+ display: flex;
151
+ align-items: center;
152
+ gap: 26px;
153
+ }
154
+ .tool-btn {
155
+ width: 96px; height: 84px; background: #262626; border-radius: 18px; display: flex; align-items: center; justify-content: center; color: #C8C8C8; font-size: 34px; border: 1px solid #2f2f2f;
156
+ }
157
+ .kb-rows { margin-top: 8px; }
158
+ .kb-row {
159
+ display: flex;
160
+ justify-content: center;
161
+ gap: 12px;
162
+ margin: 14px 0;
163
+ }
164
+ .key {
165
+ width: 84px; height: 112px;
166
+ background: #2B2B2B;
167
+ border-radius: 22px;
168
+ border: 1px solid #383838;
169
+ display: flex; align-items: center; justify-content: center;
170
+ color: #E8E8E8; font-size: 44px;
171
+ }
172
+ .key-wide { width: 130px; }
173
+ .space { flex: 1; height: 112px; padding: 0 40px; }
174
+ .space .key { width: 100%; }
175
+ .enter { width: 124px; background: #CDE5FF; color: #0B1F36; }
176
+ .dotkey { width: 96px; }
177
+ </style>
178
+ </head>
179
+ <body>
180
+ <div id="render-target">
181
+
182
+ <!-- Status Bar -->
183
+ <div class="status-bar">
184
+ <div>9:08</div>
185
+ <div class="status-right">
186
+ <div class="dot"></div>
187
+ <div class="dot"></div>
188
+ <div class="dot"></div>
189
+ <div class="icon-small"></div>
190
+ <div class="battery"><div class="level"></div></div>
191
+ </div>
192
+ </div>
193
+
194
+ <!-- Header actions -->
195
+ <div class="header-actions">
196
+ <div class="action-left">
197
+ <div class="touch">
198
+ <svg width="48" height="48" viewBox="0 0 24 24"><path d="M20 11H7.8l4.6-4.6L11 5 4 12l7 7 1.4-1.4L7.8 13H20z"/></svg>
199
+ </div>
200
+ </div>
201
+ <div class="action-right">
202
+ <div class="touch">
203
+ <svg width="44" height="44" viewBox="0 0 24 24"><path d="M3 18v-2l14-4L3 8V6l18 6-18 6z"/></svg>
204
+ </div>
205
+ <div class="touch">
206
+ <svg width="44" height="44" viewBox="0 0 24 24"><path d="M2 21l21-9L2 3v7l15 2-15 2z"/></svg>
207
+ </div>
208
+ <div class="touch">
209
+ <svg width="44" height="44" viewBox="0 0 24 24"><path d="M12 7a2 2 0 110-4 2 2 0 010 4zm0 7a2 2 0 110-4 2 2 0 010 4zm0 7a2 2 0 110-4 2 2 0 010 4z"/></svg>
210
+ </div>
211
+ </div>
212
+ </div>
213
+
214
+ <!-- From row -->
215
+ <div class="row-wrap from-row">
216
+ <div class="field">
217
+ <div class="label">From</div>
218
+ <div class="value">dbwscratch.test.id3@gmail.com</div>
219
+ <svg class="caret" viewBox="0 0 24 24"><path fill="#BDBDBD" d="M7 10l5 5 5-5z"/></svg>
220
+ </div>
221
+ <div class="divider"></div>
222
+ </div>
223
+
224
+ <!-- To row -->
225
+ <div class="row-wrap to-row">
226
+ <div class="field">
227
+ <div class="label">To</div>
228
+ <div class="value">maria.rossi199309@gmail.com</div>
229
+ <svg class="caret" viewBox="0 0 24 24"><path fill="#BDBDBD" d="M7 10l5 5 5-5z"/></svg>
230
+ </div>
231
+ <div class="divider"></div>
232
+ </div>
233
+
234
+ <!-- Suggestion Chip -->
235
+ <div class="suggestion">
236
+ <div class="avatar">m</div>
237
+ <div class="sugg-text">
238
+ <div class="sugg-main">maria.rossi199309@gmail.com</div>
239
+ <div class="sugg-sub">maria.rossi199309@gmail.com</div>
240
+ </div>
241
+ </div>
242
+
243
+ <!-- Compose space -->
244
+ <div class="compose-space">
245
+ <!-- Empty compose body area -->
246
+ </div>
247
+
248
+ <!-- Keyboard mock -->
249
+ <div class="keyboard">
250
+ <div class="kb-toolbar">
251
+ <div class="tool-btn">๐Ÿ </div>
252
+ <div class="tool-btn">๐Ÿ™‚</div>
253
+ <div class="tool-btn">GIF</div>
254
+ <div class="tool-btn">โš™</div>
255
+ <div class="tool-btn">็ฟป</div>
256
+ <div class="tool-btn">๐ŸŽจ</div>
257
+ <div class="tool-btn">๐ŸŽค</div>
258
+ </div>
259
+
260
+ <div class="kb-rows">
261
+ <!-- Row 1 -->
262
+ <div class="kb-row">
263
+ <div class="key">q</div><div class="key">w</div><div class="key">e</div><div class="key">r</div>
264
+ <div class="key">t</div><div class="key">y</div><div class="key">u</div><div class="key">i</div>
265
+ <div class="key">o</div><div class="key">p</div>
266
+ </div>
267
+ <!-- Row 2 -->
268
+ <div class="kb-row">
269
+ <div class="key">a</div><div class="key">s</div><div class="key">d</div><div class="key">f</div>
270
+ <div class="key">g</div><div class="key">h</div><div class="key">j</div><div class="key">k</div>
271
+ <div class="key">l</div>
272
+ </div>
273
+ <!-- Row 3 -->
274
+ <div class="kb-row">
275
+ <div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div>
276
+ <div class="key">b</div><div class="key">n</div><div class="key">m</div>
277
+ <div class="key key-wide">โŒซ</div>
278
+ </div>
279
+ <!-- Row 4 -->
280
+ <div class="kb-row">
281
+ <div class="key key-wide">?123</div>
282
+ <div class="key">@</div>
283
+ <div class="key">โ˜บ</div>
284
+ <div class="space"><div class="key"> </div></div>
285
+ <div class="key dotkey">.</div>
286
+ <div class="key enter">โ†ต</div>
287
+ </div>
288
+ </div>
289
+ </div>
290
+
291
+ </div>
292
+ </body>
293
+ </html>
code/20157/20157_6.html ADDED
@@ -0,0 +1,229 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Compose - Dark UI Mock</title>
6
+ <style>
7
+ body{margin:0;padding:0;background:transparent;font-family:Arial, Helvetica, sans-serif;}
8
+ #render-target{
9
+ width:1080px;height:2400px;position:relative;overflow:hidden;
10
+ background:#101214;color:#e5e5e5;
11
+ }
12
+
13
+ /* Status bar */
14
+ .statusbar{
15
+ height:90px;padding:0 28px;display:flex;align-items:center;justify-content:space-between;
16
+ color:#cfcfcf;font-size:34px;letter-spacing:0.5px;background:#0f1113;
17
+ }
18
+ .sb-right{display:flex;align-items:center;gap:18px;font-size:26px;color:#c7c7c7;}
19
+ .dot{width:8px;height:8px;border-radius:50%;background:#c7c7c7;display:inline-block;margin:0 6px;}
20
+ .icon{display:inline-flex;align-items:center;justify-content:center;}
21
+ .icon svg{width:42px;height:42px;fill:none;stroke:#cfcfcf;stroke-width:3;}
22
+
23
+ /* Top app bar */
24
+ .appbar{
25
+ height:120px;border-bottom:1px solid #1f2328;padding:0 22px;display:flex;align-items:center;justify-content:space-between;
26
+ }
27
+ .appbar .left{display:flex;align-items:center;gap:16px;}
28
+ .appbar .title{font-size:32px;color:#bfc7d0;opacity:.9;}
29
+ .appbar .actions{display:flex;align-items:center;gap:26px;}
30
+ .appbar .actions svg{width:44px;height:44px;stroke:#cfd6dd;stroke-width:3;}
31
+
32
+ /* Fields */
33
+ .field{
34
+ height:120px;border-bottom:1px solid #1f2328;display:flex;align-items:center;padding:0 30px;
35
+ font-size:34px;
36
+ }
37
+ .label{
38
+ width:120px;color:#9aa0a6;opacity:.95;
39
+ }
40
+ .value{
41
+ flex:1;display:flex;align-items:center;gap:14px;color:#e8eaed;
42
+ }
43
+ .dropdown svg{width:28px;height:28px;stroke:#9aa0a6;stroke-width:3;}
44
+ .chip{
45
+ display:flex;align-items:center;border:1px solid #3a3f44;border-radius:40px;padding:8px 20px 8px 8px;color:#dfe3e7;
46
+ background:#171a1e;gap:14px;
47
+ }
48
+ .avatar{
49
+ width:54px;height:54px;border-radius:50%;background:#6e49f7;display:flex;align-items:center;justify-content:center;
50
+ color:#fff;font-weight:700;text-transform:lowercase;
51
+ }
52
+
53
+ /* Subject */
54
+ .subject{
55
+ height:130px;border-bottom:1px solid #1f2328;display:flex;align-items:center;padding:0 30px;font-size:38px;color:#eaeef2;
56
+ }
57
+
58
+ /* Body */
59
+ .body{
60
+ height:1140px;padding:28px 30px 0 30px;font-size:34px;line-height:1.6;color:#e5e5e5;
61
+ }
62
+ .body a{color:#8ab4f8;text-decoration:none;}
63
+
64
+ /* Keyboard mock */
65
+ .keyboard{
66
+ position:absolute;left:0;right:0;bottom:70px;height:700px;background:#0c0e10;border-top:1px solid #1f2328;
67
+ padding:10px 18px 18px 18px;
68
+ }
69
+ .kbd-toolbar{
70
+ height:80px;display:flex;align-items:center;gap:34px;color:#c8ccd1;font-size:28px;padding:0 10px;
71
+ }
72
+ .kbd-row{display:flex;gap:12px;margin:10px 0;}
73
+ .key{
74
+ flex:1;height:110px;background:#1a1d21;border-radius:18px;display:flex;align-items:center;justify-content:center;
75
+ color:#e2e5e9;font-size:40px;border:1px solid #242a30;
76
+ }
77
+ .key.small{flex:0 0 120px}
78
+ .key.mid{flex:0 0 170px}
79
+ .key.wide{flex:1.8}
80
+ .key.action{background:#27313a;color:#dbe6f4;}
81
+ .key.primary{background:#2c78ff;color:#fff;border:1px solid #2969e6;}
82
+ .handle{
83
+ position:absolute;bottom:18px;left:50%;transform:translateX(-50%);
84
+ width:360px;height:10px;border-radius:6px;background:#aab0b6;opacity:.35;
85
+ }
86
+
87
+ /* Tiny helpers */
88
+ .muted{color:#9aa0a6}
89
+ </style>
90
+ </head>
91
+ <body>
92
+ <div id="render-target">
93
+
94
+ <!-- Status Bar -->
95
+ <div class="statusbar">
96
+ <div>9:08</div>
97
+ <div class="sb-right">
98
+ <span>84ยฐ</span>
99
+ <span class="dot"></span>
100
+ <span class="icon">
101
+ <svg viewBox="0 0 24 24"><path d="M4 18h16M6 14h12M9 10h6M11 6h2"/></svg>
102
+ </span>
103
+ <span class="icon">
104
+ <svg viewBox="0 0 24 24"><path d="M3 12l6 6 12-12"/></svg>
105
+ </span>
106
+ <span class="icon">
107
+ <svg viewBox="0 0 24 24"><path d="M5 18h14a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v8a2 2 0 002 2z"/></svg>
108
+ </span>
109
+ <span class="icon">
110
+ <svg viewBox="0 0 24 24"><path d="M6 18h12a2 2 0 002-2V8M6 18a2 2 0 01-2-2V8m0 0h16"/></svg>
111
+ </span>
112
+ </div>
113
+ </div>
114
+
115
+ <!-- Gmail Compose App Bar -->
116
+ <div class="appbar">
117
+ <div class="left">
118
+ <span class="icon">
119
+ <svg viewBox="0 0 24 24"><path d="M15 6l-6 6 6 6" stroke-linecap="round" stroke-linejoin="round"/></svg>
120
+ </span>
121
+ <div class="title">Compose</div>
122
+ </div>
123
+ <div class="actions">
124
+ <svg viewBox="0 0 24 24"><path d="M3 12l10 9V3z" stroke-linecap="round" stroke-linejoin="round"/></svg>
125
+ <svg viewBox="0 0 24 24"><path d="M4 7l8 8m0-8L4 15" stroke-linecap="round" stroke-linejoin="round"/></svg>
126
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="5" r="2" fill="#cfd6dd" stroke="none"/><circle cx="12" cy="12" r="2" fill="#cfd6dd" stroke="none"/><circle cx="12" cy="19" r="2" fill="#cfd6dd" stroke="none"/></svg>
127
+ </div>
128
+ </div>
129
+
130
+ <!-- From -->
131
+ <div class="field">
132
+ <div class="label">From</div>
133
+ <div class="value">
134
+ <div>dbwscratch.test.id3@gmail.com</div>
135
+ <div class="dropdown">
136
+ <svg viewBox="0 0 24 24"><path d="M6 9l6 6 6-6"/></svg>
137
+ </div>
138
+ </div>
139
+ </div>
140
+
141
+ <!-- To -->
142
+ <div class="field">
143
+ <div class="label">To</div>
144
+ <div class="value">
145
+ <div class="chip">
146
+ <div class="avatar">m</div>
147
+ <div>maria.rossi199309@gmail.com</div>
148
+ <div class="dropdown">
149
+ <svg viewBox="0 0 24 24"><path d="M6 9l6 6 6-6"/></svg>
150
+ </div>
151
+ </div>
152
+ </div>
153
+ </div>
154
+
155
+ <!-- Subject -->
156
+ <div class="subject">Clock Works</div>
157
+
158
+ <!-- Body -->
159
+ <div class="body">
160
+ <div style="height:24px"></div>
161
+ <a href="#">https://maps.app.goo.gl/95Y5FaEunYnX65XdA</a>
162
+ </div>
163
+
164
+ <!-- Keyboard mock -->
165
+ <div class="keyboard">
166
+ <div class="kbd-toolbar">
167
+ <span class="key small" style="height:64px;border-radius:14px;">โŒ˜</span>
168
+ <span>GIF</span>
169
+ <span>โš™</span>
170
+ <span>Translate</span>
171
+ <span>๐ŸŽจ</span>
172
+ <span style="margin-left:auto;">๐ŸŽค</span>
173
+ </div>
174
+
175
+ <!-- Row 1 -->
176
+ <div class="kbd-row">
177
+ <div class="key">q</div>
178
+ <div class="key">w</div>
179
+ <div class="key">e</div>
180
+ <div class="key">r</div>
181
+ <div class="key">t</div>
182
+ <div class="key">y</div>
183
+ <div class="key">u</div>
184
+ <div class="key">i</div>
185
+ <div class="key">o</div>
186
+ <div class="key">p</div>
187
+ </div>
188
+
189
+ <!-- Row 2 -->
190
+ <div class="kbd-row">
191
+ <div class="key">a</div>
192
+ <div class="key">s</div>
193
+ <div class="key">d</div>
194
+ <div class="key">f</div>
195
+ <div class="key">g</div>
196
+ <div class="key">h</div>
197
+ <div class="key">j</div>
198
+ <div class="key">k</div>
199
+ <div class="key">l</div>
200
+ </div>
201
+
202
+ <!-- Row 3 -->
203
+ <div class="kbd-row">
204
+ <div class="key mid action">โ‡ง</div>
205
+ <div class="key">z</div>
206
+ <div class="key">x</div>
207
+ <div class="key">c</div>
208
+ <div class="key">v</div>
209
+ <div class="key">b</div>
210
+ <div class="key">n</div>
211
+ <div class="key">m</div>
212
+ <div class="key mid action">โŒซ</div>
213
+ </div>
214
+
215
+ <!-- Row 4 -->
216
+ <div class="kbd-row">
217
+ <div class="key small action">?123</div>
218
+ <div class="key small action">@</div>
219
+ <div class="key small action">โ˜บ</div>
220
+ <div class="key wide">space</div>
221
+ <div class="key small action">.</div>
222
+ <div class="key mid primary">โŽ</div>
223
+ </div>
224
+ </div>
225
+
226
+ <div class="handle"></div>
227
+ </div>
228
+ </body>
229
+ </html>
code/20157/20157_7.html ADDED
@@ -0,0 +1,270 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Share 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: #f2f2f2;
11
+ }
12
+
13
+ /* Status bar */
14
+ .status-bar {
15
+ position: absolute; top: 0; left: 0; right: 0; height: 90px;
16
+ background: #0a0a0a; color: #fff; display: flex; align-items: center;
17
+ padding: 0 32px; font-size: 38px;
18
+ }
19
+ .status-left { flex: 1; }
20
+ .status-right { display: flex; gap: 22px; align-items: center; }
21
+ .icon-dot { width: 16px; height: 16px; background:#bdbdbd; border-radius:50%; }
22
+
23
+ /* Map background */
24
+ .map-bg {
25
+ position: absolute; inset: 90px 0 0 0;
26
+ background: linear-gradient(180deg, #6ea87c 0%, #89b08a 60%, #9ac0a1 100%);
27
+ }
28
+
29
+ /* Dim overlay head */
30
+ .overlay-head {
31
+ position: absolute; top: 90px; left: 0; right: 0; height: 560px;
32
+ background: rgba(0,0,0,0.45);
33
+ color: #fff;
34
+ }
35
+ .close-btn {
36
+ position: absolute; top: 40px; left: 36px; width: 80px; height: 80px;
37
+ border-radius: 40px; display: flex; align-items: center; justify-content: center;
38
+ background: rgba(255,255,255,0.08);
39
+ }
40
+ .close-btn svg { width: 42px; height: 42px; fill: none; stroke: #fff; stroke-width: 6; }
41
+ .title {
42
+ position: absolute; left: 160px; top: 140px; font-size: 80px; font-weight: 600;
43
+ }
44
+ .share-identity {
45
+ position: absolute; left: 156px; top: 230px; display: flex; align-items: center; gap: 28px;
46
+ }
47
+ .avatar {
48
+ width: 96px; height: 96px; border-radius: 48px; background: #ccd8ff; border: 2px solid rgba(255,255,255,0.6);
49
+ }
50
+ .id-texts { line-height: 1.35; }
51
+ .id-name { font-size: 42px; font-weight: 600; }
52
+ .id-email { font-size: 34px; opacity: 0.85; }
53
+
54
+ /* White sheet content */
55
+ .sheet {
56
+ position: absolute; left: 0; right: 0; top: 520px; bottom: 0;
57
+ background: #ffffff;
58
+ border-top-left-radius: 24px; border-top-right-radius: 24px;
59
+ box-shadow: 0 -10px 24px rgba(0,0,0,0.15);
60
+ }
61
+
62
+ .list-header {
63
+ padding: 48px 48px 20px 48px;
64
+ }
65
+ .fav-row {
66
+ display: flex; align-items: center; gap: 24px;
67
+ }
68
+ .heart-wrap {
69
+ width: 64px; height: 64px; border-radius: 32px; background: #ff5b90; display:flex;align-items:center;justify-content:center;
70
+ }
71
+ .fav-title { font-size: 68px; font-weight: 700; color: #222; }
72
+ .sub-info { margin-top: 10px; color: #777; font-size: 36px; }
73
+ .action-row {
74
+ display: flex; gap: 28px; margin-top: 30px;
75
+ }
76
+ .pill-btn {
77
+ border: 1px solid #d2d2d2; border-radius: 50px; padding: 24px 36px;
78
+ font-size: 38px; color: #2a2a2a; display:flex; align-items:center; gap:16px;
79
+ background:#fafafa;
80
+ }
81
+ .pill-btn svg { width: 36px; height: 36px; fill: #555; }
82
+
83
+ /* Photo grid */
84
+ .photo-grid {
85
+ display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
86
+ padding: 24px 48px;
87
+ }
88
+ .photo {
89
+ height: 360px; background:#E0E0E0; border:1px solid #BDBDBD;
90
+ display:flex; align-items:center; justify-content:center; color:#757575; position: relative;
91
+ }
92
+ .photo .choose-overlay {
93
+ position:absolute; left:24px; top:24px;
94
+ background: rgba(0,0,0,0.55); color:#fff; padding:14px 18px; border-radius: 24px; font-size: 34px;
95
+ }
96
+
97
+ /* Share to input section */
98
+ .share-to {
99
+ position: absolute; left: 0; right: 0; bottom: 320px;
100
+ background: #fff; border-top: 1px solid #eee;
101
+ padding: 20px 48px 18px 48px;
102
+ }
103
+ .to-input {
104
+ border: 1px solid #ddd; border-radius: 18px; padding: 26px 26px;
105
+ font-size: 36px; color: #555; background:#fafafa;
106
+ }
107
+ .chips {
108
+ display: flex; gap: 36px; margin-top: 24px;
109
+ }
110
+ .chip {
111
+ display:flex; flex-direction: column; align-items:center; width: 160px;
112
+ }
113
+ .chip .circle {
114
+ width: 120px; height: 120px; border-radius: 60px; background:#6a55d8; color:#fff;
115
+ display:flex; align-items:center; justify-content:center; font-size: 64px; font-weight:700;
116
+ }
117
+ .circle.orange { background:#ff6f2f; }
118
+ .circle.green { background:#1f9a83; }
119
+ .chip-label {
120
+ margin-top: 10px; text-align: center; font-size: 30px; color:#777;
121
+ }
122
+
123
+ /* Quick actions footer */
124
+ .quick-actions {
125
+ position: absolute; left: 0; right: 0; bottom: 80px; height: 220px;
126
+ background: #fff; border-top: 1px solid #ececec; display:flex; justify-content: space-evenly; align-items: center;
127
+ }
128
+ .qa {
129
+ width: 200px; display:flex; flex-direction: column; align-items:center; gap: 10px; color:#333; font-size: 34px;
130
+ }
131
+ .qa .qa-icon {
132
+ width: 96px; height: 96px; border-radius: 48px; background:#0a83ff; display:flex; align-items:center; justify-content:center;
133
+ }
134
+ .qa svg { width: 50px; height: 50px; fill:#fff; }
135
+
136
+ /* Gesture bar */
137
+ .gesture {
138
+ position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%);
139
+ width: 240px; height: 12px; background:#cfcfcf; border-radius: 6px;
140
+ }
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">9:10</div>
149
+ <div class="status-right">
150
+ <div class="icon-dot"></div>
151
+ <div class="icon-dot"></div>
152
+ <div class="icon-dot"></div>
153
+ <div style="width:44px;height:24px;border:2px solid #fff;border-radius:6px;"></div>
154
+ </div>
155
+ </div>
156
+
157
+ <!-- Map background -->
158
+ <div class="map-bg"></div>
159
+
160
+ <!-- Dimmed overlay header content -->
161
+ <div class="overlay-head">
162
+ <div class="close-btn">
163
+ <svg viewBox="0 0 24 24"><path d="M5 5 L19 19 M19 5 L5 19"/></svg>
164
+ </div>
165
+ <div class="title">Share</div>
166
+ <div class="share-identity">
167
+ <div class="avatar"></div>
168
+ <div class="id-texts">
169
+ <div class="id-name">Sharing as Cerebra Research</div>
170
+ <div class="id-email">dbwscratch.test.id3@gmail.com</div>
171
+ </div>
172
+ </div>
173
+ </div>
174
+
175
+ <!-- White sheet with list and sharing UI -->
176
+ <div class="sheet">
177
+ <div class="list-header">
178
+ <div class="fav-row">
179
+ <div class="heart-wrap">
180
+ <svg viewBox="0 0 24 24"><path fill="#fff" d="M12 21s-6.6-4.35-9.2-7.4C-0.1 10.9 1.2 6.8 4.9 6.3c2-.3 3.6.7 4.6 2 1-1.3 2.6-2.3 4.6-2 3.7.5 5 4.6 1.1 7.3C18.6 16.7 12 21 12 21z"/></svg>
181
+ </div>
182
+ <div class="fav-title">Favourites</div>
183
+ </div>
184
+ <div class="sub-info">Private โ€ข 4 places</div>
185
+
186
+ <div class="action-row">
187
+ <div class="pill-btn">
188
+ <svg viewBox="0 0 24 24"><path d="M5 12h14M12 5v14"/></svg>
189
+ Publish
190
+ </div>
191
+ <div class="pill-btn">
192
+ <svg viewBox="0 0 24 24"><path d="M4 20l6-2 8-8-4-4-8 8-2 6z"/></svg>
193
+ Edit
194
+ </div>
195
+ <div class="pill-btn">
196
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 6 6 .9-4.4 4.3 1 6.3L12 17l-5.6 2.5 1-6.3L3 8.9 9 8z"/></svg>
197
+ Add
198
+ </div>
199
+ <div class="pill-btn">
200
+ <svg viewBox="0 0 24 24"><path d="M4 12h10M9 7l5 5-5 5"/></svg>
201
+ Share
202
+ </div>
203
+ </div>
204
+ </div>
205
+
206
+ <div class="photo-grid">
207
+ <div class="photo">
208
+ <div class="choose-overlay">Choose photo</div>
209
+ [IMG: Restaurant bar interior]
210
+ </div>
211
+ <div class="photo">[IMG: Plate of food]</div>
212
+ </div>
213
+
214
+ <!-- Share To section -->
215
+ <div class="share-to">
216
+ <div class="to-input">To Type a name, phone number or email address</div>
217
+
218
+ <div class="chips">
219
+ <div class="chip">
220
+ <div class="circle">m</div>
221
+ <div class="chip-label">maria.rossi1โ€ฆ</div>
222
+ </div>
223
+ <div class="chip">
224
+ <div class="circle orange">J</div>
225
+ <div class="chip-label">Jane-dbw- Perโ€ฆ</div>
226
+ </div>
227
+ <div class="chip">
228
+ <div class="circle green">C</div>
229
+ <div class="chip-label">Cerebra Reseaโ€ฆ</div>
230
+ </div>
231
+ <div class="chip">
232
+ <div class="circle">m</div>
233
+ <div class="chip-label">maria.rossi19โ€ฆ</div>
234
+ </div>
235
+ </div>
236
+ </div>
237
+
238
+ <!-- Quick actions bottom row -->
239
+ <div class="quick-actions">
240
+ <div class="qa">
241
+ <div class="qa-icon">
242
+ <svg viewBox="0 0 24 24"><path d="M3 4h18v12H8l-5 4V4z"/></svg>
243
+ </div>
244
+ <div>Messages</div>
245
+ </div>
246
+ <div class="qa">
247
+ <div class="qa-icon" style="background:#8a47ff;">
248
+ <svg viewBox="0 0 24 24"><path d="M12 3C7 3 3 6.6 3 11c0 2.1 1 4 2.6 5.4L5 21l4.9-2C11 19.3 11.5 19.4 12 19.4c5 0 9-3.6 9-8.1S17 3 12 3z"/></svg>
249
+ </div>
250
+ <div>Chats</div>
251
+ </div>
252
+ <div class="qa">
253
+ <div class="qa-icon" style="background:#7a8a99;">
254
+ <svg viewBox="0 0 24 24"><path d="M14 3H5a2 2 0 0 0-2 2v12h2V5h9V3zm5 4H10a2 2 0 0 0-2 2v12l5-3h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2z"/></svg>
255
+ </div>
256
+ <div>Copy to clipboard</div>
257
+ </div>
258
+ <div class="qa">
259
+ <div class="qa-icon" style="background:#bcbcbc;">
260
+ <svg viewBox="0 0 24 24"><path d="M6 10h4v4H6v-4zm8 0h4v4h-4v-4zM6 18h12v2H6v-2zM6 4h12v2H6V4z"/></svg>
261
+ </div>
262
+ <div>More</div>
263
+ </div>
264
+ </div>
265
+ </div>
266
+
267
+ <div class="gesture"></div>
268
+ </div>
269
+ </body>
270
+ </html>
code/20158/20158_0.html ADDED
@@ -0,0 +1,343 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>K33 Kitchen UI</title>
6
+ <style>
7
+ body {
8
+ margin: 0;
9
+ padding: 0;
10
+ background: transparent;
11
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
12
+ }
13
+ #render-target {
14
+ width: 1080px;
15
+ height: 2400px;
16
+ position: relative;
17
+ overflow: hidden;
18
+ background: #101010;
19
+ border-radius: 28px;
20
+ box-shadow: 0 12px 40px rgba(0,0,0,0.35);
21
+ color: #fff;
22
+ }
23
+
24
+ /* Status bar */
25
+ .status-bar {
26
+ position: absolute;
27
+ top: 0;
28
+ left: 0;
29
+ width: 1080px;
30
+ height: 100px;
31
+ display: flex;
32
+ align-items: center;
33
+ padding: 0 28px;
34
+ box-sizing: border-box;
35
+ z-index: 5;
36
+ color: #eaeaea;
37
+ font-size: 32px;
38
+ letter-spacing: 0.5px;
39
+ }
40
+ .sb-left, .sb-right {
41
+ display: flex;
42
+ align-items: center;
43
+ gap: 18px;
44
+ }
45
+ .sb-left {
46
+ flex: 1;
47
+ }
48
+ .sb-right svg {
49
+ opacity: 0.9;
50
+ }
51
+
52
+ /* Back button */
53
+ .back-btn {
54
+ position: absolute;
55
+ top: 120px;
56
+ left: 24px;
57
+ width: 86px;
58
+ height: 86px;
59
+ background: rgba(255,255,255,0.15);
60
+ border-radius: 50%;
61
+ display: flex;
62
+ align-items: center;
63
+ justify-content: center;
64
+ z-index: 6;
65
+ backdrop-filter: blur(2px);
66
+ border: 1px solid rgba(255,255,255,0.25);
67
+ }
68
+ .back-btn svg {
69
+ width: 42px;
70
+ height: 42px;
71
+ fill: none;
72
+ stroke: #fff;
73
+ stroke-width: 6;
74
+ }
75
+
76
+ /* Hero image */
77
+ .hero {
78
+ position: absolute;
79
+ top: 0;
80
+ left: 0;
81
+ width: 1080px;
82
+ height: 1050px;
83
+ background: #E0E0E0;
84
+ border-bottom: 1px solid #BDBDBD;
85
+ display: flex;
86
+ align-items: center;
87
+ justify-content: center;
88
+ color: #4d4d4d;
89
+ font-size: 36px;
90
+ text-align: center;
91
+ }
92
+ .hero::after {
93
+ content: "";
94
+ position: absolute;
95
+ inset: 0;
96
+ background: linear-gradient(to bottom, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.55) 75%, rgba(16,16,16,1) 100%);
97
+ pointer-events: none;
98
+ }
99
+
100
+ /* Counters on hero */
101
+ .hero-counters {
102
+ position: absolute;
103
+ bottom: 140px;
104
+ left: 0;
105
+ width: 100%;
106
+ display: flex;
107
+ justify-content: space-between;
108
+ padding: 0 120px;
109
+ box-sizing: border-box;
110
+ z-index: 4;
111
+ }
112
+ .counter {
113
+ text-align: left;
114
+ color: #ffffff;
115
+ }
116
+ .counter .value {
117
+ font-size: 64px;
118
+ font-weight: 700;
119
+ letter-spacing: 1px;
120
+ }
121
+ .counter .label {
122
+ margin-top: 6px;
123
+ font-size: 32px;
124
+ color: #d8d8d8;
125
+ }
126
+
127
+ /* Content card area */
128
+ .content-card {
129
+ position: absolute;
130
+ top: 980px;
131
+ left: 0;
132
+ width: 1080px;
133
+ height: 1420px;
134
+ background: #1c1c1c;
135
+ border-top-left-radius: 36px;
136
+ border-top-right-radius: 36px;
137
+ padding: 40px 48px 160px;
138
+ box-sizing: border-box;
139
+ }
140
+
141
+ .title-row {
142
+ display: flex;
143
+ align-items: center;
144
+ justify-content: space-between;
145
+ gap: 24px;
146
+ }
147
+ .title-row .title {
148
+ font-size: 72px;
149
+ font-weight: 800;
150
+ letter-spacing: 0.5px;
151
+ }
152
+ .title-row .follow-btn {
153
+ background: #ffffff;
154
+ color: #111;
155
+ font-weight: 700;
156
+ font-size: 36px;
157
+ padding: 24px 40px;
158
+ border-radius: 50px;
159
+ border: none;
160
+ box-shadow: 0 6px 16px rgba(0,0,0,0.25);
161
+ }
162
+
163
+ .url {
164
+ margin-top: 16px;
165
+ font-size: 34px;
166
+ color: #8ab6ff;
167
+ }
168
+
169
+ .intro {
170
+ margin-top: 36px;
171
+ font-size: 38px;
172
+ line-height: 1.5;
173
+ color: #f0f0f0;
174
+ }
175
+
176
+ /* Recipes section header */
177
+ .section-header {
178
+ margin-top: 48px;
179
+ display: flex;
180
+ align-items: center;
181
+ justify-content: space-between;
182
+ color: #fff;
183
+ }
184
+ .section-header .sec-title {
185
+ font-size: 62px;
186
+ font-weight: 800;
187
+ }
188
+ .section-header .view-all {
189
+ font-size: 36px;
190
+ color: #d8d8d8;
191
+ letter-spacing: 1px;
192
+ }
193
+
194
+ /* Recipe cards */
195
+ .recipes-grid {
196
+ margin-top: 28px;
197
+ display: grid;
198
+ grid-template-columns: 1fr 1fr;
199
+ gap: 36px;
200
+ }
201
+ .recipe-card {
202
+ position: relative;
203
+ height: 500px;
204
+ border-radius: 28px;
205
+ overflow: hidden;
206
+ background: #E0E0E0;
207
+ border: 1px solid #BDBDBD;
208
+ display: flex;
209
+ align-items: center;
210
+ justify-content: center;
211
+ color: #555;
212
+ font-size: 34px;
213
+ }
214
+ .bookmark {
215
+ position: absolute;
216
+ top: 22px;
217
+ right: 22px;
218
+ width: 70px;
219
+ height: 70px;
220
+ background: rgba(0,0,0,0.45);
221
+ border-radius: 18px;
222
+ display: flex;
223
+ align-items: center;
224
+ justify-content: center;
225
+ backdrop-filter: blur(2px);
226
+ }
227
+ .bookmark svg {
228
+ width: 34px;
229
+ height: 34px;
230
+ fill: #fff;
231
+ }
232
+
233
+ /* Bottom safe area indicator (thin bar) */
234
+ .safe-bar {
235
+ position: absolute;
236
+ bottom: 20px;
237
+ left: 50%;
238
+ transform: translateX(-50%);
239
+ width: 540px;
240
+ height: 12px;
241
+ background: #e5e5e5;
242
+ border-radius: 10px;
243
+ opacity: 0.7;
244
+ }
245
+ </style>
246
+ </head>
247
+ <body>
248
+ <div id="render-target">
249
+
250
+ <!-- Status bar -->
251
+ <div class="status-bar">
252
+ <div class="sb-left">
253
+ <div>8:10</div>
254
+ <!-- small dots to mimic app indicators -->
255
+ <div style="display:flex; gap:10px;">
256
+ <span style="width:16px;height:16px;background:#eaeaea;border-radius:50%;display:inline-block;"></span>
257
+ <span style="width:16px;height:16px;background:#eaeaea;border-radius:50%;display:inline-block;"></span>
258
+ <span style="width:16px;height:16px;background:#eaeaea;border-radius:50%;display:inline-block;"></span>
259
+ <span style="width:16px;height:16px;background:#eaeaea;border-radius:50%;display:inline-block;"></span>
260
+ <span style="width:16px;height:16px;background:#eaeaea;border-radius:50%;display:inline-block;"></span>
261
+ </div>
262
+ </div>
263
+ <div class="sb-right">
264
+ <!-- Wi-Fi icon -->
265
+ <svg viewBox="0 0 24 24" width="38" height="38">
266
+ <path d="M12 18.5c.9 0 1.6.7 1.6 1.6S12.9 21.7 12 21.7s-1.6-.7-1.6-1.6.7-1.6 1.6-1.6z" fill="#eaeaea"/>
267
+ <path d="M3 10.5c2.7-2.2 6.2-3.3 9-3.3s6.3 1.1 9 3.3" stroke="#eaeaea" stroke-width="2" fill="none"/>
268
+ <path d="M6.5 13.2c1.8-1.4 4.1-2.1 5.5-2.1s3.7.7 5.5 2.1" stroke="#eaeaea" stroke-width="2" fill="none"/>
269
+ </svg>
270
+ <!-- Battery icon -->
271
+ <svg viewBox="0 0 28 18" width="44" height="34">
272
+ <rect x="1" y="2" width="22" height="14" rx="3" ry="3" fill="none" stroke="#eaeaea" stroke-width="2"/>
273
+ <rect x="4" y="5" width="16" height="8" fill="#eaeaea"/>
274
+ <rect x="24" y="6" width="3" height="6" rx="1" fill="#eaeaea"/>
275
+ </svg>
276
+ </div>
277
+ </div>
278
+
279
+ <!-- Back button -->
280
+ <div class="back-btn">
281
+ <svg viewBox="0 0 24 24">
282
+ <path d="M15 6l-6 6 6 6"/>
283
+ </svg>
284
+ </div>
285
+
286
+ <!-- Hero image placeholder -->
287
+ <div class="hero">
288
+ [IMG: Person drinking tea at a garden cafe]
289
+ <!-- Counters -->
290
+ <div class="hero-counters">
291
+ <div class="counter">
292
+ <div class="value">125</div>
293
+ <div class="label">Followers</div>
294
+ </div>
295
+ <div class="counter" style="text-align:right;">
296
+ <div class="value">120</div>
297
+ <div class="label">Recipes</div>
298
+ </div>
299
+ </div>
300
+ </div>
301
+
302
+ <!-- Content card area -->
303
+ <div class="content-card">
304
+ <div class="title-row">
305
+ <div class="title">K33 Kitchen</div>
306
+ <button class="follow-btn">FOLLOW</button>
307
+ </div>
308
+ <div class="url">https://www.k33kitchen.com/</div>
309
+
310
+ <div class="intro">
311
+ Hello, name is Kee! I create delicious plant-based dishes that everyone can experience and enjoy together, whether vegan, vegetarian or meat eater.
312
+ </div>
313
+
314
+ <div class="section-header">
315
+ <div class="sec-title">Recipes by K33 Kitchen</div>
316
+ <div class="view-all">VIEW ALL</div>
317
+ </div>
318
+
319
+ <div class="recipes-grid">
320
+ <div class="recipe-card">
321
+ [IMG: Spicy cauliflower dish with peanuts]
322
+ <div class="bookmark">
323
+ <svg viewBox="0 0 24 24">
324
+ <path d="M6 3h12v18l-6-4-6 4z"/>
325
+ </svg>
326
+ </div>
327
+ </div>
328
+ <div class="recipe-card">
329
+ [IMG: Tomato noodle soup bowl]
330
+ <div class="bookmark">
331
+ <svg viewBox="0 0 24 24">
332
+ <path d="M6 3h12v18l-6-4-6 4z"/>
333
+ </svg>
334
+ </div>
335
+ </div>
336
+ </div>
337
+ </div>
338
+
339
+ <!-- Safe area bar -->
340
+ <div class="safe-bar"></div>
341
+ </div>
342
+ </body>
343
+ </html>
code/20158/20158_1.html ADDED
@@ -0,0 +1,138 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Recipe Screen</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px;
10
+ position: relative; overflow: hidden;
11
+ background: #2B2B2B; color: #FFF;
12
+ }
13
+ .statusbar {
14
+ height: 110px; padding: 0 36px;
15
+ display: flex; align-items: center; justify-content: space-between;
16
+ color: #FFFFFF; font-size: 40px; background: #1F1F1F;
17
+ }
18
+ .status-left { display: flex; align-items: center; gap: 24px; }
19
+ .status-center { display: flex; gap: 18px; align-items: center; }
20
+ .dot { width: 26px; height: 26px; background: #FFFFFF; border-radius: 50%; opacity: 0.9; }
21
+ .status-right { display: flex; align-items: center; gap: 22px; }
22
+ .icon { width: 40px; height: 40px; }
23
+ .appbar {
24
+ height: 110px; display: flex; align-items: center;
25
+ padding: 0 28px; justify-content: space-between; background: #2B2B2B;
26
+ border-bottom: 1px solid #3A3A3A;
27
+ }
28
+ .left-actions { display: flex; align-items: center; gap: 26px; }
29
+ .right-actions { display: flex; align-items: center; gap: 30px; }
30
+ .content { padding: 28px 36px 0 36px; }
31
+ .step-label { color: #BDBDBD; font-size: 34px; letter-spacing: 1px; margin-top: 12px; }
32
+ .title { font-size: 60px; line-height: 78px; margin: 16px 0 24px 0; color: #EDEDED; }
33
+ .recipe-image {
34
+ width: 1008px; height: 820px; margin: 0 auto;
35
+ background: #E0E0E0; border: 1px solid #BDBDBD; color: #757575;
36
+ display: flex; align-items: center; justify-content: center; text-align: center;
37
+ border-radius: 40px; font-size: 36px; padding: 20px;
38
+ }
39
+ .author-card { margin-top: 40px; padding: 32px 0; border-top: 1px solid #3A3A3A; }
40
+ .author-row { display: flex; align-items: center; justify-content: space-between; }
41
+ .author-left { display: flex; align-items: center; gap: 24px; }
42
+ .avatar {
43
+ width: 92px; height: 92px; border-radius: 50%;
44
+ background: #E0E0E0; border: 1px solid #BDBDBD;
45
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 24px;
46
+ }
47
+ .author-name { font-size: 48px; font-weight: bold; }
48
+ .view-btn {
49
+ padding: 22px 44px; border-radius: 40px; border: 1px solid #5F5F5F;
50
+ color: #FFFFFF; background: transparent; font-size: 36px;
51
+ }
52
+ .bio {
53
+ margin-top: 28px; color: #D0D0D0; font-size: 40px; line-height: 60px;
54
+ }
55
+ .section-title { margin-top: 40px; font-size: 52px; font-weight: 700; }
56
+ .actions { margin-top: 24px; display: flex; gap: 36px; }
57
+ .btn {
58
+ flex: 1; padding: 30px 20px; border-radius: 60px; font-size: 44px; text-align: center;
59
+ }
60
+ .btn-outline { border: 2px solid #7A7A7A; color: #FFFFFF; background: transparent; }
61
+ .btn-light { background: #FFFFFF; color: #1F1F1F; border: 2px solid #FFFFFF; }
62
+ /* Simple SVG coloring */
63
+ svg { fill: #FFFFFF; }
64
+ </style>
65
+ </head>
66
+ <body>
67
+ <div id="render-target">
68
+ <div class="statusbar">
69
+ <div class="status-left">
70
+ <div>8:11</div>
71
+ </div>
72
+ <div class="status-center">
73
+ <div class="dot"></div>
74
+ <div class="dot"></div>
75
+ <div class="dot"></div>
76
+ <div class="dot"></div>
77
+ <div class="dot"></div>
78
+ </div>
79
+ <div class="status-right">
80
+ <!-- WiFi Icon -->
81
+ <svg class="icon" viewBox="0 0 24 24">
82
+ <path d="M12 18.5c.9 0 1.5.6 1.5 1.5S12.9 21.5 12 21.5 10.5 20.9 10.5 20s.6-1.5 1.5-1.5zm-5.5-5c3.6-3.6 9.4-3.6 13 0l-1.6 1.6c-2.7-2.7-7.1-2.7-9.8 0L6.5 13.5zm-3.7-3.7c5.6-5.6 14.7-5.6 20.3 0l-1.7 1.7c-4.6-4.6-12.3-4.6-16.9 0L2.8 9.8z"/>
83
+ </svg>
84
+ <!-- Battery Icon -->
85
+ <svg class="icon" viewBox="0 0 24 24">
86
+ <path d="M16 6h2v2h2v8h-2v2h-2V6zm-12 2h10v10H4V8z"/>
87
+ </svg>
88
+ </div>
89
+ </div>
90
+
91
+ <div class="appbar">
92
+ <div class="left-actions">
93
+ <!-- Back Arrow -->
94
+ <svg class="icon" viewBox="0 0 24 24">
95
+ <path d="M15.5 5.5L9 12l6.5 6.5-2 2L5 12l8.5-8.5 2 2z"/>
96
+ </svg>
97
+ </div>
98
+ <div class="right-actions">
99
+ <!-- Share Icon -->
100
+ <svg class="icon" viewBox="0 0 24 24">
101
+ <path d="M18 8a3 3 0 1 0-2.9-3.6L7.9 8.4a3 3 0 0 0 0 3.2l7.2 4a3 3 0 1 0 .9-1.8l-7.2-4a3 3 0 0 0 0-3.2l7.2-4A3 3 0 0 0 18 8z"/>
102
+ </svg>
103
+ <!-- Bookmark Icon -->
104
+ <svg class="icon" viewBox="0 0 24 24">
105
+ <path d="M6 3h12v18l-6-3-6 3V3z"/>
106
+ </svg>
107
+ </div>
108
+ </div>
109
+
110
+ <div class="content">
111
+ <div class="step-label">Step 8</div>
112
+ <div class="title">Serve hot with either rice or noodles.</div>
113
+
114
+ <div class="recipe-image">[IMG: Cauliflower dish with sauce, peanuts, sesame seeds, and chillies]</div>
115
+
116
+ <div class="author-card">
117
+ <div class="author-row">
118
+ <div class="author-left">
119
+ <div class="avatar">Avatar</div>
120
+ <div class="author-name">K33 Kitchen</div>
121
+ </div>
122
+ <button class="view-btn">VIEW</button>
123
+ </div>
124
+ <div class="bio">
125
+ Hello, name is Kee! I create delicious plant-based dishes that everyone can experience and enjoy together, whether vegan, vegetarian or meat eater.
126
+ </div>
127
+ </div>
128
+
129
+ <div class="section-title">Ratings & Comments</div>
130
+
131
+ <div class="actions">
132
+ <div class="btn btn-outline">ADD TO PLAN</div>
133
+ <div class="btn btn-light">ADD TO CART</div>
134
+ </div>
135
+ </div>
136
+ </div>
137
+ </body>
138
+ </html>
code/20158/20158_2.html ADDED
@@ -0,0 +1,311 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Recipe Search UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: #fff; }
8
+ #render-target {
9
+ position: relative;
10
+ width: 1080px;
11
+ height: 2400px;
12
+ overflow: hidden;
13
+ background: #151515;
14
+ }
15
+ /* Status bar */
16
+ .status-bar {
17
+ height: 96px;
18
+ padding: 0 28px;
19
+ display: flex;
20
+ align-items: center;
21
+ justify-content: space-between;
22
+ color: #eaeaea;
23
+ font-weight: 600;
24
+ font-size: 36px;
25
+ }
26
+ .status-icons {
27
+ display: flex;
28
+ align-items: center;
29
+ gap: 20px;
30
+ opacity: .9;
31
+ }
32
+ .dot { width: 10px; height: 10px; background:#eaeaea; border-radius: 50%; display:inline-block; margin-right: 6px; }
33
+ /* Top search row */
34
+ .top-bar {
35
+ padding: 10px 28px 0 28px;
36
+ }
37
+ .search-row {
38
+ display: flex;
39
+ align-items: center;
40
+ gap: 22px;
41
+ }
42
+ .back-btn {
43
+ width: 90px;
44
+ height: 90px;
45
+ border-radius: 22px;
46
+ background: #2a2a2a;
47
+ display: flex;
48
+ align-items: center;
49
+ justify-content: center;
50
+ }
51
+ .back-btn svg { width: 38px; height: 38px; fill: #e6e6e6; }
52
+ .search-input {
53
+ flex: 1;
54
+ height: 90px;
55
+ border-radius: 46px;
56
+ background: #2b2b2b;
57
+ display: flex;
58
+ align-items: center;
59
+ padding: 0 34px;
60
+ color: #dcdcdc;
61
+ font-size: 36px;
62
+ }
63
+ /* Filter pills */
64
+ .pills {
65
+ display: flex;
66
+ gap: 22px;
67
+ padding: 24px 0 8px 0;
68
+ }
69
+ .pill {
70
+ background: #252525;
71
+ color: #eaeaea;
72
+ border: 2px solid #3a3a3a;
73
+ border-radius: 40px;
74
+ padding: 18px 30px;
75
+ font-size: 30px;
76
+ letter-spacing: .2px;
77
+ }
78
+ /* Grid */
79
+ .grid {
80
+ padding: 22px 28px 40px 28px;
81
+ display: grid;
82
+ grid-template-columns: repeat(2, 1fr);
83
+ gap: 28px;
84
+ }
85
+ .recipe-card {
86
+ background: #232323;
87
+ border-radius: 26px;
88
+ overflow: hidden;
89
+ box-shadow: 0 8px 24px rgba(0,0,0,.35);
90
+ position: relative;
91
+ }
92
+ .recipe-image {
93
+ height: 330px;
94
+ background: #E0E0E0;
95
+ border-bottom: 1px solid #BDBDBD;
96
+ color: #555;
97
+ display: flex; align-items: center; justify-content: center;
98
+ font-size: 28px;
99
+ text-align: center;
100
+ padding: 0 16px;
101
+ position: relative;
102
+ }
103
+ .bookmark {
104
+ position: absolute;
105
+ top: 18px;
106
+ right: 18px;
107
+ width: 66px;
108
+ height: 66px;
109
+ border-radius: 18px;
110
+ background: rgba(20,20,20,.65);
111
+ display: flex; align-items: center; justify-content: center;
112
+ border: 1px solid #3c3c3c;
113
+ }
114
+ .bookmark svg { width: 34px; height: 34px; fill: none; stroke: #fff; stroke-width: 3.5; }
115
+ .time-badge {
116
+ position: absolute;
117
+ left: 18px;
118
+ bottom: 18px;
119
+ background: rgba(0,0,0,.65);
120
+ color: #fff;
121
+ padding: 10px 16px;
122
+ border-radius: 14px;
123
+ font-size: 28px;
124
+ }
125
+ .avatar {
126
+ position: absolute;
127
+ right: 18px;
128
+ bottom: -32px;
129
+ width: 64px; height: 64px;
130
+ border-radius: 50%;
131
+ background: #E0E0E0;
132
+ border: 3px solid #232323;
133
+ display: flex; align-items: center; justify-content: center;
134
+ color: #666; font-size: 20px;
135
+ }
136
+ .card-body {
137
+ padding: 46px 22px 26px 22px;
138
+ }
139
+ .stars {
140
+ display: flex; gap: 6px; margin-bottom: 12px;
141
+ }
142
+ .stars svg { width: 28px; height: 28px; }
143
+ .title {
144
+ font-size: 38px;
145
+ line-height: 46px;
146
+ font-weight: 700;
147
+ margin: 6px 0 18px 0;
148
+ }
149
+ .add-btn {
150
+ width: 100%;
151
+ border-radius: 48px;
152
+ border: 2.5px solid #5a5a5a;
153
+ background: transparent;
154
+ color: #fafafa;
155
+ font-size: 30px;
156
+ padding: 20px 12px;
157
+ text-align: center;
158
+ }
159
+ /* Utility SVG colors */
160
+ .star-fill { fill: #ffb300; }
161
+ .star-dim { fill: #666; }
162
+ </style>
163
+ </head>
164
+ <body>
165
+ <div id="render-target">
166
+ <!-- Status Bar -->
167
+ <div class="status-bar">
168
+ <div>8:11</div>
169
+ <div class="status-icons">
170
+ <span class="dot"></span><span class="dot"></span><span class="dot"></span><span class="dot"></span><span class="dot"></span>
171
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#eaeaea" xmlns="http://www.w3.org/2000/svg"><path d="M20.5 3a1.5 1.5 0 0 1 1.5 1.5V19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2h16.5a1.5 1.5 0 0 0 1.5-1.5V3Z"/></svg>
172
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#eaeaea" xmlns="http://www.w3.org/2000/svg"><path d="M20 8v11H4V8h16Zm-3-5H7l-1 3h12l-1-3Z"/></svg>
173
+ </div>
174
+ </div>
175
+
176
+ <!-- Search and filters -->
177
+ <div class="top-bar">
178
+ <div class="search-row">
179
+ <div class="back-btn">
180
+ <svg viewBox="0 0 24 24"><path d="M15.5 4.5 7 12l8.5 7.5" stroke="#e6e6e6" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
181
+ </div>
182
+ <div class="search-input">kung pao cauliflower</div>
183
+ </div>
184
+ <div class="pills">
185
+ <div class="pill">Filters</div>
186
+ <div class="pill">Diets โ€ข 1</div>
187
+ <div class="pill">Ingredients</div>
188
+ </div>
189
+ </div>
190
+
191
+ <!-- Grid of recipe cards -->
192
+ <div class="grid">
193
+ <!-- Card 1 -->
194
+ <div class="recipe-card">
195
+ <div class="recipe-image">[IMG: Kung Pao Cauliflower Close-up]
196
+ <div class="bookmark">
197
+ <svg viewBox="0 0 24 24"><path d="M6 3h12v18l-6-4-6 4V3Z"/></svg>
198
+ </div>
199
+ <div class="time-badge">30min</div>
200
+ <div class="avatar">AV</div>
201
+ </div>
202
+ <div class="card-body">
203
+ <div class="stars">
204
+ <svg viewBox="0 0 24 24" class="star-fill"><path d="M12 2 9 9H2l6 4-2 7 6-4 6 4-2-7 6-4h-7z"/></svg>
205
+ <svg viewBox="0 0 24 24" class="star-fill"><path d="M12 2 9 9H2l6 4-2 7 6-4 6 4-2-7 6-4h-7z"/></svg>
206
+ <svg viewBox="0 0 24 24" class="star-fill"><path d="M12 2 9 9H2l6 4-2 7 6-4 6 4-2-7 6-4h-7z"/></svg>
207
+ <svg viewBox="0 0 24 24" class="star-fill"><path d="M12 2 9 9H2l6 4-2 7 6-4 6 4-2-7 6-4h-7z"/></svg>
208
+ <svg viewBox="0 0 24 24" class="star-fill"><path d="M12 2 9 9H2l6 4-2 7 6-4 6 4-2-7 6-4h-7z"/></svg>
209
+ </div>
210
+ <div class="title">Spicy Kung Pao Cauliflower</div>
211
+ <div class="add-btn">ADD 17 INGREDIENTS</div>
212
+ </div>
213
+ </div>
214
+
215
+ <!-- Card 2 -->
216
+ <div class="recipe-card">
217
+ <div class="recipe-image">[IMG: Cauliflower Tacos on Plate]
218
+ <div class="bookmark">
219
+ <svg viewBox="0 0 24 24"><path d="M6 3h12v18l-6-4-6 4V3Z"/></svg>
220
+ </div>
221
+ <div class="time-badge">1hr</div>
222
+ <div class="avatar">AV</div>
223
+ </div>
224
+ <div class="card-body">
225
+ <div class="stars">
226
+ <svg viewBox="0 0 24 24" class="star-fill"><path d="M12 2 9 9H2l6 4-2 7 6-4 6 4-2-7 6-4h-7z"/></svg>
227
+ <svg viewBox="0 0 24 24" class="star-fill"><path d="M12 2 9 9H2l6 4-2 7 6-4 6 4-2-7 6-4h-7z"/></svg>
228
+ <svg viewBox="0 0 24 24" class="star-fill"><path d="M12 2 9 9H2l6 4-2 7 6-4 6 4-2-7 6-4h-7z"/></svg>
229
+ <svg viewBox="0 0 24 24" class="star-dim"><path d="M12 2 9 9H2l6 4-2 7 6-4 6 4-2-7 6-4h-7z"/></svg>
230
+ <svg viewBox="0 0 24 24" class="star-dim"><path d="M12 2 9 9H2l6 4-2 7 6-4 6 4-2-7 6-4h-7z"/></svg>
231
+ </div>
232
+ <div class="title">Cauliflower Tacos</div>
233
+ <div class="add-btn">ADD 10 INGREDIENTS</div>
234
+ </div>
235
+ </div>
236
+
237
+ <!-- Card 3 -->
238
+ <div class="recipe-card">
239
+ <div class="recipe-image">[IMG: Baked Cauliflower Quinoa Kale Gratin]
240
+ <div class="bookmark">
241
+ <svg viewBox="0 0 24 24"><path d="M6 3h12v18l-6-4-6 4V3Z"/></svg>
242
+ </div>
243
+ <div class="time-badge">55min</div>
244
+ <div class="avatar">AV</div>
245
+ </div>
246
+ <div class="card-body">
247
+ <div class="stars">
248
+ <svg viewBox="0 0 24 24" class="star-fill"><path d="M12 2 9 9H2l6 4-2 7 6-4 6 4-2-7 6-4h-7z"/></svg>
249
+ <svg viewBox="0 0 24 24" class="star-fill"><path d="M12 2 9 9H2l6 4-2 7 6-4 6 4-2-7 6-4h-7z"/></svg>
250
+ <svg viewBox="0 0 24 24" class="star-fill"><path d="M12 2 9 9H2l6 4-2 7 6-4 6 4-2-7 6-4h-7z"/></svg>
251
+ <svg viewBox="0 0 24 24" class="star-dim"><path d="M12 2 9 9H2l6 4-2 7 6-4 6 4-2-7 6-4h-7z"/></svg>
252
+ <svg viewBox="0 0 24 24" class="star-dim"><path d="M12 2 9 9H2l6 4-2 7 6-4 6 4-2-7 6-4h-7z"/></svg>
253
+ </div>
254
+ <div class="title">Cauliflower Quinoa and Kale Gratin</div>
255
+ <div class="add-btn">ADD 15 INGREDIENTS</div>
256
+ </div>
257
+ </div>
258
+
259
+ <!-- Card 4 -->
260
+ <div class="recipe-card">
261
+ <div class="recipe-image">[IMG: Whole Roasted Cauliflower with Sauce]
262
+ <div class="bookmark">
263
+ <svg viewBox="0 0 24 24"><path d="M6 3h12v18l-6-4-6 4V3Z"/></svg>
264
+ </div>
265
+ <div class="time-badge">1hr 40min</div>
266
+ <div class="avatar">AV</div>
267
+ </div>
268
+ <div class="card-body">
269
+ <div class="stars">
270
+ <svg viewBox="0 0 24 24" class="star-fill"><path d="M12 2 9 9H2l6 4-2 7 6-4 6 4-2-7 6-4h-7z"/></svg>
271
+ <svg viewBox="0 0 24 24" class="star-fill"><path d="M12 2 9 9H2l6 4-2 7 6-4 6 4-2-7 6-4h-7z"/></svg>
272
+ <svg viewBox="0 0 24 24" class="star-dim"><path d="M12 2 9 9H2l6 4-2 7 6-4 6 4-2-7 6-4h-7z"/></svg>
273
+ <svg viewBox="0 0 24 24" class="star-dim"><path d="M12 2 9 9H2l6 4-2 7 6-4 6 4-2-7 6-4h-7z"/></svg>
274
+ <svg viewBox="0 0 24 24" class="star-dim"><path d="M12 2 9 9H2l6 4-2 7 6-4 6 4-2-7 6-4h-7z"/></svg>
275
+ </div>
276
+ <div class="title">Ultimate Whole Roasted Cauliflower</div>
277
+ <div class="add-btn">ADD 10 INGREDIENTS</div>
278
+ </div>
279
+ </div>
280
+
281
+ <!-- Partial next row, to mimic scroll -->
282
+ <div class="recipe-card">
283
+ <div class="recipe-image">[IMG: Simple Roasted Cauliflower Pieces]
284
+ <div class="bookmark">
285
+ <svg viewBox="0 0 24 24"><path d="M6 3h12v18l-6-4-6 4V3Z"/></svg>
286
+ </div>
287
+ <div class="time-badge">45min</div>
288
+ </div>
289
+ <div class="card-body">
290
+ <div class="title">Garlic Roasted Cauliflower</div>
291
+ <div class="add-btn">ADD 8 INGREDIENTS</div>
292
+ </div>
293
+ </div>
294
+
295
+ <div class="recipe-card">
296
+ <div class="recipe-image">[IMG: Yellow Cauliflower Rice with Almonds]
297
+ <div class="bookmark">
298
+ <svg viewBox="0 0 24 24"><path d="M6 3h12v18l-6-4-6 4V3Z"/></svg>
299
+ </div>
300
+ <div class="time-badge">35min</div>
301
+ </div>
302
+ <div class="card-body">
303
+ <div class="title">Golden Cauliflower Rice Pilaf</div>
304
+ <div class="add-btn">ADD 11 INGREDIENTS</div>
305
+ </div>
306
+ </div>
307
+
308
+ </div>
309
+ </div>
310
+ </body>
311
+ </html>
code/20158/20158_3.html ADDED
@@ -0,0 +1,251 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Search UI - Dark</title>
5
+ <style>
6
+ body {
7
+ margin: 0;
8
+ padding: 0;
9
+ background: transparent;
10
+ font-family: Arial, Helvetica, sans-serif;
11
+ }
12
+ #render-target {
13
+ position: relative;
14
+ overflow: hidden;
15
+ width: 1080px;
16
+ height: 2400px;
17
+ background: #0f0f0f;
18
+ color: #fff;
19
+ }
20
+
21
+ /* Status bar */
22
+ .status-bar {
23
+ position: absolute;
24
+ top: 0;
25
+ left: 0;
26
+ width: 1080px;
27
+ height: 120px;
28
+ background: #000000;
29
+ display: flex;
30
+ align-items: center;
31
+ padding: 0 40px;
32
+ box-sizing: border-box;
33
+ color: #eaeaea;
34
+ font-size: 36px;
35
+ letter-spacing: 0.5px;
36
+ }
37
+ .status-right {
38
+ margin-left: auto;
39
+ display: flex;
40
+ align-items: center;
41
+ gap: 22px;
42
+ }
43
+ .status-dot {
44
+ width: 12px;
45
+ height: 12px;
46
+ background: #eaeaea;
47
+ border-radius: 50%;
48
+ display: inline-block;
49
+ }
50
+
51
+ /* Search row */
52
+ .search-row {
53
+ position: absolute;
54
+ top: 140px;
55
+ left: 40px;
56
+ width: 1000px;
57
+ display: flex;
58
+ align-items: center;
59
+ gap: 24px;
60
+ }
61
+ .search-pill {
62
+ flex: 1;
63
+ height: 120px;
64
+ background: #242424;
65
+ border-radius: 60px;
66
+ box-sizing: border-box;
67
+ padding: 0 40px;
68
+ display: flex;
69
+ align-items: center;
70
+ color: #d9d9d9;
71
+ font-size: 42px;
72
+ }
73
+ .search-pill svg {
74
+ margin-right: 26px;
75
+ opacity: 0.7;
76
+ }
77
+ .cancel-btn {
78
+ width: 160px;
79
+ text-align: right;
80
+ font-size: 38px;
81
+ color: #c9c9c9;
82
+ letter-spacing: 0.3px;
83
+ }
84
+
85
+ /* Section headings */
86
+ .section {
87
+ position: absolute;
88
+ left: 40px;
89
+ right: 40px;
90
+ color: #eaeaea;
91
+ }
92
+ .recent {
93
+ top: 300px;
94
+ }
95
+ .trending {
96
+ top: 780px;
97
+ }
98
+ .section-title {
99
+ font-size: 52px;
100
+ font-weight: 700;
101
+ margin-bottom: 36px;
102
+ }
103
+
104
+ /* Chips */
105
+ .chips {
106
+ display: flex;
107
+ gap: 28px;
108
+ flex-wrap: wrap;
109
+ align-items: center;
110
+ }
111
+ .chip {
112
+ background: #252525;
113
+ border-radius: 50px;
114
+ padding: 22px 36px;
115
+ font-size: 40px;
116
+ color: #cfcfcf;
117
+ }
118
+ .trash {
119
+ margin-left: auto;
120
+ display: flex;
121
+ align-items: center;
122
+ justify-content: center;
123
+ width: 70px;
124
+ height: 70px;
125
+ }
126
+ .trash svg { opacity: 0.8; }
127
+
128
+ /* Trending list */
129
+ .list {
130
+ margin-top: 12px;
131
+ border-top: 1px solid #1f1f1f;
132
+ }
133
+ .list-item {
134
+ height: 150px;
135
+ display: flex;
136
+ align-items: center;
137
+ border-bottom: 1px solid #1f1f1f;
138
+ color: #e6e6e6;
139
+ font-size: 48px;
140
+ padding: 0 0 0 10px;
141
+ }
142
+ .list-item .icon {
143
+ width: 72px;
144
+ height: 72px;
145
+ display: flex;
146
+ align-items: center;
147
+ justify-content: center;
148
+ margin-right: 30px;
149
+ opacity: 0.85;
150
+ }
151
+
152
+ </style>
153
+ </head>
154
+ <body>
155
+ <div id="render-target">
156
+
157
+ <!-- Status Bar -->
158
+ <div class="status-bar">
159
+ <div>8:11</div>
160
+ <div class="status-right">
161
+ <span class="status-dot"></span>
162
+ <span class="status-dot"></span>
163
+ <span class="status-dot"></span>
164
+ <span class="status-dot"></span>
165
+ <!-- Wi-Fi icon -->
166
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#eaeaea">
167
+ <path d="M12 18a2 2 0 0 0-2 2 2 2 0 1 0 4 0 2 2 0 0 0-2-2zm-7.07-6.94 1.41 1.41A8 8 0 0 1 12 12a8 8 0 0 1 5.66 2.47l1.41-1.41A10 10 0 0 0 12 10a10 10 0 0 0-7.07 1.06zM2.93 8.79l1.41 1.41A12 12 0 0 1 12 8a12 12 0 0 1 7.66 2.21l1.41-1.41A14 14 0 0 0 12 6a14 14 0 0 0-9.07 2.79z"/>
168
+ </svg>
169
+ <!-- Battery icon -->
170
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#eaeaea">
171
+ <path d="M20 8h1a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1h-1v2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h16v2zM4 18h14V8H4v10z"/>
172
+ </svg>
173
+ </div>
174
+ </div>
175
+
176
+ <!-- Search Row -->
177
+ <div class="search-row">
178
+ <div class="search-pill">
179
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#bdbdbd">
180
+ <path d="M15.5 14h-.79l-.28-.27A6.5 6.5 0 1 0 3 10.5a6.5 6.5 0 0 0 10.23 5l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0A4.5 4.5 0 1 1 14 9.5 4.5 4.5 0 0 1 9.5 14z"/>
181
+ </svg>
182
+ <span>kung pao cauliflower</span>
183
+ </div>
184
+ <div class="cancel-btn">CANCEL</div>
185
+ </div>
186
+
187
+ <!-- Recent Searches -->
188
+ <div class="section recent">
189
+ <div class="section-title">Recent Searches</div>
190
+ <div class="chips">
191
+ <div class="chip">kung pao cauliflower</div>
192
+ <div class="chip">fajitas</div>
193
+ <div class="chip">kung pao chicken</div>
194
+ <div class="trash">
195
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="#cfcfcf">
196
+ <path d="M9 3h6l1 2h4v2H4V5h4l1-2zm-3 6h12l-1 10a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2L6 9z"/>
197
+ </svg>
198
+ </div>
199
+ </div>
200
+ </div>
201
+
202
+ <!-- Trending -->
203
+ <div class="section trending">
204
+ <div class="section-title">Trending</div>
205
+ <div class="list">
206
+ <div class="list-item">
207
+ <div class="icon">
208
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="#9ad16e">
209
+ <path d="M3 17h4.59l4-4 3 3 6-6v2.83L14.59 18l-3-3-4 4H3v-2z"/>
210
+ </svg>
211
+ </div>
212
+ <div>Chicken</div>
213
+ </div>
214
+ <div class="list-item">
215
+ <div class="icon">
216
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="#9ad16e">
217
+ <path d="M3 17h4.59l4-4 3 3 6-6v2.83L14.59 18l-3-3-4 4H3v-2z"/>
218
+ </svg>
219
+ </div>
220
+ <div>Pasta</div>
221
+ </div>
222
+ <div class="list-item">
223
+ <div class="icon">
224
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="#9ad16e">
225
+ <path d="M3 17h4.59l4-4 3 3 6-6v2.83L14.59 18l-3-3-4 4H3v-2z"/>
226
+ </svg>
227
+ </div>
228
+ <div>Soup</div>
229
+ </div>
230
+ <div class="list-item">
231
+ <div class="icon">
232
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="#9ad16e">
233
+ <path d="M3 17h4.59l4-4 3 3 6-6v2.83L14.59 18l-3-3-4 4H3v-2z"/>
234
+ </svg>
235
+ </div>
236
+ <div>Chicken Breast</div>
237
+ </div>
238
+ <div class="list-item">
239
+ <div class="icon">
240
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="#9ad16e">
241
+ <path d="M3 17h4.59l4-4 3 3 6-6v2.83L14.59 18l-3-3-4 4H3v-2z"/>
242
+ </svg>
243
+ </div>
244
+ <div>Salmon</div>
245
+ </div>
246
+ </div>
247
+ </div>
248
+
249
+ </div>
250
+ </body>
251
+ </html>
code/20158/20158_4.html ADDED
@@ -0,0 +1,339 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Search UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: "Segoe UI", Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px;
10
+ position: relative; overflow: hidden;
11
+ background: #121212; color: #FFFFFF;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ position: absolute; top: 0; left: 0; right: 0;
17
+ height: 92px; padding: 0 32px;
18
+ display: flex; align-items: center; justify-content: space-between;
19
+ color: #EEE; font-size: 40px; letter-spacing: 0.5px;
20
+ }
21
+ .status-right { display: flex; align-items: center; gap: 18px; }
22
+ .status-dot { width: 18px; height: 18px; background: #FFF; border-radius: 50%; opacity: 0.85; }
23
+ .wifi-icon, .battery-icon { display: inline-flex; align-items: center; }
24
+ .wifi-icon svg, .battery-icon svg { width: 46px; height: 46px; fill: none; stroke: #fff; stroke-width: 4; }
25
+
26
+ /* Top content header area */
27
+ .content { position: absolute; top: 92px; left: 0; right: 0; bottom: 190px; overflow-y: auto; }
28
+ .top-row {
29
+ display: flex; align-items: center; justify-content: space-between;
30
+ padding: 28px 40px 0;
31
+ }
32
+ .avatar {
33
+ width: 86px; height: 86px; border-radius: 50%;
34
+ background: #E0E0E0; border: 2px solid #BDBDBD;
35
+ }
36
+ .actions { display: flex; align-items: center; gap: 26px; }
37
+ .chip {
38
+ position: relative;
39
+ display: inline-flex; align-items: center; justify-content: center;
40
+ height: 88px; min-width: 128px;
41
+ padding: 0 26px; border-radius: 44px;
42
+ border: 2px solid #3A3A3A; color: #fff; background: #1C1C1C;
43
+ }
44
+ .chip svg { width: 42px; height: 42px; }
45
+ .badge {
46
+ position: absolute; top: -12px; right: -12px;
47
+ width: 54px; height: 54px; border-radius: 27px;
48
+ background: #EFEFEF; color: #111; font-weight: 700;
49
+ display: flex; align-items: center; justify-content: center;
50
+ font-size: 28px; border: 1px solid #CFCFCF;
51
+ }
52
+
53
+ /* Title */
54
+ .title {
55
+ font-size: 92px; font-weight: 800; margin: 18px 40px 20px;
56
+ }
57
+
58
+ /* Search bar */
59
+ .search-bar {
60
+ margin: 0 40px 40px; height: 118px;
61
+ background: #272727; border-radius: 59px; border: 2px solid #343434;
62
+ display: flex; align-items: center; padding: 0 36px; gap: 28px;
63
+ }
64
+ .search-bar .placeholder { color: #A9A9A9; font-size: 40px; }
65
+ .search-icon { width: 54px; height: 54px; }
66
+
67
+ /* Sections */
68
+ .section { margin: 4px 40px 40px; }
69
+ .section-title {
70
+ display: flex; align-items: baseline; justify-content: space-between;
71
+ margin-bottom: 24px;
72
+ }
73
+ .section-title span { font-size: 54px; font-weight: 700; }
74
+ .view-all { color: #CFCFCF; font-size: 36px; text-decoration: none; letter-spacing: 2px; }
75
+
76
+ /* Ingredients */
77
+ .ingredients {
78
+ display: flex; gap: 34px; align-items: flex-start; overflow: hidden;
79
+ }
80
+ .ingredient {
81
+ width: 170px;
82
+ display: flex; flex-direction: column; align-items: center;
83
+ text-align: center;
84
+ }
85
+ .ingredient .circle {
86
+ width: 170px; height: 170px; border-radius: 85px;
87
+ display: flex; align-items: center; justify-content: center;
88
+ border: 2px solid #3A3A3A;
89
+ }
90
+ .ingredient .label { margin-top: 20px; font-size: 36px; color: #EDEDED; }
91
+
92
+ .bg-egg { background: #F1D8B8; }
93
+ .bg-pasta { background: #E8D6AF; }
94
+ .bg-apple { background: #F6A5A5; }
95
+ .bg-banana { background: #F7EEA6; }
96
+ .bg-avocado { background: #CFE8B9; }
97
+
98
+ /* Meal grid */
99
+ .meal-grid {
100
+ display: grid; grid-template-columns: repeat(2, 1fr); gap: 34px;
101
+ }
102
+ .meal-card {
103
+ position: relative;
104
+ height: 282px;
105
+ border-radius: 28px;
106
+ overflow: hidden;
107
+ background: linear-gradient(135deg, #F4C9D4 0%, #F0C7D3 40%, #7C1836 40%, #7C1836 100%);
108
+ border: 2px solid #3A3A3A;
109
+ padding: 36px;
110
+ display: flex; align-items: flex-start;
111
+ }
112
+ .meal-card .title { font-size: 56px; font-weight: 800; margin: 0; }
113
+ .meal-card .img {
114
+ position: absolute; right: 20px; bottom: 16px;
115
+ width: 210px; height: 160px;
116
+ background: #E0E0E0; border: 1px solid #BDBDBD; color: #757575;
117
+ display: flex; align-items: center; justify-content: center;
118
+ border-radius: 18px;
119
+ }
120
+
121
+ /* More sections */
122
+ .more-title { font-size: 58px; font-weight: 800; margin: 40px 0; }
123
+
124
+ /* Bottom navigation */
125
+ .bottom-nav {
126
+ position: absolute; bottom: 0; left: 0; right: 0;
127
+ height: 190px; background: #1C1C1C;
128
+ border-top: 2px solid #2F2F2F;
129
+ display: flex; align-items: center; justify-content: space-around;
130
+ padding-bottom: 10px;
131
+ }
132
+ .nav-item {
133
+ display: flex; flex-direction: column; align-items: center; justify-content: center;
134
+ color: #CFCFCF;
135
+ }
136
+ .nav-item svg { width: 54px; height: 54px; }
137
+ .nav-item .label { margin-top: 12px; font-size: 28px; letter-spacing: 1px; }
138
+ .nav-center svg { width: 90px; height: 90px; }
139
+ .nav-center .label { color: #FFFFFF; font-weight: 700; font-size: 30px; }
140
+ </style>
141
+ </head>
142
+ <body>
143
+ <div id="render-target">
144
+
145
+ <!-- Status bar -->
146
+ <div class="status-bar">
147
+ <div class="status-left">8:12</div>
148
+ <div class="status-right">
149
+ <span class="status-dot"></span>
150
+ <span class="status-dot"></span>
151
+ <span class="status-dot"></span>
152
+ <span class="status-dot"></span>
153
+ <div class="wifi-icon">
154
+ <svg viewBox="0 0 24 24">
155
+ <path d="M2 8c5-4 15-4 20 0M5 12c3-2 11-2 14 0M9 16c2-1 4-1 6 0"/>
156
+ <circle cx="12" cy="19" r="1.8" fill="#fff" stroke="none"></circle>
157
+ </svg>
158
+ </div>
159
+ <div class="battery-icon">
160
+ <svg viewBox="0 0 26 18">
161
+ <rect x="1" y="3" width="20" height="12" rx="2"></rect>
162
+ <rect x="3" y="5" width="16" height="8" rx="1" fill="#fff" stroke="none"></rect>
163
+ <rect x="22" y="6" width="3" height="6" rx="1"></rect>
164
+ </svg>
165
+ </div>
166
+ </div>
167
+ </div>
168
+
169
+ <!-- Main content -->
170
+ <div class="content">
171
+ <div class="top-row">
172
+ <div class="avatar"></div>
173
+
174
+ <div class="actions">
175
+ <div class="chip">
176
+ <!-- Bookmark icon -->
177
+ <svg viewBox="0 0 24 24">
178
+ <path d="M6 3h12a1 1 0 0 1 1 1v16l-7-4-7 4V4a1 1 0 0 1 1-1z" fill="none" stroke="#fff" stroke-width="2"/>
179
+ </svg>
180
+ <span class="badge">3</span>
181
+ </div>
182
+
183
+ <div class="chip" style="min-width:140px;">
184
+ <!-- Cart icon -->
185
+ <svg viewBox="0 0 24 24">
186
+ <path d="M3 4h3l2 12h10l2-8H7" fill="none" stroke="#fff" stroke-width="2"/>
187
+ <circle cx="9" cy="20" r="2" fill="none" stroke="#fff" stroke-width="2"/>
188
+ <circle cx="17" cy="20" r="2" fill="none" stroke="#fff" stroke-width="2"/>
189
+ </svg>
190
+ <span class="badge">0</span>
191
+ </div>
192
+ </div>
193
+ </div>
194
+
195
+ <h1 class="title">Search</h1>
196
+
197
+ <div class="search-bar">
198
+ <svg class="search-icon" viewBox="0 0 24 24">
199
+ <circle cx="11" cy="11" r="7" fill="none" stroke="#C7C7C7" stroke-width="2"></circle>
200
+ <path d="M20 20l-4-4" stroke="#C7C7C7" stroke-width="2" fill="none"></path>
201
+ </svg>
202
+ <span class="placeholder">Search Recipes</span>
203
+ </div>
204
+
205
+ <div class="section">
206
+ <div class="section-title">
207
+ <span>Search by Ingredients</span>
208
+ <a href="#" class="view-all">VIEW ALL</a>
209
+ </div>
210
+
211
+ <div class="ingredients">
212
+ <div class="ingredient">
213
+ <div class="circle bg-egg">
214
+ <div style="color:#555;">[IMG: Egg]</div>
215
+ </div>
216
+ <div class="label">Egg</div>
217
+ </div>
218
+
219
+ <div class="ingredient">
220
+ <div class="circle bg-pasta">
221
+ <div style="color:#555;">[IMG: Pasta]</div>
222
+ </div>
223
+ <div class="label">Pasta</div>
224
+ </div>
225
+
226
+ <div class="ingredient">
227
+ <div class="circle bg-apple">
228
+ <div style="color:#555;">[IMG: Apple]</div>
229
+ </div>
230
+ <div class="label">Apple</div>
231
+ </div>
232
+
233
+ <div class="ingredient">
234
+ <div class="circle bg-banana">
235
+ <div style="color:#555;">[IMG: Banana]</div>
236
+ </div>
237
+ <div class="label">Banana</div>
238
+ </div>
239
+
240
+ <div class="ingredient">
241
+ <div class="circle bg-avocado">
242
+ <div style="color:#555;">[IMG: Avocado]</div>
243
+ </div>
244
+ <div class="label">Avocado</div>
245
+ </div>
246
+ </div>
247
+ </div>
248
+
249
+ <div class="section">
250
+ <div class="section-title"><span>Search by Meal</span></div>
251
+
252
+ <div class="meal-grid">
253
+ <div class="meal-card">
254
+ <h3 class="title">Breakfast</h3>
255
+ <div class="img">[IMG: Yogurt bowl & berries]</div>
256
+ </div>
257
+
258
+ <div class="meal-card">
259
+ <h3 class="title">Brunch</h3>
260
+ <div class="img">[IMG: Eggs & greens]</div>
261
+ </div>
262
+
263
+ <div class="meal-card">
264
+ <h3 class="title">Lunch</h3>
265
+ <div class="img">[IMG: Chicken & veggies]</div>
266
+ </div>
267
+
268
+ <div class="meal-card">
269
+ <h3 class="title">Snack</h3>
270
+ <div class="img">[IMG: Strawberry cereal]</div>
271
+ </div>
272
+
273
+ <div class="meal-card">
274
+ <h3 class="title">Dinner</h3>
275
+ <div class="img">[IMG: Grilled chicken salad]</div>
276
+ </div>
277
+
278
+ <div class="meal-card">
279
+ <h3 class="title">Dessert</h3>
280
+ <div class="img">[IMG: Pink donut]</div>
281
+ </div>
282
+ </div>
283
+ </div>
284
+
285
+ <div class="section">
286
+ <div class="more-title">Most Popular Categories</div>
287
+ <!-- Placeholder area for categories -->
288
+ <div style="height: 220px; background:#181818; border:1px dashed #2f2f2f; border-radius:16px; display:flex; align-items:center; justify-content:center; color:#A9A9A9;">
289
+ Content preview placeholder
290
+ </div>
291
+ </div>
292
+
293
+ </div>
294
+
295
+ <!-- Bottom navigation -->
296
+ <div class="bottom-nav">
297
+ <div class="nav-item">
298
+ <svg viewBox="0 0 24 24">
299
+ <path d="M3 12l9-8 9 8v8a1 1 0 0 1-1 1h-5v-6H9v6H4a1 1 0 0 1-1-1v-8z" fill="none" stroke="#CFCFCF" stroke-width="2"/>
300
+ </svg>
301
+ <div class="label">HOME</div>
302
+ </div>
303
+
304
+ <div class="nav-center nav-item">
305
+ <svg viewBox="0 0 24 24">
306
+ <circle cx="11" cy="11" r="7" fill="none" stroke="#FFFFFF" stroke-width="2"></circle>
307
+ <path d="M20 20l-4-4" stroke="#FFFFFF" stroke-width="2" fill="none"></path>
308
+ </svg>
309
+ <div class="label">SEARCH</div>
310
+ </div>
311
+
312
+ <div class="nav-item">
313
+ <svg viewBox="0 0 24 24">
314
+ <rect x="4" y="4" width="16" height="16" rx="4" fill="none" stroke="#CFCFCF" stroke-width="2"></rect>
315
+ <path d="M12 8v8M8 12h8" stroke="#CFCFCF" stroke-width="2"></path>
316
+ </svg>
317
+ <div class="label">ADD</div>
318
+ </div>
319
+
320
+ <div class="nav-item">
321
+ <svg viewBox="0 0 24 24">
322
+ <rect x="3" y="4" width="18" height="16" rx="2" fill="none" stroke="#CFCFCF" stroke-width="2"></rect>
323
+ <path d="M7 4v-2M17 4v-2M6 10h12M6 14h12" stroke="#CFCFCF" stroke-width="2"></path>
324
+ </svg>
325
+ <div class="label">PLAN</div>
326
+ </div>
327
+
328
+ <div class="nav-item">
329
+ <svg viewBox="0 0 24 24">
330
+ <path d="M7 3h10l-2 18H9L7 3z" fill="none" stroke="#CFCFCF" stroke-width="2"></path>
331
+ <path d="M10 8h4M10 12h4" stroke="#CFCFCF" stroke-width="2"></path>
332
+ </svg>
333
+ <div class="label">CART</div>
334
+ </div>
335
+ </div>
336
+
337
+ </div>
338
+ </body>
339
+ </html>
code/20158/20158_5.html ADDED
@@ -0,0 +1,317 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Profile Settings 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: #1c1c1f;
14
+ color: #efefef;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 110px;
24
+ padding: 0 32px;
25
+ box-sizing: border-box;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ color: #d9d9d9;
30
+ font-size: 36px;
31
+ letter-spacing: 1px;
32
+ }
33
+ .status-icons {
34
+ display: flex;
35
+ gap: 26px;
36
+ align-items: center;
37
+ }
38
+
39
+ /* Top header area */
40
+ .top-row {
41
+ position: absolute;
42
+ top: 120px;
43
+ left: 24px;
44
+ right: 24px;
45
+ height: 120px;
46
+ display: flex;
47
+ align-items: center;
48
+ }
49
+ .back-btn {
50
+ width: 96px;
51
+ height: 96px;
52
+ display: flex;
53
+ align-items: center;
54
+ justify-content: center;
55
+ border-radius: 16px;
56
+ }
57
+ .header {
58
+ position: absolute;
59
+ top: 220px;
60
+ left: 40px;
61
+ right: 40px;
62
+ display: flex;
63
+ align-items: center;
64
+ justify-content: space-between;
65
+ }
66
+ .title {
67
+ font-size: 64px;
68
+ font-weight: 700;
69
+ color: #f1f1f1;
70
+ }
71
+ .avatar {
72
+ width: 230px;
73
+ height: 230px;
74
+ background: #E0E0E0;
75
+ border: 1px solid #bdbdbd;
76
+ border-radius: 50%;
77
+ display: flex; align-items: center; justify-content: center;
78
+ color: #757575;
79
+ font-size: 30px;
80
+ }
81
+ .edit-link {
82
+ position: absolute;
83
+ top: 380px;
84
+ left: 40px;
85
+ font-size: 32px;
86
+ letter-spacing: 2px;
87
+ color: #c7c7c7;
88
+ text-transform: uppercase;
89
+ }
90
+
91
+ /* Cards */
92
+ .card {
93
+ background: #2a2a2f;
94
+ border-radius: 36px;
95
+ margin: 36px 40px;
96
+ box-sizing: border-box;
97
+ }
98
+ .card.large {
99
+ margin-top: 460px;
100
+ padding: 40px 36px;
101
+ }
102
+ .row {
103
+ display: flex;
104
+ align-items: center;
105
+ }
106
+ .icon-wrap {
107
+ width: 96px;
108
+ height: 96px;
109
+ border-radius: 18px;
110
+ display: flex; align-items: center; justify-content: center;
111
+ background: #3a3a3f;
112
+ margin-right: 26px;
113
+ }
114
+ .row-title {
115
+ font-size: 46px;
116
+ font-weight: 600;
117
+ color: #f5f5f5;
118
+ }
119
+ .row-sub {
120
+ margin-top: 16px;
121
+ font-size: 32px;
122
+ color: #a8a8a8;
123
+ }
124
+ .chevron {
125
+ margin-left: auto;
126
+ width: 72px;
127
+ height: 72px;
128
+ display: flex; align-items: center; justify-content: center;
129
+ }
130
+
131
+ .list-card {
132
+ padding: 8px 0;
133
+ }
134
+ .list-item {
135
+ display: flex;
136
+ align-items: center;
137
+ padding: 38px 36px;
138
+ border-top: 1px solid #3a3a3f;
139
+ }
140
+ .list-item:first-child { border-top: none; }
141
+ .list-title {
142
+ font-size: 44px;
143
+ color: #f2f2f2;
144
+ }
145
+
146
+ /* Social row & version */
147
+ .socials {
148
+ position: absolute;
149
+ bottom: 150px;
150
+ width: 100%;
151
+ display: flex;
152
+ justify-content: center;
153
+ gap: 48px;
154
+ }
155
+ .soc {
156
+ width: 94px;
157
+ height: 94px;
158
+ border-radius: 16px;
159
+ background: #2f2f34;
160
+ display: flex; align-items: center; justify-content: center;
161
+ color: #eaeaea;
162
+ font-weight: 700;
163
+ font-size: 40px;
164
+ }
165
+ .version {
166
+ position: absolute;
167
+ bottom: 100px;
168
+ width: 100%;
169
+ text-align: center;
170
+ font-size: 32px;
171
+ color: #b0b0b0;
172
+ letter-spacing: 1px;
173
+ }
174
+ </style>
175
+ </head>
176
+ <body>
177
+ <div id="render-target">
178
+
179
+ <!-- Status Bar -->
180
+ <div class="status-bar">
181
+ <div>8:13</div>
182
+ <div class="status-icons">
183
+ <!-- small status dots -->
184
+ <span>โ€ข</span><span>โ€ข</span><span>โ€ข</span><span>โ€ข</span><span>โ€ข</span><span>โ€ข</span>
185
+ <!-- WiFi -->
186
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#e9e9e9">
187
+ <path d="M12 20a2 2 0 1 0 .001-4.001A2 2 0 0 0 12 20zm6-5a9 9 0 0 0-12 0l1.4 1.4a7 7 0 0 1 9.2 0L18 15zm3-3.5a14 14 0 0 0-18 0L4.8 13a12 12 0 0 1 14.5 0L21 11.5z"/>
188
+ </svg>
189
+ <!-- Battery -->
190
+ <svg width="38" height="38" viewBox="0 0 24 24" fill="#e9e9e9">
191
+ <path d="M2 8c0-1.1.9-2 2-2h12c1.1 0 2 .9 2 2v1h2v6h-2v1c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V8zm2 0h12v8H4V8z"/>
192
+ </svg>
193
+ </div>
194
+ </div>
195
+
196
+ <!-- Top Controls -->
197
+ <div class="top-row">
198
+ <div class="back-btn">
199
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="#eaeaea">
200
+ <path d="M14 18l-6-6 6-6v12z"></path>
201
+ </svg>
202
+ </div>
203
+ </div>
204
+
205
+ <!-- Header with Title and Avatar -->
206
+ <div class="header">
207
+ <div class="title">Cerebra Research</div>
208
+ <div class="avatar">[IMG: User Avatar]</div>
209
+ </div>
210
+ <div class="edit-link">EDIT YOUR PROFILE</div>
211
+
212
+ <!-- Big Preferences Card -->
213
+ <div class="card large">
214
+ <div class="row">
215
+ <div class="icon-wrap">
216
+ <!-- Simple fish + whisk combo icon -->
217
+ <svg width="64" height="64" viewBox="0 0 64 64">
218
+ <!-- fish -->
219
+ <path d="M10 32c8-12 22-12 30 0-8 12-22 12-30 0z" fill="#dcdcdc"/>
220
+ <circle cx="20" cy="30" r="2.5" fill="#1c1c1f"></circle>
221
+ <!-- whisk -->
222
+ <path d="M44 18c-6 8-6 20 0 28l4-2c-4-6-4-18 0-24l-4-2z" fill="#dcdcdc"/>
223
+ </svg>
224
+ </div>
225
+ <div>
226
+ <div class="row-title">My Food Preferences</div>
227
+ <div class="row-sub">Diet Preferences, Allergies, and Meal Plan settings.</div>
228
+ </div>
229
+ <div class="chevron">
230
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="#cfcfcf">
231
+ <path d="M9 6l6 6-6 6V6z"></path>
232
+ </svg>
233
+ </div>
234
+ </div>
235
+ </div>
236
+
237
+ <!-- List Card -->
238
+ <div class="card list-card" style="margin-top: 18px;">
239
+ <div class="list-item">
240
+ <div class="icon-wrap">
241
+ <!-- gear icon -->
242
+ <svg width="60" height="60" viewBox="0 0 24 24" fill="#e6e6e6">
243
+ <path d="M12 8a4 4 0 1 0 0 8 4 4 0 0 0 0-8zm10 4l-2.1.3a7.9 7.9 0 0 1-.7 1.7l1.3 1.7-2 2-1.7-1.3c-.6.3-1.1.5-1.7.7L14 22h-4l-.3-2.1a7.9 7.9 0 0 1-1.7-.7L6.3 20l-2-2 1.3-1.7c-.3-.6-.5-1.1-.7-1.7L2 12V8l2.1-.3c.2-.6.4-1.1.7-1.7L3.5 4.3l2-2 1.7 1.3c.6-.3 1.1-.5 1.7-.7L10 0h4l.3 2.1c.6.2 1.1.4 1.7.7L17.7 1l2 2-1.3 1.7c.3.6.5 1.1.7 1.7L22 8v4z"/>
244
+ </svg>
245
+ </div>
246
+ <div class="list-title">General Settings</div>
247
+ <div class="chevron">
248
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="#cfcfcf">
249
+ <path d="M9 6l6 6-6 6V6z"></path>
250
+ </svg>
251
+ </div>
252
+ </div>
253
+
254
+ <div class="list-item">
255
+ <div class="icon-wrap">
256
+ <!-- oven/appliance icon -->
257
+ <svg width="60" height="60" viewBox="0 0 24 24" fill="#e6e6e6">
258
+ <path d="M3 5c0-1.1.9-2 2-2h14c1.1 0 2 .9 2 2v14H3V5zm2 2v10h14V7H5zm2-3h2v2H7V4zm4 0h2v2h-2V4z"/>
259
+ </svg>
260
+ </div>
261
+ <div class="list-title">Connected Appliances</div>
262
+ <div class="chevron">
263
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="#cfcfcf">
264
+ <path d="M9 6l6 6-6 6V6z"></path>
265
+ </svg>
266
+ </div>
267
+ </div>
268
+
269
+ <div class="list-item">
270
+ <div class="icon-wrap">
271
+ <!-- info icon -->
272
+ <svg width="60" height="60" viewBox="0 0 24 24" fill="#e6e6e6">
273
+ <path d="M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"/>
274
+ </svg>
275
+ </div>
276
+ <div class="list-title">About SideChef</div>
277
+ <div class="chevron">
278
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="#cfcfcf">
279
+ <path d="M9 6l6 6-6 6V6z"></path>
280
+ </svg>
281
+ </div>
282
+ </div>
283
+
284
+ <div class="list-item">
285
+ <div class="icon-wrap">
286
+ <!-- logout icon -->
287
+ <svg width="60" height="60" viewBox="0 0 24 24" fill="#e6e6e6">
288
+ <path d="M10 17l-1.4-1.4L11.2 13H3v-2h8.2l-2.6-2.6L10 7l5 5-5 5zM13 3h6v18h-6v-2h4V5h-4V3z"/>
289
+ </svg>
290
+ </div>
291
+ <div class="list-title">Log Out</div>
292
+ <div class="chevron">
293
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="#cfcfcf">
294
+ <path d="M9 6l6 6-6 6V6z"></path>
295
+ </svg>
296
+ </div>
297
+ </div>
298
+ </div>
299
+
300
+ <!-- Social icons row -->
301
+ <div class="socials">
302
+ <div class="soc">IG</div>
303
+ <div class="soc">f</div>
304
+ <div class="soc">P</div>
305
+ <div class="soc">
306
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#eaeaea">
307
+ <path d="M10 8l6 4-6 4V8z"/>
308
+ </svg>
309
+ </div>
310
+ <div class="soc">in</div>
311
+ <div class="soc">t</div>
312
+ </div>
313
+ <div class="version">Version 5.24.0</div>
314
+
315
+ </div>
316
+ </body>
317
+ </html>
code/20158/20158_6.html ADDED
@@ -0,0 +1,177 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>General Settings UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #141414;
13
+ color: #EDEDED;
14
+ }
15
+
16
+ /* Header */
17
+ .top-bar {
18
+ position: absolute;
19
+ left: 36px;
20
+ top: 60px;
21
+ height: 120px;
22
+ width: 1008px;
23
+ }
24
+ .back-btn {
25
+ width: 80px;
26
+ height: 80px;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: center;
30
+ }
31
+ .title {
32
+ position: absolute;
33
+ left: 36px;
34
+ top: 150px;
35
+ font-size: 72px;
36
+ font-weight: 700;
37
+ letter-spacing: 1px;
38
+ color: #F3F3F3;
39
+ }
40
+
41
+ /* Card container */
42
+ .settings-card {
43
+ position: absolute;
44
+ left: 36px;
45
+ right: 36px;
46
+ top: 320px;
47
+ background: #232323;
48
+ border-radius: 44px;
49
+ padding-top: 12px;
50
+ padding-bottom: 12px;
51
+ box-shadow: 0 2px 12px rgba(0,0,0,0.35) inset;
52
+ }
53
+
54
+ .row {
55
+ display: flex;
56
+ align-items: center;
57
+ justify-content: space-between;
58
+ padding: 40px 48px;
59
+ border-bottom: 1px solid #2E2E2E;
60
+ }
61
+ .row:last-child { border-bottom: none; }
62
+ .label {
63
+ font-size: 42px;
64
+ color: #EAEAEA;
65
+ }
66
+ .right-text {
67
+ font-size: 38px;
68
+ color: #A9A9A9;
69
+ }
70
+
71
+ /* Toggles */
72
+ .toggle {
73
+ width: 132px;
74
+ height: 64px;
75
+ border-radius: 32px;
76
+ position: relative;
77
+ box-sizing: border-box;
78
+ }
79
+ .toggle .knob {
80
+ width: 64px;
81
+ height: 64px;
82
+ border-radius: 50%;
83
+ background: #F7F7F7;
84
+ position: absolute;
85
+ top: 0;
86
+ transition: all 0.2s ease;
87
+ box-shadow: 0 2px 6px rgba(0,0,0,0.35);
88
+ }
89
+ .toggle.off { background: #3A3A3A; }
90
+ .toggle.off .knob { left: 0px; }
91
+ .toggle.on { background: #E7A82C; }
92
+ .toggle.on .knob { right: 0px; }
93
+
94
+ /* Chevron arrow for "Voice" */
95
+ .chev {
96
+ display: flex;
97
+ align-items: center;
98
+ gap: 20px;
99
+ }
100
+ .chev svg { width: 32px; height: 32px; }
101
+
102
+ /* Red action */
103
+ .danger {
104
+ color: #D93B3B;
105
+ font-weight: 600;
106
+ }
107
+ </style>
108
+ </head>
109
+ <body>
110
+ <div id="render-target">
111
+
112
+ <!-- Back button -->
113
+ <div class="top-bar">
114
+ <div class="back-btn">
115
+ <svg viewBox="0 0 24 24" width="48" height="48">
116
+ <path d="M15 4 L7 12 L15 20" fill="none" stroke="#EDEDED" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"></path>
117
+ </svg>
118
+ </div>
119
+ </div>
120
+
121
+ <!-- Title -->
122
+ <div class="title">General Settings</div>
123
+
124
+ <!-- Settings Card -->
125
+ <div class="settings-card">
126
+
127
+ <div class="row">
128
+ <div class="label">Measurement Units</div>
129
+ <div class="right-text">US / METRIC</div>
130
+ </div>
131
+
132
+ <div class="row">
133
+ <div class="label">Voice</div>
134
+ <div class="chev">
135
+ <div class="right-text" style="color:#CFCFCF;">Joanna</div>
136
+ <svg viewBox="0 0 24 24">
137
+ <path d="M8 4 L16 12 L8 20" fill="none" stroke="#CFCFCF" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"></path>
138
+ </svg>
139
+ </div>
140
+ </div>
141
+
142
+ <div class="row">
143
+ <div class="label">Push Notification</div>
144
+ <div class="toggle off">
145
+ <div class="knob"></div>
146
+ </div>
147
+ </div>
148
+
149
+ <div class="row">
150
+ <div class="label">CookAssist</div>
151
+ <div class="toggle on">
152
+ <div class="knob"></div>
153
+ </div>
154
+ </div>
155
+
156
+ <div class="row">
157
+ <div class="label">Show Purchasable Content</div>
158
+ <div class="toggle on">
159
+ <div class="knob"></div>
160
+ </div>
161
+ </div>
162
+
163
+ <div class="row">
164
+ <div class="label">Manage Subscription</div>
165
+ <div class="right-text"></div>
166
+ </div>
167
+
168
+ <div class="row">
169
+ <div class="danger">Delete Account</div>
170
+ <div></div>
171
+ </div>
172
+
173
+ </div>
174
+
175
+ </div>
176
+ </body>
177
+ </html>
code/20158/20158_7.html ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>General Settings UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: "Roboto", "Segoe UI", Arial, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #111316;
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: 100px;
23
+ color: #ffffff;
24
+ display: flex;
25
+ align-items: center;
26
+ padding: 0 32px;
27
+ box-sizing: border-box;
28
+ font-size: 40px;
29
+ letter-spacing: 0.5px;
30
+ }
31
+ .status-left { flex: 1; }
32
+ .status-right {
33
+ display: flex;
34
+ align-items: center;
35
+ gap: 22px;
36
+ }
37
+ .dot {
38
+ width: 26px; height: 26px; background: #ffffff; border-radius: 50%;
39
+ opacity: 0.9;
40
+ }
41
+ .wifi {
42
+ width: 40px; height: 28px;
43
+ }
44
+ .battery {
45
+ width: 52px; height: 26px;
46
+ }
47
+ .battery rect { stroke: #fff; fill: none; stroke-width: 3px; }
48
+ .battery .cap { fill: #fff; }
49
+ .battery .level { fill: #fff; }
50
+
51
+ /* Back arrow and title */
52
+ .back-btn {
53
+ position: absolute;
54
+ top: 120px;
55
+ left: 32px;
56
+ width: 72px;
57
+ height: 72px;
58
+ display: flex;
59
+ align-items: center;
60
+ justify-content: center;
61
+ }
62
+ .title {
63
+ position: absolute;
64
+ top: 180px;
65
+ left: 32px;
66
+ font-size: 84px;
67
+ font-weight: 700;
68
+ letter-spacing: 0.5px;
69
+ }
70
+
71
+ /* Card / panel */
72
+ .panel {
73
+ position: absolute;
74
+ top: 380px;
75
+ left: 32px;
76
+ width: 1016px;
77
+ background: #1c1f23;
78
+ border-radius: 36px;
79
+ padding: 26px 0;
80
+ box-sizing: border-box;
81
+ box-shadow: 0 0 0 1px rgba(255,255,255,0.04) inset;
82
+ }
83
+ .row {
84
+ display: flex;
85
+ align-items: center;
86
+ padding: 44px 48px;
87
+ font-size: 46px;
88
+ color: #e9edf1;
89
+ box-sizing: border-box;
90
+ }
91
+ .row + .row { border-top: 1px solid rgba(255,255,255,0.06); }
92
+ .label { flex: 1; }
93
+ .value { color: #bfc6cc; font-weight: 500; }
94
+ .units { color: #cbd2d8; }
95
+ .units span { margin: 0 18px; color: #8b9096; } /* slash */
96
+ .chevron {
97
+ width: 40px; height: 40px; margin-left: 22px;
98
+ }
99
+
100
+ /* Toggle switch (on) */
101
+ .switch {
102
+ position: relative;
103
+ width: 126px;
104
+ height: 64px;
105
+ border-radius: 40px;
106
+ background: #f2b53e;
107
+ margin-left: 16px;
108
+ }
109
+ .switch .thumb {
110
+ position: absolute;
111
+ top: 6px;
112
+ right: 6px; /* on state - right */
113
+ width: 52px; height: 52px;
114
+ background: #ffffff;
115
+ border-radius: 50%;
116
+ box-shadow: 0 2px 4px rgba(0,0,0,0.4);
117
+ }
118
+
119
+ /* Delete and bottom spacing */
120
+ .delete {
121
+ color: #e34a4a;
122
+ padding: 44px 48px;
123
+ font-size: 46px;
124
+ }
125
+ </style>
126
+ </head>
127
+ <body>
128
+ <div id="render-target">
129
+
130
+ <!-- Status Bar -->
131
+ <div class="status-bar">
132
+ <div class="status-left">8:14</div>
133
+ <div class="status-right">
134
+ <div class="dot"></div>
135
+ <div class="dot"></div>
136
+ <div class="dot"></div>
137
+ <div class="dot"></div>
138
+ <div class="dot"></div>
139
+ <!-- WiFi icon -->
140
+ <svg class="wifi" viewBox="0 0 40 28">
141
+ <path d="M2 8c9-8 27-8 36 0" stroke="#fff" stroke-width="3" fill="none" opacity="0.7"/>
142
+ <path d="M7 13c7-6 19-6 26 0" stroke="#fff" stroke-width="3" fill="none" opacity="0.9"/>
143
+ <path d="M14 19c4-4 8-4 12 0" stroke="#fff" stroke-width="3" fill="none"/>
144
+ <circle cx="20" cy="24" r="3" fill="#fff"/>
145
+ </svg>
146
+ <!-- Battery icon -->
147
+ <svg class="battery" viewBox="0 0 52 26">
148
+ <rect x="1.5" y="3.5" width="42" height="19" rx="4" ry="4"></rect>
149
+ <rect class="cap" x="45" y="8" width="6" height="10" rx="2"></rect>
150
+ <rect class="level" x="5" y="7" width="33" height="12" rx="2"></rect>
151
+ </svg>
152
+ </div>
153
+ </div>
154
+
155
+ <!-- Back Button -->
156
+ <div class="back-btn">
157
+ <svg width="44" height="44" viewBox="0 0 24 24">
158
+ <path d="M15 6l-6 6 6 6" stroke="#ffffff" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
159
+ </svg>
160
+ </div>
161
+
162
+ <!-- Title -->
163
+ <div class="title">General Settings</div>
164
+
165
+ <!-- Panel with options -->
166
+ <div class="panel">
167
+
168
+ <div class="row">
169
+ <div class="label">Measurement Units</div>
170
+ <div class="value units">US <span>/</span> METRIC</div>
171
+ </div>
172
+
173
+ <div class="row">
174
+ <div class="label">Voice</div>
175
+ <div class="value">Joanna</div>
176
+ <svg class="chevron" viewBox="0 0 24 24">
177
+ <path d="M9 6l6 6-6 6" stroke="#bfc6cc" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
178
+ </svg>
179
+ </div>
180
+
181
+ <div class="row">
182
+ <div class="label">Push Notification</div>
183
+ <div class="switch"><div class="thumb"></div></div>
184
+ </div>
185
+
186
+ <div class="row">
187
+ <div class="label">CookAssist</div>
188
+ <div class="switch"><div class="thumb"></div></div>
189
+ </div>
190
+
191
+ <div class="row">
192
+ <div class="label">Show Purchasable Content</div>
193
+ <div class="switch"><div class="thumb"></div></div>
194
+ </div>
195
+
196
+ <div class="row">
197
+ <div class="label">Manage Subscription</div>
198
+ </div>
199
+
200
+ <div class="delete">Delete Account</div>
201
+ </div>
202
+
203
+ </div>
204
+ </body>
205
+ </html>
code/20159/20159_0.html ADDED
@@ -0,0 +1,264 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Search - 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;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #1f1f1f;
15
+ color: #eaeaea;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ height: 96px;
21
+ padding: 0 32px;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ background: #0f0f0f;
26
+ color: #eaeaea;
27
+ box-sizing: border-box;
28
+ letter-spacing: 0.5px;
29
+ }
30
+ .status-left { font-weight: 600; font-size: 40px; }
31
+ .status-right { display: flex; align-items: center; gap: 26px; }
32
+ .status-icon {
33
+ width: 28px; height: 28px; border-radius: 50%;
34
+ background: #eaeaea;
35
+ opacity: 0.85;
36
+ }
37
+ .battery {
38
+ width: 48px; height: 24px; border: 2px solid #eaeaea; border-radius: 4px; position: relative;
39
+ }
40
+ .battery::after {
41
+ content: ""; position: absolute; right: -8px; top: 6px;
42
+ width: 6px; height: 12px; background: #eaeaea; border-radius: 1px;
43
+ }
44
+ .battery .lvl {
45
+ position: absolute; top: 2px; left: 2px; bottom: 2px; width: 32px; background: #eaeaea;
46
+ }
47
+
48
+ /* Header / search row */
49
+ .header {
50
+ padding: 20px 26px 10px 18px;
51
+ display: flex; align-items: center;
52
+ gap: 22px;
53
+ height: 120px;
54
+ box-sizing: border-box;
55
+ background: #222222;
56
+ border-bottom: 1px solid #2d2d2d;
57
+ }
58
+ .icon-btn {
59
+ width: 72px; height: 72px; display: flex; align-items: center; justify-content: center;
60
+ border-radius: 18px; background: transparent;
61
+ }
62
+ .icon-btn svg { width: 38px; height: 38px; fill: #eaeaea; }
63
+
64
+ .search-text {
65
+ flex: 1;
66
+ font-size: 44px;
67
+ color: #ffffff;
68
+ }
69
+ .quick-icons { display: flex; align-items: center; gap: 24px; }
70
+ .chip {
71
+ padding: 10px 16px; border-radius: 16px;
72
+ background: #2c2c2c; color: #cfd8dc; font-size: 30px;
73
+ }
74
+ .chip svg { width: 28px; height: 28px; fill: #cfd8dc; }
75
+
76
+ .advanced {
77
+ color: #8ecbff; font-size: 34px;
78
+ }
79
+
80
+ /* Tabs */
81
+ .tabs {
82
+ display: flex; align-items: center; justify-content: space-between;
83
+ padding: 22px 26px 0 26px; height: 90px; box-sizing: border-box;
84
+ background: #2a2a2a;
85
+ border-bottom: 1px solid #333;
86
+ }
87
+ .tab-left { display: flex; align-items: center; gap: 28px; }
88
+ .tab {
89
+ color: #9fbefc;
90
+ font-size: 34px; padding-bottom: 14px; position: relative;
91
+ }
92
+ .tab.active::after {
93
+ content: ""; position: absolute; left: 0; right: 0; bottom: 0;
94
+ height: 6px; background: #5ab2ff; border-radius: 3px;
95
+ }
96
+ .items-count { color: #b0b0b0; font-size: 30px; }
97
+
98
+ /* Results list */
99
+ .results {
100
+ background: #2a2a2a;
101
+ padding: 20px 0 24px 0;
102
+ border-bottom: 1px solid #303030;
103
+ }
104
+ .result-row {
105
+ display: flex; align-items: center;
106
+ padding: 18px 26px;
107
+ gap: 26px;
108
+ }
109
+ .thumb {
110
+ width: 112px; height: 112px; background: #E0E0E0; border: 1px solid #BDBDBD;
111
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 24px;
112
+ }
113
+ .r-main { flex: 1; min-width: 0; }
114
+ .r-cat { color: #a7b0b5; font-size: 30px; margin-bottom: 12px; }
115
+ .r-title { font-size: 44px; line-height: 1.2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
116
+ .highlight {
117
+ background: #bff3c2; color: #1a1a1a; padding: 2px 8px; border-radius: 6px;
118
+ }
119
+ .r-side {
120
+ display: flex; align-items: center; gap: 18px; color: #a9b0b2; font-size: 30px;
121
+ }
122
+ .square-btn {
123
+ width: 64px; height: 64px; border-radius: 12px; background: #2f5f88;
124
+ display: flex; align-items: center; justify-content: center;
125
+ }
126
+ .square-btn svg { width: 34px; height: 34px; fill: #d5ecff; }
127
+
128
+ .spacer {
129
+ height: 520px;
130
+ background: #2a2a2a;
131
+ }
132
+
133
+ /* Keyboard mock */
134
+ .keyboard {
135
+ position: absolute; left: 0; right: 0; bottom: 32px;
136
+ height: 880px; background: #0e0e0f; border-top: 1px solid #242424;
137
+ display: flex; flex-direction: column;
138
+ }
139
+ .kbd-suggestions {
140
+ height: 120px; display: flex; align-items: center; gap: 24px;
141
+ padding: 0 26px; box-sizing: border-box; background: #121214; color: #d8d8d8;
142
+ }
143
+ .sugg { padding: 12px 22px; border-radius: 22px; background: #1f1f21; font-size: 34px; color: #e2e2e2; }
144
+ .kbd-rows { flex: 1; display: flex; flex-direction: column; justify-content: center; gap: 22px; padding: 0 16px; }
145
+ .row { display: flex; gap: 14px; justify-content: center; }
146
+ .key {
147
+ width: 86px; height: 106px; border-radius: 18px; background: #2a2a2d; color: #eeeeee;
148
+ display: flex; align-items: center; justify-content: center; font-size: 42px;
149
+ }
150
+ .key.wide { width: 140px; }
151
+ .key.xwide { width: 200px; }
152
+ .key.mic { width: 110px; }
153
+ .key.back { width: 130px; }
154
+ .key.dark { background: #1c1c1e; color: #c7c7c7; }
155
+ .search-key {
156
+ width: 112px; height: 112px; border-radius: 56px; background: #e6f58e; display: flex; align-items: center; justify-content: center;
157
+ }
158
+ .search-key svg { width: 44px; height: 44px; fill: #1b1b1b; }
159
+
160
+ /* Gesture bar */
161
+ .gesture {
162
+ position: absolute; left: 50%; transform: translateX(-50%);
163
+ bottom: 10px; width: 300px; height: 10px; background: #f2f2f2; border-radius: 6px; opacity: 0.9;
164
+ }
165
+ </style>
166
+ </head>
167
+ <body>
168
+ <div id="render-target">
169
+ <!-- Status Bar -->
170
+ <div class="status-bar">
171
+ <div class="status-left">1:49</div>
172
+ <div class="status-right">
173
+ <div class="status-icon"></div>
174
+ <div class="status-icon" style="opacity:.6;"></div>
175
+ <div class="battery"><div class="lvl"></div></div>
176
+ </div>
177
+ </div>
178
+
179
+ <!-- Header Search -->
180
+ <div class="header">
181
+ <div class="icon-btn" aria-label="Back">
182
+ <svg viewBox="0 0 24 24"><path d="M15.5 4L7 12l8.5 8 1.5-1.5L10 12l7-6.5z"/></svg>
183
+ </div>
184
+ <div class="search-text">report</div>
185
+ <div class="quick-icons">
186
+ <div class="chip" title="Hashtag">
187
+ <svg viewBox="0 0 24 24"><path d="M9 3L7.5 9H3v2h4L5.5 21h2L11 11h4L13.5 21h2L17 11h4V9h-4L18 3h-2l-2 6H10l2-6H9z"/></svg>
188
+ </div>
189
+ <div class="chip" title="Mention">
190
+ <svg viewBox="0 0 24 24"><path d="M12 4a8 8 0 100 16 6 6 0 006-6V7h-2v7a4 4 0 11-1.17-2.83A2.5 2.5 0 0018.5 14H20a6 6 0 10-6 6 8 8 0 000-16z"/></svg>
191
+ </div>
192
+ <div class="advanced">advanced</div>
193
+ </div>
194
+ </div>
195
+
196
+ <!-- Tabs -->
197
+ <div class="tabs">
198
+ <div class="tab-left">
199
+ <div class="tab active">top hits</div>
200
+ </div>
201
+ <div class="items-count">1 item</div>
202
+ </div>
203
+
204
+ <!-- Results -->
205
+ <div class="results">
206
+ <div class="result-row">
207
+ <div class="thumb">[IMG: Document]</div>
208
+ <div class="r-main">
209
+ <div class="r-cat">top hit items</div>
210
+ <div class="r-title"><span class="highlight">Report</span></div>
211
+ </div>
212
+ <div class="r-side">
213
+ <span>Highlight in folder</span>
214
+ <div class="square-btn" title="Open">
215
+ <svg viewBox="0 0 24 24"><path d="M5 20h14v-2H5v2zm7-16l-5.5 5.5 1.41 1.41L11 8.83V18h2V8.83l3.09 3.08 1.41-1.41L12 4z"/></svg>
216
+ </div>
217
+ </div>
218
+ </div>
219
+ </div>
220
+
221
+ <div class="spacer"></div>
222
+
223
+ <!-- Keyboard -->
224
+ <div class="keyboard">
225
+ <div class="kbd-suggestions">
226
+ <div class="sugg">report</div>
227
+ <div class="sugg">reports</div>
228
+ <div class="sugg">reporter</div>
229
+ <div style="margin-left:auto; display:flex; align-items:center; gap:16px;">
230
+ <div class="key mic dark">
231
+ <svg viewBox="0 0 24 24" width="30" height="30" fill="#d9d9d9"><path d="M12 14a3 3 0 003-3V6a3 3 0 10-6 0v5a3 3 0 003 3zm5-3a5 5 0 01-10 0H5a7 7 0 0013.9 1H17zM11 19v3h2v-3h-2z"/></svg>
232
+ </div>
233
+ </div>
234
+ </div>
235
+ <div class="kbd-rows">
236
+ <div class="row">
237
+ <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>
238
+ </div>
239
+ <div class="row">
240
+ <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>
241
+ </div>
242
+ <div class="row">
243
+ <div class="key wide dark">?123</div>
244
+ <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>
245
+ <div class="key back dark">
246
+ <svg viewBox="0 0 24 24" width="36" height="36" fill="#d9d9d9"><path d="M21 7H8l-5 5 5 5h13a2 2 0 002-2V9a2 2 0 00-2-2zm-2 8H9l-3-3 3-3h10v6z"/></svg>
247
+ </div>
248
+ </div>
249
+ <div class="row">
250
+ <div class="key wide dark">,</div>
251
+ <div class="key xwide dark">๐Ÿ™‚</div>
252
+ <div class="key xwide dark">space</div>
253
+ <div class="key dark">.</div>
254
+ <div class="search-key" title="Search">
255
+ <svg viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27A6.5 6.5 0 1014 15.5l.27.28v.79L20 21l1-1-5.5-5.5zM6.5 11A4.5 4.5 0 1111 15.5 4.5 4.5 0 016.5 11z"/></svg>
256
+ </div>
257
+ </div>
258
+ </div>
259
+ </div>
260
+
261
+ <div class="gesture"></div>
262
+ </div>
263
+ </body>
264
+ </html>
code/20159/20159_1.html ADDED
@@ -0,0 +1,196 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Details Screen Mock</title>
6
+ <style>
7
+ body { margin:0; padding:0; background:transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width:1080px; height:2400px; position:relative; overflow:hidden;
10
+ background:#121212; border-radius:0;
11
+ }
12
+
13
+ /* Status bar */
14
+ .statusbar {
15
+ position:absolute; left:0; top:0; width:100%; height:90px;
16
+ background:#000; color:#fff; display:flex; align-items:center; justify-content:space-between;
17
+ padding:0 36px; box-sizing:border-box; font-weight:600;
18
+ }
19
+ .status-left { font-size:42px; letter-spacing:1px; }
20
+ .status-right { display:flex; align-items:center; gap:26px; }
21
+ .status-icon { display:inline-flex; align-items:center; justify-content:center; }
22
+ .dot { width:10px; height:10px; background:#fff; border-radius:50%; opacity:.9; }
23
+
24
+ /* App bar */
25
+ .appbar {
26
+ position:absolute; left:0; top:90px; width:100%; height:160px;
27
+ background:#1e1e1e; color:#fff; display:flex; align-items:center;
28
+ padding:0 32px; box-sizing:border-box;
29
+ }
30
+ .back {
31
+ width:88px; height:88px; display:flex; align-items:center; justify-content:center;
32
+ margin-right:22px;
33
+ }
34
+ .back svg line { stroke:#59c7d8; stroke-width:10; stroke-linecap:round; }
35
+ .title { font-size:86px; font-weight:700; letter-spacing:.5px; }
36
+
37
+ /* Light description panel */
38
+ .light-panel {
39
+ position:absolute; left:48px; right:48px; top:280px; height:480px;
40
+ background:#eeeeee; border-radius:8px; box-shadow:0 2px 0 rgba(0,0,0,0.25) inset;
41
+ }
42
+ .light-panel .para {
43
+ position:absolute; left:60px; top:80px; right:60px;
44
+ color:#666; font-size:32px; line-height:1.6;
45
+ }
46
+ .overflow-chip {
47
+ position:absolute; right:36px; top:36px;
48
+ background:#3a3a3a; width:140px; height:70px; border-radius:12px;
49
+ display:flex; align-items:center; justify-content:center; gap:16px;
50
+ }
51
+ .overflow-chip .dot { width:12px; height:12px; background:#ffffff; opacity:1; }
52
+
53
+ /* Bottom dark area */
54
+ .bottom-area {
55
+ position:absolute; left:0; right:0; bottom:0; height:980px; background:#1f1f1f;
56
+ box-shadow:0 -1px 0 #383838 inset;
57
+ }
58
+ .actions {
59
+ height:140px; display:flex; align-items:center; justify-content:space-between;
60
+ padding:0 48px; box-sizing:border-box;
61
+ }
62
+ .left-actions, .right-actions { display:flex; align-items:center; gap:38px; }
63
+ .divider-vert {
64
+ width:2px; height:56px; background:#4a4a4a; opacity:.9;
65
+ }
66
+ .icon {
67
+ width:70px; height:70px;
68
+ }
69
+ .stroke-cyan { stroke:#51c6d6; fill:none; stroke-width:4; }
70
+ .fill-cyan { fill:#51c6d6; }
71
+ .hr { height:2px; background:#3f3f3f; margin:0 24px; opacity:.9; }
72
+ .content-block {
73
+ padding:32px 48px; color:#eaeaea;
74
+ }
75
+ .content-block h2 {
76
+ margin:36px 0 18px 0; font-size:64px; letter-spacing:.3px;
77
+ }
78
+ .meta { color:#bdbdbd; font-size:34px; margin-top:8px; }
79
+ .pdf-row { display:flex; align-items:center; gap:16px; margin-top:10px; }
80
+ .pdf-icon {
81
+ width:56px; height:66px; border:2px solid #bdbdbd; border-radius:6px;
82
+ position:relative; display:flex; align-items:center; justify-content:center;
83
+ color:#e53935; font-weight:700; font-size:22px; background:#2a2a2a;
84
+ }
85
+
86
+ /* Gesture pill */
87
+ .gesture {
88
+ position:absolute; left:50%; transform:translateX(-50%);
89
+ bottom:24px; width:320px; height:14px; background:#f2f2f2; border-radius:10px; opacity:.9;
90
+ }
91
+ </style>
92
+ </head>
93
+ <body>
94
+ <div id="render-target">
95
+
96
+ <!-- Status Bar -->
97
+ <div class="statusbar">
98
+ <div class="status-left">1:50</div>
99
+ <div class="status-right">
100
+ <!-- simple status icons -->
101
+ <div class="status-icon" title="notifications">
102
+ <svg width="40" height="40" viewBox="0 0 24 24">
103
+ <path d="M12 3c-3 0-5 2-5 5v4l-2 3h14l-2-3V8c0-3-2-5-5-5z" fill="#ffffff"/>
104
+ </svg>
105
+ </div>
106
+ <div class="status-icon" title="wifi">
107
+ <svg width="40" height="40" viewBox="0 0 24 24">
108
+ <path d="M2 8a16 16 0 0 1 20 0" stroke="#fff" stroke-width="2" fill="none"/>
109
+ <path d="M5 12a11 11 0 0 1 14 0" stroke="#fff" stroke-width="2" fill="none"/>
110
+ <circle cx="12" cy="17" r="2" fill="#fff"/>
111
+ </svg>
112
+ </div>
113
+ <div class="status-icon" title="cellular">
114
+ <svg width="40" height="40" viewBox="0 0 24 24">
115
+ <rect x="3" y="14" width="3" height="7" fill="#fff" opacity=".6"/>
116
+ <rect x="8" y="11" width="3" height="10" fill="#fff" opacity=".7"/>
117
+ <rect x="13" y="8" width="3" height="13" fill="#fff" opacity=".85"/>
118
+ <rect x="18" y="5" width="3" height="16" fill="#fff"/>
119
+ </svg>
120
+ </div>
121
+ <div class="status-icon" title="battery">
122
+ <svg width="48" height="40" viewBox="0 0 28 16">
123
+ <rect x="1" y="3" width="24" height="10" rx="2" ry="2" fill="none" stroke="#fff" stroke-width="2"/>
124
+ <rect x="3" y="5" width="18" height="6" fill="#fff"/>
125
+ <rect x="25" y="6" width="3" height="4" fill="#fff"/>
126
+ </svg>
127
+ </div>
128
+ </div>
129
+ </div>
130
+
131
+ <!-- App Bar -->
132
+ <div class="appbar">
133
+ <div class="back" aria-label="Back">
134
+ <svg width="88" height="88" viewBox="0 0 48 48">
135
+ <line x1="10" y1="10" x2="38" y2="38"></line>
136
+ <line x1="38" y1="10" x2="10" y2="38"></line>
137
+ </svg>
138
+ </div>
139
+ <div class="title">Details</div>
140
+ </div>
141
+
142
+ <!-- Light description panel -->
143
+ <div class="light-panel">
144
+ <div class="overflow-chip">
145
+ <div class="dot"></div><div class="dot"></div><div class="dot"></div>
146
+ </div>
147
+ <div class="para">
148
+ About this book series<br>
149
+ This subseries of Springer Finance includes books with the character of lecture notes. Typically these are research monographs on new, cuttingโ€‘edge developments in mathematical finance; sometimes they may be a glimpse of a new field of research activity, or presentations of a new angle in a more classical field. In the established tradition of Lecture Notes, the timeliness of a manuscript can be more important than its form, which may be informal, preliminary or tentative.
150
+ </div>
151
+ </div>
152
+
153
+ <!-- Bottom dark section -->
154
+ <div class="bottom-area">
155
+ <div class="actions">
156
+ <div class="left-actions">
157
+ <!-- edit pencil -->
158
+ <svg class="icon" viewBox="0 0 24 24">
159
+ <line x1="5" y1="19" x2="19" y2="5" class="stroke-cyan" stroke-linecap="round"/>
160
+ <polyline points="14,5 19,5 19,10" class="stroke-cyan" fill="none" stroke-linejoin="round"/>
161
+ </svg>
162
+ <div class="divider-vert"></div>
163
+ </div>
164
+ <div class="right-actions">
165
+ <!-- heart plus -->
166
+ <svg class="icon" viewBox="0 0 24 24">
167
+ <path d="M12 20 L5 13 A4 4 0 0 1 10 6 A4 4 0 0 1 12 7 A4 4 0 0 1 14 6 A4 4 0 0 1 19 13 Z" class="stroke-cyan" fill="none"/>
168
+ <line x1="16" y1="8" x2="16" y2="13" class="stroke-cyan" stroke-linecap="round"/>
169
+ <line x1="13.5" y1="10.5" x2="18.5" y2="10.5" class="stroke-cyan" stroke-linecap="round"/>
170
+ </svg>
171
+ <!-- chat bubble -->
172
+ <svg class="icon" viewBox="0 0 24 24">
173
+ <path d="M4 4h16v11H8l-4 4V4z" class="stroke-cyan" fill="none"/>
174
+ </svg>
175
+ <!-- star -->
176
+ <svg class="icon" viewBox="0 0 24 24">
177
+ <polygon points="12,3 14.9,9 21.5,9 16,13 18,20 12,16.5 6,20 8,13 2.5,9 9.1,9" class="stroke-cyan" fill="none"/>
178
+ </svg>
179
+ </div>
180
+ </div>
181
+ <div class="hr"></div>
182
+
183
+ <div class="content-block">
184
+ <h2>Report</h2>
185
+ <div class="pdf-row">
186
+ <div class="pdf-icon">PDF</div>
187
+ </div>
188
+ <div class="meta">31 min ago</div>
189
+ </div>
190
+
191
+ <div class="gesture"></div>
192
+ </div>
193
+
194
+ </div>
195
+ </body>
196
+ </html>
code/20161/20161_0.html ADDED
@@ -0,0 +1,290 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Search by department</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
+ color: #111;
15
+ }
16
+
17
+ /* Top blue app bar */
18
+ .top-bar {
19
+ position: relative;
20
+ width: 100%;
21
+ height: 210px;
22
+ background: #0A54A5;
23
+ }
24
+ .status-row {
25
+ height: 64px;
26
+ padding: 0 28px;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ color: #fff;
31
+ font-weight: 600;
32
+ font-size: 34px;
33
+ letter-spacing: 0.5px;
34
+ }
35
+ .status-icons {
36
+ display: flex;
37
+ align-items: center;
38
+ gap: 26px;
39
+ }
40
+ .icon {
41
+ width: 36px;
42
+ height: 36px;
43
+ fill: currentColor;
44
+ color: #ffffff;
45
+ }
46
+
47
+ /* Search bar */
48
+ .search-wrap {
49
+ position: absolute;
50
+ left: 36px;
51
+ right: 36px;
52
+ top: 92px;
53
+ height: 96px;
54
+ background: #fff;
55
+ border-radius: 18px;
56
+ box-shadow: 0 2px 0 rgba(0,0,0,0.05) inset;
57
+ border: 1px solid #e5e5e5;
58
+ display: flex;
59
+ align-items: center;
60
+ padding: 0 24px;
61
+ gap: 20px;
62
+ }
63
+ .search-input {
64
+ flex: 1;
65
+ color: #888;
66
+ font-size: 40px;
67
+ }
68
+ .mic {
69
+ width: 48px;
70
+ height: 48px;
71
+ color: #111;
72
+ }
73
+
74
+ /* Content */
75
+ .content {
76
+ position: absolute;
77
+ top: 210px;
78
+ left: 0;
79
+ right: 0;
80
+ bottom: 168px; /* leave space for bottom nav */
81
+ overflow-y: auto;
82
+ padding: 28px 28px 0 28px;
83
+ }
84
+ .heading {
85
+ text-align: center;
86
+ font-size: 58px;
87
+ font-weight: 700;
88
+ margin: 62px 0 26px 0;
89
+ color: #1b1b1b;
90
+ }
91
+
92
+ .tile {
93
+ position: relative;
94
+ width: 100%;
95
+ height: 260px;
96
+ border-radius: 16px;
97
+ margin: 22px 0;
98
+ display: flex;
99
+ align-items: center;
100
+ padding: 0 32px;
101
+ box-sizing: border-box;
102
+ }
103
+ .tile h3 {
104
+ font-size: 54px;
105
+ margin: 0;
106
+ font-weight: 700;
107
+ color: #1a1a1a;
108
+ }
109
+ .img-placeholder {
110
+ position: absolute;
111
+ right: 26px;
112
+ width: 300px;
113
+ height: 188px;
114
+ background: #E0E0E0;
115
+ border: 1px solid #BDBDBD;
116
+ border-radius: 8px;
117
+ display: flex;
118
+ align-items: center;
119
+ justify-content: center;
120
+ color: #757575;
121
+ font-size: 28px;
122
+ text-align: center;
123
+ padding: 8px;
124
+ }
125
+ .bg-pink { background: #FFDCE8; }
126
+ .bg-mint { background: #E5FFFA; }
127
+ .bg-lavender { background: #EFE5FF; }
128
+ .bg-cream { background: #F1F6D6; }
129
+ .bg-sky { background: #E4F4FF; }
130
+ .bg-blush { background: #FFD9E6; }
131
+
132
+ /* Bottom navigation */
133
+ .bottom-nav {
134
+ position: absolute;
135
+ left: 0;
136
+ right: 0;
137
+ bottom: 0;
138
+ height: 168px;
139
+ background: #124E97;
140
+ display: flex;
141
+ align-items: center;
142
+ justify-content: space-around;
143
+ padding-bottom: 10px;
144
+ }
145
+ .nav-item {
146
+ display: flex;
147
+ flex-direction: column;
148
+ align-items: center;
149
+ gap: 8px;
150
+ color: #E6F0FF;
151
+ font-size: 22px;
152
+ }
153
+ .nav-icon {
154
+ width: 78px;
155
+ height: 78px;
156
+ fill: none;
157
+ stroke: #E6F0FF;
158
+ stroke-width: 6;
159
+ }
160
+ .nav-search {
161
+ position: relative;
162
+ }
163
+ .nav-search .highlight {
164
+ position: absolute;
165
+ left: -12px;
166
+ top: -12px;
167
+ width: 102px;
168
+ height: 102px;
169
+ border-radius: 26px;
170
+ background: #ffd400;
171
+ z-index: 0;
172
+ }
173
+ .nav-search svg {
174
+ position: relative;
175
+ z-index: 1;
176
+ stroke: #123c7a;
177
+ }
178
+
179
+ /* Home indicator (gesture bar) */
180
+ .home-indicator {
181
+ position: absolute;
182
+ bottom: 174px;
183
+ left: 50%;
184
+ transform: translateX(-50%);
185
+ width: 300px;
186
+ height: 12px;
187
+ border-radius: 6px;
188
+ background: rgba(255,255,255,0.8);
189
+ }
190
+ </style>
191
+ </head>
192
+ <body>
193
+ <div id="render-target">
194
+ <div class="top-bar">
195
+ <div class="status-row">
196
+ <div>12:48</div>
197
+ <div class="status-icons">
198
+ <!-- simple status glyphs -->
199
+ <svg class="icon" viewBox="0 0 24 24"><path d="M4 12h2v2H4zm3-3h2v5H7zm3-4h2v9h-2zm3 6h2v3h-2zm3-2h2v5h-2z"/></svg>
200
+ <svg class="icon" viewBox="0 0 24 24"><path d="M3 10l9-7 9 7v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" fill="#ffffff"/></svg>
201
+ <svg class="icon" viewBox="0 0 24 24"><path d="M6 7h12a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2zm12 10V7" stroke="#fff" stroke-width="2" fill="none"/></svg>
202
+ </div>
203
+ </div>
204
+
205
+ <div class="search-wrap">
206
+ <!-- magnifier icon -->
207
+ <svg width="52" height="52" viewBox="0 0 24 24" style="color:#111;">
208
+ <circle cx="10" cy="10" r="7" stroke="#111" stroke-width="2" fill="none"></circle>
209
+ <path d="M15 15l6 6" stroke="#111" stroke-width="2" fill="none"></path>
210
+ </svg>
211
+ <div class="search-input">search</div>
212
+ <!-- mic icon -->
213
+ <svg class="mic" viewBox="0 0 24 24">
214
+ <path d="M12 3a3 3 0 0 1 3 3v6a3 3 0 0 1-6 0V6a3 3 0 0 1 3-3z" fill="#111"/>
215
+ <path d="M5 12a7 7 0 0 0 14 0" stroke="#111" stroke-width="2" fill="none"/>
216
+ <path d="M12 19v3" stroke="#111" stroke-width="2"/>
217
+ </svg>
218
+ </div>
219
+ </div>
220
+
221
+ <div class="content">
222
+ <div class="heading">Search by department</div>
223
+
224
+ <div class="tile bg-pink">
225
+ <h3>Toys</h3>
226
+ <div class="img-placeholder">[IMG: Dollhouse / Toy Set]</div>
227
+ </div>
228
+
229
+ <div class="tile bg-mint">
230
+ <h3>Sports & outdoor</h3>
231
+ <div class="img-placeholder">[IMG: Kids Playhouse / Outdoor]</div>
232
+ </div>
233
+
234
+ <div class="tile bg-lavender">
235
+ <h3>Babies</h3>
236
+ <div class="img-placeholder">[IMG: Baby Activity Jumper]</div>
237
+ </div>
238
+
239
+ <div class="tile bg-cream">
240
+ <h3>Electronics</h3>
241
+ <div class="img-placeholder">[IMG: Tablet & Game Console]</div>
242
+ </div>
243
+
244
+ <div class="tile bg-sky">
245
+ <h3>Games & puzzles</h3>
246
+ <div class="img-placeholder">[IMG: Wood Block Stacking Game]</div>
247
+ </div>
248
+
249
+ <div class="tile bg-blush" style="margin-bottom: 36px;">
250
+ <h3>Role Play</h3>
251
+ <div class="img-placeholder">[IMG: Superhero Costume]</div>
252
+ </div>
253
+ </div>
254
+
255
+ <div class="home-indicator"></div>
256
+
257
+ <div class="bottom-nav">
258
+ <div class="nav-item">
259
+ <svg class="nav-icon" viewBox="0 0 24 24">
260
+ <path d="M3 11l9-7 9 7v8a2 2 0 0 1-2 2h-4v-6H9v6H5a2 2 0 0 1-2-2z"/>
261
+ </svg>
262
+ </div>
263
+ <div class="nav-item nav-search">
264
+ <div class="highlight"></div>
265
+ <svg class="nav-icon" viewBox="0 0 24 24">
266
+ <circle cx="10" cy="10" r="6"></circle>
267
+ <path d="M15 15l6 6"></path>
268
+ </svg>
269
+ </div>
270
+ <div class="nav-item">
271
+ <svg class="nav-icon" viewBox="0 0 24 24">
272
+ <path d="M6 7h12l-1 13H7L6 7z"></path>
273
+ <path d="M9 7V5a3 3 0 0 1 6 0v2"></path>
274
+ </svg>
275
+ </div>
276
+ <div class="nav-item">
277
+ <svg class="nav-icon" viewBox="0 0 24 24">
278
+ <path d="M12 21s-7-4.4-7-10a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 5.6-7 10-7 10z"></path>
279
+ </svg>
280
+ </div>
281
+ <div class="nav-item">
282
+ <svg class="nav-icon" viewBox="0 0 24 24">
283
+ <circle cx="12" cy="7" r="4"></circle>
284
+ <path d="M4 22a8 8 0 0 1 16 0"></path>
285
+ </svg>
286
+ </div>
287
+ </div>
288
+ </div>
289
+ </body>
290
+ </html>
code/20161/20161_1.html ADDED
@@ -0,0 +1,231 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
5
+ <title>Search by department</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ position: relative;
10
+ width: 1080px;
11
+ height: 2400px;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ }
15
+
16
+ /* Top blue app bar */
17
+ .appbar {
18
+ position: absolute;
19
+ top: 0; left: 0; right: 0;
20
+ height: 120px;
21
+ background: #0b57a5;
22
+ color: #fff;
23
+ }
24
+ .status {
25
+ position: absolute;
26
+ top: 22px; left: 24px; right: 24px;
27
+ display: flex; align-items: center; justify-content: space-between;
28
+ color: #fff;
29
+ font-size: 34px; font-weight: 600;
30
+ opacity: 0.95;
31
+ }
32
+ .icons-right { display: flex; gap: 20px; align-items: center; }
33
+ .status-dot { width: 18px; height: 18px; border-radius: 50%; background: #fff; opacity: 0.9; }
34
+ .battery {
35
+ width: 44px; height: 22px; border: 3px solid #fff; border-radius: 4px; position: relative;
36
+ }
37
+ .battery::after { content: ""; position: absolute; right: -8px; top: 6px; width: 6px; height: 10px; background: #fff; border-radius: 1px; }
38
+
39
+ /* Search bar */
40
+ .search-wrap {
41
+ position: absolute;
42
+ top: 132px; left: 30px; width: 1020px; height: 96px;
43
+ background: #ffffff;
44
+ border-radius: 18px;
45
+ box-shadow: 0 2px 0 rgba(0,0,0,0.06), 0 6px 12px rgba(0,0,0,0.08);
46
+ display: flex; align-items: center; padding: 0 24px;
47
+ }
48
+ .search-input {
49
+ flex: 1;
50
+ font-size: 40px;
51
+ color: #7e7e7e;
52
+ padding: 0 12px;
53
+ }
54
+ .icon {
55
+ width: 48px; height: 48px;
56
+ display: inline-flex; align-items: center; justify-content: center;
57
+ color: #1f1f1f;
58
+ }
59
+
60
+ /* Title */
61
+ .title {
62
+ position: absolute;
63
+ top: 255px; left: 0; right: 0;
64
+ text-align: center;
65
+ font-size: 56px;
66
+ font-weight: 700;
67
+ color: #222;
68
+ }
69
+
70
+ /* Category cards */
71
+ .cards { position: absolute; top: 360px; left: 30px; right: 30px; }
72
+ .card {
73
+ width: 1020px; height: 290px;
74
+ border-radius: 12px;
75
+ margin-bottom: 26px;
76
+ position: relative;
77
+ overflow: hidden;
78
+ }
79
+ .card.pink { background: #ffe3ec; }
80
+ .card.mint { background: #e6fffb; }
81
+ .card.lav { background: #efe6ff; }
82
+ .card.lgreen { background: #eef8ce; }
83
+ .card .label {
84
+ position: absolute; left: 30px; top: 120px;
85
+ font-size: 52px; font-weight: 700; color: #111;
86
+ }
87
+ .thumb {
88
+ position: absolute; right: 30px; top: 40px;
89
+ width: 360px; height: 210px;
90
+ background: #E0E0E0; border: 1px solid #BDBDBD;
91
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 30px; text-align: center; padding: 10px;
92
+ border-radius: 8px;
93
+ }
94
+
95
+ /* Keyboard overlay */
96
+ .keyboard {
97
+ position: absolute;
98
+ bottom: 0; left: 0; right: 0;
99
+ height: 900px;
100
+ background: #101214;
101
+ border-top-left-radius: 20px; border-top-right-radius: 20px;
102
+ box-shadow: 0 -6px 20px rgba(0,0,0,0.35);
103
+ }
104
+ .kb-row {
105
+ display: flex; justify-content: space-between; padding: 0 24px;
106
+ margin-top: 38px;
107
+ }
108
+ .key {
109
+ width: 86px; height: 110px; border-radius: 18px;
110
+ background: #23262b; color: #e8e8e8;
111
+ display: flex; align-items: center; justify-content: center;
112
+ font-size: 42px; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04);
113
+ }
114
+ .key.wide { width: 160px; }
115
+ .bottom-bar {
116
+ position: absolute; left: 30px; right: 30px; bottom: 24px; height: 22px;
117
+ border-radius: 12px; background: #3a3d42; margin: 0 auto;
118
+ }
119
+ .space-row { margin-top: 36px; display: flex; align-items: center; justify-content: space-between; padding: 0 24px; }
120
+ .space { flex: 1; height: 110px; border-radius: 20px; background: #23262b; margin: 0 18px; }
121
+ .circle-btn {
122
+ width: 130px; height: 130px; border-radius: 65px;
123
+ background: #cfe1f9; display: flex; align-items: center; justify-content: center;
124
+ }
125
+ .circle-btn.blue { background: #cfe2ff; }
126
+ .circle-btn svg { width: 58px; height: 58px; }
127
+ </style>
128
+ </head>
129
+ <body>
130
+ <div id="render-target">
131
+
132
+ <!-- App bar -->
133
+ <div class="appbar">
134
+ <div class="status">
135
+ <div>12:48</div>
136
+ <div class="icons-right">
137
+ <div class="status-dot"></div>
138
+ <div class="status-dot"></div>
139
+ <div class="status-dot"></div>
140
+ <svg width="36" height="26" viewBox="0 0 24 24" fill="none">
141
+ <path d="M2 18l8-12 8 12H2z" fill="#fff" opacity="0.95"></path>
142
+ </svg>
143
+ <div class="battery"></div>
144
+ </div>
145
+ </div>
146
+ </div>
147
+
148
+ <!-- Search field -->
149
+ <div class="search-wrap">
150
+ <div class="icon">
151
+ <svg viewBox="0 0 24 24" width="44" height="44" fill="#5f6368">
152
+ <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.5 5a4.5 4.5 0 010 9z"></path>
153
+ </svg>
154
+ </div>
155
+ <div class="search-input">search</div>
156
+ <div class="icon">
157
+ <svg viewBox="0 0 24 24" width="44" height="44" fill="#1f1f1f">
158
+ <path d="M12 14a3 3 0 003-3V6a3 3 0 10-6 0v5a3 3 0 003 3zm5-3a5 5 0 01-10 0H5a7 7 0 0014 0h-2z"></path>
159
+ </svg>
160
+ </div>
161
+ </div>
162
+
163
+ <!-- Title -->
164
+ <div class="title">Search by department</div>
165
+
166
+ <!-- Cards -->
167
+ <div class="cards">
168
+ <div class="card pink">
169
+ <div class="label">Toys</div>
170
+ <div class="thumb">[IMG: Dollhouse]</div>
171
+ </div>
172
+
173
+ <div class="card mint">
174
+ <div class="label" style="top: 110px;">Sports &amp; outdoor</div>
175
+ <div class="thumb">[IMG: Playhouse]</div>
176
+ </div>
177
+
178
+ <div class="card lav">
179
+ <div class="label">Babies</div>
180
+ <div class="thumb">[IMG: Baby Jumper]</div>
181
+ </div>
182
+
183
+ <!-- Just the start of a fourth card peeking above the keyboard -->
184
+ <div class="card lgreen" style="height: 260px; margin-bottom: 0;">
185
+ <div class="thumb" style="top: 34px;">[IMG: Ride-on Toy]</div>
186
+ </div>
187
+ </div>
188
+
189
+ <!-- Keyboard Overlay -->
190
+ <div class="keyboard">
191
+ <div class="kb-row">
192
+ <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>
193
+ </div>
194
+ <div class="kb-row">
195
+ <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>
196
+ <div class="key">
197
+ <svg viewBox="0 0 24 24" width="34" height="34" fill="#e8e8e8">
198
+ <path d="M19 7l-7 7-7-7" fill="none" stroke="#e8e8e8" stroke-width="2"/>
199
+ </svg>
200
+ </div>
201
+ </div>
202
+ <div class="kb-row">
203
+ <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>
204
+ <div class="key wide">
205
+ <svg viewBox="0 0 24 24" width="36" height="36" fill="none" stroke="#e8e8e8" stroke-width="2">
206
+ <path d="M4 12h13l-3-3m3 3l-3 3"/>
207
+ </svg>
208
+ </div>
209
+ </div>
210
+ <div class="space-row">
211
+ <div class="key wide">?123</div>
212
+ <div class="key">,</div>
213
+ <div class="space"></div>
214
+ <div class="key">.</div>
215
+ <div class="circle-btn">
216
+ <svg viewBox="0 0 24 24" fill="#1f1f1f">
217
+ <path d="M19.5 10.5h-6v-6h-3v6h-6v3h6v6h3v-6h6z"></path>
218
+ </svg>
219
+ </div>
220
+ <div class="circle-btn blue">
221
+ <svg viewBox="0 0 24 24" fill="#1f3b74">
222
+ <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.5 5a4.5 4.5 0 010 9z"></path>
223
+ </svg>
224
+ </div>
225
+ </div>
226
+ <div class="bottom-bar"></div>
227
+ </div>
228
+
229
+ </div>
230
+ </body>
231
+ </html>
code/20161/20161_2.html ADDED
@@ -0,0 +1,219 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Search UI - Jeep</title>
6
+ <style>
7
+ body { margin:0; padding:0; background:transparent; font-family: Roboto, Arial, sans-serif; }
8
+ #render-target {
9
+ width:1080px; height:2400px; position:relative; overflow:hidden;
10
+ background:#ffffff;
11
+ }
12
+
13
+ /* Top app bar */
14
+ .appbar {
15
+ position:absolute; left:0; top:0; width:1080px; height:220px; background:#1f5fbf;
16
+ box-shadow:0 2px 8px rgba(0,0,0,0.25);
17
+ color:#fff;
18
+ }
19
+ .status-row {
20
+ height:64px; display:flex; align-items:center; padding:0 28px; font-size:34px; font-weight:600;
21
+ }
22
+ .status-row .icons { margin-left:auto; display:flex; gap:22px; align-items:center; }
23
+ .status-dot { width:28px; height:28px; background:#e6f0ff; border-radius:50%; opacity:0.85; }
24
+ .wifi-icon, .battery-icon {
25
+ width:46px; height:28px; display:inline-block; position:relative;
26
+ }
27
+ .wifi-icon::before {
28
+ content:""; position:absolute; left:0; right:0; top:6px; height:16px; border:3px solid #e6f0ff; border-radius:16px;
29
+ border-bottom:none;
30
+ }
31
+ .battery-icon::before {
32
+ content:""; position:absolute; left:0; top:2px; width:42px; height:24px; border:3px solid #e6f0ff; border-radius:4px;
33
+ }
34
+ .battery-icon::after {
35
+ content:""; position:absolute; right:-8px; top:10px; width:8px; height:10px; background:#e6f0ff; border-radius:2px;
36
+ }
37
+
38
+ .search-row {
39
+ display:flex; align-items:center; gap:22px; padding:16px 24px 24px 24px;
40
+ }
41
+ .back-btn {
42
+ width:72px; height:72px; display:flex; align-items:center; justify-content:center;
43
+ }
44
+ .back-btn svg { width:40px; height:40px; fill:none; stroke:#ffffff; stroke-width:6; }
45
+ .search-field {
46
+ flex:1; height:92px; background:#fff; border-radius:18px; display:flex; align-items:center;
47
+ padding:0 22px; box-shadow:inset 0 0 0 2px rgba(0,0,0,0.08);
48
+ }
49
+ .search-icon {
50
+ width:40px; height:40px; margin-right:16px;
51
+ }
52
+ .search-icon svg { width:100%; height:100%; fill:none; stroke:#1f5fbf; stroke-width:6; }
53
+ .search-input {
54
+ font-size:40px; color:#333; flex:1;
55
+ }
56
+ .mic-btn {
57
+ width:72px; height:72px; background:rgba(255,255,255,0.18); border-radius:50%;
58
+ display:flex; align-items:center; justify-content:center;
59
+ border:2px solid rgba(255,255,255,0.35);
60
+ }
61
+ .mic-btn svg { width:34px; height:34px; fill:#fff; }
62
+
63
+ /* Suggestion list */
64
+ .content { position:absolute; left:0; top:220px; width:100%; padding:18px 28px 0 28px; }
65
+ .suggest-item {
66
+ padding:24px 0; border-bottom:1px solid #eee; font-size:40px; color:#222; line-height:1.25;
67
+ }
68
+ .suggest-item .prefix { font-weight:500; color:#222; }
69
+ .suggest-item .category { font-weight:700; color:#111; }
70
+
71
+ /* Suggested products */
72
+ .products-header {
73
+ font-size:44px; font-weight:700; color:#2a4cb3; margin:28px 0 18px 0;
74
+ }
75
+ .products {
76
+ display:flex; gap:30px;
77
+ }
78
+ .product-card {
79
+ position:relative; width:486px; height:420px; background:#E0E0E0; border:1px solid #BDBDBD;
80
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:32px;
81
+ border-radius:8px;
82
+ }
83
+ .badge {
84
+ position:absolute; left:24px; top:18px; background:#d62f2f; color:#fff; font-weight:700;
85
+ padding:20px 26px; border-radius:20px; font-size:40px; box-shadow:0 3px 6px rgba(0,0,0,0.25);
86
+ }
87
+
88
+ /* Keyboard */
89
+ .keyboard {
90
+ position:absolute; left:0; bottom:0; width:100%; background:#1b1d22; color:#e8e8e8;
91
+ border-top-left-radius:24px; border-top-right-radius:24px; padding-top:18px;
92
+ box-shadow:0 -6px 16px rgba(0,0,0,0.25);
93
+ height:940px;
94
+ }
95
+ .suggestions-bar {
96
+ display:flex; align-items:center; gap:22px; padding:18px 28px; border-bottom:1px solid #2a2d33;
97
+ }
98
+ .chip {
99
+ background:#2a2d33; color:#fff; padding:12px 24px; border-radius:22px; font-size:36px;
100
+ }
101
+ .chip+.chip { }
102
+ .mic-small { margin-left:auto; width:64px; height:64px; background:#2a2d33; border-radius:50%;
103
+ display:flex; align-items:center; justify-content:center; }
104
+ .mic-small svg { width:30px; height:30px; fill:#e8e8e8; }
105
+
106
+ .key-row { display:flex; justify-content:space-between; padding:24px 26px; }
107
+ .key {
108
+ background:#2a2d33; color:#fff; width:86px; height:110px; border-radius:18px;
109
+ display:flex; align-items:center; justify-content:center; font-size:40px; box-shadow:inset 0 -2px 0 rgba(255,255,255,0.05);
110
+ }
111
+ .key.wide { width:140px; }
112
+ .key.back { width:140px; }
113
+ .bottom-row { display:flex; align-items:center; padding:16px 26px 24px; gap:18px; }
114
+ .key.small { width:140px; height:110px; }
115
+ .space {
116
+ flex:1; height:110px; background:#2a2d33; border-radius:18px; display:flex; align-items:center; justify-content:center;
117
+ color:#bdbdbd; font-size:34px;
118
+ }
119
+ .search-btn {
120
+ width:140px; height:140px; background:#cfe0ff; color:#263e88; border-radius:70px;
121
+ display:flex; align-items:center; justify-content:center;
122
+ box-shadow:0 4px 8px rgba(0,0,0,0.35);
123
+ }
124
+ .search-btn svg { width:54px; height:54px; fill:none; stroke:#263e88; stroke-width:6; }
125
+ </style>
126
+ </head>
127
+ <body>
128
+ <div id="render-target">
129
+
130
+ <div class="appbar">
131
+ <div class="status-row">
132
+ <div>12:48</div>
133
+ <div class="icons">
134
+ <div class="status-dot"></div>
135
+ <div class="status-dot"></div>
136
+ <div class="wifi-icon"></div>
137
+ <div class="battery-icon"></div>
138
+ </div>
139
+ </div>
140
+ <div class="search-row">
141
+ <div class="back-btn">
142
+ <svg viewBox="0 0 48 48"><path d="M30 8 L14 24 L30 40"></path></svg>
143
+ </div>
144
+ <div class="search-field">
145
+ <div class="search-icon">
146
+ <svg viewBox="0 0 48 48">
147
+ <circle cx="20" cy="20" r="12"></circle>
148
+ <path d="M32 32 L44 44"></path>
149
+ </svg>
150
+ </div>
151
+ <div class="search-input">jeep</div>
152
+ <div class="mic-btn">
153
+ <svg viewBox="0 0 24 24"><path d="M12 4 a4 4 0 0 1 4 4 v4 a4 4 0 0 1 -8 0 V8 a4 4 0 0 1 4 -4 Z"></path><path d="M6 12 a6 6 0 0 0 12 0"></path><rect x="11" y="17" width="2" height="4" fill="#fff"></rect></svg>
154
+ </div>
155
+ </div>
156
+ </div>
157
+ </div>
158
+
159
+ <div class="content">
160
+ <div class="suggest-item"><span class="prefix">jeep in </span><span class="category">Electric vehicles</span></div>
161
+ <div class="suggest-item"><span class="prefix">jeep in </span><span class="category">Model vehicles &amp; playsets</span></div>
162
+ <div class="suggest-item"><span class="prefix">jeep in </span><span class="category">Remote control vehicles &amp; accessories</span></div>
163
+ <div class="suggest-item"><span class="prefix">jeep wrangler in </span><span class="category">Electric vehicles</span></div>
164
+ <div class="suggest-item"><span class="prefix">jeep wrangler in </span><span class="category">Model vehicles &amp; playsets</span></div>
165
+ <div class="suggest-item"><span class="prefix">jeep wrangler in </span><span class="category">Remote control vehicles &amp; accessories</span></div>
166
+
167
+ <div class="products-header">Suggested Products</div>
168
+ <div class="products">
169
+ <div class="product-card">
170
+ <div class="badge">43% off</div>
171
+ [IMG: Red kids Jeep ride-on car]
172
+ </div>
173
+ <div class="product-card">
174
+ <div class="badge" style="left:auto; right:24px;">20% off</div>
175
+ [IMG: Kids Jeep ride-on car with graphic wrap]
176
+ </div>
177
+ </div>
178
+ </div>
179
+
180
+ <!-- Keyboard -->
181
+ <div class="keyboard">
182
+ <div class="suggestions-bar">
183
+ <div class="chip">jeep</div>
184
+ <div class="chip">Jeep</div>
185
+ <div class="chip">keep</div>
186
+ <div class="mic-small">
187
+ <svg viewBox="0 0 24 24"><path d="M12 4 a4 4 0 0 1 4 4 v4 a4 4 0 0 1 -8 0 V8 a4 4 0 0 1 4 -4 Z"></path><path d="M6 12 a6 6 0 0 0 12 0"></path></svg>
188
+ </div>
189
+ </div>
190
+
191
+ <div class="key-row">
192
+ <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>
193
+ </div>
194
+ <div class="key-row">
195
+ <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>
196
+ </div>
197
+ <div class="key-row">
198
+ <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>
199
+ <div class="key back">โŒซ</div>
200
+ </div>
201
+
202
+ <div class="bottom-row">
203
+ <div class="key small">?123</div>
204
+ <div class="key small">,</div>
205
+ <div class="key small">๐Ÿ™‚</div>
206
+ <div class="space">space</div>
207
+ <div class="key small">.</div>
208
+ <div class="search-btn">
209
+ <svg viewBox="0 0 48 48">
210
+ <circle cx="20" cy="20" r="12"></circle>
211
+ <path d="M32 32 L44 44"></path>
212
+ </svg>
213
+ </div>
214
+ </div>
215
+ </div>
216
+
217
+ </div>
218
+ </body>
219
+ </html>
code/20161/20161_3.html ADDED
@@ -0,0 +1,293 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Jeep Listing UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ }
15
+
16
+ /* App Bar */
17
+ .appbar {
18
+ width: 100%;
19
+ background: #1f4da3;
20
+ color: #fff;
21
+ }
22
+ .statusbar {
23
+ height: 88px;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ padding: 0 36px;
28
+ font-size: 34px;
29
+ letter-spacing: 0.5px;
30
+ }
31
+ .status-icons {
32
+ display: flex;
33
+ align-items: center;
34
+ gap: 26px;
35
+ }
36
+ .toolbar {
37
+ height: 128px;
38
+ display: flex;
39
+ align-items: center;
40
+ padding: 0 24px;
41
+ position: relative;
42
+ }
43
+ .back-btn {
44
+ width: 100px;
45
+ height: 100%;
46
+ display: flex;
47
+ align-items: center;
48
+ justify-content: center;
49
+ }
50
+ .toolbar-title {
51
+ position: absolute;
52
+ left: 0;
53
+ right: 0;
54
+ text-align: center;
55
+ font-weight: 700;
56
+ font-size: 50px;
57
+ text-transform: lowercase;
58
+ }
59
+
60
+ /* Controls Row */
61
+ .controls {
62
+ display: flex;
63
+ justify-content: space-between;
64
+ padding: 28px 32px 16px;
65
+ background: #fff;
66
+ }
67
+ .chip {
68
+ width: 480px;
69
+ height: 116px;
70
+ border: 1px solid #E0E0E0;
71
+ border-radius: 18px;
72
+ background: #fff;
73
+ display: flex;
74
+ align-items: center;
75
+ justify-content: space-between;
76
+ padding: 0 28px;
77
+ font-size: 40px;
78
+ color: #222;
79
+ box-shadow: 0 2px 0 rgba(0,0,0,0.02);
80
+ }
81
+ .chip .label {
82
+ display: flex;
83
+ align-items: center;
84
+ gap: 18px;
85
+ }
86
+ .chip .icon-box {
87
+ width: 64px;
88
+ height: 64px;
89
+ border-radius: 14px;
90
+ display: flex;
91
+ align-items: center;
92
+ justify-content: center;
93
+ color: #1f4da3;
94
+ }
95
+
96
+ /* Grid */
97
+ .grid {
98
+ padding: 8px 24px 200px;
99
+ display: flex;
100
+ flex-wrap: wrap;
101
+ column-gap: 28px;
102
+ }
103
+ .card {
104
+ width: 504px;
105
+ margin-top: 12px;
106
+ }
107
+ .img {
108
+ width: 100%;
109
+ height: 520px;
110
+ background: #E0E0E0;
111
+ border: 1px solid #BDBDBD;
112
+ border-radius: 10px;
113
+ display: flex;
114
+ align-items: center;
115
+ justify-content: center;
116
+ color: #757575;
117
+ font-size: 34px;
118
+ position: relative;
119
+ }
120
+ .badge {
121
+ position: absolute;
122
+ top: 18px;
123
+ left: 18px;
124
+ background: #e53935;
125
+ color: #fff;
126
+ padding: 10px 22px;
127
+ border-radius: 16px;
128
+ font-weight: 700;
129
+ font-size: 34px;
130
+ }
131
+ .title {
132
+ margin-top: 18px;
133
+ font-size: 42px;
134
+ line-height: 54px;
135
+ color: #111;
136
+ font-weight: 700;
137
+ }
138
+ .old-price {
139
+ margin-top: 18px;
140
+ font-size: 34px;
141
+ color: #9E9E9E;
142
+ text-decoration: line-through;
143
+ }
144
+ .price {
145
+ margin-top: 6px;
146
+ font-size: 56px;
147
+ color: #f57724;
148
+ font-weight: 800;
149
+ letter-spacing: 0.5px;
150
+ }
151
+ .price.black { color: #111; }
152
+
153
+ /* Bottom Nav */
154
+ .bottom-nav {
155
+ position: absolute;
156
+ left: 0; right: 0; bottom: 0;
157
+ height: 168px;
158
+ border-top: 1px solid #E0E0E0;
159
+ background: #ffffff;
160
+ display: flex;
161
+ align-items: center;
162
+ justify-content: space-around;
163
+ padding-bottom: 10px;
164
+ }
165
+ .nav-btn {
166
+ width: 120px; height: 120px;
167
+ display: flex; align-items: center; justify-content: center;
168
+ color: #1f4da3;
169
+ }
170
+
171
+ /* Helpers */
172
+ .row {
173
+ display: flex;
174
+ align-items: center;
175
+ gap: 16px;
176
+ }
177
+ </style>
178
+ </head>
179
+ <body>
180
+ <div id="render-target">
181
+
182
+ <!-- Top Blue App Bar -->
183
+ <div class="appbar">
184
+ <div class="statusbar">
185
+ <div>12:49</div>
186
+ <div class="status-icons">
187
+ <!-- signal -->
188
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#fff"><path d="M4 20h2v-4H4v4zm4 0h2v-8H8v8zm4 0h2v-12h-2v12zm4 0h2V4h-2v16z"/></svg>
189
+ <!-- wifi -->
190
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#fff"><path d="M12 18.5l-1.5-1.5a2.12 2.12 0 013 0L12 18.5zm4.95-2.45a6 6 0 00-9.9 0l-1.42-1.42a8 8 0 0112.74 0l-1.42 1.42zM21 9l-1.41 1.41a12 12 0 00-15.18 0L3 9a14 14 0 0118 0z"/></svg>
191
+ <!-- battery -->
192
+ <svg width="46" height="34" viewBox="0 0 36 24" fill="none">
193
+ <rect x="1" y="5" width="30" height="14" rx="2" stroke="#fff" stroke-width="2"/>
194
+ <rect x="3" y="7" width="20" height="10" rx="1" fill="#fff"/>
195
+ <rect x="31" y="9" width="4" height="6" rx="1" fill="#fff"/>
196
+ </svg>
197
+ </div>
198
+ </div>
199
+ <div class="toolbar">
200
+ <div class="back-btn">
201
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#fff"><path d="M15.5 19l-7-7 7-7 1.5 1.5L11.5 12l5.5 5.5L15.5 19z"/></svg>
202
+ </div>
203
+ <div class="toolbar-title">jeep</div>
204
+ </div>
205
+ </div>
206
+
207
+ <!-- Controls -->
208
+ <div class="controls">
209
+ <div class="chip">
210
+ <div class="label">
211
+ <span>Filter by</span>
212
+ </div>
213
+ <div class="icon-box">
214
+ <!-- sliders icon -->
215
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#1f4da3">
216
+ <path d="M10 6h11v2H10V6zM3 6h5v2H3V6zm11 10h7v2h-7v-2zM3 16h9v2H3v-2zM13 11h8v2h-8v-2zM3 11h7v2H3v-2z"/>
217
+ </svg>
218
+ </div>
219
+ </div>
220
+ <div class="chip">
221
+ <div class="label">Sort by</div>
222
+ <div class="icon-box">
223
+ <!-- sort icon -->
224
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#1f4da3">
225
+ <path d="M3 18h6v-2H3v2zm0-5h12v-2H3v2zm0-7v2h18V6H3zM17 21l4-4h-3v-7h-2v7h-3l4 4z"/>
226
+ </svg>
227
+ </div>
228
+ </div>
229
+ </div>
230
+
231
+ <!-- Product Grid -->
232
+ <div class="grid">
233
+
234
+ <!-- Card 1 -->
235
+ <div class="card">
236
+ <div class="img">
237
+ <div class="badge">43% off</div>
238
+ [IMG: Jeep Wrangler Electric Ride-on Car - Red]
239
+ </div>
240
+ <div class="title">Jeep Wrangler Electric Ride-on Car (12 V, Red)</div>
241
+ <div class="old-price">1,999 AED</div>
242
+ <div class="price">1,124 AED</div>
243
+ </div>
244
+
245
+ <!-- Card 2 -->
246
+ <div class="card">
247
+ <div class="img">
248
+ <div class="badge" style="left:auto; right:18px; background:#e53935">20% off</div>
249
+ [IMG: Jeep Spyder Monster Electric Ride-on Car - Red]
250
+ </div>
251
+ <div class="title">Jeep Spyder Monster Electric Ride-on Car (12 V, Red)</div>
252
+ <div class="old-price">2,799 AED</div>
253
+ <div class="price">2,239 AED</div>
254
+ </div>
255
+
256
+ <!-- Card 3 -->
257
+ <div class="card" style="margin-top: 34px;">
258
+ <div class="img">[IMG: Jeep Rubicon Powered Electric Ride-on - Gray]</div>
259
+ <div class="title">Jeep Rubicon Powered Electric Ride-on (12 V, Gray)</div>
260
+ <div class="price black">2,799 AED</div>
261
+ </div>
262
+
263
+ <!-- Card 4 -->
264
+ <div class="card" style="margin-top: 34px;">
265
+ <div class="img">[IMG: Jeep Wrangler Rubicon Electric Ride-on - White]</div>
266
+ <div class="title">Jeep Wrangler Rubicon Electric Ride-on Car (12 V, ...)</div>
267
+ <div class="price black">1,999 AED</div>
268
+ </div>
269
+
270
+ </div>
271
+
272
+ <!-- Bottom Navigation -->
273
+ <div class="bottom-nav">
274
+ <div class="nav-btn">
275
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="#1f4da3"><path d="M12 3l9 8h-3v9h-5v-6H11v6H6v-9H3l9-8z"/></svg>
276
+ </div>
277
+ <div class="nav-btn">
278
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="#1f4da3"><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 5 1.5-1.5-5-5zM9.5 14C7 14 5 12 5 9.5S7 5 9.5 5 14 7 14 9.5 12 14 9.5 14z"/></svg>
279
+ </div>
280
+ <div class="nav-btn">
281
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="#1f4da3"><path d="M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zm10 0c-1.1 0-1.99.9-1.99 2S15.9 22 17 22s2-.9 2-2-.9-2-2-2zM7.16 14h9.45c.75 0 1.41-.41 1.75-1.03L22 6H6.21l-.94-2H2v2h2l3.6 7.59L6.24 17c-.11.24-.24.49-.24.76C6 18.44 6.56 19 7.24 19H19v-2H7.42c-.14 0-.25-.11-.25-.25l.01-.09.98-2.06z"/></svg>
282
+ </div>
283
+ <div class="nav-btn">
284
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="#1f4da3"><path d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 6 4 4 6.5 4c1.74 0 3.41 1.01 4.22 2.61C11.09 5.01 12.76 4 14.5 4 17 4 19 6 19 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"/></svg>
285
+ </div>
286
+ <div class="nav-btn">
287
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="#1f4da3"><path d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-3.33 0-10 1.67-10 5v3h20v-3c0-3.33-6.67-5-10-5z"/></svg>
288
+ </div>
289
+ </div>
290
+
291
+ </div>
292
+ </body>
293
+ </html>
code/20161/20161_4.html ADDED
@@ -0,0 +1,316 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>E-commerce Listing 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
+ /* Top status bar */
16
+ .status-bar {
17
+ height: 80px;
18
+ background: #1f4fa1;
19
+ color: #fff;
20
+ display: flex;
21
+ align-items: center;
22
+ padding: 0 32px;
23
+ box-sizing: border-box;
24
+ }
25
+ .status-left { font-weight: 700; font-size: 32px; }
26
+ .status-right {
27
+ margin-left: auto;
28
+ display: flex;
29
+ gap: 22px;
30
+ align-items: center;
31
+ }
32
+ .status-icon svg { width: 32px; height: 32px; fill: #fff; }
33
+
34
+ /* Filter/Sort row */
35
+ .controls-row {
36
+ background: #1f4fa1;
37
+ padding: 22px 32px 32px 32px;
38
+ box-sizing: border-box;
39
+ }
40
+ .controls-inner {
41
+ background: #ffffff;
42
+ border-radius: 16px;
43
+ display: flex;
44
+ gap: 24px;
45
+ padding: 20px;
46
+ }
47
+ .control-card {
48
+ flex: 1;
49
+ border: 1px solid #e0e0e0;
50
+ border-radius: 14px;
51
+ padding: 22px 26px;
52
+ display: flex;
53
+ align-items: center;
54
+ gap: 18px;
55
+ font-size: 34px;
56
+ color: #222;
57
+ }
58
+ .control-card .ic { width: 36px; height: 36px; }
59
+ .control-card .label { font-weight: 700; }
60
+ .control-card .right { margin-left: auto; display: flex; align-items: center; gap: 10px; color: #333; }
61
+ .chevron svg { width: 32px; height: 32px; fill: #333; }
62
+
63
+ /* Product grid */
64
+ .content {
65
+ padding: 24px 32px 0 32px;
66
+ box-sizing: border-box;
67
+ }
68
+ .product-grid {
69
+ display: flex;
70
+ flex-wrap: wrap;
71
+ gap: 36px 36px;
72
+ }
73
+ .product-card {
74
+ width: calc(50% - 18px);
75
+ position: relative;
76
+ }
77
+ .price {
78
+ font-size: 44px;
79
+ font-weight: 900;
80
+ letter-spacing: 1px;
81
+ margin: 10px 0 14px 0;
82
+ color: #ff7f2a;
83
+ }
84
+ .price.black { color: #111; }
85
+ .img {
86
+ width: 100%;
87
+ height: 320px;
88
+ background: #E0E0E0;
89
+ border: 1px solid #BDBDBD;
90
+ color: #757575;
91
+ font-size: 26px;
92
+ display: flex;
93
+ align-items: center;
94
+ justify-content: center;
95
+ text-align: center;
96
+ border-radius: 8px;
97
+ }
98
+ .title {
99
+ font-size: 34px;
100
+ color: #222;
101
+ line-height: 1.2;
102
+ margin-top: 18px;
103
+ }
104
+ .subtitle {
105
+ font-size: 30px;
106
+ color: #444;
107
+ margin-top: 4px;
108
+ }
109
+ .badge-new {
110
+ position: absolute;
111
+ left: 14px;
112
+ top: 470px;
113
+ background: #35b67a;
114
+ color: #fff;
115
+ font-weight: 800;
116
+ font-size: 30px;
117
+ padding: 8px 18px;
118
+ border-radius: 12px;
119
+ }
120
+ .discount {
121
+ display: inline-block;
122
+ background: #e53935;
123
+ color: #fff;
124
+ font-weight: 800;
125
+ font-size: 32px;
126
+ padding: 10px 18px;
127
+ border-radius: 16px;
128
+ margin-top: 12px;
129
+ }
130
+
131
+ /* Back to top pill */
132
+ .back-to-top {
133
+ position: absolute;
134
+ left: 50%;
135
+ bottom: 270px;
136
+ transform: translateX(-50%);
137
+ background: rgba(255,255,255,0.95);
138
+ border: 1px solid #dcdcdc;
139
+ box-shadow: 0 4px 10px rgba(0,0,0,0.08);
140
+ border-radius: 24px;
141
+ padding: 24px 32px;
142
+ font-size: 36px;
143
+ color: #333;
144
+ display: flex;
145
+ align-items: center;
146
+ gap: 14px;
147
+ }
148
+ .back-to-top svg { width: 30px; height: 30px; fill: #333; }
149
+
150
+ /* Bottom navigation */
151
+ .bottom-nav {
152
+ position: absolute;
153
+ bottom: 0;
154
+ left: 0;
155
+ width: 1080px;
156
+ height: 160px;
157
+ background: #1f4fa1;
158
+ display: flex;
159
+ align-items: center;
160
+ justify-content: space-around;
161
+ padding: 0 30px;
162
+ box-sizing: border-box;
163
+ }
164
+ .nav-item {
165
+ display: flex;
166
+ flex-direction: column;
167
+ align-items: center;
168
+ color: #fff;
169
+ gap: 10px;
170
+ font-size: 26px;
171
+ }
172
+ .nav-item svg { width: 56px; height: 56px; fill: #fff; }
173
+
174
+ /* small progress bar near bottom */
175
+ .progress {
176
+ position: absolute;
177
+ bottom: 190px;
178
+ left: 50%;
179
+ transform: translateX(-50%);
180
+ width: 420px;
181
+ height: 12px;
182
+ background: #e6e6e6;
183
+ border-radius: 8px;
184
+ }
185
+ .progress .bar {
186
+ width: 160px;
187
+ height: 12px;
188
+ background: #1f4fa1;
189
+ border-radius: 8px;
190
+ }
191
+ </style>
192
+ </head>
193
+ <body>
194
+ <div id="render-target">
195
+
196
+ <!-- Status bar -->
197
+ <div class="status-bar">
198
+ <div class="status-left">12:49</div>
199
+ <div class="status-right">
200
+ <div class="status-icon">
201
+ <svg viewBox="0 0 24 24"><path d="M3 10h18v4H3z"></path></svg>
202
+ </div>
203
+ <div class="status-icon">
204
+ <svg viewBox="0 0 24 24"><path d="M12 3l9 7-9 7-9-7 9-7z"></path></svg>
205
+ </div>
206
+ <div class="status-icon">
207
+ <svg viewBox="0 0 24 24"><path d="M19 7v10H5V7h14m1-2H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1z"></path></svg>
208
+ </div>
209
+ <div class="status-icon">
210
+ <svg viewBox="0 0 24 24"><path d="M2 7h20v10H2z"></path></svg>
211
+ </div>
212
+ </div>
213
+ </div>
214
+
215
+ <!-- Controls row -->
216
+ <div class="controls-row">
217
+ <div class="controls-inner">
218
+ <div class="control-card">
219
+ <div class="ic">
220
+ <svg viewBox="0 0 24 24"><path d="M3 5h18v2H3zm4 6h10v2H7zm2 6h6v2H9z"></path></svg>
221
+ </div>
222
+ <div class="label">Filter by</div>
223
+ </div>
224
+ <div class="control-card">
225
+ <div class="ic">
226
+ <svg viewBox="0 0 24 24"><path d="M12 6l4 4H8l4-4zm0 12l-4-4h8l-4 4z"></path></svg>
227
+ </div>
228
+ <div class="label">Sort by</div>
229
+ <div class="right chevron">
230
+ <svg viewBox="0 0 24 24"><path d="M9 6l6 6-6 6"></path></svg>
231
+ </div>
232
+ </div>
233
+ </div>
234
+ </div>
235
+
236
+ <!-- Product listing -->
237
+ <div class="content">
238
+ <div class="product-grid">
239
+ <!-- Row 1 -->
240
+ <div class="product-card">
241
+ <div class="price">1,124 AED</div>
242
+ <div class="img">[IMG: Jeep Rubicon Gray Ride-on]</div>
243
+ <div class="title">Jeep Rubicon Powered</div>
244
+ <div class="subtitle">Electric Ride-on (12 V, Gray)</div>
245
+ </div>
246
+ <div class="product-card">
247
+ <div class="price">2,239 AED</div>
248
+ <div class="img">[IMG: Jeep Wrangler Rubicon Ride-on, White]</div>
249
+ <div class="title">Jeep Wrangler Rubicon</div>
250
+ <div class="subtitle">Electric Ride-on Car (12 V, ...)</div>
251
+ </div>
252
+
253
+ <!-- Row 2 -->
254
+ <div class="product-card">
255
+ <div class="price black">2,799 AED</div>
256
+ <div class="img">[IMG: Blue Spyder Monster Electric Ride-on]</div>
257
+ <div class="badge-new">New In</div>
258
+ <div class="title">Jeep Spyder Monster Electric</div>
259
+ <div class="subtitle">Ride-on Car (12 V, Blue)</div>
260
+ </div>
261
+ <div class="product-card">
262
+ <div class="price black">1,999 AED</div>
263
+ <div class="img">[IMG: Jeep Grand Cherokee Electric Ride-on]</div>
264
+ <div class="title">Jeep Grand Cherokee Electric</div>
265
+ <div class="subtitle">Ride-on (12 V, White)</div>
266
+ </div>
267
+
268
+ <!-- Row 3 -->
269
+ <div class="product-card">
270
+ <div class="price black">2,799 AED</div>
271
+ <div class="discount">65% off</div>
272
+ <div class="img" style="margin-top:14px;">[IMG: Green Jeep Rubicon Ride-on]</div>
273
+ </div>
274
+ <div class="product-card">
275
+ <div class="price black">1,719 AED</div>
276
+ <div class="discount">65% off</div>
277
+ <div class="img" style="margin-top:14px;">[IMG: Red Jeep Rubicon Ride-on]</div>
278
+ </div>
279
+ </div>
280
+ </div>
281
+
282
+ <!-- Back to top -->
283
+ <div class="back-to-top">
284
+ <svg viewBox="0 0 24 24"><path d="M12 8l-6 6h12l-6-6z"></path></svg>
285
+ <div>Back to top</div>
286
+ </div>
287
+
288
+ <div class="progress"><div class="bar"></div></div>
289
+
290
+ <!-- Bottom navigation -->
291
+ <div class="bottom-nav">
292
+ <div class="nav-item">
293
+ <svg viewBox="0 0 24 24"><path d="M4 10l8-6 8 6v10H4z"></path></svg>
294
+ <div>Home</div>
295
+ </div>
296
+ <div class="nav-item">
297
+ <svg viewBox="0 0 24 24"><path d="M10 18l-6-6 6-6v12zm4-12l6 6-6 6V6z"></path></svg>
298
+ <div>Search</div>
299
+ </div>
300
+ <div class="nav-item">
301
+ <svg viewBox="0 0 24 24"><path d="M7 7h10l-1 12H8L7 7zm2-3h6v2H9V4z"></path></svg>
302
+ <div>Bag</div>
303
+ </div>
304
+ <div class="nav-item">
305
+ <svg viewBox="0 0 24 24"><path d="M12 21c-4.5-3.5-7-6.2-7-9.5A5 5 0 0 1 12 7a5 5 0 0 1 7 4.5c0 3.3-2.5 6-7 9.5z"></path></svg>
306
+ <div>Saved</div>
307
+ </div>
308
+ <div class="nav-item">
309
+ <svg viewBox="0 0 24 24"><path d="M12 12a5 5 0 1 0 0-10 5 5 0 0 0 0 10zm-9 9c0-4.4 4-8 9-8s9 3.6 9 8H3z"></path></svg>
310
+ <div>Account</div>
311
+ </div>
312
+ </div>
313
+
314
+ </div>
315
+ </body>
316
+ </html>
code/20161/20161_5.html ADDED
@@ -0,0 +1,346 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Ride-on Cars Listing</title>
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ border-radius: 0;
15
+ box-shadow: none;
16
+ }
17
+
18
+ /* Top status/app bar */
19
+ .status-bar {
20
+ height: 120px;
21
+ background: #134a99;
22
+ color: #fff;
23
+ display: flex;
24
+ align-items: center;
25
+ padding: 0 28px;
26
+ box-sizing: border-box;
27
+ }
28
+ .status-left { font-weight: 700; font-size: 40px; }
29
+ .status-right {
30
+ margin-left: auto;
31
+ display: flex;
32
+ align-items: center;
33
+ gap: 24px;
34
+ }
35
+ .icon-dot {
36
+ width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.8);
37
+ }
38
+ .icon-battery {
39
+ width: 40px; height: 24px; border: 2px solid #fff; border-radius: 4px; position: relative;
40
+ }
41
+ .icon-battery::after {
42
+ content: "";
43
+ position: absolute; right: -6px; top: 6px;
44
+ width: 6px; height: 12px; background: #fff; border-radius: 2px;
45
+ }
46
+ .wifi {
47
+ width: 36px; height: 36px;
48
+ display: inline-flex; align-items: center; justify-content: center;
49
+ }
50
+ .wifi svg { width: 30px; height: 30px; fill: none; stroke: #fff; stroke-width: 3; }
51
+
52
+ /* Controls row */
53
+ .controls {
54
+ display: flex;
55
+ gap: 40px;
56
+ padding: 28px;
57
+ box-sizing: border-box;
58
+ }
59
+ .control-box {
60
+ flex: 1;
61
+ background: #fff;
62
+ border-radius: 24px;
63
+ border: 1px solid #e2e6ea;
64
+ box-shadow: 0 2px 8px rgba(0,0,0,0.08);
65
+ height: 120px;
66
+ display: flex; align-items: center; justify-content: space-between;
67
+ padding: 0 36px;
68
+ box-sizing: border-box;
69
+ }
70
+ .control-label { font-size: 38px; color: #222; font-weight: 600; }
71
+ .control-icon { width: 50px; height: 50px; }
72
+ .settings svg, .sort svg {
73
+ width: 50px; height: 50px; fill: none; stroke: #134a99; stroke-width: 5;
74
+ }
75
+ .sort-arrow {
76
+ width: 42px; height: 42px; border-radius: 8px; border: 2px solid #134a99;
77
+ display: inline-flex; align-items: center; justify-content: center; margin-left: 12px;
78
+ }
79
+ .sort-arrow svg { width: 26px; height: 26px; fill: #134a99; }
80
+
81
+ /* Grid of products */
82
+ .grid {
83
+ display: flex;
84
+ flex-wrap: wrap;
85
+ gap: 0;
86
+ padding: 0 24px 24px;
87
+ box-sizing: border-box;
88
+ }
89
+ .card {
90
+ width: 500px;
91
+ margin: 0 24px 48px 24px;
92
+ }
93
+ .img-box {
94
+ width: 100%;
95
+ height: 360px;
96
+ background: #E0E0E0;
97
+ border: 1px solid #BDBDBD;
98
+ display: flex; align-items: center; justify-content: center;
99
+ color: #757575;
100
+ font-size: 34px;
101
+ text-align: center;
102
+ }
103
+ .new-in {
104
+ height: 56px;
105
+ background: #8fe6cf;
106
+ border-radius: 16px;
107
+ margin-top: -14px;
108
+ width: 220px;
109
+ text-align: center;
110
+ line-height: 56px;
111
+ color: #0e7a6c;
112
+ font-weight: 700;
113
+ font-size: 32px;
114
+ }
115
+ .title {
116
+ margin-top: 18px;
117
+ font-size: 38px;
118
+ color: #222;
119
+ line-height: 1.24;
120
+ font-weight: 700;
121
+ }
122
+ .price-row {
123
+ margin-top: 14px;
124
+ display: flex; align-items: center; gap: 18px;
125
+ }
126
+ .price {
127
+ font-size: 52px;
128
+ font-weight: 800;
129
+ color: #111;
130
+ }
131
+ .price small { font-size: 36px; font-weight: 700; }
132
+ .discount {
133
+ background: #d9414a;
134
+ color: #fff;
135
+ font-weight: 800;
136
+ padding: 16px 24px;
137
+ border-radius: 18px;
138
+ font-size: 34px;
139
+ }
140
+ .strike {
141
+ margin-top: 18px;
142
+ font-size: 36px;
143
+ color: #7a7a7a;
144
+ text-decoration: line-through;
145
+ }
146
+ .sub-price {
147
+ margin-top: 8px;
148
+ font-size: 48px;
149
+ font-weight: 800;
150
+ }
151
+
152
+ /* Bottom nav bar */
153
+ .bottom-nav {
154
+ position: absolute;
155
+ bottom: 0;
156
+ left: 0;
157
+ width: 1080px;
158
+ height: 160px;
159
+ background: #134a99;
160
+ display: flex;
161
+ align-items: center;
162
+ justify-content: space-around;
163
+ padding: 0 60px;
164
+ box-sizing: border-box;
165
+ }
166
+ .nav-icon {
167
+ width: 92px; height: 92px; border-radius: 18px;
168
+ background: rgba(255,255,255,0.15);
169
+ display: flex; align-items: center; justify-content: center;
170
+ }
171
+ .nav-icon svg { width: 56px; height: 56px; stroke: #fff; fill: none; stroke-width: 4; }
172
+
173
+ /* Back to top bubble */
174
+ .back-to-top {
175
+ position: absolute;
176
+ bottom: 220px;
177
+ left: 50%;
178
+ transform: translateX(-50%);
179
+ background: #fff;
180
+ border: 1px solid #e1e1e1;
181
+ box-shadow: 0 8px 24px rgba(0,0,0,0.12);
182
+ border-radius: 40px;
183
+ padding: 24px 36px;
184
+ font-size: 40px;
185
+ color: #222;
186
+ display: flex; align-items: center; gap: 16px;
187
+ }
188
+ .chevron {
189
+ width: 38px; height: 38px;
190
+ border-radius: 50%;
191
+ border: 2px solid #666;
192
+ display: inline-flex; align-items: center; justify-content: center;
193
+ }
194
+ .chevron svg { width: 22px; height: 22px; fill: #666; }
195
+ </style>
196
+ </head>
197
+ <body>
198
+ <div id="render-target">
199
+
200
+ <!-- Top status bar -->
201
+ <div class="status-bar">
202
+ <div class="status-left">12:49</div>
203
+ <div class="status-right">
204
+ <div class="wifi">
205
+ <svg viewBox="0 0 24 24">
206
+ <path d="M2 8c5-5 15-5 20 0M6 12c3-3 9-3 12 0M10 16c1-1 3-1 4 0M12 20h0"></path>
207
+ </svg>
208
+ </div>
209
+ <div class="icon-dot"></div>
210
+ <div class="icon-dot"></div>
211
+ <div class="icon-battery"></div>
212
+ </div>
213
+ </div>
214
+
215
+ <!-- Filter / Sort controls -->
216
+ <div class="controls">
217
+ <div class="control-box">
218
+ <div class="control-label">Filter by</div>
219
+ <div class="settings control-icon">
220
+ <svg viewBox="0 0 24 24">
221
+ <path d="M12 2v4M12 18v4M4.93 4.93l2.83 2.83M16.24 16.24l2.83 2.83M2 12h4M18 12h4M4.93 19.07l2.83-2.83M16.24 7.76l2.83-2.83"></path>
222
+ </svg>
223
+ </div>
224
+ </div>
225
+ <div class="control-box">
226
+ <div class="control-label">Sort by</div>
227
+ <div style="display:flex; align-items:center;">
228
+ <div class="sort control-icon">
229
+ <svg viewBox="0 0 24 24">
230
+ <path d="M7 4h10M7 12h7M7 20h4"></path>
231
+ </svg>
232
+ </div>
233
+ <div class="sort-arrow">
234
+ <svg viewBox="0 0 24 24">
235
+ <path d="M12 8l-5 6h10z"></path>
236
+ </svg>
237
+ </div>
238
+ </div>
239
+ </div>
240
+ </div>
241
+
242
+ <!-- Product grid -->
243
+ <div class="grid">
244
+
245
+ <!-- Card 1 -->
246
+ <div class="card">
247
+ <div class="img-box">[IMG: Jeep Spyder Monster Electric Ride-on Car - Blue]</div>
248
+ <div class="new-in">New In</div>
249
+ <div class="title">Jeep Spyder Monster Electric Ride-on Car (12 V, Blue)</div>
250
+ <div class="price-row">
251
+ <div class="price">2,799 <small>AED</small></div>
252
+ <div class="discount">65% off</div>
253
+ </div>
254
+ </div>
255
+
256
+ <!-- Card 2 -->
257
+ <div class="card">
258
+ <div class="img-box">[IMG: Jeep Grand Cherokee Electric Ride-on - White]</div>
259
+ <div class="new-in">New In</div>
260
+ <div class="title">Jeep Grand Cherokee Electric Ride-on (12 V, White)</div>
261
+ <div class="price-row">
262
+ <div class="price">1,719 <small>AED</small></div>
263
+ <div class="discount">65% off</div>
264
+ </div>
265
+ </div>
266
+
267
+ <!-- Card 3 -->
268
+ <div class="card">
269
+ <div class="img-box">[IMG: Jeep Licensed Ride-on - Green]</div>
270
+ <div class="new-in">New In</div>
271
+ <div class="title">Jeep Licensed Ride-on Car (12 V, Green)</div>
272
+ <div class="strike">3,499 AED</div>
273
+ <div class="sub-price">1,199 AED</div>
274
+ <div class="price-row" style="margin-top:12px;">
275
+ <div class="discount">60% off</div>
276
+ </div>
277
+ </div>
278
+
279
+ <!-- Card 4 -->
280
+ <div class="card">
281
+ <div class="img-box">[IMG: Jeep Licensed Ride-on - Red]</div>
282
+ <div class="new-in">New In</div>
283
+ <div class="title">Jeep Licensed Ride-on Car (12 V, Red)</div>
284
+ <div class="strike">3,499 AED</div>
285
+ <div class="sub-price">1,199 AED</div>
286
+ <div class="price-row" style="margin-top:12px;">
287
+ <div class="discount">35% off</div>
288
+ </div>
289
+ </div>
290
+
291
+ <!-- Card 5 -->
292
+ <div class="card">
293
+ <div class="img-box">[IMG: Jeep Licensed Ride-on - Black]</div>
294
+ <div class="title">Jeep Licensed Ride-on Car (12 V, Black)</div>
295
+ <div class="strike">3,099 AED</div>
296
+ <div class="sub-price">1,199 AED</div>
297
+ <div class="price-row" style="margin-top:12px;">
298
+ <div class="discount">60% off</div>
299
+ </div>
300
+ </div>
301
+
302
+ <!-- Card 6 -->
303
+ <div class="card">
304
+ <div class="img-box">[IMG: Jeep Licensed Ride-on - Orange]</div>
305
+ <div class="title">Jeep Licensed Ride-on Car (12 V, Orange)</div>
306
+ <div class="strike">2,999 AED</div>
307
+ <div class="sub-price">1,199 AED</div>
308
+ <div class="price-row" style="margin-top:12px;">
309
+ <div class="discount">35% off</div>
310
+ </div>
311
+ </div>
312
+
313
+ </div>
314
+
315
+ <!-- Back to top overlay -->
316
+ <div class="back-to-top">
317
+ <div class="chevron">
318
+ <svg viewBox="0 0 24 24">
319
+ <path d="M6 14l6-6 6 6" />
320
+ </svg>
321
+ </div>
322
+ Back to top
323
+ </div>
324
+
325
+ <!-- Bottom navigation -->
326
+ <div class="bottom-nav">
327
+ <div class="nav-icon">
328
+ <svg viewBox="0 0 24 24"><circle cx="10" cy="10" r="7"></circle><line x1="15" y1="15" x2="22" y2="22"></line></svg>
329
+ </div>
330
+ <div class="nav-icon">
331
+ <svg viewBox="0 0 24 24"><path d="M4 6h16M4 12h16M4 18h10"></path></svg>
332
+ </div>
333
+ <div class="nav-icon">
334
+ <svg viewBox="0 0 24 24"><path d="M6 6h15l-2 9H7L6 6z"></path><circle cx="9" cy="20" r="2"></circle><circle cx="17" cy="20" r="2"></circle></svg>
335
+ </div>
336
+ <div class="nav-icon">
337
+ <svg viewBox="0 0 24 24"><path d="M12 21c5-3 7-6 7-10a7 7 0 0 0-14 0c0 4 2 7 7 10z"></path></svg>
338
+ </div>
339
+ <div class="nav-icon">
340
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="8" r="4"></circle><path d="M4 22c0-4 4-7 8-7s8 3 8 7"></path></svg>
341
+ </div>
342
+ </div>
343
+
344
+ </div>
345
+ </body>
346
+ </html>
code/20163/20163_0.html ADDED
@@ -0,0 +1,313 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>MyRecorder UI Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #121212;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 92px;
23
+ color: #ffffff;
24
+ font-size: 32px;
25
+ display: flex;
26
+ align-items: center;
27
+ padding: 0 28px;
28
+ box-sizing: border-box;
29
+ }
30
+ .status-left { flex: 1; }
31
+ .status-right { display: flex; align-items: center; gap: 22px; }
32
+ .icon-wifi, .icon-battery {
33
+ display: inline-block;
34
+ }
35
+
36
+ /* Header brand row */
37
+ .header {
38
+ position: absolute;
39
+ top: 104px;
40
+ left: 0;
41
+ width: 1080px;
42
+ height: 120px;
43
+ display: flex;
44
+ align-items: center;
45
+ padding: 0 36px;
46
+ box-sizing: border-box;
47
+ color: #ffffff;
48
+ }
49
+ .menu-icon {
50
+ width: 72px;
51
+ height: 72px;
52
+ margin-right: 18px;
53
+ }
54
+ .app-title {
55
+ font-size: 64px;
56
+ font-weight: 700;
57
+ letter-spacing: 0.5px;
58
+ }
59
+ .pro-pill {
60
+ margin-left: auto;
61
+ background: linear-gradient(135deg, #FF8A65, #FF5252);
62
+ color: #ffffff;
63
+ font-weight: 700;
64
+ font-size: 34px;
65
+ padding: 10px 24px;
66
+ border-radius: 18px;
67
+ }
68
+
69
+ /* Tabs */
70
+ .tabs {
71
+ position: absolute;
72
+ top: 248px;
73
+ left: 0;
74
+ width: 1080px;
75
+ height: 120px;
76
+ display: flex;
77
+ align-items: flex-end;
78
+ padding: 0 120px;
79
+ box-sizing: border-box;
80
+ gap: 420px;
81
+ }
82
+ .tab {
83
+ color: #9E9E9E;
84
+ font-size: 42px;
85
+ font-weight: 700;
86
+ letter-spacing: 1px;
87
+ }
88
+ .tab.active {
89
+ color: #E91E63;
90
+ position: relative;
91
+ }
92
+ .tab.active::after {
93
+ content: "";
94
+ position: absolute;
95
+ left: 0;
96
+ bottom: -24px;
97
+ width: 160px;
98
+ height: 6px;
99
+ background: #E91E63;
100
+ border-radius: 3px;
101
+ }
102
+
103
+ /* Timer section */
104
+ .timer-wrap {
105
+ position: absolute;
106
+ top: 520px;
107
+ left: 0;
108
+ width: 1080px;
109
+ text-align: center;
110
+ color: #BDBDBD;
111
+ }
112
+ .timer {
113
+ font-size: 140px;
114
+ font-weight: 600;
115
+ letter-spacing: 2px;
116
+ }
117
+ .paused {
118
+ margin-top: 18px;
119
+ font-size: 42px;
120
+ color: #E91E63;
121
+ }
122
+
123
+ /* Divider area (subtle dark band like in screenshot) */
124
+ .dark-band {
125
+ position: absolute;
126
+ top: 880px;
127
+ left: 0;
128
+ width: 1080px;
129
+ height: 140px;
130
+ background: #1a1a1a;
131
+ }
132
+
133
+ /* Waveform */
134
+ .waveform {
135
+ position: absolute;
136
+ top: 1080px;
137
+ left: 90px;
138
+ width: 900px;
139
+ height: 160px;
140
+ background-image: repeating-linear-gradient(to right, #BDBDBD 0 4px, transparent 4px 18px);
141
+ border-radius: 6px;
142
+ opacity: 0.85;
143
+ }
144
+
145
+ /* Controls */
146
+ .controls {
147
+ position: absolute;
148
+ bottom: 310px; /* keeps it above ad */
149
+ left: 0;
150
+ width: 1080px;
151
+ display: flex;
152
+ justify-content: center;
153
+ align-items: center;
154
+ gap: 120px;
155
+ }
156
+ .btn {
157
+ width: 160px;
158
+ height: 160px;
159
+ border-radius: 50%;
160
+ display: flex;
161
+ justify-content: center;
162
+ align-items: center;
163
+ color: #ffffff;
164
+ }
165
+ .btn.dark {
166
+ background: #2B2B2B;
167
+ }
168
+ .btn.main {
169
+ width: 220px;
170
+ height: 220px;
171
+ background: radial-gradient(circle at 30% 30%, #FF8A65, #FF5C8D);
172
+ box-shadow: 0 12px 24px rgba(0,0,0,0.35);
173
+ }
174
+ .btn.confirm {
175
+ background: radial-gradient(circle at 30% 30%, #FF8A65, #FF6E6E);
176
+ }
177
+ .control-labels {
178
+ position: absolute;
179
+ top: 220px;
180
+ left: 0;
181
+ width: 1080px;
182
+ display: flex;
183
+ justify-content: center;
184
+ gap: 220px;
185
+ color: #BDBDBD;
186
+ font-size: 36px;
187
+ }
188
+ .label { width: 240px; text-align: center; }
189
+
190
+ /* Ad banner placeholder */
191
+ .ad-banner {
192
+ position: absolute;
193
+ bottom: 70px;
194
+ left: 0;
195
+ width: 1080px;
196
+ height: 160px;
197
+ background: #E0E0E0;
198
+ border-top: 1px solid #BDBDBD;
199
+ border-bottom: 1px solid #BDBDBD;
200
+ display: flex;
201
+ justify-content: center;
202
+ align-items: center;
203
+ color: #757575;
204
+ font-size: 36px;
205
+ }
206
+
207
+ /* Home indicator (thin line) */
208
+ .home-indicator {
209
+ position: absolute;
210
+ bottom: 16px;
211
+ left: 50%;
212
+ transform: translateX(-50%);
213
+ width: 220px;
214
+ height: 10px;
215
+ background: #FFFFFF;
216
+ border-radius: 5px;
217
+ opacity: 0.7;
218
+ }
219
+ </style>
220
+ </head>
221
+ <body>
222
+ <div id="render-target">
223
+
224
+ <!-- Status bar -->
225
+ <div class="status-bar">
226
+ <div class="status-left">11:07</div>
227
+ <div class="status-right">
228
+ <!-- Simple wifi icon -->
229
+ <svg class="icon-wifi" width="44" height="32" viewBox="0 0 44 32">
230
+ <path d="M22 26l4 4-4 0-4 0 4-4z" fill="#ffffff"></path>
231
+ <path d="M3 10c10-8 28-8 38 0" stroke="#ffffff" stroke-width="3" fill="none" stroke-linecap="round"></path>
232
+ <path d="M8 16c7-6 21-6 28 0" stroke="#ffffff" stroke-width="3" fill="none" stroke-linecap="round"></path>
233
+ <path d="M13 20c4-3 14-3 18 0" stroke="#ffffff" stroke-width="3" fill="none" stroke-linecap="round"></path>
234
+ </svg>
235
+ <!-- Simple battery icon -->
236
+ <svg class="icon-battery" width="52" height="28" viewBox="0 0 52 28">
237
+ <rect x="1" y="4" width="44" height="20" rx="4" stroke="#ffffff" stroke-width="3" fill="none"></rect>
238
+ <rect x="6" y="8" width="30" height="12" rx="2" fill="#ffffff"></rect>
239
+ <rect x="46" y="10" width="5" height="8" rx="2" fill="#ffffff"></rect>
240
+ </svg>
241
+ </div>
242
+ </div>
243
+
244
+ <!-- Header brand row -->
245
+ <div class="header">
246
+ <svg class="menu-icon" viewBox="0 0 72 72">
247
+ <rect x="8" y="16" width="56" height="6" rx="3" fill="#ffffff"></rect>
248
+ <rect x="8" y="33" width="56" height="6" rx="3" fill="#ffffff"></rect>
249
+ <rect x="8" y="50" width="56" height="6" rx="3" fill="#ffffff"></rect>
250
+ </svg>
251
+ <div class="app-title">MyRecorder</div>
252
+ <div class="pro-pill">Pro</div>
253
+ </div>
254
+
255
+ <!-- Tabs -->
256
+ <div class="tabs">
257
+ <div class="tab active">RECORD</div>
258
+ <div class="tab">LISTEN</div>
259
+ </div>
260
+
261
+ <!-- Timer section -->
262
+ <div class="timer-wrap">
263
+ <div class="timer">00:28:20</div>
264
+ <div class="paused">Paused</div>
265
+ </div>
266
+
267
+ <div class="dark-band"></div>
268
+
269
+ <!-- Waveform -->
270
+ <div class="waveform"></div>
271
+
272
+ <!-- Controls -->
273
+ <div class="controls">
274
+ <div class="btn dark">
275
+ <!-- X icon -->
276
+ <svg width="72" height="72" viewBox="0 0 72 72">
277
+ <path d="M18 18 L54 54 M54 18 L18 54" stroke="#ffffff" stroke-width="8" stroke-linecap="round"></path>
278
+ </svg>
279
+ </div>
280
+
281
+ <div class="btn main">
282
+ <!-- Mic icon -->
283
+ <svg width="110" height="110" viewBox="0 0 64 64">
284
+ <rect x="22" y="10" width="20" height="28" rx="10" fill="#ffffff"></rect>
285
+ <path d="M16 32c0 10 8 18 16 18s16-8 16-18" stroke="#ffffff" stroke-width="6" fill="none" stroke-linecap="round"></path>
286
+ <path d="M32 50v8" stroke="#ffffff" stroke-width="6" stroke-linecap="round"></path>
287
+ <path d="M22 58h20" stroke="#ffffff" stroke-width="6" stroke-linecap="round"></path>
288
+ </svg>
289
+ </div>
290
+
291
+ <div class="btn confirm">
292
+ <!-- Check icon -->
293
+ <svg width="72" height="72" viewBox="0 0 72 72">
294
+ <path d="M16 38l12 12 28-28" stroke="#ffffff" stroke-width="8" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
295
+ </svg>
296
+ </div>
297
+ </div>
298
+
299
+ <div class="control-labels">
300
+ <div class="label">Discard</div>
301
+ <div class="label"></div>
302
+ <div class="label">Save</div>
303
+ </div>
304
+
305
+ <!-- Ad banner placeholder -->
306
+ <div class="ad-banner">[IMG: Ad banner - groceries]</div>
307
+
308
+ <!-- Home indicator -->
309
+ <div class="home-indicator"></div>
310
+
311
+ </div>
312
+ </body>
313
+ </html>
code/20163/20163_1.html ADDED
@@ -0,0 +1,232 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>MyRecorder - Save Recording</title>
6
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
7
+ <style>
8
+ body { margin:0; padding:0; background:transparent; font-family: "Segoe UI", Roboto, system-ui, -apple-system, Arial, sans-serif; }
9
+ #render-target {
10
+ width:1080px; height:2400px; position:relative; overflow:hidden;
11
+ background:#0b0b0b; color:#e9e9e9;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar{
16
+ position:absolute; top:0; left:0; width:100%; height:100px;
17
+ color:#fff; font-size:36px; line-height:100px; padding:0 36px;
18
+ }
19
+ .status-left{ position:absolute; left:36px; top:0; display:flex; align-items:center; gap:22px; height:100%; }
20
+ .status-right{ position:absolute; right:36px; top:0; display:flex; align-items:center; gap:26px; height:100%; }
21
+ .status-icon svg{ width:36px; height:36px; fill:#fff; opacity:0.9; }
22
+
23
+ /* App bar */
24
+ .appbar{
25
+ position:absolute; top:120px; left:0; width:100%; height:120px; padding:0 36px;
26
+ display:flex; align-items:center; gap:26px;
27
+ }
28
+ .hamburger svg{ width:60px; height:60px; fill:#d0d0d0; opacity:0.9; }
29
+ .title{ font-size:66px; font-weight:600; color:#dcdcdc; }
30
+ .pro-badge{
31
+ margin-left:auto; background:linear-gradient(135deg,#ff7a59,#b3392d);
32
+ color:#fff; font-weight:700; font-size:36px; padding:12px 22px; border-radius:16px; opacity:0.9;
33
+ }
34
+
35
+ /* Tabs */
36
+ .tabs{ position:absolute; top:270px; left:36px; display:flex; gap:120px; align-items:center; }
37
+ .tab{ font-size:42px; letter-spacing:2px; color:#777; }
38
+ .tab.active{ color:#b2436a; font-weight:700; }
39
+ .tab.active::after{
40
+ content:""; display:block; width:140px; height:4px; margin-top:16px;
41
+ background:#b2436a; border-radius:2px;
42
+ }
43
+
44
+ /* Timer */
45
+ .timer{
46
+ position:absolute; top:560px; left:0; width:100%; text-align:center;
47
+ }
48
+ .time-text{ font-size:160px; color:#9b9b9b; letter-spacing:6px; font-weight:600; }
49
+ .paused{ margin-top:18px; font-size:44px; color:#b2436a; }
50
+
51
+ /* Decorative side waves behind modal */
52
+ .wave-left, .wave-right{
53
+ position:absolute; top:980px; width:40px; height:420px; background:linear-gradient(180deg,#3a3a3a 0,#2a2a2a 100%);
54
+ border-radius:8px; opacity:0.45;
55
+ }
56
+ .wave-left{ left:0; }
57
+ .wave-right{ right:0; }
58
+
59
+ /* Modal */
60
+ .modal{
61
+ position:absolute; left:70px; right:70px; top:980px;
62
+ background:#262626; border-radius:26px; box-shadow:0 18px 60px rgba(0,0,0,0.6);
63
+ padding:40px 46px 46px; color:#fff;
64
+ }
65
+ .modal h2{ margin:0 0 28px; text-align:center; font-size:58px; font-weight:700; }
66
+ .field{ margin:24px 0; }
67
+ .label{ font-size:32px; color:#bdbdbd; margin-bottom:16px; }
68
+ .input{
69
+ height:120px; border:1px solid #4e4e4e; border-radius:18px; background:#2d2d2d; color:#eaeaea;
70
+ font-size:44px; padding:28px; display:flex; align-items:center; justify-content:space-between;
71
+ }
72
+ .dropdown-arrow{
73
+ width:0; height:0; border-left:16px solid transparent; border-right:16px solid transparent;
74
+ border-top:22px solid #bdbdbd; margin-left:20px;
75
+ }
76
+ .modal-actions{ display:flex; gap:36px; margin-top:40px; }
77
+ .btn{
78
+ flex:1; height:120px; border-radius:22px; font-size:46px; font-weight:700; letter-spacing:2px;
79
+ display:flex; align-items:center; justify-content:center; cursor:default;
80
+ }
81
+ .btn-cancel{ background:#2f2f2f; color:#ff477a; }
82
+ .btn-save{ background:#ff477a; color:#fff; }
83
+
84
+ /* Bottom controls (behind modal) */
85
+ .controls{
86
+ position:absolute; bottom:380px; left:0; width:100%; display:flex; align-items:center; justify-content:center; gap:160px;
87
+ }
88
+ .circle{
89
+ width:170px; height:170px; border-radius:50%; background:#2b2b2b; display:flex; align-items:center; justify-content:center;
90
+ box-shadow:0 10px 18px rgba(0,0,0,0.45);
91
+ }
92
+ .circle.large{
93
+ width:220px; height:220px;
94
+ background:radial-gradient(circle at 30% 30%, #ffbc70 0%, #ff5a7a 55%, #c23a5b 100%);
95
+ }
96
+ .control-label{ text-align:center; margin-top:22px; font-size:36px; color:#8c8c8c; }
97
+ .icon svg{ width:72px; height:72px; fill:#fff; }
98
+
99
+ .circle.red{ background:#ba3a4e; }
100
+ .circle.gray{ background:#3a3a3a; }
101
+
102
+ /* Ad banner placeholder */
103
+ .ad{
104
+ position:absolute; bottom:140px; left:0; width:100%; height:120px;
105
+ background:#E0E0E0; border-top:1px solid #BDBDBD; border-bottom:1px solid #BDBDBD;
106
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:38px;
107
+ }
108
+
109
+ /* Home indicator */
110
+ .home-indicator{
111
+ position:absolute; bottom:46px; left:50%; transform:translateX(-50%);
112
+ width:280px; height:14px; background:#ffffff; border-radius:7px; opacity:0.9;
113
+ }
114
+ </style>
115
+ </head>
116
+ <body>
117
+ <div id="render-target">
118
+
119
+ <!-- Status bar -->
120
+ <div class="status-bar">
121
+ <div class="status-left">
122
+ <div>11:07</div>
123
+ <div class="status-icon">
124
+ <!-- moon icon -->
125
+ <svg viewBox="0 0 24 24"><path d="M12 2a9 9 0 0 0 0 18c4.4 0 8-3.6 8-8 0-2.3-1-4.5-2.7-6 1.1 4.8-2.5 9-7.3 9A7 7 0 0 1 12 2z"/></svg>
126
+ </div>
127
+ <div class="status-icon">
128
+ <!-- search icon -->
129
+ <svg viewBox="0 0 24 24"><path d="M15.5 14h.8l4.7 4.7-1.5 1.5-4.7-4.7v-.8l-.3-.3a6.5 6.5 0 1 1 .3.3zM6.5 10a3.5 3.5 0 1 0 7 0 3.5 3.5 0 0 0-7 0z"/></svg>
130
+ </div>
131
+ <div class="status-icon">
132
+ <!-- play icon (triangle) -->
133
+ <svg viewBox="0 0 24 24"><path d="M8 5v14l11-7z"/></svg>
134
+ </div>
135
+ <div class="status-icon">
136
+ <!-- square dot -->
137
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="3"/></svg>
138
+ </div>
139
+ </div>
140
+ <div class="status-right">
141
+ <div class="status-icon">
142
+ <!-- wifi -->
143
+ <svg viewBox="0 0 24 24"><path d="M2 8C6 5 10 4 12 4s6 1 10 4l-2 2C17 7 13 6 12 6s-5 1-8 4L2 8zm4 4c3-2 6-2 6-2s3 0 6 2l-2 2c-2-1-4-1-4-1s-2 0-4 1l-2-2zm4 4 2 2 2-2-2-2-2 2z"/></svg>
144
+ </div>
145
+ <div class="status-icon">
146
+ <!-- battery -->
147
+ <svg viewBox="0 0 28 24"><rect x="3" y="6" width="20" height="12" rx="2" fill="#fff"/><rect x="23" y="10" width="3" height="4" rx="1" fill="#fff"/></svg>
148
+ </div>
149
+ </div>
150
+ </div>
151
+
152
+ <!-- App bar -->
153
+ <div class="appbar">
154
+ <div class="hamburger">
155
+ <svg viewBox="0 0 24 24"><path d="M3 6h18v2H3zm0 5h18v2H3zm0 5h18v2H3z"/></svg>
156
+ </div>
157
+ <div class="title">MyRecorder</div>
158
+ <div class="pro-badge">Pro</div>
159
+ </div>
160
+
161
+ <!-- Tabs -->
162
+ <div class="tabs">
163
+ <div class="tab active">RECORD</div>
164
+ <div class="tab">LISTEN</div>
165
+ </div>
166
+
167
+ <!-- Timer -->
168
+ <div class="timer">
169
+ <div class="time-text">00:28:20</div>
170
+ <div class="paused">Paused</div>
171
+ </div>
172
+
173
+ <!-- Decorative waves behind modal -->
174
+ <div class="wave-left"></div>
175
+ <div class="wave-right"></div>
176
+
177
+ <!-- Modal: Save Recording -->
178
+ <div class="modal">
179
+ <h2>Save Recording</h2>
180
+
181
+ <div class="field">
182
+ <div class="label">Name</div>
183
+ <div class="input">MyRec_1214_1107</div>
184
+ </div>
185
+
186
+ <div class="field">
187
+ <div class="label">Tag</div>
188
+ <div class="input">
189
+ <span style="opacity:0.7">Tag</span>
190
+ <div class="dropdown-arrow"></div>
191
+ </div>
192
+ </div>
193
+
194
+ <div class="modal-actions">
195
+ <div class="btn btn-cancel">CANCEL</div>
196
+ <div class="btn btn-save">SAVE</div>
197
+ </div>
198
+ </div>
199
+
200
+ <!-- Controls (behind modal) -->
201
+ <div class="controls">
202
+ <div>
203
+ <div class="circle gray icon">
204
+ <!-- X icon -->
205
+ <svg viewBox="0 0 24 24"><path d="M6 6l12 12M18 6L6 18" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
206
+ </div>
207
+ <div class="control-label">Discard</div>
208
+ </div>
209
+ <div>
210
+ <div class="circle large icon">
211
+ <!-- Mic icon -->
212
+ <svg viewBox="0 0 24 24"><path d="M12 3a3 3 0 0 1 3 3v6a3 3 0 1 1-6 0V6a3 3 0 0 1 3-3zm-6 9a6 6 0 0 0 12 0h2a8 8 0 0 1-7 7v2h-2v-2a8 8 0 0 1-7-7h2z"/></svg>
213
+ </div>
214
+ </div>
215
+ <div>
216
+ <div class="circle red icon">
217
+ <!-- Check icon -->
218
+ <svg viewBox="0 0 24 24"><path d="M20 6 9 17l-5-5" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
219
+ </div>
220
+ <div class="control-label">Save</div>
221
+ </div>
222
+ </div>
223
+
224
+ <!-- Ad banner placeholder -->
225
+ <div class="ad">[IMG: Ad Banner]</div>
226
+
227
+ <!-- Home indicator -->
228
+ <div class="home-indicator"></div>
229
+
230
+ </div>
231
+ </body>
232
+ </html>
code/20163/20163_2.html ADDED
@@ -0,0 +1,226 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>MyRecorder - Save Recording</title>
6
+ <style>
7
+ body { margin:0; padding:0; background:transparent; }
8
+ #render-target {
9
+ width:1080px; height:2400px; position:relative; overflow:hidden;
10
+ background:#0f0f12; border-radius:40px;
11
+ box-shadow:0 30px 80px rgba(0,0,0,0.6);
12
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
13
+ color:#ededed;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position:absolute; top:16px; left:24px; right:24px; height:60px;
19
+ display:flex; align-items:center; justify-content:space-between;
20
+ color:#f5f5f5; font-size:32px; letter-spacing:0.5px;
21
+ }
22
+ .status-icons { display:flex; align-items:center; gap:18px; }
23
+ .status-icons .dot { width:16px; height:16px; border-radius:50%; background:#d7d7d7; opacity:.8; }
24
+ .battery {
25
+ width:34px; height:18px; border:2px solid #d7d7d7; border-radius:4px; position:relative;
26
+ }
27
+ .battery::after { content:""; position:absolute; right:-6px; top:4px; width:4px; height:10px; background:#d7d7d7; border-radius:1px; }
28
+ .battery .level { position:absolute; left:2px; top:2px; height:12px; width:20px; background:#d7d7d7; }
29
+
30
+ /* App bar */
31
+ .app-bar {
32
+ position:absolute; top:90px; left:24px; right:24px; height:100px;
33
+ display:flex; align-items:center; gap:18px;
34
+ }
35
+ .hamburger {
36
+ width:48px; height:48px; display:flex; align-items:center; justify-content:center;
37
+ border-radius:12px;
38
+ }
39
+ .app-title { font-size:46px; font-weight:600; color:#e9e9ea; letter-spacing:0.3px; }
40
+ .spacer { flex:1; }
41
+ .pro-pill {
42
+ padding:10px 18px; border-radius:14px;
43
+ background:linear-gradient(135deg,#ffb05a,#ff5a5a);
44
+ color:#1a1a1a; font-weight:700; font-size:28px;
45
+ }
46
+
47
+ /* Tabs */
48
+ .tabs {
49
+ position:absolute; top:200px; left:24px; right:24px; height:70px;
50
+ display:flex; align-items:flex-end; gap:40px;
51
+ }
52
+ .tab {
53
+ font-size:32px; font-weight:600; color:#8b8b8d; padding-bottom:10px;
54
+ }
55
+ .tab.active { color:#ff4f84; position:relative; }
56
+ .tab.active::after {
57
+ content:""; position:absolute; bottom:-2px; left:0; width:110px; height:4px; background:#ff4f84; border-radius:2px;
58
+ }
59
+
60
+ /* Modal */
61
+ .modal {
62
+ position:absolute; left:90px; top:430px; width:900px;
63
+ background:#1a1a1d; border-radius:26px; box-shadow:0 20px 60px rgba(0,0,0,.6);
64
+ padding:40px;
65
+ }
66
+ .modal-title { font-size:48px; font-weight:700; margin-bottom:26px; color:#f0f0f0; }
67
+ .field-label { font-size:26px; color:#d66a88; margin:10px 0 12px; }
68
+ .input {
69
+ height:110px; border:1px solid #3b3b3f; border-radius:14px; background:#151516;
70
+ display:flex; align-items:center; padding:0 24px; font-size:40px; color:#ffffff;
71
+ position:relative;
72
+ }
73
+ .caret {
74
+ position:absolute; left:520px; top:18px; width:4px; height:60px; background:#b07cff;
75
+ }
76
+ .caret::after {
77
+ content:""; position:absolute; bottom:-22px; left:-16px; width:36px; height:36px;
78
+ background:#b07cff; border-radius:50%;
79
+ }
80
+ .dropdown {
81
+ height:100px; border:1px solid #3b3b3f; border-radius:14px; background:#151516;
82
+ display:flex; align-items:center; justify-content:space-between;
83
+ padding:0 24px; font-size:34px; color:#9c9ca0; margin-top:24px;
84
+ }
85
+ .buttons {
86
+ display:flex; justify-content:space-between; align-items:center; gap:24px;
87
+ margin-top:36px;
88
+ }
89
+ .btn {
90
+ height:116px; border-radius:18px; display:flex; align-items:center; justify-content:center;
91
+ font-size:36px; font-weight:700; letter-spacing:1px;
92
+ box-shadow:0 10px 24px rgba(0,0,0,.4);
93
+ }
94
+ .btn.cancel { flex:1; background:#2a2a2d; color:#ff4f84; }
95
+ .btn.save { flex:1; background:#ff4f84; color:#ffffff; }
96
+
97
+ /* Waveform */
98
+ .waveform {
99
+ position:absolute; left:0; top:1210px; width:1080px; height:130px;
100
+ background:
101
+ linear-gradient(#2a2a2d,#2a2a2d) padding-box,
102
+ repeating-linear-gradient(to right, transparent 0 8px, rgba(255,79,132,0.8) 8px 12px, transparent 12px 22px) border-box;
103
+ border-top:1px solid #272729; border-bottom:1px solid #272729;
104
+ }
105
+ .waveform::after{
106
+ content:""; position:absolute; left:24px; right:24px; top:56px; height:18px;
107
+ background:repeating-linear-gradient(to right, #ff4f84 0 6px, transparent 6px 16px);
108
+ opacity:.9; border-radius:10px;
109
+ }
110
+
111
+ /* Keyboard mock */
112
+ .keyboard {
113
+ position:absolute; left:0; bottom:0; width:1080px; height:930px;
114
+ background:#171718; border-top:1px solid #272729; padding:22px 18px;
115
+ box-sizing:border-box;
116
+ }
117
+ .kb-top { display:flex; align-items:center; gap:26px; height:70px; margin-bottom:16px; }
118
+ .kb-top .icon { width:56px; height:56px; border-radius:12px; background:#222327; display:flex; align-items:center; justify-content:center; }
119
+ .kb-top .icon span { width:28px; height:28px; border-radius:50%; background:#d0d0d0; opacity:.8; }
120
+ .row { display:flex; gap:12px; justify-content:center; margin:12px 0; }
121
+ .key {
122
+ width:88px; height:118px; background:#222327; border-radius:16px; color:#f0f0f0;
123
+ display:flex; align-items:center; justify-content:center; font-size:40px; box-shadow: inset 0 -4px 0 rgba(255,255,255,0.02);
124
+ }
125
+ .key.wide { width:138px; }
126
+ .space { flex:1; height:118px; background:#222327; border-radius:16px; }
127
+ .return { width:150px; height:118px; background:#b9d8ff; border-radius:60px; color:#0c223c; font-weight:700; }
128
+ .emoji { width:118px; height:118px; background:#222327; border-radius:16px; font-size:38px; }
129
+ .backspace { width:118px; height:118px; background:#222327; border-radius:16px; }
130
+ .period { width:118px; height:118px; background:#222327; border-radius:16px; font-size:46px; }
131
+ </style>
132
+ </head>
133
+ <body>
134
+ <div id="render-target">
135
+
136
+ <div class="status-bar">
137
+ <div>11:08</div>
138
+ <div class="status-icons">
139
+ <div class="dot"></div>
140
+ <div class="dot"></div>
141
+ <div class="dot"></div>
142
+ <div class="battery"><div class="level"></div></div>
143
+ </div>
144
+ </div>
145
+
146
+ <div class="app-bar">
147
+ <div class="hamburger">
148
+ <svg width="36" height="26" viewBox="0 0 36 26">
149
+ <rect x="2" y="3" width="32" height="3" fill="#e6e6e8"></rect>
150
+ <rect x="2" y="11" width="26" height="3" fill="#e6e6e8"></rect>
151
+ <rect x="2" y="19" width="20" height="3" fill="#e6e6e8"></rect>
152
+ </svg>
153
+ </div>
154
+ <div class="app-title">MyRecorder</div>
155
+ <div class="spacer"></div>
156
+ <div class="pro-pill">Pro</div>
157
+ </div>
158
+
159
+ <div class="tabs">
160
+ <div class="tab active">RECORD</div>
161
+ <div class="tab">LISTEN</div>
162
+ </div>
163
+
164
+ <div class="modal">
165
+ <div class="modal-title">Save Recording</div>
166
+
167
+ <div class="field-label">Name</div>
168
+ <div class="input">
169
+ MyRec_1214_1107
170
+ <div class="caret"></div>
171
+ </div>
172
+
173
+ <div class="dropdown">
174
+ <span>Tag</span>
175
+ <svg width="36" height="20" viewBox="0 0 36 20">
176
+ <path d="M8 6 L18 16 L28 6" fill="none" stroke="#bfbfc3" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"></path>
177
+ </svg>
178
+ </div>
179
+
180
+ <div class="buttons">
181
+ <div class="btn cancel">CANCEL</div>
182
+ <div class="btn save">SAVE</div>
183
+ </div>
184
+ </div>
185
+
186
+ <div class="waveform"></div>
187
+
188
+ <div class="keyboard">
189
+ <div class="kb-top">
190
+ <div class="icon"><span></span></div>
191
+ <div class="icon"><span></span></div>
192
+ <div class="icon"><span></span></div>
193
+ <div class="icon"><span></span></div>
194
+ <div class="icon"><span></span></div>
195
+ </div>
196
+
197
+ <div class="row">
198
+ <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>
199
+ <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>
200
+ </div>
201
+ <div class="row">
202
+ <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>
203
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
204
+ </div>
205
+ <div class="row">
206
+ <div class="key wide">โ‡ง</div>
207
+ <div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div><div class="key">b</div><div class="key">n</div><div class="key">m</div>
208
+ <div class="backspace">
209
+ <svg width="42" height="42" viewBox="0 0 42 42">
210
+ <path d="M12 21 L20 13 M12 21 L20 29 M20 13 L30 13 L30 29 L20 29" stroke="#e6e6e8" stroke-width="3" fill="none" stroke-linecap="round"></path>
211
+ </svg>
212
+ </div>
213
+ </div>
214
+ <div class="row">
215
+ <div class="key wide">?123</div>
216
+ <div class="emoji">โ˜บ</div>
217
+ <div class="key">,</div>
218
+ <div class="space"></div>
219
+ <div class="period">.</div>
220
+ <div class="return">โ†ฒ</div>
221
+ </div>
222
+ </div>
223
+
224
+ </div>
225
+ </body>
226
+ </html>
code/20163/20163_3.html ADDED
@@ -0,0 +1,245 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>MyRecorder - Save Recording</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; position:relative; overflow:hidden;
11
+ background:#0b0b0b; border-radius:24px; box-shadow:0 30px 80px rgba(0,0,0,0.35);
12
+ color:#e8e8e8;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ position:absolute; top:0; left:0; width:100%; height:110px; padding:0 36px;
18
+ display:flex; align-items:center; justify-content:space-between; color:#fff;
19
+ }
20
+ .status-left { display:flex; align-items:center; gap:18px; font-weight:600; font-size:44px; }
21
+ .status-right { display:flex; align-items:center; gap:22px; }
22
+ .icon-dot { width:12px; height:12px; background:#fff; border-radius:50%; opacity:0.9; }
23
+ .icon-battery { width:60px; height:28px; border:3px solid #fff; border-radius:6px; position:relative; }
24
+ .icon-battery::after { content:""; position:absolute; right:-10px; top:7px; width:8px; height:14px; background:#fff; border-radius:2px; }
25
+ .icon-battery .level { position:absolute; left:2px; top:2px; height:20px; width:38px; background:#fff; }
26
+
27
+ /* App header */
28
+ .app-bar { position:absolute; top:110px; left:0; right:0; height:120px; padding:0 36px; display:flex; align-items:center; }
29
+ .hamburger { width:68px; height:68px; display:flex; align-items:center; justify-content:center; margin-right:22px; }
30
+ .hamburger svg { width:48px; height:48px; }
31
+ .title { font-size:58px; font-weight:700; color:#f3f3f3; letter-spacing:0.5px; }
32
+ .pro-pill {
33
+ margin-left:auto; padding:12px 22px; border-radius:16px;
34
+ background:linear-gradient(135deg,#ff9f4a,#ff4d5a); color:#fff; font-weight:700; font-size:34px;
35
+ }
36
+
37
+ /* Tabs */
38
+ .tabs { position:absolute; top:230px; left:0; right:0; height:120px; display:flex; gap:60px; padding:0 36px; align-items:flex-end; }
39
+ .tab { font-size:42px; letter-spacing:1px; color:#a3a3a3; padding-bottom:24px; }
40
+ .tab.active { color:#ff4f8f; position:relative; }
41
+ .tab.active::after {
42
+ content:""; position:absolute; left:0; bottom:10px; width:170px; height:6px;
43
+ background:#ff4f8f; border-radius:3px;
44
+ }
45
+
46
+ /* Dimming overlay behind modal */
47
+ .dim { position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.45); }
48
+
49
+ /* Modal card */
50
+ .modal {
51
+ position:absolute; left:50%; top:560px; transform:translateX(-50%);
52
+ width:920px; background:#1d1e20; border-radius:28px; box-shadow:0 20px 80px rgba(0,0,0,0.6);
53
+ padding:54px; color:#fff;
54
+ }
55
+ .modal h2 { margin:0 0 40px 0; font-size:56px; font-weight:700; text-align:center; }
56
+ .field { margin-bottom:36px; }
57
+ .label { font-size:34px; color:#bbbbbb; margin-bottom:18px; }
58
+ .input {
59
+ position:relative; height:120px; border:2px solid #3a3a3a; border-radius:16px;
60
+ background:#121314; display:flex; align-items:center; padding:0 24px; font-size:40px; color:#e9e9e9;
61
+ }
62
+ .input .count { position:absolute; right:22px; bottom:12px; font-size:28px; color:#a9a9a9; }
63
+ .caret {
64
+ display:inline-block; width:3px; height:48px; background:#ff5b93; margin-left:6px; vertical-align:middle;
65
+ animation:blink 1s steps(1) infinite;
66
+ }
67
+ @keyframes blink { 50% { opacity:0; } }
68
+
69
+ .dropdown-arrow {
70
+ position:absolute; right:22px; top:50%; transform:translateY(-50%);
71
+ width:40px; height:40px;
72
+ }
73
+ .dropdown-arrow svg { width:100%; height:100%; }
74
+ .actions { display:flex; justify-content:space-between; margin-top:34px; }
75
+ .btn {
76
+ height:120px; border-radius:18px; display:flex; align-items:center; justify-content:center;
77
+ font-size:44px; font-weight:700; letter-spacing:1px; width:400px;
78
+ }
79
+ .btn.cancel { background:#2b2b2d; color:#ff4f8f; }
80
+ .btn.save { background:#ff4f8f; color:#fff; }
81
+
82
+ /* Waveform */
83
+ .wave-wrapper { position:absolute; left:0; right:0; top:1060px; height:160px; display:flex; align-items:center; justify-content:center; }
84
+ .waveform { width:1000px; height:120px; display:flex; align-items:flex-end; justify-content:center; gap:6px; }
85
+ .bar { width:8px; background:#808080; border-radius:4px; opacity:0.9; }
86
+ .bar:nth-child(5n+1) { height:28px; }
87
+ .bar:nth-child(5n+2) { height:56px; }
88
+ .bar:nth-child(5n+3) { height:92px; }
89
+ .bar:nth-child(5n+4) { height:48px; }
90
+ .bar:nth-child(5n+5) { height:70px; }
91
+
92
+ /* Keyboard mock */
93
+ .keyboard {
94
+ position:absolute; left:0; bottom:0; width:100%; height:950px; background:#121213; border-top-left-radius:24px; border-top-right-radius:24px;
95
+ box-shadow:0 -10px 40px rgba(0,0,0,0.5);
96
+ }
97
+ .kb-toolbar { height:120px; display:flex; align-items:center; gap:40px; padding:0 40px; border-bottom:1px solid #2a2a2a; }
98
+ .tool { width:84px; height:84px; border-radius:18px; background:#1e1f22; display:flex; align-items:center; justify-content:center; color:#cfcfcf; font-size:36px; }
99
+ .keys { padding:30px 30px 20px; }
100
+ .row { display:grid; grid-auto-columns:minmax(0,1fr); grid-auto-flow:column; gap:18px; margin-bottom:24px; align-items:center; }
101
+ .key {
102
+ height:132px; background:#2b2c2f; color:#f5f5f5; border-radius:22px; display:flex; align-items:center; justify-content:center;
103
+ font-size:46px; font-weight:600;
104
+ }
105
+ .key.small { width:180px; }
106
+ .key.icon { font-size:42px; }
107
+ .enter { background:#bcd8f9; color:#0b1a2b; border-radius:50px; }
108
+ .space { grid-column:span 6; }
109
+ .emoji { width:160px; }
110
+ .n123 { width:180px; }
111
+ .mic { width:160px; }
112
+ .comma { width:160px; }
113
+ .period { width:160px; }
114
+ .backspace { width:180px; }
115
+ .shift { width:180px; }
116
+
117
+ /* Hamburger lines color */
118
+ .line { stroke:#eaeaea; stroke-width:8; stroke-linecap:round; }
119
+ </style>
120
+ </head>
121
+ <body>
122
+ <div id="render-target">
123
+
124
+ <!-- Status Bar -->
125
+ <div class="status-bar">
126
+ <div class="status-left">
127
+ <div>11:08</div>
128
+ <span class="icon-dot"></span>
129
+ <span class="icon-dot"></span>
130
+ </div>
131
+ <div class="status-right">
132
+ <div class="icon-dot" style="width:22px; height:22px;"></div>
133
+ <div class="icon-dot" style="width:22px; height:22px;"></div>
134
+ <div class="icon-battery"><div class="level"></div></div>
135
+ </div>
136
+ </div>
137
+
138
+ <!-- App Bar -->
139
+ <div class="app-bar">
140
+ <div class="hamburger">
141
+ <svg viewBox="0 0 48 48">
142
+ <path class="line" d="M6 10 H42"/>
143
+ <path class="line" d="M6 24 H42"/>
144
+ <path class="line" d="M6 38 H42"/>
145
+ </svg>
146
+ </div>
147
+ <div class="title">MyRecorder</div>
148
+ <div class="pro-pill">Pro</div>
149
+ </div>
150
+
151
+ <!-- Tabs -->
152
+ <div class="tabs">
153
+ <div class="tab active">RECORD</div>
154
+ <div class="tab">LISTEN</div>
155
+ </div>
156
+
157
+ <!-- Dim overlay -->
158
+ <div class="dim"></div>
159
+
160
+ <!-- Modal Card -->
161
+ <div class="modal">
162
+ <h2>Save Recording</h2>
163
+
164
+ <div class="field">
165
+ <div class="label">Name</div>
166
+ <div class="input">
167
+ <span>MyRec_1214_1107</span><span class="caret"></span>
168
+ <span class="count">15/50</span>
169
+ </div>
170
+ </div>
171
+
172
+ <div class="field">
173
+ <div class="input">
174
+ <span style="color:#999;">Tag</span>
175
+ <div class="dropdown-arrow">
176
+ <svg viewBox="0 0 24 24">
177
+ <path d="M4 8 L12 16 L20 8" fill="none" stroke="#bdbdbd" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
178
+ </svg>
179
+ </div>
180
+ </div>
181
+ </div>
182
+
183
+ <div class="actions">
184
+ <div class="btn cancel">CANCEL</div>
185
+ <div class="btn save">SAVE</div>
186
+ </div>
187
+ </div>
188
+
189
+ <!-- Waveform -->
190
+ <div class="wave-wrapper">
191
+ <div class="waveform">
192
+ <!-- 80 bars -->
193
+ <div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div>
194
+ <div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div>
195
+ <div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div>
196
+ <div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div>
197
+ <div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div>
198
+ <div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div>
199
+ <div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div>
200
+ <div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div>
201
+ <div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div>
202
+ <div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div>
203
+ <div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div>
204
+ <div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div>
205
+ <div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div>
206
+ <div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div>
207
+ <div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div>
208
+ </div>
209
+ </div>
210
+
211
+ <!-- Keyboard -->
212
+ <div class="keyboard">
213
+ <div class="kb-toolbar">
214
+ <div class="tool">GIF</div>
215
+ <div class="tool">โš™๏ธ</div>
216
+ <div class="tool">Gโ†”๏ธ</div>
217
+ <div class="tool">๐ŸŽจ</div>
218
+ <div class="tool">๐ŸŽ™๏ธ</div>
219
+ </div>
220
+ <div class="keys">
221
+ <div class="row">
222
+ <div class="key">q</div><div class="key">w</div><div class="key">e</div><div class="key">r</div><div class="key">t</div>
223
+ <div class="key">y</div><div class="key">u</div><div class="key">i</div><div class="key">o</div><div class="key">p</div>
224
+ </div>
225
+ <div class="row">
226
+ <div class="key">a</div><div class="key">s</div><div class="key">d</div><div class="key">f</div><div class="key">g</div>
227
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div><div class="key backspace">โŒซ</div>
228
+ </div>
229
+ <div class="row">
230
+ <div class="key shift">โ‡ง</div>
231
+ <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>
232
+ <div class="key">n</div><div class="key">m</div><div class="key comma">,</div><div class="key period">.</div>
233
+ </div>
234
+ <div class="row">
235
+ <div class="key n123">?123</div>
236
+ <div class="key emoji">๐Ÿ˜Š</div>
237
+ <div class="key space" style="background:#2b2c2f;"> </div>
238
+ <div class="key enter">โ†ต</div>
239
+ </div>
240
+ </div>
241
+ </div>
242
+
243
+ </div>
244
+ </body>
245
+ </html>
code/20163/20163_4.html ADDED
@@ -0,0 +1,273 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>MyRecorder - Save Recording</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: #0d0d0f;
13
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
14
+ color: #eaeaea;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute; top: 0; left: 0;
20
+ width: 100%; height: 80px;
21
+ display: flex; align-items: center; justify-content: space-between;
22
+ padding: 0 32px; color: #fff; font-weight: 600; font-size: 36px;
23
+ box-sizing: border-box;
24
+ }
25
+ .sb-right { display: flex; align-items: center; gap: 20px; }
26
+ .icon-circle { width: 16px; height: 16px; border-radius: 50%; background: #d0d0d0; opacity: 0.85; }
27
+ .battery {
28
+ width: 42px; height: 20px; border-radius: 4px; border: 2px solid #dcdcdc; position: relative;
29
+ }
30
+ .battery::after {
31
+ content: ""; position: absolute; right: -6px; top: 5px; width: 4px; height: 10px; background: #dcdcdc; border-radius: 2px;
32
+ }
33
+ .battery .level { position: absolute; left: 3px; top: 3px; height: 12px; width: 28px; background: #dcdcdc; border-radius: 2px; }
34
+
35
+ /* App bar */
36
+ .appbar {
37
+ position: absolute; top: 80px; left: 0; width: 100%; height: 140px;
38
+ display: flex; align-items: center; padding: 0 32px; box-sizing: border-box;
39
+ }
40
+ .hamburger {
41
+ width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; margin-right: 16px;
42
+ }
43
+ .hamburger svg { width: 48px; height: 48px; }
44
+ .title { font-size: 48px; font-weight: 700; color: #e6e6e6; letter-spacing: 0.3px; }
45
+ .spacer { flex: 1; }
46
+ .pro-badge {
47
+ padding: 10px 18px; border-radius: 14px;
48
+ background: linear-gradient(135deg, #ff9a3d, #ff4f86);
49
+ font-weight: 700; font-size: 28px; color: #fff;
50
+ opacity: 0.95;
51
+ }
52
+
53
+ /* Tabs */
54
+ .tabs {
55
+ position: absolute; top: 220px; left: 0; width: 100%; height: 92px;
56
+ display: flex; align-items: flex-end; gap: 36px; padding: 0 48px 12px; box-sizing: border-box;
57
+ }
58
+ .tab {
59
+ font-size: 32px; font-weight: 700; color: #777; letter-spacing: 1.2px;
60
+ position: relative; padding-bottom: 16px;
61
+ }
62
+ .tab.active { color: #ff4f86; }
63
+ .tab.active::after {
64
+ content: ""; position: absolute; left: 0; bottom: 0;
65
+ width: 140px; height: 4px; background: #ff4f86; border-radius: 2px;
66
+ }
67
+
68
+ /* Modal card */
69
+ .modal {
70
+ position: absolute; left: 60px; top: 320px;
71
+ width: 960px; background: #242426;
72
+ border-radius: 28px;
73
+ box-shadow: 0 20px 60px rgba(0,0,0,0.6);
74
+ padding: 40px 48px 48px; box-sizing: border-box;
75
+ }
76
+ .modal-title {
77
+ width: 100%; text-align: center; font-size: 56px; font-weight: 800; color: #f2f2f2; margin: 8px 0 32px;
78
+ }
79
+
80
+ .field {
81
+ margin: 22px 0;
82
+ }
83
+ .label {
84
+ font-size: 28px; color: #ff4f86; margin-bottom: 12px;
85
+ }
86
+ .input-wrap {
87
+ position: relative; border: 2px solid #404043; border-radius: 14px;
88
+ background: #262628; height: 120px; display: flex; align-items: center; padding: 0 24px; box-sizing: border-box;
89
+ }
90
+ .input {
91
+ flex: 1; background: transparent; border: none; outline: none; color: #f0f0f0;
92
+ font-size: 36px;
93
+ }
94
+ .counter {
95
+ position: absolute; right: 16px; bottom: 12px; font-size: 26px; color: #bdbdbd;
96
+ }
97
+ .dropdown-arrow {
98
+ width: 44px; height: 44px; display: flex; align-items: center; justify-content: center;
99
+ }
100
+ .hint { color: #bfbfc2; font-size: 34px; }
101
+
102
+ /* Buttons */
103
+ .btn-row {
104
+ display: flex; gap: 32px; margin-top: 32px;
105
+ }
106
+ .btn {
107
+ height: 120px; border-radius: 18px; font-size: 38px; font-weight: 800; letter-spacing: 1px;
108
+ display: flex; align-items: center; justify-content: center; flex: 1;
109
+ }
110
+ .btn.cancel { background: #3a3a3f; color: #ff4f86; }
111
+ .btn.save { background: #ff4f86; color: #fff; }
112
+
113
+ /* Waveform */
114
+ .wave {
115
+ position: absolute; left: 0; top: 1280px; width: 100%; height: 120px;
116
+ background: repeating-linear-gradient(
117
+ to right,
118
+ rgba(255,255,255,0.06) 0px,
119
+ rgba(255,255,255,0.06) 2px,
120
+ transparent 2px,
121
+ transparent 12px
122
+ );
123
+ display: flex; align-items: center;
124
+ }
125
+ .wave::after {
126
+ content: ""; display: block; width: 100%; height: 36px;
127
+ background: linear-gradient(to top, rgba(255,255,255,0.08), rgba(255,255,255,0.0));
128
+ filter: blur(0.2px);
129
+ }
130
+
131
+ /* Keyboard mock */
132
+ .keyboard {
133
+ position: absolute; left: 0; bottom: 80px; width: 100%; height: 820px;
134
+ background: #1a1b1d; border-top: 2px solid #2a2b2e;
135
+ box-sizing: border-box; padding: 24px 28px;
136
+ }
137
+ .kb-top { display: flex; align-items: center; gap: 28px; margin-bottom: 22px; }
138
+ .kb-icon {
139
+ width: 80px; height: 76px; background: #2b2c2f; border-radius: 16px;
140
+ display: flex; align-items: center; justify-content: center; color: #ddd; font-weight: 700;
141
+ }
142
+ .key-row { display: grid; grid-template-columns: repeat(10, 1fr); gap: 14px; margin: 14px 0; }
143
+ .key {
144
+ height: 110px; background: #2b2c2f; border-radius: 18px;
145
+ display: flex; align-items: center; justify-content: center; color: #e9e9ea; font-size: 40px; font-weight: 600;
146
+ }
147
+ .key.wide { grid-column: span 2; }
148
+ .key.space { grid-column: span 5; }
149
+ .key.icon {
150
+ font-size: 34px; color: #d2d6da;
151
+ }
152
+ .enter {
153
+ background: #a8c7ff; color: #0f172a; font-weight: 800;
154
+ }
155
+
156
+ /* Home indicator */
157
+ .home-indicator {
158
+ position: absolute; left: 50%; transform: translateX(-50%);
159
+ bottom: 24px; width: 300px; height: 10px; border-radius: 6px; background: #e6e6e6; opacity: 0.8;
160
+ }
161
+
162
+ /* Subtle rounded screen edges for the modal */
163
+ .modal::after {
164
+ content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 24px;
165
+ border-radius: 0 0 28px 28px;
166
+ background: linear-gradient(to bottom, rgba(0,0,0,0.0), rgba(0,0,0,0.4));
167
+ pointer-events: none;
168
+ }
169
+ </style>
170
+ </head>
171
+ <body>
172
+ <div id="render-target">
173
+
174
+ <!-- Status bar -->
175
+ <div class="status-bar">
176
+ <div>11:08</div>
177
+ <div class="sb-right">
178
+ <!-- A few placeholder status icons -->
179
+ <div class="icon-circle"></div>
180
+ <div class="icon-circle" style="width:18px;height:18px;"></div>
181
+ <div class="icon-circle" style="width:18px;height:18px;"></div>
182
+ <div class="battery"><div class="level"></div></div>
183
+ </div>
184
+ </div>
185
+
186
+ <!-- App bar -->
187
+ <div class="appbar">
188
+ <div class="hamburger">
189
+ <svg viewBox="0 0 24 24" fill="#eaeaea">
190
+ <rect x="2" y="4" width="20" height="2" rx="1"></rect>
191
+ <rect x="2" y="11" width="20" height="2" rx="1"></rect>
192
+ <rect x="2" y="18" width="20" height="2" rx="1"></rect>
193
+ </svg>
194
+ </div>
195
+ <div class="title">MyRecorder</div>
196
+ <div class="spacer"></div>
197
+ <div class="pro-badge">Pro</div>
198
+ </div>
199
+
200
+ <!-- Tabs -->
201
+ <div class="tabs">
202
+ <div class="tab active">RECORD</div>
203
+ <div class="tab">LISTEN</div>
204
+ </div>
205
+
206
+ <!-- Modal Card -->
207
+ <div class="modal">
208
+ <div class="modal-title">Save Recording</div>
209
+
210
+ <div class="field">
211
+ <div class="label">Name</div>
212
+ <div class="input-wrap">
213
+ <input class="input" type="text" placeholder="" />
214
+ <div class="counter">0/50</div>
215
+ </div>
216
+ </div>
217
+
218
+ <div class="field">
219
+ <div class="input-wrap">
220
+ <div class="hint">Tag</div>
221
+ <div class="spacer"></div>
222
+ <div class="dropdown-arrow">
223
+ <svg viewBox="0 0 24 24" width="24" height="24" fill="#cfcfcf">
224
+ <path d="M6 9l6 6 6-6" stroke="#cfcfcf" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
225
+ </svg>
226
+ </div>
227
+ </div>
228
+ </div>
229
+
230
+ <div class="btn-row">
231
+ <div class="btn cancel">CANCEL</div>
232
+ <div class="btn save">SAVE</div>
233
+ </div>
234
+ </div>
235
+
236
+ <!-- Waveform placeholder -->
237
+ <div class="wave"></div>
238
+
239
+ <!-- Keyboard mock -->
240
+ <div class="keyboard">
241
+ <div class="kb-top">
242
+ <div class="kb-icon">GIF</div>
243
+ <div class="kb-icon">โš™</div>
244
+ <div class="kb-icon">๐ŸŒ</div>
245
+ <div class="kb-icon">๐ŸŽจ</div>
246
+ <div class="kb-icon">๐ŸŽ™</div>
247
+ </div>
248
+
249
+ <div class="key-row">
250
+ <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>
251
+ <div class="key">y</div><div class="key">u</div><div class="key">i</div><div class="key">o</div><div class="key">p</div>
252
+ </div>
253
+ <div class="key-row">
254
+ <div class="key">a</div><div class="key">s</div><div class="key">d</div><div class="key">f</div><div class="key">g</div>
255
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div><div class="key icon">โŒซ</div>
256
+ </div>
257
+ <div class="key-row">
258
+ <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>
259
+ <div class="key">n</div><div class="key">m</div><div class="key icon">,</div><div class="key icon">.</div><div class="key enter">โ†ต</div>
260
+ </div>
261
+ <div class="key-row">
262
+ <div class="key wide icon">?123</div>
263
+ <div class="key icon">๐Ÿ™‚</div>
264
+ <div class="key space"> </div>
265
+ <div class="key icon">.</div>
266
+ <div class="key wide enter">โ†ต</div>
267
+ </div>
268
+ </div>
269
+
270
+ <div class="home-indicator"></div>
271
+ </div>
272
+ </body>
273
+ </html>
code/20163/20163_5.html ADDED
@@ -0,0 +1,237 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>MyRecorder - Save Recording</title>
7
+ <style>
8
+ :root{
9
+ --bg:#0b0b0d;
10
+ --card:#232325;
11
+ --card2:#2a2a2d;
12
+ --border:#3d3d40;
13
+ --text:#e6e6e8;
14
+ --muted:#a7a7ad;
15
+ --accent:#ff4b82;
16
+ }
17
+ body{ margin:0; padding:0; background:transparent; font-family: -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; color:var(--text); }
18
+ #render-target{
19
+ width:1080px; height:2400px; position:relative; overflow:hidden;
20
+ background:var(--bg);
21
+ }
22
+
23
+ /* Status bar */
24
+ .status-bar{
25
+ position:absolute; top:0; left:0; width:100%; height:96px;
26
+ display:flex; align-items:center; justify-content:space-between;
27
+ padding:0 36px; box-sizing:border-box; color:#fff; opacity:.95;
28
+ }
29
+ .status-bar .time{ font-weight:600; font-size:40px; letter-spacing:0.5px; }
30
+ .sb-right{ display:flex; align-items:center; gap:22px; }
31
+ .sb-icon{ width:40px; height:40px; display:inline-flex; align-items:center; justify-content:center; opacity:.9; }
32
+ .sb-icon svg{ width:40px; height:40px; fill:#fff; }
33
+
34
+ /* Header */
35
+ .app-header{
36
+ position:absolute; top:104px; left:0; width:100%; height:120px;
37
+ display:flex; align-items:center; gap:28px; padding:0 34px; box-sizing:border-box;
38
+ }
39
+ .icon-btn{ width:72px; height:72px; border:none; background:transparent; padding:0; cursor:default; }
40
+ .icon-btn svg{ width:72px; height:72px; fill:#fff; opacity:.9; }
41
+ .app-title{ font-size:64px; font-weight:700; letter-spacing:.3px; color:#ddd; }
42
+ .spacer{ flex:1; }
43
+ .pro-pill{
44
+ margin-left:auto;
45
+ padding:16px 24px; font-weight:700; font-size:36px; color:#fff;
46
+ border-radius:20px;
47
+ background:linear-gradient(90deg,#ff6a3d,#ffb86b);
48
+ box-shadow:0 6px 14px rgba(0,0,0,.35);
49
+ }
50
+
51
+ /* Tabs */
52
+ .tabs{
53
+ position:absolute; top:220px; left:0; width:100%; height:100px;
54
+ display:flex; align-items:flex-end; gap:64px; padding:0 160px; box-sizing:border-box;
55
+ }
56
+ .tab{ color:#6f6f77; font-weight:700; font-size:42px; letter-spacing:.8px; position:relative; padding-bottom:12px; }
57
+ .tab.active{ color:var(--accent); }
58
+ .tab.active::after{
59
+ content:""; position:absolute; left:0; bottom:0; width:130px; height:6px; background:var(--accent); border-radius:3px;
60
+ }
61
+
62
+ /* Modal card */
63
+ .modal-card{
64
+ position:absolute; left:90px; top:360px; width:900px;
65
+ background:var(--card2); border:1px solid var(--border);
66
+ border-radius:28px; box-shadow:0 18px 60px rgba(0,0,0,.65);
67
+ padding:44px 48px 40px; box-sizing:border-box;
68
+ }
69
+ .modal-title{
70
+ text-align:center; font-size:56px; font-weight:800; margin:6px 0 40px;
71
+ }
72
+ .field{ margin-bottom:36px; }
73
+ .field label{ display:block; font-size:34px; color:var(--accent); margin:0 12px 14px; }
74
+ .input{
75
+ border:1px solid var(--border); border-radius:18px; background:#1f1f21; color:var(--text);
76
+ padding:26px; box-sizing:border-box; position:relative;
77
+ }
78
+ .input.big{ height:180px; }
79
+ .charcount{
80
+ position:absolute; right:18px; bottom:14px; font-size:32px; color:#c1c1c6;
81
+ }
82
+ .input.small{ height:120px; display:flex; align-items:center; justify-content:space-between; }
83
+ .placeholder{ color:#b9b9bf; font-size:40px; }
84
+ .chev{ width:48px; height:48px; opacity:.8; }
85
+ .modal-actions{
86
+ display:flex; justify-content:space-between; gap:40px; margin-top:28px;
87
+ }
88
+ .btn{
89
+ height:120px; flex:1; border-radius:24px; font-size:44px; font-weight:800; letter-spacing:.8px;
90
+ border:none;
91
+ }
92
+ .btn.ghost{ background:#3a3a3d; color:var(--accent); }
93
+ .btn.primary{ background:var(--accent); color:#fff; }
94
+
95
+ /* Waveform placeholder */
96
+ .waveform{
97
+ position:absolute; left:0; top:1220px; width:100%; height:120px;
98
+ background:
99
+ repeating-linear-gradient(
100
+ to right,
101
+ rgba(255,255,255,.1) 0px,
102
+ rgba(255,255,255,.1) 2px,
103
+ transparent 3px,
104
+ transparent 16px
105
+ );
106
+ display:flex; align-items:center; justify-content:center; color:#94949a;
107
+ font-size:32px;
108
+ }
109
+ .waveform span{ background:rgba(0,0,0,.4); padding:8px 14px; border-radius:10px; border:1px solid rgba(255,255,255,.08); }
110
+
111
+ /* Keyboard mock */
112
+ .keyboard{
113
+ position:absolute; left:0; bottom:60px; width:100%; height:900px;
114
+ background:#111114; border-top:1px solid #1e1e21; box-sizing:border-box;
115
+ padding:38px 26px; display:flex; flex-direction:column; gap:28px;
116
+ }
117
+ .kb-top-row{ display:flex; align-items:center; gap:24px; }
118
+ .kb-tool{ width:120px; height:120px; border-radius:22px; background:#1e1e22; display:flex; align-items:center; justify-content:center; color:#ddd; font-size:32px; }
119
+ .kb-keys{ display:flex; gap:18px; justify-content:center; }
120
+ .key{
121
+ width:84px; height:120px; border-radius:20px; background:#2a2a2e; color:#d9d9dc;
122
+ display:flex; align-items:center; justify-content:center; font-size:42px; box-shadow: inset 0 -2px 0 rgba(255,255,255,.04);
123
+ }
124
+ .key.wide{ width:150px; }
125
+ .space{ flex:1; height:120px; border-radius:26px; background:#2a2a2e; }
126
+ .enter{ width:140px; height:120px; border-radius:26px; background:#b7d6ff; color:#222; font-weight:800; }
127
+ .bottom-bar{
128
+ position:absolute; left:50%; transform:translateX(-50%);
129
+ bottom:16px; width:380px; height:14px; border-radius:7px; background:#e9e9ea; opacity:.85;
130
+ }
131
+ </style>
132
+ </head>
133
+ <body>
134
+ <div id="render-target">
135
+
136
+ <!-- Status Bar -->
137
+ <div class="status-bar">
138
+ <div class="time">11:08</div>
139
+ <div class="sb-right">
140
+ <div class="sb-icon">
141
+ <svg viewBox="0 0 24 24">
142
+ <path d="M2 9c5-5 15-5 20 0l-2 2c-4-4-12-4-16 0L2 9zM6 13c3-3 9-3 12 0l-2 2c-2-2-6-2-8 0l-2-2zM10 17c1-1 3-1 4 0l-2 2-2-2z"/>
143
+ </svg>
144
+ </div>
145
+ <div class="sb-icon">
146
+ <svg viewBox="0 0 24 24">
147
+ <rect x="3" y="6" width="16" height="12" rx="2" ry="2"></rect>
148
+ <rect x="20" y="10" width="2" height="4" rx="1"></rect>
149
+ <rect x="5" y="8" width="12" height="8" fill="#fff"></rect>
150
+ </svg>
151
+ </div>
152
+ </div>
153
+ </div>
154
+
155
+ <!-- App Header -->
156
+ <div class="app-header">
157
+ <button class="icon-btn" aria-label="Open menu">
158
+ <svg viewBox="0 0 24 24">
159
+ <path d="M3 6h18v2H3zM3 11h18v2H3zM3 16h18v2H3z"/>
160
+ </svg>
161
+ </button>
162
+ <div class="app-title">MyRecorder</div>
163
+ <div class="spacer"></div>
164
+ <div class="pro-pill">Pro</div>
165
+ </div>
166
+
167
+ <!-- Tabs -->
168
+ <div class="tabs">
169
+ <div class="tab active">RECORD</div>
170
+ <div class="tab">LISTEN</div>
171
+ </div>
172
+
173
+ <!-- Modal Card -->
174
+ <div class="modal-card">
175
+ <div class="modal-title">Save Recording</div>
176
+
177
+ <div class="field">
178
+ <label>Name</label>
179
+ <div class="input big">
180
+ <div class="charcount">0/50</div>
181
+ </div>
182
+ </div>
183
+
184
+ <div class="field">
185
+ <div class="input small">
186
+ <span class="placeholder">Tag</span>
187
+ <svg class="chev" viewBox="0 0 24 24">
188
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#cfcfd4" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
189
+ </svg>
190
+ </div>
191
+ </div>
192
+
193
+ <div class="modal-actions">
194
+ <button class="btn ghost">CANCEL</button>
195
+ <button class="btn primary">SAVE</button>
196
+ </div>
197
+ </div>
198
+
199
+ <!-- Waveform -->
200
+ <div class="waveform"><span>Waveform Placeholder</span></div>
201
+
202
+ <!-- Keyboard Mock -->
203
+ <div class="keyboard">
204
+ <div class="kb-top-row">
205
+ <div class="kb-tool">GIF</div>
206
+ <div class="kb-tool">โš™๏ธ</div>
207
+ <div class="kb-tool">๐ŸŽจ</div>
208
+ <div class="kb-tool">๐ŸŽค</div>
209
+ </div>
210
+
211
+ <div class="kb-keys">
212
+ <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>
213
+ <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>
214
+ </div>
215
+ <div class="kb-keys">
216
+ <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>
217
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
218
+ </div>
219
+ <div class="kb-keys">
220
+ <div class="key wide">โ‡ง</div>
221
+ <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>
222
+ <div class="key wide">โŒซ</div>
223
+ </div>
224
+ <div class="kb-keys" style="padding:0 18px; box-sizing:border-box;">
225
+ <div class="key wide">?123</div>
226
+ <div class="key">,</div>
227
+ <div class="key wide">๐Ÿ™‚</div>
228
+ <div class="space"></div>
229
+ <div class="key">.</div>
230
+ <div class="enter">โ†ต</div>
231
+ </div>
232
+ </div>
233
+
234
+ <div class="bottom-bar"></div>
235
+ </div>
236
+ </body>
237
+ </html>
code/20163/20163_6.html ADDED
@@ -0,0 +1,366 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>MyRecorder - Save Recording</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: #0D0D0F;
15
+ color: #EDEDED;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 1080px;
24
+ height: 110px;
25
+ padding: 0 36px;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ color: #fff;
30
+ font-weight: 600;
31
+ font-size: 34px;
32
+ letter-spacing: 0.5px;
33
+ }
34
+ .status-icons {
35
+ display: flex;
36
+ align-items: center;
37
+ gap: 28px;
38
+ }
39
+ .status-icons svg { width: 36px; height: 36px; fill: #fff; }
40
+
41
+ /* Header */
42
+ .app-header {
43
+ position: absolute;
44
+ top: 110px;
45
+ left: 0;
46
+ width: 1080px;
47
+ height: 120px;
48
+ display: flex;
49
+ align-items: center;
50
+ padding: 0 36px;
51
+ gap: 28px;
52
+ }
53
+ .hamburger {
54
+ width: 64px; height: 64px; display: flex; align-items: center; justify-content: center;
55
+ }
56
+ .hamburger svg { width: 42px; height: 42px; stroke: #E6E6E6; stroke-width: 6; }
57
+ .app-title { font-size: 48px; font-weight: 700; color: #EAEAEA; }
58
+ .pro-badge {
59
+ margin-left: auto;
60
+ padding: 10px 18px;
61
+ border-radius: 16px;
62
+ font-size: 28px;
63
+ font-weight: 700;
64
+ color: #fff;
65
+ background: linear-gradient(135deg, #FF9F43, #FF4D6D);
66
+ box-shadow: 0 4px 10px rgba(255, 77, 109, 0.35);
67
+ }
68
+
69
+ /* Tabs */
70
+ .tabs {
71
+ position: absolute;
72
+ top: 230px;
73
+ left: 0;
74
+ width: 1080px;
75
+ height: 100px;
76
+ display: flex;
77
+ align-items: flex-end;
78
+ gap: 40px;
79
+ padding: 0 36px;
80
+ }
81
+ .tab {
82
+ font-size: 36px;
83
+ font-weight: 700;
84
+ color: #7A6E78;
85
+ padding-bottom: 18px;
86
+ }
87
+ .tab.active {
88
+ color: #F05886;
89
+ border-bottom: 6px solid #F05886;
90
+ }
91
+
92
+ /* Dim overlay behind modal */
93
+ .overlay {
94
+ position: absolute;
95
+ top: 330px;
96
+ left: 0;
97
+ width: 1080px;
98
+ height: 1100px;
99
+ background: rgba(0,0,0,0.55);
100
+ }
101
+
102
+ /* Modal card */
103
+ .modal {
104
+ position: absolute;
105
+ top: 420px;
106
+ left: 80px;
107
+ width: 920px;
108
+ background: #1F1F23;
109
+ border-radius: 30px;
110
+ box-shadow: 0 18px 40px rgba(0,0,0,0.55);
111
+ padding: 50px 56px 44px;
112
+ color: #EDEDED;
113
+ }
114
+ .modal-title {
115
+ text-align: center;
116
+ font-size: 54px;
117
+ font-weight: 800;
118
+ margin-bottom: 40px;
119
+ }
120
+
121
+ .field {
122
+ margin-bottom: 36px;
123
+ }
124
+ .label {
125
+ font-size: 28px;
126
+ color: #F05886;
127
+ margin-bottom: 16px;
128
+ }
129
+ .input-box {
130
+ position: relative;
131
+ background: #26262B;
132
+ border: 2px solid #3B3B40;
133
+ border-radius: 18px;
134
+ padding: 28px;
135
+ height: 150px;
136
+ display: flex;
137
+ align-items: center;
138
+ font-size: 44px;
139
+ color: #FFFFFF;
140
+ }
141
+ .counter {
142
+ position: absolute;
143
+ right: 24px;
144
+ bottom: 16px;
145
+ font-size: 26px;
146
+ color: #9A9AA1;
147
+ }
148
+ .dropdown-arrow {
149
+ position: absolute;
150
+ right: 24px;
151
+ top: 50%;
152
+ transform: translateY(-50%);
153
+ width: 40px; height: 40px;
154
+ }
155
+ .dropdown-arrow svg { width: 100%; height: 100%; fill: #9A9AA1; }
156
+
157
+ .actions {
158
+ display: flex;
159
+ gap: 34px;
160
+ margin-top: 24px;
161
+ }
162
+ .btn {
163
+ flex: 1;
164
+ height: 120px;
165
+ border-radius: 22px;
166
+ font-size: 40px;
167
+ font-weight: 800;
168
+ letter-spacing: 0.5px;
169
+ display: flex;
170
+ align-items: center;
171
+ justify-content: center;
172
+ }
173
+ .btn.cancel {
174
+ background: #2A2A2E;
175
+ color: #F05886;
176
+ }
177
+ .btn.save {
178
+ background: #F05886;
179
+ color: #FFFFFF;
180
+ box-shadow: 0 6px 16px rgba(240, 88, 134, 0.45);
181
+ }
182
+
183
+ /* Waveform placeholder */
184
+ .waveform {
185
+ position: absolute;
186
+ top: 1160px;
187
+ left: 0;
188
+ width: 1080px;
189
+ height: 160px;
190
+ display: flex;
191
+ align-items: center;
192
+ justify-content: center;
193
+ color: #9A9AA1;
194
+ background-image: repeating-linear-gradient(
195
+ to right,
196
+ rgba(255,255,255,0.06) 0,
197
+ rgba(255,255,255,0.06) 2px,
198
+ transparent 2px,
199
+ transparent 8px
200
+ );
201
+ }
202
+
203
+ /* Keyboard representation */
204
+ .keyboard {
205
+ position: absolute;
206
+ bottom: 60px;
207
+ left: 0;
208
+ width: 1080px;
209
+ height: 900px;
210
+ background: #121315;
211
+ border-top-left-radius: 24px;
212
+ border-top-right-radius: 24px;
213
+ box-shadow: 0 -8px 18px rgba(0,0,0,0.6);
214
+ padding: 26px 24px 34px;
215
+ }
216
+ .kb-top {
217
+ height: 70px;
218
+ display: flex;
219
+ align-items: center;
220
+ gap: 18px;
221
+ color: #CFCFD4;
222
+ font-size: 36px;
223
+ }
224
+ .kb-rows {
225
+ margin-top: 12px;
226
+ }
227
+ .kb-row {
228
+ display: flex;
229
+ justify-content: center;
230
+ gap: 16px;
231
+ margin-bottom: 18px;
232
+ }
233
+ .key {
234
+ background: #1C1D21;
235
+ color: #EDEDED;
236
+ border-radius: 18px;
237
+ height: 120px;
238
+ min-width: 90px;
239
+ display: flex;
240
+ align-items: center;
241
+ justify-content: center;
242
+ font-size: 40px;
243
+ box-shadow: inset 0 -3px 0 rgba(255,255,255,0.05);
244
+ }
245
+ .key.wide { min-width: 150px; }
246
+ .key.wider { min-width: 200px; }
247
+ .key.space { flex: 1; min-width: 420px; }
248
+ .kb-bottom {
249
+ display: flex;
250
+ align-items: center;
251
+ gap: 16px;
252
+ }
253
+
254
+ /* Home indicator */
255
+ .home-indicator {
256
+ position: absolute;
257
+ bottom: 16px;
258
+ left: 50%;
259
+ transform: translateX(-50%);
260
+ width: 290px;
261
+ height: 10px;
262
+ background: #D0D1D6;
263
+ border-radius: 8px;
264
+ opacity: 0.8;
265
+ }
266
+ </style>
267
+ </head>
268
+ <body>
269
+ <div id="render-target">
270
+
271
+ <!-- Status Bar -->
272
+ <div class="status-bar">
273
+ <div>11:09</div>
274
+ <div class="status-icons">
275
+ <!-- simple circle icon -->
276
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/></svg>
277
+ <!-- search icon -->
278
+ <svg viewBox="0 0 24 24"><path d="M10 3a7 7 0 1 0 4.9 12l5.1 5.1a1.4 1.4 0 1 0 2-2L17 13.1A7 7 0 0 0 10 3zm0 11a4 4 0 1 1 0-8 4 4 0 0 1 0 8z"/></svg>
279
+ <!-- play icon -->
280
+ <svg viewBox="0 0 24 24"><path d="M6 4l14 8-14 8z"/></svg>
281
+ <!-- battery icon -->
282
+ <svg viewBox="0 0 24 24"><path d="M20 7h1a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-1v2H4V5h16v2zM6 7v10h12V7H6z"/></svg>
283
+ </div>
284
+ </div>
285
+
286
+ <!-- Header -->
287
+ <div class="app-header">
288
+ <div class="hamburger">
289
+ <svg viewBox="0 0 24 24">
290
+ <path d="M3 6h18M3 12h18M3 18h18" fill="none"/>
291
+ </svg>
292
+ </div>
293
+ <div class="app-title">MyRecorder</div>
294
+ <div class="pro-badge">Pro</div>
295
+ </div>
296
+
297
+ <!-- Tabs -->
298
+ <div class="tabs">
299
+ <div class="tab active">RECORD</div>
300
+ <div class="tab">LISTEN</div>
301
+ </div>
302
+
303
+ <!-- Dim overlay behind modal -->
304
+ <div class="overlay"></div>
305
+
306
+ <!-- Modal Card -->
307
+ <div class="modal">
308
+ <div class="modal-title">Save Recording</div>
309
+
310
+ <div class="field">
311
+ <div class="label">Name</div>
312
+ <div class="input-box">
313
+ My Daily Thoughts
314
+ <div class="counter">17/50</div>
315
+ </div>
316
+ </div>
317
+
318
+ <div class="field">
319
+ <div class="input-box">
320
+ Tag
321
+ <div class="dropdown-arrow">
322
+ <svg viewBox="0 0 24 24"><path d="M6 9l6 6 6-6"/></svg>
323
+ </div>
324
+ </div>
325
+ </div>
326
+
327
+ <div class="actions">
328
+ <div class="btn cancel">CANCEL</div>
329
+ <div class="btn save">SAVE</div>
330
+ </div>
331
+ </div>
332
+
333
+ <!-- Waveform area -->
334
+ <div class="waveform"></div>
335
+
336
+ <!-- Keyboard Mock -->
337
+ <div class="keyboard">
338
+ <div class="kb-top">
339
+ <div style="background:#1C1D21;border-radius:16px;padding:8px 14px;">Thoughts</div>
340
+ <div style="margin-left:auto;background:#1C1D21;border-radius:16px;padding:8px 14px;">๐ŸŽค</div>
341
+ </div>
342
+
343
+ <div class="kb-rows">
344
+ <div class="kb-row">
345
+ <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>
346
+ </div>
347
+ <div class="kb-row">
348
+ <div class="key wide">a</div><div class="key">s</div><div class="key">d</div><div class="key">f</div><div class="key">g</div><div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
349
+ </div>
350
+ <div class="kb-row">
351
+ <div class="key wider">โ‡ง</div><div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div><div class="key">b</div><div class="key">n</div><div class="key">m</div><div class="key wider">โŒซ</div>
352
+ </div>
353
+ <div class="kb-bottom kb-row">
354
+ <div class="key wide">?123</div>
355
+ <div class="key wide">,</div>
356
+ <div class="key space"></div>
357
+ <div class="key wide">.</div>
358
+ <div class="key wide" style="background:#BFD8F7;color:#0D0D0F;font-weight:900;">โ†ต</div>
359
+ </div>
360
+ </div>
361
+ </div>
362
+
363
+ <div class="home-indicator"></div>
364
+ </div>
365
+ </body>
366
+ </html>
code/20163/20163_7.html ADDED
@@ -0,0 +1,481 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>MyRecorder Mock</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
13
+ }
14
+ #render-target {
15
+ width: 1080px;
16
+ height: 2400px;
17
+ position: relative;
18
+ overflow: hidden;
19
+ background: #0A0A0A;
20
+ color: #fff;
21
+ }
22
+
23
+ /* Status bar */
24
+ .status-bar {
25
+ position: absolute;
26
+ top: 0;
27
+ left: 0;
28
+ width: 1080px;
29
+ height: 100px;
30
+ display: flex;
31
+ align-items: center;
32
+ padding: 0 40px;
33
+ box-sizing: border-box;
34
+ color: #fff;
35
+ font-weight: 600;
36
+ font-size: 36px;
37
+ opacity: 0.9;
38
+ }
39
+ .status-icons {
40
+ margin-left: auto;
41
+ display: flex;
42
+ align-items: center;
43
+ gap: 28px;
44
+ }
45
+ .icon-dot {
46
+ width: 18px;
47
+ height: 18px;
48
+ background: #fff;
49
+ border-radius: 50%;
50
+ opacity: 0.9;
51
+ }
52
+ .icon-battery {
53
+ width: 38px;
54
+ height: 22px;
55
+ border: 3px solid #fff;
56
+ border-radius: 5px;
57
+ position: relative;
58
+ }
59
+ .icon-battery::after {
60
+ content: "";
61
+ position: absolute;
62
+ right: -10px;
63
+ top: 6px;
64
+ width: 6px;
65
+ height: 10px;
66
+ background: #fff;
67
+ border-radius: 2px;
68
+ }
69
+ .icon-wifi {
70
+ width: 30px;
71
+ height: 22px;
72
+ position: relative;
73
+ }
74
+ .icon-wifi::before,
75
+ .icon-wifi::after {
76
+ content: "";
77
+ position: absolute;
78
+ left: 0;
79
+ right: 0;
80
+ margin: auto;
81
+ border: 3px solid #fff;
82
+ border-color: #fff transparent transparent transparent;
83
+ border-radius: 50%;
84
+ }
85
+ .icon-wifi::before {
86
+ width: 30px; height: 30px; top: -8px;
87
+ }
88
+ .icon-wifi::after {
89
+ width: 18px; height: 18px; top: -2px;
90
+ }
91
+
92
+ /* Header */
93
+ .header {
94
+ position: absolute;
95
+ top: 110px;
96
+ left: 0;
97
+ width: 100%;
98
+ padding: 20px 40px;
99
+ box-sizing: border-box;
100
+ display: flex;
101
+ align-items: center;
102
+ gap: 24px;
103
+ }
104
+ .hamburger {
105
+ width: 56px;
106
+ height: 40px;
107
+ }
108
+ .hamburger svg rect {
109
+ fill: #C7C7C7;
110
+ }
111
+ .title {
112
+ font-size: 56px;
113
+ font-weight: 700;
114
+ letter-spacing: 0.5px;
115
+ color: #F5F5F5;
116
+ }
117
+ .pro-badge {
118
+ margin-left: auto;
119
+ padding: 16px 26px;
120
+ border-radius: 22px;
121
+ font-size: 36px;
122
+ font-weight: 700;
123
+ color: #fff;
124
+ background: linear-gradient(135deg, #F7971E, #FF3F3F);
125
+ opacity: 0.9;
126
+ }
127
+
128
+ /* Tabs */
129
+ .tabs {
130
+ position: absolute;
131
+ top: 220px;
132
+ left: 0;
133
+ width: 100%;
134
+ padding: 20px 40px 0 40px;
135
+ box-sizing: border-box;
136
+ display: flex;
137
+ gap: 40px;
138
+ align-items: center;
139
+ }
140
+ .tab {
141
+ font-size: 36px;
142
+ letter-spacing: 1px;
143
+ color: #BDBDBD;
144
+ padding-bottom: 16px;
145
+ }
146
+ .tab.active {
147
+ color: #E25286;
148
+ border-bottom: 6px solid #E25286;
149
+ width: fit-content;
150
+ }
151
+
152
+ /* Ad banner */
153
+ .ad-banner {
154
+ position: absolute;
155
+ top: 320px;
156
+ left: 0;
157
+ width: 100%;
158
+ height: 160px;
159
+ background: #1C1C1C;
160
+ display: flex;
161
+ align-items: center;
162
+ box-sizing: border-box;
163
+ padding: 0 40px;
164
+ }
165
+ .ad-thumb {
166
+ width: 160px;
167
+ height: 120px;
168
+ background: #E0E0E0;
169
+ border: 1px solid #BDBDBD;
170
+ display: flex;
171
+ align-items: center;
172
+ justify-content: center;
173
+ color: #757575;
174
+ font-size: 28px;
175
+ }
176
+ .ad-content {
177
+ margin-left: 26px;
178
+ flex: 1;
179
+ display: flex;
180
+ flex-direction: column;
181
+ gap: 8px;
182
+ color: #F1F1F1;
183
+ }
184
+ .ad-title {
185
+ font-size: 36px;
186
+ font-weight: 700;
187
+ }
188
+ .ad-sub {
189
+ font-size: 28px;
190
+ color: #B0B0B0;
191
+ }
192
+ .ad-install {
193
+ margin-left: auto;
194
+ background: #286FC8;
195
+ color: #fff;
196
+ font-size: 34px;
197
+ font-weight: 700;
198
+ padding: 22px 34px;
199
+ border-radius: 8px;
200
+ }
201
+
202
+ /* Recording list item */
203
+ .list-item {
204
+ position: absolute;
205
+ top: 520px;
206
+ left: 0;
207
+ width: 100%;
208
+ padding: 28px 40px;
209
+ box-sizing: border-box;
210
+ display: flex;
211
+ align-items: center;
212
+ border-top: 1px solid #141414;
213
+ border-bottom: 1px solid #141414;
214
+ }
215
+ .rec-thumb {
216
+ width: 120px;
217
+ height: 120px;
218
+ border-radius: 24px;
219
+ background: linear-gradient(135deg, #9C4C3A, #C97953);
220
+ display: flex;
221
+ align-items: center;
222
+ justify-content: center;
223
+ }
224
+ .rec-thumb svg path { fill: #F0E5DD; }
225
+ .rec-info {
226
+ margin-left: 28px;
227
+ flex: 1;
228
+ }
229
+ .rec-title {
230
+ font-size: 40px;
231
+ font-weight: 700;
232
+ color: #EDEDED;
233
+ }
234
+ .rec-meta {
235
+ margin-top: 10px;
236
+ font-size: 28px;
237
+ color: #A6A6A6;
238
+ }
239
+ .rec-actions {
240
+ display: flex;
241
+ align-items: center;
242
+ gap: 26px;
243
+ color: #DCDCDC;
244
+ }
245
+ .duration {
246
+ margin-left: 24px;
247
+ font-size: 30px;
248
+ color: #CFCFCF;
249
+ }
250
+
251
+ /* Celebratory overlay with rays */
252
+ .overlay {
253
+ position: absolute;
254
+ top: 820px;
255
+ left: 0;
256
+ width: 100%;
257
+ height: 1100px;
258
+ pointer-events: none;
259
+ }
260
+ .rays {
261
+ position: absolute;
262
+ left: -200px;
263
+ right: -200px;
264
+ top: 120px;
265
+ height: 700px;
266
+ background: radial-gradient(closest-side, rgba(255,215,0,0.12), rgba(0,0,0,0) 60%),
267
+ repeating-conic-gradient(from 270deg, rgba(255,215,0,0.12) 0deg, rgba(0,0,0,0) 14deg, rgba(0,0,0,0) 30deg);
268
+ filter: blur(0.2px);
269
+ opacity: 0.35;
270
+ border-radius: 50%;
271
+ }
272
+
273
+ /* Modal Card */
274
+ .modal {
275
+ position: absolute;
276
+ bottom: 140px;
277
+ left: 60px;
278
+ width: 960px;
279
+ border-radius: 40px;
280
+ background: linear-gradient(180deg, #3B3B3B, #2E2E2E);
281
+ box-shadow: 0 20px 40px rgba(0,0,0,0.6);
282
+ padding: 60px 60px 50px;
283
+ box-sizing: border-box;
284
+ }
285
+ .modal h1 {
286
+ margin: 0;
287
+ font-size: 48px;
288
+ text-align: center;
289
+ line-height: 1.3;
290
+ color: #FFFFFF;
291
+ font-weight: 800;
292
+ }
293
+ .modal p.sub {
294
+ margin: 26px 0 40px 0;
295
+ text-align: center;
296
+ font-size: 34px;
297
+ color: #D0D0D0;
298
+ }
299
+ .modal p.sub .emph {
300
+ color: #FFA726;
301
+ font-weight: 800;
302
+ }
303
+ .stars {
304
+ display: flex;
305
+ justify-content: space-between;
306
+ align-items: center;
307
+ gap: 30px;
308
+ padding: 20px 60px;
309
+ }
310
+ .star {
311
+ width: 120px;
312
+ height: 120px;
313
+ }
314
+ .star svg {
315
+ width: 100%;
316
+ height: 100%;
317
+ }
318
+ .star svg path {
319
+ fill: none;
320
+ stroke: #FFC107;
321
+ stroke-width: 2.8;
322
+ }
323
+ .accent-star {
324
+ position: absolute;
325
+ right: 140px;
326
+ top: 360px;
327
+ width: 24px;
328
+ height: 24px;
329
+ color: #FFC107;
330
+ }
331
+ .rate-btn {
332
+ margin: 40px auto 10px;
333
+ width: 820px;
334
+ height: 120px;
335
+ border-radius: 24px;
336
+ background: #4A4A4A;
337
+ display: flex;
338
+ align-items: center;
339
+ justify-content: center;
340
+ color: #EAEAEA;
341
+ font-size: 40px;
342
+ font-weight: 800;
343
+ letter-spacing: 2px;
344
+ }
345
+
346
+ /* Gesture bar */
347
+ .gesture {
348
+ position: absolute;
349
+ bottom: 36px;
350
+ left: 50%;
351
+ transform: translateX(-50%);
352
+ width: 300px;
353
+ height: 14px;
354
+ background: #E6E6E6;
355
+ border-radius: 7px;
356
+ opacity: 0.9;
357
+ }
358
+ </style>
359
+ </head>
360
+ <body>
361
+ <div id="render-target">
362
+
363
+ <!-- Status Bar -->
364
+ <div class="status-bar">
365
+ <div>11:09</div>
366
+ <div class="status-icons">
367
+ <!-- simple moon and DND indicators represented as dots -->
368
+ <div class="icon-dot" style="width:26px;height:26px;border-radius:50%;opacity:0.85;"></div>
369
+ <div class="icon-dot"></div>
370
+ <div class="icon-dot"></div>
371
+ <div class="icon-dot"></div>
372
+ <div class="icon-wifi"></div>
373
+ <div class="icon-battery"></div>
374
+ </div>
375
+ </div>
376
+
377
+ <!-- Header -->
378
+ <div class="header">
379
+ <div class="hamburger">
380
+ <svg viewBox="0 0 24 24">
381
+ <rect x="2" y="4" width="20" height="2"></rect>
382
+ <rect x="2" y="11" width="16" height="2"></rect>
383
+ <rect x="2" y="18" width="20" height="2"></rect>
384
+ </svg>
385
+ </div>
386
+ <div class="title">MyRecorder</div>
387
+ <div class="pro-badge">Pro</div>
388
+ </div>
389
+
390
+ <!-- Tabs -->
391
+ <div class="tabs">
392
+ <div class="tab">RECORD</div>
393
+ <div class="tab active">LISTEN</div>
394
+ </div>
395
+
396
+ <!-- Ad Banner -->
397
+ <div class="ad-banner">
398
+ <div class="ad-thumb">[IMG: Grocery Ad]</div>
399
+ <div class="ad-content">
400
+ <div class="ad-title">Zepto: 10-Min Grocery Delivery</div>
401
+ <div class="ad-sub">FREE ยท Get it on Google Play</div>
402
+ </div>
403
+ <div class="ad-install">Install</div>
404
+ </div>
405
+
406
+ <!-- Recording List Item -->
407
+ <div class="list-item">
408
+ <div class="rec-thumb">
409
+ <svg viewBox="0 0 24 24" width="60" height="60">
410
+ <path d="M6 5h2v14H6zM11 8h2v8h-2zM16 10h2v4h-2z"></path>
411
+ </svg>
412
+ </div>
413
+ <div class="rec-info">
414
+ <div class="rec-title">My Daily Thoughts.m4a</div>
415
+ <div class="rec-meta">2023/12/14 11:09 AM 449.2 kB</div>
416
+ </div>
417
+ <div class="rec-actions">
418
+ <!-- scissors icon -->
419
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#DCDCDC" stroke-width="2">
420
+ <path d="M9 3l6 6M3 9l6 6M9 21l6-6M18 4a2 2 0 1 1-2 2 2 2 0 0 1 2-2ZM6 16a2 2 0 1 0 2 2 2 2 0 0 0-2-2Z"/>
421
+ </svg>
422
+ <!-- more vertical dots -->
423
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#DCDCDC">
424
+ <circle cx="12" cy="5" r="2"></circle>
425
+ <circle cx="12" cy="12" r="2"></circle>
426
+ <circle cx="12" cy="19" r="2"></circle>
427
+ </svg>
428
+ <div class="duration">00:28</div>
429
+ </div>
430
+ </div>
431
+
432
+ <!-- Overlay with rays and modal -->
433
+ <div class="overlay">
434
+ <div class="rays"></div>
435
+
436
+ <div class="modal">
437
+ <h1>Well done! ๐ŸŽ‰๐ŸŽ‰๐ŸŽ‰ Youโ€™ve<br>completed the first recording!</h1>
438
+ <p class="sub">Please rate us <span class="emph">5 stars</span> if you enjoy our app!</p>
439
+
440
+ <div class="stars">
441
+ <div class="star">
442
+ <svg viewBox="0 0 24 24">
443
+ <path d="M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.63L12 2L9.19 8.63L2 9.24L7.46 13.97L5.82 21L12 17.27Z"></path>
444
+ </svg>
445
+ </div>
446
+ <div class="star">
447
+ <svg viewBox="0 0 24 24">
448
+ <path d="M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.63L12 2L9.19 8.63L2 9.24L7.46 13.97L5.82 21L12 17.27Z"></path>
449
+ </svg>
450
+ </div>
451
+ <div class="star">
452
+ <svg viewBox="0 0 24 24">
453
+ <path d="M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.63L12 2L9.19 8.63L2 9.24L7.46 13.97L5.82 21L12 17.27Z"></path>
454
+ </svg>
455
+ </div>
456
+ <div class="star">
457
+ <svg viewBox="0 0 24 24">
458
+ <path d="M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.63L12 2L9.19 8.63L2 9.24L7.46 13.97L5.82 21L12 17.27Z"></path>
459
+ </svg>
460
+ </div>
461
+ <div class="star">
462
+ <svg viewBox="0 0 24 24">
463
+ <path d="M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.63L12 2L9.19 8.63L2 9.24L7.46 13.97L5.82 21L12 17.27Z"></path>
464
+ </svg>
465
+ </div>
466
+ </div>
467
+
468
+ <!-- tiny accent star near the last star -->
469
+ <svg class="accent-star" viewBox="0 0 24 24">
470
+ <path d="M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.63L12 2L9.19 8.63L2 9.24L7.46 13.97L5.82 21L12 17.27Z" fill="#FFC107"></path>
471
+ </svg>
472
+
473
+ <div class="rate-btn">RATE</div>
474
+ </div>
475
+ </div>
476
+
477
+ <!-- Gesture bar -->
478
+ <div class="gesture"></div>
479
+ </div>
480
+ </body>
481
+ </html>
code/20163/20163_8.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>MyRecorder - Listen</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, Arial, sans-serif;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ height: 110px;
22
+ padding: 0 40px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ color: #EDEDED;
27
+ font-weight: 600;
28
+ font-size: 38px;
29
+ opacity: 0.95;
30
+ }
31
+ .status-right {
32
+ display: flex;
33
+ align-items: center;
34
+ gap: 28px;
35
+ }
36
+ .icon {
37
+ display: inline-flex;
38
+ align-items: center;
39
+ justify-content: center;
40
+ }
41
+ .icon svg { fill: #EDEDED; }
42
+
43
+ /* App bar */
44
+ .app-bar {
45
+ height: 160px;
46
+ padding: 0 40px;
47
+ display: flex;
48
+ align-items: center;
49
+ justify-content: space-between;
50
+ }
51
+ .app-left {
52
+ display: flex;
53
+ align-items: center;
54
+ gap: 28px;
55
+ }
56
+ .app-title {
57
+ font-size: 68px;
58
+ font-weight: 700;
59
+ letter-spacing: 0.5px;
60
+ }
61
+ .pro-pill {
62
+ background: linear-gradient(135deg, #FF8A00, #FF4E74);
63
+ color: #fff;
64
+ font-weight: 700;
65
+ font-size: 40px;
66
+ padding: 16px 26px;
67
+ border-radius: 22px;
68
+ }
69
+
70
+ /* Tabs */
71
+ .tabs {
72
+ height: 120px;
73
+ padding: 0 40px;
74
+ display: flex;
75
+ align-items: flex-end;
76
+ gap: 60px;
77
+ }
78
+ .tab {
79
+ font-size: 36px;
80
+ font-weight: 700;
81
+ letter-spacing: 2px;
82
+ color: #9E9E9E;
83
+ }
84
+ .tab.active {
85
+ color: #E91E63;
86
+ position: relative;
87
+ }
88
+ .tab.active::after {
89
+ content: "";
90
+ position: absolute;
91
+ left: 0;
92
+ bottom: -14px;
93
+ height: 6px;
94
+ width: 160px;
95
+ background: #E91E63;
96
+ border-radius: 3px;
97
+ }
98
+
99
+ /* Ad banner */
100
+ .ad-banner {
101
+ margin-top: 12px;
102
+ height: 170px;
103
+ background: #FFFFFF;
104
+ color: #222;
105
+ display: flex;
106
+ align-items: center;
107
+ padding: 0 0 0 40px;
108
+ box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
109
+ }
110
+ .ad-img {
111
+ width: 150px;
112
+ height: 150px;
113
+ background: #E0E0E0;
114
+ border: 1px solid #BDBDBD;
115
+ display: flex;
116
+ align-items: center;
117
+ justify-content: center;
118
+ color: #757575;
119
+ font-size: 26px;
120
+ margin-right: 28px;
121
+ }
122
+ .ad-content {
123
+ flex: 1;
124
+ display: flex;
125
+ align-items: center;
126
+ justify-content: space-between;
127
+ }
128
+ .ad-text {
129
+ display: flex;
130
+ flex-direction: column;
131
+ gap: 10px;
132
+ }
133
+ .ad-title {
134
+ font-size: 40px;
135
+ font-weight: 700;
136
+ color: #111;
137
+ }
138
+ .ad-sub {
139
+ font-size: 30px;
140
+ color: #666;
141
+ }
142
+ .install-btn {
143
+ background: #1E76FF;
144
+ color: #fff;
145
+ font-weight: 700;
146
+ font-size: 36px;
147
+ padding: 26px 40px;
148
+ border-radius: 8px;
149
+ margin-right: 40px;
150
+ }
151
+
152
+ /* List item */
153
+ .list {
154
+ margin-top: 40px;
155
+ }
156
+ .item {
157
+ padding: 32px 40px;
158
+ border-bottom: 1px solid rgba(255,255,255,0.08);
159
+ display: flex;
160
+ align-items: center;
161
+ }
162
+ .thumb {
163
+ width: 120px;
164
+ height: 120px;
165
+ border-radius: 24px;
166
+ background: linear-gradient(135deg, #B85730, #A64163);
167
+ display: flex;
168
+ align-items: center;
169
+ justify-content: center;
170
+ color: #FFFFFF;
171
+ font-size: 28px;
172
+ border: 1px solid rgba(255,255,255,0.1);
173
+ margin-right: 28px;
174
+ }
175
+ .item-content {
176
+ flex: 1;
177
+ display: flex;
178
+ flex-direction: column;
179
+ gap: 14px;
180
+ }
181
+ .item-title {
182
+ font-size: 48px;
183
+ font-weight: 700;
184
+ color: #FFFFFF;
185
+ }
186
+ .item-meta {
187
+ font-size: 32px;
188
+ color: #A9A9A9;
189
+ }
190
+ .item-right {
191
+ display: flex;
192
+ align-items: center;
193
+ gap: 36px;
194
+ margin-left: 24px;
195
+ }
196
+ .kebab svg { fill: #DADADA; }
197
+ .duration {
198
+ font-size: 34px;
199
+ color: #BDBDBD;
200
+ margin-left: 20px;
201
+ }
202
+
203
+ /* Bottom gesture bar */
204
+ .gesture {
205
+ position: absolute;
206
+ bottom: 38px;
207
+ left: 50%;
208
+ transform: translateX(-50%);
209
+ width: 360px;
210
+ height: 14px;
211
+ background: #EDEDED;
212
+ border-radius: 8px;
213
+ opacity: 0.9;
214
+ }
215
+ </style>
216
+ </head>
217
+ <body>
218
+ <div id="render-target">
219
+
220
+ <!-- Status bar -->
221
+ <div class="status-bar">
222
+ <div class="status-left">11:09</div>
223
+ <div class="status-right">
224
+ <!-- simple moon icon -->
225
+ <span class="icon">
226
+ <svg width="38" height="38" viewBox="0 0 24 24"><path d="M12.5 2a9 9 0 1 0 8 13.5A8 8 0 1 1 12.5 2z"/></svg>
227
+ </span>
228
+ <!-- small dot icon -->
229
+ <span class="icon">
230
+ <svg width="12" height="12" viewBox="0 0 12 12"><circle cx="6" cy="6" r="6"/></svg>
231
+ </span>
232
+ <!-- play icon -->
233
+ <span class="icon">
234
+ <svg width="36" height="36" viewBox="0 0 24 24"><path d="M8 5v14l11-7-11-7z"/></svg>
235
+ </span>
236
+ <!-- wifi icon -->
237
+ <span class="icon">
238
+ <svg width="40" height="40" viewBox="0 0 24 24"><path d="M12 18.5l1.6 1.6-1.6 1.6-1.6-1.6L12 18.5z"/><path d="M2 9.5a14 14 0 0 1 20 0l-1.7 1.7a11 11 0 0 0-16.6 0L2 9.5z"/><path d="M5.5 12.6a10 10 0 0 1 13 0l-1.6 1.6a7 7 0 0 0-9.8 0l-1.6-1.6z"/></svg>
239
+ </span>
240
+ <!-- battery icon -->
241
+ <span class="icon">
242
+ <svg width="48" height="48" viewBox="0 0 24 24">
243
+ <rect x="2" y="6" width="17" height="12" rx="2" ry="2"/>
244
+ <rect x="20" y="10" width="2" height="4" rx="1"/>
245
+ <rect x="4" y="8" width="12" height="8" fill="#9AE58E"/>
246
+ </svg>
247
+ </span>
248
+ </div>
249
+ </div>
250
+
251
+ <!-- App bar -->
252
+ <div class="app-bar">
253
+ <div class="app-left">
254
+ <!-- hamburger -->
255
+ <span class="icon">
256
+ <svg width="54" height="54" viewBox="0 0 24 24">
257
+ <path d="M3 6h18v2H3zM3 11h18v2H3zM3 16h18v2H3z"/>
258
+ </svg>
259
+ </span>
260
+ <div class="app-title">MyRecorder</div>
261
+ </div>
262
+ <div class="pro-pill">Pro</div>
263
+ </div>
264
+
265
+ <!-- Tabs -->
266
+ <div class="tabs">
267
+ <div class="tab">RECORD</div>
268
+ <div class="tab active">LISTEN</div>
269
+ </div>
270
+
271
+ <!-- Ad banner -->
272
+ <div class="ad-banner">
273
+ <div class="ad-img">[IMG: Zepto ad]</div>
274
+ <div class="ad-content">
275
+ <div class="ad-text">
276
+ <div class="ad-title">Zepto: 10-Min Grocery Delivery</div>
277
+ <div class="ad-sub">FREE ยท Get it on Google Play</div>
278
+ </div>
279
+ <div class="install-btn">Install</div>
280
+ </div>
281
+ </div>
282
+
283
+ <!-- Recording list -->
284
+ <div class="list">
285
+ <div class="item">
286
+ <div class="thumb">[IMG: Recording]</div>
287
+ <div class="item-content">
288
+ <div class="item-title">My Daily Thoughts.m4a</div>
289
+ <div class="item-meta">2023/12/14&nbsp;&nbsp;&nbsp;11:09 AM&nbsp;&nbsp;&nbsp;449.2 kB</div>
290
+ </div>
291
+ <div class="item-right">
292
+ <!-- scissors (unicode fallback) -->
293
+ <span style="font-size:48px;color:#FFFFFF;">โœ‚</span>
294
+ <!-- kebab menu -->
295
+ <span class="kebab icon">
296
+ <svg width="34" height="34" viewBox="0 0 24 24">
297
+ <circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/>
298
+ </svg>
299
+ </span>
300
+ <div class="duration">00:28</div>
301
+ </div>
302
+ </div>
303
+ </div>
304
+
305
+ <!-- Bottom gesture indicator -->
306
+ <div class="gesture"></div>
307
+ </div>
308
+ </body>
309
+ </html>
code/20166/20166_0.html ADDED
@@ -0,0 +1,232 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Meditation App UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: linear-gradient(#35b6ff 0%, #1e86b3 35%, #0f2f3c 60%, #0c2430 100%);
12
+ color: #fff;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ position: absolute; top: 28px; left: 32px; right: 32px; height: 60px;
18
+ display: flex; align-items: center; justify-content: space-between; color: #fff; opacity: 0.95;
19
+ font-weight: 600;
20
+ }
21
+ .status-left { display: flex; align-items: center; gap: 20px; }
22
+ .status-right { display: flex; align-items: center; gap: 22px; }
23
+ .status-icon {
24
+ width: 26px; height: 26px; display: inline-flex; align-items: center; justify-content: center;
25
+ }
26
+ .status-icon svg { width: 22px; height: 22px; fill: #fff; opacity: 0.95; }
27
+
28
+ /* Hero image placeholder and headline */
29
+ .hero {
30
+ position: relative; width: 100%; height: 820px; padding-top: 120px;
31
+ }
32
+ .img-placeholder {
33
+ position: absolute; inset: 0;
34
+ background: #E0E0E0; border: 1px solid #BDBDBD;
35
+ display: flex; align-items: center; justify-content: center; color: #757575; font-weight: 600;
36
+ }
37
+ .hero-content {
38
+ position: relative; text-align: center; margin-top: 120px;
39
+ }
40
+ .greeting {
41
+ font-size: 42px; font-weight: 500; opacity: 0.9;
42
+ }
43
+ .headline {
44
+ margin-top: 18px; font-size: 72px; line-height: 86px; font-weight: 800;
45
+ max-width: 920px; margin-left: auto; margin-right: auto;
46
+ }
47
+
48
+ /* Feature banner card */
49
+ .banner-card {
50
+ width: 960px; height: 240px; border-radius: 36px; background: #22A8F4;
51
+ margin: -40px auto 36px; position: relative; display: flex; align-items: center;
52
+ overflow: hidden; box-shadow: 0 12px 24px rgba(0,0,0,0.35);
53
+ }
54
+ .banner-left {
55
+ width: 200px; height: 100%; display: flex; align-items: center; justify-content: center;
56
+ opacity: 0.9;
57
+ }
58
+ .sparkle {
59
+ width: 90px; height: 90px;
60
+ }
61
+ .banner-text {
62
+ flex: 1; padding-right: 120px;
63
+ }
64
+ .banner-title { font-size: 46px; font-weight: 800; margin-bottom: 12px; }
65
+ .banner-sub { font-size: 30px; letter-spacing: 0.8px; font-weight: 700; opacity: 0.95; }
66
+ .banner-arrow {
67
+ position: absolute; right: 36px; top: 50%; transform: translateY(-50%);
68
+ width: 60px; height: 60px; display: flex; align-items: center; justify-content: center;
69
+ background: rgba(255,255,255,0.18); border-radius: 50%;
70
+ }
71
+ .banner-arrow svg { width: 26px; height: 26px; fill: #fff; }
72
+
73
+ /* Section heading */
74
+ .section-title {
75
+ width: 960px; margin: 24px auto 24px; font-size: 54px; font-weight: 800;
76
+ }
77
+
78
+ /* List cards */
79
+ .card {
80
+ width: 960px; min-height: 210px; background: #22A8F4; border-radius: 36px;
81
+ margin: 18px auto; padding: 36px; box-shadow: 0 10px 18px rgba(0,0,0,0.35);
82
+ }
83
+ .card-title { font-size: 46px; font-weight: 800; margin-bottom: 12px; }
84
+ .card-sub { font-size: 30px; opacity: 0.92; }
85
+ .pill {
86
+ position: absolute; right: 48px; top: 42px; padding: 12px 30px; background: rgba(255,255,255,0.85);
87
+ color: #0f2f3c; font-weight: 800; border-radius: 26px; letter-spacing: 2px; font-size: 26px;
88
+ }
89
+ .checks { display: flex; gap: 16px; margin-top: 12px; }
90
+ .check {
91
+ width: 34px; height: 34px; border-radius: 50%; border: 2px solid #fff; display: inline-block;
92
+ position: relative;
93
+ }
94
+ .check::after {
95
+ content: ""; position: absolute; width: 14px; height: 8px; border-left: 3px solid #fff; border-bottom: 3px solid #fff;
96
+ transform: rotate(-45deg); left: 8px; top: 9px;
97
+ }
98
+
99
+ /* Ongoing course area (partially visible card) */
100
+ .ongoing-card {
101
+ width: 960px; height: 220px; margin: 10px auto; border-radius: 32px;
102
+ background: linear-gradient(#f6f6f6, #d9d9d9); opacity: 0.88;
103
+ display: flex; align-items: center; justify-content: center; color: #333;
104
+ border: 1px solid #cfcfcf;
105
+ }
106
+
107
+ /* Bottom navigation */
108
+ .bottom-nav {
109
+ position: absolute; left: 0; bottom: 0; width: 100%; height: 200px;
110
+ background: #e9e9e9; border-top-left-radius: 24px; border-top-right-radius: 24px;
111
+ box-shadow: 0 -10px 24px rgba(0,0,0,0.35);
112
+ display: flex; align-items: flex-start; justify-content: space-around; padding-top: 26px;
113
+ color: #6a6a6a;
114
+ }
115
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 14px; }
116
+ .nav-icon { width: 46px; height: 46px; }
117
+ .nav-item.active { color: #1e86b3; font-weight: 700; }
118
+ .home-handle {
119
+ position: absolute; top: -22px; left: 50%; transform: translateX(-50%);
120
+ width: 240px; height: 12px; border-radius: 8px; background: rgba(150,150,150,0.6);
121
+ }
122
+ </style>
123
+ </head>
124
+ <body>
125
+ <div id="render-target">
126
+
127
+ <!-- Status Bar -->
128
+ <div class="status-bar">
129
+ <div class="status-left">
130
+ <div style="font-size:32px;">10:37</div>
131
+ <span class="status-icon"><svg viewBox="0 0 24 24"><path d="M12 2c-3 0-5.5 2.5-5.5 5.5S9 13 12 22c3-9 5.5-11.5 5.5-14.5S15 2 12 2zm0 8a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z"/></svg></span>
132
+ <span class="status-icon"><svg viewBox="0 0 24 24"><path d="M12 3a5 5 0 0 0-5 5v3H5a2 2 0 0 0-2 2v6h18v-6a2 2 0 0 0-2-2h-2V8a5 5 0 0 0-5-5z"/></svg></span>
133
+ <span class="status-icon"><svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9"/></svg></span>
134
+ <span class="status-icon"><svg viewBox="0 0 24 24"><path d="M12 3a9 9 0 1 0 0 18 9 9 0 0 0 0-18zm1 13H8l5-8v8z"/></svg></span>
135
+ </div>
136
+ <div class="status-right">
137
+ <span class="status-icon"><svg viewBox="0 0 24 24"><path d="M2 8l10-6 10 6v8l-10 6-10-6V8zm10 9l7-4V9l-7-4-7 4v4l7 4z"/></svg></span>
138
+ <span class="status-icon"><svg viewBox="0 0 24 24"><path d="M20 8H4l8-5 8 5zM4 10h16v10H4V10z"/></svg></span>
139
+ </div>
140
+ </div>
141
+
142
+ <!-- Hero section -->
143
+ <div class="hero">
144
+ <div class="img-placeholder">[IMG: Scenic Sunrise Mountains]</div>
145
+ <div class="hero-content">
146
+ <div class="greeting">Good Morning jane</div>
147
+ <div class="headline">Today is an opportunity for<br/>growth</div>
148
+ </div>
149
+ </div>
150
+
151
+ <!-- Feature banner -->
152
+ <div class="banner-card">
153
+ <div class="banner-left">
154
+ <svg class="sparkle" viewBox="0 0 64 64">
155
+ <path fill="#fff" d="M32 10l3 8 8 3-8 3-3 8-3-8-8-3 8-3 3-8zm18 24l2 5 5 2-5 2-2 5-2-5-5-2 5-2 2-5zM14 30l2 5 5 2-5 2-2 5-2-5-5-2 5-2 2-5z"/>
156
+ </svg>
157
+ </div>
158
+ <div class="banner-text">
159
+ <div class="banner-title">New Year, New Me</div>
160
+ <div class="banner-sub">ENDS IN 13:22:33</div>
161
+ </div>
162
+ <div class="banner-arrow">
163
+ <svg viewBox="0 0 24 24"><path d="M9 6l6 6-6 6"/></svg>
164
+ </div>
165
+ </div>
166
+
167
+ <!-- For You section -->
168
+ <div class="section-title">For You</div>
169
+
170
+ <div class="card" style="position: relative;">
171
+ <div class="card-title">Get Started</div>
172
+ <div class="checks">
173
+ <span class="check"></span>
174
+ <span class="check"></span>
175
+ <span class="check"></span>
176
+ <span class="check"></span>
177
+ <span class="check"></span>
178
+ </div>
179
+ <div class="pill">COURSE</div>
180
+ </div>
181
+
182
+ <div class="card">
183
+ <div class="card-title">Progressive Muscle Relaxation</div>
184
+ <div class="card-sub">by Reuben Lowe</div>
185
+ </div>
186
+
187
+ <div class="card">
188
+ <div class="card-title">Meditations</div>
189
+ <div class="card-sub">Guided, Silent and Personalized</div>
190
+ </div>
191
+
192
+ <div class="section-title" style="margin-top: 30px;">Ongoing Course</div>
193
+ <div class="ongoing-card">[Course Progress Card]</div>
194
+
195
+ <!-- Bottom navigation -->
196
+ <div class="bottom-nav">
197
+ <div class="home-handle"></div>
198
+ <div class="nav-item active">
199
+ <svg class="nav-icon" viewBox="0 0 24 24">
200
+ <path fill="#1e86b3" d="M12 2l4 6-4 6-4-6 4-6zm0 16c-3 0-6 2-6 4h12c0-2-3-4-6-4z"/>
201
+ </svg>
202
+ <div>Meditate</div>
203
+ </div>
204
+ <div class="nav-item">
205
+ <svg class="nav-icon" viewBox="0 0 24 24">
206
+ <path fill="#6a6a6a" d="M12 21s-7-4.35-7-10a5 5 0 0 1 9-2 5 5 0 0 1 9 2c0 5.65-7 10-11 10z"/>
207
+ </svg>
208
+ <div>Favorites</div>
209
+ </div>
210
+ <div class="nav-item">
211
+ <svg class="nav-icon" viewBox="0 0 24 24">
212
+ <path fill="#6a6a6a" d="M12 12a5 5 0 1 0-5-5 5 5 0 0 0 5 5zm0 2c-4 0-8 2-8 5v3h16v-3c0-3-4-5-8-5z"/>
213
+ </svg>
214
+ <div>Profile</div>
215
+ </div>
216
+ <div class="nav-item">
217
+ <svg class="nav-icon" viewBox="0 0 24 24">
218
+ <path fill="#6a6a6a" d="M10 2l10 10-10 10-2-2 8-8-8-8 2-2z"/>
219
+ </svg>
220
+ <div>Discover</div>
221
+ </div>
222
+ <div class="nav-item">
223
+ <svg class="nav-icon" viewBox="0 0 24 24">
224
+ <path fill="#6a6a6a" d="M3 6h18v2H3V6zm0 5h18v2H3v-2zm0 5h18v2H3v-2z"/>
225
+ </svg>
226
+ <div>Settings</div>
227
+ </div>
228
+ </div>
229
+
230
+ </div>
231
+ </body>
232
+ </html>
code/20166/20166_1.html ADDED
@@ -0,0 +1,313 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Meditation App Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ position: relative;
11
+ overflow: hidden;
12
+ width: 1080px;
13
+ height: 2400px;
14
+ background: #ffffff;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ height: 150px;
20
+ background: linear-gradient(#dcdcdc, #f3f3f3);
21
+ padding: 30px 40px 0 40px;
22
+ box-sizing: border-box;
23
+ color: #1a1a1a;
24
+ display: flex;
25
+ align-items: flex-start;
26
+ justify-content: space-between;
27
+ }
28
+ .status-left { font-weight: 600; font-size: 40px; }
29
+ .status-right { display: flex; align-items: center; gap: 22px; }
30
+ .status-dot { width: 10px; height: 10px; background: #9e9e9e; border-radius: 50%; }
31
+ .icon {
32
+ width: 40px; height: 40px;
33
+ }
34
+
35
+ /* Search */
36
+ .search-wrap {
37
+ padding: 24px 48px 16px 48px;
38
+ box-sizing: border-box;
39
+ }
40
+ .search {
41
+ height: 110px;
42
+ border-radius: 55px;
43
+ background: #f7f7f7;
44
+ border: 1px solid #d0d0d0;
45
+ box-shadow: 0 6px 12px rgba(0,0,0,0.08);
46
+ display: flex;
47
+ align-items: center;
48
+ padding: 0 40px;
49
+ gap: 24px;
50
+ color: #8b8b8b;
51
+ font-size: 40px;
52
+ }
53
+ .search svg { fill: none; stroke: #8b8b8b; stroke-width: 6; }
54
+
55
+ /* Sections */
56
+ .section-header {
57
+ padding: 24px 48px 10px 48px;
58
+ display: flex;
59
+ align-items: center;
60
+ justify-content: space-between;
61
+ }
62
+ .section-title {
63
+ font-size: 64px;
64
+ font-weight: 800;
65
+ color: #111;
66
+ }
67
+ .view-all {
68
+ font-size: 38px;
69
+ color: #6f6f6f;
70
+ font-weight: 600;
71
+ }
72
+
73
+ .cards-row {
74
+ padding: 10px 48px 20px 48px;
75
+ display: flex;
76
+ gap: 36px;
77
+ }
78
+ .card {
79
+ position: relative;
80
+ width: 462px;
81
+ height: 620px;
82
+ border-radius: 40px;
83
+ overflow: hidden;
84
+ background: #E0E0E0;
85
+ border: 1px solid #BDBDBD;
86
+ display: flex;
87
+ align-items: center;
88
+ justify-content: center;
89
+ color: #757575;
90
+ font-size: 34px;
91
+ text-align: center;
92
+ }
93
+ .card .overlay-title {
94
+ position: absolute;
95
+ left: 30px;
96
+ bottom: 30px;
97
+ color: #ffffff;
98
+ font-size: 44px;
99
+ font-weight: 800;
100
+ text-shadow: 0 2px 6px rgba(0,0,0,0.25);
101
+ }
102
+
103
+ .section-header.popular { margin-top: 10px; }
104
+ .wide-card-wrap { padding: 10px 48px; }
105
+ .wide-card {
106
+ position: relative;
107
+ width: 984px;
108
+ height: 540px;
109
+ border-radius: 40px;
110
+ background: #E0E0E0;
111
+ border: 1px solid #BDBDBD;
112
+ display: flex;
113
+ align-items: center;
114
+ justify-content: center;
115
+ color: #757575;
116
+ font-size: 34px;
117
+ text-align: center;
118
+ overflow: hidden;
119
+ }
120
+ .wide-card .overlay-title {
121
+ position: absolute;
122
+ left: 30px;
123
+ bottom: 30px;
124
+ color: #ffffff;
125
+ font-size: 50px;
126
+ font-weight: 800;
127
+ text-shadow: 0 2px 6px rgba(0,0,0,0.25);
128
+ }
129
+
130
+ /* Promo block */
131
+ .promo {
132
+ padding: 60px 80px 20px 80px;
133
+ text-align: center;
134
+ color: #111;
135
+ }
136
+ .promo p {
137
+ margin: 0;
138
+ font-size: 46px;
139
+ font-weight: 800;
140
+ line-height: 1.35;
141
+ }
142
+ .cta {
143
+ margin: 40px auto 0 auto;
144
+ width: 840px;
145
+ height: 120px;
146
+ background: #11a8ff;
147
+ color: #fff;
148
+ border-radius: 60px;
149
+ display: flex;
150
+ align-items: center;
151
+ justify-content: center;
152
+ font-size: 44px;
153
+ font-weight: 800;
154
+ box-shadow: 0 14px 24px rgba(17,168,255,0.35);
155
+ }
156
+
157
+ /* Bottom nav */
158
+ .home-indicator {
159
+ position: absolute;
160
+ bottom: 205px;
161
+ left: 50%;
162
+ transform: translateX(-50%);
163
+ width: 220px;
164
+ height: 12px;
165
+ background: #c7c7c7;
166
+ border-radius: 8px;
167
+ }
168
+ .bottom-nav {
169
+ position: absolute;
170
+ bottom: 0;
171
+ left: 0;
172
+ width: 100%;
173
+ height: 205px;
174
+ background: #f4f4f4;
175
+ border-top: 1px solid #d6d6d6;
176
+ display: flex;
177
+ align-items: center;
178
+ justify-content: space-around;
179
+ padding-top: 16px;
180
+ box-sizing: border-box;
181
+ }
182
+ .nav-item {
183
+ display: flex;
184
+ align-items: center;
185
+ flex-direction: column;
186
+ gap: 16px;
187
+ color: #8b8b8b;
188
+ font-size: 34px;
189
+ font-weight: 600;
190
+ }
191
+ .nav-item svg { width: 64px; height: 64px; stroke: #8b8b8b; fill: none; stroke-width: 6; }
192
+ .nav-item.active { color: #11a8ff; }
193
+ .nav-item.active svg { stroke: #11a8ff; }
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">10:37</div>
203
+ <div class="status-right">
204
+ <span class="status-dot"></span>
205
+ <span class="status-dot"></span>
206
+ <span class="status-dot"></span>
207
+ <!-- WiFi icon -->
208
+ <svg class="icon" viewBox="0 0 24 24">
209
+ <path d="M2 9c5-5 15-5 20 0M6 13c3-3 9-3 12 0M10 17c1-1 3-1 4 0M12 20l0 0"/>
210
+ </svg>
211
+ <!-- Battery icon -->
212
+ <svg class="icon" viewBox="0 0 24 24">
213
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2" stroke="#1a1a1a"></rect>
214
+ <rect x="21" y="10" width="2" height="4" stroke="#1a1a1a"></rect>
215
+ <rect x="4" y="8" width="12" height="8" fill="#1a1a1a" stroke="none"></rect>
216
+ </svg>
217
+ </div>
218
+ </div>
219
+
220
+ <!-- Search -->
221
+ <div class="search-wrap">
222
+ <div class="search">
223
+ <svg viewBox="0 0 24 24">
224
+ <circle cx="11" cy="11" r="7"></circle>
225
+ <line x1="16" y1="16" x2="22" y2="22"></line>
226
+ </svg>
227
+ <span>Teacher, topic or duration</span>
228
+ </div>
229
+ </div>
230
+
231
+ <!-- Explore by Topic -->
232
+ <div class="section-header">
233
+ <div class="section-title">Explore by Topic</div>
234
+ <div class="view-all">View all</div>
235
+ </div>
236
+
237
+ <div class="cards-row">
238
+ <div class="card">
239
+ <div>[IMG: Candle on holder in dim light]</div>
240
+ <div class="overlay-title">Evening</div>
241
+ </div>
242
+ <div class="card">
243
+ <div>[IMG: Night sky with crescent moon]</div>
244
+ <div class="overlay-title">At Night</div>
245
+ </div>
246
+ </div>
247
+
248
+ <!-- Popular Meditations -->
249
+ <div class="section-header popular">
250
+ <div class="section-title">Popular Meditations</div>
251
+ </div>
252
+ <div class="wide-card-wrap">
253
+ <div class="wide-card">
254
+ <div>[IMG: Sparklers close-up bokeh background]</div>
255
+ <div class="overlay-title">New Year Meditation</div>
256
+ </div>
257
+ </div>
258
+
259
+ <!-- Promo -->
260
+ <div class="promo">
261
+ <p>Want to improve your well-being?<br>Try our exclusive premium content</p>
262
+ <div class="cta">Explore Premium</div>
263
+ </div>
264
+
265
+ <!-- Home indicator -->
266
+ <div class="home-indicator"></div>
267
+
268
+ <!-- Bottom Navigation -->
269
+ <div class="bottom-nav">
270
+ <div class="nav-item">
271
+ <!-- Lotus/meditate: simple petals -->
272
+ <svg viewBox="0 0 24 24">
273
+ <path d="M12 16c-3 0-5-2-6-4 2 0 3-1 4-3 1 1 2 2 2 3 0-2 2-4 4-5-1 2-1 3 1 4 1 1 3 2 5 1-1 2-3 4-6 4Z"></path>
274
+ </svg>
275
+ <div>Meditate</div>
276
+ </div>
277
+ <div class="nav-item">
278
+ <!-- Heart -->
279
+ <svg viewBox="0 0 24 24">
280
+ <path d="M12 20s-7-5-9-9c-1.5-3 1-6 4-6 2 0 3 1 5 3 2-2 3-3 5-3 3 0 5.5 3 4 6-2 4-9 9-9 9Z"></path>
281
+ </svg>
282
+ <div>Favorites</div>
283
+ </div>
284
+ <div class="nav-item">
285
+ <!-- User -->
286
+ <svg viewBox="0 0 24 24">
287
+ <circle cx="12" cy="8" r="4"></circle>
288
+ <path d="M4 22c2-4 6-6 8-6s6 2 8 6"></path>
289
+ </svg>
290
+ <div>Profile</div>
291
+ </div>
292
+ <div class="nav-item active">
293
+ <!-- Search (active) -->
294
+ <svg viewBox="0 0 24 24">
295
+ <circle cx="11" cy="11" r="7"></circle>
296
+ <line x1="16" y1="16" x2="22" y2="22"></line>
297
+ </svg>
298
+ <div>Discover</div>
299
+ </div>
300
+ <div class="nav-item">
301
+ <!-- Menu -->
302
+ <svg viewBox="0 0 24 24">
303
+ <line x1="3" y1="6" x2="21" y2="6"></line>
304
+ <line x1="3" y1="12" x2="21" y2="12"></line>
305
+ <line x1="3" y1="18" x2="21" y2="18"></line>
306
+ </svg>
307
+ <div>Settings</div>
308
+ </div>
309
+ </div>
310
+
311
+ </div>
312
+ </body>
313
+ </html>
code/20166/20166_2.html ADDED
@@ -0,0 +1,342 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Meditation App UI Mock</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
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 180px;
24
+ background: linear-gradient(#d9d9d9, #efefef);
25
+ color: #ffffff;
26
+ }
27
+ .status-inner {
28
+ position: absolute;
29
+ top: 40px;
30
+ left: 48px;
31
+ right: 48px;
32
+ display: flex;
33
+ align-items: center;
34
+ justify-content: space-between;
35
+ color: #ffffff;
36
+ opacity: 0.95;
37
+ }
38
+ .status-left {
39
+ font-weight: 600;
40
+ font-size: 44px;
41
+ letter-spacing: 1px;
42
+ }
43
+ .status-right {
44
+ display: flex;
45
+ gap: 28px;
46
+ align-items: center;
47
+ color: #fff;
48
+ }
49
+ .status-dot { width: 12px; height: 12px; background: #ffffff; border-radius: 50%; opacity: 0.8; }
50
+
51
+ /* Content */
52
+ .content {
53
+ position: absolute;
54
+ top: 180px;
55
+ left: 0;
56
+ right: 0;
57
+ bottom: 0;
58
+ padding: 0 48px 240px;
59
+ overflow: hidden;
60
+ }
61
+
62
+ /* Search bar */
63
+ .search-bar {
64
+ width: 984px;
65
+ height: 120px;
66
+ background: #F7F7F7;
67
+ border: 1px solid #E0E0E0;
68
+ border-radius: 60px;
69
+ box-shadow: 0 4px 14px rgba(0,0,0,0.12);
70
+ display: flex;
71
+ align-items: center;
72
+ padding: 0 32px;
73
+ gap: 20px;
74
+ color: #9E9E9E;
75
+ font-size: 40px;
76
+ }
77
+ .search-icon {
78
+ width: 56px; height: 56px;
79
+ }
80
+ .search-icon svg { width: 100%; height: 100%; }
81
+
82
+ /* Section headers */
83
+ .section-row {
84
+ margin-top: 52px;
85
+ display: flex;
86
+ align-items: center;
87
+ justify-content: space-between;
88
+ }
89
+ .section-title {
90
+ font-size: 64px;
91
+ font-weight: 800;
92
+ color: #171717;
93
+ letter-spacing: 0.3px;
94
+ }
95
+ .view-all {
96
+ font-size: 38px;
97
+ font-weight: 600;
98
+ color: #6B7280;
99
+ }
100
+
101
+ /* Cards */
102
+ .card-grid {
103
+ display: flex;
104
+ gap: 36px;
105
+ margin-top: 28px;
106
+ }
107
+ .card {
108
+ width: 474px;
109
+ height: 640px;
110
+ border-radius: 44px;
111
+ overflow: hidden;
112
+ position: relative;
113
+ box-shadow: 0 6px 20px rgba(0,0,0,0.12);
114
+ border: 1px solid #BDBDBD;
115
+ background: #E0E0E0;
116
+ display: flex;
117
+ justify-content: center;
118
+ align-items: center;
119
+ color: #555;
120
+ font-size: 36px;
121
+ }
122
+ .card .caption {
123
+ position: absolute;
124
+ left: 32px;
125
+ bottom: 28px;
126
+ color: #ffffff;
127
+ font-weight: 800;
128
+ font-size: 48px;
129
+ text-shadow: 0 2px 6px rgba(0,0,0,0.35);
130
+ }
131
+
132
+ /* Wide card */
133
+ .wide-card {
134
+ width: 984px;
135
+ height: 540px;
136
+ border-radius: 44px;
137
+ margin-top: 28px;
138
+ border: 1px solid #BDBDBD;
139
+ background: #E0E0E0;
140
+ box-shadow: 0 6px 20px rgba(0,0,0,0.12);
141
+ position: relative;
142
+ display: flex;
143
+ align-items: center;
144
+ justify-content: center;
145
+ color: #555;
146
+ font-size: 36px;
147
+ }
148
+ .wide-card .caption {
149
+ position: absolute;
150
+ left: 32px;
151
+ bottom: 28px;
152
+ color: #ffffff;
153
+ font-weight: 800;
154
+ font-size: 48px;
155
+ text-shadow: 0 2px 6px rgba(0,0,0,0.35);
156
+ }
157
+
158
+ /* Promo block */
159
+ .promo {
160
+ margin-top: 120px;
161
+ text-align: center;
162
+ color: #111;
163
+ }
164
+ .promo h3 {
165
+ margin: 0 0 24px 0;
166
+ font-size: 52px;
167
+ font-weight: 800;
168
+ line-height: 1.2;
169
+ }
170
+ .promo p {
171
+ margin: 0 0 48px 0;
172
+ font-size: 42px;
173
+ font-weight: 700;
174
+ color: #111;
175
+ }
176
+ .cta-btn {
177
+ display: inline-flex;
178
+ align-items: center;
179
+ justify-content: center;
180
+ width: 900px;
181
+ height: 124px;
182
+ background: #119CFF;
183
+ color: #fff;
184
+ font-weight: 800;
185
+ font-size: 44px;
186
+ border-radius: 70px;
187
+ box-shadow: 0 8px 20px rgba(17,156,255,0.35);
188
+ }
189
+
190
+ /* Home indicator */
191
+ .home-indicator {
192
+ position: absolute;
193
+ bottom: 220px;
194
+ left: 50%;
195
+ transform: translateX(-50%);
196
+ width: 420px;
197
+ height: 14px;
198
+ background: #CFCFCF;
199
+ border-radius: 10px;
200
+ opacity: 0.9;
201
+ }
202
+
203
+ /* Bottom navigation */
204
+ .nav-bar {
205
+ position: absolute;
206
+ bottom: 0;
207
+ left: 0;
208
+ width: 1080px;
209
+ height: 220px;
210
+ background: #F5F5F5;
211
+ border-top: 1px solid #E2E2E2;
212
+ display: flex;
213
+ align-items: center;
214
+ justify-content: space-around;
215
+ }
216
+ .nav-item {
217
+ width: 18%;
218
+ display: flex;
219
+ flex-direction: column;
220
+ align-items: center;
221
+ justify-content: center;
222
+ color: #8A8A8A;
223
+ gap: 14px;
224
+ }
225
+ .nav-item svg { width: 64px; height: 64px; }
226
+ .nav-label { font-size: 32px; font-weight: 600; }
227
+ .active { color: #119CFF; }
228
+ .icon-emoji {
229
+ font-size: 60px;
230
+ line-height: 1;
231
+ }
232
+ </style>
233
+ </head>
234
+ <body>
235
+ <div id="render-target">
236
+
237
+ <!-- Status bar -->
238
+ <div class="status-bar">
239
+ <div class="status-inner">
240
+ <div class="status-left">10:40</div>
241
+ <div class="status-right">
242
+ <span>๐Ÿ””</span>
243
+ <span>๐Ÿ”’</span>
244
+ <span>ib</span>
245
+ <span>๐Ÿ“Œ</span>
246
+ <span class="status-dot"></span>
247
+ <span>๐Ÿ“ถ</span>
248
+ <span>๐Ÿ”‹</span>
249
+ </div>
250
+ </div>
251
+ </div>
252
+
253
+ <div class="content">
254
+ <!-- Search -->
255
+ <div class="search-bar">
256
+ <div class="search-icon">
257
+ <svg viewBox="0 0 24 24">
258
+ <circle cx="10" cy="10" r="7" stroke="#9E9E9E" stroke-width="2" fill="none"></circle>
259
+ <line x1="16" y1="16" x2="22" y2="22" stroke="#9E9E9E" stroke-width="2" stroke-linecap="round"></line>
260
+ </svg>
261
+ </div>
262
+ <div>Teacher, topic or duration</div>
263
+ </div>
264
+
265
+ <!-- Explore by Topic -->
266
+ <div class="section-row" style="margin-top: 52px;">
267
+ <div class="section-title">Explore by Topic</div>
268
+ <div class="view-all">View all</div>
269
+ </div>
270
+
271
+ <div class="card-grid">
272
+ <div class="card">
273
+ <div>[IMG: Candle at evening]</div>
274
+ <div class="caption">Evening</div>
275
+ </div>
276
+ <div class="card">
277
+ <div>[IMG: Night sky with moon]</div>
278
+ <div class="caption">At Night</div>
279
+ </div>
280
+ </div>
281
+
282
+ <!-- Popular Meditations -->
283
+ <div class="section-row" style="margin-top: 64px;">
284
+ <div class="section-title">Popular Meditations</div>
285
+ <div></div>
286
+ </div>
287
+
288
+ <div class="wide-card">
289
+ <div>[IMG: Sparkler lights close-up]</div>
290
+ <div class="caption">New Year Meditation</div>
291
+ </div>
292
+
293
+ <!-- Promo -->
294
+ <div class="promo">
295
+ <h3>Want to improve your well-being?</h3>
296
+ <p>Try our exclusive premium content</p>
297
+ <div class="cta-btn">Explore Premium</div>
298
+ </div>
299
+ </div>
300
+
301
+ <!-- Home indicator -->
302
+ <div class="home-indicator"></div>
303
+
304
+ <!-- Bottom navigation -->
305
+ <div class="nav-bar">
306
+ <div class="nav-item">
307
+ <div class="icon-emoji">๐Ÿง˜</div>
308
+ <div class="nav-label">Meditate</div>
309
+ </div>
310
+ <div class="nav-item">
311
+ <svg viewBox="0 0 24 24">
312
+ <path d="M12 21s-7-4.4-7-9.5C5 8 7.5 6 10 6c1.3 0 2.4.6 3 1.6C13.6 6.6 14.7 6 16 6c2.5 0 5 2 5 5.5C21 16.6 12 21 12 21z" fill="none" stroke="#8A8A8A" stroke-width="2" />
313
+ </svg>
314
+ <div class="nav-label">Favorites</div>
315
+ </div>
316
+ <div class="nav-item">
317
+ <svg viewBox="0 0 24 24">
318
+ <circle cx="12" cy="8" r="4" fill="none" stroke="#8A8A8A" stroke-width="2"/>
319
+ <path d="M4 22c0-4.4 3.6-8 8-8s8 3.6 8 8" fill="none" stroke="#8A8A8A" stroke-width="2"/>
320
+ </svg>
321
+ <div class="nav-label">Profile</div>
322
+ </div>
323
+ <div class="nav-item active">
324
+ <svg viewBox="0 0 24 24">
325
+ <circle cx="10" cy="10" r="6" fill="none" stroke="#119CFF" stroke-width="2"/>
326
+ <line x1="16.5" y1="16.5" x2="22" y2="22" stroke="#119CFF" stroke-width="2" stroke-linecap="round"/>
327
+ </svg>
328
+ <div class="nav-label">Discover</div>
329
+ </div>
330
+ <div class="nav-item">
331
+ <svg viewBox="0 0 24 24">
332
+ <line x1="4" y1="7" x2="20" y2="7" stroke="#8A8A8A" stroke-width="2" stroke-linecap="round"/>
333
+ <line x1="4" y1="12" x2="20" y2="12" stroke="#8A8A8A" stroke-width="2" stroke-linecap="round"/>
334
+ <line x1="4" y1="17" x2="20" y2="17" stroke="#8A8A8A" stroke-width="2" stroke-linecap="round"/>
335
+ </svg>
336
+ <div class="nav-label">Settings</div>
337
+ </div>
338
+ </div>
339
+
340
+ </div>
341
+ </body>
342
+ </html>