yhzheng1031 commited on
Commit
2a523ef
·
verified ·
1 Parent(s): 6c73790

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/3837/3837_16.html +309 -0
  2. code/3837/3837_17.html +237 -0
  3. code/3837/3837_19.html +253 -0
  4. code/3837/3837_20.html +309 -0
  5. code/3837/3837_3.html +306 -0
  6. code/3837/3837_4.html +385 -0
  7. code/3837/3837_5.html +397 -0
  8. code/3837/3837_6.html +332 -0
  9. code/3837/3837_7.html +286 -0
  10. code/3837/3837_8.html +324 -0
  11. code/3837/3837_9.html +265 -0
  12. code/3838/3838_1.html +96 -0
  13. code/3838/3838_2.html +316 -0
  14. code/3838/3838_3.html +250 -0
  15. code/3838/3838_4.html +318 -0
  16. code/3838/3838_5.html +168 -0
  17. code/384/384_0.html +155 -0
  18. code/384/384_1.html +354 -0
  19. code/384/384_3.html +304 -0
  20. code/384/384_4.html +382 -0
  21. code/3840/3840_0.html +404 -0
  22. code/3840/3840_1.html +386 -0
  23. code/3840/3840_2.html +268 -0
  24. code/3840/3840_3.html +235 -0
  25. code/3840/3840_4.html +310 -0
  26. code/3840/3840_5.html +407 -0
  27. code/3843/3843_0.html +404 -0
  28. code/3843/3843_1.html +289 -0
  29. code/3843/3843_2.html +256 -0
  30. code/3843/3843_3.html +327 -0
  31. code/3843/3843_4.html +297 -0
  32. code/3848/3848_0.html +332 -0
  33. code/3848/3848_2.html +293 -0
  34. code/3848/3848_3.html +359 -0
  35. code/3848/3848_4.html +236 -0
  36. code/3848/3848_5.html +234 -0
  37. code/3848/3848_6.html +310 -0
  38. code/3850/3850_0.html +354 -0
  39. code/3850/3850_1.html +240 -0
  40. code/3850/3850_2.html +280 -0
  41. code/3850/3850_3.html +272 -0
  42. code/3850/3850_4.html +248 -0
  43. code/3850/3850_5.html +257 -0
  44. code/3854/3854_0.html +344 -0
  45. code/3854/3854_1.html +389 -0
  46. code/3854/3854_2.html +335 -0
  47. code/3854/3854_3.html +311 -0
  48. code/3854/3854_4.html +317 -0
  49. code/3854/3854_5.html +274 -0
  50. code/3855/3855_0.html +277 -0
code/3837/3837_16.html ADDED
@@ -0,0 +1,309 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Walking Form 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
+ border-radius: 0;
15
+ box-shadow: none;
16
+ color: #222;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ height: 110px;
22
+ padding: 24px 36px;
23
+ box-sizing: border-box;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ color: #555;
28
+ font-size: 34px;
29
+ }
30
+ .status-left {
31
+ display: flex;
32
+ align-items: center;
33
+ gap: 20px;
34
+ }
35
+ .status-icons {
36
+ display: inline-flex;
37
+ align-items: center;
38
+ gap: 16px;
39
+ }
40
+ .dot-icon { width: 12px; height: 12px; background: #7a7a7a; border-radius: 50%; display: inline-block; }
41
+
42
+ .status-right {
43
+ display: flex; align-items: center; gap: 24px;
44
+ }
45
+ .status-icon svg { width: 42px; height: 42px; }
46
+
47
+ /* App bar */
48
+ .app-bar {
49
+ height: 140px;
50
+ border-bottom: 1px solid #E6E6E6;
51
+ padding: 0 36px;
52
+ display: flex; align-items: center;
53
+ box-sizing: border-box;
54
+ }
55
+ .back-btn { width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; }
56
+ .title { font-size: 48px; font-weight: 700; color: #3A3A3A; margin-left: 12px; }
57
+ .app-bar-right { margin-left: auto; font-size: 36px; font-weight: 600; color: #2E54D7; letter-spacing: 0.5px; }
58
+
59
+ /* Content */
60
+ .content { padding: 36px; box-sizing: border-box; }
61
+ .section { padding: 24px 0; }
62
+ .label { font-size: 36px; color: #333; margin-bottom: 20px; font-weight: 600; }
63
+
64
+ .input-row { display: flex; gap: 40px; }
65
+ .field { flex: 1; }
66
+ .field .value {
67
+ font-size: 44px;
68
+ color: #2b2b2b;
69
+ padding-bottom: 12px;
70
+ border-bottom: 2px solid #CFCFCF;
71
+ }
72
+ .field .value .caret {
73
+ float: right;
74
+ transform: translateY(8px);
75
+ }
76
+
77
+ .active .value {
78
+ color: #2949CF;
79
+ border-bottom-color: #2949CF;
80
+ border-bottom-width: 3px;
81
+ }
82
+
83
+ .triplet { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; }
84
+
85
+ /* Notes + camera */
86
+ .notes-wrap { position: relative; }
87
+ .camera-btn {
88
+ position: absolute;
89
+ right: 0;
90
+ top: 0;
91
+ width: 120px;
92
+ height: 96px;
93
+ border: 2px solid #173175;
94
+ border-radius: 20px;
95
+ display: flex; align-items: center; justify-content: center;
96
+ }
97
+ .placeholder { color: #858585; }
98
+
99
+ .divider { height: 20px; background: #F4F4F4; margin: 24px -36px; }
100
+
101
+ /* Save bar */
102
+ .save-bar {
103
+ position: absolute;
104
+ left: 0; right: 0;
105
+ bottom: 930px;
106
+ height: 128px;
107
+ background: #4D5AD8;
108
+ color: #fff;
109
+ display: flex; align-items: center; justify-content: center;
110
+ font-size: 38px; font-weight: 700; letter-spacing: 1px;
111
+ }
112
+
113
+ /* Keyboard mock */
114
+ .keyboard {
115
+ position: absolute;
116
+ left: 0; right: 0; bottom: 0;
117
+ height: 920px;
118
+ background: #1F1A13;
119
+ padding: 40px 36px 120px;
120
+ box-sizing: border-box;
121
+ }
122
+ .keys {
123
+ display: grid;
124
+ grid-template-columns: repeat(4, 1fr);
125
+ grid-auto-rows: 180px;
126
+ gap: 32px;
127
+ }
128
+ .key {
129
+ background: #3A3224;
130
+ border-radius: 92px;
131
+ display: flex; align-items: center; justify-content: center;
132
+ color: #F1E6C9;
133
+ font-size: 72px; font-weight: 500;
134
+ }
135
+ .key.small { font-size: 60px; }
136
+ .key.yellow { background: #F6E37C; color: #3A2F1E; }
137
+ .key.pink { background: #FFD9CF; color: #2E2015; }
138
+ .bottom-bar {
139
+ position: absolute; left: 50%; transform: translateX(-50%);
140
+ bottom: 34px; width: 360px; height: 14px; background: #EDEDED; border-radius: 8px;
141
+ }
142
+ .collapse-caret {
143
+ position: absolute;
144
+ left: 52px; bottom: 74px;
145
+ width: 28px; height: 28px; border-left: 4px solid #C7C1B7; border-bottom: 4px solid #C7C1B7;
146
+ transform: rotate(45deg);
147
+ }
148
+ </style>
149
+ </head>
150
+ <body>
151
+ <div id="render-target">
152
+
153
+ <!-- Status Bar -->
154
+ <div class="status-bar">
155
+ <div class="status-left">
156
+ <div class="sb-time">11:24</div>
157
+ <div class="status-icons">
158
+ <span class="dot-icon"></span>
159
+ <span class="dot-icon"></span>
160
+ <span class="dot-icon"></span>
161
+ <span class="dot-icon"></span>
162
+ <span class="dot-icon"></span>
163
+ </div>
164
+ </div>
165
+ <div class="status-right">
166
+ <span class="status-icon">
167
+ <!-- WiFi -->
168
+ <svg viewBox="0 0 24 24">
169
+ <path d="M2 8c5-4 15-4 20 0" stroke="#666" stroke-width="2" fill="none" stroke-linecap="round"/>
170
+ <path d="M5 12c4-3 10-3 14 0" stroke="#666" stroke-width="2" fill="none" stroke-linecap="round"/>
171
+ <circle cx="12" cy="16" r="2" fill="#666"/>
172
+ </svg>
173
+ </span>
174
+ <span class="status-icon">
175
+ <!-- Battery -->
176
+ <svg viewBox="0 0 28 24">
177
+ <rect x="1" y="5" width="22" height="14" rx="2" ry="2" stroke="#666" stroke-width="2" fill="none"/>
178
+ <rect x="3" y="7" width="18" height="10" fill="#666"/>
179
+ <rect x="23" y="9" width="4" height="6" fill="#666"/>
180
+ </svg>
181
+ </span>
182
+ </div>
183
+ </div>
184
+
185
+ <!-- App Bar -->
186
+ <div class="app-bar">
187
+ <div class="back-btn">
188
+ <svg viewBox="0 0 24 24">
189
+ <path d="M14 4 L6 12 L14 20" stroke="#2C2C2C" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
190
+ </svg>
191
+ </div>
192
+ <div class="title">Walking</div>
193
+ <div class="app-bar-right">MORE</div>
194
+ </div>
195
+
196
+ <!-- Main Content -->
197
+ <div class="content">
198
+ <div class="section">
199
+ <div class="label">Name</div>
200
+ <div class="field">
201
+ <div class="value">Fit Morning</div>
202
+ </div>
203
+ </div>
204
+
205
+ <div class="divider"></div>
206
+
207
+ <div class="section">
208
+ <div class="input-row">
209
+ <div class="field">
210
+ <div class="label">Date</div>
211
+ <div class="value">
212
+ 12/23/2023
213
+ <span class="caret">
214
+ <svg width="36" height="36" viewBox="0 0 24 24">
215
+ <path d="M4 9 L12 15 L20 9" fill="none" stroke="#666" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
216
+ </svg>
217
+ </span>
218
+ </div>
219
+ </div>
220
+ <div class="field">
221
+ <div class="label">Start Time</div>
222
+ <div class="value">
223
+ 7:00 AM
224
+ <span class="caret">
225
+ <svg width="36" height="36" viewBox="0 0 24 24">
226
+ <path d="M4 9 L12 15 L20 9" fill="none" stroke="#666" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
227
+ </svg>
228
+ </span>
229
+ </div>
230
+ </div>
231
+ </div>
232
+ </div>
233
+
234
+ <div class="divider"></div>
235
+
236
+ <div class="section triplet">
237
+ <div class="field active">
238
+ <div class="label">Duration</div>
239
+ <div class="value">3:00</div>
240
+ </div>
241
+ <div class="field">
242
+ <div class="label">Miles</div>
243
+ <div class="value">&nbsp;</div>
244
+ </div>
245
+ <div class="field">
246
+ <div class="label">Calories</div>
247
+ <div class="value">4</div>
248
+ </div>
249
+ </div>
250
+
251
+ <div class="divider"></div>
252
+
253
+ <div class="section notes-wrap">
254
+ <div class="label">Notes</div>
255
+ <div class="field">
256
+ <div class="value placeholder">How did it go, Karin?</div>
257
+ </div>
258
+ <div class="camera-btn">
259
+ <svg width="64" height="48" viewBox="0 0 24 24">
260
+ <rect x="3" y="6" width="18" height="12" rx="2" ry="2" fill="none" stroke="#173175" stroke-width="2"/>
261
+ <rect x="8" y="3" width="8" height="4" rx="1" ry="1" fill="none" stroke="#173175" stroke-width="2"/>
262
+ <circle cx="12" cy="12" r="3" fill="none" stroke="#173175" stroke-width="2"/>
263
+ </svg>
264
+ </div>
265
+ </div>
266
+ </div>
267
+
268
+ <!-- Save Activity Bar -->
269
+ <div class="save-bar">SAVE ACTIVITY</div>
270
+
271
+ <!-- Numeric Keyboard Mock -->
272
+ <div class="keyboard">
273
+ <div class="keys">
274
+ <div class="key">1</div>
275
+ <div class="key">2</div>
276
+ <div class="key">3</div>
277
+ <div class="key small">−</div>
278
+
279
+ <div class="key">4</div>
280
+ <div class="key">5</div>
281
+ <div class="key">6</div>
282
+ <div class="key small">⌫</div>
283
+
284
+ <div class="key">7</div>
285
+ <div class="key">8</div>
286
+ <div class="key">9</div>
287
+ <div class="key yellow">
288
+ <svg width="72" height="72" viewBox="0 0 24 24">
289
+ <path d="M7 7 L17 7 L17 17 L7 17" fill="none" stroke="#2E2015" stroke-width="2"/>
290
+ <path d="M12 9 L9 12 L12 15" fill="none" stroke="#2E2015" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
291
+ </svg>
292
+ </div>
293
+
294
+ <div class="key small">,</div>
295
+ <div class="key">0</div>
296
+ <div class="key small">.</div>
297
+ <div class="key pink">
298
+ <svg width="72" height="72" viewBox="0 0 24 24">
299
+ <path d="M5 12 L15 12" stroke="#2E2015" stroke-width="2" fill="none" stroke-linecap="round"/>
300
+ <path d="M11 8 L15 12 L11 16" stroke="#2E2015" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
301
+ </svg>
302
+ </div>
303
+ </div>
304
+ <div class="collapse-caret"></div>
305
+ <div class="bottom-bar"></div>
306
+ </div>
307
+ </div>
308
+ </body>
309
+ </html>
code/3837/3837_17.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>Walking Activity</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #FFFFFF;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ height: 110px;
17
+ display: flex; align-items: center;
18
+ padding: 0 36px; color: #333;
19
+ font-size: 36px;
20
+ }
21
+ .status-icons { margin-left: 18px; display: flex; gap: 18px; align-items: center; }
22
+ .dot { width: 12px; height: 12px; background: #808080; border-radius: 50%; }
23
+ .tri { width: 22px; height: 22px; border: 3px solid #808080; transform: rotate(45deg); border-left: none; border-bottom: none; }
24
+ .wifi {
25
+ width: 34px; height: 22px; position: relative;
26
+ }
27
+ .wifi:before, .wifi:after {
28
+ content: ""; position: absolute; left: 0; right: 0; margin: auto; border: 3px solid #666; border-radius: 50%;
29
+ }
30
+ .wifi:before { width: 34px; height: 20px; top: 0; border-bottom: none; }
31
+ .wifi:after { width: 22px; height: 14px; top: 3px; border-bottom: none; }
32
+ .battery {
33
+ width: 42px; height: 20px; border: 3px solid #666; border-radius: 4px; position: relative; margin-left: 12px;
34
+ }
35
+ .battery:after { content: ""; position: absolute; right: -8px; top: 5px; width: 6px; height: 10px; background: #666; border-radius: 2px; }
36
+ .battery .level { position: absolute; left: 3px; top: 3px; height: 12px; width: 28px; background: #666; border-radius: 2px; }
37
+
38
+ /* App bar */
39
+ .app-bar {
40
+ height: 140px; display: flex; align-items: center; border-bottom: 1px solid #E5E5E5;
41
+ padding: 0 36px;
42
+ }
43
+ .back-btn { width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; }
44
+ .app-title { font-size: 48px; font-weight: 700; color: #3A3A3A; margin-left: 10px; }
45
+ .app-more { margin-left: auto; font-size: 36px; color: #294BDB; font-weight: 600; }
46
+
47
+ /* Content */
48
+ .content { padding: 20px 48px 0 48px; color: #333; }
49
+ .section { margin-top: 36px; }
50
+ .label { font-size: 36px; font-weight: 700; color: #2E2E2E; margin-bottom: 16px; }
51
+ .input {
52
+ font-size: 40px; color: #1a73e8;
53
+ padding: 10px 0; position: relative;
54
+ }
55
+ .line { height: 3px; background: #BDBDBD; }
56
+ .line.active { background: #2f49b6; }
57
+ .row-2 { display: flex; gap: 60px; margin-top: 10px; }
58
+ .col { flex: 1; }
59
+ .value { font-size: 40px; color: #333; padding: 10px 0; position: relative; }
60
+ .value.blue { color: #1a73e8; }
61
+ .dropdown {
62
+ position: absolute; right: 0; top: 18px; width: 28px; height: 28px;
63
+ }
64
+ .row-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 50px; margin-top: 10px; }
65
+ .notes-wrap { position: relative; }
66
+ .notes-placeholder { font-size: 36px; color: #8A8A8A; padding: 12px 0; }
67
+ .camera {
68
+ position: absolute; right: 4px; top: 0; width: 80px; height: 80px; border: 3px solid #19327B; border-radius: 16px;
69
+ display: flex; align-items: center; justify-content: center;
70
+ }
71
+
72
+ /* Save bar */
73
+ .save-bar {
74
+ height: 120px; background: #4C5AD8; color: #fff; display: flex; align-items: center; justify-content: center;
75
+ font-size: 36px; font-weight: 800; letter-spacing: 1px; margin-top: 40px;
76
+ }
77
+
78
+ /* Keyboard */
79
+ .keyboard {
80
+ position: absolute; left: 0; right: 0; bottom: 70px;
81
+ height: 900px; background: #1F1A12; padding: 40px 36px;
82
+ box-sizing: border-box;
83
+ }
84
+ .key-grid {
85
+ display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 180px; gap: 28px;
86
+ }
87
+ .key {
88
+ background: #2A2419; border-radius: 90px; color: #F4EAD2;
89
+ font-size: 64px; display: flex; align-items: center; justify-content: center; font-weight: 500;
90
+ box-shadow: inset 0 0 0 2px rgba(0,0,0,0.15);
91
+ }
92
+ .key.small { font-size: 56px; }
93
+ .key.yellow { background: #F4D978; color: #3A2E25; }
94
+ .key.pink { background: #FFD9CE; color: #3A2E25; }
95
+ .gesture-bar {
96
+ position: absolute; left: 50%; transform: translateX(-50%);
97
+ bottom: 20px; width: 280px; height: 10px; background: #EAEAEA; border-radius: 8px;
98
+ }
99
+ .down-caret {
100
+ position: absolute; left: 60px; bottom: 48px; width: 20px; height: 20px; border-left: 4px solid #CFCFCF; border-bottom: 4px solid #CFCFCF; transform: rotate(-45deg);
101
+ }
102
+ </style>
103
+ </head>
104
+ <body>
105
+ <div id="render-target">
106
+ <!-- Status Bar -->
107
+ <div class="status-bar">
108
+ <div>11:24</div>
109
+ <div class="status-icons">
110
+ <div class="dot"></div>
111
+ <div class="dot"></div>
112
+ <div class="tri"></div>
113
+ <div class="dot"></div>
114
+ <div class="dot"></div>
115
+ <div class="dot"></div>
116
+ <div class="dot"></div>
117
+ <div class="dot"></div>
118
+ <div class="dot"></div>
119
+ <div class="wifi"></div>
120
+ <div class="battery"><div class="level"></div></div>
121
+ </div>
122
+ </div>
123
+
124
+ <!-- App Bar -->
125
+ <div class="app-bar">
126
+ <div class="back-btn">
127
+ <svg width="44" height="44" viewBox="0 0 24 24">
128
+ <path d="M15 18l-6-6 6-6" fill="none" stroke="#3a3a3a" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
129
+ </svg>
130
+ </div>
131
+ <div class="app-title">Walking</div>
132
+ <div class="app-more">MORE</div>
133
+ </div>
134
+
135
+ <!-- Content -->
136
+ <div class="content">
137
+ <!-- Name -->
138
+ <div class="section">
139
+ <div class="label">Name</div>
140
+ <div class="input">Fit Morning</div>
141
+ <div class="line"></div>
142
+ </div>
143
+
144
+ <!-- Date & Start Time -->
145
+ <div class="section">
146
+ <div class="row-2">
147
+ <div class="col">
148
+ <div class="label">Date</div>
149
+ <div class="value">12/23/2023
150
+ <svg class="dropdown" viewBox="0 0 24 24">
151
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#777" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
152
+ </svg>
153
+ </div>
154
+ <div class="line"></div>
155
+ </div>
156
+ <div class="col">
157
+ <div class="label">Start Time</div>
158
+ <div class="value">7:00 AM
159
+ <svg class="dropdown" viewBox="0 0 24 24">
160
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#777" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
161
+ </svg>
162
+ </div>
163
+ <div class="line"></div>
164
+ </div>
165
+ </div>
166
+ </div>
167
+
168
+ <!-- Duration / Miles / Calories -->
169
+ <div class="section">
170
+ <div class="row-3">
171
+ <div class="col">
172
+ <div class="label">Duration</div>
173
+ <div class="value blue">30:00</div>
174
+ <div class="line active"></div>
175
+ </div>
176
+ <div class="col">
177
+ <div class="label">Miles</div>
178
+ <div class="value">&nbsp;</div>
179
+ <div class="line"></div>
180
+ </div>
181
+ <div class="col">
182
+ <div class="label">Calories</div>
183
+ <div class="value blue">44</div>
184
+ <div class="line"></div>
185
+ </div>
186
+ </div>
187
+ </div>
188
+
189
+ <!-- Notes -->
190
+ <div class="section notes-wrap">
191
+ <div class="label">Notes</div>
192
+ <div class="camera">
193
+ <svg width="48" height="48" viewBox="0 0 24 24">
194
+ <rect x="3" y="6" width="18" height="12" rx="3" ry="3" fill="none" stroke="#19327B" stroke-width="2"/>
195
+ <path d="M7.5 6.5l2-3h5l2 3" fill="none" stroke="#19327B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
196
+ <circle cx="12" cy="12" r="3" fill="none" stroke="#19327B" stroke-width="2"/>
197
+ </svg>
198
+ </div>
199
+ <div class="notes-placeholder">How did it go, Karin?</div>
200
+ <div class="line"></div>
201
+ </div>
202
+
203
+ <!-- Save Activity -->
204
+ <div class="save-bar">SAVE ACTIVITY</div>
205
+ </div>
206
+
207
+ <!-- Keyboard -->
208
+ <div class="keyboard">
209
+ <div class="key-grid">
210
+ <div class="key">1</div>
211
+ <div class="key">2</div>
212
+ <div class="key">3</div>
213
+ <div class="key">−</div>
214
+
215
+ <div class="key">4</div>
216
+ <div class="key">5</div>
217
+ <div class="key">6</div>
218
+ <div class="key small">⌟</div>
219
+
220
+ <div class="key">7</div>
221
+ <div class="key">8</div>
222
+ <div class="key">9</div>
223
+ <div class="key yellow">⌫</div>
224
+
225
+ <div class="key">,</div>
226
+ <div class="key">0</div>
227
+ <div class="key">.</div>
228
+ <div class="key pink">↩︎</div>
229
+ </div>
230
+ </div>
231
+
232
+ <!-- Gesture bar and caret -->
233
+ <div class="gesture-bar"></div>
234
+ <div class="down-caret"></div>
235
+ </div>
236
+ </body>
237
+ </html>
code/3837/3837_19.html ADDED
@@ -0,0 +1,253 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Walking Activity UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #ffffff; border-radius: 24px;
12
+ box-shadow: 0 8px 24px rgba(0,0,0,0.08);
13
+ color: #222;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ height: 96px;
19
+ padding: 0 40px;
20
+ display: flex; align-items: center; justify-content: space-between;
21
+ color: #444;
22
+ font-size: 44px; letter-spacing: 0.5px;
23
+ }
24
+ .sb-right { display: flex; align-items: center; gap: 28px; }
25
+ .dot { width: 10px; height: 10px; background: #777; border-radius: 50%; display: inline-block; }
26
+
27
+ /* Header */
28
+ .header {
29
+ height: 120px;
30
+ display: flex; align-items: center;
31
+ padding: 0 40px;
32
+ border-bottom: 1px solid #e6e6e6;
33
+ }
34
+ .header .title { font-weight: 700; font-size: 56px; color: #40464f; margin-left: 24px; }
35
+ .header .more { margin-left: auto; color: #2f4cd0; font-weight: 700; font-size: 44px; letter-spacing: 0.5px; }
36
+
37
+ /* Icons */
38
+ .icon-btn { width: 72px; height: 72px; display: inline-flex; align-items: center; justify-content: center; }
39
+ .chev-down { width: 28px; height: 28px; margin-left: 12px; }
40
+ .camera {
41
+ width: 96px; height: 96px; border: 3px solid #1e3a8a; border-radius: 18px;
42
+ display: flex; align-items: center; justify-content: center; color: #1e3a8a;
43
+ }
44
+
45
+ /* Content */
46
+ .content { padding: 24px 48px; }
47
+ .section { margin-top: 36px; }
48
+
49
+ .label { color: #3d3d3d; font-weight: 700; font-size: 40px; margin-bottom: 20px; }
50
+ .field {
51
+ font-size: 44px; color: #2f4cd0;
52
+ padding: 16px 0;
53
+ border-bottom: 2px solid #cfcfcf;
54
+ }
55
+
56
+ .grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; }
57
+ .grid-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 44px; }
58
+
59
+ .sub-label { font-weight: 700; color: #333; font-size: 40px; margin-bottom: 14px; }
60
+ .input-line {
61
+ font-size: 44px; color: #1b1b1b; padding: 10px 0;
62
+ border-bottom: 2px solid #cfcfcf;
63
+ display: flex; align-items: center; justify-content: space-between;
64
+ }
65
+ .input-line .value { color: #1b1b1b; }
66
+ .input-line.active { border-bottom: 4px solid #2f4cd0; }
67
+ .placeholder { color: #7a8088; }
68
+ .notes-row { display: flex; align-items: center; gap: 24px; }
69
+ .divider { height: 24px; }
70
+
71
+ /* Save bar */
72
+ .save-bar {
73
+ position: absolute; left: 0; right: 0; bottom: 920px;
74
+ height: 120px; background: #4c57d6; display: flex; align-items: center; justify-content: center;
75
+ color: #fff; font-weight: 800; font-size: 44px; letter-spacing: 1px;
76
+ }
77
+
78
+ /* Numeric keypad overlay */
79
+ .keypad {
80
+ position: absolute; left: 0; bottom: 0; width: 100%; height: 920px;
81
+ background: #1d1a14;
82
+ padding: 40px 36px 60px;
83
+ box-sizing: border-box;
84
+ }
85
+ .keys {
86
+ display: grid;
87
+ grid-template-columns: repeat(4, 1fr);
88
+ grid-auto-rows: 150px;
89
+ gap: 28px;
90
+ margin-top: 24px;
91
+ }
92
+ .key {
93
+ background: #332d23;
94
+ border-radius: 100px;
95
+ color: #f4ecd5;
96
+ font-size: 64px;
97
+ display: flex; align-items: center; justify-content: center;
98
+ box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04);
99
+ }
100
+ .key.yellow { background: #f5de78; color: #2a2108; font-weight: 700; }
101
+ .key.pink { background: #ffd7cc; color: #301d16; font-weight: 700; }
102
+ .key.dim { background: #2c271f; }
103
+
104
+ /* little drag indicator and home bar */
105
+ .chevron-down {
106
+ width: 40px; height: 40px; color: #c9c1a7;
107
+ }
108
+ .home-bar {
109
+ position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%);
110
+ width: 420px; height: 12px; background: #e8e8e8; border-radius: 8px;
111
+ opacity: 0.9;
112
+ }
113
+ </style>
114
+ </head>
115
+ <body>
116
+ <div id="render-target">
117
+
118
+ <!-- Status Bar -->
119
+ <div class="status-bar">
120
+ <div>11:25</div>
121
+ <div class="sb-right">
122
+ <!-- simple placeholders for status icons -->
123
+ <svg width="44" height="44" viewBox="0 0 24 24"><path d="M4 18h16v2H4z" fill="#666"/></svg>
124
+ <svg width="44" height="44" viewBox="0 0 24 24"><path d="M3 12l4 4 6-8 7 10H3z" fill="#666"/></svg>
125
+ <svg width="44" height="44" viewBox="0 0 24 24"><path d="M2 18h20v-2H2zm4-4h12v-2H6zm4-4h4V8h-4z" fill="#666"/></svg>
126
+ <svg width="44" height="44" viewBox="0 0 24 24"><path d="M3 12a9 9 0 1018 0A9 9 0 003 12z" fill="none" stroke="#666" stroke-width="2"/></svg>
127
+ <svg width="44" height="44" viewBox="0 0 24 24"><path d="M16 4h4v16h-4zM4 10h10v10H4z" fill="#666"/></svg>
128
+ </div>
129
+ </div>
130
+
131
+ <!-- Header -->
132
+ <div class="header">
133
+ <div class="icon-btn">
134
+ <svg width="48" height="48" viewBox="0 0 24 24"><path d="M15 19l-7-7 7-7" fill="none" stroke="#2f4cd0" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
135
+ </div>
136
+ <div class="title">Walking</div>
137
+ <div class="more">MORE</div>
138
+ </div>
139
+
140
+ <!-- Content -->
141
+ <div class="content">
142
+ <!-- Name -->
143
+ <div class="section">
144
+ <div class="label">Name</div>
145
+ <div class="field">Fit Morning</div>
146
+ </div>
147
+
148
+ <div class="divider"></div>
149
+
150
+ <!-- Date & Start Time -->
151
+ <div class="section grid-2">
152
+ <div>
153
+ <div class="sub-label">Date</div>
154
+ <div class="input-line">
155
+ <div class="value">12/23/2023</div>
156
+ <svg class="chev-down" viewBox="0 0 24 24">
157
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#666" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
158
+ </svg>
159
+ </div>
160
+ </div>
161
+ <div>
162
+ <div class="sub-label">Start Time</div>
163
+ <div class="input-line">
164
+ <div class="value">7:00 AM</div>
165
+ <svg class="chev-down" viewBox="0 0 24 24">
166
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#666" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
167
+ </svg>
168
+ </div>
169
+ </div>
170
+ </div>
171
+
172
+ <!-- Duration / Miles / Calories -->
173
+ <div class="section grid-3">
174
+ <div>
175
+ <div class="sub-label">Duration</div>
176
+ <div class="input-line">
177
+ <div class="value" style="color:#2f4cd0;">30:00</div>
178
+ </div>
179
+ </div>
180
+ <div>
181
+ <div class="sub-label">Miles</div>
182
+ <div class="input-line active">
183
+ <div class="value" style="color:#2f4cd0;">5</div>
184
+ </div>
185
+ </div>
186
+ <div>
187
+ <div class="sub-label">Calories</div>
188
+ <div class="input-line">
189
+ <div class="value" style="color:#2f4cd0;">581</div>
190
+ </div>
191
+ </div>
192
+ </div>
193
+
194
+ <!-- Notes -->
195
+ <div class="section">
196
+ <div class="sub-label">Notes</div>
197
+ <div class="notes-row">
198
+ <div class="input-line" style="flex:1;">
199
+ <div class="placeholder">How did it go, Karin?</div>
200
+ </div>
201
+ <div class="camera">
202
+ <svg width="48" height="48" viewBox="0 0 24 24">
203
+ <rect x="3" y="7" width="18" height="12" rx="3" ry="3" fill="none" stroke="#1e3a8a" stroke-width="2"/>
204
+ <circle cx="12" cy="13" r="4" fill="none" stroke="#1e3a8a" stroke-width="2"/>
205
+ <path d="M8 7l2-2h4l2 2" fill="none" stroke="#1e3a8a" stroke-width="2" stroke-linecap="round"/>
206
+ </svg>
207
+ </div>
208
+ </div>
209
+ </div>
210
+ </div>
211
+
212
+ <!-- Save Bar -->
213
+ <div class="save-bar">SAVE ACTIVITY</div>
214
+
215
+ <!-- Keypad Overlay -->
216
+ <div class="keypad">
217
+ <div style="display:flex; align-items:center; gap:12px; color:#c9c1a7;">
218
+ <svg class="chevron-down" viewBox="0 0 24 24"><path d="M6 10l6 6 6-6" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
219
+ </div>
220
+
221
+ <div class="keys">
222
+ <div class="key">1</div>
223
+ <div class="key">2</div>
224
+ <div class="key">3</div>
225
+ <div class="key dim">−</div>
226
+
227
+ <div class="key">4</div>
228
+ <div class="key">5</div>
229
+ <div class="key">6</div>
230
+ <div class="key dim">⌟</div>
231
+
232
+ <div class="key">7</div>
233
+ <div class="key">8</div>
234
+ <div class="key">9</div>
235
+ <div class="key yellow">
236
+ <svg width="64" height="64" viewBox="0 0 24 24">
237
+ <path d="M6 6l12 12M18 6L6 18" stroke="#332d23" stroke-width="2" stroke-linecap="round"/>
238
+ <path d="M19 12l3 3-3 3" fill="none" stroke="#332d23" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
239
+ </svg>
240
+ </div>
241
+
242
+ <div class="key">,</div>
243
+ <div class="key">0</div>
244
+ <div class="key">.</div>
245
+ <div class="key pink">→</div>
246
+ </div>
247
+
248
+ <div class="home-bar"></div>
249
+ </div>
250
+
251
+ </div>
252
+ </body>
253
+ </html>
code/3837/3837_20.html ADDED
@@ -0,0 +1,309 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Activity Summary UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #FFFFFF;
15
+ }
16
+
17
+ .status-bar {
18
+ height: 110px;
19
+ padding: 0 36px;
20
+ display: flex;
21
+ align-items: center;
22
+ justify-content: space-between;
23
+ color: #6B6F76;
24
+ font-size: 42px;
25
+ }
26
+ .status-icons { display: flex; align-items: center; gap: 22px; color: #9AA0A6; }
27
+ .status-dot { width: 14px; height: 14px; background: #9AA0A6; border-radius: 50%; display: inline-block; }
28
+ .sys-right { display: flex; align-items: center; gap: 22px; }
29
+ .sys-right svg { fill: none; stroke: #6B6F76; stroke-width: 2.5; }
30
+
31
+ .header {
32
+ height: 120px;
33
+ padding: 0 36px;
34
+ display: flex;
35
+ align-items: center;
36
+ justify-content: space-between;
37
+ border-top: 1px solid #F0F2F5;
38
+ border-bottom: 1px solid #E9ECEF;
39
+ }
40
+ .header .title { font-size: 56px; font-weight: 700; color: #122033; }
41
+ .header .left { display: flex; align-items: center; gap: 26px; }
42
+ .header .actions { display: flex; align-items: center; gap: 34px; }
43
+ .icon-btn svg { width: 54px; height: 54px; stroke: #0D3A6B; fill: none; stroke-linecap: round; stroke-linejoin: round; }
44
+ .kebab { width: 10px; height: 10px; background: #0D3A6B; border-radius: 50%; box-shadow: 0 26px 0 #0D3A6B, 0 -26px 0 #0D3A6B; }
45
+
46
+ .activity-row {
47
+ padding: 32px 36px;
48
+ display: flex;
49
+ align-items: center;
50
+ gap: 26px;
51
+ border-bottom: 1px solid #EEF1F4;
52
+ }
53
+ .walk-icon { width: 64px; height: 64px; }
54
+ .activity-text .name { font-size: 48px; font-weight: 700; color: #0F172A; }
55
+ .activity-text .meta { font-size: 34px; color: #6B7280; margin-top: 6px; }
56
+
57
+ .center-summary {
58
+ text-align: center;
59
+ padding: 52px 36px 40px;
60
+ border-bottom: 1px solid #EEF1F4;
61
+ }
62
+ .center-summary .unit { font-size: 36px; color: #6B7280; }
63
+ .center-summary .value { font-size: 130px; font-weight: 800; color: #111827; line-height: 1.1; margin-top: 16px; }
64
+
65
+ .metrics {
66
+ display: flex;
67
+ justify-content: space-around;
68
+ padding: 36px 24px 40px;
69
+ border-bottom: 1px solid #EEF1F4;
70
+ }
71
+ .metric { text-align: center; }
72
+ .metric .num { font-size: 50px; font-weight: 700; color: #111827; }
73
+ .metric .label { font-size: 32px; color: #6B7280; margin-top: 6px; }
74
+
75
+ .gray-band {
76
+ background: #EFF3F7;
77
+ color: #4B5563;
78
+ font-size: 42px;
79
+ padding: 30px 36px;
80
+ border-bottom: 1px solid #E4E8EE;
81
+ }
82
+
83
+ .list-item {
84
+ padding: 36px;
85
+ display: flex;
86
+ align-items: center;
87
+ gap: 28px;
88
+ border-bottom: 1px solid #EEF1F4;
89
+ }
90
+ .li-icon {
91
+ width: 90px;
92
+ height: 90px;
93
+ border: 2.5px solid #0D3A6B;
94
+ border-radius: 16px;
95
+ display: flex;
96
+ align-items: center;
97
+ justify-content: center;
98
+ }
99
+ .li-icon svg { width: 60px; height: 60px; stroke: #0D3A6B; fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
100
+ .item-content { flex: 1; }
101
+ .item-title { font-size: 44px; font-weight: 700; color: #111827; }
102
+ .item-sub { font-size: 32px; color: #6B7280; margin-top: 8px; }
103
+ .chip {
104
+ margin-left: auto;
105
+ background: #0D2E63;
106
+ color: #FFFFFF;
107
+ padding: 18px 32px;
108
+ border-radius: 50px;
109
+ font-size: 36px;
110
+ font-weight: 700;
111
+ }
112
+
113
+ .spacer { height: 900px; }
114
+
115
+ .comment-bar {
116
+ position: absolute;
117
+ left: 0; right: 0;
118
+ bottom: 96px;
119
+ background: #EFF3F7;
120
+ height: 160px;
121
+ display: flex;
122
+ align-items: center;
123
+ padding: 0 36px;
124
+ gap: 28px;
125
+ border-top: 1px solid #E4E8EE;
126
+ }
127
+ .comment-icon svg { width: 60px; height: 60px; stroke: #0D3A6B; fill: none; stroke-width: 2.8; stroke-linecap: round; stroke-linejoin: round; }
128
+ .comment-input {
129
+ flex: 1;
130
+ font-size: 38px;
131
+ color: #6B7280;
132
+ border-bottom: 2px solid #C5CAD3;
133
+ padding-bottom: 10px;
134
+ }
135
+ .send-btn svg { width: 60px; height: 60px; stroke: #0D3A6B; fill: none; stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
136
+
137
+ .android-bar {
138
+ position: absolute;
139
+ left: 0; right: 0; bottom: 0;
140
+ height: 96px;
141
+ background: #000000;
142
+ }
143
+ .home-pill {
144
+ position: absolute; left: 50%; transform: translateX(-50%);
145
+ bottom: 18px; width: 200px; height: 12px; background: #B9BCC2; border-radius: 12px;
146
+ }
147
+ </style>
148
+ </head>
149
+ <body>
150
+ <div id="render-target">
151
+
152
+ <!-- Status Bar -->
153
+ <div class="status-bar">
154
+ <div>11:25</div>
155
+ <div class="status-icons">
156
+ <span class="status-dot"></span>
157
+ <span class="status-dot"></span>
158
+ <span class="status-dot"></span>
159
+ <span class="status-dot"></span>
160
+ <span class="status-dot"></span>
161
+ </div>
162
+ <div class="sys-right">
163
+ <svg width="48" height="48" viewBox="0 0 48 48">
164
+ <path d="M6 30c4-6 10-10 18-10s14 4 18 10" />
165
+ <path d="M12 30c3-4 8-7 12-7s9 3 12 7" />
166
+ <path d="M18 30c2-2 5-4 8-4s6 2 8 4" />
167
+ </svg>
168
+ <svg width="52" height="52" viewBox="0 0 48 48">
169
+ <rect x="4" y="12" width="32" height="24" rx="3"></rect>
170
+ <rect x="38" y="18" width="6" height="12" rx="1"></rect>
171
+ </svg>
172
+ </div>
173
+ </div>
174
+
175
+ <!-- Header -->
176
+ <div class="header">
177
+ <div class="left">
178
+ <div class="icon-btn">
179
+ <svg viewBox="0 0 48 48">
180
+ <path d="M30 10 L16 24 L30 38" />
181
+ </svg>
182
+ </div>
183
+ <div class="title">Summary</div>
184
+ </div>
185
+ <div class="actions">
186
+ <div class="icon-btn">
187
+ <svg viewBox="0 0 48 48">
188
+ <circle cx="10" cy="24" r="4"></circle>
189
+ <circle cx="34" cy="10" r="4"></circle>
190
+ <circle cx="34" cy="38" r="4"></circle>
191
+ <path d="M14 24 L30 12 M14 24 L30 36"></path>
192
+ </svg>
193
+ </div>
194
+ <div class="kebab"></div>
195
+ </div>
196
+ </div>
197
+
198
+ <!-- Activity Row -->
199
+ <div class="activity-row">
200
+ <svg class="walk-icon" viewBox="0 0 48 48">
201
+ <circle cx="20" cy="10" r="4" stroke="#0D3A6B" fill="none" stroke-width="2.5" />
202
+ <path d="M20 16 L22 22 L16 28" stroke="#0D3A6B" stroke-width="2.5" fill="none" />
203
+ <path d="M22 22 L28 26 L32 36" stroke="#0D3A6B" stroke-width="2.5" fill="none" />
204
+ <path d="M16 28 L24 30 L20 40" stroke="#0D3A6B" stroke-width="2.5" fill="none" />
205
+ </svg>
206
+ <div class="activity-text">
207
+ <div class="name">Fit Morning</div>
208
+ <div class="meta">December 23, 2023 6:30 AM</div>
209
+ </div>
210
+ </div>
211
+
212
+ <!-- Big Center Summary -->
213
+ <div class="center-summary">
214
+ <div class="unit">mi</div>
215
+ <div class="value">5.00</div>
216
+ </div>
217
+
218
+ <!-- Metrics Row -->
219
+ <div class="metrics">
220
+ <div class="metric">
221
+ <div class="num">5.00</div>
222
+ <div class="label">mi</div>
223
+ </div>
224
+ <div class="metric">
225
+ <div class="num">30:00</div>
226
+ <div class="label">time</div>
227
+ </div>
228
+ <div class="metric">
229
+ <div class="num">6:00</div>
230
+ <div class="label">min/mi</div>
231
+ </div>
232
+ <div class="metric">
233
+ <div class="num">581</div>
234
+ <div class="label">Calories</div>
235
+ </div>
236
+ </div>
237
+
238
+ <!-- More info band -->
239
+ <div class="gray-band">More info</div>
240
+
241
+ <!-- List Items -->
242
+ <div class="list-item">
243
+ <div class="li-icon">
244
+ <svg viewBox="0 0 48 48">
245
+ <rect x="10" y="12" width="28" height="28" rx="5"></rect>
246
+ <path d="M18 12 v-4 h12 v4" />
247
+ <path d="M16 22 h16" />
248
+ <path d="M16 28 h16" />
249
+ </svg>
250
+ </div>
251
+ <div class="item-content">
252
+ <div class="item-title">Notes</div>
253
+ <div class="item-sub">There are no notes for this activity</div>
254
+ </div>
255
+ </div>
256
+
257
+ <div class="list-item">
258
+ <div class="li-icon">
259
+ <svg viewBox="0 0 48 48">
260
+ <path d="M10 32 L30 20 L38 26 L34 34 L16 36 Z" />
261
+ <path d="M12 36 H36" />
262
+ </svg>
263
+ </div>
264
+ <div class="item-content">
265
+ <div class="item-title">Try out Shoe Tracker</div>
266
+ <div class="item-sub">Track the distance on your shoes</div>
267
+ </div>
268
+ </div>
269
+
270
+ <div class="list-item">
271
+ <div class="li-icon">
272
+ <svg viewBox="0 0 48 48">
273
+ <circle cx="16" cy="18" r="5"></circle>
274
+ <circle cx="30" cy="18" r="5"></circle>
275
+ <path d="M8 34 c2-6 10-8 16-8 s14 2 16 8" />
276
+ </svg>
277
+ </div>
278
+ <div class="item-content">
279
+ <div class="item-title">I walked with...</div>
280
+ </div>
281
+ <div class="chip">0</div>
282
+ </div>
283
+
284
+ <div class="spacer"></div>
285
+
286
+ <!-- Comment Bar -->
287
+ <div class="comment-bar">
288
+ <div class="comment-icon">
289
+ <svg viewBox="0 0 48 48">
290
+ <path d="M24 40 c-10-8-16-14-16-20 a8 8 0 0 1 16-4 a8 8 0 0 1 16 4 c0 6-6 12-16 20" />
291
+ </svg>
292
+ </div>
293
+ <div class="comment-input">Write a comment</div>
294
+ <div class="send-btn">
295
+ <svg viewBox="0 0 48 48">
296
+ <path d="M6 24 L42 8 L34 24 L42 40 Z" />
297
+ <path d="M34 24 L20 24" />
298
+ </svg>
299
+ </div>
300
+ </div>
301
+
302
+ <!-- Android navigation bar -->
303
+ <div class="android-bar">
304
+ <div class="home-pill"></div>
305
+ </div>
306
+
307
+ </div>
308
+ </body>
309
+ </html>
code/3837/3837_3.html ADDED
@@ -0,0 +1,306 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Walking - Activity</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
13
+ color: #222;
14
+ }
15
+ #render-target {
16
+ width: 1080px;
17
+ height: 2400px;
18
+ position: relative;
19
+ overflow: hidden;
20
+ background: #ffffff;
21
+ }
22
+
23
+ /* Status bar */
24
+ .status-bar {
25
+ height: 80px;
26
+ padding: 0 36px;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ color: #777;
31
+ font-size: 36px;
32
+ }
33
+ .status-icons {
34
+ display: flex;
35
+ gap: 26px;
36
+ align-items: center;
37
+ }
38
+ .dot { width: 12px; height: 12px; background:#999; border-radius:50%; display:inline-block; }
39
+ .wifi {
40
+ width: 28px; height: 28px; border: 3px solid #777; border-radius: 50%; position: relative;
41
+ }
42
+ .battery {
43
+ width: 34px; height: 22px; border: 3px solid #777; border-radius: 4px; position: relative;
44
+ box-sizing: border-box;
45
+ }
46
+ .battery::after {
47
+ content: "";
48
+ position: absolute;
49
+ right: -8px; top: 6px;
50
+ width: 6px; height: 10px; background: #777; border-radius: 2px;
51
+ }
52
+
53
+ /* App bar */
54
+ .app-bar {
55
+ height: 120px;
56
+ padding: 0 36px;
57
+ display: flex;
58
+ align-items: center;
59
+ border-bottom: 1px solid #e6e6e6;
60
+ }
61
+ .back {
62
+ width: 64px; height: 64px; display:flex; align-items:center; justify-content:center; margin-right: 24px;
63
+ }
64
+ .app-title {
65
+ font-weight: 700;
66
+ font-size: 48px;
67
+ color: #3c3c47;
68
+ }
69
+ .more {
70
+ margin-left: auto;
71
+ font-weight: 600;
72
+ font-size: 36px;
73
+ color: #263d8b;
74
+ letter-spacing: 0.3px;
75
+ }
76
+
77
+ /* Content */
78
+ .content {
79
+ padding: 24px 60px;
80
+ }
81
+ .field {
82
+ margin-top: 42px;
83
+ }
84
+ .field-label {
85
+ font-size: 36px;
86
+ font-weight: 600;
87
+ color: #2f2f35;
88
+ margin-bottom: 24px;
89
+ }
90
+ .input-line {
91
+ font-size: 38px;
92
+ color: #8a8a94;
93
+ padding: 16px 0;
94
+ border-bottom: 3px solid #cfcfd5;
95
+ }
96
+
97
+ .row-2 {
98
+ display: grid;
99
+ grid-template-columns: 1fr 1fr;
100
+ gap: 44px;
101
+ }
102
+ .with-icon {
103
+ position: relative;
104
+ }
105
+ .dropdown {
106
+ position: absolute;
107
+ right: 0; top: 50%;
108
+ transform: translateY(-50%);
109
+ width: 40px; height: 40px;
110
+ }
111
+ .underline-only {
112
+ margin-top: 52px;
113
+ }
114
+
115
+ .triple {
116
+ display: grid;
117
+ grid-template-columns: 1fr 1fr 1fr;
118
+ gap: 44px;
119
+ }
120
+
121
+ /* Notes with camera */
122
+ .notes-row {
123
+ display: grid;
124
+ grid-template-columns: 1fr 120px;
125
+ align-items: end;
126
+ gap: 24px;
127
+ }
128
+ .camera-btn {
129
+ width: 108px; height: 88px;
130
+ border: 3px solid #1e2f6e;
131
+ border-radius: 18px;
132
+ display: flex; align-items: center; justify-content: center;
133
+ }
134
+
135
+ /* Promo card */
136
+ .card {
137
+ margin-top: 60px;
138
+ padding: 36px 24px;
139
+ border-top: 1px solid #ededf1;
140
+ border-bottom: 1px solid #ededf1;
141
+ display: grid;
142
+ grid-template-columns: 120px 1fr;
143
+ gap: 24px;
144
+ align-items: center;
145
+ }
146
+ .card-title {
147
+ font-size: 40px;
148
+ font-weight: 700;
149
+ color: #1e2f6e;
150
+ }
151
+ .card-sub {
152
+ font-size: 32px;
153
+ color: #6f727c;
154
+ margin-top: 6px;
155
+ }
156
+
157
+ /* Save bar */
158
+ .save-bar {
159
+ position: absolute;
160
+ left: 0; right: 0; bottom: 80px;
161
+ height: 140px;
162
+ background: #4b5bd0;
163
+ display: flex; align-items: center; justify-content: center;
164
+ }
165
+ .save-bar span {
166
+ color: #fff;
167
+ font-weight: 800;
168
+ font-size: 40px;
169
+ letter-spacing: 1px;
170
+ }
171
+
172
+ /* Gesture bar */
173
+ .gesture-bar {
174
+ position: absolute;
175
+ left: 50%;
176
+ transform: translateX(-50%);
177
+ bottom: 20px;
178
+ width: 320px; height: 16px;
179
+ background: #d9d9de;
180
+ border-radius: 10px;
181
+ }
182
+
183
+ /* Simple SVG styles */
184
+ svg { display: block; }
185
+ </style>
186
+ </head>
187
+ <body>
188
+ <div id="render-target">
189
+
190
+ <!-- Status Bar -->
191
+ <div class="status-bar">
192
+ <div>11:20</div>
193
+ <div class="status-icons">
194
+ <span class="dot"></span>
195
+ <span class="dot"></span>
196
+ <span class="dot"></span>
197
+ <span class="dot"></span>
198
+ <span class="wifi"></span>
199
+ <div class="battery"></div>
200
+ </div>
201
+ </div>
202
+
203
+ <!-- App Bar -->
204
+ <div class="app-bar">
205
+ <div class="back">
206
+ <svg width="48" height="48" viewBox="0 0 24 24">
207
+ <path d="M14 6l-6 6 6 6" stroke="#2f2f35" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
208
+ </svg>
209
+ </div>
210
+ <div class="app-title">Walking</div>
211
+ <div class="more">MORE</div>
212
+ </div>
213
+
214
+ <!-- Content -->
215
+ <div class="content">
216
+
217
+ <!-- Name -->
218
+ <div class="field">
219
+ <div class="field-label">Name</div>
220
+ <div class="input-line">Friday Morning</div>
221
+ </div>
222
+
223
+ <!-- Date / Start Time -->
224
+ <div class="field row-2">
225
+ <div>
226
+ <div class="field-label">Date</div>
227
+ <div class="with-icon">
228
+ <div class="input-line">12/22/2023</div>
229
+ <svg class="dropdown" viewBox="0 0 24 24">
230
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#8a8a94" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
231
+ </svg>
232
+ </div>
233
+ </div>
234
+ <div>
235
+ <div class="field-label">Start Time</div>
236
+ <div class="with-icon">
237
+ <div class="input-line">&nbsp;</div>
238
+ <svg class="dropdown" viewBox="0 0 24 24">
239
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#8a8a94" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
240
+ </svg>
241
+ </div>
242
+ </div>
243
+ </div>
244
+
245
+ <!-- Duration / Miles / Calories -->
246
+ <div class="field triple">
247
+ <div>
248
+ <div class="field-label">Duration</div>
249
+ <div class="input-line">&nbsp;</div>
250
+ </div>
251
+ <div>
252
+ <div class="field-label">Miles</div>
253
+ <div class="input-line">&nbsp;</div>
254
+ </div>
255
+ <div>
256
+ <div class="field-label">Calories</div>
257
+ <div class="input-line">&nbsp;</div>
258
+ </div>
259
+ </div>
260
+
261
+ <!-- Notes with camera -->
262
+ <div class="field">
263
+ <div class="field-label">Notes</div>
264
+ <div class="notes-row">
265
+ <div class="input-line">How did it go, Karin?</div>
266
+ <div class="camera-btn">
267
+ <svg width="56" height="56" viewBox="0 0 24 24">
268
+ <rect x="3" y="6" width="18" height="12" rx="3" ry="3" fill="none" stroke="#1e2f6e" stroke-width="2.5"/>
269
+ <circle cx="12" cy="12" r="3.5" fill="none" stroke="#1e2f6e" stroke-width="2.5"/>
270
+ <rect x="9" y="3" width="6" height="3" rx="1" fill="#1e2f6e"/>
271
+ </svg>
272
+ </div>
273
+ </div>
274
+ </div>
275
+
276
+ <!-- Shoe Tracker card -->
277
+ <div class="card">
278
+ <div>
279
+ <svg width="88" height="88" viewBox="0 0 24 24">
280
+ <path d="M4 14c4-1 6-3 7-5l3 2c2 1 3 3 5 3h1" fill="none" stroke="#1e2f6e" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"/>
281
+ <path d="M3 16h14" stroke="#1e2f6e" stroke-width="2.4" stroke-linecap="round"/>
282
+ <path d="M6 18h10" stroke="#1e2f6e" stroke-width="2.4" stroke-linecap="round"/>
283
+ </svg>
284
+ </div>
285
+ <div>
286
+ <div class="card-title">Try out Shoe Tracker</div>
287
+ <div class="card-sub">Track the distance on your shoes</div>
288
+ </div>
289
+ </div>
290
+
291
+ <!-- Spacer to mimic scrollable area -->
292
+ <div style="height: 980px;"></div>
293
+
294
+ </div>
295
+
296
+ <!-- Save Activity Bar -->
297
+ <div class="save-bar">
298
+ <span>SAVE ACTIVITY</span>
299
+ </div>
300
+
301
+ <!-- Gesture Bar -->
302
+ <div class="gesture-bar"></div>
303
+
304
+ </div>
305
+ </body>
306
+ </html>
code/3837/3837_4.html ADDED
@@ -0,0 +1,385 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Walking Activity Form</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #FFFFFF;
15
+ font-family: Roboto, Segoe UI, Arial, sans-serif;
16
+ color: #222;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ width: 100%;
25
+ height: 110px;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ padding: 0 32px;
30
+ color: #2E2E2E;
31
+ font-size: 36px;
32
+ }
33
+ .status-left, .status-right {
34
+ display: flex;
35
+ align-items: center;
36
+ gap: 22px;
37
+ }
38
+ .dot {
39
+ width: 18px;
40
+ height: 18px;
41
+ background: #888;
42
+ border-radius: 50%;
43
+ opacity: 0.7;
44
+ }
45
+ .wifi {
46
+ width: 36px; height: 36px;
47
+ }
48
+ .battery {
49
+ width: 42px; height: 28px;
50
+ }
51
+
52
+ /* App bar */
53
+ .app-bar {
54
+ position: absolute;
55
+ top: 110px;
56
+ left: 0;
57
+ width: 100%;
58
+ height: 140px;
59
+ display: flex;
60
+ align-items: center;
61
+ justify-content: space-between;
62
+ padding: 0 28px 0 20px;
63
+ border-bottom: 1px solid #ECECEC;
64
+ background: #fff;
65
+ }
66
+ .app-left {
67
+ display: flex;
68
+ align-items: center;
69
+ gap: 18px;
70
+ }
71
+ .back-icon { width: 44px; height: 44px; }
72
+ .title {
73
+ font-size: 52px;
74
+ font-weight: 700;
75
+ color: #4A4A4A;
76
+ }
77
+ .more {
78
+ font-size: 34px;
79
+ font-weight: 600;
80
+ color: #1E3A8A;
81
+ letter-spacing: 0.5px;
82
+ }
83
+
84
+ /* Content */
85
+ .content {
86
+ position: absolute;
87
+ top: 250px;
88
+ left: 0;
89
+ width: 100%;
90
+ padding: 0 48px;
91
+ }
92
+ .label {
93
+ font-size: 36px;
94
+ font-weight: 600;
95
+ color: #333;
96
+ margin-top: 36px;
97
+ margin-bottom: 16px;
98
+ }
99
+ .field {
100
+ position: relative;
101
+ padding-bottom: 26px;
102
+ border-bottom: 3px solid #CFCFCF;
103
+ }
104
+ .field.blue {
105
+ border-bottom: 6px solid #0E2A66;
106
+ }
107
+ .value {
108
+ font-size: 44px;
109
+ color: #9AA1A8;
110
+ }
111
+ .row-2 {
112
+ display: flex;
113
+ gap: 36px;
114
+ margin-top: 36px;
115
+ }
116
+ .col {
117
+ flex: 1;
118
+ }
119
+ .down-icon {
120
+ position: absolute;
121
+ right: 8px;
122
+ top: 8px;
123
+ width: 38px; height: 38px;
124
+ }
125
+
126
+ /* Triple metrics row */
127
+ .row-3 {
128
+ display: flex;
129
+ gap: 36px;
130
+ margin-top: 44px;
131
+ }
132
+ .metric {
133
+ flex: 1;
134
+ }
135
+
136
+ /* Notes with camera */
137
+ .notes-field {
138
+ position: relative;
139
+ }
140
+ .camera-wrap {
141
+ position: absolute;
142
+ right: 0;
143
+ top: 6px;
144
+ width: 112px;
145
+ height: 72px;
146
+ border: 3px solid #15336F;
147
+ border-radius: 16px;
148
+ display: flex;
149
+ align-items: center;
150
+ justify-content: center;
151
+ background: #fff;
152
+ }
153
+ .camera-icon { width: 56px; height: 56px; }
154
+
155
+ /* Save Bar */
156
+ .save-bar {
157
+ position: absolute;
158
+ bottom: 800px; /* sits above keyboard */
159
+ left: 0;
160
+ width: 100%;
161
+ height: 120px;
162
+ background: #4C5BD5;
163
+ color: #fff;
164
+ text-align: center;
165
+ font-weight: 800;
166
+ letter-spacing: 1px;
167
+ font-size: 36px;
168
+ display: flex;
169
+ align-items: center;
170
+ justify-content: center;
171
+ }
172
+
173
+ /* Keyboard (simplified visual) */
174
+ .keyboard {
175
+ position: absolute;
176
+ bottom: 0;
177
+ left: 0;
178
+ width: 100%;
179
+ height: 800px;
180
+ background: #1C1812;
181
+ color: #E8E2D6;
182
+ padding: 26px 24px 40px;
183
+ box-sizing: border-box;
184
+ }
185
+ .kbd-top {
186
+ display: flex;
187
+ align-items: center;
188
+ gap: 28px;
189
+ margin-bottom: 24px;
190
+ }
191
+ .kbd-btn {
192
+ width: 80px; height: 80px;
193
+ background: #2A251D;
194
+ border-radius: 20px;
195
+ display: flex; align-items: center; justify-content: center;
196
+ font-size: 28px;
197
+ opacity: 0.9;
198
+ }
199
+ .keys-row {
200
+ display: grid;
201
+ grid-template-columns: repeat(10, 1fr);
202
+ gap: 16px;
203
+ margin-bottom: 24px;
204
+ }
205
+ .key {
206
+ height: 120px;
207
+ background: #2A251D;
208
+ border-radius: 22px;
209
+ display: flex;
210
+ align-items: center;
211
+ justify-content: center;
212
+ font-size: 44px;
213
+ box-shadow: inset 0 -4px 0 rgba(0,0,0,0.25);
214
+ }
215
+ .keys-row-2 {
216
+ display: grid;
217
+ grid-template-columns: repeat(9, 1fr);
218
+ gap: 16px;
219
+ margin-bottom: 24px;
220
+ }
221
+ .keys-row-3 {
222
+ display: grid;
223
+ grid-template-columns: 1.4fr repeat(7, 1fr) 1.4fr;
224
+ gap: 16px;
225
+ margin-bottom: 24px;
226
+ }
227
+ .space-row {
228
+ display: grid;
229
+ grid-template-columns: 1.1fr 0.9fr 4fr 0.9fr 1.1fr;
230
+ gap: 16px;
231
+ }
232
+ .space, .extra {
233
+ height: 120px;
234
+ background: #2A251D;
235
+ border-radius: 26px;
236
+ display: flex; align-items: center; justify-content: center;
237
+ font-size: 40px;
238
+ }
239
+ .home-indicator {
240
+ position: absolute;
241
+ bottom: 16px;
242
+ left: 50%;
243
+ transform: translateX(-50%);
244
+ width: 220px;
245
+ height: 10px;
246
+ background: #EDEDED;
247
+ border-radius: 6px;
248
+ opacity: 0.7;
249
+ }
250
+ </style>
251
+ </head>
252
+ <body>
253
+ <div id="render-target">
254
+ <!-- Status Bar -->
255
+ <div class="status-bar">
256
+ <div class="status-left">
257
+ <div style="font-weight:700;">11:20</div>
258
+ <div class="dot"></div>
259
+ <div class="dot"></div>
260
+ <div class="dot"></div>
261
+ <div class="dot"></div>
262
+ <div class="dot" style="width:10px;height:10px;"></div>
263
+ </div>
264
+ <div class="status-right">
265
+ <svg class="wifi" viewBox="0 0 24 24" fill="#767676">
266
+ <path d="M12 20c.9 0 1.6-.7 1.6-1.6S12.9 16.8 12 16.8s-1.6.7-1.6 1.6.7 1.6 1.6 1.6z"/>
267
+ <path d="M3 9.5c5.6-4.5 12.4-4.5 18 0l-1.6 1.6c-4.8-3.8-10-3.8-14.8 0L3 9.5z" />
268
+ <path d="M6.8 12.7c3.9-3 8.5-3 12.4 0l-1.6 1.6c-3-2.4-6.3-2.4-9.3 0l-1.5-1.6z"/>
269
+ </svg>
270
+ <svg class="battery" viewBox="0 0 26 16">
271
+ <rect x="1" y="1" width="20" height="14" rx="3" ry="3" fill="none" stroke="#767676" stroke-width="2"/>
272
+ <rect x="3" y="3" width="16" height="10" rx="2" fill="#767676"/>
273
+ <rect x="22" y="5" width="3" height="6" rx="1" fill="#767676"/>
274
+ </svg>
275
+ </div>
276
+ </div>
277
+
278
+ <!-- App Bar -->
279
+ <div class="app-bar">
280
+ <div class="app-left">
281
+ <svg class="back-icon" viewBox="0 0 24 24" fill="#1E3A8A">
282
+ <path d="M15.5 19.5L8 12l7.5-7.5 1.4 1.4L10.8 12l6.1 6.1-1.4 1.4z"/>
283
+ </svg>
284
+ <div class="title">Walking</div>
285
+ </div>
286
+ <div class="more">MORE</div>
287
+ </div>
288
+
289
+ <!-- Content -->
290
+ <div class="content">
291
+ <!-- Name -->
292
+ <div class="label">Name</div>
293
+ <div class="field blue">
294
+ <div class="value">Friday Morning</div>
295
+ </div>
296
+
297
+ <!-- Date and Start Time -->
298
+ <div class="row-2">
299
+ <div class="col">
300
+ <div class="label">Date</div>
301
+ <div class="field">
302
+ <div class="value">12/22/2023</div>
303
+ <svg class="down-icon" viewBox="0 0 24 24" fill="#6B7280">
304
+ <path d="M7 10l5 5 5-5H7z"/>
305
+ </svg>
306
+ </div>
307
+ </div>
308
+ <div class="col">
309
+ <div class="label">Start Time</div>
310
+ <div class="field">
311
+ <div class="value"></div>
312
+ <svg class="down-icon" viewBox="0 0 24 24" fill="#6B7280">
313
+ <path d="M7 10l5 5 5-5H7z"/>
314
+ </svg>
315
+ </div>
316
+ </div>
317
+ </div>
318
+
319
+ <!-- Duration, Miles, Calories -->
320
+ <div class="row-3">
321
+ <div class="metric">
322
+ <div class="label">Duration</div>
323
+ <div class="field"></div>
324
+ </div>
325
+ <div class="metric">
326
+ <div class="label">Miles</div>
327
+ <div class="field"></div>
328
+ </div>
329
+ <div class="metric">
330
+ <div class="label">Calories</div>
331
+ <div class="field"></div>
332
+ </div>
333
+ </div>
334
+
335
+ <!-- Notes -->
336
+ <div class="label" style="margin-top:48px;">Notes</div>
337
+ <div class="field notes-field">
338
+ <div class="value">How did it go, Karin?</div>
339
+ <div class="camera-wrap">
340
+ <svg class="camera-icon" viewBox="0 0 24 24" fill="none" stroke="#15336F" stroke-width="2">
341
+ <rect x="3" y="6" width="18" height="12" rx="3" />
342
+ <circle cx="12" cy="12" r="4" />
343
+ <path d="M8 6l2-2h4l2 2" />
344
+ </svg>
345
+ </div>
346
+ </div>
347
+ </div>
348
+
349
+ <!-- Save Bar -->
350
+ <div class="save-bar">SAVE ACTIVITY</div>
351
+
352
+ <!-- Keyboard (simplified) -->
353
+ <div class="keyboard">
354
+ <div class="kbd-top">
355
+ <div class="kbd-btn">◧</div>
356
+ <div class="kbd-btn">☺</div>
357
+ <div class="kbd-btn">GIF</div>
358
+ <div class="kbd-btn">⚙</div>
359
+ <div class="kbd-btn">G</div>
360
+ <div class="kbd-btn">🎨</div>
361
+ <div class="kbd-btn">🎤</div>
362
+ </div>
363
+ <div class="keys-row">
364
+ <div class="key">q</div><div class="key">w</div><div class="key">e</div><div class="key">r</div><div class="key">t</div><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>
365
+ </div>
366
+ <div class="keys-row-2">
367
+ <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>
368
+ </div>
369
+ <div class="keys-row-3">
370
+ <div class="key">⇧</div>
371
+ <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>
372
+ <div class="key">⌫</div>
373
+ </div>
374
+ <div class="space-row">
375
+ <div class="extra">?123</div>
376
+ <div class="extra">,</div>
377
+ <div class="space">space</div>
378
+ <div class="extra">.</div>
379
+ <div class="extra">↵</div>
380
+ </div>
381
+ <div class="home-indicator"></div>
382
+ </div>
383
+ </div>
384
+ </body>
385
+ </html>
code/3837/3837_5.html ADDED
@@ -0,0 +1,397 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #FFFFFF;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 110px;
23
+ background: #fff;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ padding: 0 36px;
28
+ color: #2E2E2E;
29
+ }
30
+ .status-left { font-weight: 600; font-size: 36px; letter-spacing: 0.5px; }
31
+ .status-right { display: flex; align-items: center; gap: 22px; }
32
+ .dot {
33
+ width: 24px; height: 24px; border-radius: 50%; background: #C7C7C7;
34
+ }
35
+ .icon-wifi, .icon-battery { display: inline-block; }
36
+ .icon-wifi svg, .icon-battery svg { width: 48px; height: 30px; }
37
+ .icon-wifi svg path { fill: none; stroke: #4B4B4B; stroke-width: 3; }
38
+ .icon-battery svg rect, .icon-battery svg path { fill: #4B4B4B; }
39
+
40
+ /* App bar */
41
+ .app-bar {
42
+ position: absolute;
43
+ top: 110px;
44
+ left: 0;
45
+ width: 1080px;
46
+ height: 140px;
47
+ background: #ffffff;
48
+ display: flex;
49
+ align-items: center;
50
+ border-bottom: 1px solid #EAEAEA;
51
+ padding: 0 36px;
52
+ }
53
+ .app-title {
54
+ font-size: 48px;
55
+ font-weight: 700;
56
+ color: #3A3A3A;
57
+ margin-left: 20px;
58
+ }
59
+ .app-actions {
60
+ margin-left: auto;
61
+ font-size: 38px;
62
+ color: #243E8E;
63
+ font-weight: 600;
64
+ letter-spacing: 0.5px;
65
+ }
66
+ .ico-back svg { width: 48px; height: 48px; }
67
+ .ico-back svg path { fill: none; stroke: #2E2E2E; stroke-width: 6; stroke-linecap: round; stroke-linejoin: round; }
68
+
69
+ /* Content */
70
+ .content {
71
+ position: absolute;
72
+ top: 250px; /* below app bar */
73
+ left: 0;
74
+ width: 1080px;
75
+ height: auto;
76
+ padding: 0 48px;
77
+ }
78
+ .section { margin-bottom: 36px; }
79
+ .label {
80
+ font-size: 36px;
81
+ color: #2C2C2C;
82
+ font-weight: 600;
83
+ margin: 40px 0 12px;
84
+ }
85
+ .field {
86
+ font-size: 40px;
87
+ color: #0F1F4F;
88
+ padding: 10px 0 16px;
89
+ border-bottom: 4px solid #0E2A77; /* active underline for Name */
90
+ }
91
+ .divider {
92
+ height: 22px;
93
+ border-bottom: 1px solid #EFEFEF;
94
+ margin: 22px -48px 22px; /* stretch edge-to-edge */
95
+ }
96
+ .two-col {
97
+ display: flex;
98
+ gap: 36px;
99
+ }
100
+ .col {
101
+ flex: 1;
102
+ }
103
+ .input {
104
+ font-size: 38px;
105
+ color: #333;
106
+ padding: 12px 0 18px;
107
+ border-bottom: 2px solid #BDBDBD;
108
+ display: flex;
109
+ align-items: center;
110
+ justify-content: space-between;
111
+ }
112
+ .placeholder { color: #9A9A9A; }
113
+ .chev svg { width: 34px; height: 34px; }
114
+ .chev svg path { fill: none; stroke: #6A6A6A; stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
115
+
116
+ .three-col {
117
+ display: grid;
118
+ grid-template-columns: 1fr 1fr 1fr;
119
+ gap: 36px;
120
+ margin-top: 18px;
121
+ }
122
+ .underline-only {
123
+ height: 48px;
124
+ border-bottom: 2px solid #BDBDBD;
125
+ }
126
+
127
+ /* Notes + camera */
128
+ .notes-row {
129
+ position: relative;
130
+ margin-top: 18px;
131
+ }
132
+ .notes-input {
133
+ font-size: 36px;
134
+ color: #8E8E8E;
135
+ padding: 12px 0 18px;
136
+ border-bottom: 2px solid #BDBDBD;
137
+ width: 880px; /* leave room for camera icon */
138
+ }
139
+ .camera-btn {
140
+ position: absolute;
141
+ right: 0;
142
+ top: 0;
143
+ width: 120px;
144
+ height: 84px;
145
+ border: 3px solid #0E2A77;
146
+ border-radius: 18px;
147
+ display: flex;
148
+ align-items: center;
149
+ justify-content: center;
150
+ }
151
+ .camera-btn svg { width: 52px; height: 52px; }
152
+ .camera-btn svg rect, .camera-btn svg circle { stroke: #0E2A77; stroke-width: 4; fill: none; }
153
+
154
+ /* Save bar */
155
+ .save-bar {
156
+ position: absolute;
157
+ left: 0;
158
+ bottom: 900px; /* directly above keyboard */
159
+ width: 1080px;
160
+ height: 130px;
161
+ background: #5363DF;
162
+ display: flex;
163
+ align-items: center;
164
+ justify-content: center;
165
+ color: #FFFFFF;
166
+ font-size: 40px;
167
+ font-weight: 800;
168
+ letter-spacing: 1px;
169
+ }
170
+
171
+ /* Keyboard mock */
172
+ .keyboard {
173
+ position: absolute;
174
+ left: 0;
175
+ bottom: 0;
176
+ width: 1080px;
177
+ height: 900px;
178
+ background: #1E1B16;
179
+ color: #E9E1D2;
180
+ padding: 24px 24px 70px;
181
+ box-sizing: border-box;
182
+ }
183
+ .kb-top-row {
184
+ display: flex;
185
+ align-items: center;
186
+ justify-content: space-between;
187
+ color: #C7BFA7;
188
+ font-size: 32px;
189
+ margin-bottom: 18px;
190
+ padding: 0 8px;
191
+ }
192
+ .kb-keys { display: grid; grid-template-columns: repeat(10, 1fr); gap: 14px; }
193
+ .kb-key {
194
+ background: #2A2721;
195
+ border-radius: 18px;
196
+ height: 110px;
197
+ display: flex;
198
+ align-items: center;
199
+ justify-content: center;
200
+ font-size: 46px;
201
+ box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
202
+ }
203
+ .kb-row { margin-top: 14px; }
204
+ .kb-row-2 { grid-template-columns: repeat(9, 1fr); }
205
+ .kb-row-3 { grid-template-columns: repeat(7, 1fr); }
206
+ .kb-bottom {
207
+ display: grid;
208
+ grid-template-columns: 150px 120px 1fr 120px 150px;
209
+ gap: 14px;
210
+ margin-top: 18px;
211
+ }
212
+ .kb-key.pale {
213
+ background: #F4B69D;
214
+ color: #2A2721;
215
+ font-weight: 700;
216
+ }
217
+ .home-indicator {
218
+ position: absolute;
219
+ bottom: 18px;
220
+ left: 50%;
221
+ transform: translateX(-50%);
222
+ width: 360px;
223
+ height: 10px;
224
+ background: #F3F3F3;
225
+ border-radius: 6px;
226
+ opacity: 0.8;
227
+ }
228
+ </style>
229
+ </head>
230
+ <body>
231
+ <div id="render-target">
232
+
233
+ <!-- Status bar -->
234
+ <div class="status-bar">
235
+ <div class="status-left">11:21</div>
236
+ <div class="status-right">
237
+ <div class="dot"></div>
238
+ <div class="dot"></div>
239
+ <div class="dot"></div>
240
+ <div class="dot"></div>
241
+ <span class="icon-wifi">
242
+ <svg viewBox="0 0 24 14">
243
+ <path d="M2 5c5-5 15-5 20 0"></path>
244
+ <path d="M5 8c3-3 11-3 14 0"></path>
245
+ <path d="M8 11c2-2 6-2 8 0"></path>
246
+ <circle cx="12" cy="13" r="1.5" fill="#4B4B4B"></circle>
247
+ </svg>
248
+ </span>
249
+ <span class="icon-battery">
250
+ <svg viewBox="0 0 30 18">
251
+ <rect x="2" y="4" width="22" height="10" rx="2"></rect>
252
+ <rect x="4" y="6" width="14" height="6" rx="1" fill="#4B4B4B"></rect>
253
+ <path d="M26 7h2v4h-2z"></path>
254
+ </svg>
255
+ </span>
256
+ </div>
257
+ </div>
258
+
259
+ <!-- App bar -->
260
+ <div class="app-bar">
261
+ <div class="ico-back">
262
+ <svg viewBox="0 0 24 24">
263
+ <path d="M15 6l-6 6 6 6"></path>
264
+ </svg>
265
+ </div>
266
+ <div class="app-title">Walking</div>
267
+ <div class="app-actions">MORE</div>
268
+ </div>
269
+
270
+ <!-- Form Content -->
271
+ <div class="content">
272
+ <div class="label">Name</div>
273
+ <div class="field">Fit Morning</div>
274
+
275
+ <div class="divider"></div>
276
+
277
+ <div class="two-col">
278
+ <div class="col">
279
+ <div class="label" style="margin-top: 10px;">Date</div>
280
+ <div class="input">
281
+ <span>12/22/2023</span>
282
+ <span class="chev">
283
+ <svg viewBox="0 0 24 24"><path d="M6 9l6 6 6-6"></path></svg>
284
+ </span>
285
+ </div>
286
+ </div>
287
+ <div class="col">
288
+ <div class="label" style="margin-top: 10px;">Start Time</div>
289
+ <div class="input">
290
+ <span class="placeholder"></span>
291
+ <span class="chev">
292
+ <svg viewBox="0 0 24 24"><path d="M6 9l6 6 6-6"></path></svg>
293
+ </span>
294
+ </div>
295
+ </div>
296
+ </div>
297
+
298
+ <div class="divider"></div>
299
+
300
+ <div class="label" style="margin-top: 12px;">Duration</div>
301
+ <div class="three-col">
302
+ <div class="underline-only"></div>
303
+ <div class="underline-only"></div>
304
+ <div class="underline-only"></div>
305
+ </div>
306
+ <div style="display: flex; gap: 36px; margin-top: 8px;">
307
+ <div style="flex:1; color:#333; font-size:34px; font-weight:600;">Duration</div>
308
+ <div style="flex:1; color:#333; font-size:34px; font-weight:600;">Miles</div>
309
+ <div style="flex:1; color:#333; font-size:34px; font-weight:600;">Calories</div>
310
+ </div>
311
+
312
+ <div class="divider"></div>
313
+
314
+ <div class="label">Notes</div>
315
+ <div class="notes-row">
316
+ <div class="notes-input">How did it go, Karin?</div>
317
+ <div class="camera-btn">
318
+ <svg viewBox="0 0 24 24">
319
+ <rect x="4" y="7" width="16" height="11" rx="2"></rect>
320
+ <circle cx="12" cy="12.5" r="3.5"></circle>
321
+ </svg>
322
+ </div>
323
+ </div>
324
+ </div>
325
+
326
+ <!-- Save Activity bar -->
327
+ <div class="save-bar">SAVE ACTIVITY</div>
328
+
329
+ <!-- Keyboard mock -->
330
+ <div class="keyboard">
331
+ <div class="kb-top-row">
332
+ <div style="display:flex; align-items:center; gap:16px;">
333
+ <div class="kb-key" style="width:100px; height:80px; border-radius:20px; background:#2A2721;">⌨️</div>
334
+ <span>to</span>
335
+ <span>|</span>
336
+ <span>and</span>
337
+ </div>
338
+ <div style="display:flex; align-items:center; gap:18px;">
339
+ <span>🌻</span>
340
+ <span>🌅</span>
341
+ <span>🎙️</span>
342
+ </div>
343
+ </div>
344
+
345
+ <!-- Row 1 -->
346
+ <div class="kb-keys">
347
+ <div class="kb-key">q</div>
348
+ <div class="kb-key">w</div>
349
+ <div class="kb-key">e</div>
350
+ <div class="kb-key">r</div>
351
+ <div class="kb-key">t</div>
352
+ <div class="kb-key">y</div>
353
+ <div class="kb-key">u</div>
354
+ <div class="kb-key">i</div>
355
+ <div class="kb-key">o</div>
356
+ <div class="kb-key">p</div>
357
+ </div>
358
+
359
+ <!-- Row 2 -->
360
+ <div class="kb-keys kb-row kb-row-2">
361
+ <div class="kb-key">a</div>
362
+ <div class="kb-key">s</div>
363
+ <div class="kb-key">d</div>
364
+ <div class="kb-key">f</div>
365
+ <div class="kb-key">g</div>
366
+ <div class="kb-key">h</div>
367
+ <div class="kb-key">j</div>
368
+ <div class="kb-key">k</div>
369
+ <div class="kb-key">l</div>
370
+ </div>
371
+
372
+ <!-- Row 3 -->
373
+ <div class="kb-keys kb-row kb-row-3">
374
+ <div class="kb-key">z</div>
375
+ <div class="kb-key">x</div>
376
+ <div class="kb-key">c</div>
377
+ <div class="kb-key">v</div>
378
+ <div class="kb-key">b</div>
379
+ <div class="kb-key">n</div>
380
+ <div class="kb-key">m</div>
381
+ </div>
382
+
383
+ <!-- Bottom Row -->
384
+ <div class="kb-bottom kb-row">
385
+ <div class="kb-key pale">?123</div>
386
+ <div class="kb-key">,</div>
387
+ <div class="kb-key">space</div>
388
+ <div class="kb-key">.</div>
389
+ <div class="kb-key pale">↵</div>
390
+ </div>
391
+
392
+ <div class="home-indicator"></div>
393
+ </div>
394
+
395
+ </div>
396
+ </body>
397
+ </html>
code/3837/3837_6.html ADDED
@@ -0,0 +1,332 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Walking - Date Picker</title>
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: #FAFAFA;
15
+ border-radius: 0;
16
+ box-shadow: none;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ height: 90px;
22
+ padding: 0 36px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ color: #111;
27
+ font-weight: 600;
28
+ font-size: 42px;
29
+ }
30
+ .status-icons {
31
+ display: flex;
32
+ align-items: center;
33
+ gap: 24px;
34
+ }
35
+ .icon {
36
+ width: 40px; height: 40px;
37
+ }
38
+
39
+ /* App bar */
40
+ .appbar {
41
+ height: 120px;
42
+ display: flex;
43
+ align-items: center;
44
+ padding: 0 36px;
45
+ border-bottom: 1px solid #E0E0E0;
46
+ color: #1A1A1A;
47
+ }
48
+ .appbar .title {
49
+ font-size: 54px;
50
+ font-weight: 700;
51
+ margin-left: 24px;
52
+ }
53
+ .appbar .more {
54
+ margin-left: auto;
55
+ font-size: 44px;
56
+ font-weight: 700;
57
+ color: #1f2a44;
58
+ letter-spacing: 1px;
59
+ }
60
+ .back-icon {
61
+ width: 56px; height: 56px;
62
+ }
63
+
64
+ /* Content fields */
65
+ .content {
66
+ padding: 24px 36px;
67
+ color: #1A1A1A;
68
+ }
69
+ .field {
70
+ margin-top: 40px;
71
+ }
72
+ .field label {
73
+ display: block;
74
+ font-size: 44px;
75
+ font-weight: 700;
76
+ margin-bottom: 24px;
77
+ color: #232323;
78
+ }
79
+ .field .input-line {
80
+ font-size: 48px;
81
+ color: #2F3C5B;
82
+ padding-bottom: 16px;
83
+ border-bottom: 4px solid #2F3C5B;
84
+ display: flex;
85
+ align-items: center;
86
+ justify-content: space-between;
87
+ }
88
+ .field .placeholder {
89
+ font-size: 46px;
90
+ color: #7A7A7A;
91
+ padding-bottom: 16px;
92
+ border-bottom: 4px solid #CFCFCF;
93
+ display: flex;
94
+ align-items: center;
95
+ justify-content: space-between;
96
+ }
97
+ .dropdown-icon {
98
+ width: 44px; height: 44px;
99
+ margin-left: 12px;
100
+ }
101
+ .camera {
102
+ width: 88px; height: 88px;
103
+ border: 2px solid #1f2a44;
104
+ border-radius: 20px;
105
+ display: flex; align-items: center; justify-content: center;
106
+ }
107
+ .camera svg { width: 48px; height: 48px; fill: #1f2a44; }
108
+
109
+ /* Keyboard mock (simplified) */
110
+ .keyboard {
111
+ position: absolute;
112
+ left: 0; right: 0;
113
+ bottom: 70px; /* leave space for gesture bar */
114
+ height: 680px;
115
+ background: #121212;
116
+ }
117
+ .gesture-bar {
118
+ position: absolute;
119
+ left: 0; right: 0; bottom: 20px;
120
+ height: 10px;
121
+ width: 300px;
122
+ margin: 0 auto;
123
+ background: #D9D9D9;
124
+ border-radius: 6px;
125
+ }
126
+
127
+ /* Overlay and Date dialog */
128
+ .overlay {
129
+ position: absolute;
130
+ left: 0; top: 0; right: 0; bottom: 0;
131
+ background: rgba(0,0,0,0.45);
132
+ }
133
+ .date-dialog {
134
+ position: absolute;
135
+ left: 120px;
136
+ top: 620px;
137
+ width: 840px;
138
+ background: #FFFFFF;
139
+ border-radius: 16px;
140
+ box-shadow: 0 18px 40px rgba(0,0,0,0.35);
141
+ overflow: hidden;
142
+ }
143
+ .date-header {
144
+ background: #3F51B5;
145
+ color: #FFF;
146
+ padding: 36px 40px 28px 40px;
147
+ }
148
+ .date-header .year {
149
+ font-size: 40px;
150
+ opacity: 0.65;
151
+ margin-bottom: 16px;
152
+ }
153
+ .date-header .date-title {
154
+ font-size: 86px;
155
+ font-weight: 700;
156
+ line-height: 1.1;
157
+ }
158
+
159
+ .calendar {
160
+ padding: 24px 36px 18px 36px;
161
+ color: #1A1A1A;
162
+ }
163
+ .cal-top {
164
+ display: flex;
165
+ align-items: center;
166
+ justify-content: space-between;
167
+ margin: 10px 0 24px 0;
168
+ }
169
+ .cal-top .month {
170
+ font-size: 52px;
171
+ font-weight: 700;
172
+ }
173
+ .chev {
174
+ width: 44px; height: 44px;
175
+ fill: none; stroke: #333; stroke-width: 6;
176
+ }
177
+ .weekdays {
178
+ display: grid;
179
+ grid-template-columns: repeat(7, 1fr);
180
+ font-size: 38px;
181
+ color: #7A7A7A;
182
+ text-align: center;
183
+ margin-bottom: 12px;
184
+ }
185
+ .weekdays div { padding: 16px 0; }
186
+
187
+ .cal-grid {
188
+ display: grid;
189
+ grid-template-columns: repeat(7, 1fr);
190
+ gap: 8px;
191
+ text-align: center;
192
+ }
193
+ .day {
194
+ height: 100px;
195
+ display: flex; align-items: center; justify-content: center;
196
+ font-size: 44px;
197
+ color: #333;
198
+ border-radius: 50%;
199
+ }
200
+ .day.disabled {
201
+ color: transparent;
202
+ }
203
+ .day.active {
204
+ background: #11B3A6;
205
+ color: #FFF;
206
+ width: 100px; height: 100px; margin: 0 auto;
207
+ border-radius: 50%;
208
+ font-weight: 700;
209
+ }
210
+
211
+ .dialog-actions {
212
+ display: flex;
213
+ justify-content: flex-end;
214
+ gap: 40px;
215
+ padding: 30px 40px 40px 40px;
216
+ font-size: 46px;
217
+ font-weight: 700;
218
+ color: #3F51B5;
219
+ }
220
+ </style>
221
+ </head>
222
+ <body>
223
+ <div id="render-target">
224
+
225
+ <!-- Status bar -->
226
+ <div class="status-bar">
227
+ <div class="time">11:21</div>
228
+ <div class="status-icons">
229
+ <!-- Simple placeholders for status icons -->
230
+ <svg class="icon" viewBox="0 0 24 24"><path fill="#444" d="M3 18h18l-9-14z"/></svg>
231
+ <svg class="icon" viewBox="0 0 24 24"><path fill="#444" d="M12 2l9 20H3z"/></svg>
232
+ <svg class="icon" viewBox="0 0 24 24"><path fill="#444" d="M2 7h20v2H2zm3 5h14v2H5zm3 5h8v2H8z"/></svg>
233
+ <svg class="icon" viewBox="0 0 24 24"><path fill="#444" d="M4 10a8 8 0 0 1 16 0h-2a6 6 0 0 0-12 0H4zm0 4h2a6 6 0 0 0 12 0h2a8 8 0 0 1-16 0z"/></svg>
234
+ <!-- WiFi -->
235
+ <svg class="icon" viewBox="0 0 24 24"><path fill="#444" d="M2 8c5-4 15-4 20 0l-2 2c-4-3-12-3-16 0L2 8zm4 4c3-2 9-2 12 0l-2 2c-2-1-6-1-8 0l-2-2zm4 4l2 2 2-2-2-2-2 2z"/></svg>
236
+ <!-- Battery -->
237
+ <svg class="icon" viewBox="0 0 24 24"><rect x="2" y="7" width="18" height="10" rx="2" fill="#444"></rect><rect x="20" y="9" width="2" height="6" fill="#444"></rect><rect x="4" y="9" width="12" height="6" fill="#FFF"></rect></svg>
238
+ </div>
239
+ </div>
240
+
241
+ <!-- App bar -->
242
+ <div class="appbar">
243
+ <svg class="back-icon" viewBox="0 0 24 24"><path fill="#1A1A1A" d="M15.5 19l-7-7 7-7 1.5 1.5L11 12l6 6z"/></svg>
244
+ <div class="title">Walking</div>
245
+ <div class="more">MORE</div>
246
+ </div>
247
+
248
+ <!-- Content -->
249
+ <div class="content">
250
+ <div class="field">
251
+ <label>Name</label>
252
+ <div class="input-line">Fit Morning</div>
253
+ </div>
254
+
255
+ <div class="field">
256
+ <label>Date</label>
257
+ <div class="input-line">
258
+ 12/22/2023
259
+ <svg class="dropdown-icon" viewBox="0 0 24 24"><path fill="#2F3C5B" d="M7 10l5 5 5-5z"/></svg>
260
+ </div>
261
+ </div>
262
+
263
+ <div class="field">
264
+ <label>Duration</label>
265
+ <div class="placeholder">—</div>
266
+ </div>
267
+
268
+ <div class="field" style="position: relative;">
269
+ <label>Notes</label>
270
+ <div class="placeholder">How did it go?</div>
271
+ <div class="camera" style="position:absolute; right:36px; top:0;">
272
+ <svg viewBox="0 0 24 24"><path d="M12 5l2 2h3a3 3 0 0 1 3 3v7a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3V10a3 3 0 0 1 3-3h3l2-2zm0 5a4 4 0 1 0 0 8 4 4 0 0 0 0-8z"/></svg>
273
+ </div>
274
+ </div>
275
+ </div>
276
+
277
+ <!-- Keyboard mock -->
278
+ <div class="keyboard"></div>
279
+ <div class="gesture-bar"></div>
280
+
281
+ <!-- Modal overlay and date picker -->
282
+ <div class="overlay">
283
+ <div class="date-dialog">
284
+ <div class="date-header">
285
+ <div class="year">2023</div>
286
+ <div class="date-title">Fri, Dec 22</div>
287
+ </div>
288
+
289
+ <div class="calendar">
290
+ <div class="cal-top">
291
+ <svg class="chev" viewBox="0 0 24 24"><path d="M15 6l-6 6 6 6"/></svg>
292
+ <div class="month">December 2023</div>
293
+ <svg class="chev" viewBox="0 0 24 24"><path d="M9 6l6 6-6 6"/></svg>
294
+ </div>
295
+
296
+ <div class="weekdays">
297
+ <div>S</div><div>M</div><div>T</div><div>W</div><div>T</div><div>F</div><div>S</div>
298
+ </div>
299
+
300
+ <div class="cal-grid">
301
+ <!-- Leading blanks for Sun-Thu before Dec 1 (Fri) -->
302
+ <div class="day disabled"></div>
303
+ <div class="day disabled"></div>
304
+ <div class="day disabled"></div>
305
+ <div class="day disabled"></div>
306
+ <div class="day disabled"></div>
307
+ <div class="day">1</div>
308
+ <div class="day">2</div>
309
+
310
+ <div class="day">3</div><div class="day">4</div><div class="day">5</div><div class="day">6</div><div class="day">7</div><div class="day">8</div><div class="day">9</div>
311
+
312
+ <div class="day">10</div><div class="day">11</div><div class="day">12</div><div class="day">13</div><div class="day">14</div><div class="day">15</div><div class="day">16</div>
313
+
314
+ <div class="day">17</div><div class="day">18</div><div class="day">19</div><div class="day">20</div><div class="day">21</div><div class="day active">22</div><div class="day">23</div>
315
+
316
+ <div class="day">24</div><div class="day">25</div><div class="day">26</div><div class="day">27</div><div class="day">28</div><div class="day">29</div><div class="day">30</div>
317
+
318
+ <div class="day">31</div>
319
+ <!-- trailing cells auto-wrap; leave them empty if needed -->
320
+ </div>
321
+ </div>
322
+
323
+ <div class="dialog-actions">
324
+ <div>CANCEL</div>
325
+ <div>OK</div>
326
+ </div>
327
+ </div>
328
+ </div>
329
+
330
+ </div>
331
+ </body>
332
+ </html>
code/3837/3837_7.html ADDED
@@ -0,0 +1,286 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Calendar Modal - Mobile UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ position: relative;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ font-family: Roboto, Arial, Helvetica, sans-serif;
16
+ color: #212121;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ height: 92px;
22
+ padding: 0 28px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ font-size: 34px;
27
+ color: #111;
28
+ }
29
+ .status-right {
30
+ display: flex;
31
+ gap: 22px;
32
+ align-items: center;
33
+ color: #111;
34
+ }
35
+ .dot { width: 10px; height: 10px; background:#111; border-radius:50%; display:inline-block; }
36
+
37
+ /* App bar */
38
+ .app-bar {
39
+ height: 120px;
40
+ display: flex;
41
+ align-items: center;
42
+ padding: 0 32px;
43
+ border-bottom: 1px solid #e0e0e0;
44
+ }
45
+ .app-bar .title {
46
+ font-weight: 700;
47
+ font-size: 46px;
48
+ margin-left: 16px;
49
+ }
50
+ .app-bar .more {
51
+ margin-left: auto;
52
+ color: #163059;
53
+ letter-spacing: .5px;
54
+ font-weight: 600;
55
+ font-size: 34px;
56
+ }
57
+ .icon-btn {
58
+ width: 56px; height: 56px; display:flex; align-items:center; justify-content:center;
59
+ }
60
+ .icon {
61
+ width: 36px; height: 36px;
62
+ fill: none; stroke: #1b1b1b; stroke-width: 6; stroke-linecap: round; stroke-linejoin: round;
63
+ }
64
+
65
+ /* Content form */
66
+ .content {
67
+ padding: 32px 48px 0 48px;
68
+ font-size: 34px;
69
+ }
70
+ .field { margin: 42px 0; position: relative; }
71
+ .label { font-weight: 700; margin-bottom: 10px; }
72
+ .input-line {
73
+ padding: 16px 0 12px 0;
74
+ border-bottom: 3px solid #c5cae9;
75
+ color: #344085;
76
+ font-size: 40px;
77
+ }
78
+ .row {
79
+ display: flex;
80
+ align-items: center;
81
+ }
82
+ .dropdown {
83
+ margin-left: auto;
84
+ width: 36px; height: 36px;
85
+ }
86
+ .camera-btn {
87
+ margin-left: auto;
88
+ width: 120px; height: 120px;
89
+ border: 3px solid #2f3f8f;
90
+ border-radius: 16px;
91
+ display:flex; align-items:center; justify-content:center;
92
+ color:#2f3f8f;
93
+ }
94
+ .camera-icon { width: 64px; height: 64px; stroke:#2f3f8f; fill:none; stroke-width:6; }
95
+
96
+ /* Fake keyboard at bottom (background UI element) */
97
+ .keyboard {
98
+ position: absolute; left: 0; right: 0; bottom: 0;
99
+ height: 780px;
100
+ background: #121212;
101
+ }
102
+ .home-indicator {
103
+ position: absolute; left: 50%; bottom: 24px; transform: translateX(-50%);
104
+ width: 300px; height: 10px; border-radius: 8px; background: #eaeaea;
105
+ opacity: .8;
106
+ }
107
+
108
+ /* Scrim and calendar dialog */
109
+ .scrim {
110
+ position: absolute; inset: 0;
111
+ background: rgba(0,0,0,0.55);
112
+ }
113
+ .dialog {
114
+ position: absolute;
115
+ width: 848px;
116
+ left: 116px;
117
+ top: 640px;
118
+ background: #ffffff;
119
+ border-radius: 16px;
120
+ overflow: hidden;
121
+ box-shadow: 0 20px 40px rgba(0,0,0,0.35);
122
+ }
123
+ .dialog-header {
124
+ background: #3f51b5;
125
+ color: #fff;
126
+ padding: 26px 40px 34px 40px;
127
+ }
128
+ .year-faint {
129
+ color: rgba(255,255,255,0.6);
130
+ font-size: 44px;
131
+ margin-top: 8px;
132
+ }
133
+ .date-large {
134
+ font-size: 88px;
135
+ font-weight: 700;
136
+ margin-top: 10px;
137
+ }
138
+ .calendar {
139
+ padding: 22px 36px 0 36px;
140
+ }
141
+ .cal-nav {
142
+ display: flex; align-items: center; justify-content: space-between;
143
+ padding: 18px 8px 10px 8px; color: #222; font-weight: 600; font-size: 38px;
144
+ }
145
+ .cal-icon {
146
+ width: 40px; height: 40px; stroke: #222; stroke-width: 6; fill: none; stroke-linecap: round; stroke-linejoin: round;
147
+ }
148
+ .dow {
149
+ display: grid; grid-template-columns: repeat(7, 1fr);
150
+ text-align: center; color: #9e9e9e; font-weight: 600; padding: 18px 0 12px 0;
151
+ }
152
+ .days {
153
+ display: grid; grid-template-columns: repeat(7, 1fr);
154
+ row-gap: 28px; text-align: center; font-size: 38px; padding-bottom: 18px;
155
+ }
156
+ .day { color: #333; }
157
+ .muted { color: #80cbc4; } /* for the 22 */
158
+ .selected {
159
+ display: inline-flex; align-items: center; justify-content: center;
160
+ width: 84px; height: 84px; border-radius: 50%;
161
+ background: #00a79d; color: #fff; margin: 0 auto;
162
+ font-weight: 700;
163
+ }
164
+ .dialog-actions {
165
+ display: flex; justify-content: space-between; align-items: center;
166
+ padding: 28px 36px 36px 36px;
167
+ }
168
+ .btn-text {
169
+ color: #3f51b5;
170
+ font-weight: 700; letter-spacing: 1px; font-size: 40px;
171
+ }
172
+ </style>
173
+ </head>
174
+ <body>
175
+ <div id="render-target">
176
+
177
+ <!-- Status bar -->
178
+ <div class="status-bar">
179
+ <div>11:21</div>
180
+ <div class="status-right">
181
+ <span class="dot"></span>
182
+ <span class="dot"></span>
183
+ <span class="dot"></span>
184
+ <span class="dot"></span>
185
+ <span style="width:24px;height:24px;border-radius:4px;border:3px solid #111"></span>
186
+ <span style="width:24px;height:36px;border:3px solid #111;border-radius:4px;position:relative;">
187
+ <span style="position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:8px;height:8px;background:#111;border-radius:50%;"></span>
188
+ </span>
189
+ </div>
190
+ </div>
191
+
192
+ <!-- App bar -->
193
+ <div class="app-bar">
194
+ <div class="icon-btn">
195
+ <svg class="icon" viewBox="0 0 24 24">
196
+ <path d="M15 4 L7 12 L15 20"/>
197
+ </svg>
198
+ </div>
199
+ <div class="title">Walking</div>
200
+ <div class="more">MORE</div>
201
+ </div>
202
+
203
+ <!-- Content form (background behind the dialog) -->
204
+ <div class="content">
205
+ <div class="field">
206
+ <div class="label">Name</div>
207
+ <div class="input-line">Fit Morning</div>
208
+ </div>
209
+
210
+ <div class="field">
211
+ <div class="label">Date</div>
212
+ <div class="row">
213
+ <div class="input-line" style="flex:1;">12/22/2023</div>
214
+ <svg class="dropdown" viewBox="0 0 24 24">
215
+ <path d="M6 9 L12 15 L18 9" stroke="#1b1b1b" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
216
+ </svg>
217
+ </div>
218
+ </div>
219
+
220
+ <div class="field">
221
+ <div class="label">Duration</div>
222
+ <div class="input-line" style="width: 60%;">00:45:00</div>
223
+ </div>
224
+
225
+ <div class="field row" style="align-items:flex-end;">
226
+ <div style="flex:1;">
227
+ <div class="label">Notes</div>
228
+ <div class="input-line" style="color:#9e9e9e;">How did it go?</div>
229
+ </div>
230
+ <div class="camera-btn">
231
+ <svg class="camera-icon" viewBox="0 0 24 24">
232
+ <rect x="3" y="6" width="18" height="12" rx="2" ry="2"></rect>
233
+ <circle cx="12" cy="12" r="3"></circle>
234
+ </svg>
235
+ </div>
236
+ </div>
237
+ </div>
238
+
239
+ <!-- Keyboard (background element at the bottom) -->
240
+ <div class="keyboard">
241
+ <div class="home-indicator"></div>
242
+ </div>
243
+
244
+ <!-- Scrim + Calendar dialog -->
245
+ <div class="scrim"></div>
246
+
247
+ <div class="dialog">
248
+ <div class="dialog-header">
249
+ <div class="year-faint">2023</div>
250
+ <div class="date-large">Sat, Dec 23</div>
251
+ </div>
252
+
253
+ <div class="calendar">
254
+ <div class="cal-nav">
255
+ <svg class="cal-icon" viewBox="0 0 24 24">
256
+ <path d="M15 4 L7 12 L15 20"></path>
257
+ </svg>
258
+ <div>December 2023</div>
259
+ <svg class="cal-icon" viewBox="0 0 24 24">
260
+ <path d="M9 4 L17 12 L9 20"></path>
261
+ </svg>
262
+ </div>
263
+
264
+ <div class="dow">
265
+ <div>S</div><div>M</div><div>T</div><div>W</div><div>T</div><div>F</div><div>S</div>
266
+ </div>
267
+
268
+ <div class="days">
269
+ <div class="day"></div><div class="day"></div><div class="day"></div><div class="day"></div><div class="day"></div><div class="day">1</div><div class="day">2</div>
270
+ <div class="day">3</div><div class="day">4</div><div class="day">5</div><div class="day">6</div><div class="day">7</div><div class="day">8</div><div class="day">9</div>
271
+ <div class="day">10</div><div class="day">11</div><div class="day">12</div><div class="day">13</div><div class="day">14</div><div class="day">15</div><div class="day">16</div>
272
+ <div class="day">17</div><div class="day">18</div><div class="day">19</div><div class="day">20</div><div class="day">21</div><div class="day muted">22</div>
273
+ <div class="day"><span class="selected">23</span></div>
274
+ <div class="day">24</div><div class="day">25</div><div class="day">26</div><div class="day">27</div><div class="day">28</div><div class="day">29</div><div class="day">30</div>
275
+ <div class="day">31</div><div></div><div></div><div></div><div></div><div></div>
276
+ </div>
277
+
278
+ <div class="dialog-actions">
279
+ <div class="btn-text">CANCEL</div>
280
+ <div class="btn-text">OK</div>
281
+ </div>
282
+ </div>
283
+ </div>
284
+ </div>
285
+ </body>
286
+ </html>
code/3837/3837_8.html ADDED
@@ -0,0 +1,324 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
6
+ <title>Walking Form Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #FFFFFF;
15
+ color: #1f1f1f;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ height: 96px;
21
+ display: flex;
22
+ align-items: center;
23
+ padding: 0 32px;
24
+ font-size: 36px;
25
+ color: #2b2b2b;
26
+ box-sizing: border-box;
27
+ }
28
+ .status-left { display: flex; align-items: center; gap: 18px; }
29
+ .status-right { margin-left: auto; display: flex; align-items: center; gap: 22px; }
30
+
31
+ .dot-icon {
32
+ width: 18px; height: 18px; background: #7c7c7c; border-radius: 50%;
33
+ }
34
+ .wifi {
35
+ width: 32px; height: 20px;
36
+ }
37
+ .battery {
38
+ width: 40px; height: 22px; border: 2px solid #555; border-radius: 4px; position: relative;
39
+ }
40
+ .battery::after {
41
+ content: "";
42
+ position: absolute; right: -6px; top: 6px; width: 5px; height: 10px; background: #555; border-radius: 2px;
43
+ }
44
+ .battery .level {
45
+ width: 70%; height: 100%; background: #6ea76f;
46
+ }
47
+
48
+ /* App bar */
49
+ .app-bar {
50
+ height: 124px;
51
+ display: flex;
52
+ align-items: center;
53
+ padding: 0 28px;
54
+ box-sizing: border-box;
55
+ border-bottom: 1px solid #e9e9e9;
56
+ background: #fff;
57
+ }
58
+ .back-btn {
59
+ width: 80px; height: 80px; display: flex; align-items: center; justify-content: center; cursor: default;
60
+ }
61
+ .title {
62
+ font-size: 48px; font-weight: 700; color: #3b3b3b;
63
+ }
64
+ .more {
65
+ margin-left: auto;
66
+ font-size: 36px;
67
+ color: #233c86;
68
+ font-weight: 600;
69
+ letter-spacing: 0.5px;
70
+ }
71
+
72
+ /* Content */
73
+ .content {
74
+ position: absolute;
75
+ top: 220px; /* status + app bar */
76
+ left: 0; right: 0;
77
+ padding: 28px 56px 0 56px;
78
+ box-sizing: border-box;
79
+ }
80
+
81
+ .section { margin-bottom: 44px; }
82
+ .label {
83
+ font-size: 36px;
84
+ font-weight: 700;
85
+ color: #2c2c2c;
86
+ margin-bottom: 18px;
87
+ }
88
+
89
+ .text-underline {
90
+ font-size: 40px;
91
+ padding: 8px 0 18px 0;
92
+ border-bottom: 4px solid #18306e;
93
+ color: #1e3a8a;
94
+ }
95
+
96
+ .row {
97
+ display: flex;
98
+ gap: 56px;
99
+ }
100
+ .col { flex: 1; }
101
+ .sub-label {
102
+ font-size: 34px;
103
+ font-weight: 700;
104
+ margin-bottom: 14px;
105
+ color: #2c2c2c;
106
+ }
107
+ .value-line {
108
+ display: flex; align-items: center; justify-content: space-between;
109
+ padding: 8px 0 14px 0;
110
+ border-bottom: 3px solid #cfcfcf;
111
+ font-size: 36px; color: #454545;
112
+ }
113
+ .chev {
114
+ width: 28px; height: 28px;
115
+ }
116
+ .triple {
117
+ display: grid;
118
+ grid-template-columns: 1fr 1fr 1fr;
119
+ gap: 56px;
120
+ }
121
+ .placeholder-line {
122
+ height: 3px; background: #cfcfcf;
123
+ margin-top: 22px;
124
+ }
125
+
126
+ .notes-area {
127
+ position: relative;
128
+ background: #fff;
129
+ }
130
+ .notes-input {
131
+ font-size: 34px;
132
+ color: #8a8a8a;
133
+ padding: 8px 0 18px 0;
134
+ border-bottom: 3px solid #cfcfcf;
135
+ }
136
+ .camera-btn {
137
+ position: absolute;
138
+ right: 0;
139
+ top: 6px;
140
+ width: 92px; height: 72px;
141
+ border: 3px solid #18306e;
142
+ border-radius: 16px;
143
+ display: flex; align-items: center; justify-content: center;
144
+ }
145
+
146
+ /* Save button above keyboard */
147
+ .save-bar {
148
+ position: absolute;
149
+ left: 0; right: 0;
150
+ bottom: 820px; /* sits right above keyboard */
151
+ height: 120px;
152
+ background: #4b5adb;
153
+ display: flex; align-items: center; justify-content: center;
154
+ color: #fff; font-weight: 800; font-size: 36px; letter-spacing: 2px;
155
+ }
156
+
157
+ /* Keyboard mock */
158
+ .keyboard {
159
+ position: absolute;
160
+ left: 0; right: 0; bottom: 0;
161
+ height: 820px;
162
+ background: #1d1a14;
163
+ padding: 28px 22px 18px 22px;
164
+ box-sizing: border-box;
165
+ }
166
+ .kb-top {
167
+ height: 72px; display: flex; align-items: center; gap: 22px; color: #d3c8a9;
168
+ font-size: 34px; margin-bottom: 18px;
169
+ }
170
+ .kb-row {
171
+ display: flex; justify-content: center; gap: 14px;
172
+ margin: 14px 0;
173
+ }
174
+ .key {
175
+ min-width: 84px;
176
+ height: 116px;
177
+ background: #2b271f;
178
+ color: #f3e9d2;
179
+ border-radius: 18px;
180
+ display: flex; align-items: center; justify-content: center;
181
+ font-size: 48px;
182
+ box-shadow: inset 0 -2px 0 rgba(0,0,0,0.25);
183
+ }
184
+ .key.wide { min-width: 160px; }
185
+ .key.space { min-width: 520px; }
186
+ .key.circle { width: 116px; min-width: 116px; height: 116px; border-radius: 58px; }
187
+ .key.small { min-width: 124px; }
188
+ .key.back { min-width: 150px; }
189
+ .gesture-bar {
190
+ position: absolute; bottom: 8px; left: 50%; transform: translateX(-50%);
191
+ width: 280px; height: 12px; background: #d9d9d9; border-radius: 6px; opacity: 0.8;
192
+ }
193
+
194
+ /* Tiny helpers */
195
+ .muted { color: #8b8b8b; }
196
+ </style>
197
+ </head>
198
+ <body>
199
+ <div id="render-target">
200
+ <!-- Status bar -->
201
+ <div class="status-bar">
202
+ <div class="status-left">
203
+ <div>11:22</div>
204
+ <div class="dot-icon"></div>
205
+ <div class="dot-icon"></div>
206
+ <div class="dot-icon"></div>
207
+ <div class="dot-icon"></div>
208
+ <div class="dot-icon"></div>
209
+ <div class="dot-icon"></div>
210
+ </div>
211
+ <div class="status-right">
212
+ <svg class="wifi" viewBox="0 0 24 24" fill="none">
213
+ <path d="M2 8c5-4 15-4 20 0" stroke="#555" stroke-width="2" stroke-linecap="round"/>
214
+ <path d="M6 12c3-2 9-2 12 0" stroke="#555" stroke-width="2" stroke-linecap="round"/>
215
+ <circle cx="12" cy="17" r="2" fill="#555"/>
216
+ </svg>
217
+ <div class="battery"><div class="level"></div></div>
218
+ </div>
219
+ </div>
220
+
221
+ <!-- App bar -->
222
+ <div class="app-bar">
223
+ <div class="back-btn">
224
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
225
+ <path d="M15 18l-6-6 6-6" stroke="#333" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"/>
226
+ </svg>
227
+ </div>
228
+ <div class="title">Walking</div>
229
+ <div class="more">MORE</div>
230
+ </div>
231
+
232
+ <!-- Main content -->
233
+ <div class="content">
234
+ <div class="section">
235
+ <div class="label">Name</div>
236
+ <div class="text-underline">Fit Morning</div>
237
+ </div>
238
+
239
+ <div class="section">
240
+ <div class="row">
241
+ <div class="col">
242
+ <div class="sub-label">Date</div>
243
+ <div class="value-line">
244
+ <span>12/23/2023</span>
245
+ <svg class="chev" viewBox="0 0 24 24" fill="none">
246
+ <path d="M6 9l6 6 6-6" stroke="#6b6b6b" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
247
+ </svg>
248
+ </div>
249
+ </div>
250
+ <div class="col">
251
+ <div class="sub-label">Start Time</div>
252
+ <div class="value-line">
253
+ <span class="muted"></span>
254
+ <svg class="chev" viewBox="0 0 24 24" fill="none">
255
+ <path d="M6 9l6 6 6-6" stroke="#6b6b6b" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
256
+ </svg>
257
+ </div>
258
+ </div>
259
+ </div>
260
+ </div>
261
+
262
+ <div class="section">
263
+ <div class="triple">
264
+ <div>
265
+ <div class="sub-label">Duration</div>
266
+ <div class="placeholder-line"></div>
267
+ </div>
268
+ <div>
269
+ <div class="sub-label">Miles</div>
270
+ <div class="placeholder-line"></div>
271
+ </div>
272
+ <div>
273
+ <div class="sub-label">Calories</div>
274
+ <div class="placeholder-line"></div>
275
+ </div>
276
+ </div>
277
+ </div>
278
+
279
+ <div class="section notes-area">
280
+ <div class="label">Notes</div>
281
+ <div class="notes-input">How did it go, Karin?</div>
282
+ <div class="camera-btn">
283
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
284
+ <rect x="4" y="7" width="16" height="12" rx="2" stroke="#18306e" stroke-width="2"/>
285
+ <path d="M9 7l1.5-2h3L15 7" stroke="#18306e" stroke-width="2" stroke-linecap="round"/>
286
+ <circle cx="12" cy="13" r="3" stroke="#18306e" stroke-width="2"/>
287
+ </svg>
288
+ </div>
289
+ </div>
290
+ </div>
291
+
292
+ <!-- Save bar -->
293
+ <div class="save-bar">SAVE ACTIVITY</div>
294
+
295
+ <!-- Keyboard mock -->
296
+ <div class="keyboard">
297
+ <div class="kb-top">to | and | 🌻 | 🏞️</div>
298
+
299
+ <div class="kb-row">
300
+ <div class="key">q</div><div class="key">w</div><div class="key">e</div><div class="key">r</div><div class="key">t</div>
301
+ <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>
302
+ </div>
303
+ <div class="kb-row" style="padding: 0 70px;">
304
+ <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>
305
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
306
+ </div>
307
+ <div class="kb-row">
308
+ <div class="key wide">⇧</div>
309
+ <div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div>
310
+ <div class="key">b</div><div class="key">n</div><div class="key">m</div>
311
+ <div class="key back">⌫</div>
312
+ </div>
313
+ <div class="kb-row" style="justify-content: space-between;">
314
+ <div class="key small">?123</div>
315
+ <div class="key circle">☺</div>
316
+ <div class="key space"></div>
317
+ <div class="key">.</div>
318
+ <div class="key circle">↵</div>
319
+ </div>
320
+ <div class="gesture-bar"></div>
321
+ </div>
322
+ </div>
323
+ </body>
324
+ </html>
code/3837/3837_9.html ADDED
@@ -0,0 +1,265 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Walking - Time Picker Modal</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:#f5f6f9;
11
+ border-radius:18px; box-shadow:0 6px 20px rgba(0,0,0,0.15);
12
+ }
13
+
14
+ /* Status bar (simplified) */
15
+ .status-bar {
16
+ height:90px; color:#ffffff; background:#1f2533;
17
+ display:flex; align-items:center; justify-content:space-between;
18
+ padding:0 28px; font-size:34px; letter-spacing:0.5px;
19
+ }
20
+ .status-icons { display:flex; gap:18px; align-items:center; }
21
+ .dot { width:10px; height:10px; background:#fff; border-radius:50%; opacity:0.7; }
22
+
23
+ /* App bar */
24
+ .app-bar {
25
+ height:140px; background:#ffffff; color:#1a2740;
26
+ display:flex; align-items:center; border-bottom:1px solid #e2e5ea;
27
+ padding:0 28px;
28
+ }
29
+ .back-icon { width:56px; height:56px; margin-right:18px; }
30
+ .app-title { font-size:50px; font-weight:700; }
31
+ .more { margin-left:auto; font-size:36px; color:#1a2740; opacity:0.8; letter-spacing:1px; }
32
+
33
+ /* Content sections */
34
+ .content { padding:30px 34px 180px 34px; color:#1a2740; }
35
+ .section { padding:28px 6px; border-bottom:1px solid #e2e5ea; }
36
+ .label { font-size:38px; font-weight:700; margin-bottom:16px; }
37
+ .input-line { font-size:42px; color:#28427b; padding-bottom:14px; border-bottom:4px solid #22335d; width:92%; }
38
+ .grid-row { display:flex; gap:40px; }
39
+ .col { flex:1; }
40
+ .thin-line { height:1px; background:#e2e5ea; margin-top:24px; }
41
+
42
+ .dropdown {
43
+ width:40px; height:40px; margin-left:8px; vertical-align:middle;
44
+ }
45
+
46
+ .notes-row { display:flex; align-items:center; justify-content:space-between; }
47
+ .camera {
48
+ width:84px; height:84px; border:2px solid #21325a; border-radius:16px;
49
+ display:flex; align-items:center; justify-content:center; color:#21325a;
50
+ }
51
+ .camera svg { width:48px; height:48px; }
52
+
53
+ /* Bottom save bar */
54
+ .save-bar {
55
+ position:absolute; left:0; right:0; bottom:80px;
56
+ height:130px; background:#1f2b57; color:#cfd6ea;
57
+ display:flex; align-items:center; justify-content:center;
58
+ font-size:44px; font-weight:700; letter-spacing:2px;
59
+ }
60
+ /* Android gesture pill (simplified) */
61
+ .gesture-bar {
62
+ position:absolute; left:50%; transform:translateX(-50%);
63
+ bottom:22px; width:250px; height:10px; background:#dcdcdc; border-radius:8px;
64
+ }
65
+
66
+ /* Scrim overlay */
67
+ .scrim {
68
+ position:absolute; inset:0; background:rgba(0,0,0,0.45);
69
+ }
70
+
71
+ /* Time picker modal */
72
+ .time-modal {
73
+ position:absolute; left:120px; top:860px; width:840px;
74
+ background:#ffffff; border-radius:12px;
75
+ box-shadow:0 20px 60px rgba(0,0,0,0.35);
76
+ overflow:hidden;
77
+ }
78
+ .time-header {
79
+ background:#4a60d1; color:#fff; padding:30px 36px; height:180px;
80
+ display:flex; align-items:flex-end; gap:16px;
81
+ }
82
+ .time-header .big { font-size:120px; font-weight:700; line-height:1; }
83
+ .time-header .faded { color:rgba(255,255,255,0.65); }
84
+ .time-header .ampm { align-self:center; font-size:40px; font-weight:700; margin-left:auto; display:flex; gap:20px; }
85
+ .time-header .pm { color:rgba(255,255,255,0.45); font-weight:700; }
86
+
87
+ .clock-area { padding:36px; }
88
+ .clock {
89
+ position:relative; width:560px; height:560px; margin:0 auto;
90
+ background:#ececec; border-radius:50%;
91
+ }
92
+ .clock .center-dot {
93
+ position:absolute; left:50%; top:50%; width:14px; height:14px; background:#4a60d1;
94
+ border-radius:50%; transform:translate(-50%,-50%);
95
+ }
96
+ .hand {
97
+ position:absolute; left:50%; top:50%; width:4px; height:220px; background:#4a60d1;
98
+ transform:translate(-50%,-100%);
99
+ }
100
+ .hour { position:absolute; font-size:36px; color:#111; }
101
+ /* Approximate positions around circle */
102
+ .h12 { left:50%; top:18px; transform:translateX(-50%); }
103
+ .h1 { right:120px; top:60px; }
104
+ .h2 { right:58px; top:140px; }
105
+ .h3 { right:22px; top:260px; }
106
+ .h4 { right:56px; bottom:160px; }
107
+ .h5 { right:120px; bottom:86px; }
108
+ .h6 { left:50%; bottom:18px; transform:translateX(-50%); }
109
+ .h7 { left:120px; bottom:86px; }
110
+ .h8 { left:58px; bottom:160px; }
111
+ .h9 { left:22px; top:260px; }
112
+ .h10 { left:58px; top:140px; }
113
+ .h11 { left:120px; top:60px; }
114
+
115
+ .selected-hour {
116
+ position:absolute; width:96px; height:96px; background:#4a60d1; color:#fff;
117
+ border-radius:50%; display:flex; align-items:center; justify-content:center;
118
+ font-size:38px; font-weight:700; left:140px; top:80px;
119
+ box-shadow:0 4px 10px rgba(74,96,209,0.3);
120
+ }
121
+
122
+ .modal-actions {
123
+ display:flex; align-items:center; justify-content:space-between;
124
+ padding:26px 34px 34px 34px; color:#4a60d1; font-weight:700; font-size:38px;
125
+ }
126
+ .kbd { display:flex; align-items:center; gap:16px; color:#6b6b6b; font-weight:500; font-size:34px; }
127
+ .action-buttons { display:flex; gap:48px; }
128
+ .btn { cursor:default; }
129
+
130
+ /* Form text colors under scrim (dimmed) */
131
+ .content, .app-bar, .save-bar { filter:brightness(85%); }
132
+ </style>
133
+ </head>
134
+ <body>
135
+ <div id="render-target">
136
+
137
+ <!-- Status bar -->
138
+ <div class="status-bar">
139
+ <div>11:22</div>
140
+ <div class="status-icons">
141
+ <div class="dot"></div>
142
+ <div class="dot"></div>
143
+ <div class="dot"></div>
144
+ <div class="dot"></div>
145
+ <div class="dot"></div>
146
+ </div>
147
+ </div>
148
+
149
+ <!-- App bar -->
150
+ <div class="app-bar">
151
+ <svg class="back-icon" viewBox="0 0 24 24">
152
+ <path d="M15 18l-6-6 6-6" fill="none" stroke="#1a2740" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
153
+ </svg>
154
+ <div class="app-title">Walking</div>
155
+ <div class="more">MORE</div>
156
+ </div>
157
+
158
+ <!-- Content -->
159
+ <div class="content">
160
+ <div class="section">
161
+ <div class="label">Name</div>
162
+ <div class="input-line">Fit Morning</div>
163
+ </div>
164
+
165
+ <div class="section">
166
+ <div class="grid-row">
167
+ <div class="col">
168
+ <div class="label">Date</div>
169
+ <div class="input-line">12/23/2023</div>
170
+ </div>
171
+ <div class="col">
172
+ <div class="label">Start Time</div>
173
+ <div style="display:flex; align-items:center; width:92%;">
174
+ <div class="input-line" style="border-bottom:2px solid #c6cbd8; color:#757575;">Select</div>
175
+ <svg class="dropdown" viewBox="0 0 24 24">
176
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#1a2740" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
177
+ </svg>
178
+ </div>
179
+ </div>
180
+ </div>
181
+ </div>
182
+
183
+ <div class="section">
184
+ <div class="label">Duration</div>
185
+ <div class="thin-line"></div>
186
+ </div>
187
+
188
+ <div class="section">
189
+ <div class="notes-row">
190
+ <div>
191
+ <div class="label">Notes</div>
192
+ <div style="color:#707070; font-size:40px; border-bottom:2px solid #c6cbd8; width:86%;">How did it go?</div>
193
+ </div>
194
+ <div class="camera" aria-label="Camera">
195
+ <svg viewBox="0 0 24 24">
196
+ <rect x="3" y="6" width="18" height="12" rx="2" ry="2" fill="none" stroke="#21325a" stroke-width="2"/>
197
+ <circle cx="12" cy="12" r="4" fill="none" stroke="#21325a" stroke-width="2"/>
198
+ <rect x="8" y="3" width="8" height="3" fill="#21325a"/>
199
+ </svg>
200
+ </div>
201
+ </div>
202
+ </div>
203
+ </div>
204
+
205
+ <!-- Bottom Save bar -->
206
+ <div class="save-bar">SAVE ACTIVITY</div>
207
+ <div class="gesture-bar"></div>
208
+
209
+ <!-- Scrim -->
210
+ <div class="scrim"></div>
211
+
212
+ <!-- Time Picker Modal -->
213
+ <div class="time-modal">
214
+ <div class="time-header">
215
+ <div class="big">11<span class="faded">:20</span></div>
216
+ <div class="ampm">
217
+ <div>AM</div>
218
+ <div class="pm">PM</div>
219
+ </div>
220
+ </div>
221
+
222
+ <div class="clock-area">
223
+ <div class="clock">
224
+ <!-- hour numbers -->
225
+ <div class="hour h12">12</div>
226
+ <div class="hour h1">1</div>
227
+ <div class="hour h2">2</div>
228
+ <div class="hour h3">3</div>
229
+ <div class="hour h4">4</div>
230
+ <div class="hour h5">5</div>
231
+ <div class="hour h6">6</div>
232
+ <div class="hour h7">7</div>
233
+ <div class="hour h8">8</div>
234
+ <div class="hour h9">9</div>
235
+ <div class="hour h10">10</div>
236
+ <div class="hour h11">11</div>
237
+
238
+ <!-- selected bubble and hand -->
239
+ <div class="selected-hour">11</div>
240
+ <div class="center-dot"></div>
241
+ <div class="hand"></div>
242
+ </div>
243
+ </div>
244
+
245
+ <div class="modal-actions">
246
+ <div class="kbd">
247
+ <svg viewBox="0 0 24 24" width="40" height="40">
248
+ <rect x="3" y="5" width="18" height="14" rx="2" ry="2" fill="none" stroke="#6b6b6b" stroke-width="2"/>
249
+ <rect x="5" y="7" width="3" height="2" fill="#6b6b6b"/>
250
+ <rect x="9" y="7" width="3" height="2" fill="#6b6b6b"/>
251
+ <rect x="13" y="7" width="3" height="2" fill="#6b6b6b"/>
252
+ <rect x="17" y="7" width="3" height="2" fill="#6b6b6b"/>
253
+ <rect x="5" y="11" width="14" height="2" fill="#6b6b6b"/>
254
+ </svg>
255
+ </div>
256
+ <div class="action-buttons">
257
+ <div class="btn">CANCEL</div>
258
+ <div class="btn">OK</div>
259
+ </div>
260
+ </div>
261
+ </div>
262
+
263
+ </div>
264
+ </body>
265
+ </html>
code/3838/3838_1.html ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Lifestyle Splash Screen</title>
5
+ <style>
6
+ body {
7
+ margin: 0;
8
+ padding: 0;
9
+ background: transparent;
10
+ }
11
+ #render-target {
12
+ width: 1080px;
13
+ height: 2400px;
14
+ position: relative;
15
+ overflow: hidden;
16
+ background: #ffffff;
17
+ font-family: "Helvetica Neue", Arial, sans-serif;
18
+ }
19
+
20
+ /* Logo */
21
+ .logo-wrap {
22
+ position: absolute;
23
+ left: 0;
24
+ right: 0;
25
+ top: 1020px;
26
+ text-align: center;
27
+ }
28
+ .logo-text {
29
+ font-size: 190px;
30
+ color: #1a1a1a;
31
+ font-weight: 500;
32
+ letter-spacing: 1px;
33
+ }
34
+ /* Decorative dots near the "i" */
35
+ .dots {
36
+ position: absolute;
37
+ width: 130px;
38
+ height: 130px;
39
+ left: 330px; /* positioned to hover near the "i" of the centered word */
40
+ top: -55px;
41
+ }
42
+ .dot {
43
+ position: absolute;
44
+ width: 76px;
45
+ height: 76px;
46
+ border-radius: 50%;
47
+ }
48
+ .dot.pink { background: #e24474; left: 0; top: 0; }
49
+ .dot.orange { background: #f1a01a; left: 48px; top: 22px; }
50
+
51
+ /* Loading spinner */
52
+ .spinner {
53
+ position: absolute;
54
+ left: 50%;
55
+ transform: translateX(-50%);
56
+ bottom: 420px;
57
+ width: 150px;
58
+ height: 150px;
59
+ border-radius: 50%;
60
+ border: 16px solid #f2a21a;
61
+ border-top-color: transparent;
62
+ animation: spin 1.3s linear infinite;
63
+ }
64
+ @keyframes spin {
65
+ to { transform: translateX(-50%) rotate(360deg); }
66
+ }
67
+
68
+ /* Home indicator */
69
+ .home-indicator {
70
+ position: absolute;
71
+ left: 50%;
72
+ transform: translateX(-50%);
73
+ bottom: 22px;
74
+ width: 580px;
75
+ height: 18px;
76
+ background: #cfcfcf;
77
+ border-radius: 10px;
78
+ }
79
+ </style>
80
+ </head>
81
+ <body>
82
+ <div id="render-target">
83
+ <div class="logo-wrap">
84
+ <span class="logo-text">lifestyle</span>
85
+ <div class="dots">
86
+ <div class="dot pink"></div>
87
+ <div class="dot orange"></div>
88
+ </div>
89
+ </div>
90
+
91
+ <div class="spinner"></div>
92
+
93
+ <div class="home-indicator"></div>
94
+ </div>
95
+ </body>
96
+ </html>
code/3838/3838_2.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>Lifestyle App 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: #ffffff; color: #222;
11
+ }
12
+
13
+ /* Top status bar */
14
+ .status-bar {
15
+ height: 80px; padding: 0 32px; display: flex; align-items: center; justify-content: space-between;
16
+ font-weight: 600; font-size: 32px;
17
+ }
18
+ .status-icons { display: flex; align-items: center; gap: 22px; }
19
+ .icon { width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center; }
20
+ .icon svg { width: 100%; height: 100%; }
21
+
22
+ /* App header */
23
+ .header {
24
+ height: 120px; display: flex; align-items: center; justify-content: space-between;
25
+ padding: 0 32px;
26
+ }
27
+ .brand {
28
+ font-size: 64px; font-weight: 700; letter-spacing: 0.5px;
29
+ }
30
+ .action-icons { display: flex; align-items: center; gap: 30px; }
31
+ .badge-dot {
32
+ position: absolute; right: -2px; top: -2px; width: 16px; height: 16px; background: #ff9f1a; border-radius: 50%;
33
+ border: 2px solid #fff;
34
+ }
35
+ .action { position: relative; width: 56px; height: 56px; }
36
+
37
+ /* Search bar */
38
+ .search-wrap { padding: 0 32px; }
39
+ .search {
40
+ height: 110px; border: 1px solid #ddd; border-radius: 20px; display: flex; align-items: center;
41
+ padding: 0 26px; gap: 20px; background: #f7f7f7;
42
+ }
43
+ .search input {
44
+ flex: 1; height: 100%; border: none; outline: none; background: transparent;
45
+ font-size: 36px; color: #666;
46
+ }
47
+
48
+ /* Category chips */
49
+ .categories {
50
+ padding: 24px 0; display: flex; gap: 28px; overflow: hidden; justify-content: space-around;
51
+ }
52
+ .cat {
53
+ width: 180px; display: flex; flex-direction: column; align-items: center; gap: 18px;
54
+ }
55
+ .cat .circle {
56
+ width: 180px; height: 180px; border-radius: 50%;
57
+ background: #E0E0E0; border: 1px solid #BDBDBD; color: #757575;
58
+ display: flex; align-items: center; justify-content: center; text-align: center; padding: 16px; font-size: 28px;
59
+ }
60
+ .cat label {
61
+ font-size: 30px; color: #333;
62
+ }
63
+
64
+ /* Deals stripe */
65
+ .deal-stripe {
66
+ height: 90px; display: flex; align-items: center; justify-content: space-between; padding: 0 32px;
67
+ background: repeating-linear-gradient(45deg, #ffd487, #ffd487 12px, #ffc65d 12px, #ffc65d 24px);
68
+ font-size: 34px; font-weight: 700; color: #7a4b00;
69
+ }
70
+
71
+ /* Hero banner */
72
+ .hero {
73
+ width: 100%; height: 1040px; position: relative; display: flex; align-items: center; justify-content: center;
74
+ background: #E0E0E0; border-top: 1px solid #BDBDBD; border-bottom: 1px solid #BDBDBD;
75
+ color: #757575; font-size: 40px;
76
+ }
77
+ .hero .label { position: absolute; top: 40px; left: 32px; font-size: 36px; color: #757575; }
78
+ .hero-ellipse {
79
+ position: absolute; bottom: 280px; left: 90px; right: 90px; height: 200px;
80
+ border: 4px solid rgba(255,255,255,0.9); border-radius: 200px;
81
+ }
82
+ .hero-title {
83
+ position: absolute; bottom: 340px; width: 100%; text-align: center; font-size: 68px; font-weight: 800; color: #ffffff;
84
+ text-shadow: 0 1px 3px rgba(0,0,0,0.25);
85
+ }
86
+ .hero-sale {
87
+ position: absolute; bottom: 40px; left: 32px; font-size: 86px; font-weight: 800; color: #d62323;
88
+ }
89
+
90
+ /* Carousel dots */
91
+ .dots {
92
+ height: 60px; display: flex; align-items: center; justify-content: center; gap: 18px;
93
+ }
94
+ .dot { width: 16px; height: 16px; border-radius: 50%; background: #cfcfcf; }
95
+ .dot.active { width: 28px; height: 16px; border-radius: 12px; background: #ff9f1a; }
96
+
97
+ /* Flash sale banner */
98
+ .flash-banner {
99
+ height: 420px; padding: 20px 32px; position: relative;
100
+ }
101
+ .flash-bg {
102
+ width: 100%; height: 100%; background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 18px;
103
+ display: flex; align-items: center; justify-content: flex-start; color: #757575; font-size: 40px; padding-left: 40px;
104
+ position: relative;
105
+ }
106
+ .flash-left {
107
+ position: absolute; left: 64px; top: 70px; color: #0b4dc5;
108
+ }
109
+ .flash-left .tag {
110
+ display: inline-block; background: #ffd22e; color: #1d1d1d; font-weight: 800; padding: 10px 18px; border-radius: 10px; font-size: 34px;
111
+ box-shadow: 0 2px 0 rgba(0,0,0,0.1);
112
+ }
113
+ .flash-left .flat { margin-top: 26px; font-size: 46px; font-weight: 800; color: #1c1c1c; }
114
+ .flash-left .off { font-size: 120px; font-weight: 900; color: #1c1c1c; }
115
+
116
+ .countdown {
117
+ position: absolute; right: 80px; top: 60px; background: #ffffff; border-radius: 20px; border: 1px solid #ddd;
118
+ width: 380px; padding: 26px;
119
+ box-shadow: 0 6px 12px rgba(0,0,0,0.08);
120
+ }
121
+ .countdown .title {
122
+ position: absolute; top: -22px; left: 22px; background: #ef3c2e; color: #fff; font-weight: 800;
123
+ padding: 10px 18px; border-radius: 12px; font-size: 28px;
124
+ }
125
+ .boxes { display: flex; align-items: center; justify-content: space-between; margin-top: 10px; }
126
+ .box {
127
+ width: 100px; height: 100px; border-radius: 14px; background: #000; color: #fff; font-weight: 900;
128
+ display: flex; align-items: center; justify-content: center; font-size: 42px;
129
+ }
130
+ .labels { display: flex; align-items: center; justify-content: space-between; margin-top: 16px; color: #666; font-size: 26px; }
131
+ .divider { font-weight: 900; font-size: 48px; margin: 0 12px; color: #000; }
132
+
133
+ /* Bottom navigation */
134
+ .bottom-nav {
135
+ position: absolute; bottom: 0; left: 0; width: 100%; height: 180px; border-top: 1px solid #e5e5e5; background: #fff;
136
+ display: flex; align-items: center; justify-content: space-around;
137
+ }
138
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 16px; color: #666; }
139
+ .nav-item .ni { width: 64px; height: 64px; }
140
+ .nav-item.active { color: #ff9f1a; font-weight: 700; }
141
+ .gesture {
142
+ position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%);
143
+ width: 250px; height: 8px; background: #000; border-radius: 4px; opacity: 0.2;
144
+ }
145
+ </style>
146
+ </head>
147
+ <body>
148
+ <div id="render-target">
149
+
150
+ <!-- Status Bar -->
151
+ <div class="status-bar">
152
+ <div>8:42</div>
153
+ <div class="status-icons">
154
+ <div class="icon" title="Location">
155
+ <svg viewBox="0 0 24 24"><path fill="#333" 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"/></svg>
156
+ </div>
157
+ <div class="icon" title="WiFi">
158
+ <svg viewBox="0 0 24 24"><path fill="#333" d="M2 8c5-4 15-4 20 0l-2 2c-4-3-12-3-16 0L2 8zm4 4c3-2 9-2 12 0l-2 2c-2-1-6-1-8 0l-2-2zm4 4l2 2 2-2c-2-2-4-2-6 0z"/></svg>
159
+ </div>
160
+ <div class="icon" title="Battery">
161
+ <svg viewBox="0 0 24 24"><path fill="#333" d="M20 7h2v10h-2V7z"/><rect x="3" y="7" width="16" height="10" rx="2" ry="2" fill="none" stroke="#333" stroke-width="2"/><rect x="5" y="9" width="12" height="6" fill="#333"/></svg>
162
+ </div>
163
+ <div class="icon" title="Do Not Disturb">
164
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" fill="none" stroke="#333" stroke-width="2"/><rect x="6" y="11" width="12" height="2" fill="#333"/></svg>
165
+ </div>
166
+ <div class="icon" title="Dot">
167
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="3" fill="#333"/></svg>
168
+ </div>
169
+ </div>
170
+ </div>
171
+
172
+ <!-- Header -->
173
+ <div class="header">
174
+ <div class="brand">lifestyle</div>
175
+ <div class="action-icons">
176
+ <div class="action">
177
+ <svg class="ni" viewBox="0 0 24 24"><path fill="#333" d="M12 21s-7-4.35-7-10a5 5 0 0 1 9-3 5 5 0 0 1 9 3c0 5.65-7 10-7 10z"/></svg>
178
+ </div>
179
+ <div class="action">
180
+ <svg class="ni" viewBox="0 0 24 24"><path fill="#333" d="M12 2a6 6 0 0 1 6 6v5l2 3v2H4v-2l2-3V8a6 6 0 0 1 6-6z"/><circle cx="12" cy="19" r="1.8" fill="#333"/></svg>
181
+ <span class="badge-dot"></span>
182
+ </div>
183
+ </div>
184
+ </div>
185
+
186
+ <!-- Search -->
187
+ <div class="search-wrap">
188
+ <div class="search">
189
+ <div class="icon">
190
+ <svg viewBox="0 0 24 24"><circle cx="11" cy="11" r="7" stroke="#666" stroke-width="2" fill="none"/><path d="M20 20l-4-4" stroke="#666" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
191
+ </div>
192
+ <input type="text" placeholder="What are you looking for?">
193
+ <div class="icon">
194
+ <svg viewBox="0 0 24 24"><rect x="4" y="4" width="16" height="16" rx="2" ry="2" fill="none" stroke="#666" stroke-width="2"/><path d="M8 4v4M16 4v4M8 16v4M16 16v4" stroke="#666" stroke-width="2"/></svg>
195
+ </div>
196
+ </div>
197
+ </div>
198
+
199
+ <!-- Categories -->
200
+ <div class="categories">
201
+ <div class="cat">
202
+ <div class="circle">[IMG: SALE badge]</div>
203
+ <label>Limited Time</label>
204
+ </div>
205
+ <div class="cat">
206
+ <div class="circle">[IMG: Winterwear]</div>
207
+ <label>Winterwear</label>
208
+ </div>
209
+ <div class="cat">
210
+ <div class="circle">[IMG: Women category]</div>
211
+ <label>Women</label>
212
+ </div>
213
+ <div class="cat">
214
+ <div class="circle">[IMG: Men category]</div>
215
+ <label>Men</label>
216
+ </div>
217
+ <div class="cat">
218
+ <div class="circle">[IMG: More styles]</div>
219
+ <label>More</label>
220
+ </div>
221
+ </div>
222
+
223
+ <!-- Deals Stripe -->
224
+ <div class="deal-stripe">
225
+ <div>Now Live | December Deals</div>
226
+ <div class="icon">
227
+ <svg viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" stroke="#7a4b00" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
228
+ </div>
229
+ </div>
230
+
231
+ <!-- Hero Banner -->
232
+ <div class="hero">
233
+ <div class="label">[IMG: Winter fashion group hero]</div>
234
+ <div class="hero-ellipse"></div>
235
+ <div class="hero-title">FALL INTO WINTER</div>
236
+ <div class="hero-sale">30-60% OFF</div>
237
+ </div>
238
+
239
+ <!-- Carousel dots -->
240
+ <div class="dots">
241
+ <div class="dot"></div>
242
+ <div class="dot active"></div>
243
+ <div class="dot"></div>
244
+ <div class="dot"></div>
245
+ <div class="dot"></div>
246
+ <div class="dot"></div>
247
+ <div class="dot"></div>
248
+ </div>
249
+
250
+ <!-- Flash Sale Banner -->
251
+ <div class="flash-banner">
252
+ <div class="flash-bg">[IMG: Flash Sale Banner]</div>
253
+
254
+ <div class="flash-left">
255
+ <div class="tag">FLASH SALE</div>
256
+ <div class="flat">FLAT</div>
257
+ <div class="off">60% OFF</div>
258
+ </div>
259
+
260
+ <div class="countdown">
261
+ <div class="title">Offer Ends In</div>
262
+ <div class="boxes">
263
+ <div class="box">15</div>
264
+ <div class="divider">-</div>
265
+ <div class="box">17</div>
266
+ <div class="divider">-</div>
267
+ <div class="box">01</div>
268
+ </div>
269
+ <div class="labels">
270
+ <div>HOURS</div>
271
+ <div></div>
272
+ <div>MINS</div>
273
+ <div></div>
274
+ <div>SECS</div>
275
+ </div>
276
+ </div>
277
+ </div>
278
+
279
+ <!-- Bottom Navigation -->
280
+ <div class="bottom-nav">
281
+ <div class="nav-item active">
282
+ <div class="ni">
283
+ <svg viewBox="0 0 24 24"><path fill="#ff9f1a" d="M3 11l9-8 9 8v9h-6v-5H9v5H3z"/></svg>
284
+ </div>
285
+ <div>Home</div>
286
+ </div>
287
+ <div class="nav-item">
288
+ <div class="ni">
289
+ <svg viewBox="0 0 24 24"><path fill="#666" d="M3 4h8v8H3V4zm10 0h8v8h-8V4zM3 14h8v6H3v-6zm10 0h8v6h-8v-6z"/></svg>
290
+ </div>
291
+ <div>Categories</div>
292
+ </div>
293
+ <div class="nav-item">
294
+ <div class="ni">
295
+ <svg viewBox="0 0 24 24"><path fill="#666" d="M7 7h10l2 13H5L7 7zm2-4h6v3H9V3z"/></svg>
296
+ </div>
297
+ <div>Basket</div>
298
+ </div>
299
+ <div class="nav-item">
300
+ <div class="ni">
301
+ <svg viewBox="0 0 24 24"><path fill="#666" d="M12 21s-7-4.35-7-10a5 5 0 0 1 9-3 5 5 0 0 1 9 3c0 5.65-7 10-7 10z"/></svg>
302
+ </div>
303
+ <div>Favourites</div>
304
+ </div>
305
+ <div class="nav-item">
306
+ <div class="ni">
307
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="8" r="4" fill="#666"/><path fill="#666" d="M4 21c0-4 4-7 8-7s8 3 8 7H4z"/></svg>
308
+ </div>
309
+ <div>Account</div>
310
+ </div>
311
+ <div class="gesture"></div>
312
+ </div>
313
+
314
+ </div>
315
+ </body>
316
+ </html>
code/3838/3838_3.html ADDED
@@ -0,0 +1,250 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 Mock</title>
6
+ <style>
7
+ body { margin:0; padding:0; background:transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
8
+ #render-target {
9
+ width:1080px; height:2400px; position:relative; overflow:hidden;
10
+ background:#ffffff; border-radius:24px;
11
+ }
12
+
13
+ /* Status bar */
14
+ .status-bar {
15
+ position:absolute; top:0; left:0; width:100%; height:96px;
16
+ background:#fafafa; display:flex; align-items:center; justify-content:space-between;
17
+ padding:0 32px; color:#222; font-weight:600; font-size:40px;
18
+ border-bottom:1px solid #eaeaea;
19
+ }
20
+ .status-left { display:flex; align-items:center; gap:24px; }
21
+ .status-right { display:flex; align-items:center; gap:24px; font-size:36px; color:#444; }
22
+
23
+ /* Search header */
24
+ .search-area {
25
+ position:absolute; top:96px; left:0; width:100%; padding:28px 32px;
26
+ display:flex; align-items:center; gap:24px; background:#ffffff;
27
+ }
28
+ .icon-btn {
29
+ width:72px; height:72px; display:flex; align-items:center; justify-content:center;
30
+ border-radius:16px; color:#111;
31
+ }
32
+ .search-input {
33
+ flex:1; height:96px; background:#f3f3f3; border:1px solid #e1e1e1;
34
+ border-radius:12px; display:flex; align-items:center; padding:0 28px;
35
+ font-size:42px; color:#7a7a7a;
36
+ }
37
+
38
+ /* Scan banner */
39
+ .scan-banner {
40
+ position:absolute; top:216px; left:0; width:100%; padding:24px 32px;
41
+ }
42
+ .scan-row {
43
+ background:#fff; border:1px solid #ececec; border-radius:16px;
44
+ padding:24px; display:flex; align-items:center; justify-content:space-between;
45
+ box-shadow: 0 1px 0 rgba(0,0,0,0.04);
46
+ font-size:40px; color:#333;
47
+ }
48
+ .scan-btn {
49
+ display:flex; align-items:center; gap:16px; background:#ffa726;
50
+ color:#fff; font-weight:700; padding:18px 28px; border-radius:14px;
51
+ }
52
+ .scan-icon {
53
+ width:44px; height:44px; background:rgba(255,255,255,0.25);
54
+ border-radius:8px; display:flex; align-items:center; justify-content:center;
55
+ }
56
+
57
+ /* Popular searches */
58
+ .content {
59
+ position:absolute; top:360px; left:0; right:0; padding:0 32px;
60
+ }
61
+ .section-title {
62
+ font-size:44px; font-weight:700; color:#222; margin-bottom:24px;
63
+ }
64
+ .chips {
65
+ display:flex; flex-wrap:wrap; gap:24px;
66
+ }
67
+ .chip {
68
+ padding:22px 28px; border-radius:999px; border:1px solid #e5e5e5;
69
+ background:#ffffff; color:#333; font-size:38px;
70
+ box-shadow: 0 1px 0 rgba(0,0,0,0.03);
71
+ }
72
+
73
+ /* Spacer above keyboard */
74
+ .spacer {
75
+ position:absolute; top:520px; left:0; width:100%; height:820px;
76
+ background:#ffffff;
77
+ }
78
+
79
+ /* Keyboard */
80
+ .keyboard {
81
+ position:absolute; bottom:0; left:0; width:100%; height:1000px;
82
+ background:#0f0f10; color:#fff; border-top-left-radius:24px; border-top-right-radius:24px;
83
+ box-shadow: 0 -6px 12px rgba(0,0,0,0.2);
84
+ padding:32px 24px;
85
+ }
86
+ .kb-top-icons {
87
+ display:flex; align-items:center; gap:40px; margin-bottom:36px; padding:0 12px;
88
+ }
89
+ .kb-mini-icon {
90
+ width:72px; height:72px; background:#1e1e1f; border-radius:12px;
91
+ border:1px solid #3b3b3d; display:flex; align-items:center; justify-content:center;
92
+ font-size:30px;
93
+ }
94
+ .kb-row { display:flex; justify-content:space-between; gap:16px; margin-bottom:22px; }
95
+ .key {
96
+ flex:1; height:120px; background:#2a2a2c; border-radius:18px;
97
+ border:1px solid #4a4a4d; display:flex; align-items:center; justify-content:center;
98
+ font-size:54px; font-weight:500; color:#e9e9ea;
99
+ }
100
+ .key.wide { flex:2.5; }
101
+ .key.space { flex:6; }
102
+ .key.circle {
103
+ border-radius:50%; width:140px; height:140px; flex:0 0 140px;
104
+ background:#cfe1fb; color:#0a2540; font-weight:700; border:none;
105
+ }
106
+
107
+ /* Simple helper icons */
108
+ svg { display:block; }
109
+ </style>
110
+ </head>
111
+ <body>
112
+ <div id="render-target">
113
+
114
+ <!-- Status Bar -->
115
+ <div class="status-bar">
116
+ <div class="status-left">
117
+ <div>8:43</div>
118
+ <div style="width:18px; height:18px; background:#ddd; border-radius:50%;"></div>
119
+ <div style="width:18px; height:18px; background:#ddd; border-radius:50%;"></div>
120
+ <div style="width:18px; height:18px; background:#ddd; border-radius:50%;"></div>
121
+ <div style="width:6px; height:6px; background:#999; border-radius:50%;"></div>
122
+ </div>
123
+ <div class="status-right">
124
+ <span>☰</span>
125
+ <span>ᵂᶤᶠᶦ</span>
126
+ <span>🔋</span>
127
+ </div>
128
+ </div>
129
+
130
+ <!-- Search Area -->
131
+ <div class="search-area">
132
+ <div class="icon-btn">
133
+ <svg width="64" height="64" viewBox="0 0 64 64">
134
+ <path d="M36 12 L16 32 L36 52" stroke="#111" stroke-width="6" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
135
+ </svg>
136
+ </div>
137
+
138
+ <div class="search-input">What are you looking for?</div>
139
+
140
+ <div class="icon-btn">
141
+ <svg width="64" height="64" viewBox="0 0 64 64">
142
+ <path d="M32 10 a10 10 0 0 1 10 10 v10 c0 6-4 10-10 10s-10-4-10-10V20a10 10 0 0 1 10-10z" fill="#111"/>
143
+ <rect x="28" y="42" width="8" height="12" rx="4" fill="#111"/>
144
+ </svg>
145
+ </div>
146
+ </div>
147
+
148
+ <!-- Scan Banner -->
149
+ <div class="scan-banner">
150
+ <div class="scan-row">
151
+ <div>Looking for a missing size in store?</div>
152
+ <div class="scan-btn">
153
+ <div class="scan-icon">
154
+ <svg width="28" height="28" viewBox="0 0 28 28">
155
+ <rect x="3" y="6" width="22" height="16" rx="3" fill="none" stroke="#fff" stroke-width="2"/>
156
+ <path d="M8 10 v8 M12 10 v8 M16 10 v8 M20 10 v8" stroke="#fff" stroke-width="2"/>
157
+ </svg>
158
+ </div>
159
+ <div>Scan</div>
160
+ <svg width="22" height="22" viewBox="0 0 24 24">
161
+ <path d="M6 9 L12 15 L18 9" stroke="#fff" stroke-width="2.5" fill="none" stroke-linecap="round"/>
162
+ </svg>
163
+ </div>
164
+ </div>
165
+ </div>
166
+
167
+ <!-- Popular Searches -->
168
+ <div class="content">
169
+ <div class="section-title">Popular searches</div>
170
+ <div class="chips">
171
+ <div class="chip">winter sweater</div>
172
+ <div class="chip">winterwear</div>
173
+ <div class="chip">puma</div>
174
+ <div class="chip">jacket</div>
175
+ <div class="chip">tops for women</div>
176
+ <div class="chip">melange kurta set women</div>
177
+ <div class="chip">kurta</div>
178
+ <div class="chip">lib</div>
179
+ </div>
180
+ </div>
181
+
182
+ <div class="spacer"></div>
183
+
184
+ <!-- Keyboard -->
185
+ <div class="keyboard">
186
+ <div class="kb-top-icons">
187
+ <div class="kb-mini-icon">😊</div>
188
+ <div class="kb-mini-icon">GIF</div>
189
+ <div class="kb-mini-icon">⚙️</div>
190
+ <div class="kb-mini-icon">G↔</div>
191
+ <div class="kb-mini-icon">🎨</div>
192
+ <div class="kb-mini-icon">
193
+ <svg width="32" height="32" viewBox="0 0 64 64">
194
+ <path d="M32 10 a10 10 0 0 1 10 10 v10 c0 6-4 10-10 10s-10-4-10-10V20a10 10 0 0 1 10-10z" fill="#fff"/>
195
+ <rect x="28" y="42" width="8" height="12" rx="4" fill="#fff"/>
196
+ </svg>
197
+ </div>
198
+ </div>
199
+
200
+ <!-- Row 1 -->
201
+ <div class="kb-row">
202
+ <div class="key">q</div>
203
+ <div class="key">w</div>
204
+ <div class="key">e</div>
205
+ <div class="key">r</div>
206
+ <div class="key">t</div>
207
+ <div class="key">y</div>
208
+ <div class="key">u</div>
209
+ <div class="key">i</div>
210
+ <div class="key">o</div>
211
+ <div class="key">p</div>
212
+ </div>
213
+ <!-- Row 2 -->
214
+ <div class="kb-row">
215
+ <div class="key">a</div>
216
+ <div class="key">s</div>
217
+ <div class="key">d</div>
218
+ <div class="key">f</div>
219
+ <div class="key">g</div>
220
+ <div class="key">h</div>
221
+ <div class="key">j</div>
222
+ <div class="key">k</div>
223
+ <div class="key">l</div>
224
+ </div>
225
+ <!-- Row 3 -->
226
+ <div class="kb-row">
227
+ <div class="key wide">⇧</div>
228
+ <div class="key">z</div>
229
+ <div class="key">x</div>
230
+ <div class="key">c</div>
231
+ <div class="key">v</div>
232
+ <div class="key">b</div>
233
+ <div class="key">n</div>
234
+ <div class="key">m</div>
235
+ <div class="key wide">⌫</div>
236
+ </div>
237
+ <!-- Row 4 -->
238
+ <div class="kb-row">
239
+ <div class="key">?123</div>
240
+ <div class="key">,</div>
241
+ <div class="key">🙂</div>
242
+ <div class="key space"></div>
243
+ <div class="key">.</div>
244
+ <div class="key circle">✓</div>
245
+ </div>
246
+ </div>
247
+
248
+ </div>
249
+ </body>
250
+ </html>
code/3838/3838_4.html ADDED
@@ -0,0 +1,318 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>Search Screen Mock</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #ffffff;
13
+ }
14
+
15
+ /* Status Bar */
16
+ .status-bar {
17
+ position: absolute;
18
+ top: 0;
19
+ left: 0;
20
+ width: 100%;
21
+ height: 96px;
22
+ padding: 0 30px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ font-weight: 600;
27
+ color: #111;
28
+ box-sizing: border-box;
29
+ }
30
+ .status-left { font-size: 40px; }
31
+ .status-right {
32
+ display: flex;
33
+ align-items: center;
34
+ gap: 22px;
35
+ }
36
+ .dot-icon {
37
+ width: 18px; height: 18px; background: #333; border-radius: 50%;
38
+ }
39
+ .signal {
40
+ width: 28px; height: 28px; border: 2px solid #333; border-radius: 4px;
41
+ }
42
+ .wifi {
43
+ width: 32px; height: 22px; border: 2px solid #333; border-radius: 10px;
44
+ }
45
+ .battery {
46
+ width: 46px; height: 24px; border: 2px solid #333; border-radius: 4px;
47
+ position: relative;
48
+ }
49
+ .battery::after {
50
+ content: ''; position: absolute; right: -6px; top: 6px;
51
+ width: 6px; height: 12px; background: #333; border-radius: 2px;
52
+ }
53
+
54
+ /* Search Row */
55
+ .search-area {
56
+ position: absolute;
57
+ top: 96px;
58
+ left: 0;
59
+ width: 100%;
60
+ padding: 24px 30px;
61
+ box-sizing: border-box;
62
+ }
63
+ .search-row {
64
+ display: flex;
65
+ align-items: center;
66
+ gap: 26px;
67
+ }
68
+ .back-btn {
69
+ width: 72px; height: 72px; display: flex; align-items: center; justify-content: center;
70
+ }
71
+ .search-box {
72
+ flex: 1;
73
+ height: 120px;
74
+ background: #f3f3f3;
75
+ border: 1px solid #e1e1e1;
76
+ border-radius: 18px;
77
+ display: flex;
78
+ align-items: center;
79
+ justify-content: space-between;
80
+ padding: 0 26px;
81
+ box-sizing: border-box;
82
+ }
83
+ .search-text {
84
+ font-size: 44px; color: #222;
85
+ white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
86
+ }
87
+ .icon-btn {
88
+ width: 64px; height: 64px; border-radius: 32px;
89
+ display: flex; align-items: center; justify-content: center;
90
+ }
91
+
92
+ /* Popular Searches */
93
+ .popular {
94
+ margin-top: 26px;
95
+ }
96
+ .popular h3 {
97
+ margin: 0;
98
+ font-size: 48px;
99
+ color: #111;
100
+ font-weight: 700;
101
+ padding: 10px 2px 20px 12px;
102
+ }
103
+ .chips {
104
+ display: flex;
105
+ flex-wrap: wrap;
106
+ gap: 18px 22px;
107
+ padding: 0 12px;
108
+ }
109
+ .chip {
110
+ padding: 20px 30px;
111
+ border: 1px solid #d9d9d9;
112
+ border-radius: 40px;
113
+ font-size: 38px;
114
+ color: #333;
115
+ background: #fff;
116
+ }
117
+
118
+ /* Keyboard */
119
+ .keyboard {
120
+ position: absolute;
121
+ bottom: 60px;
122
+ left: 0;
123
+ width: 100%;
124
+ height: 980px;
125
+ background: #121212;
126
+ color: #eaeaea;
127
+ box-sizing: border-box;
128
+ padding-top: 20px;
129
+ border-top: 1px solid #2a2a2a;
130
+ }
131
+ .suggest-bar {
132
+ height: 120px;
133
+ display: flex;
134
+ align-items: center;
135
+ padding: 0 30px;
136
+ gap: 26px;
137
+ box-sizing: border-box;
138
+ }
139
+ .suggest {
140
+ font-size: 44px;
141
+ color: #dcdcdc;
142
+ }
143
+ .sep {
144
+ width: 2px; height: 36px; background: #5a5a5a;
145
+ }
146
+ .suggest-spacer { flex: 1; }
147
+ .mic {
148
+ width: 72px; height: 72px; border-radius: 36px; background: #1f1f1f;
149
+ display: flex; align-items: center; justify-content: center; border: 1px solid #2f2f2f;
150
+ }
151
+
152
+ .row {
153
+ display: flex;
154
+ justify-content: center;
155
+ gap: 16px;
156
+ padding: 18px 24px;
157
+ box-sizing: border-box;
158
+ }
159
+ .key {
160
+ background: #2b2b2b;
161
+ border: 1px solid #3a3a3a;
162
+ color: #f2f2f2;
163
+ height: 140px;
164
+ min-width: 90px;
165
+ flex: 1 1 0;
166
+ max-width: 96px;
167
+ border-radius: 22px;
168
+ display: flex;
169
+ align-items: center;
170
+ justify-content: center;
171
+ font-size: 56px;
172
+ box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
173
+ }
174
+ .row.indent { padding-left: 80px; padding-right: 80px; }
175
+ .key.wide { max-width: 160px; }
176
+ .backspace {
177
+ max-width: 160px;
178
+ }
179
+
180
+ .bottom-row {
181
+ display: grid;
182
+ grid-template-columns: 180px 120px 120px 1fr 120px 160px;
183
+ gap: 16px;
184
+ padding: 18px 24px;
185
+ box-sizing: border-box;
186
+ align-items: center;
187
+ }
188
+ .space {
189
+ height: 140px;
190
+ border-radius: 22px;
191
+ background: #2b2b2b;
192
+ border: 1px solid #3a3a3a;
193
+ display: flex; align-items: center; justify-content: center;
194
+ color: #bbb; font-size: 40px;
195
+ }
196
+ .enter {
197
+ width: 140px; height: 140px; border-radius: 70px; background: #9bc5ff;
198
+ display: flex; align-items: center; justify-content: center; margin-left: auto;
199
+ }
200
+
201
+ /* Gesture bar */
202
+ .gesture {
203
+ position: absolute;
204
+ bottom: 18px;
205
+ left: 50%;
206
+ transform: translateX(-50%);
207
+ width: 320px; height: 12px;
208
+ background: #cfcfcf;
209
+ border-radius: 8px;
210
+ }
211
+
212
+ /* Helper for icon stroke color */
213
+ svg { display: block; }
214
+ </style>
215
+ </head>
216
+ <body>
217
+ <div id="render-target">
218
+
219
+ <!-- Status Bar -->
220
+ <div class="status-bar">
221
+ <div class="status-left">8:43</div>
222
+ <div class="status-right">
223
+ <div class="dot-icon"></div>
224
+ <div class="dot-icon"></div>
225
+ <div class="signal"></div>
226
+ <div class="wifi"></div>
227
+ <div class="battery"></div>
228
+ </div>
229
+ </div>
230
+
231
+ <!-- Search area -->
232
+ <div class="search-area">
233
+ <div class="search-row">
234
+ <div class="back-btn">
235
+ <svg width="48" height="48" viewBox="0 0 24 24">
236
+ <path d="M15 5 L7 12 L15 19" stroke="#222" stroke-width="2.8" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
237
+ </svg>
238
+ </div>
239
+ <div class="search-box">
240
+ <div class="search-text">Dark blue striped shirt for men</div>
241
+ <div class="icon-btn">
242
+ <svg width="42" height="42" viewBox="0 0 24 24">
243
+ <path d="M6 6 L18 18 M18 6 L6 18" stroke="#666" stroke-width="2.8" stroke-linecap="round"/>
244
+ </svg>
245
+ </div>
246
+ </div>
247
+ </div>
248
+
249
+ <div class="popular">
250
+ <h3>Popular searches</h3>
251
+ <div class="chips">
252
+ <div class="chip">winter sweater</div>
253
+ <div class="chip">winterwear</div>
254
+ <div class="chip">puma</div>
255
+ <div class="chip">jacket</div>
256
+ <div class="chip">tops for women</div>
257
+ <div class="chip">melange kurta set women</div>
258
+ <div class="chip">kurta</div>
259
+ <div class="chip">libas</div>
260
+ </div>
261
+ </div>
262
+ </div>
263
+
264
+ <!-- Keyboard -->
265
+ <div class="keyboard">
266
+ <div class="suggest-bar">
267
+ <div class="suggest">men</div>
268
+ <div class="sep"></div>
269
+ <div class="suggest">mens</div>
270
+ <div class="sep"></div>
271
+ <div class="suggest">men's</div>
272
+ <div class="suggest-spacer"></div>
273
+ <div class="mic">
274
+ <svg width="30" height="30" viewBox="0 0 24 24">
275
+ <path d="M12 3 a3 3 0 0 1 3 3 v5 a3 3 0 0 1 -6 0 V6 a3 3 0 0 1 3 -3 Z" fill="#cfcfcf"/>
276
+ <path d="M5 11 a7 7 0 0 0 14 0 M12 18 V21" stroke="#cfcfcf" stroke-width="2" fill="none" stroke-linecap="round"/>
277
+ </svg>
278
+ </div>
279
+ </div>
280
+
281
+ <div class="row">
282
+ <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>
283
+ </div>
284
+
285
+ <div class="row indent">
286
+ <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>
287
+ </div>
288
+
289
+ <div class="row indent" style="padding-left: 140px; padding-right: 60px;">
290
+ <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>
291
+ <div class="key backspace">
292
+ <svg width="48" height="48" viewBox="0 0 24 24">
293
+ <path d="M4 12 L8 7 H20 V17 H8 Z" fill="none" stroke="#eee" stroke-width="2"/>
294
+ <path d="M11 9 L15 13 M15 9 L11 13" stroke="#eee" stroke-width="2" stroke-linecap="round"/>
295
+ </svg>
296
+ </div>
297
+ </div>
298
+
299
+ <div class="bottom-row">
300
+ <div class="space">?123</div>
301
+ <div class="space">,</div>
302
+ <div class="space">🙂</div>
303
+ <div class="space">space</div>
304
+ <div class="space">.</div>
305
+ <div class="enter">
306
+ <svg width="64" height="64" viewBox="0 0 24 24">
307
+ <path d="M5 13 L10 18 L19 7" stroke="#0a3d8f" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
308
+ </svg>
309
+ </div>
310
+ </div>
311
+ </div>
312
+
313
+ <!-- Gesture bar -->
314
+ <div class="gesture"></div>
315
+
316
+ </div>
317
+ </body>
318
+ </html>
code/3838/3838_5.html ADDED
@@ -0,0 +1,168 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Dark blue striped shirt for men - 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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;}
8
+ #render-target{position:relative; width:1080px; height:2400px; overflow:hidden; background:#ffffff; color:#222;}
9
+ /* Status bar */
10
+ .status-bar{height:88px; display:flex; align-items:center; padding:0 28px; font-size:34px; color:#222;}
11
+ .status-right{margin-left:auto; display:flex; gap:26px; align-items:center;}
12
+ /* Header */
13
+ .header{padding:10px 28px 0 28px;}
14
+ .title-row{display:flex; align-items:center; gap:26px;}
15
+ .back-btn{width:64px; height:64px; display:flex; align-items:center; justify-content:center;}
16
+ .title{font-size:48px; line-height:1.2; font-weight:700; flex:1; color:#0a0a0a;}
17
+ .header-icons{display:flex; gap:30px;}
18
+ .chip{display:inline-flex; align-items:center; justify-content:center; border:1px solid #e0e0e0; border-radius:14px; padding:14px 26px; font-size:32px; margin:18px 0 22px 92px; width:120px;}
19
+ /* Grid */
20
+ .content{padding:0 22px 0 22px;}
21
+ .grid{display:grid; grid-template-columns: 1fr 1fr; gap:24px;}
22
+ .card{background:#fff;}
23
+ .img-wrap{position:relative; height:520px; background:#f6f6f6; border:1px solid #d0d0d0; display:flex; align-items:center; justify-content:center; color:#757575; font-size:30px; text-align:center;}
24
+ .like{position:absolute; top:18px; right:18px; width:84px; height:84px; background:#fff; border-radius:50%; border:2px solid #ddd; display:flex; align-items:center; justify-content:center; box-shadow:0 2px 6px rgba(0,0,0,0.08);}
25
+ .discount{position:absolute; bottom:18px; left:18px; background:#ef5350; color:#fff; padding:16px 22px; font-size:30px; border-radius:10px;}
26
+ .discount.right{left:auto; right:18px;}
27
+ .price-row{display:flex; align-items:baseline; gap:18px; padding:18px 10px 0 10px;}
28
+ .price{color:#e53935; font-weight:800; font-size:50px;}
29
+ .mrp{color:#9e9e9e; text-decoration:line-through; font-size:40px;}
30
+ .name{padding:8px 10px 0 10px; font-size:36px; line-height:1.25; color:#1a1a1a;}
31
+ .sub{padding:2px 10px 0 10px; font-size:34px; color:#444;}
32
+ .flag{display:inline-flex; background:#43a047; color:#fff; font-size:28px; padding:10px 18px; border-radius:10px; position:absolute; bottom:18px; left:18px;}
33
+ .flag-orange{background:#ff7043;}
34
+ /* Bottom actions */
35
+ .bottom-bar{position:absolute; left:0; right:0; bottom:0; height:140px; border-top:1px solid #e0e0e0; background:#fff; display:flex; align-items:center; justify-content:space-between; padding:0 40px;}
36
+ .bar-btn{display:flex; align-items:center; gap:18px; font-size:40px; font-weight:700; color:#222;}
37
+ .center-dot{position:absolute; bottom:140px; left:0; right:0; height:24px;}
38
+ /* Simple helpers */
39
+ .muted{color:#757575;}
40
+ /* Icons */
41
+ svg{display:block}
42
+ </style>
43
+ </head>
44
+ <body>
45
+ <div id="render-target">
46
+
47
+ <!-- Status Bar -->
48
+ <div class="status-bar">
49
+ <div>8:44</div>
50
+ <div class="status-right">
51
+ <!-- simple status glyphs -->
52
+ <svg width="34" height="34" viewBox="0 0 24 24"><path d="M12 4a8 8 0 100 16 8 8 0 000-16zm0 2a6 6 0 110 12A6 6 0 0112 6z" fill="#606060"/></svg>
53
+ <svg width="34" height="34" viewBox="0 0 24 24"><path d="M12 3l4 7H8l4-7zm0 18a1 1 0 110-2 1 1 0 010 2z" fill="#606060"/></svg>
54
+ <svg width="34" height="34" viewBox="0 0 24 24"><path d="M3 12h18" stroke="#606060" stroke-width="2"/></svg>
55
+ <svg width="34" height="34" viewBox="0 0 24 24"><path d="M20 6v12H4V6h16m0-2H4a2 2 0 00-2 2v12a2 2 0 002 2h16a2 2 0 002-2V6a2 2 0 00-2-2z" fill="#606060"/></svg>
56
+ </div>
57
+ </div>
58
+
59
+ <!-- Header -->
60
+ <div class="header">
61
+ <div class="title-row">
62
+ <div class="back-btn">
63
+ <svg width="48" height="48" viewBox="0 0 24 24"><path d="M15 18l-6-6 6-6" stroke="#111" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
64
+ </div>
65
+ <div class="title">Dark blue striped shirt for men</div>
66
+ <div class="header-icons">
67
+ <!-- search -->
68
+ <svg width="56" height="56" viewBox="0 0 24 24"><path d="M10 4a6 6 0 104.24 10.24L20 20l-1.41 1.41-5.76-5.76A6 6 0 0010 4z" fill="#111"/></svg>
69
+ <!-- wishlist -->
70
+ <svg width="56" height="56" viewBox="0 0 24 24"><path d="M12 21s-7.5-4.35-9-9a5 5 0 019-3 5 5 0 019 3c-1.5 4.65-9 9-9 9z" fill="none" stroke="#111" stroke-width="2"/></svg>
71
+ <!-- bag -->
72
+ <svg width="56" height="56" viewBox="0 0 24 24"><path d="M6 8h12l-1 12H7L6 8zm3-2a3 3 0 016 0v2H9V6z" fill="none" stroke="#111" stroke-width="2" stroke-linejoin="round"/></svg>
73
+ </div>
74
+ </div>
75
+ <div class="chip">Men</div>
76
+ </div>
77
+
78
+ <!-- Products grid -->
79
+ <div class="content">
80
+ <div style="font-size:30px; color:#6b6b6b; margin:0 0 12px 6px;">14 Products</div>
81
+ <div class="grid">
82
+ <!-- Card 1 -->
83
+ <div class="card">
84
+ <div class="img-wrap">
85
+ <div>[IMG: Dark blue striped formal shirt]</div>
86
+ <div class="like">
87
+ <svg width="40" height="40" viewBox="0 0 24 24"><path d="M12 21s-7.5-4.35-9-9a5 5 0 019-3 5 5 0 019 3c-1.5 4.65-9 9-9 9z" fill="none" stroke="#222" stroke-width="1.6"/></svg>
88
+ </div>
89
+ <div class="discount">2 AT 30% OFF</div>
90
+ <div class="discount right" style="display:none">20% OFF</div>
91
+ </div>
92
+ <div class="price-row">
93
+ <div class="price">&#8377; 2,799</div>
94
+ <div class="mrp">&#8377; 3,499</div>
95
+ </div>
96
+ <div class="name">ARROW Men Striped Slim Fit</div>
97
+ <div class="sub muted">Formal Shirt</div>
98
+ </div>
99
+
100
+ <!-- Card 2 -->
101
+ <div class="card">
102
+ <div class="img-wrap">
103
+ <div>[IMG: Dark blue band-collar casual shirt]</div>
104
+ <div class="like" style="right:18px;">
105
+ <svg width="40" height="40" viewBox="0 0 24 24"><path d="M12 21s-7.5-4.35-9-9a5 5 0 019-3 5 5 0 019 3c-1.5 4.65-9 9-9 9z" fill="none" stroke="#222" stroke-width="1.6"/></svg>
106
+ </div>
107
+ <div class="discount">2 AT 30% OFF</div>
108
+ <div class="discount right">20% OFF</div>
109
+ </div>
110
+ <div class="price-row">
111
+ <div class="price">&#8377; 1,519</div>
112
+ <div class="mrp">&#8377; 1,899</div>
113
+ </div>
114
+ <div class="name">DENIMIZE Men Striped</div>
115
+ <div class="sub">Regular Fit Casual Shirt</div>
116
+ </div>
117
+
118
+ <!-- Card 3 -->
119
+ <div class="card">
120
+ <div class="img-wrap">
121
+ <div>[IMG: Dark blue shirt with vertical stripe panel]</div>
122
+ <div class="like">
123
+ <svg width="40" height="40" viewBox="0 0 24 24"><path d="M12 21s-7.5-4.35-9-9a5 5 0 019-3 5 5 0 019 3c-1.5 4.65-9 9-9 9z" fill="none" stroke="#222" stroke-width="1.6"/></svg>
124
+ </div>
125
+ <div class="flag">NEW</div>
126
+ <div class="discount right" style="background:#ef5350;">25% OFF</div>
127
+ </div>
128
+ <div class="price-row">
129
+ <div class="price">&#8377; 2,624</div>
130
+ <div class="mrp">&#8377; 3,499</div>
131
+ </div>
132
+ <div class="name">UNITED COLORS OF</div>
133
+ <div class="sub">BENETTON Men Striped Slim...</div>
134
+ </div>
135
+
136
+ <!-- Card 4 -->
137
+ <div class="card">
138
+ <div class="img-wrap">
139
+ <div>[IMG: Navy polo with white chest stripes]</div>
140
+ <div class="like">
141
+ <svg width="40" height="40" viewBox="0 0 24 24"><path d="M12 21s-7.5-4.35-9-9a5 5 0 019-3 5 5 0 019 3c-1.5 4.65-9 9-9 9z" fill="none" stroke="#222" stroke-width="1.6"/></svg>
142
+ </div>
143
+ <div class="flag">NEW</div>
144
+ </div>
145
+ <div class="price-row">
146
+ <div class="price">&#8377; 1,295</div>
147
+ </div>
148
+ <div class="name">FAHRENHEIT Men Striped Full</div>
149
+ <div class="sub">Sleeves Polo T-shirt</div>
150
+ </div>
151
+ </div>
152
+ </div>
153
+
154
+ <!-- Bottom Bar -->
155
+ <div class="bottom-bar">
156
+ <div class="bar-btn">
157
+ <svg width="42" height="42" viewBox="0 0 24 24"><path d="M7 4l-3 4h6L7 4zm0 16l3-4H4l3 4zm10-8l-3 4h6l-3-4z" fill="#222"/></svg>
158
+ <span>SORT</span>
159
+ </div>
160
+ <div class="bar-btn">
161
+ <svg width="44" height="44" viewBox="0 0 24 24"><path d="M4 6h16v2H4V6zm3 5h10v2H7v-2zm4 5h2v2h-2v-2z" fill="#222"/></svg>
162
+ <span>FILTER</span>
163
+ </div>
164
+ </div>
165
+
166
+ </div>
167
+ </body>
168
+ </html>
code/384/384_0.html ADDED
@@ -0,0 +1,155 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Mail Inbox - Dark UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
10
+ background: #1F1B24; color: #EEE;
11
+ }
12
+
13
+ /* Status bar */
14
+ .status-bar {
15
+ position: absolute; top: 0; left: 0; width: 100%; height: 120px;
16
+ display: flex; align-items: center; justify-content: space-between;
17
+ padding: 0 36px; box-sizing: border-box; color: #EEE; font-weight: 500; letter-spacing: 1px;
18
+ }
19
+ .status-right { display: flex; gap: 24px; align-items: center; }
20
+ .icon { display: inline-flex; align-items: center; justify-content: center; }
21
+ .icon svg { width: 38px; height: 38px; fill: none; stroke: #EEE; stroke-width: 2.5; }
22
+
23
+ /* Search bar */
24
+ .search-wrap { position: absolute; top: 140px; left: 36px; right: 36px; }
25
+ .search-bar {
26
+ height: 120px; background: #3E3547; border-radius: 60px; display: flex; align-items: center;
27
+ padding: 0 36px; box-sizing: border-box; color: #CFC4DD;
28
+ }
29
+ .hamburger svg { width: 48px; height: 48px; stroke: #CFC4DD; }
30
+ .search-text { margin-left: 24px; font-size: 40px; }
31
+ .avatar {
32
+ margin-left: auto; width: 96px; height: 96px; border-radius: 50%;
33
+ background: #12A39F; color: #0B1A1A; display: flex; align-items: center; justify-content: center;
34
+ font-weight: 700; font-size: 44px;
35
+ }
36
+
37
+ /* Primary header and tip */
38
+ .section-title { position: absolute; top: 290px; left: 36px; font-size: 36px; color: #C2BCC7; }
39
+ .tip-row {
40
+ position: absolute; top: 352px; left: 36px; right: 36px; display: flex; align-items: center; justify-content: space-between;
41
+ color: #C2BCC7; font-size: 34px;
42
+ }
43
+ .tip-left { display: flex; align-items: center; gap: 22px; }
44
+ .tip-left svg { width: 40px; height: 40px; stroke: #C9A6FF; }
45
+ .dismiss { color: #C9A6FF; font-weight: 500; }
46
+
47
+ /* Card */
48
+ .welcome-card {
49
+ position: absolute; top: 460px; left: 36px; right: 36px; background: #2A2531;
50
+ border: 2px solid #3A3340; border-radius: 36px; padding: 40px; box-sizing: border-box;
51
+ box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04);
52
+ }
53
+ .card-title { font-size: 48px; font-weight: 700; margin-bottom: 18px; }
54
+ .card-desc { font-size: 34px; color: #B5AFC0; line-height: 1.4; }
55
+ .card-desc .link { color: #C9A6FF; }
56
+ .toggles { margin-top: 36px; display: grid; grid-template-columns: 1fr auto; row-gap: 28px; column-gap: 18px; align-items: center; }
57
+ .toggle-row { display: flex; align-items: center; gap: 22px; font-size: 38px; }
58
+ .toggle-pill { width: 120px; height: 48px; border-radius: 24px; background: #474054; position: relative; }
59
+ .pill-blue { background: #7FB2FF; }
60
+ .pill-green { background: #7AD79E; }
61
+ .card-actions { margin-top: 30px; display: flex; gap: 40px; font-size: 36px; }
62
+ .ok { color: #C9A6FF; font-weight: 600; }
63
+ .change { color: #C9A6FF; }
64
+
65
+ /* List items */
66
+ .list { position: absolute; top: 900px; left: 36px; right: 36px; }
67
+ .mail-item {
68
+ display: grid; grid-template-columns: 120px 1fr auto 80px; align-items: center;
69
+ padding: 34px 0; border-bottom: 1px solid #3A3340;
70
+ }
71
+ .chip {
72
+ grid-column: 1; width: 96px; height: 96px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
73
+ font-weight: 800; font-size: 44px; color: #1F1B24;
74
+ }
75
+ .chip.yellow { background: #F6D04D; }
76
+ .chip.green { background: #74D39A; color: #164933; }
77
+ .chip.teal { background: #49C6CF; color: #0A2A2C; }
78
+ .subject {
79
+ grid-column: 2; color: #EEE;
80
+ }
81
+ .subject .title { font-size: 42px; font-weight: 700; }
82
+ .subject .subtitle { font-size: 38px; font-weight: 600; color: #EEE; }
83
+ .subject .snippet { font-size: 34px; color: #B5AFC0; margin-top: 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
84
+ .time { grid-column: 3; font-size: 34px; color: #C2BCC7; }
85
+ .star { grid-column: 4; display: flex; justify-content: center; }
86
+ .star svg { width: 38px; height: 38px; stroke: #C2BCC7; fill: none; }
87
+
88
+ .badge {
89
+ grid-column: 3; justify-self: end; background: #58C488; color: #0E2B1F;
90
+ padding: 10px 22px; border-radius: 999px; font-size: 32px; font-weight: 700;
91
+ }
92
+
93
+ /* Bottom navigation */
94
+ .bottom-bar {
95
+ position: absolute; left: 0; right: 0; bottom: 0; height: 200px; background: #241F2A;
96
+ border-top: 1px solid #3A3340;
97
+ }
98
+ .nav-inner { height: 100%; display: flex; align-items: center; justify-content: space-around; padding: 0 60px; }
99
+ .nav-btn { width: 220px; height: 90px; background: #4B4155; border-radius: 45px; display: flex; align-items: center; justify-content: center; position: relative; }
100
+ .nav-btn svg { width: 42px; height: 42px; stroke: #EDE7F6; }
101
+ .badge-count {
102
+ position: absolute; top: -10px; right: -10px; background: #F6D1CE; color: #3A2B2B;
103
+ width: 60px; height: 60px; border-radius: 30px; display: flex; align-items: center; justify-content: center; font-weight: 800;
104
+ border: 4px solid #4B4155; font-size: 30px;
105
+ }
106
+
107
+ /* Compose FAB */
108
+ .fab {
109
+ position: absolute; right: 36px; bottom: 240px; background: #6D5C78; color: #EFEAF6;
110
+ height: 120px; border-radius: 60px; padding: 0 40px; display: inline-flex; align-items: center; gap: 24px;
111
+ box-shadow: 0 8px 24px rgba(0,0,0,0.4); font-size: 44px; font-weight: 700;
112
+ }
113
+ .fab svg { width: 44px; height: 44px; stroke: #EFEAF6; }
114
+
115
+ /* Gesture bar */
116
+ .gesture {
117
+ position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
118
+ width: 280px; height: 12px; background: #EEE; border-radius: 10px; opacity: 0.9;
119
+ }
120
+ </style>
121
+ </head>
122
+ <body>
123
+ <div id="render-target">
124
+
125
+ <!-- Status bar -->
126
+ <div class="status-bar">
127
+ <div class="time">12:26</div>
128
+ <div class="status-right">
129
+ <span class="icon">
130
+ <!-- simple wifi -->
131
+ <svg viewBox="0 0 24 24"><path d="M2 9c4-3 16-3 20 0M5 12c3-2 11-2 14 0M9 15c2-1 6-1 8 0M12 19l2 2-2-2-2 2 2-2z"/></svg>
132
+ </span>
133
+ <span class="icon">
134
+ <!-- battery -->
135
+ <svg viewBox="0 0 24 24"><rect x="2" y="6" width="18" height="12" rx="2" ry="2"></rect><rect x="20" y="9" width="2.5" height="6"></rect></svg>
136
+ </span>
137
+ </div>
138
+ </div>
139
+
140
+ <!-- Search bar -->
141
+ <div class="search-wrap">
142
+ <div class="search-bar">
143
+ <span class="hamburger icon">
144
+ <svg viewBox="0 0 24 24"><path d="M3 6h18M3 12h18M3 18h18"/></svg>
145
+ </span>
146
+ <div class="search-text">Search in mail</div>
147
+ <div class="avatar">C</div>
148
+ </div>
149
+ </div>
150
+
151
+ <!-- Primary title and tip -->
152
+ <div class="section-title">Primary</div>
153
+ <div class="tip-row">
154
+ <div class="tip-left">
155
+ <svg viewBox="0 0 24 24"><pa
code/384/384_1.html ADDED
@@ -0,0 +1,354 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>eBay Mobile UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #000000;
15
+ font-family: Arial, Helvetica, sans-serif;
16
+ color: #FFFFFF;
17
+ }
18
+
19
+ /* Top status area */
20
+ .status-bar {
21
+ height: 70px;
22
+ padding: 0 32px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ color: #E0E0E0;
27
+ font-size: 30px;
28
+ }
29
+ .status-icons {
30
+ display: flex;
31
+ gap: 18px;
32
+ align-items: center;
33
+ }
34
+ .status-icons svg { width: 30px; height: 30px; fill: #E0E0E0; }
35
+
36
+ /* Header with logo and actions */
37
+ .header {
38
+ padding: 16px 32px;
39
+ display: flex;
40
+ align-items: center;
41
+ justify-content: space-between;
42
+ }
43
+ .left-group {
44
+ display: flex;
45
+ align-items: center;
46
+ gap: 28px;
47
+ }
48
+ .logo {
49
+ font-weight: 700;
50
+ font-size: 64px;
51
+ letter-spacing: -1px;
52
+ }
53
+ .logo span.e { color: #E53238; }
54
+ .logo span.b { color: #0064D2; }
55
+ .logo span.a { color: #F5AF02; }
56
+ .logo span.y { color: #86B817; }
57
+
58
+ .icon-btn {
59
+ width: 90px;
60
+ height: 90px;
61
+ border-radius: 45px;
62
+ background: #282828;
63
+ display: flex;
64
+ align-items: center;
65
+ justify-content: center;
66
+ }
67
+ .icon-btn svg { width: 44px; height: 44px; fill: #FFFFFF; }
68
+
69
+ /* Search */
70
+ .search-wrap {
71
+ padding: 12px 32px;
72
+ }
73
+ .search-bar {
74
+ height: 110px;
75
+ background: #1F1F1F;
76
+ border-radius: 60px;
77
+ display: flex;
78
+ align-items: center;
79
+ padding: 0 24px;
80
+ gap: 22px;
81
+ border: 1px solid #2A2A2A;
82
+ }
83
+ .search-icon svg { width: 52px; height: 52px; fill: #CCCCCC; }
84
+ .search-input {
85
+ flex: 1;
86
+ color: #CFCFCF;
87
+ font-size: 40px;
88
+ }
89
+ .search-actions {
90
+ display: flex;
91
+ gap: 16px;
92
+ align-items: center;
93
+ }
94
+ .circle-action {
95
+ width: 82px;
96
+ height: 82px;
97
+ border-radius: 41px;
98
+ background: #2A2A2A;
99
+ display: flex;
100
+ align-items: center;
101
+ justify-content: center;
102
+ }
103
+ .circle-action svg { width: 44px; height: 44px; fill: #FFFFFF; }
104
+
105
+ /* Quick chips */
106
+ .chips {
107
+ padding: 22px 32px 12px;
108
+ display: flex;
109
+ gap: 22px;
110
+ flex-wrap: wrap;
111
+ }
112
+ .chip {
113
+ height: 92px;
114
+ padding: 0 36px;
115
+ border: 1px solid #4A4A4A;
116
+ border-radius: 46px;
117
+ display: flex;
118
+ align-items: center;
119
+ gap: 16px;
120
+ color: #EAEAEA;
121
+ font-size: 34px;
122
+ }
123
+ .chip svg { width: 36px; height: 36px; fill: #EAEAEA; }
124
+
125
+ /* Sign in block */
126
+ .signin-block {
127
+ padding: 60px 64px 40px;
128
+ text-align: center;
129
+ }
130
+ .signin-block .title {
131
+ font-size: 48px;
132
+ color: #CFCFCF;
133
+ line-height: 1.3;
134
+ }
135
+ .signin-actions {
136
+ margin-top: 40px;
137
+ display: flex;
138
+ justify-content: center;
139
+ gap: 40px;
140
+ }
141
+ .outline-btn {
142
+ width: 420px;
143
+ height: 120px;
144
+ border-radius: 60px;
145
+ border: 2px solid #3B79FF;
146
+ color: #8FB0FF;
147
+ background: transparent;
148
+ font-size: 44px;
149
+ display: flex;
150
+ align-items: center;
151
+ justify-content: center;
152
+ }
153
+
154
+ /* Yellow promo section */
155
+ .promo {
156
+ margin-top: 18px;
157
+ background: #FFD11A;
158
+ color: #0D1B5E;
159
+ padding: 48px 48px 60px;
160
+ }
161
+ .promo h2 {
162
+ margin: 0 0 16px 0;
163
+ font-size: 64px;
164
+ color: #0D1B5E;
165
+ }
166
+ .promo p {
167
+ margin: 0 0 40px 0;
168
+ font-size: 40px;
169
+ color: #0D1B5E;
170
+ }
171
+ .promo .cta {
172
+ width: 340px;
173
+ height: 120px;
174
+ border-radius: 60px;
175
+ background: #0D1B5E;
176
+ color: #FFD11A;
177
+ display: flex;
178
+ align-items: center;
179
+ justify-content: center;
180
+ font-size: 42px;
181
+ font-weight: 700;
182
+ }
183
+
184
+ /* Popular Destinations */
185
+ .section {
186
+ padding: 44px 40px 20px;
187
+ }
188
+ .section h3 {
189
+ margin: 0 0 30px 0;
190
+ font-size: 60px;
191
+ color: #FFFFFF;
192
+ }
193
+ .grid {
194
+ display: grid;
195
+ grid-template-columns: repeat(3, 1fr);
196
+ gap: 42px 28px;
197
+ }
198
+ .card {
199
+ text-align: center;
200
+ }
201
+ .img-circle {
202
+ width: 260px;
203
+ height: 260px;
204
+ border-radius: 130px;
205
+ margin: 0 auto 22px;
206
+ background: #E0E0E0; /* Fixed per requirements */
207
+ border: 1px solid #BDBDBD;
208
+ display: flex;
209
+ align-items: center;
210
+ justify-content: center;
211
+ color: #757575;
212
+ font-size: 30px;
213
+ padding: 12px;
214
+ box-sizing: border-box;
215
+ }
216
+ .card .label {
217
+ font-size: 40px;
218
+ color: #EAEAEA;
219
+ }
220
+
221
+ /* Bottom home indicator (visual only) */
222
+ .home-indicator {
223
+ position: absolute;
224
+ bottom: 24px;
225
+ left: 50%;
226
+ transform: translateX(-50%);
227
+ width: 360px;
228
+ height: 12px;
229
+ border-radius: 6px;
230
+ background: #E0E0E0;
231
+ opacity: 0.35;
232
+ }
233
+ </style>
234
+ </head>
235
+ <body>
236
+ <div id="render-target">
237
+
238
+ <!-- Status bar -->
239
+ <div class="status-bar">
240
+ <div>12:34</div>
241
+ <div class="status-icons">
242
+ <!-- Simple signal icon -->
243
+ <svg viewBox="0 0 24 24"><path d="M2 20h2v2H2v-2zm4-4h2v6H6v-6zm4-4h2v10h-2V12zm4-4h2v14h-2V8zm4-6h2v20h-2V2z"/></svg>
244
+ <!-- WiFi -->
245
+ <svg viewBox="0 0 24 24"><path d="M12 18.5l-2.5 2.5L12 24l2.5-3-2.5-2.5zM2 8c5.5-4.7 14.5-4.7 20 0l-2 2c-4.9-4-11.1-4-16 0L2 8zm4 4c3.9-3.1 10.1-3.1 14 0l-2 2c-2.9-2.3-7.1-2.3-10 0l-2-2zm4 4c1.8-1.4 4.2-1.4 6 0l-2 2c-.9-.7-2.1-.7-3 0l-2-2z"/></svg>
246
+ <!-- Battery -->
247
+ <svg viewBox="0 0 24 24"><path d="M18 7h2v10h-2V7zM2 6h15v12H2V6zm2 2v8h11V8H4z"/></svg>
248
+ </div>
249
+ </div>
250
+
251
+ <!-- Header -->
252
+ <div class="header">
253
+ <div class="left-group">
254
+ <div class="icon-btn" aria-label="Menu">
255
+ <svg viewBox="0 0 24 24"><path d="M3 5h18v2H3V5zm0 6h18v2H3v-2zm0 6h18v2H3v-2z"/></svg>
256
+ </div>
257
+ <div class="logo" aria-label="eBay logo">
258
+ <span class="e">e</span><span class="b">b</span><span class="a">a</span><span class="y">y</span>
259
+ </div>
260
+ </div>
261
+ <div class="icon-btn" aria-label="Cart">
262
+ <svg viewBox="0 0 24 24"><path d="M7 20a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm10 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zM6 6h14l-2 9H8L6 6zm-2-4h3l1 4h12l1-2h3v2h-2l-2 10H8l-2-8H3V2z"/></svg>
263
+ </div>
264
+ </div>
265
+
266
+ <!-- Search -->
267
+ <div class="search-wrap">
268
+ <div class="search-bar">
269
+ <div class="search-icon">
270
+ <svg viewBox="0 0 24 24"><path d="M10 2a8 8 0 1 1 0 16 8 8 0 0 1 0-16zm0 2a6 6 0 1 0 0 12 6 6 0 0 0 0-12zm9 15-4.5-4.5 1.4-1.4L20.4 17.6 19 19z"/></svg>
271
+ </div>
272
+ <div class="search-input">Search on eBay</div>
273
+ <div class="search-actions">
274
+ <div class="circle-action" aria-label="Voice">
275
+ <svg viewBox="0 0 24 24"><path d="M12 2a3 3 0 0 1 3 3v6a3 3 0 0 1-6 0V5a3 3 0 0 1 3-3zm-5 9h2a3 3 0 0 0 6 0h2c0 3.1-2.3 5.7-5.2 5.9V20h2v2H10v-2h2v-3.1C9.3 16.7 7 15.1 7 11z"/></svg>
276
+ </div>
277
+ <div class="circle-action" aria-label="Camera">
278
+ <svg viewBox="0 0 24 24"><path d="M4 6h4l2-2h4l2 2h4v14H4V6zm8 3a5 5 0 1 0 0 10 5 5 0 0 0 0-10zm0 2a3 3 0 1 1 0 6 3 3 0 0 1 0-6z"/></svg>
279
+ </div>
280
+ </div>
281
+ </div>
282
+ </div>
283
+
284
+ <!-- Chips -->
285
+ <div class="chips">
286
+ <div class="chip">
287
+ <svg viewBox="0 0 24 24"><path d="M3 3h18v6H3V3zm2 8h14v10H5V11zm3 2v6h8v-6H8z"/></svg>
288
+ <span>Selling</span>
289
+ </div>
290
+ <div class="chip">
291
+ <svg viewBox="0 0 24 24"><path d="M13 2l-2 7h3l-1 7 4-9h-3l-1-5z"/></svg>
292
+ <span>Deals</span>
293
+ </div>
294
+ <div class="chip">
295
+ <svg viewBox="0 0 24 24"><path d="M3 3h8v8H3V3zm10 0h8v8h-8V3zM3 13h8v8H3v-8zm10 0h8v8h-8v-8z"/></svg>
296
+ <span>Categories</span>
297
+ </div>
298
+ <div class="chip">
299
+ <svg viewBox="0 0 24 24"><path d="M12 21s-7-4.4-7-10a5 5 0 0 1 9-3 5 5 0 0 1 9 3c0 5.6-7 10-7 10l-2-1z"/></svg>
300
+ <span>Saved</span>
301
+ </div>
302
+ </div>
303
+
304
+ <!-- Sign in block -->
305
+ <div class="signin-block">
306
+ <div class="title">Sign in so we can personalize your eBay<br>experience</div>
307
+ <div class="signin-actions">
308
+ <div class="outline-btn">Register</div>
309
+ <div class="outline-btn">Sign in</div>
310
+ </div>
311
+ </div>
312
+
313
+ <!-- Promo -->
314
+ <div class="promo">
315
+ <h2>What's Trending on eBay?</h2>
316
+ <p>Save on deals you really want</p>
317
+ <div class="cta">Buy it now</div>
318
+ </div>
319
+
320
+ <!-- Popular Destinations -->
321
+ <div class="section">
322
+ <h3>Popular Destinations</h3>
323
+ <div class="grid">
324
+ <div class="card">
325
+ <div class="img-circle">[IMG: Watch]</div>
326
+ <div class="label">Jewelry</div>
327
+ </div>
328
+ <div class="card">
329
+ <div class="img-circle">[IMG: Hair Dryer]</div>
330
+ <div class="label">Beauty</div>
331
+ </div>
332
+ <div class="card">
333
+ <div class="img-circle">[IMG: Laptop]</div>
334
+ <div class="label">Computers &amp; Tablets</div>
335
+ </div>
336
+ <div class="card">
337
+ <div class="img-circle">[IMG: Toy Shark]</div>
338
+ <div class="label">Toys &amp; Hobbies</div>
339
+ </div>
340
+ <div class="card">
341
+ <div class="img-circle">[IMG: Cell Phone]</div>
342
+ <div class="label">Cell Phones.</div>
343
+ </div>
344
+ <div class="card">
345
+ <div class="img-circle">[IMG: Sneaker]</div>
346
+ <div class="label">Shoes</div>
347
+ </div>
348
+ </div>
349
+ </div>
350
+
351
+ <div class="home-indicator"></div>
352
+ </div>
353
+ </body>
354
+ </html>
code/384/384_3.html ADDED
@@ -0,0 +1,304 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Search Suggestions - Dark UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: "Roboto", Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
10
+ background: #000000;
11
+ }
12
+
13
+ /* Status bar */
14
+ .status-bar {
15
+ position: absolute; top: 0; left: 0; right: 0; height: 96px;
16
+ display: flex; align-items: center; padding: 0 36px; color: #F5F5F5;
17
+ font-weight: 600; font-size: 40px;
18
+ }
19
+ .status-left { display: flex; align-items: center; gap: 14px; }
20
+ .status-right { margin-left: auto; display: flex; align-items: center; gap: 26px; }
21
+ .status-icon { width: 36px; height: 36px; opacity: 0.9; }
22
+
23
+ /* Search header */
24
+ .search-header {
25
+ position: absolute; top: 118px; left: 24px; right: 24px; height: 110px;
26
+ display: flex; align-items: center; gap: 24px;
27
+ }
28
+ .back-btn {
29
+ width: 84px; height: 84px; border-radius: 42px;
30
+ display: flex; align-items: center; justify-content: center;
31
+ }
32
+ .search-bar {
33
+ flex: 1; height: 110px; border-radius: 56px;
34
+ background: #262626; display: flex; align-items: center; padding: 0 32px; gap: 22px;
35
+ box-shadow: inset 0 0 0 1px #2F2F2F;
36
+ }
37
+ .search-text {
38
+ flex: 1; color: #FFFFFF; font-size: 46px; letter-spacing: 0.2px;
39
+ white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
40
+ }
41
+ .icon-btn {
42
+ width: 66px; height: 66px; border-radius: 33px; background: #2E2E2E;
43
+ display: flex; align-items: center; justify-content: center;
44
+ }
45
+
46
+ /* Suggestions list */
47
+ .suggestions {
48
+ position: absolute; top: 260px; left: 24px; right: 24px; bottom: 1560px;
49
+ overflow: hidden; /* keep static for screenshot replication */
50
+ }
51
+ .suggestion-item {
52
+ height: 150px; display: flex; align-items: center; justify-content: space-between;
53
+ border-bottom: 1px solid #1E1E1E; padding: 0 10px 0 8px;
54
+ }
55
+ .s-texts { display: flex; flex-direction: column; gap: 10px; }
56
+ .s-title {
57
+ color: #FFFFFF; font-size: 48px; font-weight: 600;
58
+ }
59
+ .s-title .emph { font-weight: 800; }
60
+ .s-sub {
61
+ color: #9E9E9E; font-size: 32px;
62
+ }
63
+ .jump-icon { width: 52px; height: 52px; opacity: 0.9; }
64
+
65
+ /* Keyboard */
66
+ .kbd {
67
+ position: absolute; left: 0; right: 0; bottom: 140px; height: 800px;
68
+ background: #151515;
69
+ border-top-left-radius: 26px; border-top-right-radius: 26px;
70
+ box-shadow: 0 -6px 10px rgba(0,0,0,0.4);
71
+ }
72
+ .kbd-topbar {
73
+ height: 96px; display: flex; align-items: center; gap: 28px;
74
+ padding: 0 30px; color: #EAEAEA; font-size: 34px;
75
+ }
76
+ .kbd-pill {
77
+ width: 92px; height: 92px; border-radius: 18px; background: #2C2C2E;
78
+ display: flex; align-items: center; justify-content: center;
79
+ }
80
+ .key-rows { padding: 8px 28px; }
81
+ .row { display: flex; justify-content: center; gap: 16px; margin-top: 22px; }
82
+ .key {
83
+ height: 110px; min-width: 90px; border-radius: 22px; background: #2B2B2D;
84
+ color: #F0F0F0; font-size: 44px; font-weight: 600;
85
+ display: flex; align-items: center; justify-content: center;
86
+ }
87
+ .key.wide { min-width: 130px; }
88
+ .space { min-width: 520px; }
89
+ .accent { background: #E4CAE9; color: #272727; }
90
+ .kbd-footer {
91
+ position: absolute; bottom: -24px; left: 50%; transform: translateX(-50%);
92
+ width: 220px; height: 10px; background: #E0E0E0; border-radius: 20px; opacity: 0.85;
93
+ }
94
+
95
+ /* Circular back on keyboard left & search on right */
96
+ .kbd-edge {
97
+ position: absolute; bottom: 16px; left: 24px; right: 24px;
98
+ display: flex; justify-content: space-between; align-items: center;
99
+ }
100
+ .circle-btn {
101
+ width: 120px; height: 120px; border-radius: 60px;
102
+ background: #E4CAE9; display: flex; align-items: center; justify-content: center;
103
+ }
104
+
105
+ </style>
106
+ </head>
107
+ <body>
108
+ <div id="render-target">
109
+
110
+ <!-- Status Bar -->
111
+ <div class="status-bar">
112
+ <div class="status-left">
113
+ <span>12:38</span>
114
+ <svg class="status-icon" viewBox="0 0 24 24">
115
+ <polygon fill="#F5F5F5" points="5,3 21,12 5,21"></polygon>
116
+ </svg>
117
+ </div>
118
+ <div class="status-right">
119
+ <svg class="status-icon" viewBox="0 0 24 24">
120
+ <path fill="none" stroke="#F5F5F5" stroke-width="2" d="M3 17c3-4 6-6 9-6s6 2 9 6"></path>
121
+ <circle cx="12" cy="17" r="2" fill="#F5F5F5"></circle>
122
+ </svg>
123
+ <svg class="status-icon" viewBox="0 0 24 24">
124
+ <rect x="3" y="6" width="16" height="12" rx="2" fill="none" stroke="#F5F5F5" stroke-width="2"></rect>
125
+ <rect x="19" y="9" width="2" height="6" fill="#F5F5F5"></rect>
126
+ </svg>
127
+ </div>
128
+ </div>
129
+
130
+ <!-- Search Header -->
131
+ <div class="search-header">
132
+ <div class="back-btn">
133
+ <svg width="48" height="48" viewBox="0 0 24 24">
134
+ <path d="M15 5 L7 12 L15 19" fill="none" stroke="#FFFFFF" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"></path>
135
+ </svg>
136
+ </div>
137
+
138
+ <div class="search-bar">
139
+ <div class="search-text">Google Pixel 6</div>
140
+ <div class="icon-btn">
141
+ <svg width="28" height="28" viewBox="0 0 24 24">
142
+ <path d="M5 5 L19 19 M19 5 L5 19" stroke="#BDBDBD" stroke-width="2" stroke-linecap="round"></path>
143
+ </svg>
144
+ </div>
145
+ <div class="icon-btn">
146
+ <svg width="34" height="34" viewBox="0 0 24 24">
147
+ <rect x="4" y="6" width="16" height="12" rx="3" fill="none" stroke="#BDBDBD" stroke-width="2"></rect>
148
+ <circle cx="12" cy="12" r="3.2" fill="none" stroke="#BDBDBD" stroke-width="2"></circle>
149
+ </svg>
150
+ </div>
151
+ </div>
152
+ </div>
153
+
154
+ <!-- Suggestions -->
155
+ <div class="suggestions">
156
+ <div class="suggestion-item">
157
+ <div class="s-texts">
158
+ <div class="s-title">google pixel 6 <span class="emph">pro</span></div>
159
+ <div class="s-sub">Cell Phones &amp; Smartphones</div>
160
+ </div>
161
+ <svg class="jump-icon" viewBox="0 0 24 24">
162
+ <path d="M7 6 L16 12 L7 18" fill="none" stroke="#BDBDBD" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"></path>
163
+ </svg>
164
+ </div>
165
+ <div class="suggestion-item">
166
+ <div class="s-texts">
167
+ <div class="s-title">google pixel 6 <span class="emph">pro</span></div>
168
+ <div class="s-sub">Cell Phone Accessories</div>
169
+ </div>
170
+ <svg class="jump-icon" viewBox="0 0 24 24">
171
+ <path d="M7 6 L16 12 L7 18" fill="none" stroke="#BDBDBD" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"></path>
172
+ </svg>
173
+ </div>
174
+ <div class="suggestion-item">
175
+ <div class="s-texts">
176
+ <div class="s-title">google pixel <span class="emph">6a</span></div>
177
+ </div>
178
+ <svg class="jump-icon" viewBox="0 0 24 24">
179
+ <path d="M7 6 L16 12 L7 18" fill="none" stroke="#BDBDBD" stroke-width="3"></path>
180
+ </svg>
181
+ </div>
182
+ <div class="suggestion-item">
183
+ <div class="s-texts">
184
+ <div class="s-title">google pixel 6 <span class="emph">unlocked</span></div>
185
+ </div>
186
+ <svg class="jump-icon" viewBox="0 0 24 24">
187
+ <path d="M7 6 L16 12 L7 18" fill="none" stroke="#BDBDBD" stroke-width="3"></path>
188
+ </svg>
189
+ </div>
190
+ <div class="suggestion-item">
191
+ <div class="s-texts">
192
+ <div class="s-title">google pixel 6 <span class="emph">case</span></div>
193
+ </div>
194
+ <svg class="jump-icon" viewBox="0 0 24 24">
195
+ <path d="M7 6 L16 12 L7 18" fill="none" stroke="#BDBDBD" stroke-width="3"></path>
196
+ </svg>
197
+ </div>
198
+ <div class="suggestion-item">
199
+ <div class="s-texts">
200
+ <div class="s-title">google pixel <span class="emph">6a</span> case</div>
201
+ </div>
202
+ <svg class="jump-icon" viewBox="0 0 24 24">
203
+ <path d="M7 6 L16 12 L7 18" fill="none" stroke="#BDBDBD" stroke-width="3"></path>
204
+ </svg>
205
+ </div>
206
+ <div class="suggestion-item">
207
+ <div class="s-texts">
208
+ <div class="s-title">google pixel <span class="emph">6a</span> unlocked</div>
209
+ </div>
210
+ <svg class="jump-icon" viewBox="0 0 24 24">
211
+ <path d="M7 6 L16 12 L7 18" fill="none" stroke="#BDBDBD" stroke-width="3"></path>
212
+ </svg>
213
+ </div>
214
+ <div class="suggestion-item">
215
+ <div class="s-texts">
216
+ <div class="s-title">google pixel 6 <span class="emph">pro unlocked</span></div>
217
+ </div>
218
+ <svg class="jump-icon" viewBox="0 0 24 24">
219
+ <path d="M7 6 L16 12 L7 18" fill="none" stroke="#BDBDBD" stroke-width="3"></path>
220
+ </svg>
221
+ </div>
222
+ <div class="suggestion-item">
223
+ <div class="s-texts">
224
+ <div class="s-title">google pixel 6 <span class="emph">pro case</span></div>
225
+ </div>
226
+ <svg class="jump-icon" viewBox="0 0 24 24">
227
+ <path d="M7 6 L16 12 L7 18" fill="none" stroke="#BDBDBD" stroke-width="3"></path>
228
+ </svg>
229
+ </div>
230
+ </div>
231
+
232
+ <!-- Keyboard -->
233
+ <div class="kbd">
234
+ <div class="kbd-topbar">
235
+ <div class="kbd-pill">
236
+ <svg width="42" height="42" viewBox="0 0 24 24">
237
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#EAEAEA" stroke-width="2"></circle>
238
+ <circle cx="12" cy="12" r="3" fill="#EAEAEA"></circle>
239
+ </svg>
240
+ </div>
241
+ <div class="kbd-pill">GIF</div>
242
+ <div class="kbd-pill">
243
+ <svg width="42" height="42" viewBox="0 0 24 24">
244
+ <circle cx="12" cy="12" r="10" fill="none" stroke="#EAEAEA" stroke-width="2"></circle>
245
+ <path d="M12 7 L12 12 L16 14" stroke="#EAEAEA" stroke-width="2" fill="none" stroke-linecap="round"></path>
246
+ </svg>
247
+ </div>
248
+ <div class="kbd-pill">Gx</div>
249
+ <div style="margin-left:auto; color:#BDBDBD; font-size:32px;">...</div>
250
+ </div>
251
+
252
+ <div class="key-rows">
253
+ <div class="row">
254
+ <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>
255
+ <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>
256
+ </div>
257
+ <div class="row">
258
+ <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>
259
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
260
+ </div>
261
+ <div class="row">
262
+ <div class="key wide">
263
+ <svg width="38" height="38" viewBox="0 0 24 24">
264
+ <path d="M8 16 L12 8 L16 16" fill="none" stroke="#F0F0F0" stroke-width="2" stroke-linecap="round"></path>
265
+ </svg>
266
+ </div>
267
+ <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>
268
+ <div class="key">n</div><div class="key">m</div>
269
+ <div class="key wide">
270
+ <svg width="46" height="46" viewBox="0 0 24 24">
271
+ <path d="M5 7 L19 17" stroke="#F0F0F0" stroke-width="2" stroke-linecap="round"></path>
272
+ <path d="M14 7 L19 7 L19 12" stroke="#F0F0F0" stroke-width="2" fill="none" stroke-linecap="round"></path>
273
+ </svg>
274
+ </div>
275
+ </div>
276
+ <div class="row">
277
+ <div class="key accent" style="min-width:140px;">?123</div>
278
+ <div class="key" style="min-width:110px;">,</div>
279
+ <div class="key" style="min-width:110px;">🙂</div>
280
+ <div class="key space"></div>
281
+ <div class="key" style="min-width:110px;">.</div>
282
+ </div>
283
+ </div>
284
+
285
+ <div class="kbd-edge">
286
+ <div class="circle-btn">
287
+ <svg width="48" height="48" viewBox="0 0 24 24">
288
+ <path d="M15 5 L7 12 L15 19" fill="none" stroke="#2A2A2A" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"></path>
289
+ </svg>
290
+ </div>
291
+ <div class="circle-btn">
292
+ <svg width="52" height="52" viewBox="0 0 24 24">
293
+ <circle cx="11" cy="11" r="7" fill="none" stroke="#2A2A2A" stroke-width="2"></circle>
294
+ <line x1="16.5" y1="16.5" x2="22" y2="22" stroke="#2A2A2A" stroke-width="3" stroke-linecap="round"></line>
295
+ </svg>
296
+ </div>
297
+ </div>
298
+
299
+ <div class="kbd-footer"></div>
300
+ </div>
301
+
302
+ </div>
303
+ </body>
304
+ </html>
code/384/384_4.html ADDED
@@ -0,0 +1,382 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Google Pixel 6 - Listing UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #000000;
15
+ color: #FFFFFF;
16
+ font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
17
+ }
18
+
19
+ /* Top status bar */
20
+ .status-bar {
21
+ height: 80px;
22
+ padding: 0 36px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ color: #e6e6e6;
27
+ font-size: 28px;
28
+ letter-spacing: 0.2px;
29
+ }
30
+ .status-icons {
31
+ display: flex;
32
+ gap: 22px;
33
+ align-items: center;
34
+ }
35
+ .wifi-icon, .battery-icon {
36
+ width: 36px; height: 24px;
37
+ }
38
+
39
+ /* App bar */
40
+ .app-bar {
41
+ padding: 24px 36px 8px 36px;
42
+ display: flex;
43
+ align-items: center;
44
+ gap: 24px;
45
+ }
46
+ .hamburger {
47
+ width: 72px; height: 72px; border-radius: 36px;
48
+ display: inline-flex; align-items: center; justify-content: center;
49
+ background: transparent;
50
+ }
51
+ .hamburger svg { width: 44px; height: 44px; }
52
+ .app-title {
53
+ font-size: 56px;
54
+ font-weight: 700;
55
+ letter-spacing: 0.5px;
56
+ flex: 1;
57
+ }
58
+ .icon-actions {
59
+ display: flex; gap: 18px; align-items: center;
60
+ }
61
+ .icon-btn {
62
+ width: 92px; height: 92px; border-radius: 46px;
63
+ background: #121212;
64
+ border: 1px solid #2a2a2a;
65
+ display: inline-flex; align-items: center; justify-content: center;
66
+ }
67
+ .icon-btn svg { width: 42px; height: 42px; fill: #ffffff; }
68
+
69
+ /* Secondary actions row */
70
+ .secondary-row {
71
+ padding: 12px 36px 24px 36px;
72
+ display: flex; align-items: center; justify-content: space-between;
73
+ font-size: 32px;
74
+ }
75
+ .save-search {
76
+ display: flex; align-items: center; gap: 12px;
77
+ color: #78a6ff;
78
+ font-weight: 600;
79
+ }
80
+ .sort-filter {
81
+ display: flex; align-items: center; gap: 40px;
82
+ color: #cfcfcf;
83
+ font-weight: 600;
84
+ }
85
+ .sort-filter .label {
86
+ display: inline-flex; align-items: center; gap: 10px;
87
+ }
88
+ .chev {
89
+ width: 22px; height: 22px;
90
+ }
91
+
92
+ /* Shop by Model */
93
+ .section-header {
94
+ padding: 28px 36px 12px 36px;
95
+ font-size: 44px;
96
+ font-weight: 800;
97
+ }
98
+ .pill-row {
99
+ padding: 12px 36px 26px 36px;
100
+ display: flex; gap: 24px; flex-wrap: wrap;
101
+ }
102
+ .pill {
103
+ padding: 18px 32px;
104
+ border-radius: 36px;
105
+ border: 1px solid #4a4a4a;
106
+ background: #141414;
107
+ color: #eaeaea;
108
+ font-size: 32px;
109
+ font-weight: 600;
110
+ }
111
+ .divider {
112
+ height: 2px;
113
+ background: #2a2a2a;
114
+ margin: 10px 36px 24px 36px;
115
+ }
116
+
117
+ /* Listings */
118
+ .list {
119
+ padding: 0 36px 160px 36px;
120
+ }
121
+ .card {
122
+ display: grid;
123
+ grid-template-columns: 300px 1fr;
124
+ gap: 28px;
125
+ padding: 28px 0;
126
+ border-bottom: 2px solid #242424;
127
+ }
128
+ .img-wrap {
129
+ position: relative;
130
+ width: 300px; height: 300px;
131
+ border-radius: 28px;
132
+ overflow: hidden;
133
+ background: #E0E0E0;
134
+ border: 1px solid #BDBDBD;
135
+ display: flex; align-items: center; justify-content: center;
136
+ color: #757575;
137
+ font-size: 28px;
138
+ text-align: center;
139
+ }
140
+ .fav-badge {
141
+ position: absolute;
142
+ right: 16px; top: 16px;
143
+ width: 70px; height: 70px; border-radius: 35px;
144
+ background: rgba(0,0,0,0.55);
145
+ border: 2px solid #eaeaea;
146
+ display: flex; align-items: center; justify-content: center;
147
+ }
148
+ .fav-badge svg { width: 36px; height: 36px; stroke: #ffffff; fill: none; stroke-width: 2.5; }
149
+
150
+ .details .title {
151
+ font-size: 36px;
152
+ font-weight: 700;
153
+ line-height: 1.26;
154
+ margin-bottom: 14px;
155
+ color: #f4f4f4;
156
+ }
157
+ .rating {
158
+ display: flex; align-items: center; gap: 8px;
159
+ margin: 4px 0 12px 0;
160
+ }
161
+ .stars svg { width: 30px; height: 30px; }
162
+ .rating-count { color: #cfcfcf; font-size: 28px; }
163
+ .price {
164
+ font-size: 54px; font-weight: 800; margin: 10px 0 6px 0;
165
+ }
166
+ .shipping, .sold {
167
+ color: #bdbdbd; font-size: 28px; line-height: 1.4;
168
+ }
169
+ .sponsored {
170
+ color: #9a9a9a; font-size: 28px; margin-top: 18px;
171
+ }
172
+
173
+ /* Bottom floating results pill */
174
+ .results-pill {
175
+ position: absolute;
176
+ left: 50%; transform: translateX(-50%);
177
+ bottom: 120px;
178
+ background: #1a1a1a;
179
+ border: 1px solid #3a3a3a;
180
+ color: #f5f5f5;
181
+ padding: 22px 36px;
182
+ border-radius: 22px;
183
+ font-size: 34px;
184
+ font-weight: 700;
185
+ box-shadow: 0 4px 20px rgba(0,0,0,0.5);
186
+ }
187
+
188
+ /* Home indicator */
189
+ .home-indicator {
190
+ position: absolute;
191
+ bottom: 40px; left: 50%; transform: translateX(-50%);
192
+ width: 240px; height: 10px; border-radius: 5px; background: #e6e6e6;
193
+ opacity: 0.8;
194
+ }
195
+ </style>
196
+ </head>
197
+ <body>
198
+ <div id="render-target">
199
+
200
+ <!-- Status bar -->
201
+ <div class="status-bar">
202
+ <div class="time">12:39</div>
203
+ <div class="status-icons">
204
+ <!-- simple "play/store" triangle -->
205
+ <svg width="26" height="26" viewBox="0 0 24 24" fill="#e6e6e6" aria-hidden="true">
206
+ <polygon points="3,2 21,12 3,22" />
207
+ </svg>
208
+ <!-- WiFi -->
209
+ <svg class="wifi-icon" viewBox="0 0 24 24" fill="none" stroke="#e6e6e6" stroke-width="2">
210
+ <path d="M2 8c5-4 15-4 20 0" />
211
+ <path d="M5 12c4-3 10-3 14 0" />
212
+ <path d="M8 16c3-2 5-2 8 0" />
213
+ <circle cx="12" cy="19" r="1.5" fill="#e6e6e6" stroke="none"/>
214
+ </svg>
215
+ <!-- Battery -->
216
+ <svg class="battery-icon" viewBox="0 0 24 24" fill="none" stroke="#e6e6e6" stroke-width="2">
217
+ <rect x="2" y="6" width="18" height="12" rx="2"></rect>
218
+ <rect x="20" y="10" width="2" height="4" fill="#e6e6e6" stroke="none"></rect>
219
+ <rect x="4" y="8" width="12" height="8" fill="#e6e6e6" stroke="none"></rect>
220
+ </svg>
221
+ </div>
222
+ </div>
223
+
224
+ <!-- App bar -->
225
+ <div class="app-bar">
226
+ <button class="hamburger" aria-label="Menu">
227
+ <svg viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2.6" stroke-linecap="round">
228
+ <path d="M3 6h18M3 12h18M3 18h18"></path>
229
+ </svg>
230
+ </button>
231
+ <div class="app-title">Google Pixel 6</div>
232
+ <div class="icon-actions">
233
+ <div class="icon-btn" aria-label="Search">
234
+ <svg viewBox="0 0 24 24">
235
+ <circle cx="11" cy="11" r="7" fill="none" stroke="#ffffff" stroke-width="2.2"></circle>
236
+ <path d="M20 20l-4.5-4.5" stroke="#ffffff" stroke-width="2.2" stroke-linecap="round"></path>
237
+ </svg>
238
+ </div>
239
+ <div class="icon-btn" aria-label="Camera">
240
+ <svg viewBox="0 0 24 24">
241
+ <rect x="3" y="6" width="18" height="13" rx="2" fill="none" stroke="#ffffff" stroke-width="2"></rect>
242
+ <path d="M7 6l2-2h6l2 2" stroke="#ffffff" stroke-width="2" fill="none" />
243
+ <circle cx="12" cy="12.5" r="4" fill="none" stroke="#ffffff" stroke-width="2"></circle>
244
+ </svg>
245
+ </div>
246
+ <div class="icon-btn" aria-label="Cart">
247
+ <svg viewBox="0 0 24 24">
248
+ <path d="M3 5h2l2 12h10l2-9H7" fill="none" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
249
+ <circle cx="9" cy="20" r="1.8" fill="#ffffff"></circle>
250
+ <circle cx="17" cy="20" r="1.8" fill="#ffffff"></circle>
251
+ </svg>
252
+ </div>
253
+ </div>
254
+ </div>
255
+
256
+ <!-- Secondary actions -->
257
+ <div class="secondary-row">
258
+ <div class="save-search">
259
+ <svg viewBox="0 0 24 24" width="30" height="30">
260
+ <path d="M12 20s-7-4.6-7-9a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 4.4-7 9-7 9z" fill="none" stroke="#78a6ff" stroke-width="2"></path>
261
+ </svg>
262
+ <span>Save this search</span>
263
+ </div>
264
+ <div class="sort-filter">
265
+ <span class="label">Sort
266
+ <svg class="chev" viewBox="0 0 24 24" fill="#cfcfcf">
267
+ <path d="M7 10l5 5 5-5"></path>
268
+ </svg>
269
+ </span>
270
+ <span class="label">Filter
271
+ <svg class="chev" viewBox="0 0 24 24" fill="#cfcfcf">
272
+ <path d="M3 5h18l-7 8v6l-4-2v-4z"></path>
273
+ </svg>
274
+ </span>
275
+ </div>
276
+ </div>
277
+
278
+ <!-- Shop by Model -->
279
+ <div class="section-header">Shop by Model</div>
280
+ <div class="pill-row">
281
+ <div class="pill">Google Pixel 6</div>
282
+ <div class="pill">Google Pixel 6 Pro</div>
283
+ </div>
284
+ <div class="divider"></div>
285
+
286
+ <!-- Listings -->
287
+ <div class="list">
288
+
289
+ <!-- Card 1 -->
290
+ <div class="card">
291
+ <div class="img-wrap">
292
+ [IMG: Google Pixel 6 product photo]
293
+ <div class="fav-badge">
294
+ <svg viewBox="0 0 24 24">
295
+ <path d="M12 20s-7-4.6-7-9a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 4.4-7 9-7 9z"></path>
296
+ </svg>
297
+ </div>
298
+ </div>
299
+ <div class="details">
300
+ <div class="title">Google Pixel 6 - 128GB - Stormy Black (Google Ed. Unlocked)<br>Open Box • Google Pixel 6 • 128 GB • Unlocked</div>
301
+ <div class="rating">
302
+ <div class="stars">
303
+ <svg viewBox="0 0 24 24" fill="#ffffff"><path d="M12 2l3.1 6.7 7 .9-5 4.8 1.3 7.1-6.4-3.5-6.4 3.5 1.3-7.1-5-4.8 7-.9z"/></svg>
304
+ <svg viewBox="0 0 24 24" fill="#ffffff"><path d="M12 2l3.1 6.7 7 .9-5 4.8 1.3 7.1-6.4-3.5-6.4 3.5 1.3-7.1-5-4.8 7-.9z"/></svg>
305
+ <svg viewBox="0 0 24 24" fill="#ffffff"><path d="M12 2l3.1 6.7 7 .9-5 4.8 1.3 7.1-6.4-3.5-6.4 3.5 1.3-7.1-5-4.8 7-.9z"/></svg>
306
+ <svg viewBox="0 0 24 24" fill="#ffffff"><path d="M12 2l3.1 6.7 7 .9-5 4.8 1.3 7.1-6.4-3.5-6.4 3.5 1.3-7.1-5-4.8 7-.9z"/></svg>
307
+ <svg viewBox="0 0 24 24" fill="#ffffff"><path d="M12 2l3.1 6.7 7 .9-5 4.8 1.3 7.1-6.4-3.5-6.4 3.5 1.3-7.1-5-4.8 7-.9z"/></svg>
308
+ </div>
309
+ <div class="rating-count">(50)</div>
310
+ </div>
311
+ <div class="price">$249.99</div>
312
+ <div class="shipping">+$28.92 shipping<br>from United States</div>
313
+ <div class="sold">564 sold</div>
314
+ <div class="sponsored">Sponsored</div>
315
+ </div>
316
+ </div>
317
+
318
+ <!-- Card 2 -->
319
+ <div class="card">
320
+ <div class="img-wrap">
321
+ [IMG: Google Pixel 6 Pro product photo]
322
+ <div class="fav-badge">
323
+ <svg viewBox="0 0 24 24">
324
+ <path d="M12 20s-7-4.6-7-9a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 4.4-7 9-7 9z"></path>
325
+ </svg>
326
+ </div>
327
+ </div>
328
+ <div class="details">
329
+ <div class="title">Google Pixel 6 Pro - Black 128 GB (Unlocked Google Ed) Good**<br>Pre-Owned • Google Pixel 6 Pro • 128 GB • Unlocked</div>
330
+ <div class="rating">
331
+ <div class="stars">
332
+ <svg viewBox="0 0 24 24" fill="#ffffff"><path d="M12 2l3.1 6.7 7 .9-5 4.8 1.3 7.1-6.4-3.5-6.4 3.5 1.3-7.1-5-4.8 7-.9z"/></svg>
333
+ <svg viewBox="0 0 24 24" fill="#ffffff"><path d="M12 2l3.1 6.7 7 .9-5 4.8 1.3 7.1-6.4-3.5-6.4 3.5 1.3-7.1-5-4.8 7-.9z"/></svg>
334
+ <svg viewBox="0 0 24 24" fill="#ffffff"><path d="M12 2l3.1 6.7 7 .9-5 4.8 1.3 7.1-6.4-3.5-6.4 3.5 1.3-7.1-5-4.8 7-.9z"/></svg>
335
+ <svg viewBox="0 0 24 24" fill="#ffffff"><path d="M12 2l3.1 6.7 7 .9-5 4.8 1.3 7.1-6.4-3.5-6.4 3.5 1.3-7.1-5-4.8 7-.9z"/></svg>
336
+ <svg viewBox="0 0 24 24" fill="#000000"><path d="M12 2l3.1 6.7 7 .9-5 4.8 1.3 7.1-6.4-3.5-6.4 3.5 1.3-7.1-5-4.8 7-.9z"/></svg>
337
+ </div>
338
+ <div class="rating-count">(8)</div>
339
+ </div>
340
+ <div class="price">$259.85</div>
341
+ <div class="shipping">+$29.10 shipping<br>from United States</div>
342
+ <div class="sold">163 sold</div>
343
+ <div class="sponsored">Sponsored</div>
344
+ </div>
345
+ </div>
346
+
347
+ <!-- Card 3 (partial) -->
348
+ <div class="card">
349
+ <div class="img-wrap">
350
+ [IMG: Google Pixel 6 product photo]
351
+ <div class="fav-badge">
352
+ <svg viewBox="0 0 24 24">
353
+ <path d="M12 20s-7-4.6-7-9a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 4.4-7 9-7 9z"></path>
354
+ </svg>
355
+ </div>
356
+ </div>
357
+ <div class="details">
358
+ <div class="title">Google Pixel 6 - GB7N6 - 128GB - Stormy Black - (Unlocked) - Good<br>Good • Refurbished • Google Pixel 6 • 128 GB</div>
359
+ <div class="rating">
360
+ <div class="stars">
361
+ <svg viewBox="0 0 24 24" fill="#ffffff"><path d="M12 2l3.1 6.7 7 .9-5 4.8 1.3 7.1-6.4-3.5-6.4 3.5 1.3-7.1-5-4.8 7-.9z"/></svg>
362
+ <svg viewBox="0 0 24 24" fill="#ffffff"><path d="M12 2l3.1 6.7 7 .9-5 4.8 1.3 7.1-6.4-3.5-6.4 3.5 1.3-7.1-5-4.8 7-.9z"/></svg>
363
+ <svg viewBox="0 0 24 24" fill="#ffffff"><path d="M12 2l3.1 6.7 7 .9-5 4.8 1.3 7.1-6.4-3.5-6.4 3.5 1.3-7.1-5-4.8 7-.9z"/></svg>
364
+ <svg viewBox="0 0 24 24" fill="#ffffff"><path d="M12 2l3.1 6.7 7 .9-5 4.8 1.3 7.1-6.4-3.5-6.4 3.5 1.3-7.1-5-4.8 7-.9z"/></svg>
365
+ <svg viewBox="0 0 24 24" fill="#ffffff"><path d="M12 2l3.1 6.7 7 .9-5 4.8 1.3 7.1-6.4-3.5-6.4 3.5 1.3-7.1-5-4.8 7-.9z"/></svg>
366
+ </div>
367
+ <div class="rating-count">(12)</div>
368
+ </div>
369
+ <div class="price">$269.00</div>
370
+ <div class="shipping">+$29.90 shipping</div>
371
+ </div>
372
+ </div>
373
+
374
+ </div>
375
+
376
+ <!-- Floating pill -->
377
+ <div class="results-pill">2,500+ results</div>
378
+ <div class="home-indicator"></div>
379
+
380
+ </div>
381
+ </body>
382
+ </html>
code/3840/3840_0.html ADDED
@@ -0,0 +1,404 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Mobile UI Mock</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ position: relative;
9
+ width: 1080px;
10
+ height: 2400px;
11
+ overflow: hidden;
12
+ background: #ffffff;
13
+ }
14
+
15
+ /* Top app bar */
16
+ .topbar {
17
+ position: absolute;
18
+ top: 0;
19
+ left: 0;
20
+ width: 1080px;
21
+ height: 180px;
22
+ background: #c7632f; /* warm orange-brown */
23
+ color: #fff;
24
+ box-sizing: border-box;
25
+ padding: 28px 32px 20px 32px;
26
+ }
27
+ .appbar-row {
28
+ display: flex;
29
+ align-items: center;
30
+ justify-content: space-between;
31
+ }
32
+ .appbar-left {
33
+ display: flex;
34
+ align-items: center;
35
+ gap: 24px;
36
+ }
37
+ .hamburger {
38
+ width: 60px; height: 60px; background: transparent; border: none; padding: 0; cursor: default;
39
+ }
40
+ .home-chip {
41
+ background: rgba(255,255,255,0.15);
42
+ border-radius: 14px;
43
+ padding: 12px 22px;
44
+ font-size: 48px;
45
+ font-weight: 700;
46
+ display: flex;
47
+ align-items: center;
48
+ gap: 14px;
49
+ }
50
+ .dropdown-caret {
51
+ font-weight: 700;
52
+ font-size: 44px;
53
+ }
54
+ .appbar-icons {
55
+ display: flex;
56
+ align-items: center;
57
+ gap: 28px;
58
+ }
59
+ .app-icon {
60
+ width: 56px; height: 56px;
61
+ }
62
+
63
+ /* Secondary tools strip */
64
+ .tools-strip {
65
+ position: absolute;
66
+ top: 180px;
67
+ left: 0;
68
+ width: 1080px;
69
+ height: 170px;
70
+ background: #f6efea;
71
+ border-bottom: 1px solid #e0d4cc;
72
+ box-sizing: border-box;
73
+ padding: 24px 36px;
74
+ display: flex;
75
+ align-items: center;
76
+ gap: 40px;
77
+ }
78
+ .tool {
79
+ display: flex; align-items: center; gap: 14px; color: #6b4b3c;
80
+ }
81
+ .tool .label {
82
+ font-size: 34px; font-weight: 600;
83
+ }
84
+ .divider {
85
+ width: 1px; height: 80px; background: #e5d7cf;
86
+ }
87
+ .big-tool {
88
+ display: flex; align-items: center; gap: 16px; background: #ffffff; border: 1px solid #e2e2e2; border-radius: 10px; padding: 18px 22px;
89
+ }
90
+ .big-tool .label { font-size: 36px; color: #333; }
91
+ .format-text { margin-left: auto; display: flex; align-items: center; gap: 22px; color: #6b4b3c; font-size: 40px; font-weight: 700; }
92
+
93
+ /* Promo banner */
94
+ .promo {
95
+ position: absolute;
96
+ top: 350px;
97
+ left: 24px;
98
+ width: 1032px;
99
+ height: 100px;
100
+ background: #c8eadf;
101
+ color: #1c5c4c;
102
+ border-radius: 22px;
103
+ display: flex;
104
+ align-items: center;
105
+ justify-content: space-between;
106
+ padding: 0 26px;
107
+ box-shadow: 0 1px 0 rgba(0,0,0,0.06);
108
+ font-size: 42px;
109
+ }
110
+ .promo-left { display: flex; align-items: center; gap: 20px; }
111
+ .promo-badge {
112
+ width: 64px; height: 64px; background: #96d4c0; border-radius: 50%;
113
+ display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 32px;
114
+ }
115
+ .promo .close {
116
+ font-size: 56px; color: #508a77;
117
+ }
118
+
119
+ /* Slide preview area */
120
+ .slide-area {
121
+ position: absolute;
122
+ top: 480px;
123
+ left: 0;
124
+ width: 1080px;
125
+ height: 830px;
126
+ background: #f5f5f5;
127
+ display: flex; align-items: center; justify-content: center;
128
+ }
129
+ .slide-img {
130
+ width: 1080px;
131
+ height: 620px;
132
+ background: #E0E0E0;
133
+ border: 1px solid #BDBDBD;
134
+ display: flex; justify-content: center; align-items: center; color: #757575; font-size: 44px; font-weight: 700;
135
+ }
136
+ .slide-overlay {
137
+ position: absolute;
138
+ top: 670px; /* roughly center over the image */
139
+ left: 60px;
140
+ width: 960px;
141
+ text-align: center;
142
+ color: #ffffff;
143
+ }
144
+ .title {
145
+ font-size: 64px; font-weight: 800; letter-spacing: 2px;
146
+ }
147
+ .subtitle {
148
+ font-size: 36px; margin-top: 18px; opacity: 0.9;
149
+ }
150
+
151
+ /* Notes bar */
152
+ .notes-bar {
153
+ position: absolute;
154
+ top: 1190px;
155
+ left: 0;
156
+ width: 1080px;
157
+ height: 120px;
158
+ border-top: 1px solid #e6e6e6;
159
+ background: #fafafa;
160
+ display: flex; align-items: center; justify-content: space-between;
161
+ padding: 0 28px;
162
+ box-sizing: border-box;
163
+ }
164
+ .notes-left { display: flex; align-items: center; gap: 18px; color: #444; font-size: 42px; }
165
+ .chev {
166
+ width: 36px; height: 36px; border-left: 4px solid #777; border-bottom: 4px solid #777; transform: rotate(-45deg);
167
+ }
168
+ .slide-count { font-size: 38px; color: #666; }
169
+
170
+ /* Thumbnails row */
171
+ .thumbs-row {
172
+ position: absolute;
173
+ top: 1310px;
174
+ left: 0;
175
+ width: 1080px;
176
+ height: 230px;
177
+ border-top: 1px solid #eaeaea;
178
+ padding: 20px 22px;
179
+ box-sizing: border-box;
180
+ display: grid;
181
+ grid-template-columns: 1fr 1fr 1fr 120px;
182
+ gap: 20px;
183
+ align-items: center;
184
+ }
185
+ .thumb-wrap { position: relative; }
186
+ .thumb-number {
187
+ position: absolute; top: -28px; left: 6px; font-size: 34px; color: #b5693f;
188
+ }
189
+ .thumb {
190
+ width: 316px;
191
+ height: 180px;
192
+ background: #E0E0E0;
193
+ border: 2px solid #BDBDBD;
194
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 30px; font-weight: 700;
195
+ }
196
+ .plus-wrap { display: flex; align-items: center; justify-content: center; }
197
+ .plus-btn {
198
+ width: 82px; height: 82px; background: #ef7d3b; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 58px; font-weight: 900;
199
+ }
200
+
201
+ /* Ad section */
202
+ .ad-section {
203
+ position: absolute;
204
+ top: 1540px;
205
+ left: 0;
206
+ width: 1080px;
207
+ height: 460px;
208
+ background: #ffffff;
209
+ border-top: 1px solid #eaeaea;
210
+ padding: 24px 22px;
211
+ box-sizing: border-box;
212
+ }
213
+ .ad-card {
214
+ display: grid;
215
+ grid-template-columns: 340px 1fr;
216
+ gap: 28px;
217
+ align-items: start;
218
+ padding-top: 10px;
219
+ }
220
+ .ad-img {
221
+ width: 320px; height: 240px;
222
+ background: #E0E0E0; border: 1px solid #BDBDBD;
223
+ display: flex; align-items: center; justify-content: center; color: #757575; font-weight: 700;
224
+ }
225
+ .ad-title { font-size: 48px; font-weight: 800; color: #222; line-height: 1.15; }
226
+ .ad-meta { margin-top: 18px; display: flex; align-items: center; gap: 22px; }
227
+ .badge {
228
+ background: #e53935; color: #fff; padding: 10px 16px; border-radius: 10px; font-size: 36px; font-weight: 800;
229
+ }
230
+ .deal { color: #c13b29; font-size: 36px; font-weight: 700; }
231
+ .ad-price {
232
+ margin-top: 16px; display: flex; align-items: baseline; gap: 18px;
233
+ }
234
+ .price-now { color: #d14c3b; font-size: 52px; font-weight: 800; }
235
+ .price-old { color: #8e8e8e; font-size: 42px; text-decoration: line-through; }
236
+ .prime { color: #1a73e8; font-size: 38px; font-weight: 700; }
237
+
238
+ /* Bottom spacer / gesture bar */
239
+ .gesture-bar {
240
+ position: absolute;
241
+ bottom: 24px;
242
+ left: 320px;
243
+ width: 440px; height: 14px; background: #c7c7c7; border-radius: 10px;
244
+ }
245
+ </style>
246
+ </head>
247
+ <body>
248
+ <div id="render-target">
249
+
250
+ <!-- Top app bar -->
251
+ <div class="topbar">
252
+ <div class="appbar-row">
253
+ <div class="appbar-left">
254
+ <button class="hamburger" aria-label="Menu">
255
+ <svg class="app-icon" viewBox="0 0 24 24">
256
+ <rect x="3" y="5" width="18" height="2" fill="#fff"></rect>
257
+ <rect x="3" y="11" width="18" height="2" fill="#fff"></rect>
258
+ <rect x="3" y="17" width="18" height="2" fill="#fff"></rect>
259
+ </svg>
260
+ </button>
261
+ <div class="home-chip">Home <span class="dropdown-caret">▾</span></div>
262
+ </div>
263
+ <div class="appbar-icons">
264
+ <!-- Monitor icon -->
265
+ <svg class="app-icon" viewBox="0 0 24 24">
266
+ <rect x="3" y="5" width="18" height="12" rx="2" fill="#fff" opacity="0.9"></rect>
267
+ <rect x="10" y="18" width="4" height="2" fill="#fff"></rect>
268
+ <rect x="8" y="20" width="8" height="2" fill="#fff"></rect>
269
+ </svg>
270
+ <!-- Save (floppy) icon -->
271
+ <svg class="app-icon" viewBox="0 0 24 24">
272
+ <path d="M5 3h12l4 4v14H5z" fill="#fff" opacity="0.9"></path>
273
+ <rect x="7" y="5" width="8" height="5" fill="#c7632f"></rect>
274
+ <rect x="8" y="12" width="10" height="8" fill="#fff"></rect>
275
+ </svg>
276
+ <!-- Undo -->
277
+ <svg class="app-icon" viewBox="0 0 24 24">
278
+ <path d="M10 8L5 12l5 4v-3h6a5 5 0 1 0 0-10h-2" fill="none" stroke="#fff" stroke-width="2"></path>
279
+ </svg>
280
+ <!-- Redo -->
281
+ <svg class="app-icon" viewBox="0 0 24 24">
282
+ <path d="M14 8l5 4-5 4v-3H8a5 5 0 1 1 0-10h2" fill="none" stroke="#fff" stroke-width="2"></path>
283
+ </svg>
284
+ <!-- Book icon -->
285
+ <svg class="app-icon" viewBox="0 0 24 24">
286
+ <rect x="3" y="4" width="8" height="16" fill="#fff"></rect>
287
+ <rect x="13" y="4" width="8" height="16" fill="#fff" opacity="0.8"></rect>
288
+ <rect x="11" y="4" width="2" height="16" fill="#c7632f"></rect>
289
+ </svg>
290
+ </div>
291
+ </div>
292
+ </div>
293
+
294
+ <!-- Tools strip -->
295
+ <div class="tools-strip">
296
+ <div class="tool">
297
+ <svg class="app-icon" viewBox="0 0 24 24">
298
+ <rect x="6" y="4" width="12" height="16" rx="2" fill="#c7632f"></rect>
299
+ <rect x="9" y="2" width="6" height="4" rx="1" fill="#c7632f"></rect>
300
+ </svg>
301
+ <div class="label">Paste</div>
302
+ </div>
303
+ <div class="tool">
304
+ <svg class="app-icon" viewBox="0 0 24 24">
305
+ <path d="M6 7l12 10M18 7L6 17" stroke="#c7632f" stroke-width="2"></path>
306
+ </svg>
307
+ <div class="label">Paste Format</div>
308
+ </div>
309
+ <div class="tool">
310
+ <svg class="app-icon" viewBox="0 0 24 24">
311
+ <path d="M6 7l12 10M18 7L6 17" stroke="#c7632f" stroke-width="2"></path>
312
+ </svg>
313
+ <div class="label">Copy Format</div>
314
+ </div>
315
+ <div class="divider"></div>
316
+ <div class="big-tool">
317
+ <svg class="app-icon" viewBox="0 0 24 24">
318
+ <rect x="4" y="6" width="16" height="12" rx="2" fill="#c7632f"></rect>
319
+ <path d="M12 9v6M9 12h6" stroke="#fff" stroke-width="2"></path>
320
+ </svg>
321
+ <div class="label">New Slide</div>
322
+ </div>
323
+ <div class="big-tool">
324
+ <svg class="app-icon" viewBox="0 0 24 24">
325
+ <rect x="4" y="6" width="16" height="12" rx="2" fill="#c7632f"></rect>
326
+ <path d="M9 10l6 6M15 10l-6 6" stroke="#fff" stroke-width="2"></path>
327
+ </svg>
328
+ <div class="label">Delete Slide</div>
329
+ </div>
330
+ <div class="format-text">
331
+ <div>B</div>
332
+ <div>/</div>
333
+ </div>
334
+ </div>
335
+
336
+ <!-- Promo banner -->
337
+ <div class="promo">
338
+ <div class="promo-left">
339
+ <div class="promo-badge">★</div>
340
+ <div>Start 7-day <b>FREE</b> trial.</div>
341
+ </div>
342
+ <div class="close">✕</div>
343
+ </div>
344
+
345
+ <!-- Slide preview area -->
346
+ <div class="slide-area">
347
+ <div class="slide-img">[IMG: Slide Preview - Office background with title]</div>
348
+ </div>
349
+ <div class="slide-overlay">
350
+ <div class="title">PRESENTATION TITLE</div>
351
+ <div class="subtitle">Presentation Subtitle</div>
352
+ </div>
353
+
354
+ <!-- Notes bar -->
355
+ <div class="notes-bar">
356
+ <div class="notes-left">
357
+ <div class="chev"></div>
358
+ <div>Notes</div>
359
+ </div>
360
+ <div class="slide-count">Slide 1/9</div>
361
+ </div>
362
+
363
+ <!-- Thumbnails row -->
364
+ <div class="thumbs-row">
365
+ <div class="thumb-wrap">
366
+ <div class="thumb-number">1</div>
367
+ <div class="thumb">[IMG: Slide Thumbnail]</div>
368
+ </div>
369
+ <div class="thumb-wrap">
370
+ <div class="thumb-number">2</div>
371
+ <div class="thumb">[IMG: Slide Thumbnail]</div>
372
+ </div>
373
+ <div class="thumb-wrap">
374
+ <div class="thumb-number">3</div>
375
+ <div class="thumb">[IMG: Slide Thumbnail]</div>
376
+ </div>
377
+ <div class="plus-wrap">
378
+ <div class="plus-btn">+</div>
379
+ </div>
380
+ </div>
381
+
382
+ <!-- Ad section -->
383
+ <div class="ad-section">
384
+ <div class="ad-card">
385
+ <div class="ad-img">[IMG: Digital Alarm Clock + USB Hub]</div>
386
+ <div>
387
+ <div class="ad-title">Bulfyss USB Rechargeable Digital Alarm Clock</div>
388
+ <div class="ad-meta">
389
+ <div class="badge">65% off</div>
390
+ <div class="deal">Deal of the Day</div>
391
+ </div>
392
+ <div class="ad-price">
393
+ <div class="price-now">₹1,049.00</div>
394
+ <div class="price-old">₹2,999.00</div>
395
+ <div class="prime">Prime</div>
396
+ </div>
397
+ </div>
398
+ </div>
399
+ </div>
400
+
401
+ <div class="gesture-bar"></div>
402
+ </div>
403
+ </body>
404
+ </html>
code/3840/3840_1.html ADDED
@@ -0,0 +1,386 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Mobile UI 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: #ffffff;
14
+ }
15
+
16
+ :root{
17
+ --orange:#C9672B;
18
+ --orange-dark:#B95922;
19
+ --lav:#F3F0FB;
20
+ --ribbon:#FAF4EE;
21
+ --text:#222;
22
+ }
23
+
24
+ /* Status bar */
25
+ .status-bar{
26
+ height: 90px;
27
+ background: var(--orange);
28
+ color:#fff;
29
+ display:flex;
30
+ align-items:center;
31
+ padding: 0 28px;
32
+ font-size:34px;
33
+ justify-content:space-between;
34
+ }
35
+ .status-right{
36
+ display:flex; gap:24px; align-items:center;
37
+ }
38
+ .dot{ width:22px; height:22px; border-radius:50%; background:#fff; opacity:.9; }
39
+ .battery{
40
+ width:38px; height:22px; border:3px solid #fff; position:relative; border-radius:4px;
41
+ }
42
+ .battery:after{ content:""; position:absolute; right:-8px; top:6px; width:6px; height:10px; background:#fff; border-radius:2px; }
43
+
44
+ /* Top orange app bar */
45
+ .app-bar{
46
+ height:160px;
47
+ background: var(--orange);
48
+ color:#fff;
49
+ display:flex;
50
+ align-items:center;
51
+ padding: 0 28px;
52
+ justify-content:space-between;
53
+ }
54
+ .left-group{
55
+ display:flex; align-items:center; gap:28px;
56
+ }
57
+ .hamburger{
58
+ width:60px; height:40px; position:relative;
59
+ }
60
+ .hamburger span{
61
+ position:absolute; left:0; right:0; height:6px; background:#fff; border-radius:3px;
62
+ }
63
+ .hamburger span:nth-child(1){ top:0; }
64
+ .hamburger span:nth-child(2){ top:17px; }
65
+ .hamburger span:nth-child(3){ bottom:0; }
66
+ .tab-title{
67
+ background:#E37E3A;
68
+ color:#fff;
69
+ padding:18px 26px;
70
+ border-radius:12px;
71
+ font-size:44px;
72
+ display:flex; align-items:center; gap:14px;
73
+ }
74
+ .caret{
75
+ width:0; height:0; border-left:10px solid transparent; border-right:10px solid transparent; border-top:14px solid #fff;
76
+ margin-top:6px;
77
+ }
78
+ .right-icons{ display:flex; gap:26px; align-items:center; }
79
+ .icon-box{
80
+ width:64px; height:54px; border:2px solid #fff; border-radius:8px; opacity:.95;
81
+ }
82
+
83
+ /* Ribbon */
84
+ .ribbon{
85
+ height:160px;
86
+ background: var(--ribbon);
87
+ display:flex;
88
+ align-items:center;
89
+ padding:0 32px;
90
+ gap:42px;
91
+ border-bottom:1px solid #e5d7cd;
92
+ }
93
+ .rib-item{
94
+ display:flex; align-items:center; gap:16px;
95
+ color:#5a5a5a; font-size:28px;
96
+ }
97
+ .rib-icon{
98
+ width:78px; height:70px; background:#fff; border:1px solid #cfc7c1; border-radius:12px;
99
+ display:flex; align-items:center; justify-content:center; color:#999; font-size:24px;
100
+ }
101
+ .rib-item .sub{ color:#9e9e9e; font-size:24px; display:block; }
102
+
103
+ /* Trial banner */
104
+ .trial{
105
+ height:90px; background:#CFEAD8; color:#204D3A;
106
+ display:flex; align-items:center; justify-content:space-between;
107
+ padding:0 28px; font-size:36px;
108
+ border-bottom:1px solid #b9d8c7;
109
+ }
110
+ .trial .x{ font-weight:bold; color:#2f6a54; }
111
+
112
+ /* Slide editor view */
113
+ .editor{
114
+ height:520px; padding:18px 0 0 0; background:#fff;
115
+ }
116
+ .slide-canvas{
117
+ margin:0 24px;
118
+ height:500px; background:#101010; border-radius:8px; position:relative;
119
+ color:#fff; border:1px solid #2b2b2b;
120
+ overflow:hidden;
121
+ }
122
+ .slide-chip{
123
+ position:absolute; top:34px; left:34px;
124
+ background:rgba(255,255,255,0.1);
125
+ color:#ddd; padding:8px 14px; border-radius:20px; font-size:24px;
126
+ border:1px solid rgba(255,255,255,0.2);
127
+ }
128
+ .title-bar{
129
+ position:absolute; left:80px; right:80px; top:160px;
130
+ border:4px solid #fff; border-radius:10px;
131
+ padding:22px 26px; font-weight:bold; text-align:center; font-size:56px; letter-spacing:1px;
132
+ background:rgba(0,0,0,0.35);
133
+ }
134
+ .subtitle{
135
+ position:absolute; left:80px; right:80px; top:260px;
136
+ text-align:center; font-size:30px; color:#ddd;
137
+ }
138
+
139
+ /* Notes */
140
+ .notes{
141
+ height:90px; background:#f2f2f2; display:flex; align-items:center; justify-content:space-between; padding:0 24px; color:#444; border-top:1px solid #e8e8e8; border-bottom:1px solid #e8e8e8;
142
+ }
143
+ .notes .left{ display:flex; align-items:center; gap:14px; font-size:36px; }
144
+ .chev{
145
+ width:18px; height:18px; border-left:4px solid #666; border-bottom:4px solid #666; transform:rotate(-45deg); margin-top:4px;
146
+ }
147
+ .notes .right{ font-size:32px; color:#6a6a6a; }
148
+
149
+ /* Thumbnails row */
150
+ .thumbs{
151
+ height:260px; display:flex; align-items:center; gap:24px; padding:0 18px; overflow:hidden; background:#fff;
152
+ border-bottom:1px solid #ececec;
153
+ }
154
+ .thumb{
155
+ width:330px; height:210px; border:4px solid #f26522; border-radius:6px; position:relative; overflow:hidden;
156
+ background:#111;
157
+ }
158
+ .thumb:nth-child(2){ border-color:#e0e0e0; background:#fff; }
159
+ .thumb:nth-child(3){ border-color:#e0e0e0; background:#f6f6f6; }
160
+ .thumb .num{
161
+ position:absolute; top:-10px; left:8px; background:#fff; color:#ff6a00; padding:4px 10px; border-radius:8px; font-weight:bold; font-size:28px; border:1px solid #e0e0e0;
162
+ }
163
+ .thumb .label{
164
+ position:absolute; bottom:10px; left:12px; right:12px; color:#fff; font-size:26px; opacity:.9;
165
+ }
166
+ .thumb.white .label{ color:#333; }
167
+
168
+ /* Ad card */
169
+ .ad{
170
+ height:280px; display:flex; align-items:center; gap:24px; padding:16px 18px; background:#fff;
171
+ border-top:1px solid #eee; border-bottom:1px solid #eee;
172
+ }
173
+ .ad-img{
174
+ width:250px; height:210px; background:#E0E0E0; border:1px solid #BDBDBD; display:flex; align-items:center; justify-content:center; color:#757575; font-size:26px; border-radius:10px;
175
+ }
176
+ .ad-content{ flex:1; }
177
+ .ad-title{ font-size:42px; font-weight:700; color:#222; margin-bottom:8px; }
178
+ .ad-tags{ display:flex; gap:18px; align-items:center; margin:8px 0 12px 0; }
179
+ .pill{ background:#F84E63; color:#fff; padding:6px 14px; border-radius:10px; font-size:30px; }
180
+ .deal{ color:#D22; font-size:30px; }
181
+ .price{ display:flex; align-items:baseline; gap:16px; }
182
+ .now{ font-size:48px; color:#C23; font-weight:700; }
183
+ .was{ font-size:34px; color:#888; text-decoration:line-through; }
184
+ .prime{ background:#E6F3FF; color:#0A6FE3; padding:6px 10px; border-radius:8px; font-size:28px; }
185
+
186
+ /* Suggestion row above keyboard */
187
+ .suggest{
188
+ height:100px; background:var(--lav); display:flex; align-items:center; padding:0 18px; gap:20px; border-top:1px solid #eae5f6;
189
+ }
190
+ .grid-btn{
191
+ width:86px; height:86px; border-radius:18px; background:#E8E4F6; display:flex; align-items:center; justify-content:center; color:#666; font-size:46px;
192
+ }
193
+ .chips{ display:flex; gap:22px; flex:1; }
194
+ .chip{
195
+ background:#fff; border:1px solid #e5e1f2; color:#444; padding:16px 24px; border-radius:14px; font-size:36px;
196
+ }
197
+ .mic{
198
+ width:86px; height:86px; border-radius:50%; background:#E8E4F6; display:flex; align-items:center; justify-content:center;
199
+ }
200
+ .mic svg{ width:40px; height:40px; }
201
+
202
+ /* Keyboard */
203
+ .keyboard{
204
+ height:645px;
205
+ background:var(--lav);
206
+ padding:14px 18px 0 18px;
207
+ }
208
+ .row{
209
+ display:grid; grid-template-columns: repeat(10, 1fr); gap:16px; margin-bottom:18px;
210
+ }
211
+ .row7{ grid-template-columns: repeat(9, 1fr); }
212
+ .row8{ grid-template-columns: 1.2fr repeat(7, 1fr) 1.2fr; }
213
+ .key{
214
+ background:#fff; border:1px solid #e6e1f2; height:110px; border-radius:26px; display:flex; align-items:center; justify-content:center; font-size:44px; color:#222;
215
+ }
216
+ .key.small{ font-size:36px; }
217
+ .key.pink{ background:#FFDDE7; }
218
+ .key.green{ background:#C9E8C5; }
219
+
220
+ /* Bottom home indicator */
221
+ .home-indicator{
222
+ position:absolute; bottom:18px; left:50%; transform:translateX(-50%);
223
+ width:420px; height:10px; background:#bbb; border-radius:8px;
224
+ }
225
+ </style>
226
+ </head>
227
+ <body>
228
+ <div id="render-target">
229
+
230
+ <!-- Status bar -->
231
+ <div class="status-bar">
232
+ <div style="display:flex; align-items:center; gap:18px;">
233
+ <span>4:46</span>
234
+ <div class="dot"></div>
235
+ </div>
236
+ <div class="status-right">
237
+ <svg width="34" height="28" viewBox="0 0 24 24" fill="#fff"><path d="M3 18h18v2H3zM7 14h10v2H7zM11 10h2v2h-2z"/></svg>
238
+ <div class="battery"></div>
239
+ </div>
240
+ </div>
241
+
242
+ <!-- App bar -->
243
+ <div class="app-bar">
244
+ <div class="left-group">
245
+ <div class="hamburger"><span></span><span></span><span></span></div>
246
+ <div class="tab-title">Home <div class="caret"></div></div>
247
+ </div>
248
+ <div class="right-icons">
249
+ <div class="icon-box"></div>
250
+ <div class="icon-box"></div>
251
+ <div class="icon-box"></div>
252
+ <div class="icon-box"></div>
253
+ <div class="icon-box"></div>
254
+ </div>
255
+ </div>
256
+
257
+ <!-- Ribbon -->
258
+ <div class="ribbon">
259
+ <div class="rib-item">
260
+ <div class="rib-icon">📋</div>
261
+ <div>
262
+ <div>Paste</div>
263
+ </div>
264
+ </div>
265
+ <div class="rib-item">
266
+ <div class="rib-icon">⎘</div>
267
+ <div>
268
+ <div>Paste</div>
269
+ <span class="sub">Format</span>
270
+ </div>
271
+ </div>
272
+ <div class="rib-item">
273
+ <div class="rib-icon">🎨</div>
274
+ <div>
275
+ <div>Copy</div>
276
+ <span class="sub">Format</span>
277
+ </div>
278
+ </div>
279
+ <div class="rib-item">
280
+ <div class="rib-icon">+</div>
281
+ <div>
282
+ <div>New</div>
283
+ <span class="sub">Slide</span>
284
+ </div>
285
+ </div>
286
+ <div class="rib-item">
287
+ <div class="rib-icon">✖</div>
288
+ <div>
289
+ <div>Delete</div>
290
+ <span class="sub">Slide</span>
291
+ </div>
292
+ </div>
293
+ </div>
294
+
295
+ <!-- Trial banner -->
296
+ <div class="trial">
297
+ <div>Start 7-day FREE trial.</div>
298
+ <div class="x">✕</div>
299
+ </div>
300
+
301
+ <!-- Slide editor -->
302
+ <div class="editor">
303
+ <div class="slide-canvas">
304
+ <div class="slide-chip">COMPANY</div>
305
+ <div class="title-bar">PRESENTATION TITLE</div>
306
+ <div class="subtitle">Presentation Subtitle</div>
307
+ </div>
308
+ </div>
309
+
310
+ <!-- Notes header -->
311
+ <div class="notes">
312
+ <div class="left"><div class="chev"></div> <div>Notes</div></div>
313
+ <div class="right">Slide 1/9</div>
314
+ </div>
315
+
316
+ <!-- Thumbnails -->
317
+ <div class="thumbs">
318
+ <div class="thumb">
319
+ <div class="num">1</div>
320
+ <div class="label">PRESENTATION TITLE</div>
321
+ </div>
322
+ <div class="thumb white">
323
+ <div class="num" style="color:#777;">2</div>
324
+ <div class="label">PRESENTATION TITLE</div>
325
+ </div>
326
+ <div class="thumb white" style="background:#EFEFEF;">
327
+ <div class="num" style="color:#777;">3</div>
328
+ <div class="label">Inner Slide</div>
329
+ </div>
330
+ </div>
331
+
332
+ <!-- Advertisement -->
333
+ <div class="ad">
334
+ <div class="ad-img">[IMG: Digital Clock Product]</div>
335
+ <div class="ad-content">
336
+ <div class="ad-title">Bulfyss USB Rechargeable Digital Alarm</div>
337
+ <div class="ad-tags">
338
+ <div class="pill">65% off</div>
339
+ <div class="deal">Deal of the Day</div>
340
+ </div>
341
+ <div class="price">
342
+ <div class="now">₹1,049</div>
343
+ <div class="was">₹2,999.00</div>
344
+ <div class="prime">prime</div>
345
+ </div>
346
+ </div>
347
+ </div>
348
+
349
+ <!-- Suggestion row -->
350
+ <div class="suggest">
351
+ <div class="grid-btn">▦</div>
352
+ <div class="chips">
353
+ <div class="chip">PRESENTATION</div>
354
+ <div class="chip">PRESENTATIONS</div>
355
+ </div>
356
+ <div class="mic">
357
+ <svg viewBox="0 0 24 24"><path d="M12 14a3 3 0 0 0 3-3V6a3 3 0 0 0-6 0v5a3 3 0 0 0 3 3zm5-3a5 5 0 0 1-10 0H5a7 7 0 0 0 6 6.92V21h2v-3.08A7 7 0 0 0 19 11h-2z" fill="#555"/></svg>
358
+ </div>
359
+ </div>
360
+
361
+ <!-- Keyboard -->
362
+ <div class="keyboard">
363
+ <div class="row">
364
+ <div class="key">q</div><div class="key">w</div><div class="key">e</div><div class="key">r</div><div class="key">t</div><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>
365
+ </div>
366
+ <div class="row row7">
367
+ <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>
368
+ </div>
369
+ <div class="row row8">
370
+ <div class="key pink">⇧</div>
371
+ <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>
372
+ <div class="key pink">⌫</div>
373
+ </div>
374
+ <div class="row" style="grid-template-columns: 1fr 1fr 4fr 1fr 1fr;">
375
+ <div class="key small">?123</div>
376
+ <div class="key small">,</div>
377
+ <div class="key"> </div>
378
+ <div class="key small">.</div>
379
+ <div class="key green">↵</div>
380
+ </div>
381
+ </div>
382
+
383
+ <div class="home-indicator"></div>
384
+ </div>
385
+ </body>
386
+ </html>
code/3840/3840_2.html ADDED
@@ -0,0 +1,268 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Mobile UI Mock - Slide Editor</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:#ffffff; box-sizing:border-box;
11
+ }
12
+
13
+ /* Status bar */
14
+ .status-bar {
15
+ height:80px; background:#b75b2a; color:#fff;
16
+ display:flex; align-items:center; justify-content:space-between;
17
+ padding:0 30px; font-weight:600; letter-spacing:0.5px;
18
+ }
19
+ .status-icons { display:flex; gap:20px; align-items:center; }
20
+ .dot { width:18px; height:18px; border-radius:50%; background:#fff; opacity:0.85; }
21
+ .battery {
22
+ width:28px; height:16px; border:2px solid #fff; border-radius:3px; position:relative;
23
+ }
24
+ .battery::after { content:""; position:absolute; right:-6px; top:4px; width:4px; height:8px; background:#fff; }
25
+
26
+ /* App top bar */
27
+ .app-bar {
28
+ height:120px; background:#c4642f; color:#fff; display:flex; align-items:center;
29
+ padding:0 30px; gap:24px;
30
+ }
31
+ .hamburger { width:48px; height:48px; display:flex; align-items:center; justify-content:center; }
32
+ .hamburger svg { fill:#fff; }
33
+ .title-chip {
34
+ background:#e08a58; color:#fff; border-radius:12px; padding:18px 22px;
35
+ font-size:42px; font-weight:700; display:flex; align-items:center; gap:16px;
36
+ }
37
+ .top-actions { margin-left:auto; display:flex; gap:28px; }
38
+ .top-actions .action { width:60px; height:60px; display:flex; align-items:center; justify-content:center; }
39
+ .top-actions svg { width:40px; height:40px; fill:#fff; }
40
+
41
+ /* Ribbon */
42
+ .ribbon {
43
+ height:180px; background:#faf6f4; border-top:1px solid #e1d7d2; border-bottom:1px solid #e1d7d2;
44
+ display:flex; align-items:center; padding:0 26px; gap:46px; color:#4a4a4a;
45
+ }
46
+ .rib-btn { display:flex; flex-direction:column; align-items:center; gap:6px; }
47
+ .rib-btn .icon {
48
+ width:88px; height:64px; background:#fff; border:2px solid #d5c9c3; border-radius:8px;
49
+ display:flex; align-items:center; justify-content:center;
50
+ }
51
+ .rib-btn svg { width:40px; height:40px; fill:#c4642f; }
52
+ .rib-btn span { font-size:26px; }
53
+ .divider { width:2px; height:90px; background:#e3d8d3; }
54
+ .bold-chip {
55
+ margin-left:auto; display:flex; align-items:center; gap:14px;
56
+ }
57
+ .bold-box {
58
+ width:86px; height:66px; border:2px solid #d5c9c3; border-radius:8px; background:#fff;
59
+ display:flex; align-items:center; justify-content:center; font-weight:800; font-size:36px;
60
+ }
61
+ .italic-slash { font-size:48px; color:#7b6e68; font-weight:700; }
62
+
63
+ /* Trial banner */
64
+ .trial-banner {
65
+ position:relative; height:90px; background:#cfe8da; color:#1e5c44;
66
+ display:flex; align-items:center; padding:0 24px; gap:18px; font-size:34px; font-weight:600;
67
+ }
68
+ .trial-banner .close {
69
+ margin-left:auto; width:42px; height:42px; border-radius:50%; background:#a7d2be;
70
+ color:#1e5c44; display:flex; align-items:center; justify-content:center; font-weight:800;
71
+ }
72
+ .badge {
73
+ width:36px; height:36px; background:#fa9b76; border-radius:50%; border:4px solid #6cb9a2;
74
+ }
75
+
76
+ /* Main slide area */
77
+ .slide-area { background:#f1f1f1; height:500px; position:relative; padding:20px 24px; }
78
+ .slide-canvas {
79
+ height:100%; border:2px solid #bdbdbd; background:#E0E0E0;
80
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:40px; font-weight:700;
81
+ }
82
+
83
+ /* Notes & thumbnails */
84
+ .notes-bar {
85
+ height:70px; background:#fff; border-top:1px solid #ddd; border-bottom:1px solid #ddd;
86
+ display:flex; align-items:center; justify-content:space-between; padding:0 26px; font-size:34px; color:#4a4a4a;
87
+ }
88
+ .thumbs {
89
+ height:260px; background:#f7f7f7; display:flex; align-items:center; gap:26px; padding:20px 26px; position:relative;
90
+ }
91
+ .thumb {
92
+ width:320px; height:210px; border:3px solid #c4502d; background:#E0E0E0; display:flex; align-items:center; justify-content:center; color:#757575; font-weight:600;
93
+ }
94
+ .thumb.secondary { border-color:#c7c7c7; }
95
+ .plus-fab {
96
+ position:absolute; right:28px; top:96px; width:84px; height:84px; background:#ef7b47; color:#fff; border-radius:50%;
97
+ display:flex; align-items:center; justify-content:center; font-size:56px; box-shadow:0 6px 10px rgba(0,0,0,0.15);
98
+ }
99
+
100
+ /* Ad banner */
101
+ .ad-banner {
102
+ height:180px; background:#ffdf74; display:flex; align-items:center; gap:26px; padding:0 26px; border-top:1px solid #e3c35a; border-bottom:1px solid #e3c35a;
103
+ color:#2e2e2e; font-size:40px; font-weight:700;
104
+ }
105
+ .ad-logo { width:140px; height:140px; background:#E0E0E0; border:1px solid #BDBDBD; border-radius:50%;
106
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:24px; }
107
+ .product-chip { margin-left:auto; width:140px; height:140px; background:#E0E0E0; border:1px solid #BDBDBD; border-radius:24px; display:flex; align-items:center; justify-content:center; color:#757575; }
108
+
109
+ /* Keyboard */
110
+ .keyboard {
111
+ height:920px; background:#f4f2f9; border-top:1px solid #e0dde9; padding:22px;
112
+ }
113
+ .kbd-toolbar { display:flex; align-items:center; gap:40px; margin-bottom:18px; }
114
+ .kbd-tool {
115
+ width:84px; height:84px; background:#ffffff; border:2px solid #ddd; border-radius:24px; display:flex; align-items:center; justify-content:center;
116
+ }
117
+ .kbd-tool svg { width:40px; height:40px; fill:#6b6b6b; }
118
+
119
+ .row { display:flex; justify-content:space-between; margin:18px 8px; }
120
+ .key {
121
+ width:90px; height:110px; background:#ffffff; border:2px solid #e4e0ea; border-radius:26px; box-shadow:0 2px 0 #e4e0ea inset;
122
+ display:flex; align-items:center; justify-content:center; font-size:44px; color:#1e1e1e;
123
+ }
124
+ .key.wide { width:120px; }
125
+ .key.space { flex:1; height:120px; font-size:32px; color:#666; }
126
+ .key.pink { background:#ffe6ef; }
127
+ .key.enter { background:#d9f2d8; }
128
+ .bottom-row { display:flex; gap:20px; align-items:center; margin-top:10px; }
129
+ .key.small-pill { width:160px; height:120px; border-radius:60px; font-size:40px; background:#ffe6ef; }
130
+ .key.circle { width:120px; height:120px; border-radius:36px; }
131
+
132
+ /* Simple icons */
133
+ .arrow-down { width:28px; height:28px; }
134
+ </style>
135
+ </head>
136
+ <body>
137
+ <div id="render-target">
138
+
139
+ <!-- Status bar -->
140
+ <div class="status-bar">
141
+ <div style="font-size:42px;">4:47</div>
142
+ <div class="status-icons">
143
+ <div class="dot"></div>
144
+ <div class="dot" style="opacity:0.6;"></div>
145
+ <div class="battery"></div>
146
+ </div>
147
+ </div>
148
+
149
+ <!-- App toolbar -->
150
+ <div class="app-bar">
151
+ <div class="hamburger">
152
+ <svg viewBox="0 0 24 24"><path d="M3 6h18v2H3zm0 5h18v2H3zm0 5h18v2H3z"/></svg>
153
+ </div>
154
+ <div class="title-chip">
155
+ Home
156
+ <svg class="arrow-down" viewBox="0 0 24 24"><path fill="#fff" d="M7 10l5 5 5-5z"/></svg>
157
+ </div>
158
+ <div class="top-actions">
159
+ <div class="action"><svg viewBox="0 0 24 24"><path d="M3 4h18v2H3zm5 4h8v12H8z"/></svg></div>
160
+ <div class="action"><svg viewBox="0 0 24 24"><path d="M6 2h12v14H6zM8 18h8v2H8z"/></svg></div>
161
+ <div class="action"><svg viewBox="0 0 24 24"><path d="M12 5v6H8l4 4 4-4h-4V5z"/></svg></div>
162
+ <div class="action"><svg viewBox="0 0 24 24"><path d="M12 5v6h4l-4 4-4-4h4V5z"/></svg></div>
163
+ <div class="action"><svg viewBox="0 0 24 24"><path d="M12 2a10 10 0 100 20 10 10 0 000-20zm1 5h-2v6h6v-2h-4z"/></svg></div>
164
+ </div>
165
+ </div>
166
+
167
+ <!-- Ribbon -->
168
+ <div class="ribbon">
169
+ <div class="rib-btn">
170
+ <div class="icon"><svg viewBox="0 0 24 24"><path d="M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 6H8c-1.1 0-2 .9-2 2v12l6-3 6 3V9c0-1.1-.9-2-2-2z"/></svg></div>
171
+ <span>Paste</span>
172
+ </div>
173
+ <div class="rib-btn">
174
+ <div class="icon"><svg viewBox="0 0 24 24"><path d="M15 3H5v2h8v2h2V5h2V3h-2zM5 21h14v-2H5v2zm0-4h14v-2H5v2zm0-4h10v-2H5v2z"/></svg></div>
175
+ <span>Paste Format</span>
176
+ </div>
177
+ <div class="rib-btn">
178
+ <div class="icon"><svg viewBox="0 0 24 24"><path d="M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm6 8H10c-1.1 0-2 .9-2 2v12l6-3 6 3V11c0-1.1-.9-2-2-2z"/></svg></div>
179
+ <span>Copy Format</span>
180
+ </div>
181
+ <div class="rib-btn">
182
+ <div class="icon"><svg viewBox="0 0 24 24"><path d="M7 3h10v2H7zM5 7h14v12H5zM9 9h6v2H9z"/></svg></div>
183
+ <span>New Slide</span>
184
+ </div>
185
+ <div class="rib-btn">
186
+ <div class="icon"><svg viewBox="0 0 24 24"><path d="M7 5h10v2H7zM5 9h14v10H5zM9 12h6v2H9zM3 19h18v2H3z"/></svg></div>
187
+ <span>Delete Slide</span>
188
+ </div>
189
+ <div class="divider"></div>
190
+ <div class="bold-chip">
191
+ <div class="bold-box">B</div>
192
+ <div class="italic-slash">/</div>
193
+ </div>
194
+ </div>
195
+
196
+ <!-- Trial banner -->
197
+ <div class="trial-banner">
198
+ <div class="badge"></div>
199
+ <div>Start 7-day <span style="font-weight:800;">FREE</span> trial.</div>
200
+ <div class="close">×</div>
201
+ </div>
202
+
203
+ <!-- Main slide area -->
204
+ <div class="slide-area">
205
+ <div class="slide-canvas">[IMG: Slide Preview - "SOLAR ENERGY" Title on dark background]</div>
206
+ </div>
207
+
208
+ <!-- Notes -->
209
+ <div class="notes-bar">
210
+ <div>Notes</div>
211
+ <div>Slide 1/9</div>
212
+ </div>
213
+
214
+ <!-- Thumbnails -->
215
+ <div class="thumbs">
216
+ <div class="thumb">[IMG: Slide 1 Thumbnail]</div>
217
+ <div class="thumb secondary">[IMG: Slide 2 Thumbnail]</div>
218
+ <div class="thumb secondary">[IMG: Slide 3 Thumbnail]</div>
219
+ <div class="plus-fab">+</div>
220
+ </div>
221
+
222
+ <!-- Ad banner -->
223
+ <div class="ad-banner">
224
+ <div class="ad-logo">[IMG: Ad Logo]</div>
225
+ <div>TRY 6 Products for only ₹199 + GST</div>
226
+ <div class="product-chip">[IMG: Product]</div>
227
+ </div>
228
+
229
+ <!-- Keyboard -->
230
+ <div class="keyboard">
231
+ <div class="kbd-toolbar">
232
+ <div class="kbd-tool"><svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9"/></svg></div>
233
+ <div class="kbd-tool"><svg viewBox="0 0 24 24"><path d="M5 7h14v10H5z"/><path d="M9 12h6v2H9z"/></svg></div>
234
+ <div class="kbd-tool"><svg viewBox="0 0 24 24"><path d="M13 2l3 3-9 9-3 1 1-3 9-9z"/><path d="M3 17h18v2H3z"/></svg></div>
235
+ <div class="kbd-tool"><svg viewBox="0 0 24 24"><path d="M20 5H4v2h16V5zm0 6H4v2h16v-2zm0 6H4v2h16v-2z"/></svg></div>
236
+ <div class="kbd-tool"><svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9"/><path d="M12 7v10"/></svg></div>
237
+ <div class="kbd-tool"><svg viewBox="0 0 24 24"><path d="M10 5l7 7-7 7-2-2 5-5-5-5 2-2z"/></svg></div>
238
+ </div>
239
+
240
+ <!-- QWERTY rows -->
241
+ <div class="row">
242
+ <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>
243
+ <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>
244
+ </div>
245
+ <div class="row" style="padding:0 40px;">
246
+ <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>
247
+ <div class="key">H</div><div class="key">J</div><div class="key">K</div><div class="key">L</div>
248
+ </div>
249
+ <div class="row" style="padding:0 80px;">
250
+ <div class="key pink wide">⇧</div>
251
+ <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>
252
+ <div class="key">N</div><div class="key">M</div>
253
+ <div class="key pink wide">⌫</div>
254
+ </div>
255
+
256
+ <div class="bottom-row">
257
+ <div class="key small-pill">?123</div>
258
+ <div class="key circle">,</div>
259
+ <div class="key circle">🙂</div>
260
+ <div class="key space">Space</div>
261
+ <div class="key circle">.</div>
262
+ <div class="key enter circle">⏎</div>
263
+ </div>
264
+ </div>
265
+
266
+ </div>
267
+ </body>
268
+ </html>
code/3840/3840_3.html ADDED
@@ -0,0 +1,235 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Mobile UI 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; background:#ffffff;
10
+ color:#222;
11
+ }
12
+ /* Top app header */
13
+ .app-header{ background:#cf6a2e; color:#fff; }
14
+ .status-row{
15
+ height:90px; display:flex; align-items:center; padding:0 28px; font-weight:600; font-size:34px;
16
+ }
17
+ .status-icons{ margin-left:auto; display:flex; gap:22px; align-items:center; }
18
+ .app-bar{
19
+ height:150px; display:flex; align-items:center; padding:0 28px; gap:22px;
20
+ }
21
+ .home-chip{
22
+ background:rgba(255,255,255,0.12); border-radius:12px; padding:20px 26px; font-size:48px; font-weight:700;
23
+ }
24
+ .icon-btn{ width:72px; height:72px; display:flex; justify-content:center; align-items:center; }
25
+ .icon-btn svg{ width:48px; height:48px; fill:#fff; }
26
+ /* Ribbon toolbar */
27
+ .ribbon{
28
+ background:#fafafa; border-bottom:1px solid #e3e3e3; padding:24px 22px; display:flex; align-items:flex-start; gap:26px;
29
+ height:190px;
30
+ }
31
+ .tool{
32
+ width:160px; height:140px; background:#fff; border:1px solid #e6e6e6; border-radius:12px; padding:16px; box-sizing:border-box;
33
+ display:flex; flex-direction:column; align-items:center; justify-content:center; gap:12px; text-align:center;
34
+ }
35
+ .tool svg{ width:48px; height:48px; fill:#444; }
36
+ .tool span{ font-size:28px; color:#444; }
37
+ .text-tools{ margin-left:auto; display:flex; align-items:center; gap:18px; padding-right:8px; }
38
+ .text-pill{
39
+ background:#fff; border:1px solid #ddd; border-radius:10px; padding:16px 22px; font-size:42px; font-weight:700; color:#222;
40
+ }
41
+ /* Promo banner */
42
+ .promo{
43
+ height:100px; background:#bfe9d1; color:#144d2f; display:flex; align-items:center; justify-content:flex-start;
44
+ padding:0 26px; font-size:40px; font-weight:700; gap:18px;
45
+ }
46
+ .promo .close{ margin-left:auto; font-size:46px; color:#2b6f4c; }
47
+ /* Slide canvas */
48
+ .canvas{
49
+ padding:24px; background:#fff;
50
+ }
51
+ .slide-area{
52
+ height:430px; background:#E0E0E0; border:1px solid #BDBDBD; border-radius:12px;
53
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:40px; font-weight:600;
54
+ }
55
+ /* Notes / slides section */
56
+ .notes-bar{
57
+ height:70px; background:#f2f2f2; border-top:1px solid #e1e1e1; border-bottom:1px solid #e1e1e1;
58
+ display:flex; align-items:center; padding:0 22px; font-size:36px; color:#444; gap:12px;
59
+ }
60
+ .caret{ width:0; height:0; border-left:14px solid transparent; border-right:14px solid transparent; border-top:18px solid #666; }
61
+ .thumbs{
62
+ display:flex; gap:26px; padding:22px; overflow:hidden; border-bottom:1px solid #ececec;
63
+ }
64
+ .thumb{
65
+ width:320px; height:200px; background:#E0E0E0; border:2px solid #BDBDBD; border-radius:10px; position:relative;
66
+ display:flex; align-items:center; justify-content:center; color:#666; font-weight:700;
67
+ }
68
+ .thumb .index{
69
+ position:absolute; top:-26px; left:0; font-size:34px; color:#ff6a00; font-weight:700;
70
+ }
71
+ /* Advertisement card */
72
+ .ad{
73
+ display:flex; gap:24px; padding:24px; align-items:center; border-bottom:1px solid #eee;
74
+ }
75
+ .ad .img{
76
+ width:230px; height:170px; background:#E0E0E0; border:1px solid #BDBDBD; border-radius:10px;
77
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:28px; text-align:center; padding:8px;
78
+ }
79
+ .ad .info{ flex:1; }
80
+ .ad .title{ font-size:40px; font-weight:800; }
81
+ .ad .deal{ margin-top:10px; display:flex; gap:24px; align-items:center; font-size:32px; }
82
+ .tag{ background:#ff3366; color:#fff; padding:6px 14px; border-radius:8px; font-weight:700; }
83
+ .price{ color:#c62828; font-size:44px; font-weight:800; margin-top:10px; }
84
+ .strike{ color:#999; text-decoration:line-through; margin-left:16px; font-weight:600; }
85
+ /* Keyboard */
86
+ .keyboard{
87
+ position:absolute; left:0; right:0; bottom:0; height:940px; background:#f5f2fb; border-top:1px solid #e6e0ff; padding:16px 18px 26px;
88
+ display:flex; flex-direction:column; box-sizing:border-box;
89
+ }
90
+ .suggestions{
91
+ display:flex; align-items:center; gap:24px; padding:8px 6px; margin-bottom:12px;
92
+ }
93
+ .sugg{
94
+ background:#fff; border:1px solid #e4e4e4; border-radius:18px; padding:16px 26px; font-size:40px; color:#333;
95
+ }
96
+ .mic{
97
+ margin-left:auto; width:86px; height:86px; border-radius:50%; background:#e7f2ff; display:flex; justify-content:center; align-items:center;
98
+ border:1px solid #cfe3ff;
99
+ }
100
+ .mic svg{ width:44px; height:44px; fill:#3d6dd8; }
101
+ .keys{ display:flex; flex-direction:column; gap:18px; margin-top:10px; }
102
+ .row{ display:flex; gap:18px; }
103
+ .key{
104
+ background:#fff; border:1px solid #e6e6e6; border-radius:26px; height:120px; display:flex; justify-content:center; align-items:center;
105
+ font-size:48px; color:#111; flex:1;
106
+ }
107
+ .key.special{ background:#ffdbe6; }
108
+ .key.wide{ flex:2; }
109
+ .space{ flex:4.5; }
110
+ </style>
111
+ </head>
112
+ <body>
113
+ <div id="render-target">
114
+
115
+ <!-- App header with status -->
116
+ <div class="app-header">
117
+ <div class="status-row">
118
+ 4:48
119
+ <div class="status-icons">
120
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="8" fill="#fff"/></svg>
121
+ <svg viewBox="0 0 24 24"><path d="M3 12h18" stroke="#fff" stroke-width="2"/></svg>
122
+ </div>
123
+ </div>
124
+ <div class="app-bar">
125
+ <div class="icon-btn">
126
+ <svg viewBox="0 0 24 24"><path d="M3 6h18M3 12h18M3 18h18" stroke="#fff" stroke-width="2"/></svg>
127
+ </div>
128
+ <div class="home-chip">Home ▾</div>
129
+ <div style="margin-left:auto; display:flex; gap:10px;">
130
+ <div class="icon-btn"><svg viewBox="0 0 24 24"><rect x="4" y="4" width="16" height="12" rx="2"/></svg></div>
131
+ <div class="icon-btn"><svg viewBox="0 0 24 24"><path d="M6 4h12v14H6zM9 8h6" stroke="#fff" stroke-width="2" fill="none"/></svg></div>
132
+ <div class="icon-btn"><svg viewBox="0 0 24 24"><path d="M15 6L9 12l6 6" stroke="#fff" stroke-width="2" fill="none"/></svg></div>
133
+ <div class="icon-btn"><svg viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" stroke="#fff" stroke-width="2" fill="none"/></svg></div>
134
+ <div class="icon-btn"><svg viewBox="0 0 24 24"><rect x="5" y="4" width="14" height="16" rx="2"/></svg></div>
135
+ </div>
136
+ </div>
137
+ </div>
138
+
139
+ <!-- Ribbon toolbar -->
140
+ <div class="ribbon">
141
+ <div class="tool">
142
+ <svg viewBox="0 0 24 24"><rect x="4" y="5" width="16" height="14" rx="2"/><rect x="7" y="8" width="10" height="2" fill="#999"/></svg>
143
+ <span>Paste</span>
144
+ </div>
145
+ <div class="tool">
146
+ <svg viewBox="0 0 24 24"><path d="M6 7h12v10H6z" fill="#ccc"/><path d="M8 5h8v2H8z"/></svg>
147
+ <span>Copy Format</span>
148
+ </div>
149
+ <div class="tool">
150
+ <svg viewBox="0 0 24 24"><rect x="3" y="3" width="8" height="6"/><rect x="13" y="3" width="8" height="6"/><rect x="3" y="13" width="8" height="6"/><rect x="13" y="13" width="8" height="6"/></svg>
151
+ <span>New Slide</span>
152
+ </div>
153
+ <div class="tool">
154
+ <svg viewBox="0 0 24 24"><rect x="5" y="5" width="14" height="14" fill="#ddd"/><path d="M7 7l10 10M17 7L7 17" stroke="#c62828" stroke-width="2"/></svg>
155
+ <span>Delete Slide</span>
156
+ </div>
157
+ <div class="text-tools">
158
+ <div class="text-pill">B</div>
159
+ <div class="text-pill">/</div>
160
+ </div>
161
+ </div>
162
+
163
+ <!-- Promo -->
164
+ <div class="promo">
165
+ <div style="width:28px; height:28px; background:#ff8a65; border-radius:50%;"></div>
166
+ Start 7-day FREE trial.
167
+ <div class="close">✕</div>
168
+ </div>
169
+
170
+ <!-- Slide canvas -->
171
+ <div class="canvas">
172
+ <div class="slide-area">[IMG: Slide Canvas With Title and Subtitle]</div>
173
+ </div>
174
+
175
+ <!-- Notes and Thumbnails -->
176
+ <div class="notes-bar">
177
+ <div class="caret"></div>
178
+ Notes
179
+ <div style="margin-left:auto; color:#777;">Slide 1/9</div>
180
+ </div>
181
+ <div class="thumbs">
182
+ <div class="thumb"><div class="index">1</div>[IMG: Slide Thumbnail]</div>
183
+ <div class="thumb"><div class="index">2</div>[IMG: Slide Thumbnail]</div>
184
+ <div class="thumb"><div class="index">3</div>[IMG: Slide Thumbnail]</div>
185
+ </div>
186
+
187
+ <!-- Advertisement card -->
188
+ <div class="ad">
189
+ <div class="img">[IMG: Digital Clock]</div>
190
+ <div class="info">
191
+ <div class="title">Bulfyss USB Rechargeable Digital Alarm</div>
192
+ <div class="deal"><span class="tag">65% off</span><span>Deal of the Day</span></div>
193
+ <div class="price">₹1,049<span class="strike">₹2,999</span></div>
194
+ </div>
195
+ </div>
196
+
197
+ <!-- Keyboard -->
198
+ <div class="keyboard">
199
+ <div class="suggestions">
200
+ <div class="sugg">Subtitle</div>
201
+ <div class="sugg">Subtitles</div>
202
+ <div class="sugg">Subtitled</div>
203
+ <div class="mic">
204
+ <svg viewBox="0 0 24 24"><path d="M12 14a3 3 0 0 0 3-3V7a3 3 0 0 0-6 0v4a3 3 0 0 0 3 3zm-6-3a6 6 0 0 0 12 0M12 20v-3" stroke="#3d6dd8" stroke-width="2" fill="none"/></svg>
205
+ </div>
206
+ </div>
207
+
208
+ <div class="keys">
209
+ <div class="row">
210
+ <div class="key">q</div><div class="key">w</div><div class="key">e</div><div class="key">r</div><div class="key">t</div>
211
+ <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>
212
+ </div>
213
+ <div class="row">
214
+ <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>
215
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
216
+ </div>
217
+ <div class="row">
218
+ <div class="key special wide">⇧</div>
219
+ <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>
220
+ <div class="key special wide">⌫</div>
221
+ </div>
222
+ <div class="row">
223
+ <div class="key special">?123</div>
224
+ <div class="key">,</div>
225
+ <div class="key">☺</div>
226
+ <div class="key space"> </div>
227
+ <div class="key">.</div>
228
+ <div class="key special">↵</div>
229
+ </div>
230
+ </div>
231
+ </div>
232
+
233
+ </div>
234
+ </body>
235
+ </html>
code/3840/3840_4.html ADDED
@@ -0,0 +1,310 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
5
+ <title>Mobile UI Mock</title>
6
+ <style>
7
+ body { margin:0; padding:0; background:transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width:1080px; height:2400px; position:relative; overflow:hidden;
10
+ background:#ffffff;
11
+ border:1px solid #e0e0e0;
12
+ }
13
+ /* Status bar */
14
+ .status-bar {
15
+ height:96px;
16
+ background:#c9682b;
17
+ color:#fff;
18
+ display:flex;
19
+ align-items:center;
20
+ padding:0 28px;
21
+ font-weight:600;
22
+ font-size:36px;
23
+ letter-spacing:0.5px;
24
+ justify-content:space-between;
25
+ }
26
+ .status-icons { display:flex; gap:26px; align-items:center; }
27
+ .dot { width:22px; height:22px; background:#fff; border-radius:50%; opacity:.9; }
28
+ /* Orange app toolbar */
29
+ .toolbar {
30
+ height:120px;
31
+ background:#d66f2c;
32
+ color:#fff;
33
+ display:flex;
34
+ align-items:center;
35
+ padding:0 26px;
36
+ gap:26px;
37
+ }
38
+ .hamburger {
39
+ width:60px; height:60px; border-radius:10px;
40
+ display:flex; align-items:center; justify-content:center;
41
+ background:rgba(255,255,255,0.15);
42
+ }
43
+ .hamburger svg { width:40px; height:40px; fill:#fff; }
44
+ .title-badge {
45
+ background:#ffffff;
46
+ color:#c45e23;
47
+ padding:12px 26px;
48
+ border-radius:12px;
49
+ font-size:44px;
50
+ font-weight:700;
51
+ display:flex; align-items:center; gap:16px;
52
+ }
53
+ .title-badge svg { width:22px; height:22px; fill:#c45e23; }
54
+ .tool-icons { margin-left:auto; display:flex; gap:30px; }
55
+ .tool {
56
+ width:56px; height:56px; border-radius:10px;
57
+ background:rgba(255,255,255,0.22);
58
+ display:flex; align-items:center; justify-content:center;
59
+ }
60
+ .tool svg { width:34px; height:34px; fill:#fff; }
61
+
62
+ /* Ribbon */
63
+ .ribbon {
64
+ height:180px; background:#f8f8f8; border-bottom:1px solid #e6e6e6;
65
+ display:flex; align-items:center; padding:0 26px; gap:26px;
66
+ }
67
+ .ribbon .group {
68
+ background:#fff; border:1px solid #e1e1e1; border-radius:12px;
69
+ width:240px; height:130px; padding:16px;
70
+ display:flex; flex-direction:column; justify-content:center; gap:8px;
71
+ }
72
+ .group .g-top { display:flex; align-items:center; gap:12px; }
73
+ .group svg { width:30px; height:30px; fill:#c9682b; }
74
+ .group .g-title { font-weight:700; color:#333; font-size:28px; }
75
+ .group .g-sub { color:#777; font-size:22px; }
76
+
77
+ /* Slide canvas area */
78
+ .slide-area { position:relative; height:400px; background:#ffffff; border-bottom:1px solid #e6e6e6; }
79
+ .trial-banner {
80
+ position:absolute; left:26px; right:26px; top:16px;
81
+ background:#cdebd9; color:#2d6a4f;
82
+ border:1px solid #a6d7bd; border-radius:18px;
83
+ height:70px; display:flex; align-items:center; padding:0 24px;
84
+ font-size:32px; font-weight:700;
85
+ }
86
+ .slide-canvas {
87
+ position:absolute; left:0; right:0; bottom:0; top:96px;
88
+ padding:0 0 16px 0;
89
+ }
90
+ .slide-img {
91
+ margin:0 0 0 0;
92
+ height:300px; width:100%;
93
+ background:#E0E0E0; border-top:1px solid #BDBDBD; border-bottom:1px solid #BDBDBD;
94
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:30px;
95
+ }
96
+ .slide-label {
97
+ position:absolute; left:180px; top:150px;
98
+ padding:10px 20px; border:2px solid #d6d6d6; background:#ffffff; border-radius:10px;
99
+ color:#333; font-size:26px;
100
+ }
101
+
102
+ /* Notes + thumbnails */
103
+ .notes-row { padding:14px 26px 10px 26px; background:#fff; border-bottom:1px solid #eee; display:flex; gap:12px; align-items:center; }
104
+ .arrow { width:28px; height:28px; }
105
+ .notes-title { font-weight:700; color:#333; font-size:32px; }
106
+ .thumbs {
107
+ display:flex; gap:24px; padding:10px 26px 20px 26px; align-items:flex-end; border-bottom:1px solid #eee;
108
+ }
109
+ .thumb {
110
+ width:280px; height:190px; background:#f3f3f3; border:1px solid #cfcfcf; border-radius:8px;
111
+ position:relative; overflow:hidden;
112
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:26px;
113
+ }
114
+ .thumb .num {
115
+ position:absolute; left:8px; top:8px; background:#fff; border:1px solid #ddd; border-radius:6px; padding:4px 8px; font-size:22px; color:#555;
116
+ }
117
+ .add-btn {
118
+ margin-left:auto;
119
+ width:84px; height:84px; border-radius:50%; background:#f07b2a; display:flex; align-items:center; justify-content:center;
120
+ }
121
+ .add-btn svg { width:42px; height:42px; fill:#fff; }
122
+
123
+ /* Ad banner */
124
+ .ad {
125
+ height:240px; background:#ffffff; display:flex; align-items:center; gap:24px;
126
+ padding:16px 26px; border-bottom:1px solid #eee;
127
+ }
128
+ .ad .img {
129
+ width:250px; height:200px; background:#E0E0E0; border:1px solid #BDBDBD;
130
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:26px;
131
+ }
132
+ .ad .info { flex:1; }
133
+ .ad .title { font-size:40px; font-weight:800; color:#222; line-height:1.2; }
134
+ .ad .deal { margin-top:10px; display:flex; align-items:center; gap:16px; }
135
+ .badge {
136
+ background:#ec1c24; color:#fff; font-weight:700; padding:8px 14px; border-radius:10px; font-size:28px;
137
+ }
138
+ .dot-sep { color:#c9682b; font-weight:700; }
139
+ .price { margin-top:8px; color:#c9682b; font-weight:800; font-size:40px; }
140
+
141
+ /* Keyboard */
142
+ .keyboard {
143
+ height:1104px; background:#f5f1fb; padding:18px 18px 24px 18px; display:flex; flex-direction:column; gap:12px;
144
+ }
145
+ .kb-top {
146
+ display:flex; gap:18px; align-items:center; justify-content:space-between; padding:0 8px;
147
+ }
148
+ .kb-chip {
149
+ background:#fff; border:1px solid #e4e4e4; height:68px; border-radius:16px;
150
+ display:flex; align-items:center; justify-content:center; padding:0 18px; color:#666; font-weight:700; font-size:28px;
151
+ }
152
+ .row { display:flex; gap:16px; justify-content:center; }
153
+ .key {
154
+ width:88px; height:106px; background:#ffffff; border:1px solid #e6e3ee; border-radius:22px;
155
+ display:flex; align-items:center; justify-content:center; font-size:44px; color:#222; box-shadow:0 1px 0 rgba(0,0,0,0.04) inset;
156
+ }
157
+ .key.wide { width:118px; }
158
+ .key.xwide { width:160px; }
159
+ .key.space { flex:1; height:112px; }
160
+ .key.pink { background:#ffdbe7; border-color:#ffdbe7; }
161
+ .key.green { background:#c6e8c4; border-color:#c6e8c4; }
162
+ .row.numbers .key { width:88px; height:90px; font-size:36px; }
163
+ .bottom-row { display:flex; gap:16px; align-items:center; padding:0 8px; }
164
+ .icon { width:40px; height:40px; }
165
+ </style>
166
+ </head>
167
+ <body>
168
+ <div id="render-target">
169
+
170
+ <!-- Status bar -->
171
+ <div class="status-bar">
172
+ <div>4:48</div>
173
+ <div class="status-icons">
174
+ <div class="dot"></div>
175
+ <div class="dot"></div>
176
+ </div>
177
+ </div>
178
+
179
+ <!-- Toolbar -->
180
+ <div class="toolbar">
181
+ <div class="hamburger">
182
+ <svg viewBox="0 0 24 24"><path d="M3 6h18v2H3zm0 5h18v2H3zm0 5h18v2H3z"/></svg>
183
+ </div>
184
+ <div class="title-badge">
185
+ Home
186
+ <svg viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg>
187
+ </div>
188
+ <div class="tool-icons">
189
+ <div class="tool"><svg viewBox="0 0 24 24"><path d="M5 5h14v2H5zm0 6h14v2H5zm0 6h14v2H5z"/></svg></div>
190
+ <div class="tool"><svg viewBox="0 0 24 24"><path d="M17 3H7v4H5v14h14V7h-2V3zm-2 0v4H9V3h6z"/></svg></div>
191
+ <div class="tool"><svg viewBox="0 0 24 24"><path d="M12 5v6H6v2h8V5z"/></svg></div>
192
+ <div class="tool"><svg viewBox="0 0 24 24"><path d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/></svg></div>
193
+ <div class="tool"><svg viewBox="0 0 24 24"><path d="M20 12H8l5.59-5.59L12 5l-8 8 8 8 1.59-1.41L8 14h12z"/></svg></div>
194
+ </div>
195
+ </div>
196
+
197
+ <!-- Ribbon -->
198
+ <div class="ribbon">
199
+ <div class="group">
200
+ <div class="g-top">
201
+ <svg viewBox="0 0 24 24"><path d="M19 3H5v4h14V3zM5 8h14v13H5z"/></svg>
202
+ <div class="g-title">Paste</div>
203
+ </div>
204
+ <div class="g-sub">Clipboard</div>
205
+ </div>
206
+ <div class="group">
207
+ <div class="g-top">
208
+ <svg viewBox="0 0 24 24"><path d="M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM21 7.04a1.5 1.5 0 0 0 0-2.12l-1.9-1.9a1.5 1.5 0 0 0-2.12 0l-1.18 1.18 3.75 3.75L21 7.04z"/></svg>
209
+ <div class="g-title">Paste Format</div>
210
+ </div>
211
+ <div class="g-sub">Brush</div>
212
+ </div>
213
+ <div class="group">
214
+ <div class="g-top">
215
+ <svg viewBox="0 0 24 24"><path d="M13 3H6a2 2 0 0 0-2 2v12h2V5h7V3zm2 4h5v14H8V7h7zm-5 2v10h9V9h-9z"/></svg>
216
+ <div class="g-title">New Slide</div>
217
+ </div>
218
+ <div class="g-sub">Insert</div>
219
+ </div>
220
+ <div class="group">
221
+ <div class="g-top">
222
+ <svg viewBox="0 0 24 24"><path d="M6 19h12v2H6zm6-16l-5.5 9h11z"/></svg>
223
+ <div class="g-title">Delete Slide</div>
224
+ </div>
225
+ <div class="g-sub">Remove</div>
226
+ </div>
227
+ </div>
228
+
229
+ <!-- Slide canvas -->
230
+ <div class="slide-area">
231
+ <div class="trial-banner">Start 7-day FREE trial.</div>
232
+ <div class="slide-canvas">
233
+ <div class="slide-img">[IMG: Slide preview - meeting room background]</div>
234
+ <div class="slide-label">Solar panels</div>
235
+ </div>
236
+ </div>
237
+
238
+ <!-- Notes and thumbnails -->
239
+ <div class="notes-row">
240
+ <svg class="arrow" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg>
241
+ <div class="notes-title">Notes</div>
242
+ <div style="margin-left:auto; color:#777; font-size:28px;">Slide 1/9</div>
243
+ </div>
244
+ <div class="thumbs">
245
+ <div class="thumb"><div class="num">1</div>[IMG: Slide thumb - dark theme]</div>
246
+ <div class="thumb"><div class="num">2</div>[IMG: Slide thumb - white circle]</div>
247
+ <div class="thumb"><div class="num">3</div>[IMG: Slide thumb - inner slide]</div>
248
+ <div class="add-btn">
249
+ <svg viewBox="0 0 24 24"><path d="M11 11V6h2v5h5v2h-5v5h-2v-5H6v-2z"/></svg>
250
+ </div>
251
+ </div>
252
+
253
+ <!-- Ad banner -->
254
+ <div class="ad">
255
+ <div class="img">[IMG: USB Digital Clock]</div>
256
+ <div class="info">
257
+ <div class="title">Bulfyss USB Rechargeable Digital Alarm Clock</div>
258
+ <div class="deal">
259
+ <div class="badge">65% off</div>
260
+ <div class="dot-sep">Deal of the Day</div>
261
+ </div>
262
+ <div class="price">₹1,049.00</div>
263
+ </div>
264
+ </div>
265
+
266
+ <!-- Keyboard -->
267
+ <div class="keyboard">
268
+ <div class="kb-top">
269
+ <div class="kb-chip" style="width:140px;">GIF</div>
270
+ <div class="kb-chip" style="width:140px;">Emoji</div>
271
+ <div class="kb-chip" style="width:140px;">Translate</div>
272
+ <div class="kb-chip" style="width:140px;">Theme</div>
273
+ <div class="kb-chip" style="width:140px;">Mic</div>
274
+ </div>
275
+
276
+ <div class="row numbers">
277
+ <div class="key">1</div><div class="key">2</div><div class="key">3</div><div class="key">4</div><div class="key">5</div>
278
+ <div class="key">6</div><div class="key">7</div><div class="key">8</div><div class="key">9</div><div class="key">0</div>
279
+ </div>
280
+
281
+ <div class="row">
282
+ <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>
283
+ <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>
284
+ </div>
285
+ <div class="row">
286
+ <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>
287
+ <div class="key">H</div><div class="key">J</div><div class="key">K</div><div class="key">L</div>
288
+ </div>
289
+ <div class="row">
290
+ <div class="key pink xwide">⇧</div>
291
+ <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>
292
+ <div class="key pink xwide">
293
+ <svg class="icon" viewBox="0 0 24 24"><path d="M18 6H8l-1 1v10l1 1h10l1-1V7l-1-1zm-1 10H9V8h8v8zM6 18H4V6h2v12z"/></svg>
294
+ </div>
295
+ </div>
296
+ <div class="bottom-row">
297
+ <div class="key pink wide">?123</div>
298
+ <div class="key wide">,</div>
299
+ <div class="key wide">🙂</div>
300
+ <div class="key space"></div>
301
+ <div class="key wide">.</div>
302
+ <div class="key green xwide">
303
+ <svg class="icon" viewBox="0 0 24 24"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>
304
+ </div>
305
+ </div>
306
+ </div>
307
+
308
+ </div>
309
+ </body>
310
+ </html>
code/3840/3840_5.html ADDED
@@ -0,0 +1,407 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Mobile UI 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: #ffffff;
14
+ }
15
+
16
+ /* Top status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 80px;
23
+ background: #bf5a27;
24
+ color: #fff;
25
+ display: flex;
26
+ align-items: center;
27
+ padding: 0 24px;
28
+ box-sizing: border-box;
29
+ }
30
+ .status-left { font-weight: 600; font-size: 32px; }
31
+ .status-right {
32
+ margin-left: auto;
33
+ display: flex;
34
+ align-items: center;
35
+ gap: 24px;
36
+ }
37
+ .icon-20 svg { width: 32px; height: 32px; fill: #fff; }
38
+
39
+ /* Main orange toolbar */
40
+ .top-nav {
41
+ position: absolute;
42
+ top: 80px;
43
+ left: 0;
44
+ width: 1080px;
45
+ height: 160px;
46
+ background: #c8642d;
47
+ display: flex;
48
+ align-items: center;
49
+ padding: 0 28px;
50
+ box-sizing: border-box;
51
+ color: #fff;
52
+ }
53
+ .nav-left { display: flex; align-items: center; gap: 26px; }
54
+ .home-pill {
55
+ background: #fff;
56
+ color: #c8642d;
57
+ padding: 18px 28px;
58
+ border-radius: 12px;
59
+ font-weight: 700;
60
+ font-size: 36px;
61
+ display: inline-flex;
62
+ align-items: center;
63
+ gap: 16px;
64
+ }
65
+ .nav-right {
66
+ margin-left: auto;
67
+ display: flex;
68
+ align-items: center;
69
+ gap: 40px;
70
+ }
71
+ .toolbar-icon svg { width: 56px; height: 56px; fill: #fff; }
72
+
73
+ /* White sub toolbar */
74
+ .sub-toolbar {
75
+ position: absolute;
76
+ top: 240px;
77
+ left: 0;
78
+ width: 1080px;
79
+ height: 180px;
80
+ background: #fafafa;
81
+ display: flex;
82
+ align-items: center;
83
+ padding: 0 22px;
84
+ box-sizing: border-box;
85
+ border-bottom: 1px solid #e1e1e1;
86
+ color: #333;
87
+ }
88
+ .tool {
89
+ display: flex;
90
+ align-items: center;
91
+ gap: 16px;
92
+ margin-right: 52px;
93
+ }
94
+ .tool svg { width: 48px; height: 48px; fill: #6b6b6b; }
95
+ .tool .label { font-size: 28px; font-weight: 600; color: #474747; }
96
+ .tool .sub { font-size: 22px; color: #888; }
97
+
98
+ /* Green banner */
99
+ .banner {
100
+ position: absolute;
101
+ top: 420px;
102
+ left: 24px;
103
+ width: 1032px;
104
+ height: 90px;
105
+ background: #d5efe2;
106
+ border-radius: 18px;
107
+ display: flex;
108
+ align-items: center;
109
+ padding: 0 26px;
110
+ box-sizing: border-box;
111
+ color: #2d5b4d;
112
+ font-size: 34px;
113
+ font-weight: 700;
114
+ letter-spacing: 0.2px;
115
+ }
116
+ .banner .close { margin-left: auto; font-size: 40px; color: #5f8b7b; }
117
+
118
+ /* Slide preview placeholder */
119
+ .slide-area {
120
+ position: absolute;
121
+ top: 530px;
122
+ left: 0;
123
+ width: 1080px;
124
+ height: 1000px;
125
+ display: flex;
126
+ align-items: center;
127
+ justify-content: center;
128
+ }
129
+ .img-ph {
130
+ width: 1080px;
131
+ height: 800px;
132
+ background: #E0E0E0;
133
+ border: 1px solid #BDBDBD;
134
+ display: flex;
135
+ align-items: center;
136
+ justify-content: center;
137
+ color: #757575;
138
+ font-size: 36px;
139
+ box-sizing: border-box;
140
+ }
141
+
142
+ /* Notes header */
143
+ .notes-header {
144
+ position: absolute;
145
+ top: 1350px;
146
+ left: 0;
147
+ width: 1080px;
148
+ height: 120px;
149
+ background: #f1f1f1;
150
+ border-top: 1px solid #e3e3e3;
151
+ border-bottom: 1px solid #e3e3e3;
152
+ display: flex;
153
+ align-items: center;
154
+ padding: 0 26px;
155
+ box-sizing: border-box;
156
+ color: #333;
157
+ font-size: 34px;
158
+ font-weight: 700;
159
+ }
160
+ .notes-header .chev { margin-right: 18px; }
161
+ .notes-header .right { margin-left: auto; color: #666; font-weight: 600; }
162
+
163
+ /* Thumbnails row */
164
+ .thumb-row {
165
+ position: absolute;
166
+ top: 1470px;
167
+ left: 0;
168
+ width: 1080px;
169
+ height: 260px;
170
+ background: #fff;
171
+ display: flex;
172
+ align-items: center;
173
+ padding: 0 16px;
174
+ box-sizing: border-box;
175
+ gap: 24px;
176
+ }
177
+ .thumb {
178
+ width: 320px;
179
+ height: 200px;
180
+ background: #E0E0E0;
181
+ border: 1px solid #BDBDBD;
182
+ display: flex;
183
+ align-items: flex-end;
184
+ justify-content: center;
185
+ color: #555;
186
+ font-size: 26px;
187
+ box-sizing: border-box;
188
+ position: relative;
189
+ }
190
+ .thumb .idx {
191
+ position: absolute;
192
+ top: 10px;
193
+ left: 10px;
194
+ width: 36px;
195
+ height: 36px;
196
+ border-radius: 8px;
197
+ background: #ff7f3f;
198
+ color: #fff;
199
+ font-weight: 700;
200
+ display: flex;
201
+ align-items: center;
202
+ justify-content: center;
203
+ font-size: 22px;
204
+ }
205
+
206
+ .plus-fab {
207
+ position: absolute;
208
+ top: 1536px;
209
+ right: 34px;
210
+ width: 90px;
211
+ height: 90px;
212
+ background: #ef6c2f;
213
+ border-radius: 50%;
214
+ box-shadow: 0 6px 12px rgba(0,0,0,0.2);
215
+ display: flex;
216
+ align-items: center;
217
+ justify-content: center;
218
+ }
219
+ .plus-fab svg { width: 46px; height: 46px; fill: #fff; }
220
+
221
+ /* Ad banner */
222
+ .ad-banner {
223
+ position: absolute;
224
+ bottom: 160px;
225
+ left: 0;
226
+ width: 1080px;
227
+ height: 220px;
228
+ background: #7b59d9;
229
+ color: #ffffff;
230
+ display: flex;
231
+ flex-direction: column;
232
+ justify-content: center;
233
+ padding: 0 40px;
234
+ box-sizing: border-box;
235
+ letter-spacing: 0.3px;
236
+ }
237
+ .ad-banner .title { font-size: 44px; font-weight: 800; }
238
+ .ad-banner .sub { font-size: 40px; font-weight: 700; margin-top: 12px; }
239
+
240
+ /* Home indicator */
241
+ .home-indicator {
242
+ position: absolute;
243
+ bottom: 70px;
244
+ left: calc(50% - 150px);
245
+ width: 300px;
246
+ height: 12px;
247
+ border-radius: 8px;
248
+ background: #bdbdbd;
249
+ opacity: 0.7;
250
+ }
251
+
252
+ /* Icons */
253
+ .hamburger svg { width: 60px; height: 60px; fill: #fff; }
254
+ .dropdown-arrow { width: 22px; height: 22px; display: inline-block; }
255
+ .dropdown-arrow svg { width: 22px; height: 22px; fill: #c8642d; }
256
+ </style>
257
+ </head>
258
+ <body>
259
+ <div id="render-target">
260
+
261
+ <!-- Status bar -->
262
+ <div class="status-bar">
263
+ <div class="status-left">4:49</div>
264
+ <div class="status-right">
265
+ <div class="icon-20">
266
+ <!-- gear -->
267
+ <svg viewBox="0 0 24 24"><path d="M12 8.5a3.5 3.5 0 110 7 3.5 3.5 0 010-7zm9 3.5l-2.2.8a7.9 7.9 0 00-.5 1.3l1.2 2-1.9 1.9-2-1.2c-.4.2-.9.4-1.3.5l-.8 2.2h-2.7l-.8-2.2c-.5-.2-.9-.3-1.3-.5l-2 1.2-1.9-1.9 1.2-2c-.2-.4-.4-.9-.5-1.3L3 12h0l2.2-.8c.1-.4.3-.9.5-1.3l-1.2-2 1.9-1.9 2 1.2c.4-.2.9-.4 1.3-.5L10.7 3h2.7l.8 2.2c.4.1.9.3 1.3.5l2-1.2 1.9 1.9-1.2 2c.2.4.4.9.5 1.3L21 12z"/></svg>
268
+ </div>
269
+ <div class="icon-20">
270
+ <!-- wifi -->
271
+ <svg viewBox="0 0 24 24"><path d="M12 18.5l2.5 2.5-2.5 2.5-2.5-2.5L12 18.5zm-7.5-8C7.4 8 9.8 7 12 7s4.6 1 7.5 3l-2 2C15.9 9.9 13.9 9 12 9s-3.9.9-5.5 3l-2-2zm0-4C8.8 4 10.8 3 12 3s3.2 1 7.5 3.5l-2 2C15.8 6.3 13.9 5.5 12 5.5s-3.8.8-5.5 3L4.5 6.5z"/></svg>
272
+ </div>
273
+ <div class="icon-20">
274
+ <!-- battery -->
275
+ <svg viewBox="0 0 24 24"><path d="M17 6h2v3h1v6h-1v3h-2V6zM3 8h12v8H3V8z"/></svg>
276
+ </div>
277
+ </div>
278
+ </div>
279
+
280
+ <!-- Main orange toolbar -->
281
+ <div class="top-nav">
282
+ <div class="nav-left">
283
+ <div class="hamburger">
284
+ <svg viewBox="0 0 24 24"><path d="M3 6h18v2H3V6zm0 5h18v2H3v-2zm0 5h18v2H3v-2z"/></svg>
285
+ </div>
286
+ <div class="home-pill">Home
287
+ <span class="dropdown-arrow">
288
+ <svg viewBox="0 0 24 24"><path d="M7 9l5 6 5-6z"/></svg>
289
+ </span>
290
+ </div>
291
+ </div>
292
+ <div class="nav-right">
293
+ <!-- monitor/present -->
294
+ <div class="toolbar-icon">
295
+ <svg viewBox="0 0 24 24"><path d="M4 5h16v11H4V5zm6 13h4v2H10v-2z"/></svg>
296
+ </div>
297
+ <!-- save -->
298
+ <div class="toolbar-icon">
299
+ <svg viewBox="0 0 24 24"><path d="M5 4h11l3 3v13H5V4zm3 2v6h8V6H8zm0 10h8v2H8v-2z"/></svg>
300
+ </div>
301
+ <!-- undo -->
302
+ <div class="toolbar-icon">
303
+ <svg viewBox="0 0 24 24"><path d="M12 5v3H7l4 4-1.5 1.5L3 8.5 9.5 2 11 3.5 7 7h5a7 7 0 017 7h-2a5 5 0 00-5-5z"/></svg>
304
+ </div>
305
+ <!-- redo -->
306
+ <div class="toolbar-icon">
307
+ <svg viewBox="0 0 24 24"><path d="M12 5v3h5l-4 4 1.5 1.5L21 8.5 14.5 2 13 3.5 17 7h-5a7 7 0 00-7 7h2a5 5 0 015-5z"/></svg>
308
+ </div>
309
+ <!-- refresh -->
310
+ <div class="toolbar-icon">
311
+ <svg viewBox="0 0 24 24"><path d="M12 5V2l4 4-4 4V7a5 5 0 105 5h2A7 7 0 1112 5z"/></svg>
312
+ </div>
313
+ <!-- book -->
314
+ <div class="toolbar-icon">
315
+ <svg viewBox="0 0 24 24"><path d="M6 4h10a2 2 0 012 2v12a2 2 0 01-2 2H6V4zm0 16h8V6H6v14z"/></svg>
316
+ </div>
317
+ </div>
318
+ </div>
319
+
320
+ <!-- Sub toolbar -->
321
+ <div class="sub-toolbar">
322
+ <div class="tool">
323
+ <svg viewBox="0 0 24 24"><path d="M4 4h10v4H4V4zm0 6h8v10H4V10zm10 0h6v10h-6V10z"/></svg>
324
+ <div>
325
+ <div class="label">Paste</div>
326
+ <div class="sub">Clipboard</div>
327
+ </div>
328
+ </div>
329
+ <div class="tool">
330
+ <svg viewBox="0 0 24 24"><path d="M4 4l16 0-8 8L4 4zm0 16h16v-2H4v2z"/></svg>
331
+ <div>
332
+ <div class="label">Paste Format</div>
333
+ <div class="sub">Style</div>
334
+ </div>
335
+ </div>
336
+ <div class="tool">
337
+ <svg viewBox="0 0 24 24"><path d="M6 6h12v8H6V6zm0 10h6v2H6v-2z"/></svg>
338
+ <div>
339
+ <div class="label">New Slide</div>
340
+ <div class="sub">Add</div>
341
+ </div>
342
+ </div>
343
+ <div class="tool">
344
+ <svg viewBox="0 0 24 24"><path d="M6 6h12v8H6V6zm2 10h8v2H8v-2zM8 4h8v2H8V4z"/></svg>
345
+ <div>
346
+ <div class="label">Delete Slide</div>
347
+ <div class="sub">Remove</div>
348
+ </div>
349
+ </div>
350
+ <div style="margin-left:auto; font-size:34px; font-weight:700; color:#333;">
351
+ B / I
352
+ </div>
353
+ </div>
354
+
355
+ <!-- Free banner -->
356
+ <div class="banner">
357
+ Start 7-day FREE trial.
358
+ <div class="close">×</div>
359
+ </div>
360
+
361
+ <!-- Slide preview -->
362
+ <div class="slide-area">
363
+ <div class="img-ph">[IMG: Presentation Slide - Solar Energy]</div>
364
+ </div>
365
+
366
+ <!-- Notes header -->
367
+ <div class="notes-header">
368
+ <div class="chev">
369
+ <svg width="36" height="36" viewBox="0 0 24 24"><path fill="#666" d="M8 10l4 4 4-4z"/></svg>
370
+ </div>
371
+ Notes
372
+ <div class="right">Slide 1/9</div>
373
+ </div>
374
+
375
+ <!-- Thumbnails row -->
376
+ <div class="thumb-row">
377
+ <div class="thumb">
378
+ <div class="idx">1</div>
379
+ [IMG: Slide Thumbnail]
380
+ </div>
381
+ <div class="thumb">
382
+ <div class="idx">2</div>
383
+ [IMG: Slide Thumbnail]
384
+ </div>
385
+ <div class="thumb">
386
+ <div class="idx">3</div>
387
+ [IMG: Slide Thumbnail]
388
+ </div>
389
+ </div>
390
+
391
+ <!-- Floating add button -->
392
+ <div class="plus-fab">
393
+ <svg viewBox="0 0 24 24"><path d="M11 5h2v6h6v2h-6v6h-2v-6H5v-2h6V5z"/></svg>
394
+ </div>
395
+
396
+ <!-- Ad banner -->
397
+ <div class="ad-banner">
398
+ <div class="title">Automate your savings with Jar</div>
399
+ <div class="sub">Start with just ₹10</div>
400
+ </div>
401
+
402
+ <!-- Home indicator -->
403
+ <div class="home-indicator"></div>
404
+
405
+ </div>
406
+ </body>
407
+ </html>
code/3843/3843_0.html ADDED
@@ -0,0 +1,404 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Directions UI Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif; color: #EDEDED; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #1D1F22;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 120px;
23
+ background: #0C0C0C;
24
+ color: #EDEDED;
25
+ display: flex;
26
+ align-items: center;
27
+ padding: 0 36px;
28
+ font-size: 36px;
29
+ letter-spacing: 0.2px;
30
+ }
31
+ .status-right {
32
+ margin-left: auto;
33
+ display: flex;
34
+ align-items: center;
35
+ gap: 28px;
36
+ color: #BBBBBB;
37
+ }
38
+ .status-dot { width: 10px; height: 10px; background: #BBBBBB; border-radius: 50%; display: inline-block; }
39
+
40
+ /* Main content */
41
+ .content {
42
+ position: absolute;
43
+ top: 120px;
44
+ left: 0;
45
+ right: 0;
46
+ bottom: 0;
47
+ padding: 36px;
48
+ box-sizing: border-box;
49
+ }
50
+
51
+ .top-bar {
52
+ position: relative;
53
+ margin-top: 6px;
54
+ }
55
+ .back-btn {
56
+ position: absolute;
57
+ left: 0;
58
+ top: 18px;
59
+ width: 84px;
60
+ height: 84px;
61
+ display: flex;
62
+ align-items: center;
63
+ justify-content: center;
64
+ color: #DADADA;
65
+ }
66
+ .field {
67
+ margin-left: 96px;
68
+ width: 948px;
69
+ height: 100px;
70
+ background: #2A2C2F;
71
+ border-radius: 16px;
72
+ display: flex;
73
+ align-items: center;
74
+ padding: 0 24px;
75
+ box-sizing: border-box;
76
+ font-size: 40px;
77
+ color: #EFEFEF;
78
+ }
79
+ .field + .field { margin-top: 18px; }
80
+ .dot { width: 26px; height: 26px; border-radius: 50%; margin-right: 18px; border: 4px solid #BDBDBD; box-sizing: border-box; }
81
+ .dot.orange { background: #D8632A; border: none; }
82
+ .swap {
83
+ margin-left: auto;
84
+ width: 72px;
85
+ height: 72px;
86
+ border-radius: 12px;
87
+ background: #3A3D41;
88
+ display: flex; align-items: center; justify-content: center;
89
+ }
90
+
91
+ .prefs-row {
92
+ margin-top: 24px;
93
+ display: flex; align-items: center;
94
+ }
95
+ .depart {
96
+ display: flex; align-items: center; gap: 16px; color: #CFCFCF; font-size: 34px;
97
+ }
98
+ .prefs {
99
+ margin-left: auto;
100
+ display: inline-flex;
101
+ align-items: center;
102
+ gap: 16px;
103
+ background: #2E3135;
104
+ border: 2px solid #4A4E54;
105
+ color: #EDEDED;
106
+ padding: 14px 24px;
107
+ border-radius: 18px;
108
+ font-size: 34px;
109
+ position: relative;
110
+ }
111
+ .badge {
112
+ position: absolute;
113
+ right: -12px;
114
+ top: -12px;
115
+ background: #5EA2FF;
116
+ color: #0A0A0A;
117
+ font-weight: 700;
118
+ font-size: 28px;
119
+ border-radius: 20px;
120
+ padding: 6px 10px;
121
+ min-width: 36px;
122
+ text-align: center;
123
+ border: 2px solid #1D1F22;
124
+ }
125
+
126
+ .time-row {
127
+ margin-top: 30px;
128
+ display: flex;
129
+ align-items: center;
130
+ color: #C7C7C7;
131
+ font-size: 36px;
132
+ }
133
+ .time-row .center {
134
+ margin: 0 auto;
135
+ color: #F4F4F4;
136
+ font-weight: 700;
137
+ }
138
+
139
+ .divider {
140
+ margin: 24px 0;
141
+ height: 2px;
142
+ background: #34373B;
143
+ }
144
+
145
+ .section {
146
+ margin-top: 22px;
147
+ border-top: 2px solid #2D3034;
148
+ padding-top: 28px;
149
+ }
150
+ .section-title {
151
+ font-size: 38px;
152
+ color: #B9B9B9;
153
+ margin-bottom: 18px;
154
+ }
155
+ .view-btn {
156
+ margin-left: auto;
157
+ background: #4F8EF8;
158
+ color: white;
159
+ border-radius: 28px;
160
+ padding: 18px 30px;
161
+ font-size: 34px;
162
+ display: inline-flex;
163
+ align-items: center;
164
+ gap: 16px;
165
+ }
166
+
167
+ .card {
168
+ background: #25282C;
169
+ border-radius: 20px;
170
+ padding: 28px;
171
+ box-sizing: border-box;
172
+ margin-top: 18px;
173
+ }
174
+ .row {
175
+ display: flex; align-items: center;
176
+ }
177
+ .row.space { justify-content: space-between; }
178
+
179
+ .duration {
180
+ font-size: 50px;
181
+ font-weight: 700;
182
+ color: #FFFFFF;
183
+ }
184
+ .arrival {
185
+ font-size: 36px; color: #CFCFCF;
186
+ }
187
+ .pill {
188
+ background: #3A3D41; color: #EDEDED; padding: 16px 26px; border-radius: 14px; font-size: 34px;
189
+ }
190
+ .price-pill {
191
+ background: #23374F; color: #A9D0FF; padding: 14px 22px; border-radius: 16px; font-size: 32px;
192
+ }
193
+
194
+ .brand-img {
195
+ width: 180px; height: 120px; background: #E0E0E0; border: 1px solid #BDBDBD;
196
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 36px; border-radius: 12px;
197
+ margin: 22px 0;
198
+ }
199
+
200
+ .small-note { font-size: 34px; color: #CFCFCF; }
201
+
202
+ .route-steps {
203
+ margin-top: 20px;
204
+ background: #2B2E32; border: 2px solid #3B3F44; border-radius: 18px;
205
+ padding: 20px 24px; display: flex; align-items: center; gap: 22px;
206
+ }
207
+ .step {
208
+ display: inline-flex; align-items: center; gap: 12px; color: #EDEDED;
209
+ font-size: 32px;
210
+ }
211
+ .chev { color: #8A8A8A; font-size: 32px; }
212
+
213
+ .ad-banner {
214
+ width: 1000px; height: 240px; background: #E0E0E0; border: 1px solid #BDBDBD;
215
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 40px; border-radius: 14px;
216
+ margin: 40px auto 20px auto;
217
+ }
218
+ .bottom-bar {
219
+ position: absolute; left: 50%; transform: translateX(-50%);
220
+ bottom: 26px; width: 240px; height: 16px; background: #FFFFFF; border-radius: 8px; opacity: 0.9;
221
+ }
222
+
223
+ /* Simple inline icon containers */
224
+ .icon { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; }
225
+ .icon-lg { width: 54px; height: 54px; }
226
+ .icon-map { width: 38px; height: 38px; }
227
+
228
+ /* Grey sub-divider lines mimicking list separations */
229
+ .soft-divider { height: 2px; background: #2E3135; margin: 24px 0; }
230
+
231
+ </style>
232
+ </head>
233
+ <body>
234
+ <div id="render-target">
235
+
236
+ <div class="status-bar">
237
+ <div>8:55</div>
238
+ <div class="status-right">
239
+ <span>22°</span>
240
+ <span class="status-dot"></span>
241
+ <span class="status-dot"></span>
242
+ <span class="status-dot"></span>
243
+ <!-- Location pin -->
244
+ <svg class="icon" viewBox="0 0 24 24" fill="#CFCFCF"><path d="M12 2c3.3 0 6 2.7 6 6 0 5.2-6 12-6 12S6 13.2 6 8c0-3.3 2.7-6 6-6zm0 8a2 2 0 100-4 2 2 0 000 4z"/></svg>
245
+ <!-- Signal -->
246
+ <svg class="icon" viewBox="0 0 24 24" fill="#CFCFCF"><path d="M3 17h2v4H3v-4zm4-6h2v10H7V11zm4-4h2v14h-2V7zm4-4h2v18h-2V3z"/></svg>
247
+ <!-- Battery -->
248
+ <svg class="icon" viewBox="0 0 24 24" fill="#CFCFCF"><path d="M16 6h2v2h2v8h-2v2h-2V6zM2 7a2 2 0 012-2h9a2 2 0 012 2v10a2 2 0 01-2 2H4a2 2 0 01-2-2V7zm2 0h9v10H4V7z"/></svg>
249
+ </div>
250
+ </div>
251
+
252
+ <div class="content">
253
+ <div class="top-bar">
254
+ <div class="back-btn">
255
+ <svg class="icon-lg" viewBox="0 0 24 24" fill="#EDEDED"><path d="M15.5 19l-7-7 7-7v14z"/></svg>
256
+ </div>
257
+
258
+ <div class="field">
259
+ <span class="dot" style="border-color:#E0E0E0;"></span>
260
+ <span>Roma Termini</span>
261
+ <div class="swap" title="Swap">
262
+ <svg viewBox="0 0 24 24" width="28" height="28" fill="#EDEDED">
263
+ <path d="M7 7h8l-3-3 1.4-1.4L18.8 7 13.4 12.4 12 11l3-3H7V7zm10 10H9l3 3-1.4 1.4L5.2 17 10.6 11.6 12 13l-3 3h8v1z"/>
264
+ </svg>
265
+ </div>
266
+ </div>
267
+
268
+ <div class="field">
269
+ <span class="dot orange"></span>
270
+ <span>Roviano</span>
271
+ </div>
272
+
273
+ <div class="prefs-row">
274
+ <div class="depart">
275
+ <svg class="icon" viewBox="0 0 24 24" fill="#CFCFCF"><path d="M12 2a10 10 0 100 20 10 10 0 000-20zm1 5h-2v6l5 3 1-1.7-4-2.3V7z"/></svg>
276
+ <span>Depart now</span>
277
+ <svg class="icon" viewBox="0 0 24 24" fill="#CFCFCF"><path d="M7 10l5 5 5-5H7z"/></svg>
278
+ </div>
279
+
280
+ <div class="prefs">
281
+ <svg class="icon" viewBox="0 0 24 24" fill="#EDEDED"><path d="M4 6h8v2H4V6zm0 5h16v2H4v-2zm0 5h12v2H4v-2z"/></svg>
282
+ <span>Preferences</span>
283
+ <span class="badge">9</span>
284
+ </div>
285
+ </div>
286
+
287
+ <div class="time-row">
288
+ <span style="color:#9BA0A6;">&#x2039; 15 min</span>
289
+ <span class="center">8:42 AM</span>
290
+ <span style="color:#9BA0A6;">+ 15 min &#x203A;</span>
291
+ </div>
292
+ </div>
293
+
294
+ <div class="divider"></div>
295
+
296
+ <div class="section">
297
+ <div class="row space">
298
+ <div class="section-title">Taxi &amp; Ride Hailing</div>
299
+ <div class="view-btn">
300
+ <svg class="icon-map" viewBox="0 0 24 24" fill="#FFFFFF"><path d="M4 6l6-2 6 2 4-1v14l-6 2-6-2-4 1V6zm6-1v14l6 2V7l-6-2z"/></svg>
301
+ <span>View</span>
302
+ </div>
303
+ </div>
304
+
305
+ <div class="card">
306
+ <div class="row space">
307
+ <div>
308
+ <span class="duration">1 hr 1 min</span>
309
+ <span class="arrival"> | Arrival time: <span style="color:#FFFFFF; font-weight:700;">5:15 AM</span></span>
310
+ </div>
311
+ <div class="pill">Order</div>
312
+ </div>
313
+
314
+ <div class="brand-img">[IMG: Uber logo]</div>
315
+
316
+ <div class="row space" style="margin-top:4px;">
317
+ <div class="small-note">Pickup in <span style="color:#FFFFFF; font-weight:700;">9 min</span></div>
318
+ <div class="price-pill">€125-138</div>
319
+ </div>
320
+ </div>
321
+ </div>
322
+
323
+ <div class="soft-divider"></div>
324
+
325
+ <div class="section">
326
+ <div class="row space">
327
+ <div class="section-title">Suggested Routes</div>
328
+ <div class="view-btn">
329
+ <svg class="icon-map" viewBox="0 0 24 24" fill="#FFFFFF"><path d="M4 6l6-2 6 2 4-1v14l-6 2-6-2-4 1V6zm6-1v14l6 2V7l-6-2z"/></svg>
330
+ <span>View</span>
331
+ </div>
332
+ </div>
333
+
334
+ <div class="card">
335
+ <div class="row space">
336
+ <div>
337
+ <span class="duration">2 hr 19 min</span>
338
+ <span class="arrival"> | Arrival time: <span style="color:#FFFFFF; font-weight:700;">6:38 AM</span></span>
339
+ </div>
340
+ <div class="price-pill">€4.50</div>
341
+ </div>
342
+
343
+ <div class="route-steps">
344
+ <div class="step">
345
+ <svg class="icon" viewBox="0 0 24 24" fill="#B1E0FF"><path d="M9 20v-6H7l2-6h6l2 6h-2v6H9z"/></svg>
346
+ <span>Walk</span>
347
+ </div>
348
+ <div class="chev">›</div>
349
+ <div class="step">
350
+ <svg class="icon" viewBox="0 0 24 24" fill="#8FC7FF"><path d="M3 8h18v8H3V8zm4 7h10v-4H7v4z"/></svg>
351
+ <span>Bus</span>
352
+ </div>
353
+ <div class="chev">›</div>
354
+ <div class="step">
355
+ <svg class="icon" viewBox="0 0 24 24" fill="#F47A6B"><path d="M4 7h16v10H4V7zm2 2v6h12V9H6z"/></svg>
356
+ <span>Rail</span>
357
+ </div>
358
+ <div class="chev">›</div>
359
+ <div class="step">
360
+ <svg class="icon" viewBox="0 0 24 24" fill="#8FC7FF"><path d="M3 8h18v8H3V8zm4 7h10v-4H7v4z"/></svg>
361
+ <span>Bus</span>
362
+ </div>
363
+ <div class="chev">›</div>
364
+ <div class="step">
365
+ <svg class="icon" viewBox="0 0 24 24" fill="#F47A6B"><path d="M4 7h16v10H4V7zm2 2v6h12V9H6z"/></svg>
366
+ <span>Rail</span>
367
+ </div>
368
+ <div class="chev">›</div>
369
+ <div class="step">
370
+ <svg class="icon" viewBox="0 0 24 24" fill="#B1E0FF"><path d="M9 20v-6H7l2-6h6l2 6h-2v6H9z"/></svg>
371
+ <span>Walk × 8</span>
372
+ </div>
373
+ </div>
374
+
375
+ <div class="small-note" style="margin-top:16px;">
376
+ Leaves at 4:24 AM from Roma | Termini FS (Giolitti)
377
+ </div>
378
+ </div>
379
+
380
+ <div class="card" style="margin-top:26px;">
381
+ <div class="row space">
382
+ <div>
383
+ <span class="duration">1 hr 40 min</span>
384
+ <span class="arrival"> | Arrival time: <span style="color:#FFFFFF; font-weight:700;">8:54 AM</span></span>
385
+ </div>
386
+ <div class="price-pill">€4.10</div>
387
+ </div>
388
+
389
+ <div class="brand-img" style="width:160px; height:110px;">[IMG: Rail/Transit icon]</div>
390
+ <div class="small-note">Leaves at 7:15 AM from Roma Termini</div>
391
+ </div>
392
+ </div>
393
+
394
+ <div class="soft-divider" style="margin-top:30px;"></div>
395
+
396
+ <div class="ad-banner">[IMG: Rapido Auto banner ad]</div>
397
+ <div class="ad-banner" style="height:220px;">[IMG: Shopping Sale banner ad]</div>
398
+
399
+ </div>
400
+
401
+ <div class="bottom-bar"></div>
402
+ </div>
403
+ </body>
404
+ </html>
code/3843/3843_1.html ADDED
@@ -0,0 +1,289 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Directions UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #0E0F12; color: #ECEFF1;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ position: absolute; top: 0; left: 0; right: 0; height: 96px;
17
+ background: #000;
18
+ display: flex; align-items: center; justify-content: space-between;
19
+ padding: 0 40px; font-size: 34px; color: #fff;
20
+ }
21
+ .status-icons { display: flex; align-items: center; gap: 28px; }
22
+ .dot { width: 12px; height: 12px; background: #C7C7C7; border-radius: 50%; opacity: 0.9; }
23
+
24
+ /* App bar */
25
+ .app-bar {
26
+ position: absolute; top: 96px; left: 0; right: 0; height: 140px;
27
+ background: #2B2F35; display: flex; align-items: center; padding: 0 40px; gap: 24px;
28
+ box-sizing: border-box;
29
+ }
30
+ .app-title { font-size: 48px; font-weight: 600; color: #EAEAEA; }
31
+ .app-bar .spacer { flex: 1; }
32
+ .round-icon {
33
+ width: 52px; height: 52px; border-radius: 50%; background: #3A3F46;
34
+ display: flex; align-items: center; justify-content: center;
35
+ }
36
+ .icon { width: 40px; height: 40px; }
37
+
38
+ /* Map area */
39
+ .map-area {
40
+ position: absolute; top: 236px; left: 0; right: 0; height: 1000px;
41
+ padding: 24px; box-sizing: border-box;
42
+ }
43
+ .map-placeholder {
44
+ width: 100%; height: 100%;
45
+ background: #E0E0E0; border: 1px solid #BDBDBD;
46
+ display: flex; align-items: center; justify-content: center; color: #757575;
47
+ font-size: 36px; border-radius: 6px;
48
+ }
49
+ .locate-btn {
50
+ position: absolute; left: 40px; top: 60px; width: 76px; height: 76px; border-radius: 50%;
51
+ background: rgba(42,46,52,0.95); border: 2px solid #4A5159;
52
+ display: flex; align-items: center; justify-content: center;
53
+ }
54
+
55
+ /* Bottom sheet */
56
+ .sheet {
57
+ position: absolute; left: 0; right: 0; top: 1210px; height: 1040px;
58
+ background: #1D2024; border-top-left-radius: 32px; border-top-right-radius: 32px;
59
+ box-shadow: 0 -8px 20px rgba(0,0,0,0.4);
60
+ }
61
+ .sheet .handle {
62
+ width: 140px; height: 12px; border-radius: 6px; background: #5A6067;
63
+ margin: 18px auto 22px;
64
+ }
65
+ .sheet-content { padding: 0 40px; }
66
+ .summary-row {
67
+ display: flex; align-items: center; justify-content: space-between;
68
+ color: #DDE3E8; font-size: 42px; margin-bottom: 34px;
69
+ }
70
+ .chip {
71
+ background: #143A52; color: #BBDDFF; border: 1px solid #2B4E67;
72
+ padding: 12px 20px; border-radius: 16px; font-size: 32px;
73
+ }
74
+ .route-card {
75
+ border: 1px solid #3A3F46; border-radius: 14px; padding: 18px 22px;
76
+ display: flex; align-items: center; gap: 22px; margin-bottom: 46px;
77
+ }
78
+ .route-item { width: 72px; height: 72px; border-radius: 10px; background: #2C3137;
79
+ display: flex; align-items: center; justify-content: center; }
80
+ .route-item.bus { background: #2D78C8; }
81
+ .route-item.train { background: #D94A3A; }
82
+ .arrow-sep { color: #9AA4AD; font-size: 46px; }
83
+ .route-end-text { color: #9AA4AD; font-size: 32px; margin-left: 8px; }
84
+
85
+ .earlier-row {
86
+ background: #2B2F35; margin: 0 -40px; padding: 22px 40px;
87
+ display: flex; align-items: center; justify-content: space-between;
88
+ color: #B3BAC2; font-size: 34px; margin-bottom: 32px;
89
+ }
90
+
91
+ /* Timeline section */
92
+ .step {
93
+ position: relative; padding-left: 120px; margin-bottom: 26px;
94
+ }
95
+ .timeline-line {
96
+ position: absolute; left: 64px; top: 8px; bottom: -12px; width: 3px; background: #3D4249;
97
+ }
98
+ .dot-orange {
99
+ position: absolute; left: 52px; top: 2px; width: 26px; height: 26px; border-radius: 50%; background: #FF7F2A; border: 3px solid #2B2F35;
100
+ }
101
+ .step-title { font-size: 44px; color: #FFFFFF; font-weight: 600; }
102
+ .step-sub { font-size: 30px; color: #9AA4AD; }
103
+ .right-time { position: absolute; right: 40px; top: 4px; text-align: right; }
104
+ .walk-row, .station-row { padding-left: 120px; display: flex; align-items: center; gap: 22px; color: #BFC7CE; font-size: 36px; }
105
+ .divider { height: 2px; background: #363A40; margin: 24px 0 24px 120px; }
106
+
107
+ /* Bottom action bar */
108
+ .actions {
109
+ position: absolute; left: 0; right: 0; bottom: 92px;
110
+ background: #1B1E22; padding: 24px 28px; display: flex; align-items: center; gap: 24px;
111
+ box-shadow: 0 -6px 18px rgba(0,0,0,0.35);
112
+ }
113
+ .btn {
114
+ height: 100px; padding: 0 34px; border-radius: 28px; font-size: 40px; font-weight: 600;
115
+ display: inline-flex; align-items: center; gap: 18px; border: 1px solid transparent;
116
+ }
117
+ .btn-green { background: #17C56F; color: #063A22; }
118
+ .btn-blue { background: #2D87FF; color: #EAF3FF; }
119
+ .btn-ghost {
120
+ width: 100px; justify-content: center; background: #1D2936; color: #BBD6FF; border: 1px solid #345A86;
121
+ border-radius: 28px;
122
+ }
123
+
124
+ /* Home indicator */
125
+ .home-indicator {
126
+ position: absolute; left: 50%; transform: translateX(-50%);
127
+ bottom: 22px; width: 180px; height: 10px; border-radius: 6px; background: #E6E6E6; opacity: 0.9;
128
+ }
129
+
130
+ /* Small SVG styling */
131
+ svg { display: block; }
132
+ </style>
133
+ </head>
134
+ <body>
135
+ <div id="render-target">
136
+
137
+ <!-- Status bar -->
138
+ <div class="status-bar">
139
+ <div>8:56</div>
140
+ <div class="status-icons">
141
+ <div class="round-icon"><svg class="icon" viewBox="0 0 24 24"><path fill="#fff" d="M12 2a9 9 0 1 0 0 18 9 9 0 0 0 0-18zm1 4h-2v7h6v-2h-4V6z"/></svg></div>
142
+ <div class="dot"></div>
143
+ <div class="dot"></div>
144
+ <div class="round-icon"><svg class="icon" viewBox="0 0 24 24"><path fill="#fff" d="M12 3L3 9h18L12 3zm0 18a6 6 0 0 0 6-6H6a6 6 0 0 0 6 6z"/></svg></div>
145
+ </div>
146
+ </div>
147
+
148
+ <!-- App bar -->
149
+ <div class="app-bar">
150
+ <div class="round-icon">
151
+ <svg class="icon" viewBox="0 0 24 24">
152
+ <path d="M15 18 9 12l6-6" stroke="#fff" stroke-width="2.4" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
153
+ </svg>
154
+ </div>
155
+ <div class="app-title">Directions</div>
156
+ <div class="spacer"></div>
157
+ </div>
158
+
159
+ <!-- Map area -->
160
+ <div class="map-area">
161
+ <div class="map-placeholder">[IMG: Google Map with route]</div>
162
+ <div class="locate-btn">
163
+ <svg viewBox="0 0 24 24" width="36" height="36">
164
+ <circle cx="12" cy="12" r="9" stroke="#9FB4C6" stroke-width="2" fill="none"/>
165
+ <circle cx="12" cy="12" r="3" fill="#9FB4C6"/>
166
+ <path d="M12 3v3M12 18v3M3 12h3M18 12h3" stroke="#9FB4C6" stroke-width="2" stroke-linecap="round"/>
167
+ </svg>
168
+ </div>
169
+ </div>
170
+
171
+ <!-- Bottom sheet -->
172
+ <div class="sheet">
173
+ <div class="handle"></div>
174
+ <div class="sheet-content">
175
+ <div class="summary-row">
176
+ <div>2 hr 19 min | Arrival time: <strong>6:38 AM</strong></div>
177
+ <div class="chip">€4.50</div>
178
+ </div>
179
+
180
+ <div class="route-card">
181
+ <div class="route-item">
182
+ <svg viewBox="0 0 24 24" width="34" height="34">
183
+ <circle cx="12" cy="6" r="3" fill="#C7CDD4"/>
184
+ <path d="M9 10l-2 5 2 1 1-3 2 2 2-1-2-3 2-2-2-1-1 2z" fill="#C7CDD4"/>
185
+ </svg>
186
+ </div>
187
+ <div class="arrow-sep">›</div>
188
+ <div class="route-item bus">
189
+ <svg viewBox="0 0 24 24" width="34" height="34">
190
+ <rect x="3" y="5" width="18" height="12" rx="2" fill="#fff"/>
191
+ <circle cx="7" cy="18" r="2" fill="#1B4F8E"/><circle cx="17" cy="18" r="2" fill="#1B4F8E"/>
192
+ </svg>
193
+ </div>
194
+ <div class="arrow-sep">›</div>
195
+ <div class="route-item train">
196
+ <svg viewBox="0 0 24 24" width="34" height="34">
197
+ <circle cx="12" cy="12" r="9" fill="#fff"/>
198
+ <path d="M7 12h10" stroke="#D94A3A" stroke-width="3"/>
199
+ </svg>
200
+ </div>
201
+ <div class="arrow-sep">›</div>
202
+ <div class="route-item bus">
203
+ <svg viewBox="0 0 24 24" width="34" height="34">
204
+ <rect x="3" y="5" width="18" height="12" rx="2" fill="#fff"/>
205
+ <circle cx="7" cy="18" r="2" fill="#1B4F8E"/><circle cx="17" cy="18" r="2" fill="#1B4F8E"/>
206
+ </svg>
207
+ </div>
208
+ <div class="arrow-sep">›</div>
209
+ <div class="route-item train">
210
+ <svg viewBox="0 0 24 24" width="34" height="34">
211
+ <circle cx="12" cy="12" r="9" fill="#fff"/>
212
+ <path d="M7 12h10" stroke="#D94A3A" stroke-width="3"/>
213
+ </svg>
214
+ </div>
215
+ <div class="arrow-sep">›</div>
216
+ <div class="route-item">
217
+ <svg viewBox="0 0 24 24" width="34" height="34">
218
+ <circle cx="12" cy="6" r="3" fill="#C7CDD4"/>
219
+ <path d="M9 10l-2 5 2 1 1-3 2 2 2-1-2-3 2-2-2-1-1 2z" fill="#C7CDD4"/>
220
+ </svg>
221
+ </div>
222
+ <div class="route-end-text">8</div>
223
+ </div>
224
+
225
+ <div class="earlier-row">
226
+ <div>Earlier</div>
227
+ <div>4:19 AM - 6:38 AM</div>
228
+ <div>Later</div>
229
+ </div>
230
+
231
+ <div class="step">
232
+ <div class="timeline-line"></div>
233
+ <div class="dot-orange"></div>
234
+ <div class="step-title">Roma Termini</div>
235
+ <div class="right-time">
236
+ <div style="font-size:42px;color:#FFFFFF;">4:19 AM</div>
237
+ <div class="step-sub">Leave at</div>
238
+ </div>
239
+ </div>
240
+
241
+ <div class="divider"></div>
242
+
243
+ <div class="walk-row">
244
+ <svg viewBox="0 0 24 24" width="48" height="48">
245
+ <circle cx="12" cy="5" r="3" fill="#BFC7CE"/>
246
+ <path d="M10 9l-2 4 2 1 1-3 2 2 2-1-2-3 2-2-2-1-1 3z" fill="#BFC7CE"/>
247
+ </svg>
248
+ <div>Walk 290 m | 3 min</div>
249
+ <svg viewBox="0 0 24 24" width="28" height="28"><path d="M7 10l5 5 5-5" stroke="#9AA4AD" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
250
+ </div>
251
+
252
+ <div class="divider"></div>
253
+
254
+ <div class="station-row">
255
+ <div class="route-item bus" style="width:72px;height:72px;border-radius:10px;">
256
+ <svg viewBox="0 0 24 24" width="34" height="34">
257
+ <rect x="3" y="5" width="18" height="12" rx="2" fill="#fff"/>
258
+ <circle cx="7" cy="18" r="2" fill="#1B4F8E"/><circle cx="17" cy="18" r="2" fill="#1B4F8E"/>
259
+ </svg>
260
+ </div>
261
+ <div style="font-size:40px;color:#E6EBF0;">Roma | Termini FS (Giolitti)</div>
262
+ </div>
263
+ </div>
264
+ </div>
265
+
266
+ <!-- Bottom actions -->
267
+ <div class="actions">
268
+ <div class="btn btn-green">
269
+ <svg viewBox="0 0 24 24" width="40" height="40"><path d="M3 12l18-9-9 18-2-7-7-2z" fill="#063A22"/></svg>
270
+ <span>Start</span>
271
+ </div>
272
+ <div class="btn btn-blue" style="flex: 1;">
273
+ <svg viewBox="0 0 24 24" width="40" height="40"><path d="M5 3h14v18H5z" fill="#1C62D9"/><path d="M7 7h10v6H7z" fill="#A9C8FF"/></svg>
274
+ <span>Live location</span>
275
+ </div>
276
+ <div class="btn btn-ghost">
277
+ <svg viewBox="0 0 24 24" width="36" height="36"><circle cx="12" cy="12" r="10" fill="none" stroke="#BBD6FF" stroke-width="2"/><path d="M12 7v5" stroke="#BBD6FF" stroke-width="2" stroke-linecap="round"/><circle cx="12" cy="16" r="1.5" fill="#BBD6FF"/></svg>
278
+ </div>
279
+ <div class="btn btn-ghost">
280
+ <svg viewBox="0 0 24 24" width="36" height="36"><path d="M4 12v7a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-7M8 8l4-4 4 4M12 4v12" stroke="#BBD6FF" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
281
+ </div>
282
+ </div>
283
+
284
+ <!-- Home indicator -->
285
+ <div class="home-indicator"></div>
286
+
287
+ </div>
288
+ </body>
289
+ </html>
code/3843/3843_2.html ADDED
@@ -0,0 +1,256 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Directions UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #1f2328; color: #e8e8e8;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ position: absolute; top: 0; left: 0; width: 100%; height: 120px;
17
+ background: #0b0b0c; color: #fff; display: flex; align-items: center; justify-content: space-between;
18
+ padding: 0 36px; font-size: 40px; letter-spacing: 0.5px;
19
+ }
20
+ .sb-right { display: flex; align-items: center; gap: 28px; }
21
+ .ico { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; }
22
+ .ico svg { width: 42px; height: 42px; fill: #fff; }
23
+
24
+ /* Header */
25
+ .header {
26
+ position: absolute; top: 120px; left: 0; width: 100%; height: 160px;
27
+ background: #2b2f36; display: flex; align-items: center; padding: 0 36px; gap: 24px;
28
+ box-sizing: border-box; font-size: 50px; font-weight: 600;
29
+ }
30
+ .back-btn { width: 84px; height: 84px; display: flex; align-items: center; justify-content: center; }
31
+ .back-btn svg { width: 64px; height: 64px; fill: #cfd3d7; }
32
+
33
+ /* Left timeline */
34
+ .timeline-bar {
35
+ position: absolute; left: 120px; top: 280px; bottom: 190px; width: 14px; background: #2c7fbd; border-radius: 8px;
36
+ }
37
+ .node {
38
+ position: absolute; left: 115px; width: 44px; height: 44px; border-radius: 50%;
39
+ border: 6px solid #2c7fbd; background: #1f2328;
40
+ }
41
+ .node.bus { top: 920px; }
42
+ .node.small { top: 520px; width: 24px; height: 24px; border-width: 5px; }
43
+
44
+ /* Cards */
45
+ .content { position: absolute; top: 280px; left: 0; width: 100%; }
46
+ .card {
47
+ margin: 0 36px 24px 186px; background: #272b31; border-radius: 20px; padding: 36px;
48
+ box-sizing: border-box; box-shadow: 0 2px 0 rgba(0,0,0,0.2);
49
+ }
50
+ .card h1 { margin: 0; font-size: 58px; font-weight: 700; }
51
+ .card .right-time { float: right; text-align: right; font-size: 50px; font-weight: 700; }
52
+ .sub { color: #a4a9af; font-size: 30px; margin-top: 6px; }
53
+ .dotline { display: flex; gap: 16px; margin: 24px 0; }
54
+ .dotline span { width: 12px; height: 12px; background: #6b7179; border-radius: 50%; display: inline-block; }
55
+ .divider { height: 2px; background: #39414a; margin: 20px 0; }
56
+ .row { display: flex; align-items: center; justify-content: space-between; font-size: 44px; }
57
+ .row .left { display: flex; align-items: center; gap: 18px; }
58
+ .muted { color: #a4a9af; }
59
+ .label { font-size: 40px; color: #bfc5cb; margin-top: 18px; }
60
+
61
+ /* Small icons inline */
62
+ .mini-ico { width: 54px; height: 54px; border-radius: 12px; background: #2c7fbd; display: flex; align-items: center; justify-content: center; }
63
+ .mini-ico svg { width: 42px; height: 42px; fill: #fff; }
64
+
65
+ .title-row { display: flex; align-items: center; justify-content: space-between; }
66
+ .title-left { display: flex; align-items: center; gap: 18px; }
67
+ .camera-btn { width: 78px; height: 78px; border-radius: 18px; background: #30353c; display: flex; align-items: center; justify-content: center; }
68
+ .camera-btn svg { width: 44px; height: 44px; fill: #cfd3d7; }
69
+
70
+ .clock-badge {
71
+ background: #30353c; border-radius: 16px; padding: 16px 22px; display: inline-flex; align-items: center; gap: 16px;
72
+ font-size: 40px;
73
+ }
74
+ .clock-badge svg { width: 40px; height: 40px; fill: #cfd3d7; }
75
+
76
+ /* Buttons */
77
+ .btn { display: inline-flex; align-items: center; gap: 16px; border: none; padding: 24px 36px; border-radius: 40px; font-size: 42px; font-weight: 600; cursor: default; }
78
+ .btn.blue { background: #2f82ff; color: #fff; }
79
+ .btn.green { background: #28c36b; color: #fff; }
80
+ .btn.ghost { background: #2b2f36; color: #cfd3d7; border: 2px solid #3b424a; }
81
+ .btn svg { width: 46px; height: 46px; fill: #fff; }
82
+
83
+ .link-more { margin-top: 20px; color: #7fb3ff; font-size: 42px; display: flex; align-items: center; gap: 12px; }
84
+
85
+ /* Image placeholders (ads or photos) */
86
+ .img-placeholder {
87
+ background: #E0E0E0; border: 1px solid #BDBDBD; color: #757575;
88
+ display: flex; align-items: center; justify-content: center; text-align: center;
89
+ }
90
+
91
+ /* Ad banner */
92
+ .ad-large { margin: 24px 36px 24px 186px; height: 520px; border-radius: 16px; font-size: 46px; }
93
+ .ad-strip { position: absolute; left: 0; right: 0; bottom: 340px; margin: 0 0 24px 0; height: 140px; border-radius: 0; font-size: 40px; }
94
+
95
+ /* Bottom actions */
96
+ .bottom-bar {
97
+ position: absolute; left: 0; bottom: 0; width: 100%; height: 220px; background: #1c2026;
98
+ display: flex; align-items: center; justify-content: center; gap: 36px;
99
+ box-shadow: 0 -2px 0 rgba(0,0,0,0.35);
100
+ }
101
+ .circle-btn { width: 120px; height: 120px; border-radius: 60px; background: #2b2f36; display: flex; align-items: center; justify-content: center; border: 2px solid #3b424a; }
102
+ .circle-btn svg { width: 56px; height: 56px; fill: #cfd3d7; }
103
+
104
+ /* Home indicator */
105
+ .home-indicator {
106
+ position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%);
107
+ width: 300px; height: 10px; background: #ffffff; border-radius: 8px; opacity: 0.85;
108
+ }
109
+
110
+ /* Orange stop icon beside "Roma Termini" */
111
+ .stop-ring {
112
+ width: 32px; height: 32px; border-radius: 50%; border: 6px solid #ff7a00; margin-right: 18px;
113
+ }
114
+ </style>
115
+ </head>
116
+ <body>
117
+ <div id="render-target">
118
+
119
+ <!-- Status bar -->
120
+ <div class="status-bar">
121
+ <div>8:58</div>
122
+ <div class="sb-right">
123
+ <div class="ico">
124
+ <svg viewBox="0 0 24 24"><path d="M12 2C8 2 5 5.1 5 9c0 6.5 7 13 7 13s7-6.5 7-13c0-3.9-3-7-7-7zm0 9.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z"/></svg>
125
+ </div>
126
+ <div class="ico">
127
+ <svg viewBox="0 0 24 24"><path d="M3 18h18v2H3v-2zm2-4h14v2H5v-2zm3-4h8v2H8V10zm4-4h0v2h0V6z"/></svg>
128
+ </div>
129
+ <div class="ico">
130
+ <svg viewBox="0 0 24 24"><path d="M20 8h-3V6c0-1.1-.9-2-2-2H9C7.9 4 7 4.9 7 6v2H4c-1.1 0-2 .9-2 2v9c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-9 10H7v-2h4v2zm0-4H7v-2h4v2zm0-4H7V8h4v2zm6 8h-4v-2h4v2zm0-4h-4v-2h4v2zm0-4h-4V8h4v2z"/></svg>
131
+ </div>
132
+ </div>
133
+ </div>
134
+
135
+ <!-- Header -->
136
+ <div class="header">
137
+ <div class="back-btn">
138
+ <svg viewBox="0 0 24 24"><path d="M15.5 5l-7 7 7 7-1.5 1.5L5.5 12l8.5-8.5L15.5 5z"/></svg>
139
+ </div>
140
+ <div>Directions</div>
141
+ </div>
142
+
143
+ <!-- Left timeline -->
144
+ <div class="timeline-bar"></div>
145
+ <div class="node small"></div>
146
+ <div class="node bus"></div>
147
+
148
+ <!-- Main content -->
149
+ <div class="content">
150
+ <!-- Card: Departure -->
151
+ <div class="card">
152
+ <div class="title-row">
153
+ <div class="title-left">
154
+ <div class="stop-ring"></div>
155
+ <h1>Roma Termini</h1>
156
+ </div>
157
+ <div class="right-time">
158
+ 4:19 AM
159
+ <div class="sub">Leave at</div>
160
+ </div>
161
+ </div>
162
+
163
+ <div class="dotline">
164
+ <span></span><span></span><span></span><span></span><span></span><span></span>
165
+ </div>
166
+
167
+ <div class="divider"></div>
168
+
169
+ <div class="row">
170
+ <div class="left">
171
+ <svg width="48" height="48" viewBox="0 0 24 24" style="fill:#cfd3d7;">
172
+ <path d="M9 20c1.1 0 2-.9 2-2H9c-1.1 0-2 .9-2 2s.9 2 2 2zm6-15a2 2 0 11-4 0 2 2 0 014 0zM6 9c1.9 0 3.5 1.3 3.9 3L11 15h3l2 4h-2l-1.2-2H9l-1.2 2H6l2-4-1.3-2.6A3.5 3.5 0 006 9z"/>
173
+ </svg>
174
+ <div>Walk 290 m | 3 min</div>
175
+ </div>
176
+ <div style="color:#cfd3d7;">▼</div>
177
+ </div>
178
+ </div>
179
+
180
+ <!-- Card: Bus Stop -->
181
+ <div class="card">
182
+ <div class="title-row">
183
+ <div class="title-left">
184
+ <div class="mini-ico">
185
+ <svg viewBox="0 0 24 24"><path d="M6 4h12c1.1 0 2 .9 2 2v9c0 1.1-.9 2-2 2v2h-2v-2H8v2H6v-2c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2zm0 3v5h12V7H6zm2 9a2 2 0 110-4 2 2 0 010 4zm8 0a2 2 0 110-4 2 2 0 010 4z"/></svg>
186
+ </div>
187
+ <h1 style="font-size:56px;">Roma | Termini FS (Giolitti)</h1>
188
+ </div>
189
+ <div class="camera-btn">
190
+ <svg viewBox="0 0 24 24"><path d="M9 4l2-2h2l2 2h3a2 2 0 012 2v12a2 2 0 01-2 2H4a2 2 0 01-2-2V6a2 2 0 012-2h5zm3 4a5 5 0 100 10 5 5 0 000-10z"/></svg>
191
+ </div>
192
+ </div>
193
+
194
+ <div style="display:flex; align-items:center; gap:18px; margin-top:24px;">
195
+ <div class="mini-ico" style="background:#f2f2f2;">
196
+ <svg viewBox="0 0 24 24" style="fill:#cc3333;"><path d="M12 2l9 9-9 9-9-9 9-9zm0 4.1L7.1 11 12 15.9 16.9 11 12 6.1z"/></svg>
197
+ </div>
198
+ <div style="font-size:44px;">Roma (Tiburtina)</div>
199
+ </div>
200
+
201
+ <div class="label">Scheduled time</div>
202
+
203
+ <div style="display:flex; align-items:center; justify-content: space-between; margin-top: 20px;">
204
+ <div class="clock-badge">
205
+ <svg viewBox="0 0 24 24"><path d="M12 2a10 10 0 100 20 10 10 0 000-20zm1 5h-2v6l5 3 1-1.7-4-2.3V7z"/></svg>
206
+ <span>55 min</span>
207
+ </div>
208
+ <div class="muted" style="font-size:38px; text-align:right;">
209
+ 10:45 AM, 6:44 AM
210
+ </div>
211
+ </div>
212
+
213
+ <div style="display:flex; gap:22px; margin-top:26px;">
214
+ <button class="btn blue">
215
+ <svg viewBox="0 0 24 24"><path d="M4 12a8 8 0 0116 0h-2a6 6 0 00-12 0H4zm2 0a4 4 0 018 0H6z"/></svg>
216
+ <span>Live location</span>
217
+ </button>
218
+ <button class="btn blue">
219
+ <svg viewBox="0 0 24 24"><path d="M12 22a10 10 0 100-20 10 10 0 000 20zm1-9V6h-2v7h2zm0 4v-2h-2v2h2z"/></svg>
220
+ <span>Arrival updates</span>
221
+ </button>
222
+ </div>
223
+
224
+ <div class="link-more">Show more options ▸</div>
225
+ </div>
226
+
227
+ <!-- Large Ad -->
228
+ <div class="img-placeholder ad-large">[IMG: Ad - iPhone 14 Promotion]</div>
229
+ </div>
230
+
231
+ <!-- Bottom ad strip -->
232
+ <div class="img-placeholder ad-strip">[IMG: Ad - Festive Ready with Pantaloons]</div>
233
+
234
+ <!-- Bottom action bar -->
235
+ <div class="bottom-bar">
236
+ <button class="btn green">
237
+ <svg viewBox="0 0 24 24"><path d="M8 5v14l11-7L8 5z"/></svg>
238
+ <span>Start</span>
239
+ </button>
240
+ <button class="btn blue">
241
+ <svg viewBox="0 0 24 24"><path d="M4 12a8 8 0 0116 0h-2a6 6 0 00-12 0H4zm2 0a4 4 0 018 0H6z"/></svg>
242
+ <span>Live location</span>
243
+ </button>
244
+ <div class="circle-btn">
245
+ <svg viewBox="0 0 24 24"><path d="M12 2a10 10 0 100 20 10 10 0 000-20zm1 9V6h-2v5h2zm0 5v-2h-2v2h2z"/></svg>
246
+ </div>
247
+ <div class="circle-btn">
248
+ <svg viewBox="0 0 24 24"><path d="M18 8a6 6 0 11-12 0 6 6 0 0112 0zM2 20l6-3 6 3-6 3-6-3zm12-3l8 3-8 3-8-3 8-3z"/></svg>
249
+ </div>
250
+ </div>
251
+
252
+ <!-- Home indicator -->
253
+ <div class="home-indicator"></div>
254
+ </div>
255
+ </body>
256
+ </html>
code/3843/3843_3.html ADDED
@@ -0,0 +1,327 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Directions UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #121317; color: #EAEAEA; font-family: Arial, Helvetica, sans-serif;
12
+ }
13
+
14
+ /* App bar */
15
+ .appbar {
16
+ position: absolute; top: 0; left: 0; width: 100%; height: 160px;
17
+ background: #2B2F36; box-shadow: 0 2px 0 rgba(0,0,0,0.4);
18
+ display: flex; align-items: center; padding: 0 32px; gap: 24px;
19
+ }
20
+ .appbar .title { font-size: 44px; font-weight: 600; }
21
+
22
+ /* Content area */
23
+ .content { position: absolute; left: 0; right: 0; top: 160px; bottom: 0; overflow: hidden; }
24
+ .main-col { margin-left: 160px; padding: 24px 32px 220px 32px; }
25
+
26
+ /* Left rail timeline */
27
+ .rail {
28
+ position: absolute; top: 210px; left: 96px; width: 12px; height: 1840px;
29
+ background: #2D7FB5; border-radius: 8px;
30
+ }
31
+ .node {
32
+ position: absolute; left: 90px; width: 28px; height: 28px; border-radius: 50%;
33
+ border: 5px solid #2D7FB5; background: #121317;
34
+ }
35
+ .node.n1 { top: 320px; }
36
+ .node.n2 { top: 580px; }
37
+ .node.n3 { top: 1220px; }
38
+ .node.n4 { top: 1700px; }
39
+
40
+ /* Generic elements */
41
+ .chip {
42
+ display: inline-flex; align-items: center; padding: 12px 20px;
43
+ border-radius: 14px; background: #14344B; color: #BFE3FF; font-weight: 600; font-size: 28px;
44
+ }
45
+ .label-muted { color: #AAB4C3; font-size: 28px; }
46
+ .section-title { font-size: 40px; font-weight: 700; margin: 20px 0 8px; }
47
+ .divider { height: 1px; background: #2B2F36; margin: 18px 0; }
48
+
49
+ /* Image placeholders */
50
+ .img-banner {
51
+ width: 888px; height: 260px; background: #E0E0E0; border: 1px solid #BDBDBD;
52
+ display: flex; align-items: center; justify-content: center; color: #757575; border-radius: 8px;
53
+ }
54
+
55
+ /* Small square icon card on right */
56
+ .square-icon {
57
+ position: absolute; right: 40px; width: 96px; height: 96px; border-radius: 16px;
58
+ border: 2px solid #3B424D; display: flex; align-items: center; justify-content: center;
59
+ background: #1E2228;
60
+ }
61
+
62
+ /* Remove ads pill */
63
+ .ads-pill {
64
+ display: inline-flex; align-items: center; gap: 16px;
65
+ border: 2px solid #3B78B7; color: #8EC7FF; padding: 14px 22px; border-radius: 26px; font-size: 28px; margin-top: 18px;
66
+ }
67
+ .ads-badge {
68
+ display: inline-flex; align-items: center; justify-content: center;
69
+ width: 46px; height: 46px; border-radius: 23px; border: 2px solid #3B78B7; color: #8EC7FF; font-size: 24px;
70
+ }
71
+
72
+ /* Ride info group */
73
+ .ride-row { display: flex; align-items: center; justify-content: space-between; }
74
+ .ride-meta { color: #C9D3DF; font-size: 30px; display: flex; align-items: center; gap: 16px; }
75
+ .chev { width: 28px; height: 28px; }
76
+
77
+ .stop-name { font-size: 48px; font-weight: 700; margin: 10px 0 14px; }
78
+
79
+ /* Schedule card */
80
+ .card {
81
+ background: #2A2F38; border-radius: 18px; padding: 28px; margin-top: 12px; position: relative;
82
+ }
83
+ .card .time-chip {
84
+ position: absolute; right: 28px; top: 24px; display: inline-flex; align-items: center; gap: 12px;
85
+ background: #242A33; color: #DDE6F3; padding: 12px 18px; border-radius: 14px; font-size: 30px;
86
+ border: 1px solid #3B424D;
87
+ }
88
+ .btn-row { display: flex; gap: 24px; margin-top: 26px; }
89
+ .btn-blue {
90
+ display: inline-flex; align-items: center; gap: 12px; background: #278CF9; color: #051423;
91
+ padding: 18px 26px; border-radius: 24px; font-weight: 700; font-size: 30px;
92
+ }
93
+ .link { color: #8EC7FF; font-size: 30px; margin-top: 20px; display: inline-flex; align-items: center; gap: 8px; }
94
+
95
+ /* Bottom white ad banner */
96
+ .bottom-ad {
97
+ position: absolute; left: 0; right: 0; bottom: 260px; height: 160px; background: #FFFFFF;
98
+ border-top: 1px solid #DADADA; border-bottom: 1px solid #DADADA; display: flex; align-items: center;
99
+ padding: 0 24px; color: #333;
100
+ }
101
+ .bottom-ad .img {
102
+ width: 120px; height: 120px; background: #E0E0E0; border: 1px solid #BDBDBD;
103
+ display: flex; align-items: center; justify-content: center; color: #757575; border-radius: 8px; margin-right: 24px;
104
+ }
105
+ .bottom-ad .text { font-size: 36px; font-weight: 700; }
106
+
107
+ /* Bottom action bar */
108
+ .actionbar {
109
+ position: absolute; left: 0; right: 0; bottom: 80px; height: 160px; background: #1F242B;
110
+ display: flex; align-items: center; gap: 28px; padding: 0 32px;
111
+ border-top: 1px solid #2D333B;
112
+ }
113
+ .btn-green {
114
+ background: #19B564; color: #042313; padding: 22px 36px; border-radius: 32px; font-size: 36px; font-weight: 700;
115
+ }
116
+ .btn-blue2 {
117
+ background: #278CF9; color: #061A2D; padding: 22px 36px; border-radius: 32px; font-size: 36px; font-weight: 700;
118
+ display: inline-flex; align-items: center; gap: 14px;
119
+ }
120
+ .circle-btn {
121
+ width: 120px; height: 120px; border-radius: 60px; background: #2A2F38; border: 2px solid #3B424D;
122
+ display: flex; align-items: center; justify-content: center;
123
+ }
124
+
125
+ /* Gesture pill */
126
+ .gesture {
127
+ position: absolute; left: 50%; transform: translateX(-50%);
128
+ bottom: 24px; width: 220px; height: 12px; border-radius: 6px; background: #EDEDED;
129
+ opacity: 0.85;
130
+ }
131
+
132
+ /* Tiny utility icon squares next to stop names */
133
+ .stop-icon {
134
+ display: inline-flex; align-items: center; justify-content: center; background: #2D7FB5;
135
+ width: 64px; height: 64px; border-radius: 12px; margin-right: 16px;
136
+ }
137
+ </style>
138
+ </head>
139
+ <body>
140
+ <div id="render-target">
141
+
142
+ <!-- App Bar -->
143
+ <div class="appbar">
144
+ <svg width="56" height="56" viewBox="0 0 24 24">
145
+ <path d="M15 6L9 12l6 6" fill="none" stroke="#EAEAEA" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
146
+ </svg>
147
+ <div class="title">Directions</div>
148
+ </div>
149
+
150
+ <!-- Left Rail Timeline -->
151
+ <div class="rail"></div>
152
+ <div class="node n1"></div>
153
+ <div class="node n2"></div>
154
+ <div class="node n3"></div>
155
+ <div class="node n4"></div>
156
+
157
+ <!-- Content -->
158
+ <div class="content">
159
+ <div class="main-col">
160
+
161
+ <!-- Top Ad Banner -->
162
+ <div class="img-banner">[IMG: Promo Ad Banner]</div>
163
+ <div class="ads-pill">
164
+ <div class="ads-badge">ADS</div>
165
+ Remove ads with Moovit+
166
+ </div>
167
+
168
+ <!-- First Ride group -->
169
+ <div class="divider" style="margin-top: 42px;"></div>
170
+ <div class="ride-row">
171
+ <div class="ride-meta">Ride 1 stop | 6 min
172
+ <svg class="chev" viewBox="0 0 24 24">
173
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#9FB6CC" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
174
+ </svg>
175
+ </div>
176
+ <div class="chip">€1.10</div>
177
+ </div>
178
+
179
+ <div style="position: relative; margin-top: 18px;">
180
+ <div class="stop-name">
181
+ <span class="stop-icon">
182
+ <svg width="34" height="34" viewBox="0 0 24 24">
183
+ <rect x="4" y="6" width="16" height="10" rx="2" ry="2" fill="#FFFFFF"></rect>
184
+ <circle cx="8" cy="18" r="1.6" fill="#FFFFFF"></circle>
185
+ <circle cx="16" cy="18" r="1.6" fill="#FFFFFF"></circle>
186
+ </svg>
187
+ </span>
188
+ Roma Tiburtina
189
+ </div>
190
+ <div class="square-icon">
191
+ <svg width="42" height="42" viewBox="0 0 24 24">
192
+ <rect x="3" y="6" width="18" height="14" rx="2" ry="2" fill="none" stroke="#9FB6CC" stroke-width="2"></rect>
193
+ <path d="M9 6l2-2h2l2 2" stroke="#9FB6CC" stroke-width="2" fill="none" stroke-linecap="round"></path>
194
+ <circle cx="12" cy="13" r="3" fill="none" stroke="#9FB6CC" stroke-width="2"></circle>
195
+ </svg>
196
+ </div>
197
+ </div>
198
+
199
+ <!-- Second stop (same label) -->
200
+ <div class="divider" style="margin-top: 22px;"></div>
201
+ <div style="position: relative;">
202
+ <div class="stop-name">
203
+ <span class="stop-icon">
204
+ <svg width="34" height="34" viewBox="0 0 24 24">
205
+ <rect x="4" y="6" width="16" height="10" rx="2" ry="2" fill="#FFFFFF"></rect>
206
+ <circle cx="8" cy="18" r="1.6" fill="#FFFFFF"></circle>
207
+ <circle cx="16" cy="18" r="1.6" fill="#FFFFFF"></circle>
208
+ </svg>
209
+ </span>
210
+ Roma Tiburtina
211
+ </div>
212
+ <div class="square-icon">
213
+ <svg width="42" height="42" viewBox="0 0 24 24">
214
+ <rect x="3" y="6" width="18" height="14" rx="2" ry="2" fill="none" stroke="#9FB6CC" stroke-width="2"></rect>
215
+ <path d="M9 6l2-2h2l2 2" stroke="#9FB6CC" stroke-width="2" fill="none" stroke-linecap="round"></path>
216
+ <circle cx="12" cy="13" r="3" fill="none" stroke="#9FB6CC" stroke-width="2"></circle>
217
+ </svg>
218
+ </div>
219
+ </div>
220
+
221
+ <!-- Schedule card -->
222
+ <div class="card">
223
+ <div style="display:flex; align-items:center; gap:16px;">
224
+ <div style="width:60px; height:60px; background:#E0E0E0; border:1px solid #BDBDBD; display:flex; align-items:center; justify-content:center; color:#757575; border-radius:8px;">
225
+ [LOGO]
226
+ </div>
227
+ <div style="font-size:34px; font-weight:700;">Subiaco | Piazza Falcone</div>
228
+ </div>
229
+ <div class="label-muted" style="margin-top:12px;">Scheduled time</div>
230
+ <div class="time-chip">
231
+ <svg width="30" height="30" viewBox="0 0 24 24">
232
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#DDE6F3" stroke-width="2"></circle>
233
+ <path d="M12 7v6l4 2" stroke="#DDE6F3" stroke-width="2" fill="none" stroke-linecap="round"></path>
234
+ </svg>
235
+ 10:00 AM
236
+ </div>
237
+
238
+ <div class="btn-row">
239
+ <div class="btn-blue">
240
+ <svg width="28" height="28" viewBox="0 0 24 24">
241
+ <rect x="4" y="6" width="16" height="10" rx="2" ry="2" fill="#061A2D"></rect>
242
+ <circle cx="8" cy="18" r="1.6" fill="#061A2D"></circle>
243
+ <circle cx="16" cy="18" r="1.6" fill="#061A2D"></circle>
244
+ </svg>
245
+ Live location
246
+ </div>
247
+ <div class="btn-blue">
248
+ <svg width="28" height="28" viewBox="0 0 24 24">
249
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#061A2D" stroke-width="2"></circle>
250
+ <path d="M12 8v4" stroke="#061A2D" stroke-width="2" stroke-linecap="round"></path>
251
+ <circle cx="12" cy="16" r="1.2" fill="#061A2D"></circle>
252
+ </svg>
253
+ Arrival updates
254
+ </div>
255
+ </div>
256
+ <div class="link">
257
+ Show more options
258
+ <svg width="24" height="24" viewBox="0 0 24 24">
259
+ <path d="M9 6l6 6-6 6" fill="none" stroke="#8EC7FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
260
+ </svg>
261
+ </div>
262
+ </div>
263
+
264
+ <!-- Second Ride group -->
265
+ <div class="divider" style="margin-top: 42px;"></div>
266
+ <div class="ride-row">
267
+ <div class="ride-meta">Ride 5 stops | 60 min
268
+ <svg class="chev" viewBox="0 0 24 24">
269
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#9FB6CC" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
270
+ </svg>
271
+ </div>
272
+ <div class="chip">€3.40</div>
273
+ </div>
274
+
275
+ <div style="position: relative; margin-top: 16px;">
276
+ <div class="stop-name">Roviano | Via Tiburtina Via Trieste</div>
277
+ <div class="square-icon">
278
+ <svg width="42" height="42" viewBox="0 0 24 24">
279
+ <rect x="3" y="6" width="18" height="14" rx="2" ry="2" fill="none" stroke="#9FB6CC" stroke-width="2"></rect>
280
+ <path d="M9 6l2-2h2l2 2" stroke="#9FB6CC" stroke-width="2" fill="none" stroke-linecap="round"></path>
281
+ <circle cx="12" cy="13" r="3" fill="none" stroke="#9FB6CC" stroke-width="2"></circle>
282
+ </svg>
283
+ </div>
284
+ </div>
285
+
286
+ </div>
287
+ </div>
288
+
289
+ <!-- Bottom Ad Banner -->
290
+ <div class="bottom-ad">
291
+ <div class="img">[IMG: Sponsored Ad]</div>
292
+ <div class="text">Festive Ready with Pantaloons</div>
293
+ </div>
294
+
295
+ <!-- Bottom Action Bar -->
296
+ <div class="actionbar">
297
+ <div class="btn-green">Start</div>
298
+ <div class="btn-blue2">
299
+ <svg width="36" height="36" viewBox="0 0 24 24">
300
+ <rect x="4" y="6" width="16" height="10" rx="2" ry="2" fill="#061A2D"></rect>
301
+ <circle cx="8" cy="18" r="1.6" fill="#061A2D"></circle>
302
+ <circle cx="16" cy="18" r="1.6" fill="#061A2D"></circle>
303
+ </svg>
304
+ Live location
305
+ </div>
306
+ <div class="circle-btn">
307
+ <svg width="34" height="34" viewBox="0 0 24 24">
308
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#9FB6CC" stroke-width="2"></circle>
309
+ <path d="M12 7v6" stroke="#9FB6CC" stroke-width="2" stroke-linecap="round"></path>
310
+ <circle cx="12" cy="16.5" r="1.3" fill="#9FB6CC"></circle>
311
+ </svg>
312
+ </div>
313
+ <div class="circle-btn">
314
+ <svg width="34" height="34" viewBox="0 0 24 24">
315
+ <circle cx="6" cy="12" r="1.8" fill="#9FB6CC"></circle>
316
+ <circle cx="12" cy="12" r="1.8" fill="#9FB6CC"></circle>
317
+ <circle cx="18" cy="12" r="1.8" fill="#9FB6CC"></circle>
318
+ </svg>
319
+ </div>
320
+ </div>
321
+
322
+ <!-- Gesture pill -->
323
+ <div class="gesture"></div>
324
+
325
+ </div>
326
+ </body>
327
+ </html>
code/3843/3843_4.html ADDED
@@ -0,0 +1,297 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Directions Mock</title>
7
+ <style>
8
+ body { margin:0; padding:0; background:transparent; font-family: Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width:1080px; height:2400px; position:relative; overflow:hidden;
11
+ background:#121418; color:#E6EAF0;
12
+ }
13
+
14
+ /* Top bars */
15
+ .status-bar {
16
+ height:90px; background:#000; display:flex; align-items:center; padding:0 32px; color:#fff;
17
+ font-size:36px; letter-spacing:.4px;
18
+ }
19
+ .status-bar .right { margin-left:auto; display:flex; align-items:center; gap:22px; opacity:.9; }
20
+ .status-dot { width:10px; height:10px; background:#fff; border-radius:50%; opacity:.8; }
21
+
22
+ .header {
23
+ height:120px; background:#2a2f35; display:flex; align-items:center; padding:0 28px; box-shadow: inset 0 -1px 0 rgba(0,0,0,.4);
24
+ }
25
+ .icon-btn { width:84px; height:84px; display:flex; align-items:center; justify-content:center; }
26
+ .header-title { font-size:48px; font-weight:600; color:#E6EBF2; margin-left:8px; }
27
+
28
+ /* Content area */
29
+ .content {
30
+ position:absolute; left:0; right:0; top:210px; bottom:220px; overflow:hidden;
31
+ background:#171b20;
32
+ border-top-left-radius:26px; border-top-right-radius:26px;
33
+ }
34
+ .inner {
35
+ position:absolute; inset:0; overflow:hidden; /* static view, no scroll in this mock */
36
+ }
37
+
38
+ /* Timeline rail */
39
+ .rail {
40
+ position:absolute; top:0; bottom:0; left:120px; width:16px; background:#1f6fb6; border-radius:10px;
41
+ }
42
+ .rail .stop {
43
+ position:absolute; left:50%; transform:translateX(-50%);
44
+ width:36px; height:36px; border:6px solid #b7dcff; border-radius:50%; background:#1f6fb6;
45
+ box-shadow:0 0 0 4px rgba(18,20,24,1);
46
+ }
47
+ .rail .stop.s1 { top:110px; }
48
+ .rail .stop.s2 { top:580px; }
49
+ .rail .stop.s3 { top:1290px; }
50
+
51
+ /* Leg cards */
52
+ .section {
53
+ position:relative;
54
+ padding:40px 40px 30px 220px;
55
+ border-bottom:1px solid #2b3138;
56
+ }
57
+ .section.dark { background:#1a1f24; }
58
+ .row { display:flex; align-items:center; gap:18px; }
59
+ .muted { color:#AAB4BE; font-size:34px; }
60
+ .muted .chev { margin-left:8px; opacity:.8; }
61
+ .price {
62
+ margin-left:auto; background:#163b57; color:#cfe8ff; padding:10px 18px; border-radius:12px; font-size:32px;
63
+ }
64
+ .title {
65
+ font-size:56px; font-weight:600; margin:18px 0 10px 0; color:#dfe6ee;
66
+ }
67
+ .divider { height:1px; background:#2b3138; margin:28px 0; }
68
+
69
+ /* Small icons on right (camera) */
70
+ .right-icon {
71
+ position:absolute; right:32px; top:92px; width:72px; height:72px; display:flex; align-items:center; justify-content:center; opacity:.9;
72
+ }
73
+
74
+ /* Transit square icon and bus circle */
75
+ .bus-badge {
76
+ width:72px; height:72px; border-radius:50%; background:#2e8adf; display:flex; align-items:center; justify-content:center;
77
+ box-shadow:0 0 0 6px #171b20 inset;
78
+ }
79
+ .bus-square {
80
+ width:72px; height:72px; border-radius:10px; background:#2e8adf; display:flex; align-items:center; justify-content:center;
81
+ }
82
+
83
+ /* Sub area */
84
+ .sub {
85
+ background:#20262d; padding:28px 24px; border-radius:14px; margin-top:10px;
86
+ }
87
+ .sub .place { font-size:38px; color:#cdd7e1; }
88
+ .small { font-size:30px; color:#9aa5b1; margin-top:12px; }
89
+
90
+ .time-pill {
91
+ margin-left:auto; background:#323a43; color:#e7eef7; padding:8px 20px; border-radius:16px; font-size:34px; display:flex; align-items:center; gap:10px;
92
+ }
93
+
94
+ .cta-row { display:flex; gap:24px; margin-top:26px; }
95
+ .cta {
96
+ background:#2b8fff; color:#0c1a27; border-radius:40px; padding:18px 28px; font-size:36px; font-weight:600; display:flex; align-items:center; gap:14px;
97
+ }
98
+
99
+ .more { color:#8fb9ff; font-size:36px; display:inline-flex; align-items:center; gap:10px; margin-top:24px; }
100
+
101
+ .walk-row { display:flex; align-items:center; gap:18px; color:#c8d0d8; font-size:36px; }
102
+
103
+ .dest-row { display:flex; align-items:center; gap:18px; margin-top:14px; }
104
+ .dest-name { font-size:48px; color:#f0f3f7; }
105
+
106
+ /* Ad banner placeholder */
107
+ .ad {
108
+ margin:22px 0; padding:0 20px;
109
+ }
110
+ .ad .img {
111
+ width:100%; height:180px; background:#E0E0E0; border:1px solid #BDBDBD;
112
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:40px;
113
+ border-radius:12px;
114
+ }
115
+
116
+ /* Bottom actions */
117
+ .bottom-bar {
118
+ position:absolute; left:0; right:0; bottom:70px; height:160px; background:#0f1318; border-top:1px solid #2b3138;
119
+ display:flex; align-items:center; gap:24px; padding:0 28px;
120
+ }
121
+ .btn {
122
+ height:104px; border-radius:60px; padding:0 40px; display:flex; align-items:center; gap:16px; font-size:40px; font-weight:600;
123
+ border:2px solid transparent;
124
+ }
125
+ .btn.green { background:#1ec98a; color:#052016; }
126
+ .btn.blue { background:#2b8fff; color:#081c2b; }
127
+ .btn.ghost {
128
+ background:transparent; color:#9fb4c8; border-color:#2f3a45; padding:0 28px;
129
+ }
130
+
131
+ /* Gesture bar */
132
+ .gesture {
133
+ position:absolute; left:50%; transform:translateX(-50%); bottom:18px; width:300px; height:10px; border-radius:6px; background:#e6e6e6; opacity:.9;
134
+ }
135
+
136
+ /* Simple SVG helpers */
137
+ svg { display:block; }
138
+ </style>
139
+ </head>
140
+ <body>
141
+ <div id="render-target">
142
+
143
+ <!-- Fake status bar -->
144
+ <div class="status-bar">
145
+ 8:58
146
+ <div class="right">
147
+ <div class="status-dot"></div>
148
+ <div class="status-dot"></div>
149
+ <div class="status-dot"></div>
150
+ <svg width="32" height="32" viewBox="0 0 24 24" fill="#fff"><path d="M12 2a8 8 0 0 0-8 8c0 5.25 8 12 8 12s8-6.75 8-12a8 8 0 0 0-8-8zm0 10.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z"/></svg>
151
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#fff"><path d="M7 8h10v10H7zM5 19h14v2H5zM9 5h6v2H9z"/></svg>
152
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#fff"><path d="M16 4H8a4 4 0 0 0-4 4v6a4 4 0 0 0 4 4h8a4 4 0 0 0 4-4V8a4 4 0 0 0-4-4zm0 2a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h8z"/></svg>
153
+ </div>
154
+ </div>
155
+
156
+ <!-- Header -->
157
+ <div class="header">
158
+ <div class="icon-btn">
159
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#E6EBF2">
160
+ <path d="M15.5 5 9 11.5 15.5 18l1.5-1.5-5-5 5-5z"/>
161
+ </svg>
162
+ </div>
163
+ <div class="header-title">Directions</div>
164
+ </div>
165
+
166
+ <!-- Content with timeline -->
167
+ <div class="content">
168
+ <div class="inner">
169
+ <div class="rail">
170
+ <div class="stop s1"></div>
171
+ <div class="stop s2"></div>
172
+ <div class="stop s3"></div>
173
+ </div>
174
+
175
+ <!-- First ride section -->
176
+ <div class="section dark" style="padding-top:44px; padding-bottom:24px;">
177
+ <div class="row">
178
+ <span class="muted">Ride 1 stop | 6 min</span>
179
+ <span class="muted chev">▾</span>
180
+ <span class="price">€1.10</span>
181
+ </div>
182
+
183
+ <div class="row" style="margin-top:18px;">
184
+ <div class="bus-badge">
185
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#fff"><path d="M6 7a3 3 0 0 1 3-3h6a3 3 0 0 1 3 3v6h-1v2h-2v-2H9v2H7v-2H6V7zm3 0h6v3H9V7zm0 4h6v2H9v-2z"/></svg>
186
+ </div>
187
+ <div class="bus-square" style="margin-left:16px;">
188
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#fff"><path d="M6 7a3 3 0 0 1 3-3h6a3 3 0 0 1 3 3v6h-1v2h-2v-2H9v2H7v-2H6V7z"/></svg>
189
+ </div>
190
+ </div>
191
+
192
+ <div class="title">Roma Tiburtina</div>
193
+
194
+ <div class="right-icon">
195
+ <svg width="60" height="60" viewBox="0 0 24 24" fill="#B6C2CD">
196
+ <path d="M4 7h4V5H3v5h2V7zm13 0h3v3h2V5h-5v2zM8 19H4v-3H2v5h6v-2zm12-3v3h-3v2h5v-5h-2zM8 9h8v8H8z"/>
197
+ </svg>
198
+ </div>
199
+
200
+ <div class="sub">
201
+ <div class="row">
202
+ <div class="row" style="gap:14px;">
203
+ <div style="width:56px; height:56px; border-radius:6px; background:#fff; display:flex; align-items:center; justify-content:center;">
204
+ <svg width="32" height="32" viewBox="0 0 24 24"><path fill="#e53935" d="M12 3a9 9 0 1 0 0 18A9 9 0 0 0 12 3z"/><circle cx="12" cy="12" r="4" fill="#fff"/></svg>
205
+ </div>
206
+ <div class="place">Subiaco | Piazza Falcone</div>
207
+ </div>
208
+ <div class="time-pill">
209
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#cfe1f9"><path d="M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm1-8.4V7h-2v6h5v-2h-3z"/></svg>
210
+ 10:00 AM
211
+ </div>
212
+ </div>
213
+ <div class="small">Scheduled time</div>
214
+
215
+ <div class="cta-row">
216
+ <div class="cta">
217
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#0c1a27"><path d="M6 7a3 3 0 0 1 3-3h6a3 3 0 0 1 3 3v6h-1v2h-2v-2H9v2H7v-2H6V7z"/></svg>
218
+ Live location
219
+ </div>
220
+ <div class="cta" style="background:#3a95ff;">
221
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#0c1a27"><path d="M12 22a2 2 0 0 0 2-2H10a2 2 0 0 0 2 2zM18 16v-5a6 6 0 1 0-12 0v5l-2 2v1h16v-1l-2-2z"/></svg>
222
+ Arrival updates
223
+ </div>
224
+ </div>
225
+
226
+ <div class="more">Show more options
227
+ <svg width="26" height="26" viewBox="0 0 24 24" fill="#8fb9ff"><path d="M10 6l6 6-6 6-2-2 4-4-4-4z"/></svg>
228
+ </div>
229
+ </div>
230
+ </div>
231
+
232
+ <!-- Second ride section -->
233
+ <div class="section dark">
234
+ <div class="row">
235
+ <span class="muted">Ride 5 stops | 60 min</span>
236
+ <span class="muted chev">▾</span>
237
+ <span class="price">€3.40</span>
238
+ </div>
239
+
240
+ <div class="title" style="margin-top:8px;">Roviano | Via Tiburtina Via Trieste</div>
241
+
242
+ <div class="right-icon" style="top:64px;">
243
+ <svg width="60" height="60" viewBox="0 0 24 24" fill="#B6C2CD">
244
+ <path d="M4 7h4V5H3v5h2V7zm13 0h3v3h2V5h-5v2zM8 19H4v-3H2v5h6v-2zm12-3v3h-3v2h5v-5h-2zM8 9h8v8H8z"/>
245
+ </svg>
246
+ </div>
247
+
248
+ <div class="divider"></div>
249
+
250
+ <div class="walk-row">
251
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#cfe1f9">
252
+ <path d="M13 5a2 2 0 1 1-4 0 2 2 0 0 1 4 0zM7 22l2-6 2 2v4h2v-5l-2-2 1-3 3 2v3h2v-4l-3-2 1-2a3 3 0 0 0-5-1L7 11v4H5v3h2z"/>
253
+ </svg>
254
+ Walk 650 m | 8 min
255
+ <span class="muted chev">▾</span>
256
+ </div>
257
+
258
+ <div class="divider" style="margin-top:22px;"></div>
259
+
260
+ <div class="dest-row">
261
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#ff7a28">
262
+ <path d="M12 2a7 7 0 0 0-7 7c0 5 7 13 7 13s7-8 7-13a7 7 0 0 0-7-7zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5z"/>
263
+ </svg>
264
+ <div class="dest-name">Roviano</div>
265
+ </div>
266
+
267
+ <div class="ad">
268
+ <div class="img">[IMG: Ad banner]</div>
269
+ </div>
270
+ </div>
271
+
272
+ </div>
273
+ </div>
274
+
275
+ <!-- Bottom action bar -->
276
+ <div class="bottom-bar">
277
+ <div class="btn green">
278
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#052016"><path d="M8 5v14l11-7z"/></svg>
279
+ Start
280
+ </div>
281
+ <div class="btn blue">
282
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#081c2b"><path d="M6 7a3 3 0 0 1 3-3h6a3 3 0 0 1 3 3v6h-1v2h-2v-2H9v2H7v-2H6V7z"/></svg>
283
+ Live location
284
+ </div>
285
+ <div class="btn ghost">
286
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#9fb4c8"><path d="M12 22a2 2 0 0 0 2-2H10a2 2 0 0 0 2 2zM18 16v-5a6 6 0 1 0-12 0v5l-2 2v1h16v-1l-2-2z"/></svg>
287
+ </div>
288
+ <div class="btn ghost">
289
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#9fb4c8"><path d="M18 16.1A5 5 0 0 0 12 7a5 5 0 0 0-6 4.9c0 2.6 1.9 4.8 4.4 5.2l-.4 2.9 3.1-2.5c3.1.3 5.9-2 5.9-5.3z"/></svg>
290
+ </div>
291
+ </div>
292
+
293
+ <!-- Gesture bar -->
294
+ <div class="gesture"></div>
295
+ </div>
296
+ </body>
297
+ </html>
code/3848/3848_0.html ADDED
@@ -0,0 +1,332 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Recipe Detail - Paradise Cocktail</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: #121212;
14
+ border-radius: 0;
15
+ box-shadow: none;
16
+ color: #fff;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ width: 1080px;
25
+ height: 120px;
26
+ background: #0a0a0a;
27
+ display: flex;
28
+ align-items: center;
29
+ padding: 0 36px;
30
+ box-sizing: border-box;
31
+ z-index: 5;
32
+ }
33
+ .status-left { font-size: 40px; font-weight: 600; letter-spacing: 0.5px; }
34
+ .status-left small { font-size: 30px; font-weight: 500; opacity: 0.9; margin-left: 14px; }
35
+ .status-right { margin-left: auto; display: flex; gap: 28px; align-items: center; }
36
+ .status-icon svg { width: 42px; height: 42px; fill: #fff; opacity: 0.95; }
37
+
38
+ /* Hero image placeholder */
39
+ .hero {
40
+ position: absolute;
41
+ top: 120px;
42
+ left: 0;
43
+ width: 1080px;
44
+ height: 1060px;
45
+ }
46
+ .hero .img {
47
+ width: 100%;
48
+ height: 100%;
49
+ background: #E0E0E0;
50
+ border: 1px solid #BDBDBD;
51
+ display: flex;
52
+ align-items: center;
53
+ justify-content: center;
54
+ color: #757575;
55
+ font-size: 40px;
56
+ }
57
+ .hero-gradient {
58
+ position: absolute;
59
+ bottom: 0;
60
+ left: 0;
61
+ width: 1080px;
62
+ height: 380px;
63
+ background: linear-gradient(to bottom, rgba(18,18,18,0) 0%, rgba(18,18,18,0.35) 45%, rgba(18,18,18,0.8) 85%, rgba(18,18,18,1) 100%);
64
+ pointer-events: none;
65
+ }
66
+
67
+ /* Floating controls */
68
+ .circle-btn {
69
+ position: absolute;
70
+ width: 88px;
71
+ height: 88px;
72
+ border-radius: 44px;
73
+ background: rgba(26,26,26,0.9);
74
+ box-shadow: 0 6px 14px rgba(0,0,0,0.35);
75
+ display: flex;
76
+ align-items: center;
77
+ justify-content: center;
78
+ z-index: 6;
79
+ }
80
+ .circle-btn svg { width: 44px; height: 44px; stroke: #fff; fill: none; stroke-width: 4; }
81
+
82
+ .back-btn { left: 40px; top: 250px; }
83
+ .share-btn { right: 40px; top: 330px; }
84
+ .bookmark-btn { right: 40px; top: 440px; }
85
+ .bookmark-btn svg { fill: none; stroke: #fff; }
86
+
87
+ /* Watch pill */
88
+ .watch-pill {
89
+ position: absolute;
90
+ left: 40px;
91
+ bottom: 260px;
92
+ padding: 26px 46px;
93
+ background: linear-gradient(135deg, #2a2a22 0%, #42402a 100%);
94
+ color: #fff;
95
+ border-radius: 60px;
96
+ font-weight: 700;
97
+ letter-spacing: 1px;
98
+ text-transform: uppercase;
99
+ font-size: 34px;
100
+ box-shadow: 0 8px 16px rgba(0,0,0,0.35);
101
+ z-index: 6;
102
+ }
103
+
104
+ /* Title card */
105
+ .title-card {
106
+ position: absolute;
107
+ left: 40px;
108
+ right: 40px;
109
+ top: 930px;
110
+ background: #1f1f1f;
111
+ border-radius: 40px;
112
+ padding: 50px 60px;
113
+ box-shadow: 0 24px 40px rgba(0,0,0,0.45);
114
+ z-index: 7;
115
+ }
116
+ .overline {
117
+ font-size: 34px;
118
+ letter-spacing: 2px;
119
+ color: #bcbcbc;
120
+ text-transform: uppercase;
121
+ text-align: center;
122
+ }
123
+ .title {
124
+ margin-top: 16px;
125
+ font-size: 64px;
126
+ font-weight: 800;
127
+ text-align: center;
128
+ color: #ffffff;
129
+ }
130
+ .byline {
131
+ margin-top: 12px;
132
+ font-size: 36px;
133
+ text-align: center;
134
+ color: #bdbdbd;
135
+ }
136
+ .byline b { color: #fff; font-weight: 700; }
137
+
138
+ /* Rating section */
139
+ .rating {
140
+ position: absolute;
141
+ left: 60px;
142
+ right: 60px;
143
+ top: 1240px;
144
+ display: flex;
145
+ flex-direction: column;
146
+ align-items: center;
147
+ gap: 18px;
148
+ color: #fff;
149
+ }
150
+ .rating .row {
151
+ display: flex;
152
+ align-items: center;
153
+ gap: 18px;
154
+ font-size: 40px;
155
+ font-weight: 700;
156
+ }
157
+ .stars { display: flex; gap: 8px; }
158
+ .rating .sub {
159
+ font-size: 34px;
160
+ color: #bcbcbc;
161
+ letter-spacing: 1px;
162
+ }
163
+
164
+ /* Description */
165
+ .desc {
166
+ position: absolute;
167
+ left: 40px;
168
+ right: 40px;
169
+ top: 1450px;
170
+ font-size: 40px;
171
+ line-height: 60px;
172
+ color: #dedede;
173
+ }
174
+
175
+ /* CTA buttons */
176
+ .cta-row {
177
+ position: absolute;
178
+ left: 40px;
179
+ right: 40px;
180
+ bottom: 190px;
181
+ display: flex;
182
+ gap: 40px;
183
+ }
184
+ .btn {
185
+ flex: 1;
186
+ height: 128px;
187
+ border-radius: 64px;
188
+ display: flex;
189
+ align-items: center;
190
+ justify-content: center;
191
+ font-size: 40px;
192
+ font-weight: 800;
193
+ letter-spacing: 1px;
194
+ }
195
+ .btn.outline {
196
+ border: 3px solid #e7e7e7;
197
+ color: #ffffff;
198
+ background: transparent;
199
+ }
200
+ .btn.filled {
201
+ background: #e7e7e7;
202
+ color: #131313;
203
+ }
204
+
205
+ /* Home indicator */
206
+ .home-indicator {
207
+ position: absolute;
208
+ bottom: 58px;
209
+ left: 50%;
210
+ transform: translateX(-50%);
211
+ width: 360px;
212
+ height: 16px;
213
+ border-radius: 12px;
214
+ background: #2b2b2b;
215
+ opacity: 0.9;
216
+ }
217
+
218
+ /* Simple icons */
219
+ .icon-share svg { stroke: #fff; fill: none; }
220
+ .icon-bookmark svg { stroke-linejoin: round; }
221
+ </style>
222
+ </head>
223
+ <body>
224
+ <div id="render-target">
225
+
226
+ <!-- Status bar -->
227
+ <div class="status-bar">
228
+ <div class="status-left">12:25 <small>18°</small></div>
229
+ <div class="status-right">
230
+ <div class="status-icon">
231
+ <!-- WiFi -->
232
+ <svg viewBox="0 0 24 24">
233
+ <path d="M2 8c5-4 15-4 20 0M5 11c3-3 11-3 14 0M8 14c2-2 6-2 8 0"/>
234
+ <circle cx="12" cy="18" r="2"/>
235
+ </svg>
236
+ </div>
237
+ <div class="status-icon">
238
+ <!-- Battery -->
239
+ <svg viewBox="0 0 28 24">
240
+ <rect x="1" y="5" width="22" height="14" rx="2" ry="2"></rect>
241
+ <rect x="24" y="9" width="3" height="6" rx="1"></rect>
242
+ <rect x="3" y="7" width="18" height="10" fill="#fff"></rect>
243
+ </svg>
244
+ </div>
245
+ </div>
246
+ </div>
247
+
248
+ <!-- Hero image -->
249
+ <div class="hero">
250
+ <div class="img">[IMG: Cocktail close-up]</div>
251
+ <div class="hero-gradient"></div>
252
+ </div>
253
+
254
+ <!-- Floating controls -->
255
+ <div class="circle-btn back-btn" aria-label="Back">
256
+ <svg viewBox="0 0 24 24">
257
+ <path d="M15 5L7 12l8 7"/>
258
+ </svg>
259
+ </div>
260
+
261
+ <div class="circle-btn share-btn icon-share" aria-label="Share">
262
+ <svg viewBox="0 0 24 24">
263
+ <circle cx="6" cy="12" r="2"></circle>
264
+ <circle cx="18" cy="6" r="2"></circle>
265
+ <circle cx="18" cy="18" r="2"></circle>
266
+ <path d="M8 11l8-4M8 13l8 4"></path>
267
+ </svg>
268
+ </div>
269
+
270
+ <div class="circle-btn bookmark-btn icon-bookmark" aria-label="Bookmark">
271
+ <svg viewBox="0 0 24 24">
272
+ <path d="M6 4h12v16l-6-4-6 4z"></path>
273
+ </svg>
274
+ </div>
275
+
276
+ <div class="watch-pill">WATCH</div>
277
+
278
+ <!-- Title card -->
279
+ <div class="title-card">
280
+ <div class="overline">Recipe</div>
281
+ <div class="title">Paradise Cocktail</div>
282
+ <div class="byline"><b>by</b> Kraut Source</div>
283
+ </div>
284
+
285
+ <!-- Rating -->
286
+ <div class="rating">
287
+ <div class="row">
288
+ <div>4.5</div>
289
+ <div class="stars">
290
+ <!-- 4 full stars -->
291
+ <svg viewBox="0 0 24 24" width="44" height="44">
292
+ <path d="M12 2l3.1 6.3 7 1-5 4.9 1.2 7-6.3-3.3-6.3 3.3 1.2-7-5-4.9 7-1z" fill="#FFA000"/>
293
+ </svg>
294
+ <svg viewBox="0 0 24 24" width="44" height="44">
295
+ <path d="M12 2l3.1 6.3 7 1-5 4.9 1.2 7-6.3-3.3-6.3 3.3 1.2-7-5-4.9 7-1z" fill="#FFA000"/>
296
+ </svg>
297
+ <svg viewBox="0 0 24 24" width="44" height="44">
298
+ <path d="M12 2l3.1 6.3 7 1-5 4.9 1.2 7-6.3-3.3-6.3 3.3 1.2-7-5-4.9 7-1z" fill="#FFA000"/>
299
+ </svg>
300
+ <svg viewBox="0 0 24 24" width="44" height="44">
301
+ <path d="M12 2l3.1 6.3 7 1-5 4.9 1.2 7-6.3-3.3-6.3 3.3 1.2-7-5-4.9 7-1z" fill="#FFA000"/>
302
+ </svg>
303
+ <!-- half star -->
304
+ <svg viewBox="0 0 24 24" width="44" height="44">
305
+ <defs>
306
+ <clipPath id="half">
307
+ <rect x="0" y="0" width="12" height="24"></rect>
308
+ </clipPath>
309
+ </defs>
310
+ <path d="M12 2l3.1 6.3 7 1-5 4.9 1.2 7-6.3-3.3-6.3 3.3 1.2-7-5-4.9 7-1z" fill="#555"/>
311
+ <path d="M12 2l3.1 6.3 7 1-5 4.9 1.2 7-6.3-3.3-6.3 3.3 1.2-7-5-4.9 7-1z" fill="#FFA000" clip-path="url(#half)"/>
312
+ </svg>
313
+ </div>
314
+ </div>
315
+ <div class="sub">2 Ratings</div>
316
+ </div>
317
+
318
+ <!-- Description -->
319
+ <div class="desc">
320
+ Great cocktail with pre-made juice from Pineapple &amp; Spice Salsa recipe from Kraut Source.
321
+ </div>
322
+
323
+ <!-- CTAs -->
324
+ <div class="cta-row">
325
+ <div class="btn outline">ADD TO PLAN</div>
326
+ <div class="btn filled">ADD TO CART</div>
327
+ </div>
328
+
329
+ <div class="home-indicator"></div>
330
+ </div>
331
+ </body>
332
+ </html>
code/3848/3848_2.html ADDED
@@ -0,0 +1,293 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Android Share Sheet Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #0e0e0e;
15
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
16
+ color: #ffffff;
17
+ }
18
+
19
+ /* Hero (video thumbnail) */
20
+ .hero {
21
+ position: absolute;
22
+ inset: 0 auto auto 0;
23
+ width: 100%;
24
+ height: 1380px;
25
+ }
26
+ .hero .img {
27
+ width: 100%;
28
+ height: 100%;
29
+ background: #E0E0E0;
30
+ border: 1px solid #BDBDBD;
31
+ color: #757575;
32
+ display: flex;
33
+ align-items: center;
34
+ justify-content: center;
35
+ font-size: 36px;
36
+ letter-spacing: .2px;
37
+ }
38
+ .hero .top-gradient {
39
+ position: absolute;
40
+ top: 0; left: 0; right: 0;
41
+ height: 220px;
42
+ background: linear-gradient(180deg, rgba(0,0,0,0.7), rgba(0,0,0,0.0));
43
+ pointer-events: none;
44
+ }
45
+
46
+ /* Status bar */
47
+ .status {
48
+ position: absolute;
49
+ top: 30px; left: 36px; right: 36px;
50
+ display: flex;
51
+ justify-content: space-between;
52
+ align-items: center;
53
+ color: #fff;
54
+ font-weight: 600;
55
+ }
56
+ .status .left {
57
+ display: flex; align-items: center; gap: 18px;
58
+ font-size: 42px;
59
+ }
60
+ .status .temp { font-size: 36px; opacity: 0.9; }
61
+ .status .right { display: flex; align-items: center; gap: 26px; opacity: 0.95; }
62
+ .status svg { width: 44px; height: 44px; fill: #fff; }
63
+
64
+ /* Floating back/share icons */
65
+ .fab {
66
+ position: absolute;
67
+ top: 220px;
68
+ width: 72px; height: 72px;
69
+ display: flex; align-items: center; justify-content: center;
70
+ border-radius: 50%;
71
+ background: rgba(0,0,0,0.35);
72
+ }
73
+ .fab.left { left: 24px; }
74
+ .fab.right { right: 24px; }
75
+ .fab svg { width: 40px; height: 40px; fill: #ddd; }
76
+
77
+ /* Play overlay */
78
+ .play {
79
+ position: absolute;
80
+ left: 50%;
81
+ top: 58%;
82
+ transform: translate(-50%, -50%);
83
+ width: 340px; height: 340px;
84
+ border: 8px solid rgba(255,255,255,0.45);
85
+ border-radius: 50%;
86
+ display: flex; align-items: center; justify-content: center;
87
+ box-sizing: border-box;
88
+ }
89
+ .play .triangle {
90
+ width: 0; height: 0;
91
+ border-left: 120px solid rgba(255,255,255,0.75);
92
+ border-top: 80px solid transparent;
93
+ border-bottom: 80px solid transparent;
94
+ margin-left: 18px;
95
+ }
96
+
97
+ /* Bottom sheet */
98
+ .sheet {
99
+ position: absolute;
100
+ left: 0; right: 0; bottom: 0;
101
+ height: 1200px;
102
+ background: #191a1a;
103
+ border-top-left-radius: 48px;
104
+ border-top-right-radius: 48px;
105
+ box-shadow: 0 -12px 30px rgba(0,0,0,0.5);
106
+ padding: 36px 48px 140px;
107
+ box-sizing: border-box;
108
+ }
109
+ .handle {
110
+ width: 168px; height: 10px; border-radius: 6px;
111
+ background: #3b3d3d; margin: 8px auto 42px;
112
+ }
113
+
114
+ .url {
115
+ font-size: 36px;
116
+ line-height: 1.45;
117
+ color: #e8e8e8;
118
+ word-break: break-all;
119
+ margin-bottom: 44px;
120
+ }
121
+
122
+ .actions {
123
+ display: flex; gap: 28px;
124
+ margin-bottom: 44px;
125
+ }
126
+ .btn {
127
+ display: inline-flex; align-items: center; gap: 18px;
128
+ padding: 22px 36px;
129
+ border: 3px solid #29c7b4;
130
+ color: #bff6ee;
131
+ border-radius: 24px;
132
+ font-size: 36px;
133
+ }
134
+ .btn svg { width: 42px; height: 42px; fill: #7de8d9; }
135
+
136
+ .contact {
137
+ display: flex; align-items: center;
138
+ gap: 28px;
139
+ margin: 34px 0 36px;
140
+ }
141
+ .avatar {
142
+ position: relative;
143
+ width: 140px; height: 140px;
144
+ border-radius: 50%;
145
+ background: #E0E0E0;
146
+ border: 1px solid #BDBDBD;
147
+ display: flex; align-items: center; justify-content: center;
148
+ color: #757575; font-size: 26px;
149
+ overflow: visible;
150
+ }
151
+ .badge {
152
+ position: absolute; right: -2px; bottom: -2px;
153
+ width: 48px; height: 48px; border-radius: 50%;
154
+ background: #E0E0E0; border: 1px solid #BDBDBD;
155
+ display: flex; align-items: center; justify-content: center;
156
+ color: #757575; font-size: 18px;
157
+ }
158
+ .contact .info {
159
+ display: flex; flex-direction: column;
160
+ gap: 6px;
161
+ }
162
+ .contact .name {
163
+ font-size: 36px; color: #ffffff;
164
+ }
165
+ .contact .email {
166
+ font-size: 30px; color: #bdbdbd;
167
+ }
168
+
169
+ .apps {
170
+ display: flex; justify-content: space-between;
171
+ margin-top: 40px;
172
+ padding: 0 26px 0 10px;
173
+ }
174
+ .app {
175
+ width: 200px;
176
+ text-align: center;
177
+ }
178
+ .app .icon {
179
+ width: 140px; height: 140px; margin: 0 auto 18px;
180
+ border-radius: 50%;
181
+ background: #E0E0E0;
182
+ border: 1px solid #BDBDBD;
183
+ color: #757575; display: flex; align-items: center; justify-content: center;
184
+ font-size: 22px;
185
+ }
186
+ .app .label { font-size: 30px; color: #e0e0e0; }
187
+
188
+ /* Gesture bar */
189
+ .gesture {
190
+ position: absolute;
191
+ left: 50%;
192
+ bottom: 24px;
193
+ transform: translateX(-50%);
194
+ width: 360px; height: 10px; border-radius: 10px;
195
+ background: #cfcfcf; opacity: 0.6;
196
+ }
197
+ </style>
198
+ </head>
199
+ <body>
200
+ <div id="render-target">
201
+
202
+ <div class="hero">
203
+ <div class="img">[IMG: Food video thumbnail]</div>
204
+ <div class="top-gradient"></div>
205
+
206
+ <div class="status">
207
+ <div class="left">
208
+ <div class="time">12:27</div>
209
+ <div class="temp">18°</div>
210
+ </div>
211
+ <div class="right">
212
+ <!-- Wi-Fi icon -->
213
+ <svg viewBox="0 0 24 24" aria-hidden="true">
214
+ <path d="M12 18.5l2.5 2.5-2.5 2.5-2.5-2.5L12 18.5z" opacity="0"></path>
215
+ <path d="M12 20.5c.7 0 1.3.3 1.8.7l1.7-1.7A5 5 0 0 0 12 18a5 5 0 0 0-3.5 1.5l1.7 1.7c.5-.4 1.1-.7 1.8-.7zM12 15c2.1 0 4.1.8 5.6 2.3l1.7-1.7A10 10 0 0 0 12 13a10 10 0 0 0-7.3 2.6l1.7 1.7A8 8 0 0 1 12 15zm0-5c3.5 0 6.8 1.3 9.3 3.8l1.7-1.7C19.9 8 16.1 6.5 12 6.5S4.1 8 1 12.1l1.7 1.7C5.2 10.3 8.5 10 12 10z"/>
216
+ </svg>
217
+ <!-- Battery icon -->
218
+ <svg viewBox="0 0 24 24" aria-hidden="true">
219
+ <path d="M16 7h2v10h-2z" opacity=".0"></path>
220
+ <path d="M2 8a2 2 0 0 1 2-2h13a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8zm2 0v8h13V8H4zm16 3h2v2h-2v-2z"/>
221
+ </svg>
222
+ </div>
223
+ </div>
224
+
225
+ <div class="fab left" title="Back">
226
+ <svg viewBox="0 0 24 24"><path d="M15.5 4l-8 8 8 8 1.5-1.5L10.5 12l6.5-6.5L15.5 4z"/></svg>
227
+ </div>
228
+ <div class="fab right" title="Share">
229
+ <svg viewBox="0 0 24 24"><path d="M18 16a3 3 0 0 0-2.6 1.5L8.9 13a3.1 3.1 0 0 0 0-2l6.5-4.5A3 3 0 1 0 15 5.5L8.5 10a3 3 0 1 0 0 4L15 18.5A3 3 0 1 0 18 16z"/></svg>
230
+ </div>
231
+
232
+ <div class="play">
233
+ <div class="triangle"></div>
234
+ </div>
235
+ </div>
236
+
237
+ <div class="sheet">
238
+ <div class="handle"></div>
239
+
240
+ <div class="url">
241
+ https://www.kitchenstories.com/en/recipes/sweet-potato-curry
242
+ </div>
243
+
244
+ <div class="actions">
245
+ <div class="btn">
246
+ <svg viewBox="0 0 24 24" aria-hidden="true">
247
+ <path d="M16 1H6a2 2 0 0 0-2 2v13h2V3h10V1zm3 4H9a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2zm0 16H9V7h10v14z"/>
248
+ </svg>
249
+ <span>Copy</span>
250
+ </div>
251
+ <div class="btn">
252
+ <svg viewBox="0 0 24 24" aria-hidden="true">
253
+ <path d="M7 11l3-3v2h4V8l3 3-3 3v-2h-4v2l-3-3z"/>
254
+ <circle cx="6" cy="18" r="1.5"></circle>
255
+ <circle cx="18" cy="6" r="1.5"></circle>
256
+ </svg>
257
+ <span>Nearby</span>
258
+ </div>
259
+ </div>
260
+
261
+ <div class="contact">
262
+ <div class="avatar">[IMG: User Avatar]</div>
263
+ <div class="badge">G</div>
264
+ <div class="info">
265
+ <div class="name">dbwscratch</div>
266
+ <div class="email">test.id11@g...</div>
267
+ </div>
268
+ </div>
269
+
270
+ <div class="apps">
271
+ <div class="app">
272
+ <div class="icon">[IMG: Gmail Icon]</div>
273
+ <div class="label">Gmail</div>
274
+ </div>
275
+ <div class="app">
276
+ <div class="icon">[IMG: Drive Icon]</div>
277
+ <div class="label">Drive</div>
278
+ </div>
279
+ <div class="app">
280
+ <div class="icon">[IMG: Messages Icon]</div>
281
+ <div class="label">Messages</div>
282
+ </div>
283
+ <div class="app">
284
+ <div class="icon">[IMG: Keep Notes Icon]</div>
285
+ <div class="label">Keep Notes</div>
286
+ </div>
287
+ </div>
288
+ </div>
289
+
290
+ <div class="gesture"></div>
291
+ </div>
292
+ </body>
293
+ </html>
code/3848/3848_3.html ADDED
@@ -0,0 +1,359 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0" />
6
+ <title>Compose - Dark UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -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: #121212;
15
+ color: #EDEDED;
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
+ color: #EDEDED;
26
+ font-size: 34px;
27
+ letter-spacing: 0.5px;
28
+ }
29
+ .status-left { display: flex; align-items: center; gap: 20px; }
30
+ .status-right { display: flex; align-items: center; gap: 24px; }
31
+ .icon svg { display: block; }
32
+
33
+ /* App bar */
34
+ .app-bar {
35
+ height: 160px;
36
+ border-bottom: 1px solid #1F1F1F;
37
+ display: flex;
38
+ align-items: center;
39
+ padding: 0 24px;
40
+ }
41
+ .app-left {
42
+ width: 120px;
43
+ display: flex;
44
+ justify-content: center;
45
+ }
46
+ .app-title {
47
+ font-size: 52px;
48
+ font-weight: 500;
49
+ color: #EDEDED;
50
+ flex: 1;
51
+ }
52
+ .app-actions {
53
+ display: flex;
54
+ align-items: center;
55
+ gap: 26px;
56
+ }
57
+ .tap {
58
+ width: 80px; height: 80px;
59
+ display: inline-flex; align-items: center; justify-content: center;
60
+ border-radius: 40px;
61
+ }
62
+
63
+ /* Content area */
64
+ .content {
65
+ position: absolute;
66
+ top: 256px; /* status(96) + app(160) */
67
+ left: 0;
68
+ right: 0;
69
+ bottom: 900px; /* leave space for keyboard */
70
+ overflow: hidden;
71
+ }
72
+ .field {
73
+ padding: 26px 32px 30px 32px;
74
+ border-bottom: 1px solid #242424;
75
+ }
76
+ .row {
77
+ display: flex; align-items: center; gap: 24px;
78
+ }
79
+ .label {
80
+ width: 130px;
81
+ color: #B0B0B0;
82
+ font-size: 34px;
83
+ }
84
+ .value {
85
+ color: #E6E6E6;
86
+ font-size: 36px;
87
+ flex: 1;
88
+ white-space: nowrap;
89
+ overflow: hidden;
90
+ text-overflow: ellipsis;
91
+ }
92
+ .placeholder {
93
+ color: #8F8F8F;
94
+ font-size: 38px;
95
+ padding-left: 32px;
96
+ }
97
+ .chev {
98
+ width: 56px; height: 56px; display: flex; align-items: center; justify-content: center;
99
+ }
100
+ .body-area {
101
+ padding: 36px 32px;
102
+ font-size: 40px;
103
+ line-height: 1.5;
104
+ color: #E6E6E6;
105
+ }
106
+ .link {
107
+ color: #B0D8FF;
108
+ word-break: break-all;
109
+ }
110
+
111
+ /* Keyboard mock */
112
+ .keyboard {
113
+ position: absolute;
114
+ left: 0; right: 0; bottom: 0;
115
+ height: 900px;
116
+ background: #161616;
117
+ border-top: 1px solid #232323;
118
+ display: flex;
119
+ flex-direction: column;
120
+ }
121
+ .kb-toolbar {
122
+ height: 96px;
123
+ padding: 0 24px;
124
+ display: flex; align-items: center; gap: 22px;
125
+ border-bottom: 1px solid #232323;
126
+ }
127
+ .tool-btn {
128
+ width: 70px; height: 70px; border-radius: 18px;
129
+ background: #232323; display: flex; align-items: center; justify-content: center;
130
+ }
131
+ .keys {
132
+ padding: 18px 18px 0 18px;
133
+ display: flex; flex-direction: column; gap: 18px;
134
+ flex: 1;
135
+ }
136
+ .key-row {
137
+ display: grid; gap: 16px;
138
+ }
139
+ .row-1 { grid-template-columns: repeat(10, 1fr); }
140
+ .row-2 { grid-template-columns: 0.5fr repeat(9, 1fr) 0.5fr; } /* side paddings to simulate offset */
141
+ .row-3 { grid-template-columns: 1.4fr repeat(7, 1fr) 1.8fr; } /* shift and backspace */
142
+ .row-4 { grid-template-columns: 1.9fr 1.3fr 1.3fr 5.8fr 1.3fr 2.2fr; }
143
+
144
+ .key {
145
+ height: 120px;
146
+ border-radius: 20px;
147
+ background: #2A2A2A;
148
+ color: #F3F3F3;
149
+ font-size: 44px;
150
+ display: flex; align-items: center; justify-content: center;
151
+ }
152
+ .key.shift, .key.back { background: #2F2F2F; }
153
+ .key.fn { background: #9DB7B3; color: #0E0E0E; font-weight: 600; }
154
+ .key.enter { background: #8FE7E3; color: #0E0E0E; font-weight: 700; }
155
+ .space { font-size: 32px; color: #CFCFCF; }
156
+
157
+ /* Bottom gesture handle */
158
+ .gesture {
159
+ position: absolute; left: 50%; transform: translateX(-50%);
160
+ bottom: 26px;
161
+ width: 420px; height: 10px; border-radius: 10px; background: #D9D9D9;
162
+ opacity: 0.8;
163
+ }
164
+ </style>
165
+ </head>
166
+ <body>
167
+ <div id="render-target">
168
+
169
+ <!-- Status Bar -->
170
+ <div class="status-bar">
171
+ <div class="status-left">
172
+ <span>12:28</span>
173
+ <span style="color:#BDBDBD;">18°</span>
174
+ </div>
175
+ <div class="status-right">
176
+ <!-- Signal -->
177
+ <span class="icon" style="width:40px;height:40px;">
178
+ <svg viewBox="0 0 24 24" width="40" height="40" fill="#EDEDED">
179
+ <rect x="1" y="14" width="4" height="8" rx="1"></rect>
180
+ <rect x="7" y="10" width="4" height="12" rx="1" opacity="0.8"></rect>
181
+ <rect x="13" y="6" width="4" height="16" rx="1" opacity="0.6"></rect>
182
+ <rect x="19" y="2" width="4" height="20" rx="1" opacity="0.4"></rect>
183
+ </svg>
184
+ </span>
185
+ <!-- WiFi -->
186
+ <span class="icon" style="width:40px;height:40px;">
187
+ <svg viewBox="0 0 24 24" width="40" height="40" fill="none" stroke="#EDEDED" stroke-width="2">
188
+ <path d="M2 8c5-4 15-4 20 0"></path>
189
+ <path d="M5 12c3-3 11-3 14 0"></path>
190
+ <path d="M8 16c2-2 6-2 8 0"></path>
191
+ <circle cx="12" cy="19" r="1.5" fill="#EDEDED"></circle>
192
+ </svg>
193
+ </span>
194
+ <!-- Battery -->
195
+ <span class="icon" style="width:56px;height:40px;">
196
+ <svg viewBox="0 0 28 14" width="56" height="40">
197
+ <rect x="1" y="1" width="22" height="12" rx="2" fill="none" stroke="#EDEDED" stroke-width="2"></rect>
198
+ <rect x="3" y="3" width="16" height="8" rx="1" fill="#EDEDED"></rect>
199
+ <rect x="23" y="4" width="4" height="6" rx="1" fill="#EDEDED"></rect>
200
+ </svg>
201
+ </span>
202
+ </div>
203
+ </div>
204
+
205
+ <!-- App Bar -->
206
+ <div class="app-bar">
207
+ <div class="app-left">
208
+ <div class="tap">
209
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="#EDEDED" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
210
+ <path d="M15 18l-6-6 6-6"></path>
211
+ </svg>
212
+ </div>
213
+ </div>
214
+ <div class="app-title">Compose</div>
215
+ <div class="app-actions">
216
+ <div class="tap">
217
+ <!-- Paperclip -->
218
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#EDEDED" stroke-width="2">
219
+ <path d="M21 7l-9.5 9.5a4 4 0 01-5.7-5.7L14 2"></path>
220
+ </svg>
221
+ </div>
222
+ <div class="tap">
223
+ <!-- Send -->
224
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#EDEDED">
225
+ <path d="M2 21l20-9L2 3l4 7-4 7z"></path>
226
+ </svg>
227
+ </div>
228
+ <div class="tap">
229
+ <!-- More vertical -->
230
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#EDEDED">
231
+ <circle cx="12" cy="5" r="2"></circle>
232
+ <circle cx="12" cy="12" r="2"></circle>
233
+ <circle cx="12" cy="19" r="2"></circle>
234
+ </svg>
235
+ </div>
236
+ </div>
237
+ </div>
238
+
239
+ <!-- Content -->
240
+ <div class="content">
241
+ <div class="field">
242
+ <div class="row">
243
+ <div class="label">From</div>
244
+ <div class="value">dbwscratch.test.id11@gmail.com</div>
245
+ </div>
246
+ </div>
247
+
248
+ <div class="field">
249
+ <div class="row">
250
+ <div class="label">To</div>
251
+ <div class="value" style="color:#6F6F6F;"> </div>
252
+ <div class="chev">
253
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none" stroke="#9E9E9E" stroke-width="2">
254
+ <path d="M6 9l6 6 6-6"></path>
255
+ </svg>
256
+ </div>
257
+ </div>
258
+ </div>
259
+
260
+ <div class="field">
261
+ <div class="placeholder">Subject</div>
262
+ </div>
263
+
264
+ <div class="body-area">
265
+ <div class="link">https://www.kitchenstories.com/en/recipes/sweet-potato-curry</div>
266
+ </div>
267
+ </div>
268
+
269
+ <!-- Keyboard -->
270
+ <div class="keyboard">
271
+ <div class="kb-toolbar">
272
+ <div class="tool-btn">
273
+ <!-- grid icon -->
274
+ <svg width="38" height="38" viewBox="0 0 24 24" fill="#DADADA">
275
+ <rect x="3" y="3" width="6" height="6"></rect>
276
+ <rect x="15" y="3" width="6" height="6"></rect>
277
+ <rect x="3" y="15" width="6" height="6"></rect>
278
+ <rect x="15" y="15" width="6" height="6"></rect>
279
+ </svg>
280
+ </div>
281
+ <div class="tool-btn">
282
+ <!-- smile -->
283
+ <svg width="38" height="38" viewBox="0 0 24 24" fill="none" stroke="#DADADA" stroke-width="2">
284
+ <circle cx="12" cy="12" r="9"></circle>
285
+ <path d="M8 15c2 2 6 2 8 0"></path>
286
+ <circle cx="9" cy="10" r="1.2" fill="#DADADA"></circle>
287
+ <circle cx="15" cy="10" r="1.2" fill="#DADADA"></circle>
288
+ </svg>
289
+ </div>
290
+ <div class="tool-btn">
291
+ <!-- GIF -->
292
+ <span style="color:#DADADA;font-weight:700;">GIF</span>
293
+ </div>
294
+ <div class="tool-btn">
295
+ <!-- translate -->
296
+ <svg width="38" height="38" viewBox="0 0 24 24" fill="none" stroke="#DADADA" stroke-width="2">
297
+ <path d="M3 5h10v6H3z"></path>
298
+ <path d="M14 13l3 6 4-8 3 6"></path>
299
+ </svg>
300
+ </div>
301
+ <div class="tool-btn">
302
+ <!-- gear -->
303
+ <svg width="38" height="38" viewBox="0 0 24 24" fill="none" stroke="#DADADA" stroke-width="2">
304
+ <circle cx="12" cy="12" r="3"></circle>
305
+ <path d="M19.4 15a7.8 7.8 0 000-6l2-1-2-3-2 1a7.8 7.8 0 00-6 0L9 3 6 5l1 2a7.8 7.8 0 000 6l-1 2 3 2 1-2a7.8 7.8 0 006 0l2 1 2-3-2-1z" opacity=".6"></path>
306
+ </svg>
307
+ </div>
308
+ <div class="tool-btn">
309
+ <!-- palette -->
310
+ <svg width="38" height="38" viewBox="0 0 24 24" fill="#DADADA">
311
+ <path d="M12 2a10 10 0 00-9 14 4 4 0 004 4h5a3 3 0 100-6h-1a1 1 0 01-1-1 3 3 0 013-3h2a5 5 0 000-10z" opacity=".8"></path>
312
+ </svg>
313
+ </div>
314
+ <div style="margin-left:auto;" class="tool-btn">
315
+ <!-- mic -->
316
+ <svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="#DADADA" stroke-width="2">
317
+ <rect x="9" y="3" width="6" height="10" rx="3"></rect>
318
+ <path d="M5 11a7 7 0 0014 0M12 18v3"></path>
319
+ </svg>
320
+ </div>
321
+ </div>
322
+
323
+ <div class="keys">
324
+ <div class="key-row row-1">
325
+ <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>
326
+ <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>
327
+ </div>
328
+ <div class="key-row row-2">
329
+ <div></div>
330
+ <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>
331
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
332
+ <div></div>
333
+ </div>
334
+ <div class="key-row row-3">
335
+ <div class="key shift">⇧</div>
336
+ <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>
337
+ <div class="key back">
338
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#EDEDED" stroke-width="2">
339
+ <path d="M20 7l-5 5 5 5"></path>
340
+ <path d="M4 12h11"></path>
341
+ </svg>
342
+ </div>
343
+ </div>
344
+ <div class="key-row row-4">
345
+ <div class="key fn">?123</div>
346
+ <div class="key">@</div>
347
+ <div class="key">☺</div>
348
+ <div class="key space">space</div>
349
+ <div class="key">.</div>
350
+ <div class="key enter">↵</div>
351
+ </div>
352
+ </div>
353
+
354
+ <div class="gesture"></div>
355
+ </div>
356
+
357
+ </div>
358
+ </body>
359
+ </html>
code/3848/3848_4.html ADDED
@@ -0,0 +1,236 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Compose - Dark UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #121212; color: #EDEDED;
13
+ font-family: "Roboto", Arial, sans-serif;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ height: 110px;
19
+ color: #EDEDED;
20
+ padding: 0 36px;
21
+ display: flex; align-items: center; justify-content: space-between;
22
+ font-size: 38px;
23
+ }
24
+ .status-left { opacity: 0.9; letter-spacing: 1px; }
25
+ .status-right { display: flex; align-items: center; gap: 24px; opacity: 0.9; }
26
+ .icon-signal, .icon-battery {
27
+ display: inline-block;
28
+ }
29
+ .icon-battery {
30
+ width: 60px; height: 32px; border: 3px solid #EDEDED; border-radius: 6px; position: relative;
31
+ }
32
+ .icon-battery::after {
33
+ content: ""; position: absolute; right: -10px; top: 7px; width: 6px; height: 18px; background: #EDEDED; border-radius: 2px;
34
+ }
35
+ .icon-battery .lvl { position: absolute; left: 4px; top: 4px; bottom: 4px; width: 36px; background: #EDEDED; border-radius: 3px; }
36
+
37
+ /* Top app bar */
38
+ .app-bar {
39
+ height: 150px; border-bottom: 1px solid #272727;
40
+ display: flex; align-items: center; gap: 24px;
41
+ padding: 0 24px 0 16px;
42
+ }
43
+ .app-title { font-size: 52px; font-weight: 500; flex: 1; }
44
+ .app-actions { display: flex; align-items: center; gap: 18px; }
45
+ .icon-btn { width: 84px; height: 84px; display: flex; align-items: center; justify-content: center; border-radius: 50%; }
46
+ .icon-btn svg { width: 48px; height: 48px; fill: none; stroke: #EDEDED; stroke-width: 4; }
47
+
48
+ /* Fields */
49
+ .content { padding: 24px 36px 0; }
50
+ .field {
51
+ padding: 26px 0;
52
+ border-bottom: 1px solid #262626;
53
+ }
54
+ .label { font-size: 28px; color: #B0B0B0; margin-bottom: 10px; }
55
+ .value { font-size: 40px; color: #EDEDED; }
56
+ .to-row {
57
+ display: flex; align-items: center; gap: 14px;
58
+ }
59
+ .to-row .value { flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
60
+ .chev svg { width: 36px; height: 36px; fill: none; stroke: #BFBFBF; stroke-width: 4; }
61
+
62
+ /* Suggested contact */
63
+ .suggestion {
64
+ display: flex; align-items: center; gap: 24px;
65
+ padding: 22px 0;
66
+ }
67
+ .avatar {
68
+ width: 86px; height: 86px;
69
+ background: #E0E0E0; border: 1px solid #BDBDBD;
70
+ color: #757575; display: flex; align-items: center; justify-content: center;
71
+ font-size: 22px;
72
+ border-radius: 50%;
73
+ }
74
+ .sugg-text .main { font-size: 38px; color: #EDEDED; }
75
+ .sugg-text .sub { font-size: 28px; color: #A7A7A7; margin-top: 4px; }
76
+
77
+ /* Spacer before keyboard */
78
+ .spacer { height: 900px; }
79
+
80
+ /* Keyboard */
81
+ .keyboard {
82
+ position: absolute; left: 0; right: 0; bottom: 0;
83
+ height: 980px; background: #1B1B1B; border-top: 1px solid #2B2B2B;
84
+ display: flex; flex-direction: column;
85
+ }
86
+ .kb-top {
87
+ height: 120px; padding: 0 22px;
88
+ display: flex; align-items: center; gap: 26px;
89
+ border-bottom: 1px solid #262626;
90
+ }
91
+ .kb-top .pill {
92
+ height: 62px; padding: 0 22px; border-radius: 14px;
93
+ background: #262626; color: #D7D7D7; display: flex; align-items: center; justify-content: center;
94
+ font-size: 28px;
95
+ }
96
+ .kb-rows { flex: 1; padding: 22px; display: flex; flex-direction: column; gap: 18px; }
97
+ .row { display: grid; grid-auto-rows: 120px; gap: 14px; }
98
+ .row.row1 { grid-template-columns: repeat(10, 1fr); }
99
+ .row.row2 { grid-template-columns: 0.5fr repeat(9, 1fr); } /* indent start */
100
+ .row.row3 { grid-template-columns: 1.2fr repeat(7, 1fr) 1.5fr; }
101
+ .row.row4 { grid-template-columns: 1.2fr 1.2fr 1.2fr 4fr 1fr 1.6fr; grid-auto-rows: 130px; }
102
+
103
+ .key {
104
+ background: #2B2B2B; color: #ECECEC; border-radius: 18px;
105
+ display: flex; align-items: center; justify-content: center;
106
+ font-size: 38px; box-shadow: inset 0 -1px 0 #232323;
107
+ }
108
+ .key.light { background: #262626; }
109
+ .key.send { background: #3DDC97; color: #0B2A1E; border-radius: 26px; }
110
+ .key svg { width: 42px; height: 42px; stroke: #EDEDED; fill: none; stroke-width: 4; }
111
+
112
+ /* Gesture bar */
113
+ .gesture {
114
+ position: absolute; left: 50%; transform: translateX(-50%);
115
+ bottom: 18px; width: 320px; height: 10px; background: #EDEDED; border-radius: 8px; opacity: 0.9;
116
+ }
117
+ </style>
118
+ </head>
119
+ <body>
120
+ <div id="render-target">
121
+
122
+ <!-- Status Bar -->
123
+ <div class="status-bar">
124
+ <div class="status-left">12:28 18°</div>
125
+ <div class="status-right">
126
+ <svg class="icon-signal" width="42" height="36" viewBox="0 0 42 36">
127
+ <path d="M2 34 L2 22 M10 34 L10 16 M18 34 L18 10 M26 34 L26 6 M34 34 L34 2" stroke="#EDEDED" stroke-width="4" stroke-linecap="round"/>
128
+ </svg>
129
+ <div class="icon-battery"><div class="lvl"></div></div>
130
+ </div>
131
+ </div>
132
+
133
+ <!-- App Bar -->
134
+ <div class="app-bar">
135
+ <div class="icon-btn">
136
+ <svg viewBox="0 0 48 48">
137
+ <path d="M30 8 L14 24 L30 40" stroke-linecap="round" stroke-linejoin="round"/>
138
+ </svg>
139
+ </div>
140
+ <div class="app-title">Compose</div>
141
+ <div class="app-actions">
142
+ <div class="icon-btn">
143
+ <svg viewBox="0 0 48 48">
144
+ <path d="M12 22 c0 -8 12 -12 18 -6 s6 12 -2 16 s-16 2 -16 -6 z" opacity="0"/>
145
+ <path d="M14 26 l10 -10 a6 6 0 1 1 8 8 l-10 10" stroke-linecap="round" stroke-linejoin="round"/>
146
+ </svg>
147
+ </div>
148
+ <div class="icon-btn">
149
+ <svg viewBox="0 0 48 48">
150
+ <path d="M8 24 L40 8 L32 24 L40 40 Z" fill="#EDEDED" stroke="none"/>
151
+ </svg>
152
+ </div>
153
+ <div class="icon-btn">
154
+ <svg viewBox="0 0 48 48">
155
+ <circle cx="24" cy="10" r="4" fill="#EDEDED"/>
156
+ <circle cx="24" cy="24" r="4" fill="#EDEDED"/>
157
+ <circle cx="24" cy="38" r="4" fill="#EDEDED"/>
158
+ </svg>
159
+ </div>
160
+ </div>
161
+ </div>
162
+
163
+ <!-- Content -->
164
+ <div class="content">
165
+ <div class="field">
166
+ <div class="label">From</div>
167
+ <div class="value">dbwscratch.test.id11@gmail.com</div>
168
+ </div>
169
+
170
+ <div class="field">
171
+ <div class="label">To</div>
172
+ <div class="to-row">
173
+ <div class="value">dbwscratch.test.id10@gmail.com</div>
174
+ <div class="chev">
175
+ <svg viewBox="0 0 48 48"><path d="M12 18 L24 30 L36 18" stroke-linecap="round" stroke-linejoin="round"/></svg>
176
+ </div>
177
+ </div>
178
+ </div>
179
+
180
+ <div class="suggestion">
181
+ <div class="avatar">[IMG: Avatar]</div>
182
+ <div class="sugg-text">
183
+ <div class="main">dbwscratch.test.id10@gmail.com</div>
184
+ <div class="sub">dbwscratch.test.id10@gmail.com</div>
185
+ </div>
186
+ </div>
187
+
188
+ <div class="spacer"></div>
189
+ </div>
190
+
191
+ <!-- Keyboard -->
192
+ <div class="keyboard">
193
+ <div class="kb-top">
194
+ <div class="pill">GIF</div>
195
+ <div class="pill">Translate</div>
196
+ <div class="pill">Settings</div>
197
+ <div class="pill">Theme</div>
198
+ </div>
199
+ <div class="kb-rows">
200
+ <div class="row row1">
201
+ <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>
202
+ </div>
203
+ <div class="row row2">
204
+ <div></div>
205
+ <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>
206
+ </div>
207
+ <div class="row row3">
208
+ <div class="key light">
209
+ <svg viewBox="0 0 48 48"><path d="M10 30 L18 22 L26 30" stroke-linecap="round" stroke-linejoin="round"/></svg>
210
+ </div>
211
+ <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>
212
+ <div class="key light">
213
+ <svg viewBox="0 0 48 48"><path d="M12 16 L36 16 L36 32 L12 32" />
214
+ <path d="M28 20 L36 28" stroke-linecap="round" stroke-linejoin="round"/></svg>
215
+ </div>
216
+ </div>
217
+ <div class="row row4">
218
+ <div class="key">?123</div>
219
+ <div class="key">@</div>
220
+ <div class="key">😊</div>
221
+ <div class="key">space</div>
222
+ <div class="key">.</div>
223
+ <div class="key send">
224
+ <svg viewBox="0 0 48 48">
225
+ <path d="M8 24 L40 10 L32 24 L40 38 Z" fill="#0B2A1E" stroke="none"/>
226
+ <path d="M8 24 L40 10 L32 24 L40 38 Z" stroke="#0B2A1E" fill="none"/>
227
+ </svg>
228
+ </div>
229
+ </div>
230
+ </div>
231
+ <div class="gesture"></div>
232
+ </div>
233
+
234
+ </div>
235
+ </body>
236
+ </html>
code/3848/3848_5.html ADDED
@@ -0,0 +1,234 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1">
6
+ <title>Compose UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #121212; color: #EDEDED;
12
+ }
13
+ /* Status bar */
14
+ .status-bar {
15
+ position: absolute; top: 0; left: 0; right: 0; height: 100px;
16
+ display: flex; align-items: center; padding: 0 40px; color: #ffffff;
17
+ font-size: 34px; letter-spacing: 0.2px;
18
+ }
19
+ .status-left { display: flex; align-items: center; gap: 18px; }
20
+ .status-right { margin-left: auto; display: flex; align-items: center; gap: 24px; }
21
+ .status-icon svg { display: block; }
22
+ /* App bar */
23
+ .app-bar {
24
+ position: absolute; top: 100px; left: 0; right: 0; height: 160px;
25
+ display: flex; align-items: center; padding: 0 28px; border-bottom: 1px solid #2A2A2A;
26
+ }
27
+ .app-title { font-size: 48px; font-weight: 500; margin-left: 22px; }
28
+ .app-actions { margin-left: auto; display: flex; align-items: center; gap: 28px; }
29
+ .icon-btn { width: 56px; height: 56px; display: flex; align-items: center; justify-content: center; }
30
+ .icon-btn svg { width: 48px; height: 48px; }
31
+ .send svg { fill: #66E2D6; }
32
+ /* Content */
33
+ .content {
34
+ position: absolute; top: 260px; left: 0; right: 0; bottom: 1000px;
35
+ padding: 30px 40px 0 40px; overflow: hidden;
36
+ }
37
+ .field { padding: 22px 0; border-bottom: 1px solid #2A2A2A; }
38
+ .label { color: #B0B0B0; font-size: 32px; margin-bottom: 10px; }
39
+ .value { font-size: 36px; }
40
+ .to-row { display: flex; align-items: center; gap: 20px; }
41
+ .pill {
42
+ display: flex; align-items: center; gap: 20px;
43
+ background: #1C1C1C; border: 1px solid #3A3A3A; color: #EDEDED;
44
+ padding: 16px 24px; border-radius: 40px; font-size: 34px; flex: 1;
45
+ }
46
+ .avatar {
47
+ width: 72px; height: 72px; border-radius: 50%; background: #3AC7B4;
48
+ display: flex; align-items: center; justify-content: center;
49
+ border: 2px solid #2A2A2A;
50
+ }
51
+ .avatar svg { width: 44px; height: 44px; fill: #0E7A6E; }
52
+ .chev { margin-left: auto; width: 46px; height: 46px; display: flex; align-items: center; justify-content: center; }
53
+ .chev svg { width: 40px; height: 40px; }
54
+ .subject { color: #B0B0B0; font-size: 36px; margin-top: 28px; }
55
+ .body-text { font-size: 36px; color: #EDEDED; margin-top: 20px; line-height: 1.4; }
56
+ /* Keyboard mock */
57
+ .kbd {
58
+ position: absolute; left: 0; right: 0; bottom: 72px; height: 928px;
59
+ background: #191919; border-top: 1px solid #2A2A2A; padding: 26px 24px;
60
+ }
61
+ .kbd-top {
62
+ display: flex; align-items: center; gap: 22px; padding-bottom: 16px; color: #CFCFCF;
63
+ border-bottom: 1px solid #2A2A2A; font-size: 28px;
64
+ }
65
+ .kbd-top .chip {
66
+ background: #252525; border: 1px solid #363636; border-radius: 22px; padding: 12px 16px;
67
+ }
68
+ .row { margin-top: 26px; display: grid; gap: 14px; }
69
+ .row.row1 { grid-template-columns: repeat(10, 1fr); }
70
+ .row.row2 { grid-template-columns: repeat(9, 1fr); padding: 0 40px; }
71
+ .row.row3 { grid-template-columns: repeat(8, 1fr); }
72
+ .row.row4 { grid-template-columns: 1.3fr 1fr 1fr 5fr 1fr 1.4fr; margin-top: 30px; }
73
+ .key {
74
+ background: #2A2A2A; border-radius: 16px; color: #EDEDED;
75
+ display: flex; align-items: center; justify-content: center;
76
+ height: 110px; font-size: 36px;
77
+ }
78
+ .key.small { font-size: 30px; }
79
+ .key.accent { background: #62E1D5; color: #0B3B37; font-weight: 600; }
80
+ .backspace svg { width: 40px; height: 40px; fill: #EDEDED; }
81
+ /* Gesture bar */
82
+ .gesture {
83
+ position: absolute; left: 50%; transform: translateX(-50%);
84
+ bottom: 20px; width: 520px; height: 10px; background: #E0E0E0; border-radius: 10px; opacity: 0.7;
85
+ }
86
+ </style>
87
+ </head>
88
+ <body>
89
+ <div id="render-target">
90
+
91
+ <!-- Status bar -->
92
+ <div class="status-bar">
93
+ <div class="status-left">
94
+ <div>12:29</div>
95
+ <div>18°</div>
96
+ </div>
97
+ <div class="status-right">
98
+ <div class="status-icon">
99
+ <!-- Wi-Fi -->
100
+ <svg width="48" height="48" viewBox="0 0 48 48">
101
+ <path d="M6 18c9-8 27-8 36 0" stroke="#fff" stroke-width="3" fill="none" stroke-linecap="round"/>
102
+ <path d="M13 24c6-5 16-5 22 0" stroke="#fff" stroke-width="3" fill="none" stroke-linecap="round"/>
103
+ <circle cx="24" cy="30" r="3" fill="#fff"/>
104
+ </svg>
105
+ </div>
106
+ <div class="status-icon">
107
+ <!-- Battery -->
108
+ <svg width="56" height="48" viewBox="0 0 56 48">
109
+ <rect x="6" y="10" width="40" height="24" rx="4" stroke="#fff" stroke-width="3" fill="none"/>
110
+ <rect x="10" y="14" width="30" height="16" fill="#fff"/>
111
+ <rect x="48" y="16" width="6" height="12" rx="2" fill="#fff"/>
112
+ </svg>
113
+ </div>
114
+ </div>
115
+ </div>
116
+
117
+ <!-- App bar -->
118
+ <div class="app-bar">
119
+ <div class="icon-btn">
120
+ <!-- Back arrow -->
121
+ <svg viewBox="0 0 48 48">
122
+ <path d="M30 10 L16 24 L30 38" stroke="#fff" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
123
+ </svg>
124
+ </div>
125
+ <div class="app-title">Compose</div>
126
+ <div class="app-actions">
127
+ <div class="icon-btn">
128
+ <!-- Paperclip / attachment -->
129
+ <svg viewBox="0 0 48 48">
130
+ <path d="M16 18 c0-6 5-10 10-10h4c7 0 12 5 12 12v10c0 9-7 16-16 16h-6c-8 0-14-6-14-14v-8c0-5 4-9 9-9h3" stroke="#fff" stroke-width="3" fill="none" stroke-linecap="round"/>
131
+ </svg>
132
+ </div>
133
+ <div class="icon-btn send">
134
+ <!-- Send -->
135
+ <svg viewBox="0 0 48 48">
136
+ <path d="M10 8 L40 24 L10 40 Z" />
137
+ </svg>
138
+ </div>
139
+ <div class="icon-btn">
140
+ <!-- More vertical -->
141
+ <svg viewBox="0 0 48 48">
142
+ <circle cx="24" cy="12" r="4" fill="#fff"/>
143
+ <circle cx="24" cy="24" r="4" fill="#fff"/>
144
+ <circle cx="24" cy="36" r="4" fill="#fff"/>
145
+ </svg>
146
+ </div>
147
+ </div>
148
+ </div>
149
+
150
+ <!-- Content area -->
151
+ <div class="content">
152
+ <div class="field">
153
+ <div class="label">From</div>
154
+ <div class="value">dbwscratch.test.id11@gmail.com</div>
155
+ </div>
156
+
157
+ <div class="field">
158
+ <div class="to-row">
159
+ <div class="label" style="min-width: 80px;">To</div>
160
+ <div class="pill">
161
+ <div class="avatar">
162
+ <!-- Person icon -->
163
+ <svg viewBox="0 0 48 48">
164
+ <circle cx="24" cy="16" r="10" />
165
+ <path d="M8 40c4-8 28-8 32 0" />
166
+ </svg>
167
+ </div>
168
+ <div>dbwscratch.test.id10@gmail.com</div>
169
+ <div class="chev">
170
+ <!-- Down chevron -->
171
+ <svg viewBox="0 0 48 48">
172
+ <path d="M10 18 L24 30 L38 18" stroke="#B0B0B0" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
173
+ </svg>
174
+ </div>
175
+ </div>
176
+ </div>
177
+ </div>
178
+
179
+ <div class="field" style="border-bottom: none; padding-bottom: 0;">
180
+ <div style="height: 40px;"></div>
181
+ </div>
182
+
183
+ <div class="subject">Subject</div>
184
+
185
+ <div class="body-text" style="margin-top: 26px;">
186
+ https://www.kitchenstories.com/en/recipes/sweet-potato-curry
187
+ </div>
188
+ </div>
189
+
190
+ <!-- Keyboard mock -->
191
+ <div class="kbd">
192
+ <div class="kbd-top">
193
+ <div class="chip">Emoji</div>
194
+ <div class="chip">GIF</div>
195
+ <div class="chip">Translate</div>
196
+ <div class="chip">Settings</div>
197
+ <div class="chip">Themes</div>
198
+ <div class="chip">Mic</div>
199
+ </div>
200
+
201
+ <div class="row row1">
202
+ <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>
203
+ <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>
204
+ </div>
205
+
206
+ <div class="row row2">
207
+ <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>
208
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
209
+ </div>
210
+
211
+ <div class="row row3">
212
+ <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>
213
+ <div class="key">n</div><div class="key">m</div>
214
+ <div class="key backspace">
215
+ <svg viewBox="0 0 48 48">
216
+ <path d="M10 24 L22 12 H40 V36 H22 Z" fill="#EDEDED"/>
217
+ </svg>
218
+ </div>
219
+ </div>
220
+
221
+ <div class="row row4">
222
+ <div class="key small">?123</div>
223
+ <div class="key small">@</div>
224
+ <div class="key small">:)</div>
225
+ <div class="key">space</div>
226
+ <div class="key small">.</div>
227
+ <div class="key accent">→</div>
228
+ </div>
229
+ </div>
230
+
231
+ <div class="gesture"></div>
232
+ </div>
233
+ </body>
234
+ </html>
code/3848/3848_6.html ADDED
@@ -0,0 +1,310 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Sweet potato curry</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target{
10
+ position: relative;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ overflow: hidden;
14
+ background: #000;
15
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
16
+ color: #fff;
17
+ }
18
+
19
+ /* HERO */
20
+ .hero{
21
+ position: relative;
22
+ width: 1080px;
23
+ height: 1480px;
24
+ overflow: hidden;
25
+ }
26
+ .hero .img{
27
+ position: absolute;
28
+ inset: 0;
29
+ background: #E0E0E0;
30
+ border-bottom: 1px solid #BDBDBD;
31
+ display: flex;
32
+ align-items: center;
33
+ justify-content: center;
34
+ color: #555;
35
+ font-size: 36px;
36
+ letter-spacing: .3px;
37
+ text-align: center;
38
+ }
39
+ .hero:before{ /* top subtle gradient */
40
+ content:"";
41
+ position:absolute;
42
+ left:0; right:0; top:0; height:300px;
43
+ background: linear-gradient(to bottom, rgba(0,0,0,.55), rgba(0,0,0,0));
44
+ pointer-events:none;
45
+ }
46
+ .hero:after{ /* bottom vignette for title */
47
+ content:"";
48
+ position:absolute;
49
+ left:0; right:0; bottom:0; height:420px;
50
+ background: linear-gradient(to top, rgba(0,0,0,.7), rgba(0,0,0,0));
51
+ pointer-events:none;
52
+ }
53
+
54
+ /* Status bar */
55
+ .status-bar{
56
+ position: absolute;
57
+ top: 18px;
58
+ left: 24px;
59
+ right: 24px;
60
+ height: 64px;
61
+ display: flex;
62
+ align-items: center;
63
+ justify-content: space-between;
64
+ opacity: .95;
65
+ color: #fff;
66
+ font-weight: 600;
67
+ }
68
+ .status-left{
69
+ display:flex; align-items:center; gap:16px; font-size:40px;
70
+ }
71
+ .status-right{
72
+ display:flex; align-items:center; gap:26px;
73
+ }
74
+ .status-icon svg{ width:44px; height:44px; fill:#fff; opacity:.95; }
75
+
76
+ /* Top action icons */
77
+ .top-actions{
78
+ position:absolute;
79
+ top: 120px;
80
+ left: 0;
81
+ right: 0;
82
+ padding: 0 24px;
83
+ display:flex;
84
+ align-items:center;
85
+ justify-content: space-between;
86
+ }
87
+ .icon-btn{
88
+ width:84px;
89
+ height:84px;
90
+ display:flex;
91
+ align-items:center;
92
+ justify-content:center;
93
+ border-radius: 42px;
94
+ background: rgba(0,0,0,.15);
95
+ }
96
+ .icon-btn svg{ width:46px; height:46px; stroke:#fff; fill:none; stroke-width:6; }
97
+
98
+ /* Play button */
99
+ .play{
100
+ position:absolute;
101
+ left:50%; top:50%;
102
+ transform: translate(-50%, -50%);
103
+ width: 240px; height: 240px;
104
+ border-radius: 50%;
105
+ border: 8px solid rgba(255,255,255,.9);
106
+ display:flex; align-items:center; justify-content:center;
107
+ background: rgba(0,0,0,.15);
108
+ }
109
+ .play svg{ width:120px; height:120px; fill:#fff; }
110
+
111
+ /* Title */
112
+ .title{
113
+ position:absolute;
114
+ left: 0; right: 0;
115
+ bottom: 120px;
116
+ text-align: center;
117
+ font-family: "Georgia", "Times New Roman", serif;
118
+ font-size: 88px;
119
+ font-weight: 700;
120
+ line-height: 1.1;
121
+ padding: 0 40px;
122
+ text-shadow: 0 2px 6px rgba(0,0,0,.6);
123
+ }
124
+
125
+ /* Content section */
126
+ .content{
127
+ position: absolute;
128
+ left:0; right:0;
129
+ top: 1480px;
130
+ bottom: 0;
131
+ background: #0B0B0B;
132
+ }
133
+ .ratings{
134
+ margin-top: 40px;
135
+ display:flex;
136
+ flex-direction: column;
137
+ align-items:center;
138
+ gap: 18px;
139
+ }
140
+ .stars{
141
+ display:flex; gap: 12px; align-items:center;
142
+ }
143
+ .star svg{ width: 54px; height: 54px; }
144
+ .star .filled{ fill:#F9D64A; }
145
+ .star .empty{ fill:#3d3d3d; }
146
+ .half{
147
+ position: relative;
148
+ width:54px; height:54px;
149
+ }
150
+ .half svg{ position:absolute; left:0; top:0; }
151
+ .half .bg{ fill:#3d3d3d; }
152
+ .half .fg{ fill:#F9D64A; clip-path: inset(0 50% 0 0); }
153
+
154
+ .ratings small{
155
+ font-size: 34px; color:#BFBFBF;
156
+ }
157
+
158
+ .actions-row{
159
+ margin-top: 36px;
160
+ display:flex;
161
+ justify-content: center;
162
+ gap: 120px;
163
+ color:#e6e6e6;
164
+ font-size: 42px;
165
+ align-items:center;
166
+ }
167
+ .action{
168
+ display:flex; align-items:center; gap:20px;
169
+ opacity:.95;
170
+ }
171
+ .action svg{ width:58px; height:58px; stroke:#e6e6e6; fill:none; stroke-width:6; }
172
+
173
+ .divider{
174
+ margin: 42px 0;
175
+ height: 1px;
176
+ background: #2a2a2a;
177
+ }
178
+
179
+ .author{
180
+ display:flex; align-items:center; gap:28px;
181
+ padding: 24px 36px;
182
+ }
183
+ .avatar{
184
+ width: 126px; height: 126px;
185
+ border-radius: 63px;
186
+ background:#E0E0E0; border:1px solid #BDBDBD;
187
+ display:flex; align-items:center; justify-content:center; color:#666; font-size:24px;
188
+ overflow:hidden;
189
+ }
190
+ .author .name{
191
+ font-size: 54px; color:#FF744D; font-weight: 700;
192
+ }
193
+
194
+ .home-indicator{
195
+ position:absolute;
196
+ bottom: 20px; left: 50%; transform: translateX(-50%);
197
+ width: 360px; height: 10px; border-radius: 6px; background:#6e6e6e;
198
+ opacity:.6;
199
+ }
200
+ </style>
201
+ </head>
202
+ <body>
203
+ <div id="render-target">
204
+
205
+ <div class="hero">
206
+ <div class="img">[IMG: Sweet potato curry dish]</div>
207
+
208
+ <!-- Status bar -->
209
+ <div class="status-bar">
210
+ <div class="status-left">
211
+ <div>12:30</div>
212
+ <div style="font-weight:500; opacity:.9;">18°</div>
213
+ </div>
214
+ <div class="status-right">
215
+ <!-- Wi-Fi -->
216
+ <span class="status-icon">
217
+ <svg viewBox="0 0 24 24">
218
+ <path d="M12 20l2-2-2-2-2 2 2 2z" opacity="0"></path>
219
+ <path d="M12 18a2 2 0 0 1 1.41.59L12 20l-1.41-1.41A2 2 0 0 1 12 18z"></path>
220
+ <path d="M4 12c4.418-4.418 11.582-4.418 16 0" fill="none" stroke="white" stroke-width="2" stroke-linecap="round"/>
221
+ <path d="M7 15c3.314-3.314 6.686-3.314 10 0" fill="none" stroke="white" stroke-width="2" stroke-linecap="round"/>
222
+ <circle cx="12" cy="19" r="1.2" fill="white"></circle>
223
+ </svg>
224
+ </span>
225
+ <!-- Battery -->
226
+ <span class="status-icon">
227
+ <svg viewBox="0 0 30 18">
228
+ <rect x="1" y="3" width="24" height="12" rx="2" ry="2" fill="none" stroke="white" stroke-width="2"/>
229
+ <rect x="3" y="5" width="16" height="8" rx="1" ry="1" fill="white"/>
230
+ <rect x="25" y="7" width="3" height="4" rx="1" ry="1" fill="white"/>
231
+ </svg>
232
+ </span>
233
+ </div>
234
+ </div>
235
+
236
+ <!-- Top action icons -->
237
+ <div class="top-actions">
238
+ <div class="icon-btn">
239
+ <!-- Back arrow -->
240
+ <svg viewBox="0 0 24 24">
241
+ <path d="M15 4l-8 8 8 8" stroke-linecap="round" stroke-linejoin="round"></path>
242
+ </svg>
243
+ </div>
244
+ <div class="icon-btn">
245
+ <!-- Share icon -->
246
+ <svg viewBox="0 0 24 24">
247
+ <circle cx="18" cy="5" r="2" stroke-linecap="round"></circle>
248
+ <circle cx="6" cy="12" r="2"></circle>
249
+ <circle cx="18" cy="19" r="2"></circle>
250
+ <path d="M8 12l8-6M8 12l8 7" stroke-linecap="round"></path>
251
+ </svg>
252
+ </div>
253
+ </div>
254
+
255
+ <!-- Play button -->
256
+ <div class="play" aria-label="Play video">
257
+ <svg viewBox="0 0 24 24">
258
+ <polygon points="8,5 20,12 8,19"></polygon>
259
+ </svg>
260
+ </div>
261
+
262
+ <!-- Title -->
263
+ <div class="title">Sweet potato curry</div>
264
+ </div>
265
+
266
+ <div class="content">
267
+ <div class="ratings">
268
+ <div class="stars">
269
+ <span class="star"><svg viewBox="0 0 24 24"><path class="filled" d="M12 2l3.1 6.3L22 9.3l-5 4.9L18.2 22 12 18.6 5.8 22 7 14.2 2 9.3l6.9-1L12 2z"/></svg></span>
270
+ <span class="star"><svg viewBox="0 0 24 24"><path class="filled" d="M12 2l3.1 6.3L22 9.3l-5 4.9L18.2 22 12 18.6 5.8 22 7 14.2 2 9.3l6.9-1L12 2z"/></svg></span>
271
+ <span class="star"><svg viewBox="0 0 24 24"><path class="filled" d="M12 2l3.1 6.3L22 9.3l-5 4.9L18.2 22 12 18.6 5.8 22 7 14.2 2 9.3l6.9-1L12 2z"/></svg></span>
272
+ <span class="star"><svg viewBox="0 0 24 24"><path class="filled" d="M12 2l3.1 6.3L22 9.3l-5 4.9L18.2 22 12 18.6 5.8 22 7 14.2 2 9.3l6.9-1L12 2z"/></svg></span>
273
+ <span class="half">
274
+ <svg viewBox="0 0 24 24"><path class="bg" d="M12 2l3.1 6.3L22 9.3l-5 4.9L18.2 22 12 18.6 5.8 22 7 14.2 2 9.3l6.9-1L12 2z"/></svg>
275
+ <svg viewBox="0 0 24 24"><path class="fg" d="M12 2l3.1 6.3L22 9.3l-5 4.9L18.2 22 12 18.6 5.8 22 7 14.2 2 9.3l6.9-1L12 2z"/></svg>
276
+ </span>
277
+ </div>
278
+ <small>711 ratings</small>
279
+ </div>
280
+
281
+ <div class="actions-row">
282
+ <div class="action">
283
+ <!-- Heart outline -->
284
+ <svg viewBox="0 0 24 24">
285
+ <path d="M12 21s-6.7-4.4-9-8.2C1.7 9.8 3.3 6.5 6.7 6.5c1.9 0 3.2 1 4 2 0.8-1 2.1-2 4-2 3.4 0 5 3.3 3.7 6.3-2.3 3.8-9.4 8.2-9.4 8.2z" fill="none" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/>
286
+ </svg>
287
+ <span>122.9K</span>
288
+ </div>
289
+ <div class="action">
290
+ <!-- Bookmark -->
291
+ <svg viewBox="0 0 24 24">
292
+ <path d="M6 3h12v18l-6-4-6 4z" fill="none" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/>
293
+ </svg>
294
+ <span>SAVE</span>
295
+ </div>
296
+ </div>
297
+
298
+ <div class="divider"></div>
299
+
300
+ <div class="author">
301
+ <div class="avatar">[IMG]</div>
302
+ <div class="name">Alex Hiller</div>
303
+ </div>
304
+ </div>
305
+
306
+ <div class="home-indicator"></div>
307
+
308
+ </div>
309
+ </body>
310
+ </html>
code/3850/3850_0.html ADDED
@@ -0,0 +1,354 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>AccuWeather Detroit Mock</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #0f1b2c;
13
+ color: #e9eef7;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 88px;
23
+ padding: 24px 32px;
24
+ box-sizing: border-box;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: space-between;
28
+ color: #cfd7e6;
29
+ font-weight: 600;
30
+ font-size: 36px;
31
+ letter-spacing: 0.5px;
32
+ }
33
+ .status-icons {
34
+ display: flex;
35
+ gap: 22px;
36
+ align-items: center;
37
+ }
38
+ .dot { width: 12px; height: 12px; background: #cfd7e6; border-radius: 50%; display: inline-block; }
39
+
40
+ /* App header */
41
+ .app-header {
42
+ position: absolute;
43
+ top: 88px;
44
+ left: 0;
45
+ width: 1080px;
46
+ height: 140px;
47
+ padding: 24px 32px;
48
+ box-sizing: border-box;
49
+ display: flex;
50
+ align-items: center;
51
+ justify-content: space-between;
52
+ }
53
+ .left-actions { display: flex; align-items: center; gap: 26px; }
54
+ .hamburger { width: 56px; height: 56px; }
55
+ .hamburger svg rect { fill: #e9eef7; }
56
+ .brand-wrap { display: flex; flex-direction: column; }
57
+ .brand-name { font-size: 42px; font-weight: 700; }
58
+ .city-line { display: flex; align-items: center; gap: 8px; color: #cfd7e6; font-size: 36px; }
59
+ .chev { width: 24px; height: 24px; }
60
+
61
+ .right-actions { display: flex; align-items: center; gap: 26px; }
62
+ .premium-btn {
63
+ background: #ff7f50;
64
+ color: #fff;
65
+ padding: 18px 28px;
66
+ border-radius: 40px;
67
+ font-weight: 800;
68
+ font-size: 30px;
69
+ letter-spacing: 0.4px;
70
+ }
71
+ .tiny-icon { width: 40px; height: 40px; }
72
+
73
+ /* Card section common */
74
+ .card {
75
+ position: absolute;
76
+ left: 32px;
77
+ width: 1016px;
78
+ background: #16243a;
79
+ border-radius: 24px;
80
+ box-sizing: border-box;
81
+ padding: 28px 28px;
82
+ box-shadow: 0 8px 18px rgba(0,0,0,0.35);
83
+ }
84
+ .metrics-card { top: 260px; }
85
+ .row {
86
+ display: flex;
87
+ justify-content: space-between;
88
+ align-items: center;
89
+ padding: 28px 8px;
90
+ border-bottom: 1px solid rgba(255,255,255,0.08);
91
+ font-size: 40px;
92
+ }
93
+ .row:last-child { border-bottom: none; }
94
+ .label { color: #dbe4f6; }
95
+ .value { color: #ffffff; font-weight: 700; }
96
+ .sub-text { color: #cfd7e6; font-size: 36px; }
97
+ .cta-box {
98
+ margin-top: 24px;
99
+ background: #1f2f4b;
100
+ border-radius: 18px;
101
+ height: 100px;
102
+ display: flex;
103
+ align-items: center;
104
+ justify-content: center;
105
+ color: #e9eef7;
106
+ font-size: 40px;
107
+ gap: 14px;
108
+ }
109
+
110
+ /* Sun & Moon */
111
+ .sunmoon-card { top: 810px; height: 540px; }
112
+ .section-title {
113
+ font-size: 44px;
114
+ font-weight: 800;
115
+ margin-bottom: 24px;
116
+ }
117
+ .sm-grid {
118
+ display: grid;
119
+ grid-template-columns: 1fr 1fr;
120
+ gap: 24px;
121
+ }
122
+ .sm-col {
123
+ background: #0f1f35;
124
+ border-radius: 18px;
125
+ padding: 26px;
126
+ }
127
+ .sm-top {
128
+ display: flex; align-items: center; justify-content: space-between;
129
+ }
130
+ .sm-duration { color: #cfd7e6; font-size: 36px; }
131
+ .sm-times { margin-top: 16px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
132
+ .time-block { background: #132843; border-radius: 14px; padding: 18px; font-size: 36px; }
133
+ .time-block .small { color: #a8b4c9; font-size: 30px; display: block; }
134
+
135
+ /* Radar section title */
136
+ .radar-title {
137
+ position: absolute;
138
+ top: 1390px;
139
+ left: 32px;
140
+ font-size: 56px;
141
+ font-weight: 800;
142
+ }
143
+ .subtitle { font-size: 28px; color: #9fb0c9; margin-top: 8px; }
144
+
145
+ /* Map image placeholder */
146
+ .map-placeholder {
147
+ position: absolute;
148
+ top: 1480px;
149
+ left: 32px;
150
+ width: 1016px;
151
+ height: 640px;
152
+ background: #E0E0E0;
153
+ border: 1px solid #BDBDBD;
154
+ color: #757575;
155
+ display: flex; justify-content: center; align-items: center;
156
+ border-radius: 18px;
157
+ text-align: center;
158
+ font-size: 36px;
159
+ padding: 20px;
160
+ box-sizing: border-box;
161
+ }
162
+
163
+ /* Bottom nav bar */
164
+ .tabbar {
165
+ position: absolute;
166
+ bottom: 0;
167
+ left: 0;
168
+ width: 1080px;
169
+ height: 180px;
170
+ background: #0f1b2c;
171
+ border-top: 1px solid rgba(255,255,255,0.08);
172
+ display: flex;
173
+ justify-content: space-around;
174
+ align-items: center;
175
+ }
176
+ .tab {
177
+ display: flex;
178
+ flex-direction: column;
179
+ align-items: center;
180
+ gap: 18px;
181
+ color: #cfd7e6;
182
+ font-size: 32px;
183
+ }
184
+ .tab.active { color: #ffffff; font-weight: 700; }
185
+ .tab svg { width: 72px; height: 72px; }
186
+ </style>
187
+ </head>
188
+ <body>
189
+ <div id="render-target">
190
+
191
+ <!-- Status Bar -->
192
+ <div class="status-bar">
193
+ <div>8:41</div>
194
+ <div class="status-icons">
195
+ <span class="dot"></span>
196
+ <span class="dot"></span>
197
+ <span class="dot"></span>
198
+ <span class="dot"></span>
199
+ <!-- simple location and battery icons -->
200
+ <svg class="tiny-icon" viewBox="0 0 24 24" fill="none">
201
+ <path d="M12 2c4 0 7 3 7 7 0 6-7 13-7 13S5 15 5 9c0-4 3-7 7-7zm0 9a2 2 0 1 0 0-4 2 2 0 0 0 0 4z" fill="#cfd7e6"/>
202
+ </svg>
203
+ <svg class="tiny-icon" viewBox="0 0 24 24">
204
+ <rect x="3" y="7" width="16" height="10" rx="2" fill="#cfd7e6"></rect>
205
+ <rect x="19" y="10" width="2" height="4" fill="#cfd7e6"></rect>
206
+ </svg>
207
+ </div>
208
+ </div>
209
+
210
+ <!-- App Header -->
211
+ <div class="app-header">
212
+ <div class="left-actions">
213
+ <div class="hamburger">
214
+ <svg viewBox="0 0 24 24">
215
+ <rect x="2" y="4" width="20" height="2"></rect>
216
+ <rect x="2" y="11" width="20" height="2"></rect>
217
+ <rect x="2" y="18" width="20" height="2"></rect>
218
+ </svg>
219
+ </div>
220
+ <div class="brand-wrap">
221
+ <div class="brand-name">AccuWeather</div>
222
+ <div class="city-line">
223
+ <span>Detroit, MI</span>
224
+ <svg class="chev" viewBox="0 0 24 24" fill="none">
225
+ <path d="M8 10l4 4 4-4" stroke="#cfd7e6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
226
+ </svg>
227
+ </div>
228
+ </div>
229
+ </div>
230
+ <div class="right-actions">
231
+ <div class="premium-btn">GET PREMIUM+</div>
232
+ </div>
233
+ </div>
234
+
235
+ <!-- Metrics Card -->
236
+ <div class="card metrics-card">
237
+ <div class="row">
238
+ <div class="label">Wind</div>
239
+ <div class="value">S 4 mph</div>
240
+ </div>
241
+ <div class="row">
242
+ <div class="label">Max Wind Gusts</div>
243
+ <div class="value">11 mph</div>
244
+ </div>
245
+ <div class="row">
246
+ <div class="label">Humidity</div>
247
+ <div class="value">90%</div>
248
+ </div>
249
+ <div class="row">
250
+ <div class="label">Indoor Humidity</div>
251
+ <div class="value">90% <span class="sub-text">(Dangerously Humid)</span></div>
252
+ </div>
253
+ <div class="cta-box">
254
+ <span>See More</span>
255
+ <svg width="30" height="30" viewBox="0 0 24 24" fill="none">
256
+ <path d="M8 5l8 7-8 7" stroke="#e9eef7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
257
+ </svg>
258
+ </div>
259
+ </div>
260
+
261
+ <!-- Sun & Moon Card -->
262
+ <div class="card sunmoon-card">
263
+ <div class="section-title">SUN & MOON</div>
264
+ <div class="sm-grid">
265
+ <div class="sm-col">
266
+ <div class="sm-top">
267
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="none">
268
+ <circle cx="12" cy="12" r="4" fill="#ffd36b"></circle>
269
+ <path d="M12 2v3M12 19v3M2 12h3M19 12h3M4.6 4.6l2.1 2.1M17.3 17.3l2.1 2.1M4.6 19.4l2.1-2.1M17.3 6.7l2.1-2.1" stroke="#ffd36b" stroke-width="2" stroke-linecap="round"/>
270
+ </svg>
271
+ <div class="sm-duration">13 hrs 31 mins</div>
272
+ </div>
273
+ <div class="sm-times">
274
+ <div class="time-block">
275
+ <span class="small">Rise</span>
276
+ 6:49 AM
277
+ </div>
278
+ <div class="time-block">
279
+ <span class="small">Set</span>
280
+ 8:20 PM
281
+ </div>
282
+ </div>
283
+ </div>
284
+ <div class="sm-col">
285
+ <div class="sm-top">
286
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="none">
287
+ <path d="M17 12a7 7 0 1 1-6.5-9c-.8 1.5-1.2 3.3-1.2 5a9 9 0 0 0 9 9c1.7 0 3.5-.4 5-1.2A7 7 0 0 1 17 12z" fill="#cbd5f5"/>
288
+ </svg>
289
+ <div class="sm-duration">8 hrs 55 mins</div>
290
+ </div>
291
+ <div class="sm-times">
292
+ <div class="time-block">
293
+ <span class="small">Rise</span>
294
+ 3:15 PM
295
+ </div>
296
+ <div class="time-block">
297
+ <span class="small">Set</span>
298
+ 12:10 AM
299
+ </div>
300
+ </div>
301
+ </div>
302
+ </div>
303
+ </div>
304
+
305
+ <!-- Radar & Maps Title -->
306
+ <div class="radar-title">
307
+ Radar & Maps
308
+ <div class="subtitle">TRACK WEATHER AND ITS IMPACTS</div>
309
+ </div>
310
+
311
+ <!-- Map Placeholder -->
312
+ <div class="map-placeholder">[IMG: Weather Radar Map - Detroit Area]</div>
313
+
314
+ <!-- Bottom Tabs -->
315
+ <div class="tabbar">
316
+ <div class="tab active">
317
+ <svg viewBox="0 0 24 24" fill="none">
318
+ <rect x="3" y="4" width="18" height="14" rx="2" stroke="#ffffff" stroke-width="2"></rect>
319
+ <path d="M3 10h18" stroke="#ffffff" stroke-width="2"></path>
320
+ </svg>
321
+ <div>Today</div>
322
+ </div>
323
+ <div class="tab">
324
+ <svg viewBox="0 0 24 24" fill="none">
325
+ <circle cx="6" cy="12" r="2" stroke="#cfd7e6" stroke-width="2"></circle>
326
+ <circle cx="12" cy="12" r="2" stroke="#cfd7e6" stroke-width="2"></circle>
327
+ <circle cx="18" cy="12" r="2" stroke="#cfd7e6" stroke-width="2"></circle>
328
+ </svg>
329
+ <div>Hourly</div>
330
+ </div>
331
+ <div class="tab">
332
+ <svg viewBox="0 0 24 24" fill="none">
333
+ <path d="M3 18l6-12 6 8 6-12" stroke="#cfd7e6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
334
+ </svg>
335
+ <div>Daily</div>
336
+ </div>
337
+ <div class="tab">
338
+ <svg viewBox="0 0 24 24" fill="none">
339
+ <rect x="4" y="4" width="16" height="16" rx="3" stroke="#cfd7e6" stroke-width="2"></rect>
340
+ <circle cx="12" cy="12" r="3" fill="#cfd7e6"></circle>
341
+ </svg>
342
+ <div>Radar & Maps</div>
343
+ </div>
344
+ <div class="tab">
345
+ <svg viewBox="0 0 24 24" fill="none">
346
+ <path d="M12 2l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1 3-6z" stroke="#cfd7e6" stroke-width="2" stroke-linejoin="round"></path>
347
+ </svg>
348
+ <div>Hurricanes</div>
349
+ </div>
350
+ </div>
351
+
352
+ </div>
353
+ </body>
354
+ </html>
code/3850/3850_1.html ADDED
@@ -0,0 +1,240 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>AccuWeather Menu UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #ffffff;
13
+ }
14
+
15
+ /* Left slide-out drawer */
16
+ .drawer {
17
+ position: absolute;
18
+ left: 0;
19
+ top: 0;
20
+ width: 760px;
21
+ height: 2400px;
22
+ background: #fff;
23
+ box-shadow: 6px 0 30px rgba(0,0,0,0.25);
24
+ }
25
+ .brand-row {
26
+ display: flex;
27
+ align-items: center;
28
+ padding: 40px 40px 20px 40px;
29
+ }
30
+ .brand-logo {
31
+ width: 70px; height: 70px; border-radius: 50%;
32
+ background: #FF7F00; color: #fff;
33
+ display: flex; align-items: center; justify-content: center;
34
+ font-weight: bold; font-size: 34px;
35
+ }
36
+ .brand-text { margin-left: 24px; }
37
+ .brand-text .title { font-size: 60px; font-weight: 700; letter-spacing: 0.5px; }
38
+ .brand-text .sub { font-size: 28px; color: #777; margin-top: 6px; }
39
+
40
+ .banner {
41
+ margin: 10px 40px 30px 40px;
42
+ background: #E0E0E0;
43
+ border: 1px solid #BDBDBD;
44
+ height: 320px;
45
+ border-radius: 16px;
46
+ position: relative;
47
+ display: flex;
48
+ align-items: center;
49
+ justify-content: center;
50
+ color: #555;
51
+ font-size: 32px;
52
+ }
53
+ .cta {
54
+ position: absolute;
55
+ bottom: 20px;
56
+ left: 20px;
57
+ padding: 24px 40px;
58
+ border-radius: 12px;
59
+ background: linear-gradient(90deg, #2d9c74, #2f6b9f);
60
+ color: #fff; font-weight: 700; font-size: 32px;
61
+ }
62
+
63
+ .menu { padding: 10px 40px; }
64
+ .menu-item {
65
+ display: flex; align-items: center;
66
+ padding: 26px 0; font-size: 44px; color: #222;
67
+ }
68
+ .menu-item svg { width: 48px; height: 48px; margin-right: 24px; }
69
+ .pill-live {
70
+ margin-left: 16px; background: #B5241A; color: #fff;
71
+ font-size: 28px; padding: 8px 18px; border-radius: 28px;
72
+ }
73
+ .badge-new {
74
+ width: 58px; height: 58px; background: #F36F21; border-radius: 50%;
75
+ margin-right: 20px; display: flex; align-items: center; justify-content: center;
76
+ color: #fff; font-size: 22px; font-weight: 700;
77
+ }
78
+
79
+ .divider { height: 2px; background: #eee; margin: 18px 40px; }
80
+
81
+ .link-list { padding: 6px 40px 0; }
82
+ .link-item { font-size: 40px; color: #333; padding: 28px 0; }
83
+
84
+ .footer { position: absolute; left: 40px; bottom: 60px; right: 40px; }
85
+ .terms { display: flex; align-items: center; color: #2d2d2d; font-size: 34px; }
86
+ .bullet { margin: 0 18px; color: #888; }
87
+
88
+ /* Right dark app overlay */
89
+ .overlay-content {
90
+ position: absolute; right: 0; top: 0;
91
+ width: 320px; height: 2400px; background: #0d0f12;
92
+ }
93
+ .overlay-header {
94
+ height: 160px; display: flex; align-items: center; justify-content: flex-end; padding-right: 36px;
95
+ }
96
+ .hamburger svg { width: 60px; height: 60px; fill: none; stroke: #c2c2c2; stroke-width: 10; }
97
+
98
+ .dark-section { padding: 24px; color: #9db0c8; }
99
+ .section-title { font-size: 34px; letter-spacing: 2px; color: #8ea0b5; margin-bottom: 14px; }
100
+ .card {
101
+ background: #12161a; border: 1px solid #1f242a; border-radius: 18px;
102
+ padding: 22px; color: #c8d0d9;
103
+ }
104
+ .sun-icon {
105
+ width: 74px; height: 74px; border-radius: 50%;
106
+ border: 6px solid #c8d0d9; display: flex; align-items: center; justify-content: center;
107
+ margin-bottom: 14px; font-size: 34px;
108
+ }
109
+ .card-row { display: flex; justify-content: space-between; margin-top: 16px; font-size: 28px; }
110
+
111
+ .map {
112
+ margin-top: 24px; width: 270px; height: 360px;
113
+ background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 10px;
114
+ color: #666; display: flex; align-items: center; justify-content: center; font-size: 26px;
115
+ }
116
+
117
+ .bottom-nav {
118
+ position: absolute; bottom: 120px; width: 100%;
119
+ display: flex; justify-content: center;
120
+ }
121
+ .bottom-tile {
122
+ background: #1a2026; border: 1px solid #2a3138;
123
+ width: 120px; height: 120px; border-radius: 16px;
124
+ display: flex; align-items: center; justify-content: center; color: #cfd7df; font-size: 28px; flex-direction: column;
125
+ }
126
+ .bottom-tile .cal {
127
+ width: 40px; height: 34px; border: 3px solid #cfd7df; border-bottom-width: 8px; margin-bottom: 8px;
128
+ }
129
+ </style>
130
+ </head>
131
+ <body>
132
+ <div id="render-target">
133
+
134
+ <!-- Left Drawer -->
135
+ <div class="drawer">
136
+ <div class="brand-row">
137
+ <div class="brand-logo">☼</div>
138
+ <div class="brand-text">
139
+ <div class="title">AccuWeather</div>
140
+ <div class="sub">Superior Accuracy™</div>
141
+ </div>
142
+ </div>
143
+
144
+ <div class="banner">
145
+ [IMG: Premium Aurora Banner]
146
+ <div class="cta">Get Premium+</div>
147
+ </div>
148
+
149
+ <div class="menu">
150
+ <div class="menu-item">
151
+ <svg viewBox="0 0 24 24">
152
+ <rect x="2" y="3" width="20" height="18" fill="none" stroke="#555" stroke-width="2"></rect>
153
+ <line x1="6" y1="8" x2="18" y2="8" stroke="#555" stroke-width="2"></line>
154
+ <line x1="6" y1="12" x2="18" y2="12" stroke="#555" stroke-width="2"></line>
155
+ </svg>
156
+ <span>News</span>
157
+ </div>
158
+
159
+ <div class="menu-item">
160
+ <svg viewBox="0 0 24 24">
161
+ <circle cx="12" cy="12" r="10" fill="none" stroke="#555" stroke-width="2"></circle>
162
+ <polygon points="10,8 16,12 10,16" fill="#555"></polygon>
163
+ </svg>
164
+ <span>Video</span>
165
+ <span class="pill-live">LIVE</span>
166
+ </div>
167
+
168
+ <div class="menu-item">
169
+ <svg viewBox="0 0 24 24">
170
+ <circle cx="12" cy="12" r="6" fill="none" stroke="#555" stroke-width="2"></circle>
171
+ <path d="M12 2 L12 6 M12 18 L12 22 M2 12 L6 12 M18 12 L22 12" stroke="#555" stroke-width="2"></path>
172
+ </svg>
173
+ <span>Settings</span>
174
+ </div>
175
+
176
+ <div class="menu-item">
177
+ <div class="badge-new">NEW</div>
178
+ <span>What's New</span>
179
+ </div>
180
+ </div>
181
+
182
+ <div class="divider"></div>
183
+
184
+ <div class="link-list">
185
+ <div class="link-item">How We Forecast</div>
186
+ <div class="link-item">About AccuWeather</div>
187
+ <div class="link-item">Contact Us</div>
188
+ <div class="link-item">Help</div>
189
+ <div class="link-item">Rate our app</div>
190
+ <div class="link-item">Share Our App</div>
191
+ </div>
192
+
193
+ <div class="footer">
194
+ <div class="terms">
195
+ <span>Terms of Use</span>
196
+ <span class="bullet">•</span>
197
+ <span>Privacy Policy</span>
198
+ </div>
199
+ </div>
200
+ </div>
201
+
202
+ <!-- Right dark overlay content -->
203
+ <div class="overlay-content">
204
+ <div class="overlay-header">
205
+ <div class="hamburger">
206
+ <svg viewBox="0 0 40 40">
207
+ <line x1="8" y1="10" x2="32" y2="10"></line>
208
+ <line x1="8" y1="20" x2="28" y2="20"></line>
209
+ <line x1="8" y1="30" x2="24" y2="30"></line>
210
+ </svg>
211
+ </div>
212
+ </div>
213
+
214
+ <div class="dark-section">
215
+ <div class="section-title">SUN & MOON</div>
216
+ <div class="card">
217
+ <div class="sun-icon">☀</div>
218
+ <div class="card-row">
219
+ <div>Rise</div><div>—</div>
220
+ </div>
221
+ <div class="card-row">
222
+ <div>Set</div><div>—</div>
223
+ </div>
224
+ </div>
225
+
226
+ <div class="section-title" style="margin-top: 28px;">Radar & Maps</div>
227
+ <div class="map">[IMG: Weather Radar Map]</div>
228
+ </div>
229
+
230
+ <div class="bottom-nav">
231
+ <div class="bottom-tile">
232
+ <div class="cal"></div>
233
+ <div>Today</div>
234
+ </div>
235
+ </div>
236
+ </div>
237
+
238
+ </div>
239
+ </body>
240
+ </html>
code/3850/3850_2.html ADDED
@@ -0,0 +1,280 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Settings Screen</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #ffffff;
13
+ color: #222;
14
+ }
15
+ /* Top status bar */
16
+ .status-bar {
17
+ height: 96px;
18
+ padding: 0 40px;
19
+ display: flex;
20
+ align-items: center;
21
+ justify-content: space-between;
22
+ color: #2d2d2d;
23
+ font-weight: 600;
24
+ font-size: 36px;
25
+ }
26
+ .status-icons {
27
+ display: flex;
28
+ gap: 22px;
29
+ align-items: center;
30
+ }
31
+ .dot { width: 24px; height: 24px; background:#525252; border-radius:50%; }
32
+ .square { width: 24px; height: 24px; background:#525252; border-radius:4px; }
33
+ .location-pin {
34
+ width: 32px; height: 32px; border: 2px solid #707070; border-radius: 50%; position: relative;
35
+ }
36
+ .location-pin::after {
37
+ content:"";
38
+ position:absolute; width:8px; height:8px; background:#707070; border-radius:50%; top:10px; left:10px;
39
+ }
40
+ .battery {
41
+ width: 42px; height: 24px; border: 2px solid #707070; border-radius: 4px; position: relative;
42
+ }
43
+ .battery::after {
44
+ content:"";
45
+ position:absolute; right:-8px; top:6px; width:6px; height:12px; background:#707070; border-radius:2px;
46
+ }
47
+ .battery .level { position:absolute; left:3px; top:3px; height:16px; width:24px; background:#707070; border-radius:2px; }
48
+
49
+ /* Header */
50
+ .header {
51
+ height: 120px;
52
+ display: flex;
53
+ align-items: center;
54
+ position: relative;
55
+ padding: 0 40px;
56
+ border-bottom: 1px solid #eeeeee;
57
+ }
58
+ .header h1 {
59
+ text-align: center;
60
+ width: 100%;
61
+ margin: 0;
62
+ font-size: 54px;
63
+ font-weight: 700;
64
+ color: #1f1f1f;
65
+ }
66
+ .back-btn {
67
+ position: absolute;
68
+ left: 24px;
69
+ top: 38px;
70
+ width: 64px;
71
+ height: 64px;
72
+ display: flex;
73
+ align-items: center;
74
+ justify-content: center;
75
+ }
76
+ .back-btn svg { fill: none; stroke: #2d2d2d; stroke-width: 8; }
77
+
78
+ /* Content */
79
+ .content {
80
+ padding: 20px 48px 140px 48px;
81
+ }
82
+ .section-title {
83
+ font-size: 36px;
84
+ letter-spacing: 2px;
85
+ text-transform: uppercase;
86
+ color: #3b3f45;
87
+ margin: 42px 0 18px 4px;
88
+ }
89
+
90
+ .segmented {
91
+ display: flex;
92
+ border: 2px solid #cfd3da;
93
+ border-radius: 80px;
94
+ overflow: hidden;
95
+ background: #f3f4f6;
96
+ }
97
+ .segment {
98
+ flex: 1;
99
+ text-align: center;
100
+ padding: 28px 12px;
101
+ color: #2c2c2c;
102
+ font-size: 40px;
103
+ font-weight: 700;
104
+ line-height: 44px;
105
+ }
106
+ .segment small {
107
+ display: block;
108
+ font-size: 28px;
109
+ color: #7b7e84;
110
+ margin-top: 12px;
111
+ font-weight: 600;
112
+ }
113
+ .segment.active {
114
+ background: #2d3641;
115
+ color: #ffffff;
116
+ }
117
+ .segment.active small { color: #d8dbe1; }
118
+
119
+ /* Display Mode pale (disabled style) */
120
+ .segmented.pale .segment {
121
+ background: transparent;
122
+ color: #8b8e95;
123
+ }
124
+ .segmented.pale { background: #f7f7f9; }
125
+
126
+ /* Toggle rows */
127
+ .setting-row {
128
+ display: flex;
129
+ align-items: center;
130
+ justify-content: space-between;
131
+ padding: 30px 6px 18px 6px;
132
+ }
133
+ .setting-row .label {
134
+ font-size: 44px;
135
+ font-weight: 700;
136
+ color: #1f1f1f;
137
+ }
138
+ .desc {
139
+ font-size: 34px;
140
+ color: #70757b;
141
+ line-height: 46px;
142
+ margin: 10px 6px 20px 6px;
143
+ }
144
+
145
+ /* Switch */
146
+ .switch {
147
+ position: relative;
148
+ width: 168px;
149
+ height: 84px;
150
+ background: #111;
151
+ border-radius: 84px;
152
+ box-shadow: inset 0 0 0 2px #1a1a1a;
153
+ }
154
+ .switch .knob {
155
+ position: absolute;
156
+ top: 8px;
157
+ left: 10px;
158
+ width: 68px;
159
+ height: 68px;
160
+ background: #ffffff;
161
+ border-radius: 50%;
162
+ box-shadow: 0 2px 4px rgba(0,0,0,0.25);
163
+ }
164
+ .switch.right .knob { left: 90px; }
165
+
166
+ /* Manage notifications row */
167
+ .list-row {
168
+ margin-top: 40px;
169
+ border-top: 1px solid #e9eaee;
170
+ border-bottom: 1px solid #e9eaee;
171
+ padding: 28px 12px;
172
+ display: flex;
173
+ align-items: center;
174
+ justify-content: space-between;
175
+ }
176
+ .list-row .text {
177
+ font-size: 44px;
178
+ font-weight: 700;
179
+ color: #1f1f1f;
180
+ }
181
+ .chevron {
182
+ width: 40px; height: 40px;
183
+ }
184
+ .chevron svg { stroke: #7a7a7a; stroke-width: 10; fill: none; }
185
+
186
+ /* Bottom home indicator */
187
+ .home-indicator {
188
+ position: absolute;
189
+ bottom: 28px;
190
+ left: 50%;
191
+ transform: translateX(-50%);
192
+ width: 360px;
193
+ height: 12px;
194
+ background: #c8c8c8;
195
+ border-radius: 8px;
196
+ }
197
+ </style>
198
+ </head>
199
+ <body>
200
+ <div id="render-target">
201
+
202
+ <!-- Top status bar -->
203
+ <div class="status-bar">
204
+ <div>8:42</div>
205
+ <div class="status-icons">
206
+ <div class="square"></div>
207
+ <div class="square"></div>
208
+ <div class="dot"></div>
209
+ <div class="location-pin"></div>
210
+ <div class="battery"><div class="level"></div></div>
211
+ </div>
212
+ </div>
213
+
214
+ <!-- Header with back and title -->
215
+ <div class="header">
216
+ <div class="back-btn">
217
+ <svg viewBox="0 0 64 64">
218
+ <path d="M40 8 L16 32 L40 56"></path>
219
+ </svg>
220
+ </div>
221
+ <h1>Settings</h1>
222
+ </div>
223
+
224
+ <div class="content">
225
+ <!-- Units -->
226
+ <div class="section-title">Units</div>
227
+ <div class="segmented">
228
+ <div class="segment active">Imperial<small>°F, mph, in</small></div>
229
+ <div class="segment">Metric<small>°C, km/h, mm</small></div>
230
+ <div class="segment">Hybrid<small>°C, mph, mm</small></div>
231
+ </div>
232
+
233
+ <!-- Wind Direction -->
234
+ <div class="section-title">Wind Direction</div>
235
+ <div class="segmented">
236
+ <div class="segment active">Cardinal<small>N, S, W, E</small></div>
237
+ <div class="segment">Degrees<small>0° - 360°</small></div>
238
+ </div>
239
+
240
+ <!-- Display Mode -->
241
+ <div class="section-title">Display Mode</div>
242
+ <div class="segmented pale">
243
+ <div class="segment">Light</div>
244
+ <div class="segment">Dark</div>
245
+ <div class="segment">Black</div>
246
+ </div>
247
+
248
+ <!-- Use Device Settings -->
249
+ <div class="setting-row">
250
+ <div class="label">Use Device Settings</div>
251
+ <div class="switch right"><div class="knob"></div></div>
252
+ </div>
253
+ <div class="desc">
254
+ Enable the Light or Dark selection located in your device's Display &amp; Brightness settings
255
+ </div>
256
+
257
+ <!-- Current Conditions Background -->
258
+ <div class="setting-row" style="margin-top: 12px;">
259
+ <div class="label">Current Conditions Background</div>
260
+ <div class="switch right"><div class="knob"></div></div>
261
+ </div>
262
+ <div class="desc">
263
+ Enable/disable the background on your Today screen to visually reflect the weather in your selected location. That means if it’s raining outside, it’s raining in the app.
264
+ </div>
265
+
266
+ <!-- Manage Notifications -->
267
+ <div class="list-row">
268
+ <div class="text">Manage Notifications</div>
269
+ <div class="chevron">
270
+ <svg viewBox="0 0 48 48">
271
+ <path d="M14 8 L30 24 L14 40"></path>
272
+ </svg>
273
+ </div>
274
+ </div>
275
+ </div>
276
+
277
+ <div class="home-indicator"></div>
278
+ </div>
279
+ </body>
280
+ </html>
code/3850/3850_3.html ADDED
@@ -0,0 +1,272 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Notifications UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #FFFFFF;
13
+ color: #1a1a1a;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 96px;
23
+ display: flex;
24
+ align-items: center;
25
+ padding: 0 32px;
26
+ box-sizing: border-box;
27
+ color: #222;
28
+ font-size: 40px;
29
+ }
30
+ .status-right {
31
+ margin-left: auto;
32
+ display: flex;
33
+ align-items: center;
34
+ gap: 24px;
35
+ }
36
+ .dot {
37
+ width: 18px;
38
+ height: 18px;
39
+ background: #7d7d7d;
40
+ border-radius: 50%;
41
+ }
42
+ .icon-pin {
43
+ width: 34px; height: 34px; border-radius: 50%; border: 2px solid #7d7d7d;
44
+ }
45
+ .battery {
46
+ width: 44px; height: 22px; border: 2px solid #7d7d7d; position: relative;
47
+ }
48
+ .battery::after {
49
+ content:""; position:absolute; right:-6px; top:6px; width:6px; height:10px; background:#7d7d7d;
50
+ }
51
+
52
+ /* App bar */
53
+ .app-bar {
54
+ position: absolute;
55
+ top: 96px;
56
+ left: 0;
57
+ width: 1080px;
58
+ height: 120px;
59
+ display: flex;
60
+ align-items: center;
61
+ padding: 0 28px;
62
+ box-sizing: border-box;
63
+ border-bottom: 1px solid #eee;
64
+ }
65
+ .back-btn {
66
+ width: 72px; height: 72px; display: flex; align-items: center; justify-content: center;
67
+ }
68
+ .back-btn svg { width: 44px; height: 44px; fill: none; stroke: #222; stroke-width: 6; }
69
+ .title {
70
+ font-size: 56px;
71
+ font-weight: 700;
72
+ margin-left: 8px;
73
+ }
74
+
75
+ /* Content area */
76
+ .content {
77
+ position: absolute;
78
+ top: 216px;
79
+ left: 0;
80
+ width: 100%;
81
+ height: calc(100% - 216px);
82
+ overflow: hidden;
83
+ }
84
+
85
+ .section {
86
+ padding: 24px 36px;
87
+ border-bottom: 1px solid #eee;
88
+ }
89
+
90
+ .row {
91
+ display: flex;
92
+ align-items: center;
93
+ justify-content: space-between;
94
+ }
95
+ .title-row {
96
+ font-size: 46px;
97
+ font-weight: 700;
98
+ margin-bottom: 12px;
99
+ }
100
+ .desc {
101
+ font-size: 32px;
102
+ color: #6f6f6f;
103
+ line-height: 1.35;
104
+ padding-right: 24px;
105
+ }
106
+
107
+ .pill {
108
+ padding: 12px 24px;
109
+ background: #F28C3A;
110
+ color: #fff;
111
+ border-radius: 24px;
112
+ font-size: 30px;
113
+ font-weight: 700;
114
+ display: inline-flex;
115
+ align-items: center;
116
+ gap: 12px;
117
+ }
118
+ .pill .lock {
119
+ width: 26px; height: 26px; border: 2px solid #fff; border-radius: 4px; position: relative;
120
+ }
121
+ .pill .lock::before {
122
+ content:""; position:absolute; width:16px; height:10px; left:3px; top:-10px; border:2px solid #fff; border-bottom: none; border-radius: 8px 8px 0 0;
123
+ }
124
+
125
+ .status {
126
+ font-size: 34px;
127
+ color: #7a7a7a;
128
+ margin-right: 8px;
129
+ }
130
+ .status.on { color: #3a3a3a; }
131
+ .chevron {
132
+ width: 28px; height: 28px; margin-left: 16px;
133
+ }
134
+ .chevron svg { width: 28px; height: 28px; fill: none; stroke: #5e5e5e; stroke-width: 6; }
135
+
136
+ .chips {
137
+ display: flex;
138
+ gap: 16px;
139
+ margin-top: 20px;
140
+ flex-wrap: wrap;
141
+ }
142
+ .chip {
143
+ font-size: 30px;
144
+ color: #222;
145
+ background: #ECEFF1;
146
+ padding: 12px 22px;
147
+ border-radius: 28px;
148
+ border: 1px solid #d7d9dc;
149
+ }
150
+
151
+ .subheader {
152
+ font-size: 40px;
153
+ font-weight: 700;
154
+ color: #1a1a1a;
155
+ padding: 36px;
156
+ border-bottom: 1px solid #eee;
157
+ }
158
+
159
+ .list-item {
160
+ padding: 36px;
161
+ display: flex;
162
+ align-items: center;
163
+ justify-content: space-between;
164
+ border-bottom: 1px solid #eee;
165
+ }
166
+ .list-title {
167
+ font-size: 44px;
168
+ font-weight: 700;
169
+ }
170
+ </style>
171
+ </head>
172
+ <body>
173
+ <div id="render-target">
174
+
175
+ <!-- Status Bar -->
176
+ <div class="status-bar">
177
+ <div>8:42</div>
178
+ <div class="status-right">
179
+ <div class="dot"></div>
180
+ <div class="dot"></div>
181
+ <div class="icon-pin"></div>
182
+ <div class="dot"></div>
183
+ <div class="battery"></div>
184
+ </div>
185
+ </div>
186
+
187
+ <!-- App Bar -->
188
+ <div class="app-bar">
189
+ <div class="back-btn">
190
+ <svg viewBox="0 0 24 24"><path d="M15 4 L7 12 L15 20" /></svg>
191
+ </div>
192
+ <div class="title">Notifications</div>
193
+ </div>
194
+
195
+ <!-- Content -->
196
+ <div class="content">
197
+
198
+ <!-- AccuWeather Alerts -->
199
+ <div class="section">
200
+ <div class="row">
201
+ <div class="title-row">AccuWeather Alerts™</div>
202
+ <div class="pill">
203
+ PREMIUM+
204
+ <div class="lock"></div>
205
+ </div>
206
+ </div>
207
+ <div class="desc">The most advanced severe weather notifications available.</div>
208
+ </div>
209
+
210
+ <!-- Government Alerts -->
211
+ <div class="section">
212
+ <div class="row">
213
+ <div class="title-row">Government Alerts</div>
214
+ <div style="display:flex; align-items:center;">
215
+ <div class="status">OFF</div>
216
+ <div class="chevron">
217
+ <svg viewBox="0 0 24 24"><path d="M8 4 L16 12 L8 20" /></svg>
218
+ </div>
219
+ </div>
220
+ </div>
221
+ <div class="desc">Standard watches and warnings that include a map outlining impacted areas and links to more information.</div>
222
+ </div>
223
+
224
+ <!-- Weather News -->
225
+ <div class="section">
226
+ <div class="row">
227
+ <div class="title-row">Weather News</div>
228
+ <div style="display:flex; align-items:center;">
229
+ <div class="status on">ON</div>
230
+ <div class="chevron">
231
+ <svg viewBox="0 0 24 24"><path d="M8 4 L16 12 L8 20" /></svg>
232
+ </div>
233
+ </div>
234
+ </div>
235
+ <div class="desc">The latest in weather-related news, sports, astronomy, and more.</div>
236
+ <div class="chips">
237
+ <div class="chip">TOP STORIES</div>
238
+ <div class="chip">ASTRONOMY</div>
239
+ <div class="chip">AIR QUALITY/ALLERGY</div>
240
+ <div class="chip">SPORTS</div>
241
+ </div>
242
+ </div>
243
+
244
+ <!-- More Options -->
245
+ <div class="subheader">MORE OPTIONS</div>
246
+
247
+ <!-- System Preferences -->
248
+ <div class="list-item">
249
+ <div class="list-title">System Preferences</div>
250
+ <div style="display:flex; align-items:center;">
251
+ <div class="chevron">
252
+ <svg viewBox="0 0 24 24"><path d="M8 4 L16 12 L8 20" /></svg>
253
+ </div>
254
+ </div>
255
+ </div>
256
+
257
+ <!-- Persistent Notification -->
258
+ <div class="list-item">
259
+ <div class="list-title">Persistent Notification</div>
260
+ <div style="display:flex; align-items:center;">
261
+ <div class="status on">ON</div>
262
+ <div class="chevron">
263
+ <svg viewBox="0 0 24 24"><path d="M8 4 L16 12 L8 20" /></svg>
264
+ </div>
265
+ </div>
266
+ </div>
267
+
268
+ </div>
269
+
270
+ </div>
271
+ </body>
272
+ </html>
code/3850/3850_4.html ADDED
@@ -0,0 +1,248 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Government Alerts 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
+ /* Status bar */
16
+ .status-bar {
17
+ position: absolute;
18
+ top: 0;
19
+ left: 0;
20
+ width: 1080px;
21
+ height: 110px;
22
+ padding: 0 32px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ color: #212121;
27
+ font-weight: 600;
28
+ font-size: 40px;
29
+ box-sizing: border-box;
30
+ }
31
+ .status-icons {
32
+ display: flex;
33
+ align-items: center;
34
+ gap: 24px;
35
+ }
36
+ .dot {
37
+ width: 28px; height: 28px; background: #9E9E9E; border-radius: 50%;
38
+ }
39
+ .status-icon {
40
+ display: inline-flex; align-items: center; justify-content: center;
41
+ }
42
+
43
+ /* App bar */
44
+ .app-bar {
45
+ position: absolute;
46
+ top: 110px;
47
+ left: 0;
48
+ width: 1080px;
49
+ height: 120px;
50
+ display: flex;
51
+ align-items: center;
52
+ box-sizing: border-box;
53
+ padding: 0 24px;
54
+ border-bottom: 1px solid #E0E0E0;
55
+ }
56
+ .back-btn {
57
+ width: 96px;
58
+ height: 96px;
59
+ display: flex;
60
+ align-items: center;
61
+ justify-content: center;
62
+ }
63
+ .title {
64
+ position: absolute;
65
+ left: 0;
66
+ right: 0;
67
+ text-align: center;
68
+ font-size: 48px;
69
+ font-weight: 700;
70
+ color: #1F1F1F;
71
+ }
72
+
73
+ /* Main content */
74
+ .content {
75
+ position: absolute;
76
+ top: 230px;
77
+ left: 0;
78
+ right: 0;
79
+ padding: 0 40px;
80
+ box-sizing: border-box;
81
+ }
82
+ .hint {
83
+ font-size: 34px;
84
+ color: #7A7A7A;
85
+ text-align: center;
86
+ margin: 36px 0 24px;
87
+ }
88
+
89
+ .section {
90
+ margin-top: 24px;
91
+ border-top: 1px solid #EEEEEE;
92
+ }
93
+
94
+ .row {
95
+ display: flex;
96
+ align-items: center;
97
+ justify-content: space-between;
98
+ padding: 48px 0;
99
+ border-bottom: 1px solid #EEEEEE;
100
+ }
101
+ .row-left {
102
+ display: flex;
103
+ align-items: center;
104
+ gap: 28px;
105
+ }
106
+ .row-title {
107
+ font-size: 44px;
108
+ color: #222;
109
+ font-weight: 600;
110
+ }
111
+ .row-subtitle {
112
+ font-size: 34px;
113
+ color: #7F7F7F;
114
+ margin-top: 14px;
115
+ }
116
+ .favorites-label {
117
+ font-size: 28px;
118
+ color: #616161;
119
+ letter-spacing: 2px;
120
+ margin-top: 10px;
121
+ margin-bottom: -10px;
122
+ }
123
+
124
+ /* Toggle */
125
+ .toggle {
126
+ width: 140px;
127
+ height: 72px;
128
+ background: #DDE1E6;
129
+ border-radius: 40px;
130
+ position: relative;
131
+ box-shadow: inset 0 0 0 1px #C9CDD3;
132
+ }
133
+ .toggle::after {
134
+ content: "";
135
+ position: absolute;
136
+ top: 8px; left: 8px;
137
+ width: 56px; height: 56px;
138
+ background: #FFFFFF;
139
+ border-radius: 50%;
140
+ box-shadow: 0 1px 4px rgba(0,0,0,0.2);
141
+ }
142
+ /* Chevron */
143
+ .chevron {
144
+ width: 48px;
145
+ height: 48px;
146
+ }
147
+
148
+ /* Gesture bar */
149
+ .gesture {
150
+ position: absolute;
151
+ bottom: 30px;
152
+ left: 50%;
153
+ transform: translateX(-50%);
154
+ width: 640px;
155
+ height: 12px;
156
+ background: #CFCFCF;
157
+ border-radius: 8px;
158
+ }
159
+ </style>
160
+ </head>
161
+ <body>
162
+ <div id="render-target">
163
+
164
+ <!-- Status bar -->
165
+ <div class="status-bar">
166
+ <div>8:42</div>
167
+ <div class="status-icons">
168
+ <div class="dot"></div>
169
+ <div class="dot"></div>
170
+ <div class="dot" style="width:18px;height:18px;"></div>
171
+ <div class="status-icon">
172
+ <!-- Location pin -->
173
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#616161">
174
+ <path d="M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7zm0 9.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z"/>
175
+ </svg>
176
+ </div>
177
+ <div class="status-icon">
178
+ <!-- WiFi -->
179
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#616161">
180
+ <path d="M12 18.5l-1.5 1.5L12 22l1.5-2-1.5-1.5zm-7-8a12 12 0 0 1 14 0l-1.5 1.5a10 10 0 0 0-11 0L5 10.5zm2.5 3a8.5 8.5 0 0 1 9 0l-1.6 1.6a6.5 6.5 0 0 0-5.8 0L7.5 13.5z"/>
181
+ </svg>
182
+ </div>
183
+ <div class="status-icon">
184
+ <!-- Battery -->
185
+ <svg width="46" height="40" viewBox="0 0 28 24" fill="#616161">
186
+ <rect x="2" y="5" width="20" height="14" rx="2" ry="2"></rect>
187
+ <rect x="23" y="9" width="3" height="6"></rect>
188
+ <rect x="4" y="7" width="12" height="10" fill="#9E9E9E"></rect>
189
+ </svg>
190
+ </div>
191
+ </div>
192
+ </div>
193
+
194
+ <!-- App bar -->
195
+ <div class="app-bar">
196
+ <div class="back-btn">
197
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="#111">
198
+ <path d="M15.5 19l-7-7 7-7 1.5 1.5-5.5 5.5 5.5 5.5z"/>
199
+ </svg>
200
+ </div>
201
+ <div class="title">Government Alerts</div>
202
+ </div>
203
+
204
+ <!-- Content -->
205
+ <div class="content">
206
+ <div class="hint">Switch on locations to receive notifications.</div>
207
+
208
+ <div class="section">
209
+ <!-- Current Location row -->
210
+ <div class="row">
211
+ <div class="row-left">
212
+ <!-- Location arrow icon -->
213
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="#424242">
214
+ <path d="M12 2l4 10-10 4 4-10 2 2z"/>
215
+ </svg>
216
+ <div class="row-title">Current Location</div>
217
+ </div>
218
+ <div class="toggle"></div>
219
+ </div>
220
+
221
+ <!-- Favorites label -->
222
+ <div class="favorites-label">FAVORITES</div>
223
+
224
+ <!-- Detroit row -->
225
+ <div class="row">
226
+ <div style="display:flex; flex-direction:column;">
227
+ <div class="row-title">Detroit</div>
228
+ <div class="row-subtitle">Michigan</div>
229
+ </div>
230
+ <div class="toggle"></div>
231
+ </div>
232
+
233
+ <!-- Edit Locations -->
234
+ <div class="row" style="border-bottom: none;">
235
+ <div class="row-title">Edit Locations</div>
236
+ <svg class="chevron" viewBox="0 0 24 24" fill="#616161">
237
+ <path d="M9 6l6 6-6 6-1.5-1.5 4.5-4.5-4.5-4.5z"/>
238
+ </svg>
239
+ </div>
240
+ </div>
241
+ </div>
242
+
243
+ <!-- Gesture bar -->
244
+ <div class="gesture"></div>
245
+
246
+ </div>
247
+ </body>
248
+ </html>
code/3850/3850_5.html ADDED
@@ -0,0 +1,257 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Government Alerts 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
+ /* Status bar */
16
+ .status-bar {
17
+ position: absolute;
18
+ top: 0;
19
+ left: 0;
20
+ right: 0;
21
+ height: 120px;
22
+ padding: 0 40px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ color: #1a1a1a;
27
+ font-size: 42px;
28
+ font-weight: 700;
29
+ }
30
+ .status-icons {
31
+ display: flex;
32
+ align-items: center;
33
+ gap: 24px;
34
+ }
35
+ .dot {
36
+ width: 24px;
37
+ height: 24px;
38
+ background: #3a3a3a;
39
+ border-radius: 50%;
40
+ }
41
+ .small-icon {
42
+ width: 36px;
43
+ height: 36px;
44
+ border: 2px solid #3a3a3a;
45
+ border-radius: 50%;
46
+ }
47
+
48
+ /* Header */
49
+ .header {
50
+ position: absolute;
51
+ top: 120px;
52
+ left: 0;
53
+ right: 0;
54
+ height: 120px;
55
+ display: flex;
56
+ align-items: center;
57
+ padding: 0 32px;
58
+ border-bottom: 1px solid #e9e9e9;
59
+ }
60
+ .back-btn {
61
+ width: 96px;
62
+ height: 96px;
63
+ display: flex;
64
+ align-items: center;
65
+ justify-content: center;
66
+ }
67
+ .title {
68
+ flex: 1;
69
+ text-align: center;
70
+ font-size: 48px;
71
+ font-weight: 700;
72
+ color: #1f1f1f;
73
+ }
74
+
75
+ /* Description */
76
+ .description {
77
+ position: absolute;
78
+ top: 240px;
79
+ left: 0;
80
+ right: 0;
81
+ height: 120px;
82
+ display: flex;
83
+ align-items: center;
84
+ justify-content: center;
85
+ color: #7a7a7a;
86
+ font-size: 34px;
87
+ border-bottom: 1px solid #efefef;
88
+ }
89
+
90
+ /* List and rows */
91
+ .list {
92
+ position: absolute;
93
+ top: 360px;
94
+ left: 0;
95
+ right: 0;
96
+ }
97
+ .row {
98
+ display: flex;
99
+ align-items: center;
100
+ justify-content: space-between;
101
+ padding: 40px;
102
+ border-bottom: 1px solid #eeeeee;
103
+ min-height: 150px;
104
+ }
105
+ .left {
106
+ display: flex;
107
+ align-items: center;
108
+ gap: 24px;
109
+ }
110
+ .label {
111
+ font-size: 44px;
112
+ color: #1b1b1b;
113
+ }
114
+ .sublabel {
115
+ font-size: 34px;
116
+ color: #9aa0a6;
117
+ margin-top: 8px;
118
+ }
119
+ .column {
120
+ display: flex;
121
+ flex-direction: column;
122
+ }
123
+
124
+ /* Section title */
125
+ .section-title {
126
+ padding: 36px 40px 24px 40px;
127
+ font-size: 32px;
128
+ color: #3f3f3f;
129
+ letter-spacing: 2px;
130
+ font-weight: 700;
131
+ }
132
+
133
+ /* Switch styles */
134
+ .switch {
135
+ width: 160px;
136
+ height: 80px;
137
+ border-radius: 40px;
138
+ position: relative;
139
+ background: #e5e9ee;
140
+ box-shadow: inset 0 0 0 1px #d0d6dc;
141
+ }
142
+ .switch::after {
143
+ content: "";
144
+ position: absolute;
145
+ top: 10px;
146
+ left: 10px;
147
+ width: 60px;
148
+ height: 60px;
149
+ background: #ffffff;
150
+ border-radius: 50%;
151
+ box-shadow: 0 2px 4px rgba(0,0,0,0.15);
152
+ }
153
+ .switch.on {
154
+ background: #0b0b0b;
155
+ }
156
+ .switch.on::after {
157
+ left: 90px;
158
+ background: #ffffff;
159
+ }
160
+
161
+ /* Chevron */
162
+ .chevron {
163
+ width: 48px;
164
+ height: 48px;
165
+ display: flex;
166
+ align-items: center;
167
+ justify-content: center;
168
+ }
169
+
170
+ /* Gesture bar */
171
+ .gesture {
172
+ position: absolute;
173
+ bottom: 24px;
174
+ left: 50%;
175
+ transform: translateX(-50%);
176
+ width: 520px;
177
+ height: 12px;
178
+ background: #d0d0d0;
179
+ border-radius: 6px;
180
+ }
181
+ </style>
182
+ </head>
183
+ <body>
184
+ <div id="render-target">
185
+
186
+ <!-- Status Bar -->
187
+ <div class="status-bar">
188
+ <div>8:43</div>
189
+ <div class="status-icons">
190
+ <div class="dot"></div>
191
+ <div class="small-icon"></div>
192
+ <div class="dot"></div>
193
+ <div class="small-icon"></div>
194
+ </div>
195
+ </div>
196
+
197
+ <!-- Header -->
198
+ <div class="header">
199
+ <div class="back-btn">
200
+ <svg width="48" height="48" viewBox="0 0 48 48">
201
+ <path d="M30 8 L14 24 L30 40" stroke="#111" stroke-width="5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
202
+ </svg>
203
+ </div>
204
+ <div class="title">Government Alerts</div>
205
+ </div>
206
+
207
+ <!-- Description -->
208
+ <div class="description">Switch on locations to receive notifications.</div>
209
+
210
+ <!-- List Content -->
211
+ <div class="list">
212
+
213
+ <!-- Current Location Row -->
214
+ <div class="row">
215
+ <div class="left">
216
+ <svg width="44" height="44" viewBox="0 0 24 24">
217
+ <path d="M3 11 L21 3 L13 21 L11 13 Z" fill="#131313"/>
218
+ </svg>
219
+ <div class="label">Current Location</div>
220
+ </div>
221
+ <div class="switch"></div>
222
+ </div>
223
+
224
+ <!-- Section Title -->
225
+ <div class="section-title">FAVORITES</div>
226
+
227
+ <!-- Detroit Row -->
228
+ <div class="row">
229
+ <div class="left">
230
+ <div class="column">
231
+ <div class="label">Detroit</div>
232
+ <div class="sublabel">Michigan</div>
233
+ </div>
234
+ </div>
235
+ <div class="switch on"></div>
236
+ </div>
237
+
238
+ <!-- Edit Locations Row -->
239
+ <div class="row">
240
+ <div class="left">
241
+ <div class="label">Edit Locations</div>
242
+ </div>
243
+ <div class="chevron">
244
+ <svg width="36" height="36" viewBox="0 0 24 24">
245
+ <path d="M8 4 L16 12 L8 20" stroke="#252525" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
246
+ </svg>
247
+ </div>
248
+ </div>
249
+
250
+ </div>
251
+
252
+ <!-- Bottom gesture bar -->
253
+ <div class="gesture"></div>
254
+
255
+ </div>
256
+ </body>
257
+ </html>
code/3854/3854_0.html ADDED
@@ -0,0 +1,344 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Android Home Screen Mock</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: linear-gradient(180deg, #e9eef8 0%, #cfe0f7 28%, #0a0b10 60%, #0a0b10 100%);
15
+ }
16
+ /* Abstract wallpaper sweeps */
17
+ .blue-sweep {
18
+ position: absolute;
19
+ top: 360px;
20
+ left: 140px;
21
+ width: 1300px;
22
+ height: 820px;
23
+ background: radial-gradient(ellipse at 35% 55%, #b8d3ff 0%, #95bbf3 55%, rgba(149,187,243,0) 100%);
24
+ border-radius: 50%;
25
+ transform: rotate(-18deg);
26
+ opacity: 0.9;
27
+ pointer-events: none;
28
+ }
29
+ .black-sweep {
30
+ position: absolute;
31
+ top: 850px;
32
+ left: -120px;
33
+ width: 1600px;
34
+ height: 1200px;
35
+ background: radial-gradient(ellipse at 60% 40%, #0a0b10 30%, #000000 85%);
36
+ border-radius: 50%;
37
+ transform: rotate(12deg);
38
+ opacity: 1;
39
+ pointer-events: none;
40
+ }
41
+
42
+ /* Status bar */
43
+ .status-bar {
44
+ position: absolute;
45
+ top: 24px;
46
+ left: 0;
47
+ right: 0;
48
+ height: 80px;
49
+ padding: 0 36px;
50
+ color: #ffffff;
51
+ display: flex;
52
+ align-items: center;
53
+ justify-content: space-between;
54
+ font-weight: 600;
55
+ }
56
+ .status-left {
57
+ display: flex;
58
+ align-items: center;
59
+ gap: 16px;
60
+ font-size: 40px;
61
+ letter-spacing: 0.5px;
62
+ }
63
+ .status-right {
64
+ display: flex;
65
+ align-items: center;
66
+ gap: 24px;
67
+ }
68
+ .status-icon svg { width: 40px; height: 40px; fill: #ffffff; }
69
+
70
+ /* App grid */
71
+ .row {
72
+ position: absolute;
73
+ left: 72px;
74
+ width: 936px;
75
+ display: flex;
76
+ justify-content: space-between;
77
+ align-items: flex-start;
78
+ }
79
+ .row.top { top: 1500px; }
80
+ .row.dock { top: 1780px; }
81
+
82
+ .app {
83
+ width: 210px;
84
+ text-align: center;
85
+ color: #fff;
86
+ }
87
+ .app .label {
88
+ margin-top: 22px;
89
+ font-size: 38px;
90
+ font-weight: 600;
91
+ letter-spacing: 0.2px;
92
+ }
93
+
94
+ .app-icon {
95
+ width: 156px;
96
+ height: 156px;
97
+ border-radius: 50%;
98
+ background: #ffffff;
99
+ box-shadow: 0 6px 14px rgba(0,0,0,0.35);
100
+ display: flex;
101
+ align-items: center;
102
+ justify-content: center;
103
+ }
104
+ .app-icon svg { width: 98px; height: 98px; }
105
+
106
+ /* Amazon pinned app */
107
+ .amazon {
108
+ position: absolute;
109
+ right: 120px;
110
+ top: 1220px;
111
+ width: 210px;
112
+ text-align: center;
113
+ color: #fff;
114
+ }
115
+ .amazon .app-icon {
116
+ background: #e7cfad;
117
+ }
118
+
119
+ /* Search bar */
120
+ .search-bar {
121
+ position: absolute;
122
+ left: 72px;
123
+ bottom: 190px;
124
+ width: 936px;
125
+ height: 126px;
126
+ background: #2e2f34;
127
+ border-radius: 64px;
128
+ box-shadow: 0 10px 24px rgba(0,0,0,0.55);
129
+ display: flex;
130
+ align-items: center;
131
+ padding: 0 34px;
132
+ gap: 26px;
133
+ }
134
+ .search-chip {
135
+ width: 72px; height: 72px; border-radius: 36px; background: #3b3c40;
136
+ display: flex; align-items: center; justify-content: center;
137
+ }
138
+ .search-field {
139
+ flex: 1;
140
+ color: #bfc3cb;
141
+ font-size: 38px;
142
+ }
143
+
144
+ /* Gesture bar */
145
+ .gesture {
146
+ position: absolute;
147
+ bottom: 72px;
148
+ left: 50%;
149
+ transform: translateX(-50%);
150
+ width: 300px;
151
+ height: 12px;
152
+ background: #ffffff;
153
+ border-radius: 6px;
154
+ opacity: 0.85;
155
+ }
156
+ </style>
157
+ </head>
158
+ <body>
159
+ <div id="render-target">
160
+
161
+ <div class="blue-sweep"></div>
162
+ <div class="black-sweep"></div>
163
+
164
+ <!-- Status Bar -->
165
+ <div class="status-bar">
166
+ <div class="status-left">
167
+ <div>9:31</div>
168
+ <div class="status-icon">
169
+ <!-- Cloud icon -->
170
+ <svg viewBox="0 0 24 24">
171
+ <path d="M6 15a4 4 0 1 0 0-8c.9-2 3-3 5.5-3C14.9 4 17 6.1 17 8.9c1.8.3 3 1.7 3 3.5A3.6 3.6 0 0 1 16.4 16H8.3A2.3 2.3 0 0 1 6 13.7V15z" />
172
+ </svg>
173
+ </div>
174
+ </div>
175
+ <div class="status-right">
176
+ <!-- WiFi -->
177
+ <div class="status-icon">
178
+ <svg viewBox="0 0 24 24">
179
+ <path d="M2 8c5-4 15-4 20 0l-2 2c-4-3-12-3-16 0L2 8zm4 4c3-2 9-2 12 0l-2 2c-2-1-6-1-8 0l-2-2zm4 4 2 2 2-2-2-2-2 2z"/>
180
+ </svg>
181
+ </div>
182
+ <!-- Battery -->
183
+ <div class="status-icon">
184
+ <svg viewBox="0 0 24 24">
185
+ <rect x="3" y="6" width="16" height="12" rx="2" ry="2" fill="#ffffff"/>
186
+ <rect x="5" y="8" width="12" height="8" fill="#4caf50"/>
187
+ <rect x="19" y="10" width="2" height="4" fill="#ffffff"/>
188
+ </svg>
189
+ </div>
190
+ </div>
191
+ </div>
192
+
193
+ <!-- Pinned Amazon App -->
194
+ <div class="amazon">
195
+ <div class="app-icon">
196
+ <svg viewBox="0 0 100 100">
197
+ <!-- green stripe -->
198
+ <path d="M18 10h20l-8 18H10z" fill="#89d1b6"/>
199
+ <!-- smile/arrow -->
200
+ <path d="M30 65c12 10 28 10 40 0" stroke="#111" stroke-width="6" fill="none" stroke-linecap="round"/>
201
+ <path d="M65 69l6 12 8-8" stroke="#111" stroke-width="6" fill="none" stroke-linecap="round"/>
202
+ </svg>
203
+ </div>
204
+ <div class="label">Amazon</div>
205
+ </div>
206
+
207
+ <!-- Top row of apps -->
208
+ <div class="row top">
209
+ <!-- Play Store -->
210
+ <div class="app">
211
+ <div class="app-icon">
212
+ <svg viewBox="0 0 100 100">
213
+ <path d="M20 20l40 30-40 30z" fill="#40c4ff"/>
214
+ <path d="M20 20l12 9 36-9z" fill="#43a047"/>
215
+ <path d="M20 80l12-9 36 9z" fill="#ff7043"/>
216
+ <path d="M32 29l28 21-28 21z" fill="#ffc107"/>
217
+ </svg>
218
+ </div>
219
+ <div class="label">Play Store</div>
220
+ </div>
221
+
222
+ <!-- Photos -->
223
+ <div class="app">
224
+ <div class="app-icon">
225
+ <svg viewBox="0 0 100 100">
226
+ <circle cx="50" cy="28" r="18" fill="#f44336"/>
227
+ <circle cx="72" cy="50" r="18" fill="#4caf50"/>
228
+ <circle cx="50" cy="72" r="18" fill="#2196f3"/>
229
+ <circle cx="28" cy="50" r="18" fill="#ffeb3b"/>
230
+ </svg>
231
+ </div>
232
+ <div class="label">Photos</div>
233
+ </div>
234
+
235
+ <!-- Gmail -->
236
+ <div class="app">
237
+ <div class="app-icon">
238
+ <svg viewBox="0 0 100 100">
239
+ <rect x="18" y="28" width="64" height="44" rx="8" ry="8" fill="#ffffff" stroke="#9e9e9e" stroke-width="4"/>
240
+ <path d="M18 32l32 24 32-24" stroke="#e53935" stroke-width="8" fill="none"/>
241
+ <path d="M18 32l0 40" stroke="#4285f4" stroke-width="8"/>
242
+ <path d="M82 32l0 40" stroke="#34a853" stroke-width="8"/>
243
+ <path d="M50 56l-32-24" stroke="#fbbc05" stroke-width="8"/>
244
+ </svg>
245
+ </div>
246
+ <div class="label">Gmail</div>
247
+ </div>
248
+
249
+ <!-- YouTube -->
250
+ <div class="app">
251
+ <div class="app-icon">
252
+ <svg viewBox="0 0 100 100">
253
+ <rect x="22" y="28" width="56" height="44" rx="12" ry="12" fill="#ff3d00"/>
254
+ <path d="M46 36l22 12-22 12z" fill="#ffffff"/>
255
+ </svg>
256
+ </div>
257
+ <div class="label">YouTube</div>
258
+ </div>
259
+ </div>
260
+
261
+ <!-- Dock row -->
262
+ <div class="row dock">
263
+ <!-- Phone -->
264
+ <div class="app">
265
+ <div class="app-icon">
266
+ <svg viewBox="0 0 100 100">
267
+ <path d="M30 30c-6 6 4 22 16 34s28 22 34 16l6-6c3-3 1-8-3-9l-12-3-8 8-20-20 8-8-3-12c-1-4-6-6-9-3l-9 9z" fill="#1e88e5"/>
268
+ </svg>
269
+ </div>
270
+ </div>
271
+
272
+ <!-- Messages -->
273
+ <div class="app">
274
+ <div class="app-icon">
275
+ <svg viewBox="0 0 100 100">
276
+ <rect x="18" y="22" width="64" height="44" rx="12" fill="#4a86ff"/>
277
+ <path d="M40 66l-10 12 0-12z" fill="#4a86ff"/>
278
+ <circle cx="36" cy="44" r="6" fill="#ffffff"/>
279
+ <circle cx="50" cy="44" r="6" fill="#ffffff"/>
280
+ <circle cx="64" cy="44" r="6" fill="#ffffff"/>
281
+ </svg>
282
+ </div>
283
+ </div>
284
+
285
+ <!-- Chrome -->
286
+ <div class="app">
287
+ <div class="app-icon">
288
+ <svg viewBox="0 0 100 100">
289
+ <circle cx="50" cy="50" r="36" fill="#fbbc05"/>
290
+ <path d="M50 14a36 36 0 0 1 31 18H50z" fill="#ea4335"/>
291
+ <path d="M81 32a36 36 0 0 1-8 44L50 50z" fill="#34a853"/>
292
+ <circle cx="50" cy="50" r="16" fill="#4285f4"/>
293
+ </svg>
294
+ </div>
295
+ </div>
296
+
297
+ <!-- Camera -->
298
+ <div class="app">
299
+ <div class="app-icon">
300
+ <svg viewBox="0 0 100 100">
301
+ <rect x="20" y="32" width="60" height="40" rx="8" fill="#b0bec5"/>
302
+ <rect x="30" y="24" width="24" height="12" rx="4" fill="#90a4ae"/>
303
+ <circle cx="50" cy="52" r="14" fill="#1e88e5"/>
304
+ <circle cx="50" cy="52" r="7" fill="#82b1ff"/>
305
+ </svg>
306
+ </div>
307
+ </div>
308
+ </div>
309
+
310
+ <!-- Search bar -->
311
+ <div class="search-bar">
312
+ <div class="search-chip">
313
+ <!-- Google G simple -->
314
+ <svg viewBox="0 0 24 24">
315
+ <path d="M12 4a8 8 0 1 0 0 16c4 0 7-3 7-7h-7v3h4a5 5 0 1 1-4-8c1 0 2 .3 3 .8l2-2A8 8 0 0 0 12 4z" fill="#4285f4"/>
316
+ <path d="M5 12a7 7 0 0 1 7-7" stroke="#34a853" stroke-width="2" fill="none"/>
317
+ <path d="M12 19a7 7 0 0 0 6-4" stroke="#fbbc05" stroke-width="2" fill="none"/>
318
+ <path d="M19 12h-7" stroke="#ea4335" stroke-width="2"/>
319
+ </svg>
320
+ </div>
321
+ <div class="search-field">Search…</div>
322
+ <div class="search-chip">
323
+ <!-- Microphone -->
324
+ <svg viewBox="0 0 24 24" fill="#ffffff">
325
+ <path d="M12 14a3 3 0 0 0 3-3V6a3 3 0 0 0-6 0v5a3 3 0 0 0 3 3z"/>
326
+ <path d="M5 11a7 7 0 0 0 14 0" stroke="#ffffff" stroke-width="2" fill="none"/>
327
+ <rect x="11" y="16" width="2" height="4" fill="#ffffff"/>
328
+ </svg>
329
+ </div>
330
+ <div class="search-chip">
331
+ <!-- Camera/Lens -->
332
+ <svg viewBox="0 0 24 24" fill="#ffffff">
333
+ <rect x="5" y="7" width="14" height="10" rx="2" ry="2"/>
334
+ <circle cx="12" cy="12" r="3" fill="#82b1ff"/>
335
+ <rect x="8" y="5" width="6" height="3" rx="1" ry="1"/>
336
+ </svg>
337
+ </div>
338
+ </div>
339
+
340
+ <!-- Gesture Bar -->
341
+ <div class="gesture"></div>
342
+ </div>
343
+ </body>
344
+ </html>
code/3854/3854_1.html ADDED
@@ -0,0 +1,389 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Amazon Mobile UI Mock</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
13
+ color: #222;
14
+ }
15
+ #render-target {
16
+ width: 1080px;
17
+ height: 2400px;
18
+ position: relative;
19
+ overflow: hidden;
20
+ background: #ffffff;
21
+ }
22
+
23
+ /* Top gradient header */
24
+ .header-gradient {
25
+ position: absolute;
26
+ left: 0;
27
+ top: 0;
28
+ width: 1080px;
29
+ height: 360px;
30
+ background: linear-gradient(90deg, #7fdad4, #a7e2d3);
31
+ }
32
+
33
+ /* Status row inside gradient */
34
+ .status-bar {
35
+ position: absolute;
36
+ top: 20px;
37
+ left: 40px;
38
+ right: 40px;
39
+ height: 40px;
40
+ display: flex;
41
+ align-items: center;
42
+ justify-content: space-between;
43
+ color: #0f2b2b;
44
+ font-size: 32px;
45
+ opacity: 0.9;
46
+ }
47
+ .status-right {
48
+ display: flex;
49
+ align-items: center;
50
+ gap: 24px;
51
+ }
52
+ .status-icon {
53
+ width: 36px;
54
+ height: 36px;
55
+ }
56
+
57
+ /* Search bar */
58
+ .search-wrapper {
59
+ position: absolute;
60
+ top: 100px;
61
+ left: 40px;
62
+ width: 1000px;
63
+ height: 120px;
64
+ background: #ffffff;
65
+ border-radius: 24px;
66
+ box-shadow: 0 8px 16px rgba(0,0,0,0.15);
67
+ display: flex;
68
+ align-items: center;
69
+ padding: 0 28px;
70
+ gap: 24px;
71
+ }
72
+ .search-input {
73
+ flex: 1;
74
+ font-size: 40px;
75
+ color: #444;
76
+ }
77
+ .icon-btn {
78
+ width: 72px;
79
+ height: 72px;
80
+ border-radius: 16px;
81
+ display: flex;
82
+ align-items: center;
83
+ justify-content: center;
84
+ background: #f4f4f4;
85
+ }
86
+
87
+ /* Location bar */
88
+ .location-bar {
89
+ position: absolute;
90
+ top: 360px;
91
+ left: 0;
92
+ width: 1080px;
93
+ height: 98px;
94
+ background: rgba(201, 235, 232, 0.9);
95
+ display: flex;
96
+ align-items: center;
97
+ padding: 0 40px;
98
+ gap: 22px;
99
+ border-bottom: 1px solid #e6e6e6;
100
+ font-size: 36px;
101
+ }
102
+ .chev {
103
+ margin-left: 8px;
104
+ }
105
+
106
+ /* Category circles row */
107
+ .categories {
108
+ position: absolute;
109
+ top: 470px;
110
+ left: 0;
111
+ width: 1080px;
112
+ padding: 26px 30px 20px;
113
+ background: #ffffff;
114
+ display: flex;
115
+ gap: 40px;
116
+ overflow: hidden;
117
+ }
118
+ .cat-item {
119
+ width: 140px;
120
+ display: flex;
121
+ flex-direction: column;
122
+ align-items: center;
123
+ gap: 18px;
124
+ }
125
+ .cat-circle {
126
+ width: 140px;
127
+ height: 140px;
128
+ border-radius: 50%;
129
+ background: #E0E0E0;
130
+ border: 1px solid #BDBDBD;
131
+ display: flex;
132
+ align-items: center;
133
+ justify-content: center;
134
+ color: #757575;
135
+ font-size: 26px;
136
+ text-align: center;
137
+ }
138
+ .cat-label {
139
+ width: 120px;
140
+ height: 26px;
141
+ background: #E0E0E0;
142
+ border: 1px solid #BDBDBD;
143
+ border-radius: 6px;
144
+ }
145
+
146
+ /* Large promo banner */
147
+ .promo-banner {
148
+ position: absolute;
149
+ top: 670px;
150
+ left: 0;
151
+ width: 1080px;
152
+ height: 700px;
153
+ background: #E0E0E0;
154
+ border: 1px solid #BDBDBD;
155
+ display: flex;
156
+ align-items: center;
157
+ justify-content: center;
158
+ color: #757575;
159
+ font-size: 44px;
160
+ }
161
+
162
+ /* Product grid row */
163
+ .product-row {
164
+ position: absolute;
165
+ top: 1390px;
166
+ left: 0;
167
+ width: 1080px;
168
+ padding: 26px 24px;
169
+ display: grid;
170
+ grid-template-columns: repeat(3, 1fr);
171
+ gap: 24px;
172
+ }
173
+ .product-card {
174
+ height: 360px;
175
+ background: #E0E0E0;
176
+ border: 1px solid #BDBDBD;
177
+ border-radius: 14px;
178
+ display: flex;
179
+ align-items: center;
180
+ justify-content: center;
181
+ color: #757575;
182
+ font-size: 34px;
183
+ }
184
+
185
+ /* Secondary wide section */
186
+ .wide-section {
187
+ position: absolute;
188
+ top: 1770px;
189
+ left: 0;
190
+ width: 1080px;
191
+ height: 320px;
192
+ background: #E0E0E0;
193
+ border: 1px solid #BDBDBD;
194
+ display: flex;
195
+ align-items: center;
196
+ justify-content: center;
197
+ color: #757575;
198
+ font-size: 40px;
199
+ }
200
+
201
+ /* Bottom navigation bar */
202
+ .bottom-nav {
203
+ position: absolute;
204
+ bottom: 0;
205
+ left: 0;
206
+ width: 1080px;
207
+ height: 168px;
208
+ background: #ffffff;
209
+ border-top: 1px solid #dfe4e7;
210
+ display: flex;
211
+ align-items: center;
212
+ justify-content: space-around;
213
+ padding: 0 30px;
214
+ }
215
+ .nav-item {
216
+ display: flex;
217
+ flex-direction: column;
218
+ align-items: center;
219
+ gap: 12px;
220
+ }
221
+ .nav-icon {
222
+ width: 72px;
223
+ height: 72px;
224
+ }
225
+ .nav-home-indicator {
226
+ position: absolute;
227
+ bottom: 8px;
228
+ left: 50%;
229
+ transform: translateX(-50%);
230
+ width: 360px;
231
+ height: 14px;
232
+ background: #6c6c6c;
233
+ border-radius: 10px;
234
+ opacity: 0.5;
235
+ }
236
+ .home-selected-pill {
237
+ position: absolute;
238
+ bottom: 150px;
239
+ left: 26px;
240
+ width: 140px;
241
+ height: 16px;
242
+ background: #0f8a92;
243
+ border-radius: 10px;
244
+ }
245
+ </style>
246
+ </head>
247
+ <body>
248
+ <div id="render-target">
249
+
250
+ <!-- Gradient header -->
251
+ <div class="header-gradient">
252
+ <div class="status-bar">
253
+ <div style="display:flex;align-items:center;gap:16px;">
254
+ <span>9:31</span>
255
+ <!-- Simple cloud icon -->
256
+ <svg class="status-icon" viewBox="0 0 24 24">
257
+ <path fill="#2c6263" d="M6 14a4 4 0 0 1 0-8c1.2 0 2.3.5 3.1 1.3A5 5 0 0 1 19 10h1a3 3 0 0 1 0 6H7.5A3.5 3.5 0 0 1 6 14z"/>
258
+ </svg>
259
+ </div>
260
+ <div class="status-right">
261
+ <!-- WiFi -->
262
+ <svg class="status-icon" viewBox="0 0 24 24">
263
+ <path fill="#2c6263" d="M2 8a14 14 0 0 1 20 0l-1.6 1.6a11.5 11.5 0 0 0-16.8 0L2 8zm3.6 3.6a9 9 0 0 1 12.8 0L17.8 13a6.5 6.5 0 0 0-9.6 0l-1.6-1.4zm3.8 3.6a4.5 4.5 0 0 1 5.2 0L13 17.8a2 2 0 0 0-2 0l-1.6-1.6z"/>
264
+ </svg>
265
+ <!-- Battery -->
266
+ <svg class="status-icon" viewBox="0 0 24 24">
267
+ <rect x="2" y="6" width="18" height="12" rx="2" fill="none" stroke="#2c6263" stroke-width="2"/>
268
+ <rect x="4" y="8" width="14" height="8" rx="1" fill="#2c6263"/>
269
+ <rect x="20" y="10" width="2" height="4" fill="#2c6263"/>
270
+ </svg>
271
+ </div>
272
+ </div>
273
+
274
+ <!-- Search bar -->
275
+ <div class="search-wrapper">
276
+ <!-- Search icon -->
277
+ <svg class="nav-icon" style="width:64px;height:64px;" viewBox="0 0 24 24">
278
+ <circle cx="10" cy="10" r="6.5" stroke="#5e5e5e" stroke-width="2.2" fill="none"/>
279
+ <path d="M15.5 15.5L21 21" stroke="#5e5e5e" stroke-width="2.2" stroke-linecap="round"/>
280
+ </svg>
281
+ <div class="search-input">Search Amazon.in</div>
282
+ <!-- Camera/scan icon -->
283
+ <div class="icon-btn">
284
+ <svg viewBox="0 0 24 24" width="36" height="36">
285
+ <path d="M7 6h3l1.5-2h4L17 6h3a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3z" fill="none" stroke="#656565" stroke-width="1.8"/>
286
+ <circle cx="12" cy="12" r="3.5" fill="none" stroke="#656565" stroke-width="1.6"/>
287
+ </svg>
288
+ </div>
289
+ </div>
290
+ </div>
291
+
292
+ <!-- Location bar -->
293
+ <div class="location-bar">
294
+ <!-- Pin icon -->
295
+ <svg viewBox="0 0 24 24" width="42" height="42">
296
+ <path d="M12 2a7 7 0 0 0-7 7c0 5 7 13 7 13s7-8 7-13a7 7 0 0 0-7-7zm0 9.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z" fill="#0e5c61"/>
297
+ </svg>
298
+ <div>Delivering to Delhi 110008 - Update location</div>
299
+ <svg class="chev" viewBox="0 0 24 24" width="36" height="36">
300
+ <path d="M6 9l6 6 6-6" stroke="#0e5c61" stroke-width="2.4" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
301
+ </svg>
302
+ </div>
303
+
304
+ <!-- Category quick actions -->
305
+ <div class="categories">
306
+ <div class="cat-item">
307
+ <div class="cat-circle">[IMG: Category]</div>
308
+ <div class="cat-label"></div>
309
+ </div>
310
+ <div class="cat-item">
311
+ <div class="cat-circle">[IMG: Category]</div>
312
+ <div class="cat-label"></div>
313
+ </div>
314
+ <div class="cat-item">
315
+ <div class="cat-circle">[IMG: Category]</div>
316
+ <div class="cat-label"></div>
317
+ </div>
318
+ <div class="cat-item">
319
+ <div class="cat-circle">[IMG: Category]</div>
320
+ <div class="cat-label"></div>
321
+ </div>
322
+ <div class="cat-item">
323
+ <div class="cat-circle">[IMG: Category]</div>
324
+ <div class="cat-label"></div>
325
+ </div>
326
+ <div class="cat-item">
327
+ <div class="cat-circle">[IMG: Category]</div>
328
+ <div class="cat-label"></div>
329
+ </div>
330
+ </div>
331
+
332
+ <!-- Large promo banner -->
333
+ <div class="promo-banner">[IMG: Promo Banner]</div>
334
+
335
+ <!-- Product grid row -->
336
+ <div class="product-row">
337
+ <div class="product-card">[IMG: Product Card]</div>
338
+ <div class="product-card">[IMG: Product Card]</div>
339
+ <div class="product-card">[IMG: Product Card]</div>
340
+ </div>
341
+
342
+ <!-- Secondary wide section -->
343
+ <div class="wide-section">[IMG: Wide Content]</div>
344
+
345
+ <!-- Bottom navigation -->
346
+ <div class="bottom-nav">
347
+ <div class="home-selected-pill"></div>
348
+ <div class="nav-item">
349
+ <!-- Home icon (accent) -->
350
+ <svg class="nav-icon" viewBox="0 0 24 24">
351
+ <path d="M3 11l9-7 9 7v9a1.5 1.5 0 0 1-1.5 1.5H4.5A1.5 1.5 0 0 1 3 20z" fill="none" stroke="#0f8a92" stroke-width="2.2"/>
352
+ <path d="M9 21v-6h6v6" stroke="#0f8a92" stroke-width="2.2" fill="none" stroke-linecap="round"/>
353
+ </svg>
354
+ </div>
355
+ <div class="nav-item">
356
+ <!-- User icon -->
357
+ <svg class="nav-icon" viewBox="0 0 24 24">
358
+ <circle cx="12" cy="8" r="4" fill="none" stroke="#111" stroke-width="2"/>
359
+ <path d="M4 20a8 8 0 0 1 16 0" fill="none" stroke="#111" stroke-width="2" stroke-linecap="round"/>
360
+ </svg>
361
+ </div>
362
+ <div class="nav-item">
363
+ <!-- Diamond icon -->
364
+ <svg class="nav-icon" viewBox="0 0 24 24">
365
+ <path d="M12 3l8 7-8 11L4 10l8-7z" fill="none" stroke="#111" stroke-width="2"/>
366
+ </svg>
367
+ </div>
368
+ <div class="nav-item">
369
+ <!-- Cart icon -->
370
+ <svg class="nav-icon" viewBox="0 0 24 24">
371
+ <circle cx="9" cy="20" r="1.8" fill="#000"/>
372
+ <circle cx="17" cy="20" r="1.8" fill="#000"/>
373
+ <path d="M3 5h3l2 9h9l2-7H8" fill="none" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
374
+ </svg>
375
+ </div>
376
+ <div class="nav-item">
377
+ <!-- Menu icon -->
378
+ <svg class="nav-icon" viewBox="0 0 24 24">
379
+ <path d="M4 6h16M4 12h16M4 18h16" stroke="#000" stroke-width="2" stroke-linecap="round"/>
380
+ </svg>
381
+ </div>
382
+ </div>
383
+
384
+ <!-- Gesture bar -->
385
+ <div class="nav-home-indicator"></div>
386
+
387
+ </div>
388
+ </body>
389
+ </html>
code/3854/3854_2.html ADDED
@@ -0,0 +1,335 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Amazon App UI Mock</title>
6
+ <style>
7
+ :root{
8
+ --bg-gradient-start:#bfe8e3;
9
+ --bg-gradient-mid:#eaf6f5;
10
+ --accent:#1a9bb4;
11
+ --text:#111;
12
+ --muted:#666;
13
+ --card:#ffffff;
14
+ --chip:#e7f5f3;
15
+ --border:#dfe3e6;
16
+ --shadow:0 8px 24px rgba(0,0,0,0.08);
17
+ }
18
+ *{box-sizing:border-box;}
19
+ body{margin:0;padding:0;background:transparent;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);}
20
+ #render-target{
21
+ width:1080px;height:2400px;position:relative;overflow:hidden;
22
+ background:linear-gradient(180deg,var(--bg-gradient-start) 0%, var(--bg-gradient-mid) 40%, #ffffff 60%, #ffffff 100%);
23
+ border-radius:32px;
24
+ }
25
+
26
+ /* Status bar */
27
+ .status-bar{
28
+ height:90px;padding:0 32px;display:flex;align-items:center;justify-content:space-between;color:#1f2d2d;
29
+ font-weight:600;font-size:38px;
30
+ }
31
+ .status-left{display:flex;align-items:center;gap:18px;}
32
+ .status-right{display:flex;align-items:center;gap:26px;}
33
+ .icon{width:44px;height:44px;display:inline-block;}
34
+ .icon svg{width:100%;height:100%;}
35
+
36
+ /* Search */
37
+ .search-wrap{padding:12px 32px 20px;}
38
+ .search-bar{
39
+ background:#fff;border:1px solid #e0e3e6;border-radius:26px;height:120px;
40
+ display:flex;align-items:center;padding:0 28px;box-shadow:0 6px 16px rgba(0,0,0,0.06);
41
+ }
42
+ .search-icon{width:56px;height:56px;margin-right:24px;color:#39464d;}
43
+ .search-text{flex:1;color:#697176;font-size:40px;}
44
+ .scan-btn{
45
+ width:86px;height:86px;border:1px solid #cfd6da;border-radius:20px;display:flex;align-items:center;justify-content:center;color:#3b4a50;background:#f6f8f9;
46
+ }
47
+
48
+ /* Location bar */
49
+ .location-bar{
50
+ height:106px;background:#d6efe9;border-top:1px solid #cbe3de;border-bottom:1px solid #cbe3de;
51
+ display:flex;align-items:center;padding:0 32px;gap:22px;font-size:36px;color:#203437;
52
+ }
53
+ .chevron{width:32px;height:32px;color:#203437;}
54
+
55
+ /* Category strip */
56
+ .category-strip{
57
+ background:#fff;padding:22px 10px;border-bottom:1px solid #eceff2;
58
+ display:flex;gap:8px;justify-content:space-around;
59
+ }
60
+ .cat-item{width:170px;text-align:center;}
61
+ .cat-img{
62
+ width:120px;height:120px;background:#E0E0E0;border:1px solid #BDBDBD;border-radius:60px;
63
+ margin:0 auto 14px;display:flex;align-items:center;justify-content:center;color:#757575;font-size:22px;padding:6px;
64
+ }
65
+ .cat-label{font-size:32px;color:#222;}
66
+
67
+ /* Hero banner */
68
+ .hero{padding:22px 0 0;}
69
+ .banner{
70
+ width:100%;height:600px;background:#E0E0E0;border-top:1px solid #BDBDBD;border-bottom:1px solid #BDBDBD;
71
+ display:flex;align-items:flex-start;justify-content:flex-start;position:relative;
72
+ }
73
+ .banner .label{
74
+ position:absolute;left:40px;top:40px;background:rgba(255,255,255,0.8);padding:18px 22px;border-radius:16px;
75
+ font-size:48px;font-weight:700;color:#333;
76
+ }
77
+ .banner .sub{position:absolute;left:40px;top:128px;font-size:36px;color:#4a4a4a;}
78
+ .banner-placeholder{
79
+ width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#757575;font-size:34px;
80
+ }
81
+
82
+ /* Carousel dots */
83
+ .dots{height:60px;display:flex;justify-content:center;align-items:center;gap:22px;}
84
+ .dot{width:20px;height:20px;border-radius:50%;background:#d8dee2;border:1px solid #c7ccd1;}
85
+ .dot.active{background:#3aa0af;border-color:#3aa0af;}
86
+
87
+ /* Cards row */
88
+ .cards{padding:20px 28px;display:flex;gap:26px;}
89
+ .card{flex:1;background:var(--card);border:1px solid var(--border);border-radius:24px;box-shadow:var(--shadow);overflow:hidden;}
90
+ .pay-card{padding:24px;}
91
+ .pay-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;}
92
+ .pay-tile{display:flex;align-items:center;gap:18px;padding:22px;background:#fff;border:1px solid #eef1f4;border-radius:18px;}
93
+ .pay-icon{width:80px;height:80px;border-radius:50%;background:#ffe58a;display:flex;align-items:center;justify-content:center;color:#222;border:1px solid #f3d67a;}
94
+ .pay-text{font-size:34px;color:#222;}
95
+
96
+ .promo-card{position:relative;height:420px;padding:20px;}
97
+ .promo-img{
98
+ position:absolute;inset:20px;background:#E0E0E0;border:1px solid #BDBDBD;border-radius:18px;
99
+ display:flex;align-items:center;justify-content:center;color:#757575;font-size:30px;
100
+ }
101
+ .promo-title{position:absolute;left:34px;top:34px;font-size:44px;color:#fff;font-weight:700;text-shadow:0 2px 6px rgba(0,0,0,0.35);}
102
+ .promo-title.dark{color:#0e3c42;text-shadow:none;}
103
+
104
+ /* Service benefits */
105
+ .benefits{padding:24px 32px;display:flex;justify-content:space-between;align-items:center;background:#fff;border-top:1px solid #eceff2;border-bottom:1px solid #eceff2;}
106
+ .benefit{flex:1;display:flex;align-items:center;gap:18px;justify-content:center;}
107
+ .benefit .circle{width:84px;height:84px;border-radius:42px;background:#ffe08a;border:1px solid #f2cd6a;display:flex;align-items:center;justify-content:center;color:#222;}
108
+ .benefit .text{font-size:34px;font-weight:700;color:#333;}
109
+
110
+ /* Entertainment banner */
111
+ .ent-banner{margin:8px 0 0;padding:0 0;}
112
+ .ent-img{
113
+ width:100%;height:260px;background:#E0E0E0;border-top:1px solid #BDBDBD;border-bottom:1px solid #BDBDBD;
114
+ display:flex;align-items:center;justify-content:center;color:#757575;font-size:34px;
115
+ }
116
+
117
+ /* Bottom nav */
118
+ .bottom-nav{
119
+ position:absolute;left:0;right:0;bottom:0;height:176px;background:#fff;border-top:1px solid #e6eaee;
120
+ display:flex;align-items:center;justify-content:space-around;padding-bottom:18px;
121
+ }
122
+ .nav-item{width:160px;text-align:center;color:#2b3b40;}
123
+ .nav-icon{width:60px;height:60px;margin:18px auto;}
124
+ .nav-label{font-size:28px;color:#48545a;}
125
+ .nav-active-indicator{width:90px;height:10px;border-radius:6px;background:#4cc2c7;margin:6px auto 0;}
126
+
127
+ /* Small system gesture bar (visual) */
128
+ .gesture-bar{
129
+ position:absolute;left:50%;transform:translateX(-50%);bottom:186px;width:220px;height:14px;border-radius:7px;background:#cfcfcf;
130
+ }
131
+ </style>
132
+ </head>
133
+ <body>
134
+ <div id="render-target">
135
+
136
+ <!-- Status bar -->
137
+ <div class="status-bar">
138
+ <div class="status-left">
139
+ <span>9:32</span>
140
+ <span class="icon" aria-hidden="true">
141
+ <svg viewBox="0 0 24 24"><path d="M6 18c4.5-8 13-8 13-8-1.5 5.5-6 8-13 8Z" fill="#2a454a"/></svg>
142
+ </span>
143
+ </div>
144
+ <div class="status-right">
145
+ <span class="icon" aria-hidden="true">
146
+ <svg viewBox="0 0 24 24"><path d="M3 9c4-5 14-5 18 0v6c-4 5-14 5-18 0V9Z" fill="#2a454a"/></svg>
147
+ </span>
148
+ <span class="icon" aria-hidden="true">
149
+ <svg viewBox="0 0 24 24"><path d="M6 21h12a2 2 0 0 0 2-2V9H4v10a2 2 0 0 0 2 2Z" fill="#2a454a"/><rect x="7" y="12" width="10" height="6" rx="1.5" fill="#78d47b"/></svg>
150
+ </span>
151
+ </div>
152
+ </div>
153
+
154
+ <!-- Search -->
155
+ <div class="search-wrap">
156
+ <div class="search-bar">
157
+ <div class="search-icon">
158
+ <svg viewBox="0 0 24 24"><circle cx="10" cy="10" r="6" fill="#3b4a50"/><path d="M14 14L21 21" stroke="#3b4a50" stroke-width="3" stroke-linecap="round"/></svg>
159
+ </div>
160
+ <div class="search-text">Search Amazon.in</div>
161
+ <div class="scan-btn">
162
+ <svg viewBox="0 0 24 24">
163
+ <rect x="4" y="4" width="16" height="16" rx="2" fill="none" stroke="#3b4a50" stroke-width="2"/>
164
+ <path d="M2 12h4M18 12h4M12 2v4M12 18v4" stroke="#3b4a50" stroke-width="2" stroke-linecap="round"/>
165
+ </svg>
166
+ </div>
167
+ </div>
168
+ </div>
169
+
170
+ <!-- Location bar -->
171
+ <div class="location-bar">
172
+ <span class="icon" aria-hidden="true">
173
+ <svg viewBox="0 0 24 24"><path d="M12 2c4 0 7 3 7 7 0 6-7 13-7 13S5 15 5 9c0-4 3-7 7-7Zm0 10a3 3 0 1 0 0-6a3 3 0 0 0 0 6Z" fill="#203437"/></svg>
174
+ </span>
175
+ <div style="flex:1;">Delivering to Delhi 110008 - Update location</div>
176
+ <span class="chevron">
177
+ <svg viewBox="0 0 24 24"><path d="M6 9l6 6 6-6" fill="none" stroke="#203437" stroke-width="3" stroke-linecap="round"/></svg>
178
+ </span>
179
+ </div>
180
+
181
+ <!-- Category strip -->
182
+ <div class="category-strip">
183
+ <div class="cat-item">
184
+ <div class="cat-img">[IMG: Mobiles]</div>
185
+ <div class="cat-label">Mobiles</div>
186
+ </div>
187
+ <div class="cat-item">
188
+ <div class="cat-img">[IMG: Fashion]</div>
189
+ <div class="cat-label">Fashion</div>
190
+ </div>
191
+ <div class="cat-item">
192
+ <div class="cat-img">[IMG: Electronics]</div>
193
+ <div class="cat-label">Electronics</div>
194
+ </div>
195
+ <div class="cat-item">
196
+ <div class="cat-img">[IMG: Deals Tag]</div>
197
+ <div class="cat-label">Deals</div>
198
+ </div>
199
+ <div class="cat-item">
200
+ <div class="cat-img">[IMG: miniTV]</div>
201
+ <div class="cat-label">miniTV</div>
202
+ </div>
203
+ <div class="cat-item">
204
+ <div class="cat-img">[IMG: Fresh]</div>
205
+ <div class="cat-label">Fresh</div>
206
+ </div>
207
+ </div>
208
+
209
+ <!-- Hero banner -->
210
+ <div class="hero">
211
+ <div class="banner">
212
+ <div class="banner-placeholder">[IMG: Cookware banner]</div>
213
+ <div class="label">Under ₹1,499</div>
214
+ <div class="sub">Cookware sets</div>
215
+ </div>
216
+ <div class="dots">
217
+ <div class="dot"></div>
218
+ <div class="dot"></div>
219
+ <div class="dot active"></div>
220
+ <div class="dot"></div>
221
+ <div class="dot"></div>
222
+ <div class="dot"></div>
223
+ <div class="dot"></div>
224
+ <div class="dot"></div>
225
+ </div>
226
+ </div>
227
+
228
+ <!-- Cards row -->
229
+ <div class="cards">
230
+ <!-- Amazon Pay card -->
231
+ <div class="card pay-card">
232
+ <div class="pay-grid">
233
+ <div class="pay-tile">
234
+ <div class="pay-icon">
235
+ <svg viewBox="0 0 24 24"><path d="M4 12c6-3 10-3 16 0" stroke="#222" stroke-width="2"/><circle cx="12" cy="12" r="6" fill="none" stroke="#222" stroke-width="2"/></svg>
236
+ </div>
237
+ <div class="pay-text">Amazon Pay</div>
238
+ </div>
239
+ <div class="pay-tile">
240
+ <div class="pay-icon">
241
+ <svg viewBox="0 0 24 24"><path d="M5 12h14M12 5l7 7-7 7" stroke="#222" stroke-width="2" stroke-linecap="round"/></svg>
242
+ </div>
243
+ <div class="pay-text">Send Money</div>
244
+ </div>
245
+ <div class="pay-tile">
246
+ <div class="pay-icon">
247
+ <svg viewBox="0 0 24 24"><rect x="4" y="4" width="16" height="16" rx="2" fill="none" stroke="#222" stroke-width="2"/><path d="M2 12h4M18 12h4M12 2v4M12 18v4" stroke="#222" stroke-width="2" stroke-linecap="round"/></svg>
248
+ </div>
249
+ <div class="pay-text">Scan any QR</div>
250
+ </div>
251
+ <div class="pay-tile">
252
+ <div class="pay-icon">
253
+ <svg viewBox="0 0 24 24"><path d="M4 6h16v12H4z" fill="none" stroke="#222" stroke-width="2"/><path d="M7 9h10M7 13h6" stroke="#222" stroke-width="2" stroke-linecap="round"/></svg>
254
+ </div>
255
+ <div class="pay-text">Recharge & Bills</div>
256
+ </div>
257
+ </div>
258
+ </div>
259
+
260
+ <!-- Promo card 1 -->
261
+ <div class="card promo-card">
262
+ <div class="promo-img">[IMG: Under ₹799 Headsets]</div>
263
+ <div class="promo-title">Under ₹799 Headsets</div>
264
+ </div>
265
+
266
+ <!-- Promo card 2 -->
267
+ <div class="card promo-card">
268
+ <div class="promo-img">[IMG: Under ₹499 Best finds]</div>
269
+ <div class="promo-title dark">Under ₹499 Best finds</div>
270
+ </div>
271
+ </div>
272
+
273
+ <!-- Benefits -->
274
+ <div class="benefits">
275
+ <div class="benefit">
276
+ <div class="circle">
277
+ <svg viewBox="0 0 24 24"><path d="M5 12l4 4 10-10" stroke="#222" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
278
+ </div>
279
+ <div class="text">WIDE SELECTION</div>
280
+ </div>
281
+ <div class="benefit">
282
+ <div class="circle">
283
+ <svg viewBox="0 0 24 24"><path d="M6 16l12-6-12-6v12Z" fill="#222"/></svg>
284
+ </div>
285
+ <div class="text">PAY ON DELIVERY</div>
286
+ </div>
287
+ <div class="benefit">
288
+ <div class="circle">
289
+ <svg viewBox="0 0 24 24"><path d="M4 7h16v12H4z" fill="none" stroke="#222" stroke-width="2"/><path d="M9 7v-2h6v2" stroke="#222" stroke-width="2"/></svg>
290
+ </div>
291
+ <div class="text">EASY RETURNS</div>
292
+ </div>
293
+ </div>
294
+
295
+ <!-- Entertainment banner -->
296
+ <div class="ent-banner">
297
+ <div class="ent-img">[IMG: Promotional banner]</div>
298
+ </div>
299
+
300
+ <!-- Gesture bar visual -->
301
+ <div class="gesture-bar"></div>
302
+
303
+ <!-- Bottom navigation -->
304
+ <div class="bottom-nav">
305
+ <div class="nav-item">
306
+ <div class="nav-icon">
307
+ <svg viewBox="0 0 24 24"><path d="M3 10l9-7 9 7v10a1 1 0 0 1-1 1h-6v-6H10v6H4a1 1 0 0 1-1-1V10Z" fill="#22343a"/></svg>
308
+ </div>
309
+ <div class="nav-active-indicator"></div>
310
+ </div>
311
+ <div class="nav-item">
312
+ <div class="nav-icon">
313
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="8" r="4" fill="#22343a"/><path d="M4 21c0-4 4-7 8-7s8 3 8 7" fill="none" stroke="#22343a" stroke-width="2"/></svg>
314
+ </div>
315
+ </div>
316
+ <div class="nav-item">
317
+ <div class="nav-icon">
318
+ <svg viewBox="0 0 24 24"><path d="M3 5h18v4H3zM3 11h18v4H3zM3 17h18v2H3z" fill="#22343a"/></svg>
319
+ </div>
320
+ </div>
321
+ <div class="nav-item">
322
+ <div class="nav-icon">
323
+ <svg viewBox="0 0 24 24"><path d="M6 6h15l-2 9H8L6 6Z" fill="#22343a"/><circle cx="9" cy="20" r="2" fill="#22343a"/><circle cx="18" cy="20" r="2" fill="#22343a"/></svg>
324
+ </div>
325
+ </div>
326
+ <div class="nav-item">
327
+ <div class="nav-icon">
328
+ <svg viewBox="0 0 24 24"><path d="M3 6h18M3 12h18M3 18h18" stroke="#22343a" stroke-width="2" stroke-linecap="round"/></svg>
329
+ </div>
330
+ </div>
331
+ </div>
332
+
333
+ </div>
334
+ </body>
335
+ </html>
code/3854/3854_3.html ADDED
@@ -0,0 +1,311 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Search UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ }
16
+
17
+ /* Header / status bar area */
18
+ .header {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 300px;
24
+ background: linear-gradient(90deg, #7ed0d6, #b9f0d6);
25
+ }
26
+ .status {
27
+ height: 80px;
28
+ padding: 26px 36px 0 36px;
29
+ display: flex;
30
+ align-items: center;
31
+ justify-content: space-between;
32
+ color: #222;
33
+ font-size: 40px;
34
+ box-sizing: border-box;
35
+ }
36
+ .status-left {
37
+ display: flex;
38
+ align-items: center;
39
+ gap: 16px;
40
+ }
41
+ .status-right {
42
+ display: flex;
43
+ align-items: center;
44
+ gap: 28px;
45
+ }
46
+
47
+ /* Back arrow */
48
+ .back-btn {
49
+ position: absolute;
50
+ top: 120px;
51
+ left: 24px;
52
+ width: 72px;
53
+ height: 72px;
54
+ display: flex;
55
+ align-items: center;
56
+ justify-content: center;
57
+ }
58
+
59
+ /* Search bar */
60
+ .search-bar {
61
+ position: absolute;
62
+ top: 110px;
63
+ left: 120px;
64
+ width: 860px;
65
+ height: 120px;
66
+ background: #ffffff;
67
+ border-radius: 26px;
68
+ box-shadow: 0 4px 10px rgba(0,0,0,0.15);
69
+ display: flex;
70
+ align-items: center;
71
+ padding: 0 28px;
72
+ box-sizing: border-box;
73
+ }
74
+ .search-icon {
75
+ width: 48px;
76
+ height: 48px;
77
+ margin-right: 20px;
78
+ }
79
+ .search-placeholder {
80
+ font-size: 44px;
81
+ color: #6f6f6f;
82
+ letter-spacing: 0.2px;
83
+ }
84
+ .caret {
85
+ width: 2px;
86
+ height: 48px;
87
+ background: #13a05b;
88
+ margin-left: 12px;
89
+ border-radius: 1px;
90
+ }
91
+
92
+ /* Content area */
93
+ .content {
94
+ position: absolute;
95
+ top: 300px;
96
+ left: 0;
97
+ width: 100%;
98
+ height: 1240px;
99
+ background: #ffffff;
100
+ }
101
+
102
+ /* Action buttons above keyboard */
103
+ .actions {
104
+ position: absolute;
105
+ top: 1250px;
106
+ left: 0;
107
+ width: 100%;
108
+ display: flex;
109
+ justify-content: center;
110
+ gap: 40px;
111
+ }
112
+ .action-btn {
113
+ width: 460px;
114
+ height: 140px;
115
+ border: 2px solid #d9d9d9;
116
+ border-radius: 26px;
117
+ background: #ffffff;
118
+ display: flex;
119
+ align-items: center;
120
+ padding: 0 34px;
121
+ box-sizing: border-box;
122
+ color: #333;
123
+ font-size: 42px;
124
+ box-shadow: 0 2px 0 rgba(0,0,0,0.05);
125
+ }
126
+ .action-icon {
127
+ width: 64px;
128
+ height: 64px;
129
+ margin-right: 20px;
130
+ }
131
+
132
+ /* Keyboard */
133
+ .keyboard {
134
+ position: absolute;
135
+ bottom: 0;
136
+ left: 0;
137
+ width: 1080px;
138
+ height: 860px;
139
+ background: #1e1e21;
140
+ border-top-left-radius: 28px;
141
+ border-top-right-radius: 28px;
142
+ box-sizing: border-box;
143
+ padding: 24px 26px;
144
+ color: #eaeaea;
145
+ }
146
+ .kbd-top {
147
+ display: flex;
148
+ align-items: center;
149
+ gap: 44px;
150
+ padding: 8px 0 20px 0;
151
+ }
152
+ .kbd-top .icon {
153
+ width: 64px;
154
+ height: 64px;
155
+ background: #2a2a2d;
156
+ border-radius: 16px;
157
+ display: flex;
158
+ align-items: center;
159
+ justify-content: center;
160
+ color: #ddd;
161
+ font-size: 28px;
162
+ }
163
+ .row {
164
+ display: flex;
165
+ justify-content: center;
166
+ gap: 16px;
167
+ margin: 10px 0;
168
+ }
169
+ .key {
170
+ background: #2a2a2d;
171
+ border-radius: 18px;
172
+ width: 86px;
173
+ height: 110px;
174
+ display: flex;
175
+ align-items: center;
176
+ justify-content: center;
177
+ font-size: 42px;
178
+ color: #f0f0f0;
179
+ }
180
+ .key.wide {
181
+ width: 140px;
182
+ }
183
+ .key.xwide {
184
+ width: 520px;
185
+ }
186
+ .key.special {
187
+ background: #353538;
188
+ color: #e6e6e6;
189
+ }
190
+ .nav-pill {
191
+ position: absolute;
192
+ bottom: 22px;
193
+ left: 50%;
194
+ transform: translateX(-50%);
195
+ width: 300px;
196
+ height: 10px;
197
+ background: #dddddd;
198
+ border-radius: 6px;
199
+ opacity: 0.9;
200
+ }
201
+ </style>
202
+ </head>
203
+ <body>
204
+ <div id="render-target">
205
+
206
+ <!-- Gradient header -->
207
+ <div class="header">
208
+ <div class="status">
209
+ <div class="status-left">
210
+ <div style="font-weight: 600;">9:32</div>
211
+ <!-- Simple cloud icon -->
212
+ <svg width="42" height="42" viewBox="0 0 24 24">
213
+ <path d="M7 15h9a4 4 0 0 0 0-8c-.4 0-.8.1-1.2.2A6 6 0 0 0 6 9.5 3.5 3.5 0 0 0 7 15z" fill="#2b2b2b"/>
214
+ </svg>
215
+ </div>
216
+ <div class="status-right">
217
+ <!-- WiFi icon -->
218
+ <svg width="42" height="42" viewBox="0 0 24 24">
219
+ <path d="M12 18l1.8-1.8a2.5 2.5 0 0 0-3.6 0L12 18zm-5-5c3.4-3.4 8.6-3.4 12 0l-1.6 1.6c-2.6-2.6-6.2-2.6-8.8 0L7 13zm-3-3c5-5 13-5 18 0l-1.6 1.6c-4-4-10.8-4-14.8 0L4 10z" fill="#2b2b2b"/>
220
+ </svg>
221
+ <!-- Battery icon -->
222
+ <svg width="42" height="42" viewBox="0 0 24 24">
223
+ <rect x="2" y="7" width="18" height="10" rx="2" fill="#2b2b2b"></rect>
224
+ <rect x="20" y="10" width="2" height="4" fill="#2b2b2b"></rect>
225
+ <rect x="4" y="9" width="12" height="6" fill="#8bd48f"></rect>
226
+ </svg>
227
+ </div>
228
+ </div>
229
+
230
+ <!-- Back arrow -->
231
+ <div class="back-btn">
232
+ <svg width="56" height="56" viewBox="0 0 24 24">
233
+ <path d="M15 18l-6-6 6-6" stroke="#222" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
234
+ </svg>
235
+ </div>
236
+
237
+ <!-- Search bar -->
238
+ <div class="search-bar">
239
+ <svg class="search-icon" viewBox="0 0 24 24">
240
+ <path d="M21 21l-4.3-4.3M10.5 18a7.5 7.5 0 1 1 0-15 7.5 7.5 0 0 1 0 15z" stroke="#222" stroke-width="2" fill="none" stroke-linecap="round"/>
241
+ </svg>
242
+ <div class="search-placeholder">Search Amazon.in</div>
243
+ <div class="caret"></div>
244
+ </div>
245
+ </div>
246
+
247
+ <!-- Main empty content -->
248
+ <div class="content"></div>
249
+
250
+ <!-- Action buttons -->
251
+ <div class="actions">
252
+ <div class="action-btn">
253
+ <svg class="action-icon" viewBox="0 0 24 24">
254
+ <rect x="3" y="5" width="18" height="14" rx="3" stroke="#444" stroke-width="2" fill="none"/>
255
+ <rect x="7" y="9" width="10" height="6" fill="#444"/>
256
+ </svg>
257
+ <div>Search with photo</div>
258
+ </div>
259
+ <div class="action-btn">
260
+ <svg class="action-icon" viewBox="0 0 24 24">
261
+ <rect x="3" y="7" width="18" height="12" rx="2" stroke="#444" stroke-width="2" fill="none"/>
262
+ <circle cx="12" cy="13" r="4" fill="#444"/>
263
+ <rect x="8" y="3" width="8" height="3" rx="1" fill="#444"/>
264
+ </svg>
265
+ <div>Search with camera</div>
266
+ </div>
267
+ </div>
268
+
269
+ <!-- Keyboard -->
270
+ <div class="keyboard">
271
+ <div class="kbd-top">
272
+ <div class="icon">▦</div>
273
+ <div class="icon">☺</div>
274
+ <div class="icon">GIF</div>
275
+ <div class="icon">⚙</div>
276
+ <div class="icon">G✎</div>
277
+ <div class="icon">🎨</div>
278
+ <div class="icon">🎤</div>
279
+ </div>
280
+
281
+ <div class="row">
282
+ <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>
283
+ <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>
284
+ </div>
285
+ <div class="row">
286
+ <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>
287
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
288
+ </div>
289
+ <div class="row">
290
+ <div class="key wide special">⇧</div>
291
+ <div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div>
292
+ <div class="key">b</div><div class="key">n</div><div class="key">m</div>
293
+ <div class="key wide special">
294
+ <svg width="42" height="42" viewBox="0 0 24 24">
295
+ <path d="M3 12h14M13 6l6 6-6 6" stroke="#eaeaea" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
296
+ </svg>
297
+ </div>
298
+ </div>
299
+ <div class="row">
300
+ <div class="key wide special">?123</div>
301
+ <div class="key wide special">☺</div>
302
+ <div class="key xwide">space</div>
303
+ <div class="key wide special">.</div>
304
+ <div class="key wide special">↵</div>
305
+ </div>
306
+
307
+ <div class="nav-pill"></div>
308
+ </div>
309
+ </div>
310
+ </body>
311
+ </html>
code/3854/3854_4.html ADDED
@@ -0,0 +1,317 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 Suggestions UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #ffffff;
12
+ }
13
+
14
+ /* Header / status area */
15
+ .top-gradient {
16
+ position: absolute; left: 0; top: 0; width: 1080px; height: 320px;
17
+ background: linear-gradient(180deg, #9BE6D8 0%, #7FD7CF 100%);
18
+ }
19
+ .status-bar {
20
+ position: absolute; top: 22px; left: 0; width: 100%; height: 60px;
21
+ display: flex; align-items: center; justify-content: space-between;
22
+ padding: 0 36px; color: #1c1c1c; font-size: 34px; font-weight: 600;
23
+ }
24
+ .status-left { display: flex; align-items: center; gap: 16px; }
25
+ .status-right { display: flex; align-items: center; gap: 24px; }
26
+
27
+ .search-header {
28
+ position: absolute; left: 0; top: 110px; width: 100%; padding: 0 24px;
29
+ display: flex; align-items: center; gap: 18px;
30
+ }
31
+ .back-btn {
32
+ width: 64px; height: 64px; border-radius: 32px; display: flex; align-items: center; justify-content: center;
33
+ }
34
+ .search-field {
35
+ flex: 1; height: 100px; background: #fff; border-radius: 28px;
36
+ box-shadow: 0 4px 10px rgba(0,0,0,0.12); border: 1px solid #E5E5E5;
37
+ display: flex; align-items: center; padding: 0 26px; gap: 20px;
38
+ }
39
+ .search-input {
40
+ flex: 1; font-size: 40px; color: #222;
41
+ }
42
+ .clear-btn {
43
+ width: 56px; height: 56px; border-radius: 28px; display: flex; align-items: center; justify-content: center;
44
+ background: #F5F5F5; border: 1px solid #E0E0E0;
45
+ }
46
+
47
+ /* Suggestions list */
48
+ .suggestions {
49
+ position: absolute; top: 320px; left: 0; width: 100%; background: #fff;
50
+ }
51
+ .suggestion-item {
52
+ display: flex; align-items: center; justify-content: space-between;
53
+ padding: 30px 36px; border-bottom: 1px solid #EAEAEA;
54
+ }
55
+ .s-left { display: flex; align-items: center; gap: 24px; }
56
+ .s-text { font-size: 40px; color: #111; }
57
+ .s-text .bold { font-weight: 700; }
58
+ .s-right { width: 44px; height: 44px; }
59
+
60
+ /* Keyboard mock */
61
+ .keyboard {
62
+ position: absolute; left: 0; bottom: 80px; width: 100%; height: 720px;
63
+ background: #171717; border-top: 1px solid #2a2a2a; padding: 22px 22px 32px;
64
+ box-sizing: border-box;
65
+ }
66
+ .kb-suggestions {
67
+ display: flex; gap: 18px; padding: 0 6px 18px;
68
+ }
69
+ .chip {
70
+ background: #2A2A2A; color: #eaeaea; font-size: 32px; padding: 10px 20px; border-radius: 22px; border: 1px solid #383838;
71
+ }
72
+ .kb-row {
73
+ display: flex; gap: 14px; margin-bottom: 16px;
74
+ }
75
+ .key {
76
+ flex: 1; height: 110px; background: #222; color: #fff; font-size: 44px; border-radius: 22px;
77
+ display: flex; align-items: center; justify-content: center; border: 1px solid #2e2e2e;
78
+ }
79
+ .key.small { flex: 0 0 120px; }
80
+ .key.mid { flex: 0 0 160px; }
81
+ .space { flex: 1; height: 110px; background: #222; border: 1px solid #2e2e2e; border-radius: 22px; }
82
+ .enter { flex: 0 0 160px; }
83
+ .home-indicator {
84
+ position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%);
85
+ width: 360px; height: 10px; background: #eaeaea; border-radius: 5px; opacity: 0.9;
86
+ }
87
+ /* Icon helpers */
88
+ .icon { display: inline-block; }
89
+ svg { display: block; }
90
+ </style>
91
+ </head>
92
+ <body>
93
+ <div id="render-target">
94
+
95
+ <!-- Top gradient header -->
96
+ <div class="top-gradient"></div>
97
+
98
+ <!-- Status Bar -->
99
+ <div class="status-bar">
100
+ <div class="status-left">
101
+ <span>9:32</span>
102
+ <!-- Simple cloud icon -->
103
+ <svg class="icon" width="42" height="28" viewBox="0 0 42 28">
104
+ <path d="M12 22c-5 0-9-3-9-7s4-7 9-7c1-5 6-8 11-6 4 2 6 6 5 10h3c3 0 6 2 6 5s-3 5-6 5H12z" fill="#6D7B87"/>
105
+ </svg>
106
+ </div>
107
+ <div class="status-right">
108
+ <!-- WiFi -->
109
+ <svg class="icon" width="40" height="30" viewBox="0 0 40 30">
110
+ <path d="M5 9c7-6 23-6 30 0" stroke="#222" stroke-width="3" fill="none" stroke-linecap="round"/>
111
+ <path d="M9 14c5-4 17-4 22 0" stroke="#222" stroke-width="3" fill="none" stroke-linecap="round"/>
112
+ <path d="M14 19c3-2 9-2 12 0" stroke="#222" stroke-width="3" fill="none" stroke-linecap="round"/>
113
+ <circle cx="20" cy="24" r="3" fill="#222"/>
114
+ </svg>
115
+ <!-- Battery -->
116
+ <svg class="icon" width="52" height="28" viewBox="0 0 52 28">
117
+ <rect x="2" y="5" width="42" height="18" rx="3" ry="3" fill="none" stroke="#222" stroke-width="3"/>
118
+ <rect x="6" y="9" width="32" height="10" fill="#222"/>
119
+ <rect x="46" y="9" width="4" height="10" rx="1" fill="#222"/>
120
+ </svg>
121
+ </div>
122
+ </div>
123
+
124
+ <!-- Search header -->
125
+ <div class="search-header">
126
+ <div class="back-btn">
127
+ <svg width="40" height="40" viewBox="0 0 24 24">
128
+ <path d="M15 5L8 12l7 7" stroke="#222" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
129
+ </svg>
130
+ </div>
131
+ <div class="search-field">
132
+ <svg width="40" height="40" viewBox="0 0 24 24">
133
+ <circle cx="11" cy="11" r="7" stroke="#777" stroke-width="2" fill="none"/>
134
+ <path d="M20 20l-4.5-4.5" stroke="#777" stroke-width="2" stroke-linecap="round"/>
135
+ </svg>
136
+ <div class="search-input">black cargo pant</div>
137
+ <div class="clear-btn">
138
+ <svg width="28" height="28" viewBox="0 0 24 24">
139
+ <path d="M6 6l12 12M18 6L6 18" stroke="#666" stroke-width="2.5" stroke-linecap="round"/>
140
+ </svg>
141
+ </div>
142
+ </div>
143
+ </div>
144
+
145
+ <!-- Suggestions list -->
146
+ <div class="suggestions">
147
+ <div class="suggestion-item">
148
+ <div class="s-left">
149
+ <svg width="36" height="36" viewBox="0 0 24 24">
150
+ <circle cx="11" cy="11" r="7" stroke="#5f6368" stroke-width="2" fill="none"/>
151
+ <path d="M20 20l-4.5-4.5" stroke="#5f6368" stroke-width="2" stroke-linecap="round"/>
152
+ </svg>
153
+ <div class="s-text">black cargo pants <span class="bold">for men</span></div>
154
+ </div>
155
+ <svg class="s-right" viewBox="0 0 24 24">
156
+ <path d="M6 18L18 6M10 6h8v8" stroke="#9E9E9E" stroke-width="2.2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
157
+ </svg>
158
+ </div>
159
+
160
+ <div class="suggestion-item">
161
+ <div class="s-left">
162
+ <svg width="36" height="36" viewBox="0 0 24 24">
163
+ <circle cx="11" cy="11" r="7" stroke="#5f6368" stroke-width="2" fill="none"/>
164
+ <path d="M20 20l-4.5-4.5" stroke="#5f6368" stroke-width="2" stroke-linecap="round"/>
165
+ </svg>
166
+ <div class="s-text">black cargo pants</div>
167
+ </div>
168
+ <svg class="s-right" viewBox="0 0 24 24">
169
+ <path d="M6 18L18 6M10 6h8v8" stroke="#9E9E9E" stroke-width="2.2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
170
+ </svg>
171
+ </div>
172
+
173
+ <div class="suggestion-item">
174
+ <div class="s-left">
175
+ <svg width="36" height="36" viewBox="0 0 24 24">
176
+ <circle cx="11" cy="11" r="7" stroke="#5f6368" stroke-width="2" fill="none"/>
177
+ <path d="M20 20l-4.5-4.5" stroke="#5f6368" stroke-width="2" stroke-linecap="round"/>
178
+ </svg>
179
+ <div class="s-text">black cargo pants <span class="bold">for women</span></div>
180
+ </div>
181
+ <svg class="s-right" viewBox="0 0 24 24">
182
+ <path d="M6 18L18 6M10 6h8v8" stroke="#9E9E9E" stroke-width="2.2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
183
+ </svg>
184
+ </div>
185
+
186
+ <div class="suggestion-item">
187
+ <div class="s-left">
188
+ <svg width="36" height="36" viewBox="0 0 24 24">
189
+ <circle cx="11" cy="11" r="7" stroke="#5f6368" stroke-width="2" fill="none"/>
190
+ <path d="M20 20l-4.5-4.5" stroke="#5f6368" stroke-width="2" stroke-linecap="round"/>
191
+ </svg>
192
+ <div class="s-text">black cargo pant</div>
193
+ </div>
194
+ <svg class="s-right" viewBox="0 0 24 24">
195
+ <path d="M6 18L18 6M10 6h8v8" stroke="#9E9E9E" stroke-width="2.2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
196
+ </svg>
197
+ </div>
198
+
199
+ <div class="suggestion-item">
200
+ <div class="s-left">
201
+ <svg width="36" height="36" viewBox="0 0 24 24">
202
+ <circle cx="11" cy="11" r="7" stroke="#5f6368" stroke-width="2" fill="none"/>
203
+ <path d="M20 20l-4.5-4.5" stroke="#5f6368" stroke-width="2" stroke-linecap="round"/>
204
+ </svg>
205
+ <div class="s-text">black cargo pants <span class="bold">for girls</span></div>
206
+ </div>
207
+ <svg class="s-right" viewBox="0 0 24 24">
208
+ <path d="M6 18L18 6M10 6h8v8" stroke="#9E9E9E" stroke-width="2.2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
209
+ </svg>
210
+ </div>
211
+
212
+ <div class="suggestion-item">
213
+ <div class="s-left">
214
+ <svg width="36" height="36" viewBox="0 0 24 24">
215
+ <circle cx="11" cy="11" r="7" stroke="#5f6368" stroke-width="2" fill="none"/>
216
+ <path d="M20 20l-4.5-4.5" stroke="#5f6368" stroke-width="2" stroke-linecap="round"/>
217
+ </svg>
218
+ <div class="s-text">black cargo pants <span class="bold">for boys</span></div>
219
+ </div>
220
+ <svg class="s-right" viewBox="0 0 24 24">
221
+ <path d="M6 18L18 6M10 6h8v8" stroke="#9E9E9E" stroke-width="2.2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
222
+ </svg>
223
+ </div>
224
+
225
+ <div class="suggestion-item">
226
+ <div class="s-left">
227
+ <svg width="36" height="36" viewBox="0 0 24 24">
228
+ <circle cx="11" cy="11" r="7" stroke="#5f6368" stroke-width="2" fill="none"/>
229
+ <path d="M20 20l-4.5-4.5" stroke="#5f6368" stroke-width="2" stroke-linecap="round"/>
230
+ </svg>
231
+ <div class="s-text">black cargo pants <span class="bold">for women high waist</span></div>
232
+ </div>
233
+ <svg class="s-right" viewBox="0 0 24 24">
234
+ <path d="M6 18L18 6M10 6h8v8" stroke="#9E9E9E" stroke-width="2.2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
235
+ </svg>
236
+ </div>
237
+
238
+ <div class="suggestion-item">
239
+ <div class="s-left">
240
+ <svg width="36" height="36" viewBox="0 0 24 24">
241
+ <circle cx="11" cy="11" r="7" stroke="#5f6368" stroke-width="2" fill="none"/>
242
+ <path d="M20 20l-4.5-4.5" stroke="#5f6368" stroke-width="2" stroke-linecap="round"/>
243
+ </svg>
244
+ <div class="s-text">black cargo pants <span class="bold">for kids</span></div>
245
+ </div>
246
+ <svg class="s-right" viewBox="0 0 24 24">
247
+ <path d="M6 18L18 6M10 6h8v8" stroke="#9E9E9E" stroke-width="2.2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
248
+ </svg>
249
+ </div>
250
+
251
+ <div class="suggestion-item">
252
+ <div class="s-left">
253
+ <svg width="36" height="36" viewBox="0 0 24 24">
254
+ <circle cx="11" cy="11" r="7" stroke="#5f6368" stroke-width="2" fill="none"/>
255
+ <path d="M20 20l-4.5-4.5" stroke="#5f6368" stroke-width="2" stroke-linecap="round"/>
256
+ </svg>
257
+ <div class="s-text">black cargo pants <span class="bold">for boys 13-14 years</span></div>
258
+ </div>
259
+ <svg class="s-right" viewBox="0 0 24 24">
260
+ <path d="M6 18L18 6M10 6h8v8" stroke="#9E9E9E" stroke-width="2.2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
261
+ </svg>
262
+ </div>
263
+
264
+ <div class="suggestion-item">
265
+ <div class="s-left">
266
+ <svg width="36" height="36" viewBox="0 0 24 24">
267
+ <circle cx="11" cy="11" r="7" stroke="#5f6368" stroke-width="2" fill="none"/>
268
+ <path d="M20 20l-4.5-4.5" stroke="#5f6368" stroke-width="2" stroke-linecap="round"/>
269
+ </svg>
270
+ <div class="s-text">black cargo pants <span class="bold">for women baggy</span></div>
271
+ </div>
272
+ <svg class="s-right" viewBox="0 0 24 24">
273
+ <path d="M6 18L18 6M10 6h8v8" stroke="#9E9E9E" stroke-width="2.2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
274
+ </svg>
275
+ </div>
276
+ </div>
277
+
278
+ <!-- Keyboard mock -->
279
+ <div class="keyboard">
280
+ <div class="kb-suggestions">
281
+ <div class="chip">pant</div>
282
+ <div class="chip">pants</div>
283
+ <div class="chip">pantry</div>
284
+ </div>
285
+
286
+ <div class="kb-row">
287
+ <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>
288
+ </div>
289
+ <div class="kb-row">
290
+ <div class="key mid">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>
291
+ <div class="key mid">
292
+ <svg width="40" height="40" viewBox="0 0 24 24">
293
+ <path d="M6 6l12 12" stroke="#fff" stroke-width="2.5" stroke-linecap="round"/>
294
+ <path d="M18 6L6 18" stroke="#fff" stroke-width="2.5" stroke-linecap="round"/>
295
+ </svg>
296
+ </div>
297
+ </div>
298
+ <div class="kb-row">
299
+ <div class="key small">?123</div>
300
+ <div class="key small">,</div>
301
+ <div class="key small">😊</div>
302
+ <div class="space"></div>
303
+ <div class="key small">.</div>
304
+ <div class="key enter">
305
+ <svg width="40" height="40" viewBox="0 0 24 24">
306
+ <path d="M6 12h9M10 8l-4 4 4 4" stroke="#fff" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
307
+ </svg>
308
+ </div>
309
+ </div>
310
+ </div>
311
+
312
+ <!-- Home indicator -->
313
+ <div class="home-indicator"></div>
314
+
315
+ </div>
316
+ </body>
317
+ </html>
code/3854/3854_5.html ADDED
@@ -0,0 +1,274 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Search Results - Cargo Pants</title>
6
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
7
+ <style>
8
+ body { margin:0; padding:0; background:transparent; font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width:1080px; height:2400px; position:relative; overflow:hidden;
11
+ background:#ffffff; border-radius:32px; box-shadow:0 10px 40px rgba(0,0,0,0.15);
12
+ }
13
+
14
+ /* Header */
15
+ .header {
16
+ background: linear-gradient(180deg, #8ee3dd 0%, #b8f0d7 100%);
17
+ padding:28px 32px 24px;
18
+ }
19
+ .status-bar {
20
+ display:flex; align-items:center; justify-content:space-between; color:#24353f;
21
+ font-weight:600; margin-bottom:22px;
22
+ }
23
+ .status-left, .status-right { display:flex; align-items:center; gap:14px; }
24
+ .time { font-size:36px; }
25
+ .icon { width:34px; height:34px; display:inline-block; }
26
+ .search-row { display:flex; align-items:center; gap:22px; }
27
+ .back-btn {
28
+ width:60px; height:60px; border-radius:30px; display:flex; align-items:center; justify-content:center;
29
+ background: rgba(255,255,255,0.25);
30
+ }
31
+ .search-box {
32
+ flex:1;
33
+ background:#fff; border-radius:20px; box-shadow:0 6px 16px rgba(0,0,0,0.15);
34
+ display:flex; align-items:center; padding:20px 26px; gap:18px;
35
+ }
36
+ .search-input {
37
+ flex:1; font-size:40px; color:#333; outline:none; border:none; background:transparent;
38
+ }
39
+ .placeholder { color:#757575; }
40
+ .divider-line { height:6px; margin:20px -32px 0; background: linear-gradient(90deg,#ff5f6d,#fcd34d,#6ee7b7,#60a5fa); }
41
+
42
+ /* Controls row */
43
+ .control-row { display:flex; align-items:center; justify-content:space-between; padding:28px 28px; color:#2c2c2c; }
44
+ .prime-toggle { display:flex; align-items:center; gap:16px; font-weight:700; color:#3498db; }
45
+ .toggle {
46
+ width:88px; height:44px; background:#e9ecef; border-radius:22px; position:relative;
47
+ }
48
+ .toggle::after {
49
+ content:""; position:absolute; top:6px; left:6px; width:32px; height:32px; border-radius:16px; background:#fff; box-shadow:0 2px 6px rgba(0,0,0,0.2);
50
+ }
51
+ .filters { color:#0f1111; font-size:36px; }
52
+ .filters span { color:#6b7280; margin-left:10px; }
53
+
54
+ /* Section title */
55
+ .section { padding:0 28px; }
56
+ .title { font-size:48px; font-weight:700; color:#111; margin:8px 0 10px; }
57
+ .subnote { color:#777; font-size:30px; display:flex; align-items:center; gap:8px; }
58
+
59
+ /* Horizontal products */
60
+ .h-products { display:flex; gap:26px; padding:24px 28px; }
61
+ .h-card {
62
+ width:320px; background:#fff; border:1px solid #e5e7eb; border-radius:16px; overflow:hidden;
63
+ box-shadow:0 2px 8px rgba(0,0,0,0.06);
64
+ }
65
+ .img-placeholder {
66
+ width:100%; height:200px; background:#E0E0E0; border-bottom:1px solid #BDBDBD;
67
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:28px;
68
+ }
69
+ .card-body { padding:16px; }
70
+ .card-title { font-size:32px; color:#111; line-height:1.2; }
71
+ .prime { color:#1a98ff; font-weight:700; margin-top:8px; }
72
+ .rating { color:#ff9900; margin-top:6px; font-size:28px; }
73
+ .rating .count { color:#6b7280; margin-left:8px; }
74
+
75
+ /* Filters section (Hindi) */
76
+ .filter-block { padding:24px 28px; }
77
+ .filter-heading { font-size:48px; font-weight:800; margin:8px 0; }
78
+ .label { color:#555; font-size:32px; margin-bottom:16px; }
79
+ .chips { display:flex; gap:18px; }
80
+ .chip {
81
+ padding:18px 28px; border-radius:18px; background:#f3f4f6; color:#222; font-size:34px;
82
+ box-shadow:0 2px 6px rgba(0,0,0,0.1);
83
+ }
84
+
85
+ /* Info bar */
86
+ .info-bar {
87
+ margin:20px 0; padding:22px 28px; font-size:30px; color:#555; background:#f8fafb;
88
+ border-top:1px solid #e5e7eb; border-bottom:1px solid #e5e7eb; box-shadow:0 -6px 18px rgba(0,0,0,0.08) inset;
89
+ }
90
+
91
+ /* Grid products */
92
+ .grid { display:grid; grid-template-columns:1fr 1fr; gap:0; }
93
+ .grid-item { border-top:1px solid #eee; border-right:1px solid #eee; }
94
+ .grid-item:nth-child(2n) { border-right:none; }
95
+ .grid-img {
96
+ height:750px; background:#E0E0E0; border:1px solid #BDBDBD; margin:26px;
97
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:34px; border-radius:12px; position:relative;
98
+ }
99
+ .colour-pill {
100
+ position:absolute; right:16px; bottom:16px; background:#ffffff; color:#333; border:1px solid #ddd;
101
+ padding:12px 20px; border-radius:22px; font-size:28px; box-shadow:0 2px 8px rgba(0,0,0,0.12);
102
+ }
103
+ .sponsored { padding:10px 28px 32px; color:#6b7280; font-size:28px; }
104
+
105
+ /* Bottom nav */
106
+ .bottom-nav {
107
+ position:absolute; left:0; right:0; bottom:0; height:150px; background:#ffffff; border-top:1px solid #e5e7eb;
108
+ box-shadow:0 -8px 20px rgba(0,0,0,0.08);
109
+ }
110
+ .nav-items { height:100%; display:flex; align-items:center; justify-content:space-around; }
111
+ .nav-icon { width:64px; height:64px; }
112
+ .active-dot { width:120px; height:8px; background:#2cd3c7; border-radius:4px; position:absolute; left:80px; bottom:0; }
113
+
114
+ /* Gesture bar */
115
+ .gesture {
116
+ position:absolute; bottom:160px; left:50%; transform:translateX(-50%);
117
+ width:220px; height:10px; background:#bdbdbd; border-radius:6px;
118
+ }
119
+ </style>
120
+ </head>
121
+ <body>
122
+ <div id="render-target">
123
+
124
+ <!-- Gradient Header -->
125
+ <div class="header">
126
+ <div class="status-bar">
127
+ <div class="status-left">
128
+ <div class="time">9:33</div>
129
+ <svg class="icon" viewBox="0 0 24 24">
130
+ <path d="M6 14c0-3.3 2.7-6 6-6 2.6 0 4.8 1.7 5.6 4h.4c1.1 0 2 .9 2 2s-.9 2-2 2H7c-.6 0-1-.4-1-1z" fill="#34495e"/>
131
+ </svg>
132
+ </div>
133
+ <div class="status-right">
134
+ <svg class="icon" viewBox="0 0 24 24">
135
+ <path d="M2 9l8 8 4-4 8 8" stroke="#2c3e50" stroke-width="2" fill="none"/>
136
+ <path d="M14 9a6 6 0 00-8 0" stroke="#2c3e50" stroke-width="2" fill="none"/>
137
+ </svg>
138
+ <svg class="icon" viewBox="0 0 24 24">
139
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2" stroke="#2c3e50" fill="none" stroke-width="2"/>
140
+ <rect x="4" y="8" width="14" height="8" fill="#2c3e50"/>
141
+ <rect x="20" y="9" width="2" height="6" fill="#2c3e50"/>
142
+ </svg>
143
+ </div>
144
+ </div>
145
+
146
+ <div class="search-row">
147
+ <div class="back-btn">
148
+ <svg width="36" height="36" viewBox="0 0 24 24">
149
+ <path d="M14 5L6 12l8 7" stroke="#1f2937" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
150
+ </svg>
151
+ </div>
152
+ <div class="search-box">
153
+ <svg width="40" height="40" viewBox="0 0 24 24">
154
+ <circle cx="10" cy="10" r="7" stroke="#9CA3AF" stroke-width="2" fill="none"/>
155
+ <path d="M21 21l-5-5" stroke="#9CA3AF" stroke-width="2" fill="none" stroke-linecap="round"/>
156
+ </svg>
157
+ <div class="search-input placeholder">black cargo pant</div>
158
+ <svg width="40" height="40" viewBox="0 0 24 24">
159
+ <rect x="3" y="6" width="18" height="12" rx="2" stroke="#9CA3AF" stroke-width="2" fill="none"/>
160
+ <circle cx="12" cy="12" r="3" stroke="#9CA3AF" stroke-width="2" fill="none"/>
161
+ </svg>
162
+ </div>
163
+ </div>
164
+
165
+ <div class="divider-line"></div>
166
+ </div>
167
+
168
+ <!-- Control Row -->
169
+ <div class="control-row">
170
+ <div class="prime-toggle">
171
+ <span>prime</span>
172
+ <div class="toggle"></div>
173
+ </div>
174
+ <div class="filters">Filters <span>▾</span></div>
175
+ </div>
176
+
177
+ <!-- Section Title -->
178
+ <div class="section">
179
+ <div class="title">Casual Cargo Trousers For Men</div>
180
+ <div class="subnote">Sponsored
181
+ <svg width="26" height="26" viewBox="0 0 24 24">
182
+ <circle cx="12" cy="12" r="10" stroke="#9CA3AF" fill="none"/>
183
+ <rect x="11" y="6" width="2" height="8" fill="#9CA3AF"/>
184
+ <circle cx="12" cy="17" r="1.5" fill="#9CA3AF"/>
185
+ </svg>
186
+ </div>
187
+ </div>
188
+
189
+ <!-- Horizontal Product Cards -->
190
+ <div class="h-products">
191
+ <div class="h-card">
192
+ <div class="img-placeholder">[IMG: Brand Logo]</div>
193
+ <div class="card-body">
194
+ <div class="card-title">Shop Hubberholme</div>
195
+ </div>
196
+ </div>
197
+ <div class="h-card">
198
+ <div class="img-placeholder">[IMG: Men's Casual Trousers]</div>
199
+ <div class="card-body">
200
+ <div class="card-title">Hubberholme Men's Casual Trousers</div>
201
+ <div class="prime">prime</div>
202
+ <div class="rating">★★★★★ <span class="count">1,296</span></div>
203
+ </div>
204
+ </div>
205
+ <div class="h-card">
206
+ <div class="img-placeholder">[IMG: Product Thumbnail]</div>
207
+ <div class="card-body">
208
+ <div class="card-title">Hubberholme Men's Com...</div>
209
+ <div class="prime">prime</div>
210
+ <div class="rating">★★★★☆ <span class="count">1,020</span></div>
211
+ </div>
212
+ </div>
213
+ </div>
214
+
215
+ <!-- Filters (Hindi) -->
216
+ <div class="filter-block">
217
+ <div class="filter-heading">इसके द्वारा फ़िल्टर करें</div>
218
+ <div class="label">Gender</div>
219
+ <div class="chips">
220
+ <div class="chip">Men</div>
221
+ <div class="chip">Women</div>
222
+ <div class="chip">Boys</div>
223
+ </div>
224
+ </div>
225
+
226
+ <!-- Info Bar -->
227
+ <div class="info-bar">Price and other details may vary based on product size and colour.</div>
228
+
229
+ <!-- Grid of Products -->
230
+ <div class="grid">
231
+ <div class="grid-item">
232
+ <div class="grid-img">[IMG: Green Cargo Trousers]
233
+ <div class="colour-pill">6 colours</div>
234
+ </div>
235
+ <div class="sponsored">Sponsored</div>
236
+ </div>
237
+ <div class="grid-item">
238
+ <div class="grid-img">[IMG: Black Cargo Trousers]
239
+ <div class="colour-pill">18 colours</div>
240
+ </div>
241
+ <div class="sponsored">Sponsored</div>
242
+ </div>
243
+ </div>
244
+
245
+ <!-- Bottom Nav -->
246
+ <div class="bottom-nav">
247
+ <div class="nav-items">
248
+ <svg class="nav-icon" viewBox="0 0 24 24">
249
+ <path d="M3 11l9-7 9 7v9H15v-6H9v6H3z" fill="#0fb5a8"/>
250
+ </svg>
251
+ <svg class="nav-icon" viewBox="0 0 24 24">
252
+ <circle cx="12" cy="8" r="4" fill="#374151"/>
253
+ <path d="M4 20c0-4 4-6 8-6s8 2 8 6" fill="#374151"/>
254
+ </svg>
255
+ <svg class="nav-icon" viewBox="0 0 24 24">
256
+ <rect x="3" y="4" width="18" height="6" rx="2" fill="#374151"/>
257
+ <rect x="3" y="12" width="18" height="8" rx="2" fill="#374151"/>
258
+ </svg>
259
+ <svg class="nav-icon" viewBox="0 0 24 24">
260
+ <path d="M7 7h14l-2 10H9L7 7z" fill="#374151"/>
261
+ <circle cx="9" cy="20" r="2" fill="#374151"/>
262
+ <circle cx="17" cy="20" r="2" fill="#374151"/>
263
+ </svg>
264
+ <svg class="nav-icon" viewBox="0 0 24 24">
265
+ <path d="M4 6h16M4 12h16M4 18h16" stroke="#374151" stroke-width="2" stroke-linecap="round"/>
266
+ </svg>
267
+ </div>
268
+ <div class="active-dot"></div>
269
+ </div>
270
+
271
+ <div class="gesture"></div>
272
+ </div>
273
+ </body>
274
+ </html>
code/3855/3855_0.html ADDED
@@ -0,0 +1,277 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0" />
6
+ <title>Gmail Settings Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #121212;
15
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
16
+ color: #EDEDED;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ right: 0;
25
+ height: 96px;
26
+ padding: 0 36px;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ color: #ffffff;
31
+ font-size: 34px;
32
+ letter-spacing: 0.5px;
33
+ }
34
+ .status-icons {
35
+ display: flex;
36
+ align-items: center;
37
+ gap: 22px;
38
+ }
39
+ .dot {
40
+ width: 10px;
41
+ height: 10px;
42
+ background: #fff;
43
+ border-radius: 50%;
44
+ opacity: 0.8;
45
+ }
46
+ .icon {
47
+ display: inline-flex;
48
+ width: 44px;
49
+ height: 44px;
50
+ align-items: center;
51
+ justify-content: center;
52
+ }
53
+ .icon svg { width: 100%; height: 100%; fill: #fff; }
54
+
55
+ /* App bar */
56
+ .app-bar {
57
+ position: absolute;
58
+ top: 96px;
59
+ left: 0;
60
+ right: 0;
61
+ height: 140px;
62
+ display: flex;
63
+ align-items: center;
64
+ padding: 0 24px 0 18px;
65
+ border-bottom: 1px solid #262626;
66
+ }
67
+ .app-title {
68
+ font-size: 44px;
69
+ color: #eaeaea;
70
+ font-weight: 600;
71
+ letter-spacing: 0.2px;
72
+ }
73
+ .spacer { flex: 1; }
74
+ .nav-icon {
75
+ width: 72px;
76
+ height: 72px;
77
+ display: inline-flex;
78
+ align-items: center;
79
+ justify-content: center;
80
+ margin-right: 6px;
81
+ }
82
+ .menu-icon {
83
+ width: 72px;
84
+ height: 72px;
85
+ display: inline-flex;
86
+ align-items: center;
87
+ justify-content: center;
88
+ }
89
+
90
+ /* Content */
91
+ .content {
92
+ position: absolute;
93
+ left: 0;
94
+ right: 0;
95
+ top: 236px; /* 96 + 140 */
96
+ bottom: 90px;
97
+ overflow: hidden;
98
+ padding: 18px 0 0 0;
99
+ }
100
+ .section {
101
+ padding: 18px 0 0 0;
102
+ }
103
+ .section .label {
104
+ color: #8AB4F8;
105
+ font-size: 32px;
106
+ margin: 24px 0 8px 32px;
107
+ font-weight: 600;
108
+ }
109
+ .item {
110
+ padding: 26px 32px;
111
+ border-bottom: 1px solid #1e1e1e;
112
+ }
113
+ .item-title {
114
+ font-size: 40px;
115
+ color: #f1f1f1;
116
+ margin: 0 0 6px 0;
117
+ line-height: 1.2;
118
+ font-weight: 600;
119
+ }
120
+ .item-sub {
121
+ font-size: 30px;
122
+ color: #9e9e9e;
123
+ margin: 0;
124
+ line-height: 1.3;
125
+ }
126
+ .item.disabled .item-title {
127
+ color: #7a7a7a;
128
+ font-weight: 600;
129
+ }
130
+ .item.disabled .item-sub {
131
+ color: #666;
132
+ }
133
+
134
+ .item.row {
135
+ display: flex;
136
+ align-items: center;
137
+ gap: 16px;
138
+ }
139
+ .item.row .item-text {
140
+ flex: 1;
141
+ }
142
+ .checkbox {
143
+ width: 46px;
144
+ height: 46px;
145
+ border: 3px solid #9E9E9E;
146
+ border-radius: 6px;
147
+ box-sizing: border-box;
148
+ }
149
+
150
+ /* Bottom gesture bar */
151
+ .gesture {
152
+ position: absolute;
153
+ bottom: 22px;
154
+ left: 50%;
155
+ transform: translateX(-50%);
156
+ width: 270px;
157
+ height: 12px;
158
+ background: #E6E6E6;
159
+ border-radius: 10px;
160
+ opacity: 0.9;
161
+ }
162
+ </style>
163
+ </head>
164
+ <body>
165
+ <div id="render-target">
166
+
167
+ <!-- Status Bar -->
168
+ <div class="status-bar">
169
+ <div>11:34</div>
170
+ <div class="status-icons">
171
+ <!-- Placeholder "app" glyphs -->
172
+ <div class="dot"></div>
173
+ <div class="dot"></div>
174
+ <div class="dot"></div>
175
+ <div class="dot"></div>
176
+ <!-- separator dot -->
177
+ <div class="dot" style="opacity:0.5;"></div>
178
+ <!-- Wi‑Fi -->
179
+ <div class="icon" aria-label="wifi">
180
+ <svg viewBox="0 0 24 24">
181
+ <path d="M2 8c5.5-4 14.5-4 20 0l-2 2c-4.5-3-11.5-3-16 0L2 8zm4 4c3.5-2.5 10.5-2.5 14 0l-2 2c-2.5-1.7-7.5-1.7-10 0l-2-2zm4 4c1.5-1 4.5-1 6 0l-3 3-3-3z"/>
182
+ </svg>
183
+ </div>
184
+ <!-- Battery -->
185
+ <div class="icon" aria-label="battery">
186
+ <svg viewBox="0 0 24 24">
187
+ <path d="M17 5h2v2h2v10h-2v2h-2V5zM3 7h14v10H3V7z"/>
188
+ </svg>
189
+ </div>
190
+ </div>
191
+ </div>
192
+
193
+ <!-- App Bar -->
194
+ <div class="app-bar">
195
+ <div class="nav-icon" aria-label="Back">
196
+ <svg viewBox="0 0 24 24" fill="#fff">
197
+ <path d="M15.5 4.5 7 12l8.5 7.5-1.5 1.5L4 12l10-9 1.5 1.5z"/>
198
+ </svg>
199
+ </div>
200
+ <div class="app-title">dbwscratch.test.id2@gmail.com</div>
201
+ <div class="spacer"></div>
202
+ <div class="menu-icon" aria-label="More">
203
+ <svg viewBox="0 0 24 24" fill="#fff">
204
+ <circle cx="12" cy="5" r="2.2"></circle>
205
+ <circle cx="12" cy="12" r="2.2"></circle>
206
+ <circle cx="12" cy="19" r="2.2"></circle>
207
+ </svg>
208
+ </div>
209
+ </div>
210
+
211
+ <!-- Content -->
212
+ <div class="content">
213
+ <div class="section">
214
+ <div class="label">Account</div>
215
+ <div class="item">
216
+ <div class="item-title">Manage your Google Account</div>
217
+ </div>
218
+ </div>
219
+
220
+ <div class="section">
221
+ <div class="label">Inbox</div>
222
+
223
+ <div class="item">
224
+ <div class="item-title">Inbox type</div>
225
+ <p class="item-sub">Default Inbox</p>
226
+ </div>
227
+
228
+ <div class="item">
229
+ <div class="item-title">Inbox categories</div>
230
+ <p class="item-sub">Primary, Promotions, Social</p>
231
+ </div>
232
+ </div>
233
+
234
+ <div class="section">
235
+ <div class="label">Notifications</div>
236
+
237
+ <div class="item">
238
+ <div class="item-title">Notifications</div>
239
+ <p class="item-sub">High priority only</p>
240
+ </div>
241
+
242
+ <div class="item disabled">
243
+ <div class="item-title">Inbox notifications</div>
244
+ <p class="item-sub">Notify once</p>
245
+ </div>
246
+
247
+ <div class="item">
248
+ <div class="item-title">Manage labels</div>
249
+ </div>
250
+
251
+ <div class="item">
252
+ <div class="item-title">Notification sounds</div>
253
+ </div>
254
+
255
+ <div class="item">
256
+ <div class="item-title">Manage notifications</div>
257
+ </div>
258
+ </div>
259
+
260
+ <div class="section">
261
+ <div class="label">General</div>
262
+
263
+ <div class="item row">
264
+ <div class="item-text">
265
+ <div class="item-title">Chat</div>
266
+ <p class="item-sub">Show the chat and spaces tabs</p>
267
+ </div>
268
+ <div class="checkbox" aria-label="unchecked"></div>
269
+ </div>
270
+ </div>
271
+ </div>
272
+
273
+ <!-- Bottom gesture bar -->
274
+ <div class="gesture"></div>
275
+ </div>
276
+ </body>
277
+ </html>