yhzheng1031 commited on
Commit
9de0012
·
verified ·
1 Parent(s): ff1f000

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/10308/10308_1.html +360 -0
  2. code/1031/1031_6.html +249 -0
  3. code/10310/10310_3.html +261 -0
  4. code/10310/10310_4.html +266 -0
  5. code/10310/10310_6.html +297 -0
  6. code/10311/10311_3.html +345 -0
  7. code/10312/10312_11.html +288 -0
  8. code/10312/10312_12.html +448 -0
  9. code/10312/10312_13.html +286 -0
  10. code/10312/10312_14.html +188 -0
  11. code/10312/10312_15.html +304 -0
  12. code/10312/10312_5.html +360 -0
  13. code/10312/10312_6.html +365 -0
  14. code/10312/10312_8.html +363 -0
  15. code/10312/10312_9.html +268 -0
  16. code/10315/10315_0.html +300 -0
  17. code/10315/10315_1.html +388 -0
  18. code/10315/10315_3.html +271 -0
  19. code/10315/10315_4.html +255 -0
  20. code/10316/10316_0.html +264 -0
  21. code/10316/10316_1.html +304 -0
  22. code/10316/10316_2.html +229 -0
  23. code/10316/10316_5.html +321 -0
  24. code/10316/10316_6.html +287 -0
  25. code/10316/10316_7.html +338 -0
  26. code/10316/10316_8.html +314 -0
  27. code/10317/10317_0.html +329 -0
  28. code/10317/10317_1.html +255 -0
  29. code/10317/10317_2.html +264 -0
  30. code/10317/10317_3.html +256 -0
  31. code/10317/10317_4.html +288 -0
  32. code/10321/10321_0.html +303 -0
  33. code/10321/10321_1.html +235 -0
  34. code/10321/10321_2.html +340 -0
  35. code/10321/10321_3.html +344 -0
  36. code/10321/10321_4.html +279 -0
  37. code/10324/10324_0.html +272 -0
  38. code/10324/10324_1.html +472 -0
  39. code/10324/10324_2.html +312 -0
  40. code/10325/10325_0.html +248 -0
  41. code/10325/10325_1.html +346 -0
  42. code/10325/10325_2.html +285 -0
  43. code/10325/10325_3.html +295 -0
  44. code/10325/10325_4.html +324 -0
  45. code/10327/10327_0.html +358 -0
  46. code/10327/10327_1.html +477 -0
  47. code/10327/10327_10.html +286 -0
  48. code/10327/10327_11.html +255 -0
  49. code/10327/10327_12.html +307 -0
  50. code/10327/10327_2.html +283 -0
code/10308/10308_1.html ADDED
@@ -0,0 +1,360 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Runkeeper Start Screen 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
+ position: relative;
11
+ overflow: hidden;
12
+ width: 1080px;
13
+ height: 2400px;
14
+ background: #ffffff;
15
+ border-radius: 0;
16
+ box-shadow: none;
17
+ }
18
+ /* Top navigation */
19
+ .topbar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 1080px;
24
+ height: 170px;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: space-between;
28
+ padding: 0 48px;
29
+ box-sizing: border-box;
30
+ background: #fff;
31
+ }
32
+ .brand {
33
+ font-size: 48px;
34
+ font-style: italic;
35
+ color: #596dd1;
36
+ letter-spacing: 0.5px;
37
+ display: flex;
38
+ align-items: center;
39
+ gap: 18px;
40
+ }
41
+ .brand .logo-mark {
42
+ width: 50px;
43
+ height: 50px;
44
+ border-radius: 50%;
45
+ border: 3px solid #596dd1;
46
+ display: inline-block;
47
+ position: relative;
48
+ }
49
+ .brand .logo-mark:after {
50
+ content: "";
51
+ position: absolute;
52
+ width: 28px; height: 10px;
53
+ border-radius: 10px;
54
+ background: #596dd1;
55
+ top: 18px; left: 10px;
56
+ transform: rotate(25deg);
57
+ }
58
+ .icon-btn {
59
+ width: 90px; height: 90px;
60
+ border-radius: 45px;
61
+ border: 3px solid #25336a;
62
+ display: flex; align-items: center; justify-content: center;
63
+ }
64
+ .icon-plus {
65
+ width: 90px; height: 90px;
66
+ border-radius: 45px;
67
+ border: 3px solid #25336a;
68
+ color: #25336a;
69
+ font-size: 64px; line-height: 90px; text-align: center;
70
+ }
71
+
72
+ /* Map area */
73
+ .map {
74
+ position: absolute;
75
+ top: 170px;
76
+ left: 0;
77
+ width: 1080px;
78
+ height: calc(2400px - 170px - 180px);
79
+ background: #E0E0E0;
80
+ border-top: 1px solid #BDBDBD;
81
+ border-bottom: 1px solid #BDBDBD;
82
+ display: flex; align-items: center; justify-content: center;
83
+ color: #757575;
84
+ font-size: 36px;
85
+ }
86
+ .map .label {
87
+ background: rgba(255,255,255,0.85);
88
+ padding: 10px 18px;
89
+ border-radius: 16px;
90
+ border: 1px solid #BDBDBD;
91
+ }
92
+ /* Floating map controls */
93
+ .fab {
94
+ position: absolute;
95
+ right: 30px;
96
+ width: 110px; height: 110px;
97
+ border-radius: 55px;
98
+ background: #fff;
99
+ box-shadow: 0 8px 16px rgba(0,0,0,0.2);
100
+ display: flex; align-items: center; justify-content: center;
101
+ }
102
+ .fab.top { top: 360px; }
103
+ .fab.mid { top: 500px; }
104
+ .warning {
105
+ position: absolute;
106
+ right: 34px;
107
+ top: 710px;
108
+ width: 96px; height: 96px;
109
+ background: #fff;
110
+ border-radius: 20px;
111
+ display: flex; align-items: center; justify-content: center;
112
+ }
113
+ .warning .triangle {
114
+ width: 0; height: 0;
115
+ border-left: 38px solid transparent;
116
+ border-right: 38px solid transparent;
117
+ border-bottom: 66px solid #cc5a2f;
118
+ position: relative;
119
+ }
120
+ .warning .triangle:after {
121
+ content: "!";
122
+ position: absolute;
123
+ top: 16px; left: -8px;
124
+ color: #fff; font-weight: 700; font-size: 40px;
125
+ }
126
+ .search-bubble {
127
+ position: absolute;
128
+ left: 40px;
129
+ bottom: 470px;
130
+ background: #fff;
131
+ border-radius: 26px;
132
+ box-shadow: 0 6px 16px rgba(0,0,0,0.15);
133
+ padding: 18px 26px;
134
+ font-size: 34px;
135
+ color: #4a4a4a;
136
+ }
137
+
138
+ /* Bottom information card */
139
+ .bottom-card {
140
+ position: absolute;
141
+ left: 24px;
142
+ right: 24px;
143
+ bottom: 260px;
144
+ background: #fff;
145
+ border-radius: 28px;
146
+ box-shadow: 0 10px 28px rgba(0,0,0,0.15);
147
+ overflow: hidden;
148
+ }
149
+ .grid {
150
+ display: grid;
151
+ grid-template-columns: 1fr 1fr;
152
+ gap: 0;
153
+ }
154
+ .grid-item {
155
+ border-right: 1px solid #ECEFF1;
156
+ border-bottom: 1px solid #ECEFF1;
157
+ padding: 36px 40px;
158
+ min-height: 180px;
159
+ }
160
+ .grid-item:nth-child(2n) { border-right: none; }
161
+ .grid-item:nth-last-child(-n + 2) { border-bottom: none; }
162
+ .item-title {
163
+ display: flex; align-items: center; gap: 20px;
164
+ color: #1c2b5c; font-weight: 600; font-size: 36px;
165
+ }
166
+ .item-value {
167
+ margin-top: 12px;
168
+ font-size: 44px;
169
+ color: #121212;
170
+ font-weight: 700;
171
+ }
172
+ .item-sub {
173
+ margin-top: 12px; font-size: 40px; color: #121212; font-weight: 600;
174
+ }
175
+ .blue {
176
+ color: #1c2b5c;
177
+ }
178
+
179
+ /* Start button */
180
+ .start-wrap {
181
+ position: absolute;
182
+ left: 40px; right: 40px;
183
+ bottom: 190px;
184
+ display: flex; align-items: center; justify-content: center;
185
+ }
186
+ .start-btn {
187
+ width: 100%;
188
+ height: 130px;
189
+ background: #4f5bd5;
190
+ color: #fff;
191
+ font-weight: 800;
192
+ font-size: 48px;
193
+ border: none;
194
+ border-radius: 65px;
195
+ box-shadow: 0 16px 24px rgba(79,91,213,0.35);
196
+ letter-spacing: 2px;
197
+ }
198
+
199
+ /* Bottom navigation */
200
+ .bottom-nav {
201
+ position: absolute;
202
+ left: 0; bottom: 0;
203
+ width: 1080px; height: 180px;
204
+ background: #fafafa;
205
+ border-top: 1px solid #E0E0E0;
206
+ display: flex; align-items: center; justify-content: space-around;
207
+ }
208
+ .nav-item {
209
+ display: flex; flex-direction: column; align-items: center; justify-content: center;
210
+ color: #6b6b6b; font-size: 32px;
211
+ }
212
+ .nav-item.active { color: #1c2b5c; }
213
+ .nav-icon {
214
+ width: 64px; height: 64px; margin-bottom: 14px;
215
+ }
216
+
217
+ /* Simple SVG styling */
218
+ svg { display: block; }
219
+ </style>
220
+ </head>
221
+ <body>
222
+ <div id="render-target">
223
+
224
+ <!-- Top bar -->
225
+ <div class="topbar">
226
+ <div class="icon-btn" aria-label="Settings">
227
+ <svg width="44" height="44" viewBox="0 0 24 24">
228
+ <path d="M12 8.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7Zm8.2 3.5c0-.4-.1-.8-.2-1.2l2-1.6-2-3.5-2.5 1c-.6-.5-1.2-.8-1.9-1.1L13.3 1h-2.6L9.4 4.6c-.7.3-1.3.6-1.9 1.1l-2.5-1-2 3.5 2 1.6c-.1.4-.2.8-.2 1.2s.1.8.2 1.2l-2 1.6 2 3.5 2.5-1c.6.5 1.2.8 1.9 1.1L10.7 23h2.6l1.3-3.6c.7-.3 1.3-.6 1.9-1.1l2.5 1 2-3.5-2-1.6c.1-.4.2-.8.2-1.2Z" fill="none" stroke="#25336a" stroke-width="1.5"/>
229
+ </svg>
230
+ </div>
231
+
232
+ <div class="brand">
233
+ <span class="logo-mark"></span>
234
+ <span>Runkeeper</span>
235
+ </div>
236
+
237
+ <div class="icon-plus">+</div>
238
+ </div>
239
+
240
+ <!-- Map area -->
241
+ <div class="map">
242
+ <div class="label">[IMG: Google Map centered]</div>
243
+
244
+ <!-- Floating controls -->
245
+ <div class="fab top" aria-label="Direction">
246
+ <svg width="60" height="60" viewBox="0 0 24 24">
247
+ <path d="M12 2l6 20-6-6-6 6 6-20Z" fill="#1c2b5c"/>
248
+ </svg>
249
+ </div>
250
+ <div class="fab mid" aria-label="Signal">
251
+ <svg width="60" height="60" viewBox="0 0 24 24">
252
+ <path d="M12 18a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z" fill="#1c2b5c"/>
253
+ <path d="M4 12a8 8 0 0 1 16 0" fill="none" stroke="#1c2b5c" stroke-width="2" stroke-linecap="round"/>
254
+ <path d="M7 12a5 5 0 0 1 10 0" fill="none" stroke="#1c2b5c" stroke-width="2" stroke-linecap="round"/>
255
+ </svg>
256
+ </div>
257
+
258
+ <div class="warning">
259
+ <div class="triangle"></div>
260
+ </div>
261
+
262
+ <div class="search-bubble">Searching …</div>
263
+ </div>
264
+
265
+ <!-- Bottom options card -->
266
+ <div class="bottom-card">
267
+ <div class="grid">
268
+ <div class="grid-item">
269
+ <div class="item-title">
270
+ <svg class="nav-icon" viewBox="0 0 24 24">
271
+ <path d="M3 14l5-10 5 10-5 0Z" fill="none" stroke="#1c2b5c" stroke-width="2"/>
272
+ <circle cx="12" cy="18" r="2" fill="#1c2b5c"/>
273
+ </svg>
274
+ <span>Activity</span>
275
+ </div>
276
+ <div class="item-value">Running</div>
277
+ </div>
278
+
279
+ <div class="grid-item">
280
+ <div class="item-title">
281
+ <svg class="nav-icon" viewBox="0 0 24 24">
282
+ <rect x="5" y="4" width="14" height="16" rx="2" ry="2" fill="none" stroke="#1c2b5c" stroke-width="2"/>
283
+ <line x1="8" y1="8" x2="16" y2="8" stroke="#1c2b5c" stroke-width="2"/>
284
+ </svg>
285
+ <span>Workout</span>
286
+ </div>
287
+ <div class="item-sub">None</div>
288
+ </div>
289
+
290
+ <div class="grid-item">
291
+ <div class="item-title">
292
+ <svg class="nav-icon" viewBox="0 0 24 24">
293
+ <path d="M4 6v12l10-6-10-6Z" fill="none" stroke="#1c2b5c" stroke-width="2"/>
294
+ <path d="M18 6v12" stroke="#1c2b5c" stroke-width="2"/>
295
+ </svg>
296
+ <span>Music</span>
297
+ </div>
298
+ <div class="item-sub">Select</div>
299
+ </div>
300
+
301
+ <div class="grid-item">
302
+ <div class="item-title">
303
+ <svg class="nav-icon" viewBox="0 0 24 24">
304
+ <path d="M5 18V6l10-2v12" fill="none" stroke="#1c2b5c" stroke-width="2"/>
305
+ <circle cx="15" cy="18" r="3" fill="#1c2b5c"/>
306
+ </svg>
307
+ <span>Audio Stats</span>
308
+ </div>
309
+ <div class="item-sub">Time</div>
310
+ </div>
311
+ </div>
312
+ </div>
313
+
314
+ <!-- Start button -->
315
+ <div class="start-wrap">
316
+ <button class="start-btn">START</button>
317
+ </div>
318
+
319
+ <!-- Bottom navigation -->
320
+ <div class="bottom-nav">
321
+ <div class="nav-item">
322
+ <svg class="nav-icon" viewBox="0 0 24 24">
323
+ <circle cx="12" cy="8" r="4" fill="#969696"/>
324
+ <path d="M4 21c0-4 4-6 8-6s8 2 8 6" fill="none" stroke="#969696" stroke-width="2"/>
325
+ </svg>
326
+ <div>Me</div>
327
+ </div>
328
+ <div class="nav-item">
329
+ <svg class="nav-icon" viewBox="0 0 24 24">
330
+ <rect x="3" y="4" width="18" height="14" rx="2" fill="none" stroke="#969696" stroke-width="2"/>
331
+ <path d="M7 8h10" stroke="#969696" stroke-width="2"/>
332
+ </svg>
333
+ <div>Training</div>
334
+ </div>
335
+ <div class="nav-item active">
336
+ <svg class="nav-icon" viewBox="0 0 24 24">
337
+ <path d="M12 2l6 6-6 6-6-6 6-6Z" fill="#1c2b5c"/>
338
+ </svg>
339
+ <div>Start</div>
340
+ </div>
341
+ <div class="nav-item">
342
+ <svg class="nav-icon" viewBox="0 0 24 24">
343
+ <circle cx="6" cy="12" r="3" fill="none" stroke="#969696" stroke-width="2"/>
344
+ <circle cx="12" cy="12" r="3" fill="none" stroke="#969696" stroke-width="2"/>
345
+ <circle cx="18" cy="12" r="3" fill="none" stroke="#969696" stroke-width="2"/>
346
+ </svg>
347
+ <div>Community</div>
348
+ </div>
349
+ <div class="nav-item">
350
+ <svg class="nav-icon" viewBox="0 0 24 24">
351
+ <path d="M12 3l8 18H4L12 3Z" fill="none" stroke="#969696" stroke-width="2"/>
352
+ <path d="M12 9l4 9H8l4-9Z" fill="#969696"/>
353
+ </svg>
354
+ <div>Explore</div>
355
+ </div>
356
+ </div>
357
+
358
+ </div>
359
+ </body>
360
+ </html>
code/1031/1031_6.html ADDED
@@ -0,0 +1,249 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Calculator 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: #0b0b0b;
15
+ color: #d0d0d0;
16
+ font-family: "Segoe UI", Roboto, Arial, sans-serif;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ height: 120px;
25
+ width: 100%;
26
+ color: #f5f5f5;
27
+ font-size: 44px;
28
+ display: flex;
29
+ align-items: center;
30
+ justify-content: space-between;
31
+ padding: 0 40px;
32
+ }
33
+ .status-left { letter-spacing: 1px; }
34
+ .status-right { display: flex; gap: 28px; align-items: center; }
35
+
36
+ .status-icon svg { width: 42px; height: 42px; fill: none; stroke: #f5f5f5; stroke-width: 3; }
37
+
38
+ /* Display area */
39
+ .display {
40
+ position: absolute;
41
+ top: 120px;
42
+ left: 0;
43
+ width: 100%;
44
+ height: 880px;
45
+ padding: 60px;
46
+ box-sizing: border-box;
47
+ }
48
+ .equation {
49
+ text-align: right;
50
+ font-size: 180px;
51
+ line-height: 1.1;
52
+ color: #cfcfcf;
53
+ letter-spacing: 2px;
54
+ margin-top: 160px;
55
+ }
56
+ .equation .caret {
57
+ display: inline-block;
58
+ width: 6px;
59
+ height: 168px;
60
+ background: #2d8ae3;
61
+ margin-left: 16px;
62
+ vertical-align: bottom;
63
+ border-radius: 2px;
64
+ }
65
+ .result {
66
+ text-align: right;
67
+ font-size: 74px;
68
+ line-height: 1.2;
69
+ color: #bfbfbf;
70
+ margin-top: 40px;
71
+ }
72
+
73
+ /* Tool icons row */
74
+ .tools {
75
+ position: absolute;
76
+ top: 980px;
77
+ left: 0;
78
+ width: 100%;
79
+ height: 140px;
80
+ display: flex;
81
+ align-items: center;
82
+ justify-content: space-around;
83
+ padding: 0 40px;
84
+ box-sizing: border-box;
85
+ color: #8b8b8b;
86
+ }
87
+ .tool svg { width: 72px; height: 72px; stroke: #8b8b8b; fill: none; stroke-width: 4; }
88
+ .tool.blue svg { stroke: #2d8ae3; }
89
+ .tool .label { font-size: 40px; color: #8b8b8b; }
90
+
91
+ /* Keypad grid */
92
+ .keypad {
93
+ position: absolute;
94
+ top: 1120px;
95
+ left: 0;
96
+ width: 100%;
97
+ height: 1120px;
98
+ background: #0b0b0b;
99
+ display: grid;
100
+ grid-template-columns: repeat(4, 1fr);
101
+ grid-template-rows: repeat(5, 1fr);
102
+ gap: 1px; /* grid lines */
103
+ }
104
+ .btn {
105
+ background: #151515;
106
+ display: flex;
107
+ align-items: center;
108
+ justify-content: center;
109
+ font-size: 120px;
110
+ color: #cfcfcf;
111
+ user-select: none;
112
+ }
113
+ .btn.op { color: #2d8ae3; }
114
+ .btn.orange { color: #ff8a65; }
115
+ .btn.equals {
116
+ background: #4ea2e5;
117
+ color: #ffffff;
118
+ font-weight: 600;
119
+ }
120
+
121
+ /* Bottom gesture pill */
122
+ .gesture {
123
+ position: absolute;
124
+ bottom: 36px;
125
+ left: 50%;
126
+ transform: translateX(-50%);
127
+ width: 260px;
128
+ height: 16px;
129
+ background: #d9d9d9;
130
+ border-radius: 10px;
131
+ opacity: 0.9;
132
+ }
133
+ </style>
134
+ </head>
135
+ <body>
136
+ <div id="render-target">
137
+
138
+ <!-- Status bar -->
139
+ <div class="status-bar">
140
+ <div class="status-left">8:53</div>
141
+ <div class="status-right">
142
+ <div class="status-icon">
143
+ <!-- Simple Wi-Fi -->
144
+ <svg viewBox="0 0 24 24">
145
+ <path d="M2 8c5-4 15-4 20 0" />
146
+ <path d="M5 12c3-3 11-3 14 0" />
147
+ <path d="M8 16c2-2 6-2 8 0" />
148
+ <circle cx="12" cy="19" r="1.8" fill="#f5f5f5" stroke="none"/>
149
+ </svg>
150
+ </div>
151
+ <div class="status-icon">
152
+ <!-- Battery -->
153
+ <svg viewBox="0 0 28 24">
154
+ <rect x="2" y="6" width="20" height="12" rx="2" />
155
+ <rect x="23" y="9" width="3" height="6" rx="1" />
156
+ <rect x="4" y="8" width="14" height="8" fill="#f5f5f5" stroke="none"/>
157
+ </svg>
158
+ </div>
159
+ </div>
160
+ </div>
161
+
162
+ <!-- Display -->
163
+ <div class="display">
164
+ <div class="equation">88 ÷ 33<span class="caret"></span></div>
165
+ <div class="result">2.6666666667</div>
166
+ </div>
167
+
168
+ <!-- Tools row -->
169
+ <div class="tools">
170
+ <div class="tool">
171
+ <!-- Clock -->
172
+ <svg viewBox="0 0 24 24">
173
+ <circle cx="12" cy="12" r="9"></circle>
174
+ <path d="M12 12 L12 6"></path>
175
+ <path d="M12 12 L17 12"></path>
176
+ </svg>
177
+ </div>
178
+ <div class="tool">
179
+ <!-- Ruler -->
180
+ <svg viewBox="0 0 28 24">
181
+ <rect x="2" y="6" width="24" height="12" rx="2"></rect>
182
+ <path d="M6 6 V18M10 6 V18M14 6 V18M18 6 V18M22 6 V18" stroke-linecap="round"></path>
183
+ </svg>
184
+ </div>
185
+ <div class="tool">
186
+ <!-- Formula (sqrt pi e) -->
187
+ <svg viewBox="0 0 60 60">
188
+ <path d="M8 40 L18 20 H40" stroke-linecap="round"></path>
189
+ <text x="24" y="42" font-size="22" fill="#8b8b8b" stroke="none">π</text>
190
+ <text x="38" y="42" font-size="22" fill="#8b8b8b" stroke="none">e</text>
191
+ </svg>
192
+ </div>
193
+ <div class="tool blue">
194
+ <!-- Theme/Setting accent (simple cog with highlight) -->
195
+ <svg viewBox="0 0 60 60">
196
+ <circle cx="30" cy="30" r="10"></circle>
197
+ <path d="M30 12 L30 4 M30 56 L30 48 M12 30 L4 30 M56 30 L48 30
198
+ M16 16 L10 10 M44 44 L50 50 M44 16 L50 10 M16 44 L10 50" stroke-linecap="round"></path>
199
+ </svg>
200
+ </div>
201
+ <div class="tool">
202
+ <!-- Gear -->
203
+ <svg viewBox="0 0 60 60">
204
+ <circle cx="30" cy="30" r="9"></circle>
205
+ <path d="M30 12 L30 4 M30 56 L30 48 M12 30 L4 30 M56 30 L48 30" stroke-linecap="round"></path>
206
+ </svg>
207
+ </div>
208
+ <div class="tool blue">
209
+ <!-- Backspace with X -->
210
+ <svg viewBox="0 0 60 60">
211
+ <path d="M16 20 L8 30 L16 40 H50 V20 Z"></path>
212
+ <path d="M26 26 L40 34 M40 26 L26 34"></path>
213
+ </svg>
214
+ </div>
215
+ </div>
216
+
217
+ <!-- Keypad -->
218
+ <div class="keypad">
219
+ <div class="btn orange">C</div>
220
+ <div class="btn op">()</div>
221
+ <div class="btn op">%</div>
222
+ <div class="btn op">÷</div>
223
+
224
+ <div class="btn">7</div>
225
+ <div class="btn">8</div>
226
+ <div class="btn">9</div>
227
+ <div class="btn op">×</div>
228
+
229
+ <div class="btn">4</div>
230
+ <div class="btn">5</div>
231
+ <div class="btn">6</div>
232
+ <div class="btn op">−</div>
233
+
234
+ <div class="btn">1</div>
235
+ <div class="btn">2</div>
236
+ <div class="btn">3</div>
237
+ <div class="btn op">+</div>
238
+
239
+ <div class="btn">0</div>
240
+ <div class="btn">00</div>
241
+ <div class="btn">.</div>
242
+ <div class="btn equals">=</div>
243
+ </div>
244
+
245
+ <!-- Gesture pill -->
246
+ <div class="gesture"></div>
247
+ </div>
248
+ </body>
249
+ </html>
code/10310/10310_3.html ADDED
@@ -0,0 +1,261 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Mobile UI Mock</title>
5
+ <style>
6
+ body{margin:0;padding:0;background:transparent;font-family:Arial, Helvetica, sans-serif;}
7
+ #render-target{
8
+ width:1080px;height:2400px;position:relative;overflow:hidden;
9
+ background:#ffffff;border-radius:36px;
10
+ box-shadow:0 8px 24px rgba(0,0,0,0.15);
11
+ }
12
+ /* Status bar */
13
+ .status-bar{
14
+ position:absolute;top:0;left:0;right:0;height:110px;
15
+ padding:0 36px;display:flex;align-items:center;justify-content:space-between;
16
+ color:#000;font-size:38px;
17
+ }
18
+ .status-icons{display:flex;align-items:center;gap:18px;color:#4b4b4b;}
19
+ .status-dot{width:22px;height:22px;border-radius:50%;background:#4b4b4b;opacity:.9;}
20
+ .battery{width:40px;height:22px;border:2px solid #4b4b4b;border-radius:4px;position:relative}
21
+ .battery::after{content:"";position:absolute;right:-8px;top:6px;width:6px;height:10px;background:#4b4b4b;border-radius:2px}
22
+ .battery .level{position:absolute;left:2px;top:2px;bottom:2px;width:26px;background:#4b4b4b;border-radius:2px}
23
+ /* Search bar */
24
+ .search-wrap{position:absolute;top:118px;left:32px;right:32px;height:120px;}
25
+ .search-bar{
26
+ height:120px;border-radius:60px;background:#f5f5f5;border:1px solid #e0e0e0;
27
+ display:flex;align-items:center;gap:24px;padding:0 28px;
28
+ }
29
+ .icon-btn{width:72px;height:72px;border-radius:36px;background:#ffffff;border:1px solid #d0d0d0;
30
+ display:flex;align-items:center;justify-content:center;color:#616161}
31
+ .search-input{flex:1;color:#757575;font-size:44px}
32
+ /* Chips row */
33
+ .chips{position:absolute;top:258px;left:32px;right:32px;height:120px;display:flex;align-items:center;background:#fff;}
34
+ .chip{
35
+ flex:1;display:flex;align-items:center;gap:22px;padding:14px 18px;border-right:1px solid #e6e6e6;
36
+ }
37
+ .chip:last-child{border-right:none}
38
+ .chip-title{font-size:44px;color:#2d2d2d}
39
+ .chip-sub{font-size:30px;color:#7d7d7d;margin-top:4px}
40
+ .chip-col{display:flex;flex-direction:column}
41
+ .circle-icon{width:64px;height:64px;border-radius:50%;background:#eef3ff;border:1px solid #d7def5;display:flex;align-items:center;justify-content:center;color:#4c6ef5;font-weight:bold}
42
+ /* Recent section */
43
+ .content{position:absolute;top:398px;left:32px;right:32px;bottom:940px;overflow:hidden}
44
+ .recent-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}
45
+ .recent-title{font-size:44px;color:#2a2a2a}
46
+ .info-icon{width:56px;height:56px;border-radius:28px;border:1px solid #cfcfcf;display:flex;align-items:center;justify-content:center;color:#5f5f5f;font-weight:bold}
47
+ .list{margin-top:12px}
48
+ .item{display:flex;gap:26px;padding:30px 0;border-bottom:1px solid #efefef}
49
+ .clock-icon{width:68px;height:68px;border-radius:34px;border:1px solid #cfcfcf;display:flex;align-items:center;justify-content:center;color:#646464}
50
+ .item-text{flex:1}
51
+ .item-title{font-size:48px;color:#212121;margin-bottom:8px}
52
+ .item-sub{font-size:36px;color:#7a7a7a}
53
+ .open{color:#2eaf4c;font-size:40px;margin-top:10px}
54
+ /* Keyboard */
55
+ .keyboard{
56
+ position:absolute;left:0;right:0;bottom:0;height:900px;background:#171717;color:#fff;
57
+ border-top-left-radius:24px;border-top-right-radius:24px;
58
+ }
59
+ .kb-top{height:110px;display:flex;align-items:center;gap:36px;padding:0 32px;color:#cfcfcf}
60
+ .kb-icon{width:70px;height:70px;border-radius:18px;background:#262626;display:flex;align-items:center;justify-content:center;font-size:34px;border:1px solid #333}
61
+ .kb-row{display:flex;justify-content:space-between;padding:0 28px;margin-top:16px}
62
+ .key{
63
+ width:92px;height:132px;border-radius:18px;background:#2a2a2a;border:1px solid #3a3a3a;
64
+ display:flex;align-items:center;justify-content:center;font-size:56px;color:#eaeaea;position:relative;
65
+ }
66
+ .key .small{position:absolute;top:8px;left:10px;font-size:24px;color:#9e9e9e}
67
+ .key.wide{width:140px}
68
+ .key.space{flex:1;height:120px;border-radius:22px}
69
+ .kb-bottom{display:flex;gap:18px;align-items:center;padding:24px 24px;margin-top:18px}
70
+ .pill{height:120px;padding:0 26px;background:#2a2a2a;border:1px solid #3a3a3a;color:#eaeaea;border-radius:26px;display:flex;align-items:center;font-size:40px}
71
+ .round-btn{width:120px;height:120px;border-radius:60px;background:#a9c6ff;color:#0a2a66;display:flex;align-items:center;justify-content:center;border:1px solid #6f8fdc}
72
+ .nav-indicator{position:absolute;bottom:24px;left:50%;transform:translateX(-50%);width:380px;height:10px;border-radius:10px;background:#d9d9d9}
73
+ /* Simple SVG styling */
74
+ svg{width:40px;height:40px}
75
+ </style>
76
+ </head>
77
+ <body>
78
+ <div id="render-target">
79
+
80
+ <!-- Status Bar -->
81
+ <div class="status-bar">
82
+ <div>8:45</div>
83
+ <div class="status-icons">
84
+ <div class="status-dot"></div>
85
+ <div class="status-dot" style="background:#7b7b7b"></div>
86
+ <div class="battery"><div class="level"></div></div>
87
+ </div>
88
+ </div>
89
+
90
+ <!-- Search Bar -->
91
+ <div class="search-wrap">
92
+ <div class="search-bar">
93
+ <div class="icon-btn">
94
+ <svg viewBox="0 0 24 24"><path d="M15 6L9 12l6 6" stroke="#616161" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
95
+ </div>
96
+ <div class="search-input">Search here</div>
97
+ <div class="icon-btn">
98
+ <svg viewBox="0 0 24 24">
99
+ <rect x="9" y="3" width="6" height="10" rx="3" fill="#616161"/>
100
+ <path d="M8 14h8v4a4 4 0 0 1-8 0v-4z" fill="#616161"/>
101
+ </svg>
102
+ </div>
103
+ </div>
104
+ </div>
105
+
106
+ <!-- Chips Row -->
107
+ <div class="chips">
108
+ <div class="chip">
109
+ <div class="circle-icon">
110
+ <svg viewBox="0 0 24 24"><path d="M3 11l9-7 9 7v9H3z" fill="#4c6ef5"/></svg>
111
+ </div>
112
+ <div class="chip-col">
113
+ <div class="chip-title">Home</div>
114
+ <div class="chip-sub">40.769853,...</div>
115
+ </div>
116
+ </div>
117
+ <div class="chip">
118
+ <div class="circle-icon">
119
+ <svg viewBox="0 0 24 24"><rect x="4" y="8" width="16" height="10" rx="2" fill="#4c6ef5"/><rect x="9" y="5" width="6" height="3" rx="1" fill="#4c6ef5"/></svg>
120
+ </div>
121
+ <div class="chip-col">
122
+ <div class="chip-title">Work</div>
123
+ <div class="chip-sub">Set location</div>
124
+ </div>
125
+ </div>
126
+ <div class="chip">
127
+ <div class="circle-icon">
128
+ <svg viewBox="0 0 24 24"><circle cx="6" cy="12" r="2" fill="#4c6ef5"/><circle cx="12" cy="12" r="2" fill="#4c6ef5"/><circle cx="18" cy="12" r="2" fill="#4c6ef5"/></svg>
129
+ </div>
130
+ <div class="chip-col">
131
+ <div class="chip-title">More</div>
132
+ </div>
133
+ </div>
134
+ </div>
135
+
136
+ <!-- Recent List -->
137
+ <div class="content">
138
+ <div class="recent-head">
139
+ <div class="recent-title">Recent</div>
140
+ <div class="info-icon">i</div>
141
+ </div>
142
+
143
+ <div class="list">
144
+ <div class="item">
145
+ <div class="clock-icon">
146
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9" stroke="#646464" stroke-width="2" fill="none"/><path d="M12 6v6l4 2" stroke="#646464" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
147
+ </div>
148
+ <div class="item-text">
149
+ <div class="item-title">New York, NY, USA</div>
150
+ </div>
151
+ </div>
152
+
153
+ <div class="item">
154
+ <div class="clock-icon">
155
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9" stroke="#646464" stroke-width="2" fill="none"/><path d="M12 6v6l4 2" stroke="#646464" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
156
+ </div>
157
+ <div class="item-text">
158
+ <div class="item-title">Knoxville</div>
159
+ <div class="item-sub">TN, USA</div>
160
+ </div>
161
+ </div>
162
+
163
+ <div class="item">
164
+ <div class="clock-icon">
165
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9" stroke="#646464" stroke-width="2" fill="none"/><path d="M12 6v6l4 2" stroke="#646464" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
166
+ </div>
167
+ <div class="item-text">
168
+ <div class="item-title">ASF Insignia SEZ</div>
169
+ <div class="item-sub">Faridabad - Gurgaon Road, Gwal Pahari, Gurug...</div>
170
+ <div class="open">Open 24 hours</div>
171
+ </div>
172
+ </div>
173
+
174
+ <div class="item">
175
+ <div class="clock-icon">
176
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9" stroke="#646464" stroke-width="2" fill="none"/><path d="M12 6v6l4 2" stroke="#646464" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
177
+ </div>
178
+ <div class="item-text">
179
+ <div class="item-title">Evansville</div>
180
+ <div class="item-sub">IN, USA</div>
181
+ </div>
182
+ </div>
183
+
184
+ <div class="item">
185
+ <div class="clock-icon">
186
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9" stroke="#646464" stroke-width="2" fill="none"/><path d="M12 6v6l4 2" stroke="#646464" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
187
+ </div>
188
+ <div class="item-text">
189
+ <div class="item-title">East 14th Street</div>
190
+ <div class="item-sub">New York, NY, USA</div>
191
+ </div>
192
+ </div>
193
+ </div>
194
+ </div>
195
+
196
+ <!-- Keyboard -->
197
+ <div class="keyboard">
198
+ <div class="kb-top">
199
+ <div class="kb-icon">▦</div>
200
+ <div class="kb-icon">☺</div>
201
+ <div class="kb-icon">GIF</div>
202
+ <div class="kb-icon">⚙</div>
203
+ <div style="flex:1"></div>
204
+ <div class="kb-icon">Gᵀ</div>
205
+ <div class="kb-icon">🎨</div>
206
+ <div class="kb-icon">🎤</div>
207
+ </div>
208
+
209
+ <div class="kb-row">
210
+ <div class="key"><span class="small">1</span>q</div>
211
+ <div class="key"><span class="small">2</span>w</div>
212
+ <div class="key"><span class="small">3</span>e</div>
213
+ <div class="key"><span class="small">4</span>r</div>
214
+ <div class="key"><span class="small">5</span>t</div>
215
+ <div class="key"><span class="small">6</span>y</div>
216
+ <div class="key"><span class="small">7</span>u</div>
217
+ <div class="key"><span class="small">8</span>i</div>
218
+ <div class="key"><span class="small">9</span>o</div>
219
+ <div class="key"><span class="small">0</span>p</div>
220
+ </div>
221
+
222
+ <div class="kb-row">
223
+ <div class="key">a</div>
224
+ <div class="key">s</div>
225
+ <div class="key">d</div>
226
+ <div class="key">f</div>
227
+ <div class="key">g</div>
228
+ <div class="key">h</div>
229
+ <div class="key">j</div>
230
+ <div class="key">k</div>
231
+ <div class="key">l</div>
232
+ </div>
233
+
234
+ <div class="kb-row">
235
+ <div class="key wide">⇧</div>
236
+ <div class="key">z</div>
237
+ <div class="key">x</div>
238
+ <div class="key">c</div>
239
+ <div class="key">v</div>
240
+ <div class="key">b</div>
241
+ <div class="key">n</div>
242
+ <div class="key">m</div>
243
+ <div class="key wide">⌫</div>
244
+ </div>
245
+
246
+ <div class="kb-bottom">
247
+ <div class="pill">?123</div>
248
+ <div class="key" style="width:90px;height:120px">,</div>
249
+ <div class="key" style="width:90px;height:120px">☺</div>
250
+ <div class="key space"></div>
251
+ <div class="key" style="width:90px;height:120px">.</div>
252
+ <div class="round-btn">
253
+ <svg viewBox="0 0 24 24"><circle cx="11" cy="11" r="9" stroke="#0a2a66" stroke-width="2" fill="#a9c6ff"/><path d="M10 16l5-5" stroke="#0a2a66" stroke-width="2"/><circle cx="16" cy="16" r="1.8" fill="#0a2a66"/></svg>
254
+ </div>
255
+ </div>
256
+ <div class="nav-indicator"></div>
257
+ </div>
258
+
259
+ </div>
260
+ </body>
261
+ </html>
code/10310/10310_4.html ADDED
@@ -0,0 +1,266 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Map UI - Lenox Hill</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: #f4f4f4;
13
+ }
14
+
15
+ /* Map placeholder fills the screen */
16
+ .map-area {
17
+ position: absolute;
18
+ left: 0;
19
+ top: 0;
20
+ width: 1080px;
21
+ height: 2400px;
22
+ background: #E0E0E0;
23
+ border: 1px solid #BDBDBD;
24
+ color: #757575;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: center;
28
+ letter-spacing: 0.5px;
29
+ font-size: 28px;
30
+ text-transform: uppercase;
31
+ }
32
+
33
+ /* Android status bar */
34
+ .status-bar {
35
+ position: absolute;
36
+ top: 0;
37
+ left: 0;
38
+ width: 1080px;
39
+ height: 88px;
40
+ padding: 0 28px;
41
+ box-sizing: border-box;
42
+ display: flex;
43
+ align-items: center;
44
+ justify-content: space-between;
45
+ color: #222;
46
+ font-size: 30px;
47
+ background: rgba(255, 255, 255, 0.0);
48
+ }
49
+ .status-icons {
50
+ display: flex;
51
+ align-items: center;
52
+ gap: 16px;
53
+ }
54
+ .icon-battery, .icon-signal, .icon-wifi {
55
+ width: 36px; height: 24px;
56
+ }
57
+
58
+ /* Search pill */
59
+ .search-bar {
60
+ position: absolute;
61
+ top: 110px;
62
+ left: 36px;
63
+ width: 1008px;
64
+ height: 110px;
65
+ background: #ffffff;
66
+ border-radius: 56px;
67
+ box-shadow: 0 6px 22px rgba(0,0,0,0.18);
68
+ display: flex;
69
+ align-items: center;
70
+ padding: 0 26px;
71
+ box-sizing: border-box;
72
+ gap: 20px;
73
+ }
74
+ .search-icon-wrap {
75
+ width: 64px; height: 64px;
76
+ display: flex; align-items: center; justify-content: center;
77
+ background: #F2F2F2;
78
+ border-radius: 50%;
79
+ }
80
+ .search-text {
81
+ flex: 1;
82
+ font-size: 34px;
83
+ color: #2b2b2b;
84
+ white-space: nowrap;
85
+ overflow: hidden;
86
+ text-overflow: ellipsis;
87
+ }
88
+ .search-actions {
89
+ display: flex;
90
+ align-items: center;
91
+ gap: 18px;
92
+ }
93
+ .icon-btn {
94
+ width: 56px; height: 56px;
95
+ display: flex; align-items: center; justify-content: center;
96
+ border-radius: 50%;
97
+ background: #F6F6F6;
98
+ }
99
+
100
+ /* Bottom place sheet */
101
+ .bottom-sheet {
102
+ position: absolute;
103
+ left: 0;
104
+ bottom: 0;
105
+ width: 1080px;
106
+ height: 560px;
107
+ background: #ffffff;
108
+ border-top-left-radius: 28px;
109
+ border-top-right-radius: 28px;
110
+ box-shadow: 0 -6px 18px rgba(0,0,0,0.2);
111
+ padding: 22px 36px;
112
+ box-sizing: border-box;
113
+ }
114
+ .sheet-handle {
115
+ width: 120px; height: 10px;
116
+ background: #e0e0e0;
117
+ border-radius: 8px;
118
+ margin: 6px auto 18px;
119
+ }
120
+ .place-title {
121
+ font-size: 50px;
122
+ color: #111;
123
+ margin: 6px 0 8px;
124
+ font-weight: 700;
125
+ }
126
+ .place-sub {
127
+ font-size: 30px;
128
+ color: #666;
129
+ margin-bottom: 26px;
130
+ }
131
+
132
+ .actions-row {
133
+ display: flex;
134
+ gap: 22px;
135
+ flex-wrap: nowrap;
136
+ }
137
+ .pill-btn {
138
+ flex: 0 0 auto;
139
+ display: flex;
140
+ align-items: center;
141
+ gap: 16px;
142
+ padding: 22px 28px;
143
+ border-radius: 60px;
144
+ border: 1px solid #e0e0e0;
145
+ color: #1a73e8;
146
+ background: #e8f0fe;
147
+ font-size: 30px;
148
+ font-weight: 600;
149
+ }
150
+ .pill-btn.secondary {
151
+ background: #fff;
152
+ color: #333;
153
+ }
154
+
155
+ /* Street view thumbnail */
156
+ .thumb {
157
+ position: absolute;
158
+ left: 36px;
159
+ bottom: 570px;
160
+ width: 320px;
161
+ height: 190px;
162
+ background: #E0E0E0;
163
+ border: 1px solid #BDBDBD;
164
+ color: #757575;
165
+ display: flex;
166
+ align-items: center;
167
+ justify-content: center;
168
+ font-size: 24px;
169
+ border-radius: 10px;
170
+ }
171
+ </style>
172
+ </head>
173
+ <body>
174
+ <div id="render-target">
175
+
176
+ <!-- Map visual -->
177
+ <div class="map-area">[IMG: Google Map]</div>
178
+
179
+ <!-- Status bar -->
180
+ <div class="status-bar">
181
+ <div class="time">8:45</div>
182
+ <div class="status-icons">
183
+ <!-- Simple signal icon -->
184
+ <svg class="icon-signal" viewBox="0 0 24 24" fill="#333">
185
+ <rect x="2" y="14" width="3" height="8"></rect>
186
+ <rect x="7" y="11" width="3" height="11"></rect>
187
+ <rect x="12" y="7" width="3" height="15"></rect>
188
+ <rect x="17" y="3" width="3" height="19"></rect>
189
+ </svg>
190
+ <!-- WiFi -->
191
+ <svg class="icon-wifi" viewBox="0 0 24 24" fill="#333">
192
+ <path d="M12 20a2 2 0 1 0 .001-4.001A2 2 0 0 0 12 20z"></path>
193
+ <path d="M2 9c5-4 15-4 20 0l-2 2c-4-3-12-3-16 0L2 9z"></path>
194
+ <path d="M5 13c4-3 10-3 14 0l-2 2c-2.8-2-7.2-2-10 0l-2-2z"></path>
195
+ </svg>
196
+ <!-- Battery -->
197
+ <svg class="icon-battery" viewBox="0 0 24 24" fill="none" stroke="#333" stroke-width="2">
198
+ <rect x="1" y="6" width="18" height="12" rx="2"></rect>
199
+ <rect x="3" y="8" width="14" height="8" fill="#333"></rect>
200
+ <rect x="20" y="10" width="3" height="6" fill="#333"></rect>
201
+ </svg>
202
+ </div>
203
+ </div>
204
+
205
+ <!-- Search bar -->
206
+ <div class="search-bar">
207
+ <div class="search-icon-wrap">
208
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#333">
209
+ <path d="M15 18l-6-6 6-6v12z"></path>
210
+ </svg>
211
+ </div>
212
+ <div class="search-text">Lenox Hill, New York, NY 10021...</div>
213
+ <div class="search-actions">
214
+ <div class="icon-btn">
215
+ <svg width="22" height="22" viewBox="0 0 24 24" fill="#333">
216
+ <path d="M18.3 5.71L12 12l6.3 6.29-1.41 1.42L10.59 13.4 4.29 19.71 2.88 18.3 9.17 12 2.88 5.71 4.29 4.29l6.3 6.3 6.29-6.3 1.42 1.42z"/>
217
+ </svg>
218
+ </div>
219
+ <div class="icon-btn">
220
+ <svg width="22" height="22" viewBox="0 0 24 24" fill="#333">
221
+ <path d="M12 3a4 4 0 0 0-4 4v5a4 4 0 0 0 3 3.87V20a1 1 0 1 0 2 0v-4.13A4 4 0 0 0 16 12V7a4 4 0 0 0-4-4z"/>
222
+ </svg>
223
+ </div>
224
+ </div>
225
+ </div>
226
+
227
+ <!-- Street view image thumbnail -->
228
+ <div class="thumb">[IMG: Street View]</div>
229
+
230
+ <!-- Bottom details sheet -->
231
+ <div class="bottom-sheet">
232
+ <div class="sheet-handle"></div>
233
+ <div class="place-title">Lenox Hill</div>
234
+ <div class="place-sub">New York, NY 10021, USA</div>
235
+
236
+ <div class="actions-row">
237
+ <div class="pill-btn">
238
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#1a73e8">
239
+ <path d="M12 2l4 8-8 0 4-8zm0 20l-4-8 8 0-4 8z"/>
240
+ </svg>
241
+ <span>Directions</span>
242
+ </div>
243
+ <div class="pill-btn secondary">
244
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#5f6368">
245
+ <path d="M6 4h12v2H6zM6 9h12v2H6zM6 14h12v2H6z"/>
246
+ </svg>
247
+ <span>Save</span>
248
+ </div>
249
+ <div class="pill-btn secondary">
250
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#5f6368">
251
+ <path d="M18 8a3 3 0 0 0-2.82 2H8.82A3 3 0 0 0 6 8 3 3 0 1 0 8.82 6h6.36A3 3 0 1 0 18 8zM6 19a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm12 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"/>
252
+ </svg>
253
+ <span>Share</span>
254
+ </div>
255
+ <div class="pill-btn secondary">
256
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#5f6368">
257
+ <path d="M19 13H13v6h-2v-6H5v-2h6V5h2v6h6v2z"/>
258
+ </svg>
259
+ <span>Add</span>
260
+ </div>
261
+ </div>
262
+ </div>
263
+
264
+ </div>
265
+ </body>
266
+ </html>
code/10310/10310_6.html ADDED
@@ -0,0 +1,297 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Directions UI Mock</title>
5
+ <style>
6
+ body { margin:0; padding:0; background:transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width:1080px; height:2400px;
9
+ position:relative; overflow:hidden;
10
+ background:#ffffff; border:1px solid #dadada;
11
+ box-sizing:border-box;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ position:absolute; top:0; left:0; width:100%; height:80px;
17
+ display:flex; align-items:center; justify-content:space-between;
18
+ padding:0 36px; color:#4e4e4e; font-size:34px;
19
+ }
20
+ .status-icons { display:flex; gap:24px; align-items:center; }
21
+ .status-dot { width:18px; height:18px; background:#4e4e4e; border-radius:50%; }
22
+
23
+ /* Search area */
24
+ .search-area {
25
+ position:absolute; top:80px; left:0; width:100%; padding:24px 24px 8px 24px;
26
+ box-sizing:border-box;
27
+ }
28
+ .search-row {
29
+ display:flex; align-items:center; justify-content:space-between;
30
+ margin-bottom:16px;
31
+ }
32
+ .circle-btn {
33
+ width:64px; height:64px; border-radius:32px; background:#f0f0f0;
34
+ display:flex; align-items:center; justify-content:center; border:1px solid #d6d6d6;
35
+ }
36
+ .pill {
37
+ height:94px; border:1px solid #dcdcdc; border-radius:20px; background:#fff;
38
+ display:flex; align-items:center; justify-content:space-between;
39
+ padding:0 24px; font-size:40px; color:#222;
40
+ box-shadow:0 2px 6px rgba(0,0,0,0.06);
41
+ }
42
+ .pill + .pill { margin-top:18px; }
43
+ .pill .label { display:flex; align-items:center; gap:18px; }
44
+ .small-pin {
45
+ width:34px; height:34px; border-radius:50%; background:#ff6b6b;
46
+ display:inline-block;
47
+ }
48
+ .swap-icon { width:44px; height:44px; }
49
+ .kebab { width:36px; height:36px; }
50
+
51
+ /* Mode chips row */
52
+ .mode-row {
53
+ margin-top:18px;
54
+ display:flex; gap:16px; padding-left:12px;
55
+ }
56
+ .chip {
57
+ height:84px; padding:0 28px; border-radius:42px;
58
+ border:1px solid #e2e2e2; background:#fff;
59
+ display:flex; align-items:center; gap:16px; font-size:34px; color:#333;
60
+ box-shadow:0 2px 4px rgba(0,0,0,0.04);
61
+ }
62
+ .chip.active { background:#e7f0ff; border-color:#7fb5ff; color:#0b63d1; }
63
+ .chip svg { width:36px; height:36px; }
64
+
65
+ /* Map area */
66
+ .map-area {
67
+ position:absolute; left:0; top:360px; width:100%; height:1540px;
68
+ padding:0 0; box-sizing:border-box;
69
+ }
70
+ .map-placeholder {
71
+ width:100%; height:100%; background:#E0E0E0; border-top:1px solid #cfcfcf; border-bottom:1px solid #cfcfcf;
72
+ display:flex; justify-content:center; align-items:center; color:#757575; font-size:42px;
73
+ }
74
+
75
+ /* Floating elements on map */
76
+ .floating-stack { position:absolute; top:450px; right:28px; display:flex; flex-direction:column; gap:22px; }
77
+ .fab {
78
+ width:112px; height:112px; border-radius:56px; background:#fff;
79
+ box-shadow:0 4px 12px rgba(0,0,0,0.18); display:flex; align-items:center; justify-content:center;
80
+ border:1px solid #e6e6e6;
81
+ }
82
+ .crosshair { position:absolute; right:28px; bottom:550px; }
83
+ .route-badge {
84
+ position:absolute; left:410px; top:1060px;
85
+ background:#1a73e8; color:#fff; font-size:40px; padding:18px 26px; border-radius:20px;
86
+ box-shadow:0 4px 12px rgba(0,0,0,0.15);
87
+ }
88
+ .mini-badge {
89
+ position:absolute; left:360px; top:880px;
90
+ background:#ffffff; color:#444; border:1px solid #d9d9d9; padding:14px 20px; border-radius:18px; font-size:36px;
91
+ box-shadow:0 3px 8px rgba(0,0,0,0.12);
92
+ }
93
+ .streetview-thumb {
94
+ position:absolute; left:24px; bottom:600px; width:320px; height:180px;
95
+ background:#E0E0E0; border:1px solid #BDBDBD; color:#757575; display:flex; align-items:center; justify-content:center; font-size:30px; border-radius:12px;
96
+ }
97
+
98
+ /* Bottom sheet */
99
+ .bottom-sheet {
100
+ position:absolute; bottom:0; left:0; width:100%; height:420px;
101
+ background:#fff; border-top:1px solid #e4e4e4; box-shadow:0 -6px 18px rgba(0,0,0,0.15);
102
+ border-top-left-radius:28px; border-top-right-radius:28px;
103
+ padding:24px 34px; box-sizing:border-box;
104
+ }
105
+ .grabber { width:120px; height:12px; background:#e6e6e6; border-radius:6px; margin:0 auto 18px auto; }
106
+ .title-row { display:flex; align-items:baseline; gap:12px; }
107
+ .title-row .time { color:#d32f2f; font-size:56px; font-weight:700; }
108
+ .title-row .distance { color:#222; font-size:50px; }
109
+ .subtitle { margin-top:16px; color:#555; font-size:38px; }
110
+ .parking { margin-top:22px; display:flex; align-items:center; gap:12px; color:#555; font-size:40px; }
111
+ .p-icon {
112
+ width:42px; height:42px; border:2px solid #c44c4c; color:#c44c4c; border-radius:50%;
113
+ display:flex; align-items:center; justify-content:center; font-weight:bold;
114
+ }
115
+ .actions { margin-top:32px; display:flex; gap:26px; }
116
+ .action-btn {
117
+ flex:0 0 auto; padding:20px 28px; border-radius:52px; background:#f3f7ff; color:#0b63d1; border:1px solid #bcd3ff;
118
+ display:flex; align-items:center; gap:18px; font-size:40px;
119
+ }
120
+ .action-btn svg { width:36px; height:36px; }
121
+
122
+ /* Simple icon strokes */
123
+ svg { display:block; }
124
+ .icon-stroke { stroke:#444; stroke-width:4; fill:none; stroke-linecap:round; stroke-linejoin:round; }
125
+ .icon-blue { stroke:#0b63d1; }
126
+ </style>
127
+ </head>
128
+ <body>
129
+ <div id="render-target">
130
+
131
+ <!-- Status Bar -->
132
+ <div class="status-bar">
133
+ <div>8:48</div>
134
+ <div class="status-icons">
135
+ <div class="status-dot"></div>
136
+ <div class="status-dot"></div>
137
+ <div class="status-dot"></div>
138
+ </div>
139
+ </div>
140
+
141
+ <!-- Search / Header -->
142
+ <div class="search-area">
143
+ <div class="search-row">
144
+ <div class="circle-btn">
145
+ <svg width="40" height="40" viewBox="0 0 60 60">
146
+ <path class="icon-stroke" d="M38 14 L22 30 L38 46" />
147
+ </svg>
148
+ </div>
149
+ <div style="display:flex; gap:14px;">
150
+ <div class="circle-btn">
151
+ <svg width="40" height="40" viewBox="0 0 60 60">
152
+ <circle cx="30" cy="30" r="14" fill="#777"/>
153
+ </svg>
154
+ </div>
155
+ </div>
156
+ </div>
157
+
158
+ <div class="pill">
159
+ <div class="label">
160
+ <span>New York</span>
161
+ </div>
162
+ <svg class="kebab" viewBox="0 0 24 24">
163
+ <circle cx="12" cy="4" r="2" fill="#555"></circle>
164
+ <circle cx="12" cy="12" r="2" fill="#555"></circle>
165
+ <circle cx="12" cy="20" r="2" fill="#555"></circle>
166
+ </svg>
167
+ </div>
168
+
169
+ <div class="pill">
170
+ <div class="label">
171
+ <div class="small-pin"></div>
172
+ <span>Lenox Hill</span>
173
+ </div>
174
+ <svg class="swap-icon" viewBox="0 0 60 60">
175
+ <path class="icon-stroke" d="M16 40 L44 40 M16 40 L24 32 M16 40 L24 48" />
176
+ <path class="icon-stroke" d="M44 20 L16 20 M44 20 L36 12 M44 20 L36 28" />
177
+ </svg>
178
+ </div>
179
+
180
+ <!-- Mode chips -->
181
+ <div class="mode-row">
182
+ <div class="chip active">
183
+ <svg viewBox="0 0 64 36">
184
+ <rect x="10" y="10" width="36" height="14" rx="3" fill="#0b63d1"></rect>
185
+ <circle cx="18" cy="28" r="4" fill="#0b63d1"></circle>
186
+ <circle cx="38" cy="28" r="4" fill="#0b63d1"></circle>
187
+ </svg>
188
+ <span>24 min</span>
189
+ </div>
190
+ <div class="chip">
191
+ <svg viewBox="0 0 64 36">
192
+ <path class="icon-stroke" d="M12 24 L26 24 L34 14 L44 14" />
193
+ <circle cx="21" cy="28" r="4" fill="#666"></circle>
194
+ <circle cx="38" cy="28" r="4" fill="#666"></circle>
195
+ </svg>
196
+ <span>—</span>
197
+ </div>
198
+ <div class="chip">
199
+ <svg viewBox="0 0 64 36">
200
+ <rect x="8" y="10" width="48" height="16" rx="3" fill="#666"></rect>
201
+ <rect x="16" y="14" width="8" height="6" fill="#fff"></rect>
202
+ <rect x="30" y="14" width="8" height="6" fill="#fff"></rect>
203
+ </svg>
204
+ <span>41 min</span>
205
+ </div>
206
+ <div class="chip">
207
+ <svg viewBox="0 0 64 36">
208
+ <circle cx="20" cy="10" r="4" fill="#666"></circle>
209
+ <path class="icon-stroke" d="M20 14 L20 24 M20 24 L14 32 M20 24 L28 32 M18 20 L12 18 M22 20 L28 18" />
210
+ </svg>
211
+ <span>1 hr 52</span>
212
+ </div>
213
+ <div class="chip">
214
+ <svg viewBox="0 0 64 36">
215
+ <path class="icon-stroke" d="M10 26 L24 26 M24 26 L30 18 M30 18 L40 26" />
216
+ </svg>
217
+ <span>24 min</span>
218
+ </div>
219
+ </div>
220
+ </div>
221
+
222
+ <!-- Map area -->
223
+ <div class="map-area">
224
+ <div class="map-placeholder">[IMG: Google Map with route from New York to Lenox Hill]</div>
225
+
226
+ <!-- Floating overlays -->
227
+ <div class="floating-stack">
228
+ <div class="fab">
229
+ <!-- Layers icon -->
230
+ <svg width="42" height="42" viewBox="0 0 60 60">
231
+ <polygon points="30,8 10,18 30,28 50,18" fill="#777"></polygon>
232
+ <polygon points="30,28 12,36 30,44 48,36" fill="#aaa"></polygon>
233
+ </svg>
234
+ </div>
235
+ <div class="fab">
236
+ <!-- Magnifying glass -->
237
+ <svg width="42" height="42" viewBox="0 0 60 60">
238
+ <circle cx="26" cy="26" r="14" stroke="#666" stroke-width="4" fill="none"></circle>
239
+ <line x1="40" y1="40" x2="52" y2="52" stroke="#666" stroke-width="4" />
240
+ </svg>
241
+ </div>
242
+ </div>
243
+
244
+ <div class="route-badge">24 min</div>
245
+ <div class="mini-badge">27 min</div>
246
+
247
+ <div class="streetview-thumb">[IMG: Street View Thumbnail]</div>
248
+
249
+ <div class="fab crosshair">
250
+ <!-- Crosshair icon -->
251
+ <svg width="44" height="44" viewBox="0 0 60 60">
252
+ <circle cx="30" cy="30" r="20" stroke="#666" stroke-width="3" fill="none"></circle>
253
+ <line x1="30" y1="16" x2="30" y2="44" stroke="#666" stroke-width="3"></line>
254
+ <line x1="16" y1="30" x2="44" y2="30" stroke="#666" stroke-width="3"></line>
255
+ </svg>
256
+ </div>
257
+ </div>
258
+
259
+ <!-- Bottom sheet -->
260
+ <div class="bottom-sheet">
261
+ <div class="grabber"></div>
262
+ <div class="title-row">
263
+ <div class="time">24 min</div>
264
+ <div class="distance">(6.7 mi)</div>
265
+ </div>
266
+ <div class="subtitle">Fastest route now due to traffic conditions</div>
267
+ <div class="parking">
268
+ <div class="p-icon">P</div>
269
+ <div>Limited</div>
270
+ </div>
271
+ <div class="actions">
272
+ <div class="action-btn">
273
+ <svg viewBox="0 0 60 60">
274
+ <path class="icon-blue icon-stroke" d="M16 30 L28 36 L44 24" />
275
+ </svg>
276
+ <span>Preview</span>
277
+ </div>
278
+ <div class="action-btn">
279
+ <svg viewBox="0 0 60 60">
280
+ <line x1="14" y1="20" x2="46" y2="20" class="icon-blue" stroke-width="4"></line>
281
+ <line x1="14" y1="30" x2="46" y2="30" class="icon-blue" stroke-width="4"></line>
282
+ <line x1="14" y1="40" x2="46" y2="40" class="icon-blue" stroke-width="4"></line>
283
+ </svg>
284
+ <span>Steps</span>
285
+ </div>
286
+ <div class="action-btn">
287
+ <svg viewBox="0 0 60 60">
288
+ <path class="icon-blue icon-stroke" d="M30 16 C30 12 38 12 38 20 V32 L30 36 L22 32 V20 C22 12 30 12 30 16" />
289
+ </svg>
290
+ <span>Pinned</span>
291
+ </div>
292
+ </div>
293
+ </div>
294
+
295
+ </div>
296
+ </body>
297
+ </html>
code/10311/10311_3.html ADDED
@@ -0,0 +1,345 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Guns, blasters & accessories</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
+ border-radius: 0;
15
+ }
16
+
17
+ /* Header / Status bar */
18
+ .app-header {
19
+ position: relative;
20
+ width: 100%;
21
+ height: 240px;
22
+ background: #1f4ea3;
23
+ color: #fff;
24
+ }
25
+ .status-bar {
26
+ height: 72px;
27
+ display: flex;
28
+ align-items: center;
29
+ padding: 0 40px;
30
+ font-weight: bold;
31
+ font-size: 34px;
32
+ letter-spacing: 1px;
33
+ }
34
+ .status-icons {
35
+ margin-left: auto;
36
+ display: flex;
37
+ align-items: center;
38
+ gap: 28px;
39
+ }
40
+ .status-icon svg { width: 40px; height: 40px; fill: #fff; }
41
+ .header-title {
42
+ position: absolute;
43
+ left: 40px;
44
+ right: 40px;
45
+ bottom: 24px;
46
+ font-size: 54px;
47
+ font-weight: 700;
48
+ }
49
+ .back-btn {
50
+ position: absolute;
51
+ left: 24px;
52
+ top: 96px;
53
+ width: 64px;
54
+ height: 64px;
55
+ display: flex;
56
+ align-items: center;
57
+ justify-content: center;
58
+ }
59
+ .back-btn svg { width: 44px; height: 44px; fill: #fff; }
60
+
61
+ /* Filter / Sort row */
62
+ .controls {
63
+ display: flex;
64
+ gap: 28px;
65
+ padding: 34px 40px;
66
+ background: #ffffff;
67
+ }
68
+ .pill-btn {
69
+ flex: 1;
70
+ max-width: 460px;
71
+ background: #fff;
72
+ border: 2px solid #e3e6eb;
73
+ border-radius: 24px;
74
+ height: 100px;
75
+ display: flex;
76
+ align-items: center;
77
+ padding: 0 32px;
78
+ font-size: 42px;
79
+ font-weight: 700;
80
+ color: #222;
81
+ box-shadow: 0 0 0 rgba(0,0,0,0);
82
+ }
83
+ .pill-btn svg { width: 48px; height: 48px; margin-left: auto; fill: #1f4ea3; }
84
+
85
+ /* Product grid */
86
+ .products {
87
+ padding: 0 24px 24px;
88
+ }
89
+ .row {
90
+ display: flex;
91
+ gap: 24px;
92
+ margin-bottom: 54px;
93
+ }
94
+ .card {
95
+ position: relative;
96
+ flex: 1;
97
+ min-width: 0;
98
+ background: #fff;
99
+ border-radius: 20px;
100
+ padding: 24px;
101
+ }
102
+ .discount {
103
+ position: absolute;
104
+ top: 12px;
105
+ left: 12px;
106
+ background: #d53a46;
107
+ color: #fff;
108
+ font-weight: 800;
109
+ font-size: 36px;
110
+ padding: 16px 26px;
111
+ border-radius: 20px;
112
+ z-index: 2;
113
+ }
114
+ .product-img {
115
+ width: 100%;
116
+ height: 360px;
117
+ background: #E0E0E0;
118
+ border: 1px solid #BDBDBD;
119
+ display: flex;
120
+ align-items: center;
121
+ justify-content: center;
122
+ color: #606060;
123
+ font-size: 38px;
124
+ border-radius: 10px;
125
+ margin-top: 40px;
126
+ }
127
+ .new-in {
128
+ margin-top: 26px;
129
+ background: #7fd6c7;
130
+ color: #fff;
131
+ font-weight: 800;
132
+ font-size: 40px;
133
+ padding: 18px 0;
134
+ text-align: center;
135
+ border-radius: 18px;
136
+ }
137
+ .title {
138
+ margin-top: 18px;
139
+ font-size: 44px;
140
+ font-weight: 700;
141
+ line-height: 1.22;
142
+ color: #222;
143
+ }
144
+ .price-row {
145
+ margin-top: 12px;
146
+ display: flex;
147
+ align-items: baseline;
148
+ gap: 16px;
149
+ }
150
+ .old-price {
151
+ font-size: 38px;
152
+ color: #666;
153
+ text-decoration: line-through;
154
+ }
155
+ .new-price {
156
+ font-size: 48px;
157
+ font-weight: 800;
158
+ color: #f59b2a;
159
+ }
160
+
161
+ /* Bottom navigation */
162
+ .bottom-nav {
163
+ position: absolute;
164
+ left: 0;
165
+ right: 0;
166
+ bottom: 0;
167
+ height: 212px;
168
+ background: #1f4ea3;
169
+ border-top-left-radius: 0;
170
+ border-top-right-radius: 0;
171
+ display: flex;
172
+ flex-direction: column;
173
+ align-items: center;
174
+ padding-top: 20px;
175
+ }
176
+ .nav-icons {
177
+ width: 100%;
178
+ display: flex;
179
+ justify-content: space-around;
180
+ align-items: center;
181
+ padding: 20px 60px;
182
+ }
183
+ .nav-item {
184
+ width: 120px;
185
+ height: 96px;
186
+ display: flex;
187
+ align-items: center;
188
+ justify-content: center;
189
+ }
190
+ .nav-item svg { width: 72px; height: 72px; stroke: #fff; fill: none; stroke-width: 6; }
191
+ .grabber {
192
+ width: 420px;
193
+ height: 12px;
194
+ background: #d9e1f1;
195
+ border-radius: 8px;
196
+ margin-top: 28px;
197
+ }
198
+
199
+ /* Small helpers */
200
+ .mt-8 { margin-top: 8px; }
201
+ .mt-16 { margin-top: 16px; }
202
+ </style>
203
+ </head>
204
+ <body>
205
+ <div id="render-target">
206
+
207
+ <!-- Header -->
208
+ <div class="app-header">
209
+ <div class="status-bar">
210
+ 11:16
211
+ <div class="status-icons">
212
+ <span class="status-icon">
213
+ <!-- message icon -->
214
+ <svg viewBox="0 0 24 24"><path d="M3 5h18v12H7l-4 4V5z"/></svg>
215
+ </span>
216
+ <span class="status-icon">
217
+ <!-- signal icon -->
218
+ <svg viewBox="0 0 24 24"><path d="M3 20h2v-3H3v3zm4 0h2v-6H7v6zm4 0h2v-9h-2v9zm4 0h2v-12h-2v12zm4 0h2V5h-2v15z"/></svg>
219
+ </span>
220
+ <span class="status-icon">
221
+ <!-- cloud icon -->
222
+ <svg viewBox="0 0 24 24"><path d="M6 18h11a4 4 0 0 0 0-8h-.4A6 6 0 0 0 6 7a5 5 0 0 0 0 11z"/></svg>
223
+ </span>
224
+ <span class="status-icon">
225
+ <!-- wifi -->
226
+ <svg viewBox="0 0 24 24"><path d="M12 20a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm-6.5-6.5a9 9 0 0 1 13 0l-1.5 1.5a7 7 0 0 0-10 0L5.5 13.5zm-3-3a13 13 0 0 1 19 0L20 12a11 11 0 0 0-16 0L2.5 10.5z"/></svg>
227
+ </span>
228
+ <span class="status-icon">
229
+ <!-- battery -->
230
+ <svg viewBox="0 0 24 24"><path d="M2 7h18v10H2V7zm20 3v4h-2v-4h2z"/></svg>
231
+ </span>
232
+ </div>
233
+ </div>
234
+ <div class="back-btn">
235
+ <svg viewBox="0 0 24 24"><path d="M15 6l-6 6 6 6" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
236
+ </div>
237
+ <div class="header-title">Guns, blasters & accessories</div>
238
+ </div>
239
+
240
+ <!-- Controls -->
241
+ <div class="controls">
242
+ <div class="pill-btn">
243
+ Filter by
244
+ <svg viewBox="0 0 24 24"><path d="M4 6h16v2H4V6zm3 5h10v2H7v-2zm4 5h2v2h-2v-2z"/></svg>
245
+ </div>
246
+ <div class="pill-btn" style="max-width:480px;">
247
+ Sort by
248
+ <svg viewBox="0 0 24 24"><path d="M12 16l4-4H8l4 4zm0-8l-4 4h8l-4-4z"/></svg>
249
+ </div>
250
+ </div>
251
+
252
+ <!-- Products -->
253
+ <div class="products">
254
+ <!-- Row 1 -->
255
+ <div class="row">
256
+ <div class="card">
257
+ <div class="discount">20% off</div>
258
+ <div class="product-img">[IMG: Fast Pioneer Electric Foam Blaster with 48X]</div>
259
+ <div class="new-in">New In</div>
260
+ <div class="title">Fast Pioneer Electric Gun - Foam Bullet Blaster with 48X</div>
261
+ <div class="price-row">
262
+ <div class="old-price">159 AED</div>
263
+ </div>
264
+ <div class="new-price">127 AED</div>
265
+ </div>
266
+
267
+ <div class="card">
268
+ <div class="discount">20% off</div>
269
+ <div class="product-img">[IMG: Fast Pioneer Electric Foam Blaster with 36X]</div>
270
+ <div class="new-in">New In</div>
271
+ <div class="title">Fast Pioneer Electric Gun - Foam Bullet Blaster with 36X</div>
272
+ <div class="price-row">
273
+ <div class="old-price">109 AED</div>
274
+ </div>
275
+ <div class="new-price">87 AED</div>
276
+ </div>
277
+ </div>
278
+
279
+ <!-- Row 2 -->
280
+ <div class="row">
281
+ <div class="card">
282
+ <div class="discount">20% off</div>
283
+ <div class="product-img">[IMG: Attack X Force Manual Soft Bullet Gun]</div>
284
+ <div class="new-in">New In</div>
285
+ <div class="title">Attack X Force - Manual Soft Bullet Gun with 12X Soft Shells</div>
286
+ <div class="price-row">
287
+ <div class="old-price">49 AED</div>
288
+ </div>
289
+ <div class="new-price">39 AED</div>
290
+ </div>
291
+
292
+ <div class="card">
293
+ <div class="discount">20% off</div>
294
+ <div class="product-img">[IMG: Attack X Force Manual Soft Bullet Gun]</div>
295
+ <div class="new-in">New In</div>
296
+ <div class="title">Attack X Force - Manual Soft Bullet Gun with 24X Soft Shells</div>
297
+ <div class="price-row">
298
+ <div class="old-price">89 AED</div>
299
+ </div>
300
+ <div class="new-price">71 AED</div>
301
+ </div>
302
+ </div>
303
+
304
+ <!-- Row 3 (partial preview like screenshot bottom thumbnails) -->
305
+ <div class="row">
306
+ <div class="card">
307
+ <div class="discount" style="background:#d94c00;">40% off</div>
308
+ <div class="product-img" style="height:240px;">[IMG: Foam Bullets Pack]</div>
309
+ </div>
310
+ <div class="card">
311
+ <div class="product-img" style="height:240px;">[IMG: Toy Bow Accessory]</div>
312
+ </div>
313
+ </div>
314
+ </div>
315
+
316
+ <!-- Bottom Navigation -->
317
+ <div class="bottom-nav">
318
+ <div class="nav-icons">
319
+ <div class="nav-item">
320
+ <!-- home -->
321
+ <svg viewBox="0 0 24 24"><path d="M4 10l8-6 8 6v10H4V10z"/><path d="M9 20v-6h6v6" /></svg>
322
+ </div>
323
+ <div class="nav-item">
324
+ <!-- search -->
325
+ <svg viewBox="0 0 24 24"><circle cx="10" cy="10" r="6"/><path d="M21 21l-6-6"/></svg>
326
+ </div>
327
+ <div class="nav-item">
328
+ <!-- bag -->
329
+ <svg viewBox="0 0 24 24"><path d="M6 8h12l-1 12H7L6 8z"/><path d="M9 8V6a3 3 0 0 1 6 0v2"/></svg>
330
+ </div>
331
+ <div class="nav-item">
332
+ <!-- heart -->
333
+ <svg viewBox="0 0 24 24"><path d="M12 20s-7-4.5-7-9a4.5 4.5 0 0 1 8-2 4.5 4.5 0 0 1 8 2c0 4.5-7 9-7 9z"/></svg>
334
+ </div>
335
+ <div class="nav-item">
336
+ <!-- user -->
337
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="8" r="4"/><path d="M4 20a8 8 0 0 1 16 0"/></svg>
338
+ </div>
339
+ </div>
340
+ <div class="grabber"></div>
341
+ </div>
342
+
343
+ </div>
344
+ </body>
345
+ </html>
code/10312/10312_11.html ADDED
@@ -0,0 +1,288 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Gallery Selection - New Album Dialog</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: #000;
15
+ border-radius: 0;
16
+ box-shadow: none;
17
+ color: #fff;
18
+ }
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0; left: 0; right: 0;
23
+ height: 110px;
24
+ padding: 0 40px;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: space-between;
28
+ color: #fff;
29
+ font-size: 42px;
30
+ }
31
+ .status-right {
32
+ display: flex; align-items: center; gap: 26px;
33
+ }
34
+ /* Header */
35
+ .header {
36
+ position: absolute;
37
+ top: 110px; left: 0; right: 0;
38
+ height: 130px;
39
+ display: flex; align-items: center;
40
+ padding: 0 40px;
41
+ color: #9e9e9e;
42
+ }
43
+ .header .title {
44
+ font-size: 60px; font-weight: 600; margin-left: 24px;
45
+ }
46
+ .icon-btn {
47
+ width: 64px; height: 64px; display: inline-flex; align-items: center; justify-content: center;
48
+ }
49
+ /* Grid */
50
+ .grid {
51
+ position: absolute;
52
+ top: 240px; left: 0; right: 0;
53
+ padding: 28px;
54
+ display: grid;
55
+ grid-template-columns: repeat(3, 1fr);
56
+ gap: 24px;
57
+ }
58
+ .tile {
59
+ position: relative;
60
+ height: 330px;
61
+ border-radius: 14px;
62
+ overflow: hidden;
63
+ }
64
+ .img-ph {
65
+ width: 100%; height: 100%;
66
+ background: #E0E0E0; border: 1px solid #BDBDBD;
67
+ display: flex; align-items: center; justify-content: center;
68
+ color: #757575; font-size: 34px;
69
+ }
70
+ .tile::after {
71
+ content: "";
72
+ position: absolute; inset: 0;
73
+ background: rgba(0,0,0,0.35);
74
+ }
75
+ .check {
76
+ position: absolute; top: 12px; right: 12px;
77
+ width: 64px; height: 64px;
78
+ background: rgba(255,255,255,0.08);
79
+ border-radius: 12px;
80
+ display: flex; align-items: center; justify-content: center;
81
+ border: 2px solid rgba(255,255,255,0.35);
82
+ }
83
+ /* Bottom actions */
84
+ .actions {
85
+ position: absolute;
86
+ bottom: 240px;
87
+ left: 0; right: 0;
88
+ height: 210px;
89
+ display: flex;
90
+ align-items: center;
91
+ justify-content: space-around;
92
+ color: #bdbdbd;
93
+ }
94
+ .action {
95
+ display: flex; flex-direction: column; align-items: center; gap: 18px;
96
+ font-size: 34px;
97
+ }
98
+ .action svg { width: 60px; height: 60px; opacity: 0.8; }
99
+ /* Ad banner */
100
+ .ad-banner {
101
+ position: absolute;
102
+ bottom: 120px; left: 0; right: 0;
103
+ height: 140px;
104
+ padding: 0 20px;
105
+ }
106
+ .ad-ph {
107
+ width: 100%; height: 100%;
108
+ background: #E0E0E0; border: 1px solid #BDBDBD;
109
+ display: flex; align-items: center; justify-content: center;
110
+ color: #757575; font-size: 36px;
111
+ }
112
+ /* Gesture bar */
113
+ .gesture {
114
+ position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%);
115
+ width: 180px; height: 14px; border-radius: 8px; background: #6f6f6f;
116
+ opacity: 0.7;
117
+ }
118
+ /* Overlay dialog */
119
+ .overlay {
120
+ position: absolute; inset: 0;
121
+ background: rgba(0,0,0,0.55);
122
+ }
123
+ .dialog {
124
+ position: absolute;
125
+ left: 40px; right: 40px;
126
+ bottom: 680px;
127
+ background: #2b2b2b;
128
+ border-radius: 26px;
129
+ padding: 48px 44px;
130
+ box-shadow: 0 12px 36px rgba(0,0,0,0.6);
131
+ }
132
+ .dialog h2 {
133
+ margin: 0 0 36px 0;
134
+ font-size: 48px; font-weight: 700; color: #f0f0f0;
135
+ }
136
+ .input {
137
+ margin-top: 10px;
138
+ font-size: 38px; color: #bdbdbd;
139
+ padding: 22px 0;
140
+ border-bottom: 3px solid #8e8e8e;
141
+ }
142
+ .dialog-actions {
143
+ margin-top: 80px;
144
+ display: flex; justify-content: space-between; align-items: center;
145
+ font-size: 46px; color: #fff;
146
+ }
147
+ .btn-text { color: #ffffff; opacity: 0.95; }
148
+ </style>
149
+ </head>
150
+ <body>
151
+ <div id="render-target">
152
+ <!-- Status Bar -->
153
+ <div class="status-bar">
154
+ <div class="time">2:05</div>
155
+ <div class="status-right">
156
+ <!-- simple status icons -->
157
+ <svg width="40" height="40" viewBox="0 0 24 24"><circle cx="5" cy="12" r="3" fill="#fff"/><circle cx="12" cy="12" r="3" fill="#fff"/><circle cx="19" cy="12" r="3" fill="#fff"/></svg>
158
+ <svg width="40" height="40" viewBox="0 0 24 24"><path d="M3 17l9-10 9 10" stroke="#fff" stroke-width="2" fill="none"/></svg>
159
+ <svg width="40" height="40" viewBox="0 0 24 24"><rect x="4" y="5" width="16" height="14" rx="2" stroke="#fff" stroke-width="2" fill="none"/><path d="M8 9h8v2H8z" fill="#fff"/></svg>
160
+ <svg width="40" height="40" viewBox="0 0 24 24"><circle cx="5" cy="12" r="2" fill="#fff"/><circle cx="12" cy="12" r="2" fill="#fff"/><circle cx="19" cy="12" r="2" fill="#fff"/></svg>
161
+ <svg width="40" height="40" viewBox="0 0 24 24"><path d="M3 10l6 6 12-12" stroke="#fff" stroke-width="2" fill="none"/></svg>
162
+ <svg width="40" height="40" viewBox="0 0 24 24"><path d="M2 18h20" stroke="#fff" stroke-width="2"/><path d="M18 6h0" stroke="#fff" stroke-width="2" stroke-linecap="round"/></svg>
163
+ <svg width="40" height="40" viewBox="0 0 24 24"><path d="M3 18h8l2-10h6" stroke="#fff" stroke-width="2" fill="none"/></svg>
164
+ <svg width="40" height="40" viewBox="0 0 24 24"><path d="M3 12h14" stroke="#fff" stroke-width="2"/><path d="M19 8v8" stroke="#fff" stroke-width="2"/></svg>
165
+ </div>
166
+ </div>
167
+
168
+ <!-- Header -->
169
+ <div class="header">
170
+ <div class="icon-btn">
171
+ <svg width="64" height="64" viewBox="0 0 24 24">
172
+ <path d="M4 4l16 16M20 4L4 20" stroke="#9e9e9e" stroke-width="3" stroke-linecap="round"/>
173
+ </svg>
174
+ </div>
175
+ <div class="title">5 Selected</div>
176
+ </div>
177
+
178
+ <!-- Grid of images -->
179
+ <div class="grid">
180
+ <div class="tile">
181
+ <div class="img-ph">[IMG: Road]</div>
182
+ <div class="check">
183
+ <svg width="40" height="40" viewBox="0 0 24 24">
184
+ <rect x="2" y="2" width="20" height="20" rx="4" stroke="#cfcfcf" stroke-width="2" fill="none"/>
185
+ <path d="M6 12l4 4 8-8" stroke="#cfcfcf" stroke-width="2" fill="none"/>
186
+ </svg>
187
+ </div>
188
+ </div>
189
+ <div class="tile">
190
+ <div class="img-ph">[IMG: Field]</div>
191
+ <div class="check">
192
+ <svg width="40" height="40" viewBox="0 0 24 24">
193
+ <rect x="2" y="2" width="20" height="20" rx="4" stroke="#cfcfcf" stroke-width="2" fill="none"/>
194
+ <path d="M6 12l4 4 8-8" stroke="#cfcfcf" stroke-width="2" fill="none"/>
195
+ </svg>
196
+ </div>
197
+ </div>
198
+ <div class="tile">
199
+ <div class="img-ph">[IMG: Plant Close-up]</div>
200
+ <div class="check">
201
+ <svg width="40" height="40" viewBox="0 0 24 24">
202
+ <rect x="2" y="2" width="20" height="20" rx="4" stroke="#cfcfcf" stroke-width="2" fill="none"/>
203
+ <path d="M6 12l4 4 8-8" stroke="#cfcfcf" stroke-width="2" fill="none"/>
204
+ </svg>
205
+ </div>
206
+ </div>
207
+
208
+ <div class="tile">
209
+ <div class="img-ph">[IMG: Forest]</div>
210
+ <div class="check">
211
+ <svg width="40" height="40" viewBox="0 0 24 24">
212
+ <rect x="2" y="2" width="20" height="20" rx="4" stroke="#cfcfcf" stroke-width="2" fill="none"/>
213
+ <path d="M6 12l4 4 8-8" stroke="#cfcfcf" stroke-width="2" fill="none"/>
214
+ </svg>
215
+ </div>
216
+ </div>
217
+ <div class="tile">
218
+ <div class="img-ph">[IMG: Trees]</div>
219
+ <div class="check">
220
+ <svg width="40" height="40" viewBox="0 0 24 24">
221
+ <rect x="2" y="2" width="20" height="20" rx="4" stroke="#cfcfcf" stroke-width="2" fill="none"/>
222
+ <path d="M6 12l4 4 8-8" stroke="#cfcfcf" stroke-width="2" fill="none"/>
223
+ </svg>
224
+ </div>
225
+ </div>
226
+ <div class="tile">
227
+ <div class="img-ph">[IMG: Office Desk]</div>
228
+ <div class="check">
229
+ <svg width="40" height="40" viewBox="0 0 24 24">
230
+ <rect x="2" y="2" width="20" height="20" rx="4" stroke="#cfcfcf" stroke-width="2" fill="none"/>
231
+ <path d="M6 12l4 4 8-8" stroke="#cfcfcf" stroke-width="2" fill="none"/>
232
+ </svg>
233
+ </div>
234
+ </div>
235
+ </div>
236
+
237
+ <!-- Bottom actions -->
238
+ <div class="actions">
239
+ <div class="action">
240
+ <svg viewBox="0 0 24 24">
241
+ <path d="M12 5l4 4h-3v6h-2V9H8l4-4z" fill="#bdbdbd"/>
242
+ <path d="M5 19h14v-3" stroke="#bdbdbd" stroke-width="2" fill="none"/>
243
+ </svg>
244
+ <div>Share</div>
245
+ </div>
246
+ <div class="action">
247
+ <svg viewBox="0 0 24 24">
248
+ <path d="M7 6h10l-1 14H8L7 6z" stroke="#bdbdbd" stroke-width="2" fill="none"/>
249
+ <path d="M9 6V4h6v2" stroke="#bdbdbd" stroke-width="2"/>
250
+ </svg>
251
+ <div>Delete</div>
252
+ </div>
253
+ <div class="action">
254
+ <svg viewBox="0 0 24 24">
255
+ <rect x="6" y="6" width="12" height="12" rx="2" stroke="#bdbdbd" stroke-width="2" fill="none"/>
256
+ <rect x="3" y="9" width="12" height="12" rx="2" stroke="#bdbdbd" stroke-width="2" fill="none"/>
257
+ </svg>
258
+ <div>Copy</div>
259
+ </div>
260
+ <div class="action">
261
+ <svg viewBox="0 0 24 24">
262
+ <path d="M4 12h12" stroke="#bdbdbd" stroke-width="2"/><path d="M12 7l5 5-5 5" stroke="#bdbdbd" stroke-width="2" fill="none"/>
263
+ </svg>
264
+ <div>Move</div>
265
+ </div>
266
+ </div>
267
+
268
+ <!-- Ad banner -->
269
+ <div class="ad-banner">
270
+ <div class="ad-ph">[IMG: Ad Banner - UP TO 40% OFF]</div>
271
+ </div>
272
+
273
+ <!-- Gesture bar -->
274
+ <div class="gesture"></div>
275
+
276
+ <!-- Overlay and Dialog -->
277
+ <div class="overlay"></div>
278
+ <div class="dialog">
279
+ <h2>New album</h2>
280
+ <div class="input">Enter album name</div>
281
+ <div class="dialog-actions">
282
+ <div class="btn-text">Cancel</div>
283
+ <div class="btn-text">ok</div>
284
+ </div>
285
+ </div>
286
+ </div>
287
+ </body>
288
+ </html>
code/10312/10312_12.html ADDED
@@ -0,0 +1,448 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Gallery - New Album Dialog</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ position: relative;
10
+ overflow: hidden;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ background: #0A0A0A;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 110px;
23
+ color: #FFFFFF;
24
+ display: flex;
25
+ align-items: center;
26
+ padding: 0 32px;
27
+ box-sizing: border-box;
28
+ }
29
+ .status-time {
30
+ font-size: 38px;
31
+ font-weight: 600;
32
+ letter-spacing: 0.5px;
33
+ }
34
+ .status-icons {
35
+ margin-left: auto;
36
+ display: flex;
37
+ align-items: center;
38
+ gap: 22px;
39
+ }
40
+ .status-dot {
41
+ width: 12px; height: 12px; background: #FFFFFF; border-radius: 50%;
42
+ opacity: 0.9;
43
+ }
44
+ .icon-signal, .icon-wifi, .icon-battery {
45
+ width: 40px; height: 26px;
46
+ }
47
+
48
+ /* Header: selection */
49
+ .header {
50
+ position: absolute;
51
+ top: 120px;
52
+ left: 0;
53
+ width: 1080px;
54
+ height: 100px;
55
+ display: flex;
56
+ align-items: center;
57
+ padding: 0 28px;
58
+ box-sizing: border-box;
59
+ color: #EAEAEA;
60
+ }
61
+ .close-btn {
62
+ width: 60px; height: 60px; display: flex; align-items: center; justify-content: center;
63
+ margin-right: 20px;
64
+ }
65
+ .header-title {
66
+ font-size: 44px;
67
+ font-weight: 600;
68
+ }
69
+
70
+ /* Grid of thumbnails */
71
+ .grid {
72
+ position: absolute;
73
+ top: 240px;
74
+ left: 0;
75
+ width: 1080px;
76
+ padding: 24px;
77
+ box-sizing: border-box;
78
+ display: grid;
79
+ grid-template-columns: repeat(3, 1fr);
80
+ grid-auto-rows: 300px;
81
+ gap: 24px;
82
+ }
83
+ .thumb {
84
+ position: relative;
85
+ background: #E0E0E0;
86
+ border: 1px solid #BDBDBD;
87
+ display: flex;
88
+ align-items: center;
89
+ justify-content: center;
90
+ color: #757575;
91
+ font-size: 28px;
92
+ letter-spacing: 0.3px;
93
+ overflow: hidden;
94
+ }
95
+ .check-wrap {
96
+ position: absolute;
97
+ top: 12px;
98
+ right: 12px;
99
+ width: 50px; height: 50px;
100
+ background: rgba(0,0,0,0.35);
101
+ border-radius: 10px;
102
+ display: flex; align-items: center; justify-content: center;
103
+ }
104
+ .check-icon {
105
+ width: 36px; height: 36px;
106
+ }
107
+
108
+ /* Bottom action bar */
109
+ .actions {
110
+ position: absolute;
111
+ bottom: 760px; /* sits above ad and keyboard */
112
+ left: 0;
113
+ width: 1080px;
114
+ height: 120px;
115
+ display: flex;
116
+ align-items: center;
117
+ justify-content: space-around;
118
+ color: #EDEDED;
119
+ }
120
+ .action {
121
+ display: flex;
122
+ flex-direction: column;
123
+ align-items: center;
124
+ gap: 10px;
125
+ }
126
+ .action svg { width: 56px; height: 56px; }
127
+ .action-label { font-size: 28px; color: #DADADA; }
128
+
129
+ /* Ad banner */
130
+ .ad-banner {
131
+ position: absolute;
132
+ bottom: 670px;
133
+ left: 20px;
134
+ width: 1040px;
135
+ height: 120px;
136
+ background: #F1F1F1;
137
+ border: 1px solid #D0D0D0;
138
+ border-radius: 12px;
139
+ display: flex;
140
+ align-items: center;
141
+ padding: 16px 24px;
142
+ box-sizing: border-box;
143
+ gap: 18px;
144
+ z-index: 10;
145
+ }
146
+ .ad-logo {
147
+ width: 120px; height: 88px; background: #E0E0E0; border: 1px solid #BDBDBD;
148
+ display: flex; align-items: center; justify-content: center; color: #666; font-size: 22px;
149
+ border-radius: 8px;
150
+ }
151
+ .ad-text { flex: 1; color: #333; }
152
+ .ad-title { font-size: 34px; font-weight: 700; color: #2E7D32; }
153
+ .ad-sub { font-size: 26px; color: #777; }
154
+ .ad-arrow {
155
+ width: 50px; height: 50px;
156
+ }
157
+
158
+ /* Dim overlay + modal dialog */
159
+ .modal-overlay {
160
+ position: absolute;
161
+ top: 0; left: 0;
162
+ width: 1080px; height: 2400px;
163
+ background: rgba(0,0,0,0.50);
164
+ z-index: 5;
165
+ }
166
+ .modal {
167
+ position: absolute;
168
+ left: 70px;
169
+ top: 920px;
170
+ width: 940px;
171
+ height: 430px;
172
+ background: #2C2C2C;
173
+ border-radius: 28px;
174
+ box-shadow: 0 20px 50px rgba(0,0,0,0.6);
175
+ color: #FFFFFF;
176
+ z-index: 6;
177
+ padding: 34px;
178
+ box-sizing: border-box;
179
+ }
180
+ .modal-title {
181
+ font-size: 44px;
182
+ font-weight: 600;
183
+ margin-bottom: 40px;
184
+ }
185
+ .input-row {
186
+ position: relative;
187
+ margin: 10px 6px 50px 6px;
188
+ height: 68px;
189
+ }
190
+ .input-placeholder {
191
+ position: absolute; top: 0; left: 0;
192
+ font-size: 32px; color: #AFAFAF;
193
+ }
194
+ .underline {
195
+ position: absolute; bottom: 0; left: 0;
196
+ width: 100%; height: 2px; background: #9E9E9E;
197
+ }
198
+ .underline-accent {
199
+ position: absolute; bottom: 0; left: 0;
200
+ width: 110px; height: 2px; background: #66D9B8;
201
+ }
202
+ .modal-actions {
203
+ position: absolute;
204
+ bottom: 24px; left: 34px; right: 34px;
205
+ display: flex; align-items: center; justify-content: space-between;
206
+ }
207
+ .modal-btn {
208
+ font-size: 36px; color: #FFFFFF;
209
+ }
210
+ .modal-btn.right { text-transform: lowercase; }
211
+
212
+ /* Keyboard */
213
+ .keyboard {
214
+ position: absolute;
215
+ bottom: 40px;
216
+ left: 0;
217
+ width: 1080px;
218
+ height: 760px;
219
+ background: #1B1B1B;
220
+ z-index: 10;
221
+ box-shadow: 0 -10px 20px rgba(0,0,0,0.4);
222
+ }
223
+ .kbd-top {
224
+ height: 100px;
225
+ display: flex; align-items: center; gap: 40px;
226
+ padding: 0 30px; box-sizing: border-box;
227
+ }
228
+ .kbd-top .round {
229
+ width: 72px; height: 72px; border-radius: 20px; background: #2A2A2A; display: flex; align-items: center; justify-content: center; color: #DDD; font-size: 26px;
230
+ }
231
+ .kbd-rows { padding: 6px 16px; box-sizing: border-box; }
232
+ .row { display: flex; gap: 14px; justify-content: center; margin: 18px 0; }
233
+ .key {
234
+ height: 110px; min-width: 90px;
235
+ background: #292929; color: #F2F2F2;
236
+ border-radius: 18px; display: flex; align-items: center; justify-content: center;
237
+ font-size: 40px; box-shadow: inset 0 -2px 0 rgba(255,255,255,0.06);
238
+ }
239
+ .key.wide { min-width: 140px; }
240
+ .space { flex: 1; height: 110px; background: #292929; border-radius: 22px; }
241
+ .enter {
242
+ min-width: 150px; height: 110px;
243
+ background: #C8FAD9; color: #1A1A1A; border-radius: 20px; font-size: 40px; font-weight: 600;
244
+ }
245
+ .kbd-bottom {
246
+ display: flex; align-items: center; gap: 14px; padding: 0 18px; box-sizing: border-box;
247
+ }
248
+ .key.alt { background: #A8B8A2; color: #0B0B0B; font-weight: 600; }
249
+
250
+ /* Gesture bar */
251
+ .gesture {
252
+ position: absolute; bottom: 12px; left: 440px;
253
+ width: 200px; height: 10px; background: #FFFFFF; border-radius: 8px; opacity: 0.9;
254
+ z-index: 12;
255
+ }
256
+ </style>
257
+ </head>
258
+ <body>
259
+ <div id="render-target">
260
+
261
+ <!-- Status bar -->
262
+ <div class="status-bar">
263
+ <div class="status-time">2:05</div>
264
+ <div class="status-icons">
265
+ <!-- simple placeholders for status icons -->
266
+ <svg class="icon-signal" viewBox="0 0 40 26">
267
+ <rect x="0" y="18" width="6" height="8" fill="#FFFFFF" opacity="0.9"></rect>
268
+ <rect x="10" y="14" width="6" height="12" fill="#FFFFFF" opacity="0.9"></rect>
269
+ <rect x="20" y="10" width="6" height="16" fill="#FFFFFF" opacity="0.9"></rect>
270
+ <rect x="30" y="6" width="6" height="20" fill="#FFFFFF" opacity="0.9"></rect>
271
+ </svg>
272
+ <svg class="icon-wifi" viewBox="0 0 40 26">
273
+ <path d="M2 10 C10 2,30 2,38 10" stroke="#FFFFFF" stroke-width="3" fill="none" />
274
+ <path d="M7 15 C14 9,26 9,33 15" stroke="#FFFFFF" stroke-width="3" fill="none" />
275
+ <circle cx="20" cy="20" r="3" fill="#FFFFFF"></circle>
276
+ </svg>
277
+ <svg class="icon-battery" viewBox="0 0 40 26">
278
+ <rect x="2" y="6" width="32" height="14" stroke="#FFFFFF" stroke-width="2" fill="none"></rect>
279
+ <rect x="36" y="10" width="3" height="6" fill="#FFFFFF"></rect>
280
+ <rect x="5" y="8" width="26" height="10" fill="#FFFFFF"></rect>
281
+ </svg>
282
+ </div>
283
+ </div>
284
+
285
+ <!-- Header -->
286
+ <div class="header">
287
+ <div class="close-btn">
288
+ <svg viewBox="0 0 60 60">
289
+ <line x1="14" y1="14" x2="46" y2="46" stroke="#FFFFFF" stroke-width="5" stroke-linecap="round"></line>
290
+ <line x1="46" y1="14" x2="14" y2="46" stroke="#FFFFFF" stroke-width="5" stroke-linecap="round"></line>
291
+ </svg>
292
+ </div>
293
+ <div class="header-title">5 Selected</div>
294
+ </div>
295
+
296
+ <!-- Grid -->
297
+ <div class="grid">
298
+ <div class="thumb"><span>[IMG: Road]</span>
299
+ <div class="check-wrap">
300
+ <svg class="check-icon" viewBox="0 0 36 36">
301
+ <rect x="3" y="3" width="30" height="30" rx="6" ry="6" fill="none" stroke="#D0D0D0" stroke-width="3"/>
302
+ <path d="M10 18 L16 24 L26 12" stroke="#D0D0D0" stroke-width="3.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
303
+ </svg>
304
+ </div>
305
+ </div>
306
+ <div class="thumb"><span>[IMG: Grassland]</span>
307
+ <div class="check-wrap">
308
+ <svg class="check-icon" viewBox="0 0 36 36">
309
+ <rect x="3" y="3" width="30" height="30" rx="6" ry="6" fill="none" stroke="#D0D0D0" stroke-width="3"/>
310
+ <path d="M10 18 L16 24 L26 12" stroke="#D0D0D0" stroke-width="3.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
311
+ </svg>
312
+ </div>
313
+ </div>
314
+ <div class="thumb"><span>[IMG: Plant Close]</span>
315
+ <div class="check-wrap">
316
+ <svg class="check-icon" viewBox="0 0 36 36">
317
+ <rect x="3" y="3" width="30" height="30" rx="6" ry="6" fill="none" stroke="#D0D0D0" stroke-width="3"/>
318
+ <path d="M10 18 L16 24 L26 12" stroke="#D0D0D0" stroke-width="3.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
319
+ </svg>
320
+ </div>
321
+ </div>
322
+
323
+ <div class="thumb"><span>[IMG: Forest Hill]</span>
324
+ <div class="check-wrap">
325
+ <svg class="check-icon" viewBox="0 0 36 36">
326
+ <rect x="3" y="3" width="30" height="30" rx="6" ry="6" fill="none" stroke="#D0D0D0" stroke-width="3"/>
327
+ <path d="M10 18 L16 24 L26 12" stroke="#D0D0D0" stroke-width="3.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
328
+ </svg>
329
+ </div>
330
+ </div>
331
+ <div class="thumb"><span>[IMG: Desk]</span>
332
+ <div class="check-wrap">
333
+ <svg class="check-icon" viewBox="0 0 36 36">
334
+ <rect x="3" y="3" width="30" height="30" rx="6" ry="6" fill="none" stroke="#D0D0D0" stroke-width="3"/>
335
+ <path d="M10 18 L16 24 L26 12" stroke="#D0D0D0" stroke-width="3.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
336
+ </svg>
337
+ </div>
338
+ </div>
339
+ <div class="thumb"><span>[IMG: Legs]</span>
340
+ <div class="check-wrap">
341
+ <svg class="check-icon" viewBox="0 0 36 36">
342
+ <rect x="3" y="3" width="30" height="30" rx="6" ry="6" fill="none" stroke="#D0D0D0" stroke-width="3"/>
343
+ <path d="M10 18 L16 24 L26 12" stroke="#D0D0D0" stroke-width="3.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
344
+ </svg>
345
+ </div>
346
+ </div>
347
+ </div>
348
+
349
+ <!-- Actions -->
350
+ <div class="actions">
351
+ <div class="action">
352
+ <svg viewBox="0 0 56 56">
353
+ <path d="M28 8 L28 34" stroke="#EDEDED" stroke-width="4" stroke-linecap="round"/>
354
+ <path d="M18 18 L28 8 L38 18" stroke="#EDEDED" stroke-width="4" stroke-linecap="round" fill="none"/>
355
+ <rect x="12" y="34" width="32" height="14" rx="6" ry="6" fill="none" stroke="#EDEDED" stroke-width="3"/>
356
+ </svg>
357
+ <div class="action-label">Share</div>
358
+ </div>
359
+ <div class="action">
360
+ <svg viewBox="0 0 56 56">
361
+ <rect x="14" y="18" width="28" height="28" rx="4" ry="4" stroke="#EDEDED" stroke-width="4" fill="none"/>
362
+ <rect x="20" y="10" width="16" height="6" fill="none" stroke="#EDEDED" stroke-width="4"/>
363
+ </svg>
364
+ <div class="action-label">Delete</div>
365
+ </div>
366
+ <div class="action">
367
+ <svg viewBox="0 0 56 56">
368
+ <rect x="12" y="12" width="24" height="24" fill="none" stroke="#EDEDED" stroke-width="3"/>
369
+ <rect x="20" y="20" width="24" height="24" fill="none" stroke="#EDEDED" stroke-width="3"/>
370
+ </svg>
371
+ <div class="action-label">Copy</div>
372
+ </div>
373
+ <div class="action">
374
+ <svg viewBox="0 0 56 56">
375
+ <path d="M14 28 H36" stroke="#EDEDED" stroke-width="4" stroke-linecap="round"/>
376
+ <path d="M30 20 L38 28 L30 36" stroke="#EDEDED" stroke-width="4" stroke-linecap="round" fill="none"/>
377
+ </svg>
378
+ <div class="action-label">Move</div>
379
+ </div>
380
+ </div>
381
+
382
+ <!-- Ad banner -->
383
+ <div class="ad-banner">
384
+ <div class="ad-logo">[IMG: Ad Logo]</div>
385
+ <div class="ad-text">
386
+ <div class="ad-title">Noida OPEN 10:30AM–9PM</div>
387
+ <div class="ad-sub">Gate Number 2, Metro Station, Shop No...</div>
388
+ </div>
389
+ <svg class="ad-arrow" viewBox="0 0 50 50">
390
+ <path d="M18 12 L32 25 L18 38" stroke="#2E7D32" stroke-width="5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
391
+ </svg>
392
+ </div>
393
+
394
+ <!-- Dim overlay and modal -->
395
+ <div class="modal-overlay"></div>
396
+ <div class="modal">
397
+ <div class="modal-title">New album</div>
398
+ <div class="input-row">
399
+ <div class="input-placeholder">Enter album name</div>
400
+ <div class="underline"></div>
401
+ <div class="underline-accent"></div>
402
+ </div>
403
+ <div class="modal-actions">
404
+ <div class="modal-btn">Cancel</div>
405
+ <div class="modal-btn right">ok</div>
406
+ </div>
407
+ </div>
408
+
409
+ <!-- Keyboard -->
410
+ <div class="keyboard">
411
+ <div class="kbd-top">
412
+ <div class="round">↕</div>
413
+ <div class="round">🙂</div>
414
+ <div class="round">GIF</div>
415
+ <div class="round">⚙</div>
416
+ <div class="round">Gᴛ</div>
417
+ <div class="round">🎨</div>
418
+ </div>
419
+ <div class="kbd-rows">
420
+ <div class="row">
421
+ <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>
422
+ <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>
423
+ </div>
424
+ <div class="row">
425
+ <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>
426
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
427
+ </div>
428
+ <div class="row">
429
+ <div class="key wide">⇧</div><div class="key">z</div><div class="key">x</div><div class="key">c</div>
430
+ <div class="key">v</div><div class="key">b</div><div class="key">n</div><div class="key">m</div>
431
+ <div class="key wide">⌫</div>
432
+ </div>
433
+ <div class="row kbd-bottom">
434
+ <div class="key alt">?123</div>
435
+ <div class="key">,</div>
436
+ <div class="key">🙂</div>
437
+ <div class="space"></div>
438
+ <div class="key">.</div>
439
+ <div class="enter">↵</div>
440
+ </div>
441
+ </div>
442
+ </div>
443
+
444
+ <!-- Gesture bar -->
445
+ <div class="gesture"></div>
446
+ </div>
447
+ </body>
448
+ </html>
code/10312/10312_13.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>Gallery - New Album Modal</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: #000000;
13
+ border-radius: 24px;
14
+ box-shadow: 0 20px 60px rgba(0,0,0,0.35);
15
+ font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
16
+ color: #fff;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute; top: 0; left: 0; width: 100%; height: 96px;
22
+ background: #000;
23
+ display: flex; align-items: center; justify-content: space-between;
24
+ padding: 0 28px; box-sizing: border-box; font-weight: 500;
25
+ font-size: 34px;
26
+ }
27
+ .status-icons { display: flex; align-items: center; gap: 26px; }
28
+ .icon-dot { width: 14px; height: 14px; background: #d6d6d6; border-radius: 50%; opacity: 0.85; }
29
+ .icon-wifi, .icon-battery, .icon-dnd {
30
+ width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center;
31
+ }
32
+ .icon-wifi svg, .icon-battery svg, .icon-dnd svg { fill: none; stroke: #fff; stroke-width: 3; }
33
+
34
+ /* Top action bar */
35
+ .top-bar {
36
+ position: absolute; top: 96px; left: 0; width: 100%; height: 140px;
37
+ background: #0f0f0f; display: flex; align-items: center;
38
+ padding: 0 36px; box-sizing: border-box;
39
+ border-bottom: 1px solid #1b1b1b;
40
+ }
41
+ .close-btn {
42
+ width: 64px; height: 64px; border-radius: 32px;
43
+ display: inline-flex; align-items: center; justify-content: center;
44
+ margin-right: 22px;
45
+ }
46
+ .close-btn svg { width: 36px; height: 36px; stroke: #bdbdbd; stroke-width: 4; }
47
+ .selected-text { font-size: 46px; font-weight: 600; color: #eaeaea; }
48
+
49
+ /* Gallery grid */
50
+ .grid {
51
+ position: absolute; top: 236px; left: 0; width: 100%;
52
+ padding: 22px; box-sizing: border-box;
53
+ display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
54
+ }
55
+ .tile {
56
+ position: relative; height: 260px; background: #E0E0E0;
57
+ border: 1px solid #BDBDBD; display: flex; align-items: center; justify-content: center;
58
+ color: #757575; font-size: 28px; border-radius: 10px; overflow: hidden;
59
+ }
60
+ .check-overlay {
61
+ position: absolute; top: 12px; right: 12px;
62
+ width: 56px; height: 56px; border-radius: 10px;
63
+ background: rgba(255,255,255,0.15); border: 2px solid rgba(255,255,255,0.35);
64
+ display: flex; align-items: center; justify-content: center;
65
+ }
66
+ .check-overlay svg { width: 34px; height: 34px; fill: none; stroke: #d5f5d5; stroke-width: 5; }
67
+
68
+ /* Bottom actions */
69
+ .bottom-actions {
70
+ position: absolute; top: 1200px; left: 0; width: 100%; height: 160px;
71
+ background: #101010; border-top: 1px solid #1b1b1b;
72
+ display: flex; align-items: center; justify-content: space-around;
73
+ color: #dcdcdc;
74
+ }
75
+ .action-item { display: flex; flex-direction: column; align-items: center; gap: 16px; font-size: 28px; }
76
+ .action-item svg { width: 64px; height: 64px; fill: none; stroke: #dcdcdc; stroke-width: 4; }
77
+
78
+ /* Ad banner */
79
+ .ad-banner {
80
+ position: absolute; top: 1360px; left: 0; width: 100%; height: 140px;
81
+ background: #E0E0E0; border-top: 1px solid #BDBDBD; border-bottom: 1px solid #BDBDBD;
82
+ display: flex; align-items: center; justify-content: center; gap: 16px;
83
+ color: #444; font-size: 32px; box-sizing: border-box; padding: 0 24px;
84
+ }
85
+ .ad-close {
86
+ position: absolute; right: 22px; top: 22px;
87
+ width: 42px; height: 42px; border-radius: 21px;
88
+ display: flex; align-items: center; justify-content: center;
89
+ background: rgba(0,0,0,0.1);
90
+ border: 1px solid #BDBDBD;
91
+ }
92
+ .ad-close svg { width: 22px; height: 22px; stroke: #666; stroke-width: 4; }
93
+
94
+ /* Keyboard (with suggestion bar inside) */
95
+ .keyboard {
96
+ position: absolute; top: 1500px; left: 0; width: 100%; height: 900px;
97
+ background: #0e0e0e; box-sizing: border-box; padding: 12px 18px 24px;
98
+ display: flex; flex-direction: column; gap: 12px;
99
+ border-top: 1px solid #1b1b1b;
100
+ }
101
+ .suggestions {
102
+ height: 90px; background: #121212; border-radius: 16px;
103
+ display: flex; align-items: center; padding: 0 24px; gap: 26px;
104
+ color: #e8e8e8; font-size: 34px;
105
+ }
106
+ .suggestion-pill {
107
+ background: #1a1a1a; border: 1px solid #2a2a2a; color: #e8e8e8;
108
+ padding: 10px 24px; border-radius: 18px;
109
+ }
110
+ .key-row { display: flex; gap: 12px; justify-content: center; }
111
+ .key {
112
+ height: 120px; min-width: 88px;
113
+ background: #1b1b1b; color: #e6e6e6;
114
+ border-radius: 22px; display: flex; align-items: center; justify-content: center;
115
+ font-size: 40px; box-shadow: inset 0 -2px 0 rgba(255,255,255,0.04);
116
+ }
117
+ .key.wide { min-width: 220px; }
118
+ .key.space { min-width: 520px; }
119
+ .key.green { background: #b9f5c4; color: #072b12; font-weight: 600; }
120
+ .key.icon svg { width: 38px; height: 38px; stroke: #e6e6e6; fill: none; stroke-width: 4; }
121
+ .gesture-bar {
122
+ width: 200px; height: 10px; background: #ffffff; border-radius: 6px;
123
+ opacity: 0.8; align-self: center; margin-top: auto;
124
+ }
125
+
126
+ /* Modal overlay */
127
+ .overlay {
128
+ position: absolute; inset: 0; background: rgba(0,0,0,0.55); z-index: 9;
129
+ display: flex; align-items: center; justify-content: center;
130
+ }
131
+ .dialog {
132
+ width: 920px; background: #2b2b2b; border-radius: 36px;
133
+ box-shadow: 0 12px 40px rgba(0,0,0,0.45);
134
+ padding: 40px 44px; box-sizing: border-box;
135
+ }
136
+ .dialog-title { font-size: 44px; font-weight: 600; margin-bottom: 40px; color: #ffffff; }
137
+ .input-line {
138
+ font-size: 40px; color: #ffffff; padding-bottom: 18px;
139
+ border-bottom: 3px solid #9e9e9e; margin-bottom: 36px;
140
+ display: flex; align-items: baseline; gap: 6px;
141
+ }
142
+ .caret { width: 2px; height: 44px; background: #7ee08f; animation: blink 1s infinite; }
143
+ @keyframes blink { 0%,49%{opacity:1;} 50%,100%{opacity:0;} }
144
+ .dialog-actions {
145
+ display: flex; justify-content: space-between; align-items: center;
146
+ font-size: 40px; color: #ffffff;
147
+ }
148
+ .action-text { opacity: 0.95; }
149
+ .action-right { text-transform: lowercase; }
150
+
151
+ </style>
152
+ </head>
153
+ <body>
154
+ <div id="render-target">
155
+
156
+ <!-- Status bar -->
157
+ <div class="status-bar">
158
+ <div>2:06</div>
159
+ <div class="status-icons">
160
+ <div class="icon-dnd">
161
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9"></circle><line x1="7" y1="12" x2="17" y2="12"></line></svg>
162
+ </div>
163
+ <div class="icon-wifi">
164
+ <svg viewBox="0 0 24 24"><path d="M2 9c5-4 15-4 20 0"></path><path d="M5 12c4-3 10-3 14 0"></path><path d="M8 15c3-2 5-2 8 0"></path><circle cx="12" cy="18" r="1.8"></circle></svg>
165
+ </div>
166
+ <div class="icon-battery">
167
+ <svg viewBox="0 0 24 24"><rect x="3" y="7" width="17" height="10" rx="2"></rect><rect x="21" y="10" width="2" height="4"></rect></svg>
168
+ </div>
169
+ </div>
170
+ </div>
171
+
172
+ <!-- Top action bar -->
173
+ <div class="top-bar">
174
+ <div class="close-btn">
175
+ <svg viewBox="0 0 24 24"><line x1="5" y1="5" x2="19" y2="19"></line><line x1="19" y1="5" x2="5" y2="19"></line></svg>
176
+ </div>
177
+ <div class="selected-text">5 Selected</div>
178
+ </div>
179
+
180
+ <!-- Gallery grid -->
181
+ <div class="grid">
182
+ <div class="tile">
183
+ [IMG: Road by greenery]
184
+ <div class="check-overlay">
185
+ <svg viewBox="0 0 24 24"><polyline points="4,13 10,18 20,6"></polyline></svg>
186
+ </div>
187
+ </div>
188
+ <div class="tile">
189
+ [IMG: Forest brush]
190
+ <div class="check-overlay">
191
+ <svg viewBox="0 0 24 24"><polyline points="4,13 10,18 20,6"></polyline></svg>
192
+ </div>
193
+ </div>
194
+ <div class="tile">
195
+ [IMG: Plant close-up]
196
+ <div class="check-overlay">
197
+ <svg viewBox="0 0 24 24"><polyline points="4,13 10,18 20,6"></polyline></svg>
198
+ </div>
199
+ </div>
200
+ <div class="tile">[IMG: Forest hillside]</div>
201
+ <div class="tile">[IMG: Desk with bag]</div>
202
+ <div class="tile">[IMG: Person legs]</div>
203
+ </div>
204
+
205
+ <!-- Bottom actions -->
206
+ <div class="bottom-actions">
207
+ <div class="action-item">
208
+ <svg viewBox="0 0 24 24"><path d="M4 12h9"></path><path d="M8 8l5 4-5 4"></path><rect x="14" y="6" width="6" height="12" rx="2"></rect></svg>
209
+ <div>Share</div>
210
+ </div>
211
+ <div class="action-item">
212
+ <svg viewBox="0 0 24 24"><path d="M6 7h12l-1 13H7L6 7z"></path><path d="M9 7V5h6v2"></path></svg>
213
+ <div>Delete</div>
214
+ </div>
215
+ <div class="action-item">
216
+ <svg viewBox="0 0 24 24"><rect x="4" y="6" width="10" height="12" rx="2"></rect><rect x="10" y="4" width="10" height="12" rx="2" opacity="0.7"></rect></svg>
217
+ <div>Copy</div>
218
+ </div>
219
+ <div class="action-item">
220
+ <svg viewBox="0 0 24 24"><path d="M5 12h14"></path><path d="M13 6l6 6-6 6"></path></svg>
221
+ <div>Move</div>
222
+ </div>
223
+ </div>
224
+
225
+ <!-- Ad banner -->
226
+ <div class="ad-banner">
227
+ <div>[IMG: Advertisement Banner]</div>
228
+ <div class="ad-close">
229
+ <svg viewBox="0 0 24 24"><line x1="6" y1="6" x2="18" y2="18"></line><line x1="18" y1="6" x2="6" y2="18"></line></svg>
230
+ </div>
231
+ </div>
232
+
233
+ <!-- Keyboard with suggestions -->
234
+ <div class="keyboard">
235
+ <div class="suggestions">
236
+ <div class="suggestion-pill">Images</div>
237
+ <div class="suggestion-pill">Image's</div>
238
+ <div class="suggestion-pill">Imaged</div>
239
+ </div>
240
+
241
+ <div class="key-row" style="margin-top: 6px;">
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="key-row">
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="key-row">
250
+ <div class="key icon">
251
+ <svg viewBox="0 0 24 24"><path d="M12 19V5"></path><path d="M7 10l5-5 5 5"></path></svg>
252
+ </div>
253
+ <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>
254
+ <div class="key icon">
255
+ <svg viewBox="0 0 24 24"><path d="M4 12h16"></path><path d="M14 7l5 5-5 5"></path></svg>
256
+ </div>
257
+ </div>
258
+ <div class="key-row">
259
+ <div class="key green wide">?123</div>
260
+ <div class="key">,</div>
261
+ <div class="key">😊</div>
262
+ <div class="key space"> </div>
263
+ <div class="key">.</div>
264
+ <div class="key green">↩</div>
265
+ </div>
266
+ <div class="gesture-bar"></div>
267
+ </div>
268
+
269
+ <!-- Modal overlay -->
270
+ <div class="overlay">
271
+ <div class="dialog">
272
+ <div class="dialog-title">New album</div>
273
+ <div class="input-line">
274
+ <div>Forest Images</div>
275
+ <div class="caret"></div>
276
+ </div>
277
+ <div class="dialog-actions">
278
+ <div class="action-text">Cancel</div>
279
+ <div class="action-text action-right">ok</div>
280
+ </div>
281
+ </div>
282
+ </div>
283
+
284
+ </div>
285
+ </body>
286
+ </html>
code/10312/10312_14.html ADDED
@@ -0,0 +1,188 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Gallery Delete Prompt</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Inter, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #0C0C0C; border-radius: 38px;
13
+ box-shadow: 0 20px 60px rgba(0,0,0,0.35);
14
+ color: #fff;
15
+ }
16
+ .status-bar {
17
+ position: absolute; top: 0; left: 0; right: 0; height: 96px;
18
+ padding: 0 24px;
19
+ display: flex; align-items: center; justify-content: space-between;
20
+ font-weight: 600; font-size: 36px;
21
+ color: #EDEDED;
22
+ }
23
+ .status-icons { display: flex; align-items: center; gap: 26px; }
24
+ .top-action {
25
+ position: absolute; top: 116px; left: 30px; right: 30px; height: 84px;
26
+ display: flex; align-items: center; gap: 24px;
27
+ color: #9AA0A6; font-size: 54px; font-weight: 700; letter-spacing: 0.5px;
28
+ }
29
+ .grid {
30
+ position: absolute; top: 220px; left: 24px; right: 24px;
31
+ display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
32
+ opacity: 0.55;
33
+ }
34
+ .photo {
35
+ height: 330px; background: #E0E0E0; border: 1px solid #BDBDBD;
36
+ display: flex; align-items: center; justify-content: center; color: #757575;
37
+ font-size: 28px; font-weight: 600;
38
+ }
39
+ .scrim {
40
+ position: absolute; inset: 0; background: rgba(0,0,0,0.35);
41
+ }
42
+ .modal {
43
+ position: absolute; left: 120px; right: 120px; bottom: 600px;
44
+ background: #202322; border-radius: 42px;
45
+ padding: 48px; box-shadow: 0 24px 80px rgba(0,0,0,0.6);
46
+ }
47
+ .modal h2 {
48
+ margin: 0 0 30px 0; font-size: 56px; font-weight: 700; color: #F1F3F4;
49
+ line-height: 1.1;
50
+ }
51
+ .thumbs { display: flex; gap: 28px; margin-bottom: 40px; }
52
+ .thumb {
53
+ width: 180px; height: 180px; background: #E0E0E0; border: 1px solid #BDBDBD;
54
+ border-radius: 20px; display: flex; align-items: center; justify-content: center;
55
+ color: #5F6368; font-size: 40px; font-weight: 700;
56
+ }
57
+ .modal-actions {
58
+ display: flex; justify-content: flex-end; align-items: center; gap: 80px;
59
+ font-size: 48px; font-weight: 700;
60
+ }
61
+ .action-link { color: #C9F7B3; cursor: pointer; }
62
+ .toast {
63
+ position: absolute; bottom: 360px; left: 50%; transform: translateX(-50%);
64
+ background: #2A2A2A; border-radius: 44px; padding: 26px 34px;
65
+ display: flex; align-items: center; gap: 22px;
66
+ box-shadow: 0 10px 24px rgba(0,0,0,0.45);
67
+ color: #FFFFFF; font-size: 40px; font-weight: 600;
68
+ }
69
+ .toast .icon {
70
+ width: 64px; height: 64px; border-radius: 50%;
71
+ background: #F7D96F; display: flex; align-items: center; justify-content: center;
72
+ color: #1A1A1A; font-weight: 800;
73
+ }
74
+ .bottom-toolbar {
75
+ position: absolute; left: 0; right: 0; bottom: 220px; height: 150px;
76
+ display: flex; align-items: center; justify-content: space-around;
77
+ color: #D0D0D0; font-size: 34px;
78
+ }
79
+ .tool { display: flex; flex-direction: column; align-items: center; gap: 18px; }
80
+ .tool svg { width: 58px; height: 58px; stroke: #D0D0D0; fill: none; stroke-width: 2.2; }
81
+ .ad-banner {
82
+ position: absolute; left: 0; right: 0; bottom: 110px; height: 120px;
83
+ background: #FFFFFF; border-top: 1px solid #BDBDBD; border-bottom: 1px solid #BDBDBD;
84
+ display: flex; align-items: center; justify-content: center; color: #333; font-weight: 700;
85
+ }
86
+ .nav-pill {
87
+ position: absolute; left: 50%; transform: translateX(-50%);
88
+ bottom: 40px; width: 220px; height: 14px; border-radius: 14px; background: #FFFFFF;
89
+ opacity: 0.9;
90
+ }
91
+ .x-icon {
92
+ width: 58px; height: 58px; display: inline-flex; align-items: center; justify-content: center;
93
+ }
94
+ .x-icon svg { width: 58px; height: 58px; fill: none; stroke: #9AA0A6; stroke-width: 6; }
95
+ .status-icons svg { width: 42px; height: 42px; fill: none; stroke: #EDEDED; stroke-width: 3; }
96
+ </style>
97
+ </head>
98
+ <body>
99
+ <div id="render-target">
100
+
101
+ <!-- Status bar -->
102
+ <div class="status-bar">
103
+ <div>2:07</div>
104
+ <div class="status-icons">
105
+ <!-- Silent icon -->
106
+ <svg viewBox="0 0 24 24"><path d="M3 9l5-4v14l-5-4M16 9l5-4v14l-5-4" opacity="0.6"/></svg>
107
+ <!-- Wi-Fi -->
108
+ <svg viewBox="0 0 24 24"><path d="M2 9c5-4 15-4 20 0M5 12c3-3 11-3 14 0M8 15c2-2 6-2 8 0M11 18l2 2"/></svg>
109
+ <!-- Battery -->
110
+ <svg viewBox="0 0 24 24"><rect x="2" y="6" width="18" height="12" rx="2"/><rect x="20" y="10" width="2" height="4"/></svg>
111
+ <!-- Settings dot -->
112
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="3"/></svg>
113
+ </div>
114
+ </div>
115
+
116
+ <!-- Top action bar -->
117
+ <div class="top-action">
118
+ <div class="x-icon">
119
+ <svg viewBox="0 0 24 24"><path d="M4 4l16 16M20 4L4 20"/></svg>
120
+ </div>
121
+ <div>5 Selected</div>
122
+ </div>
123
+
124
+ <!-- Photos grid (dimmed) -->
125
+ <div class="grid">
126
+ <div class="photo">[IMG: Road]</div>
127
+ <div class="photo">[IMG: Shrubs]</div>
128
+ <div class="photo">[IMG: Plant Close-up]</div>
129
+ <div class="photo">[IMG: Forest]</div>
130
+ <div class="photo">[IMG: Trees]</div>
131
+ <div class="photo">[IMG: Office Desk]</div>
132
+ </div>
133
+
134
+ <!-- Background scrim under modal -->
135
+ <div class="scrim"></div>
136
+
137
+ <!-- Delete permission modal -->
138
+ <div class="modal">
139
+ <h2>Allow Gallery to delete 5 photos?</h2>
140
+ <div class="thumbs">
141
+ <div class="thumb">[IMG: Road]</div>
142
+ <div class="thumb">[IMG: Field]</div>
143
+ <div class="thumb">+3</div>
144
+ </div>
145
+ <div class="modal-actions">
146
+ <div class="action-link">Deny</div>
147
+ <div class="action-link">Allow</div>
148
+ </div>
149
+ </div>
150
+
151
+ <!-- Snack bar / toast -->
152
+ <div class="toast">
153
+ <div class="icon">G</div>
154
+ <div>Album created</div>
155
+ </div>
156
+
157
+ <!-- Bottom toolbar -->
158
+ <div class="bottom-toolbar">
159
+ <div class="tool">
160
+ <svg viewBox="0 0 24 24"><path d="M12 4l6 6-6 6M6 20v-4a6 6 0 016-6h6"/></svg>
161
+ <div>Share</div>
162
+ </div>
163
+ <div class="tool">
164
+ <svg viewBox="0 0 24 24"><path d="M4 7h16M7 7l1 13h8l1-13M9 7V5h6v2"/></svg>
165
+ <div>Delete</div>
166
+ </div>
167
+ <div class="tool">
168
+ <svg viewBox="0 0 24 24"><rect x="4" y="6" width="12" height="12" rx="2"/><path d="M16 8h4v12H10"/></svg>
169
+ <div>Copy</div>
170
+ </div>
171
+ <div class="tool">
172
+ <svg viewBox="0 0 24 24"><path d="M5 12h9M10 7l4 5-4 5"/><rect x="4" y="4" width="6" height="16" rx="2"/></svg>
173
+ <div>Move</div>
174
+ </div>
175
+ </div>
176
+
177
+ <!-- Advertisement banner -->
178
+ <div class="ad-banner">
179
+ <div style="width: 100%; max-width: 1000px; height: 90px; background:#E0E0E0; border:1px solid #BDBDBD; display:flex; align-items:center; justify-content:center; color:#757575;">
180
+ [IMG: Advertisement banner]
181
+ </div>
182
+ </div>
183
+
184
+ <!-- Navigation pill -->
185
+ <div class="nav-pill"></div>
186
+ </div>
187
+ </body>
188
+ </html>
code/10312/10312_15.html ADDED
@@ -0,0 +1,304 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Camera Gallery Mock</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: Arial, Helvetica, sans-serif;
13
+ }
14
+ #render-target {
15
+ width: 1080px;
16
+ height: 2400px;
17
+ position: relative;
18
+ overflow: hidden;
19
+ background: #000000;
20
+ }
21
+
22
+ /* Status bar */
23
+ .status-bar {
24
+ height: 90px;
25
+ padding: 0 32px;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ color: #ffffff;
30
+ font-size: 36px;
31
+ }
32
+ .status-icons {
33
+ display: flex;
34
+ align-items: center;
35
+ gap: 26px;
36
+ }
37
+ .status-icons svg {
38
+ width: 38px;
39
+ height: 38px;
40
+ fill: none;
41
+ stroke: #ffffff;
42
+ stroke-width: 3;
43
+ }
44
+ .status-dot {
45
+ width: 10px;
46
+ height: 10px;
47
+ background: #ffffff;
48
+ border-radius: 50%;
49
+ display: inline-block;
50
+ opacity: 0.9;
51
+ }
52
+
53
+ /* Header */
54
+ .header {
55
+ height: 120px;
56
+ display: flex;
57
+ align-items: center;
58
+ gap: 20px;
59
+ padding: 0 32px;
60
+ color: #ffffff;
61
+ }
62
+ .header .title {
63
+ font-size: 64px;
64
+ font-weight: 600;
65
+ letter-spacing: 0.5px;
66
+ }
67
+ .back-btn svg {
68
+ width: 56px;
69
+ height: 56px;
70
+ stroke: #ffffff;
71
+ stroke-width: 6;
72
+ fill: none;
73
+ }
74
+
75
+ /* Thumbnails row */
76
+ .thumbs-row {
77
+ padding: 18px 32px 0 32px;
78
+ display: flex;
79
+ gap: 24px;
80
+ }
81
+ .thumb {
82
+ width: 330px;
83
+ height: 330px;
84
+ background: #E0E0E0;
85
+ border: 1px solid #BDBDBD;
86
+ border-radius: 8px;
87
+ display: flex;
88
+ justify-content: center;
89
+ align-items: center;
90
+ color: #757575;
91
+ font-size: 28px;
92
+ text-align: center;
93
+ }
94
+
95
+ /* Snackbar */
96
+ .snackbar {
97
+ position: absolute;
98
+ bottom: 280px; /* sitting above the bottom ad */
99
+ left: 50%;
100
+ transform: translateX(-50%);
101
+ background: #2F2F2F;
102
+ color: #ffffff;
103
+ padding: 28px 36px;
104
+ border-radius: 48px;
105
+ display: flex;
106
+ align-items: center;
107
+ gap: 22px;
108
+ box-shadow: 0 12px 24px rgba(0,0,0,0.5);
109
+ font-size: 36px;
110
+ letter-spacing: 0.2px;
111
+ }
112
+ .snackbar .circle-icon {
113
+ width: 64px;
114
+ height: 64px;
115
+ border-radius: 50%;
116
+ background: linear-gradient(135deg, #FFD34D 50%, #3B82F6 50%);
117
+ display: inline-block;
118
+ }
119
+
120
+ /* Bottom ad */
121
+ .bottom-ad {
122
+ position: absolute;
123
+ bottom: 0;
124
+ left: 0;
125
+ width: 1080px;
126
+ height: 200px;
127
+ background: #FFFFFF;
128
+ border-top: 1px solid #E6E6E6;
129
+ display: flex;
130
+ align-items: center;
131
+ padding: 18px 24px;
132
+ box-sizing: border-box;
133
+ }
134
+ .ad-left {
135
+ display: flex;
136
+ align-items: center;
137
+ gap: 20px;
138
+ flex: 1;
139
+ }
140
+ .ad-logo {
141
+ width: 120px;
142
+ height: 120px;
143
+ background: #E0E0E0;
144
+ border: 1px solid #BDBDBD;
145
+ border-radius: 8px;
146
+ color: #757575;
147
+ display: flex;
148
+ justify-content: center;
149
+ align-items: center;
150
+ font-size: 24px;
151
+ }
152
+ .ad-text {
153
+ display: flex;
154
+ flex-direction: column;
155
+ gap: 8px;
156
+ }
157
+ .ad-title {
158
+ font-size: 40px;
159
+ color: #000000;
160
+ font-weight: 600;
161
+ }
162
+ .ad-subtitle {
163
+ font-size: 32px;
164
+ color: #1a73e8;
165
+ }
166
+ .ad-right {
167
+ width: 120px;
168
+ display: flex;
169
+ justify-content: center;
170
+ align-items: center;
171
+ }
172
+ .ad-right .arrow {
173
+ width: 86px;
174
+ height: 86px;
175
+ background: #4285F4;
176
+ border-radius: 16px;
177
+ display: flex;
178
+ justify-content: center;
179
+ align-items: center;
180
+ }
181
+ .ad-right .arrow svg {
182
+ width: 44px;
183
+ height: 44px;
184
+ fill: none;
185
+ stroke: #ffffff;
186
+ stroke-width: 6;
187
+ }
188
+ .ad-controls {
189
+ position: absolute;
190
+ bottom: 16px;
191
+ left: 14px;
192
+ display: flex;
193
+ gap: 18px;
194
+ align-items: center;
195
+ }
196
+ .control-chip {
197
+ width: 38px;
198
+ height: 38px;
199
+ border-radius: 20px;
200
+ border: 1px solid #CFCFCF;
201
+ display: flex;
202
+ justify-content: center;
203
+ align-items: center;
204
+ color: #8C8C8C;
205
+ font-size: 22px;
206
+ background: #FFFFFF;
207
+ }
208
+ </style>
209
+ </head>
210
+ <body>
211
+ <div id="render-target">
212
+
213
+ <!-- Status Bar -->
214
+ <div class="status-bar">
215
+ <div class="time">2:08</div>
216
+ <div class="status-icons">
217
+ <!-- DND -->
218
+ <svg viewBox="0 0 24 24" aria-label="Do Not Disturb">
219
+ <circle cx="12" cy="12" r="9"></circle>
220
+ <line x1="7" y1="12" x2="17" y2="12"></line>
221
+ </svg>
222
+ <!-- Temperature (°C) simplified -->
223
+ <div style="font-size:32px; color:#fff;">°C</div>
224
+ <!-- Mail (M) -->
225
+ <div style="font-size:32px; color:#fff;">M</div>
226
+ <!-- YouTube (triangle) -->
227
+ <svg viewBox="0 0 24 24" aria-label="YouTube">
228
+ <rect x="3" y="6" width="18" height="12" rx="3" ry="3"></rect>
229
+ <polygon points="10,9 16,12 10,15" fill="#ffffff" stroke="none"></polygon>
230
+ </svg>
231
+ <!-- Dot -->
232
+ <span class="status-dot"></span>
233
+ <!-- Silent -->
234
+ <svg viewBox="0 0 24 24" aria-label="Silent">
235
+ <path d="M5 9h4l5-4v14l-5-4H5z"></path>
236
+ <line x1="3" y1="3" x2="21" y2="21"></line>
237
+ </svg>
238
+ <!-- WiFi -->
239
+ <svg viewBox="0 0 24 24" aria-label="WiFi">
240
+ <path d="M3 8c9-6 9-6 18 0"></path>
241
+ <path d="M6 12c6-4 6-4 12 0"></path>
242
+ <path d="M9 16c3-2 3-2 6 0"></path>
243
+ <circle cx="12" cy="19" r="1.5" fill="#ffffff" stroke="none"></circle>
244
+ </svg>
245
+ <!-- Battery -->
246
+ <svg viewBox="0 0 26 24" aria-label="Battery">
247
+ <rect x="2" y="6" width="20" height="12" rx="2" ry="2"></rect>
248
+ <rect x="22" y="9" width="3" height="6" rx="1" ry="1"></rect>
249
+ <rect x="4" y="8" width="16" height="8" fill="#ffffff" stroke="none"></rect>
250
+ </svg>
251
+ </div>
252
+ </div>
253
+
254
+ <!-- Header -->
255
+ <div class="header">
256
+ <div class="back-btn">
257
+ <svg viewBox="0 0 48 48" aria-label="Back">
258
+ <path d="M30 12 L16 24 L30 36" stroke-linecap="round" stroke-linejoin="round"></path>
259
+ </svg>
260
+ </div>
261
+ <div class="title">Camera</div>
262
+ </div>
263
+
264
+ <!-- Thumbnails Row -->
265
+ <div class="thumbs-row">
266
+ <div class="thumb">[IMG: Office desk photo]</div>
267
+ <div class="thumb">[IMG: Under desk with bag]</div>
268
+ <div class="thumb">[IMG: Feet under desk]</div>
269
+ </div>
270
+
271
+ <!-- Large empty black area representing scrollable content -->
272
+ <!-- (left intentionally blank to match screenshot spacing) -->
273
+
274
+ <!-- Snackbar -->
275
+ <div class="snackbar">
276
+ <span class="circle-icon"></span>
277
+ <span>Delete file successfully</span>
278
+ </div>
279
+
280
+ <!-- Bottom Ad -->
281
+ <div class="bottom-ad">
282
+ <div class="ad-left">
283
+ <div class="ad-logo">[IMG: Organic India Logo]</div>
284
+ <div class="ad-text">
285
+ <div class="ad-title">Experience Organic India Today</div>
286
+ <div class="ad-subtitle">Organic India Store - Sector 18, Noida</div>
287
+ </div>
288
+ </div>
289
+ <div class="ad-right">
290
+ <div class="arrow">
291
+ <svg viewBox="0 0 24 24" aria-label="Arrow">
292
+ <polyline points="8,5 16,12 8,19" stroke-linecap="round" stroke-linejoin="round"></polyline>
293
+ </svg>
294
+ </div>
295
+ </div>
296
+ <div class="ad-controls">
297
+ <div class="control-chip">i</div>
298
+ <div class="control-chip">×</div>
299
+ </div>
300
+ </div>
301
+
302
+ </div>
303
+ </body>
304
+ </html>
code/10312/10312_5.html ADDED
@@ -0,0 +1,360 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Gallery Selection Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ position: relative;
11
+ overflow: hidden;
12
+ width: 1080px;
13
+ height: 2400px;
14
+ background: #000000;
15
+ font-family: Arial, Helvetica, sans-serif;
16
+ color: #FFFFFF;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0; left: 0;
23
+ width: 100%;
24
+ height: 90px;
25
+ padding: 0 28px;
26
+ display: flex;
27
+ align-items: center;
28
+ box-sizing: border-box;
29
+ color: #FFFFFF;
30
+ font-size: 34px;
31
+ letter-spacing: 0.5px;
32
+ }
33
+ .status-bar .right {
34
+ margin-left: auto;
35
+ display: flex;
36
+ align-items: center;
37
+ gap: 22px;
38
+ }
39
+ .status-icon svg { display: block; }
40
+
41
+ /* Title bar */
42
+ .title-bar {
43
+ position: absolute;
44
+ top: 90px; left: 0;
45
+ width: 100%;
46
+ height: 130px;
47
+ display: flex;
48
+ align-items: center;
49
+ padding: 0 28px;
50
+ box-sizing: border-box;
51
+ color: #FFFFFF;
52
+ }
53
+ .back-btn {
54
+ width: 64px; height: 64px;
55
+ display: inline-flex;
56
+ justify-content: center;
57
+ align-items: center;
58
+ margin-right: 18px;
59
+ }
60
+ .title-text {
61
+ font-size: 56px;
62
+ font-weight: 600;
63
+ }
64
+
65
+ /* Grid */
66
+ .grid {
67
+ position: absolute;
68
+ top: 220px;
69
+ left: 0; right: 0;
70
+ padding: 24px;
71
+ box-sizing: border-box;
72
+ display: grid;
73
+ grid-template-columns: repeat(3, 1fr);
74
+ grid-gap: 18px;
75
+ }
76
+ .thumb {
77
+ position: relative;
78
+ width: 100%;
79
+ /* square tiles */
80
+ height: 0;
81
+ padding-bottom: 100%;
82
+ background: #E0E0E0;
83
+ border: 1px solid #BDBDBD;
84
+ overflow: hidden;
85
+ }
86
+ .img-label {
87
+ position: absolute;
88
+ inset: 0;
89
+ display: flex;
90
+ justify-content: center;
91
+ align-items: center;
92
+ color: #757575;
93
+ font-size: 30px;
94
+ text-align: center;
95
+ padding: 10px;
96
+ box-sizing: border-box;
97
+ }
98
+ .checkbox {
99
+ position: absolute;
100
+ top: 16px; right: 16px;
101
+ width: 56px; height: 56px;
102
+ border-radius: 10px;
103
+ border: 4px solid rgba(255,255,255,0.95);
104
+ display: flex;
105
+ justify-content: center;
106
+ align-items: center;
107
+ background: transparent;
108
+ }
109
+ .checkbox svg { width: 34px; height: 34px; opacity: 0; }
110
+ .thumb.selected .checkbox {
111
+ background: #2ecc71;
112
+ border-color: #d9f9e5;
113
+ }
114
+ .thumb.selected .checkbox svg { opacity: 1; }
115
+
116
+ /* Bottom action bar */
117
+ .actions {
118
+ position: absolute;
119
+ left: 0; right: 0;
120
+ bottom: 170px; /* leaves room for ad */
121
+ height: 230px;
122
+ display: flex;
123
+ justify-content: space-around;
124
+ align-items: center;
125
+ color: #EDEDED;
126
+ }
127
+ .action {
128
+ width: 180px;
129
+ text-align: center;
130
+ }
131
+ .action svg {
132
+ display: block;
133
+ margin: 0 auto 18px;
134
+ }
135
+ .action span {
136
+ font-size: 34px;
137
+ color: #E0E0E0;
138
+ }
139
+
140
+ /* Ad banner */
141
+ .ad-banner {
142
+ position: absolute;
143
+ left: 0; bottom: 0;
144
+ width: 100%;
145
+ height: 170px;
146
+ background: #FFFFFF;
147
+ color: #0a2540;
148
+ box-sizing: border-box;
149
+ padding: 22px 28px;
150
+ }
151
+ .ad-close {
152
+ position: absolute;
153
+ right: 18px; top: 12px;
154
+ width: 44px; height: 44px;
155
+ border-radius: 22px;
156
+ background: #E6F2FA;
157
+ display: flex;
158
+ justify-content: center;
159
+ align-items: center;
160
+ }
161
+ .ad-content {
162
+ display: flex;
163
+ height: 100%;
164
+ align-items: center;
165
+ gap: 20px;
166
+ }
167
+ .ad-badge {
168
+ font-size: 24px;
169
+ color: #1976d2;
170
+ border: 1px solid #BBDEFB;
171
+ padding: 6px 10px;
172
+ border-radius: 6px;
173
+ white-space: nowrap;
174
+ }
175
+ .ad-headline {
176
+ font-size: 42px;
177
+ color: #0a54c5;
178
+ font-weight: 700;
179
+ white-space: nowrap;
180
+ }
181
+ .ad-sub {
182
+ font-size: 26px;
183
+ color: #4a4a4a;
184
+ }
185
+ </style>
186
+ </head>
187
+ <body>
188
+ <div id="render-target">
189
+
190
+ <!-- STATUS BAR -->
191
+ <div class="status-bar">
192
+ <div class="time">2:03</div>
193
+ <div class="right">
194
+ <div class="status-icon">
195
+ <!-- Do not disturb: circle with horizontal bar -->
196
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none">
197
+ <circle cx="12" cy="12" r="10" stroke="#FFFFFF" stroke-width="2"/>
198
+ <rect x="6" y="11" width="12" height="2" fill="#FFFFFF"/>
199
+ </svg>
200
+ </div>
201
+ <div class="status-icon">
202
+ <!-- WiFi -->
203
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none">
204
+ <path d="M2 8c5.5-4.5 14.5-4.5 20 0" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round"/>
205
+ <path d="M5 12c3.5-3 10.5-3 14 0" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round"/>
206
+ <path d="M8 16c2-1.8 6-1.8 8 0" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round"/>
207
+ <circle cx="12" cy="19" r="1.6" fill="#FFFFFF"/>
208
+ </svg>
209
+ </div>
210
+ <div class="status-icon">
211
+ <!-- Battery -->
212
+ <svg width="44" height="36" viewBox="0 0 28 16" fill="none">
213
+ <rect x="1" y="3" width="22" height="10" rx="2" stroke="#FFFFFF" stroke-width="2"/>
214
+ <rect x="3" y="5" width="14" height="6" rx="1" fill="#FFFFFF"/>
215
+ <rect x="23.5" y="6" width="3" height="4" rx="1" fill="#FFFFFF"/>
216
+ </svg>
217
+ </div>
218
+ </div>
219
+ </div>
220
+
221
+ <!-- TITLE BAR -->
222
+ <div class="title-bar">
223
+ <div class="back-btn" aria-label="Back">
224
+ <svg width="64" height="64" viewBox="0 0 24 24">
225
+ <path d="M4 4 L20 20 M20 4 L4 20" stroke="#FFFFFF" stroke-width="2.8" stroke-linecap="round"/>
226
+ </svg>
227
+ </div>
228
+ <div class="title-text">1 Selected</div>
229
+ </div>
230
+
231
+ <!-- IMAGE GRID -->
232
+ <div class="grid">
233
+ <div class="thumb selected">
234
+ <div class="img-label">[IMG: Road beside trees]</div>
235
+ <div class="checkbox" aria-label="Selected">
236
+ <svg viewBox="0 0 24 24">
237
+ <path d="M5 12l4 4 10-10" fill="none" stroke="#FFFFFF" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
238
+ </svg>
239
+ </div>
240
+ </div>
241
+ <div class="thumb">
242
+ <div class="img-label">[IMG: Dry field top view]</div>
243
+ <div class="checkbox">
244
+ <svg viewBox="0 0 24 24">
245
+ <path d="M5 12l4 4 10-10" fill="none" stroke="#FFFFFF" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
246
+ </svg>
247
+ </div>
248
+ </div>
249
+ <div class="thumb">
250
+ <div class="img-label">[IMG: Plant stem close-up]</div>
251
+ <div class="checkbox">
252
+ <svg viewBox="0 0 24 24">
253
+ <path d="M5 12l4 4 10-10" fill="none" stroke="#FFFFFF" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
254
+ </svg>
255
+ </div>
256
+ </div>
257
+
258
+ <div class="thumb">
259
+ <div class="img-label">[IMG: Green forest panorama]</div>
260
+ <div class="checkbox">
261
+ <svg viewBox="0 0 24 24">
262
+ <path d="M5 12l4 4 10-10" fill="none" stroke="#FFFFFF" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
263
+ </svg>
264
+ </div>
265
+ </div>
266
+ <div class="thumb">
267
+ <div class="img-label">[IMG: Trees and fields]</div>
268
+ <div class="checkbox">
269
+ <svg viewBox="0 0 24 24">
270
+ <path d="M5 12l4 4 10-10" fill="none" stroke="#FFFFFF" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
271
+ </svg>
272
+ </div>
273
+ </div>
274
+ <div class="thumb">
275
+ <div class="img-label">[IMG: Office desk with chairs]</div>
276
+ <div class="checkbox">
277
+ <svg viewBox="0 0 24 24">
278
+ <path d="M5 12l4 4 10-10" fill="none" stroke="#FFFFFF" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
279
+ </svg>
280
+ </div>
281
+ </div>
282
+
283
+ <div class="thumb">
284
+ <div class="img-label">[IMG: Workstation under desk]</div>
285
+ <div class="checkbox">
286
+ <svg viewBox="0 0 24 24">
287
+ <path d="M5 12l4 4 10-10" fill="none" stroke="#FFFFFF" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
288
+ </svg>
289
+ </div>
290
+ </div>
291
+ <div class="thumb">
292
+ <div class="img-label">[IMG: Feet near chair wheels]</div>
293
+ <div class="checkbox">
294
+ <svg viewBox="0 0 24 24">
295
+ <path d="M5 12l4 4 10-10" fill="none" stroke="#FFFFFF" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
296
+ </svg>
297
+ </div>
298
+ </div>
299
+ <div class="thumb">
300
+ <div class="img-label">[IMG: Office floor close-up]</div>
301
+ <div class="checkbox">
302
+ <svg viewBox="0 0 24 24">
303
+ <path d="M5 12l4 4 10-10" fill="none" stroke="#FFFFFF" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
304
+ </svg>
305
+ </div>
306
+ </div>
307
+ </div>
308
+
309
+ <!-- ACTIONS -->
310
+ <div class="actions">
311
+ <div class="action">
312
+ <svg width="84" height="84" viewBox="0 0 24 24" fill="none">
313
+ <circle cx="6" cy="12" r="2" fill="#FFFFFF"/>
314
+ <circle cx="18" cy="6" r="2" fill="#FFFFFF"/>
315
+ <circle cx="18" cy="18" r="2" fill="#FFFFFF"/>
316
+ <path d="M7.7 11l7.2-4.5M7.7 13l7.2 4.5" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round"/>
317
+ </svg>
318
+ <span>Share</span>
319
+ </div>
320
+ <div class="action">
321
+ <svg width="84" height="84" viewBox="0 0 24 24" fill="none">
322
+ <path d="M4 7h16" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round"/>
323
+ <rect x="6" y="7" width="12" height="12" rx="2" stroke="#FFFFFF" stroke-width="2"/>
324
+ <rect x="9" y="3" width="6" height="3" rx="1" fill="#FFFFFF"/>
325
+ </svg>
326
+ <span>Delete</span>
327
+ </div>
328
+ <div class="action">
329
+ <svg width="84" height="84" viewBox="0 0 24 24" fill="none">
330
+ <rect x="6" y="6" width="12" height="12" rx="2" stroke="#FFFFFF" stroke-width="2"/>
331
+ <rect x="3" y="9" width="12" height="12" rx="2" stroke="#FFFFFF" stroke-width="2" opacity="0.5"/>
332
+ </svg>
333
+ <span>Copy</span>
334
+ </div>
335
+ <div class="action">
336
+ <svg width="84" height="84" viewBox="0 0 24 24" fill="none">
337
+ <path d="M4 12h12" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round"/>
338
+ <path d="M12 6l6 6-6 6" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
339
+ </svg>
340
+ <span>Move</span>
341
+ </div>
342
+ </div>
343
+
344
+ <!-- AD BANNER -->
345
+ <div class="ad-banner">
346
+ <div class="ad-close">
347
+ <svg width="20" height="20" viewBox="0 0 24 24">
348
+ <path d="M5 5L19 19M19 5L5 19" stroke="#1976d2" stroke-width="2" stroke-linecap="round"/>
349
+ </svg>
350
+ </div>
351
+ <div class="ad-content">
352
+ <div class="ad-badge">Tata AIA Life Insurance</div>
353
+ <div class="ad-headline">Get a ₹1,00,00,000 Life Cover</div>
354
+ <div class="ad-sub">#TataAIAKaBharosa</div>
355
+ </div>
356
+ </div>
357
+
358
+ </div>
359
+ </body>
360
+ </html>
code/10312/10312_6.html ADDED
@@ -0,0 +1,365 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Gallery Selection 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
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
16
+ color: #FFFFFF;
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
+ box-sizing: border-box;
31
+ color: #fff;
32
+ font-size: 40px;
33
+ }
34
+ .status-right {
35
+ display: flex;
36
+ align-items: center;
37
+ gap: 24px;
38
+ }
39
+ .status-icon svg { width: 36px; height: 36px; fill: none; stroke: #fff; stroke-width: 2.5; }
40
+
41
+ /* Header */
42
+ .header {
43
+ position: relative;
44
+ margin-top: 120px;
45
+ padding: 0 32px;
46
+ display: flex;
47
+ align-items: center;
48
+ gap: 20px;
49
+ }
50
+ .header .title {
51
+ font-size: 54px;
52
+ font-weight: 600;
53
+ letter-spacing: 0.5px;
54
+ }
55
+ .close-icon {
56
+ width: 56px;
57
+ height: 56px;
58
+ }
59
+ .close-icon svg { width: 56px; height: 56px; stroke: #fff; stroke-width: 8; }
60
+
61
+ /* Grid */
62
+ .grid {
63
+ margin-top: 24px;
64
+ padding: 0 24px;
65
+ display: grid;
66
+ grid-template-columns: repeat(3, 1fr);
67
+ gap: 24px;
68
+ }
69
+ .tile {
70
+ position: relative;
71
+ border-radius: 10px;
72
+ overflow: hidden;
73
+ background: #111;
74
+ }
75
+ .image-placeholder {
76
+ background: #E0E0E0;
77
+ border: 1px solid #BDBDBD;
78
+ color: #757575;
79
+ display: flex;
80
+ align-items: center;
81
+ justify-content: center;
82
+ font-size: 34px;
83
+ text-align: center;
84
+ aspect-ratio: 1 / 1;
85
+ }
86
+
87
+ /* Selection badges */
88
+ .badge {
89
+ position: absolute;
90
+ top: 14px;
91
+ right: 14px;
92
+ width: 54px;
93
+ height: 54px;
94
+ border-radius: 10px;
95
+ display: flex;
96
+ align-items: center;
97
+ justify-content: center;
98
+ box-sizing: border-box;
99
+ }
100
+ .badge.unselected {
101
+ border: 3px solid #FFFFFF;
102
+ background: transparent;
103
+ }
104
+ .badge.selected {
105
+ border: 3px solid #FFFFFF;
106
+ background: #1DA1F2;
107
+ }
108
+ .badge svg { width: 32px; height: 32px; fill: none; stroke: #fff; stroke-width: 5; }
109
+
110
+ /* Actions row */
111
+ .actions {
112
+ position: absolute;
113
+ bottom: 200px;
114
+ left: 0;
115
+ width: 100%;
116
+ height: 200px;
117
+ display: flex;
118
+ align-items: center;
119
+ justify-content: space-around;
120
+ padding: 0 40px;
121
+ box-sizing: border-box;
122
+ color: #fff;
123
+ }
124
+ .action-item {
125
+ display: flex;
126
+ flex-direction: column;
127
+ align-items: center;
128
+ gap: 16px;
129
+ font-size: 36px;
130
+ }
131
+ .action-icon {
132
+ width: 64px; height: 64px;
133
+ }
134
+ .action-icon svg { width: 64px; height: 64px; stroke: #fff; stroke-width: 5; fill: none; }
135
+
136
+ /* Ad banner */
137
+ .ad-banner {
138
+ position: absolute;
139
+ bottom: 0;
140
+ left: 0;
141
+ width: 100%;
142
+ height: 200px;
143
+ background: #FFFFFF;
144
+ color: #222;
145
+ box-shadow: 0 -2px 10px rgba(0,0,0,0.25);
146
+ box-sizing: border-box;
147
+ padding: 20px 28px;
148
+ display: flex;
149
+ align-items: center;
150
+ gap: 24px;
151
+ }
152
+ .ad-left {
153
+ display: flex;
154
+ align-items: center;
155
+ gap: 16px;
156
+ }
157
+ .ad-logo {
158
+ width: 96px; height: 96px;
159
+ background: #E0E0E0; border: 1px solid #BDBDBD;
160
+ display: flex; align-items: center; justify-content: center;
161
+ color: #757575; font-size: 20px; border-radius: 8px;
162
+ }
163
+ .ad-text {
164
+ display: flex; flex-direction: column;
165
+ }
166
+ .ad-title { font-size: 40px; font-weight: 600; color: #111; }
167
+ .ad-link { font-size: 34px; color: #1A73E8; margin-top: 6px; }
168
+ .ad-right {
169
+ margin-left: auto;
170
+ display: flex;
171
+ align-items: center;
172
+ gap: 16px;
173
+ }
174
+ .ad-arrow {
175
+ width: 84px; height: 84px; background: #4285F4; border-radius: 12px;
176
+ display: flex; align-items: center; justify-content: center;
177
+ }
178
+ .ad-arrow svg { width: 48px; height: 48px; fill: none; stroke: #fff; stroke-width: 8; }
179
+ .ad-close {
180
+ position: absolute;
181
+ bottom: 10px; left: 10px;
182
+ width: 34px; height: 34px; border-radius: 50%;
183
+ border: 2px solid #9E9E9E; color: #9E9E9E;
184
+ display: flex; align-items: center; justify-content: center;
185
+ font-size: 22px;
186
+ }
187
+
188
+ /* Provide extra bottom padding to grid so content doesn't overlap actions */
189
+ .spacer {
190
+ height: 420px;
191
+ }
192
+ </style>
193
+ </head>
194
+ <body>
195
+ <div id="render-target">
196
+
197
+ <!-- Status bar -->
198
+ <div class="status-bar">
199
+ <div class="status-left">2:03</div>
200
+ <div class="status-right">
201
+ <div class="status-icon">
202
+ <svg viewBox="0 0 24 24">
203
+ <circle cx="12" cy="12" r="9"></circle>
204
+ </svg>
205
+ </div>
206
+ <div class="status-icon">
207
+ <svg viewBox="0 0 24 24">
208
+ <path d="M3 12h18"></path>
209
+ <path d="M12 3v18"></path>
210
+ </svg>
211
+ </div>
212
+ <div class="status-icon">
213
+ <svg viewBox="0 0 24 24">
214
+ <rect x="3" y="7" width="18" height="10" rx="2"></rect>
215
+ <path d="M21 10v4"></path>
216
+ </svg>
217
+ </div>
218
+ <div class="status-icon">
219
+ <svg viewBox="0 0 24 24">
220
+ <path d="M3 18c4-6 14-6 18 0"></path>
221
+ <circle cx="12" cy="18" r="2"></circle>
222
+ </svg>
223
+ </div>
224
+ <div class="status-icon">
225
+ <svg viewBox="0 0 24 24">
226
+ <rect x="6" y="3" width="12" height="18" rx="3"></rect>
227
+ <path d="M9 2h6"></path>
228
+ </svg>
229
+ </div>
230
+ </div>
231
+ </div>
232
+
233
+ <!-- Header -->
234
+ <div class="header">
235
+ <div class="close-icon">
236
+ <svg viewBox="0 0 24 24">
237
+ <path d="M5 5 L19 19M19 5 L5 19"></path>
238
+ </svg>
239
+ </div>
240
+ <div class="title">2 Selected</div>
241
+ </div>
242
+
243
+ <!-- Grid of images -->
244
+ <div class="grid">
245
+ <!-- Row 1 -->
246
+ <div class="tile">
247
+ <div class="image-placeholder">[IMG: Road view]</div>
248
+ <div class="badge selected">
249
+ <svg viewBox="0 0 24 24">
250
+ <path d="M5 12l5 5 9-10"></path>
251
+ </svg>
252
+ </div>
253
+ </div>
254
+ <div class="tile">
255
+ <div class="image-placeholder">[IMG: Dry field with shrubs]</div>
256
+ <div class="badge selected">
257
+ <svg viewBox="0 0 24 24">
258
+ <path d="M5 12l5 5 9-10"></path>
259
+ </svg>
260
+ </div>
261
+ </div>
262
+ <div class="tile">
263
+ <div class="image-placeholder">[IMG: Plant macro]</div>
264
+ <div class="badge unselected"></div>
265
+ </div>
266
+
267
+ <!-- Row 2 -->
268
+ <div class="tile">
269
+ <div class="image-placeholder">[IMG: Forest landscape 1]</div>
270
+ <div class="badge unselected"></div>
271
+ </div>
272
+ <div class="tile">
273
+ <div class="image-placeholder">[IMG: Forest landscape 2]</div>
274
+ <div class="badge unselected"></div>
275
+ </div>
276
+ <div class="tile">
277
+ <div class="image-placeholder">[IMG: Office desk]</div>
278
+ <div class="badge unselected"></div>
279
+ </div>
280
+
281
+ <!-- Row 3 -->
282
+ <div class="tile">
283
+ <div class="image-placeholder">[IMG: Under desk cables]</div>
284
+ <div class="badge unselected"></div>
285
+ </div>
286
+ <div class="tile">
287
+ <div class="image-placeholder">[IMG: Legs & shoes]</div>
288
+ <div class="badge unselected"></div>
289
+ </div>
290
+ <div class="tile">
291
+ <div class="image-placeholder">[IMG: Seat close-up]</div>
292
+ <div class="badge unselected"></div>
293
+ </div>
294
+ </div>
295
+
296
+ <div class="spacer"></div>
297
+
298
+ <!-- Actions toolbar -->
299
+ <div class="actions">
300
+ <div class="action-item">
301
+ <div class="action-icon">
302
+ <svg viewBox="0 0 24 24">
303
+ <circle cx="6" cy="17" r="3"></circle>
304
+ <circle cx="18" cy="7" r="3"></circle>
305
+ <circle cx="18" cy="17" r="3"></circle>
306
+ <path d="M8.5 15L15.5 9"></path>
307
+ <path d="M8.5 19L15.5 19"></path>
308
+ </svg>
309
+ </div>
310
+ <div>Share</div>
311
+ </div>
312
+ <div class="action-item">
313
+ <div class="action-icon">
314
+ <svg viewBox="0 0 24 24">
315
+ <path d="M6 7h12"></path>
316
+ <path d="M8 7v-2h8v2"></path>
317
+ <rect x="6" y="7" width="12" height="14" rx="2"></rect>
318
+ </svg>
319
+ </div>
320
+ <div>Delete</div>
321
+ </div>
322
+ <div class="action-item">
323
+ <div class="action-icon">
324
+ <svg viewBox="0 0 24 24">
325
+ <rect x="5" y="7" width="12" height="12" rx="2"></rect>
326
+ <rect x="9" y="3" width="12" height="12" rx="2"></rect>
327
+ </svg>
328
+ </div>
329
+ <div>Copy</div>
330
+ </div>
331
+ <div class="action-item">
332
+ <div class="action-icon">
333
+ <svg viewBox="0 0 24 24">
334
+ <rect x="4" y="4" width="12" height="16" rx="2"></rect>
335
+ <path d="M12 8h6v8"></path>
336
+ <path d="M12 12l6-4"></path>
337
+ </svg>
338
+ </div>
339
+ <div>Move</div>
340
+ </div>
341
+ </div>
342
+
343
+ <!-- Ad banner -->
344
+ <div class="ad-banner">
345
+ <div class="ad-left">
346
+ <div class="ad-logo">[IMG: Organic India]</div>
347
+ <div class="ad-text">
348
+ <div class="ad-title">Experience Organic India Today</div>
349
+ <div class="ad-link">Organic India Store - Sector 18, Noida</div>
350
+ </div>
351
+ </div>
352
+ <div class="ad-right">
353
+ <div class="ad-arrow">
354
+ <svg viewBox="0 0 24 24">
355
+ <path d="M5 12h10"></path>
356
+ <path d="M11 6l6 6-6 6"></path>
357
+ </svg>
358
+ </div>
359
+ </div>
360
+ <div class="ad-close">×</div>
361
+ </div>
362
+
363
+ </div>
364
+ </body>
365
+ </html>
code/10312/10312_8.html ADDED
@@ -0,0 +1,363 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Gallery Selection UI Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #000;
14
+ color: #fff;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 100px;
24
+ padding: 0 32px;
25
+ box-sizing: border-box;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ color: #fff;
30
+ font-size: 42px;
31
+ letter-spacing: 0.5px;
32
+ }
33
+ .sb-icons {
34
+ display: flex;
35
+ align-items: center;
36
+ gap: 18px;
37
+ }
38
+ .sb-icon svg { display: block; }
39
+
40
+ /* Header */
41
+ .header {
42
+ position: absolute;
43
+ top: 100px;
44
+ left: 0;
45
+ width: 1080px;
46
+ height: 130px;
47
+ display: flex;
48
+ align-items: center;
49
+ gap: 20px;
50
+ padding: 0 32px;
51
+ box-sizing: border-box;
52
+ }
53
+ .close-btn {
54
+ width: 64px;
55
+ height: 64px;
56
+ display: flex;
57
+ align-items: center;
58
+ justify-content: center;
59
+ }
60
+ .title {
61
+ font-size: 64px;
62
+ font-weight: 600;
63
+ }
64
+
65
+ /* Grid of images */
66
+ .grid {
67
+ position: absolute;
68
+ top: 230px;
69
+ left: 0;
70
+ width: 1080px;
71
+ padding: 0 24px;
72
+ box-sizing: border-box;
73
+ display: grid;
74
+ grid-template-columns: repeat(3, 1fr);
75
+ grid-auto-rows: 328px;
76
+ gap: 24px;
77
+ }
78
+ .tile {
79
+ position: relative;
80
+ border-radius: 6px;
81
+ overflow: hidden;
82
+ background: #111;
83
+ }
84
+ .img {
85
+ width: 100%;
86
+ height: 100%;
87
+ background: #E0E0E0;
88
+ border: 1px solid #BDBDBD;
89
+ display: flex;
90
+ align-items: center;
91
+ justify-content: center;
92
+ color: #757575;
93
+ font-size: 30px;
94
+ text-align: center;
95
+ }
96
+ .checkbox {
97
+ position: absolute;
98
+ top: 14px;
99
+ right: 14px;
100
+ width: 60px;
101
+ height: 60px;
102
+ border: 4px solid #fff;
103
+ border-radius: 14px;
104
+ background: rgba(0,0,0,0.35);
105
+ display: flex;
106
+ align-items: center;
107
+ justify-content: center;
108
+ box-sizing: border-box;
109
+ }
110
+ .checkbox.unselected {
111
+ background: rgba(0,0,0,0.2);
112
+ }
113
+ .span-2 {
114
+ grid-column: span 2;
115
+ }
116
+
117
+ /* Bottom actions */
118
+ .actions {
119
+ position: absolute;
120
+ bottom: 160px;
121
+ left: 0;
122
+ width: 1080px;
123
+ height: 180px;
124
+ display: flex;
125
+ align-items: center;
126
+ justify-content: space-around;
127
+ color: #fff;
128
+ }
129
+ .action {
130
+ width: 160px;
131
+ text-align: center;
132
+ }
133
+ .action svg { display: block; margin: 0 auto 14px auto; }
134
+ .action label {
135
+ font-size: 36px;
136
+ color: #E0E0E0;
137
+ }
138
+
139
+ /* Ad banner */
140
+ .ad {
141
+ position: absolute;
142
+ bottom: 0;
143
+ left: 0;
144
+ width: 1080px;
145
+ height: 160px;
146
+ background: #fff;
147
+ color: #000;
148
+ box-sizing: border-box;
149
+ padding: 20px 28px;
150
+ display: flex;
151
+ align-items: center;
152
+ justify-content: space-between;
153
+ }
154
+ .ad-left {
155
+ display: flex;
156
+ align-items: center;
157
+ gap: 20px;
158
+ }
159
+ .ad-logo {
160
+ width: 120px;
161
+ height: 100px;
162
+ background: #E0E0E0;
163
+ border: 1px solid #BDBDBD;
164
+ display: flex;
165
+ align-items: center;
166
+ justify-content: center;
167
+ color: #757575;
168
+ font-size: 22px;
169
+ }
170
+ .ad-text {
171
+ line-height: 1.25;
172
+ }
173
+ .ad-title {
174
+ font-size: 40px;
175
+ font-weight: 700;
176
+ color: #000;
177
+ }
178
+ .ad-sub {
179
+ font-size: 34px;
180
+ color: #2b73ff;
181
+ margin-top: 6px;
182
+ }
183
+ .ad-right {
184
+ display: flex;
185
+ align-items: center;
186
+ gap: 24px;
187
+ }
188
+ .ad-close {
189
+ width: 40px;
190
+ height: 40px;
191
+ border-radius: 40px;
192
+ border: 2px solid #999;
193
+ color: #666;
194
+ display: flex;
195
+ align-items: center;
196
+ justify-content: center;
197
+ font-size: 28px;
198
+ }
199
+ </style>
200
+ </head>
201
+ <body>
202
+ <div id="render-target">
203
+
204
+ <!-- Status bar -->
205
+ <div class="status-bar">
206
+ <div class="sb-time">2:03</div>
207
+ <div class="sb-icons">
208
+ <div class="sb-icon">
209
+ <!-- Do not disturb icon -->
210
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="none">
211
+ <circle cx="12" cy="12" r="10" stroke="#fff" stroke-width="2"/>
212
+ <rect x="6" y="11" width="12" height="2" fill="#fff"/>
213
+ </svg>
214
+ </div>
215
+ <div class="sb-icon">
216
+ <!-- Wifi icon -->
217
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="none">
218
+ <path d="M2 9c5-4 15-4 20 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
219
+ <path d="M5 12c3-3 11-3 14 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
220
+ <path d="M8 15c2-2 6-2 8 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
221
+ <circle cx="12" cy="18" r="1.5" fill="#fff"/>
222
+ </svg>
223
+ </div>
224
+ <div class="sb-icon">
225
+ <!-- Battery icon -->
226
+ <svg width="50" height="42" viewBox="0 0 28 16" fill="none">
227
+ <rect x="1" y="1" width="22" height="14" rx="2" stroke="#fff" stroke-width="2"/>
228
+ <rect x="24" y="5" width="3" height="6" rx="1.2" fill="#fff"/>
229
+ <rect x="3" y="3" width="16" height="10" fill="#fff"/>
230
+ </svg>
231
+ </div>
232
+ </div>
233
+ </div>
234
+
235
+ <!-- Header -->
236
+ <div class="header">
237
+ <div class="close-btn">
238
+ <svg width="64" height="64" viewBox="0 0 24 24">
239
+ <path d="M5 5 L19 19 M19 5 L5 19" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
240
+ </svg>
241
+ </div>
242
+ <div class="title">4 Selected</div>
243
+ </div>
244
+
245
+ <!-- Grid -->
246
+ <div class="grid">
247
+ <!-- Row 1 -->
248
+ <div class="tile">
249
+ <div class="img">[IMG: Road View]</div>
250
+ <div class="checkbox">
251
+ <svg width="36" height="36" viewBox="0 0 24 24">
252
+ <path d="M5 12 L10 17 L19 7" stroke="#fff" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
253
+ </svg>
254
+ </div>
255
+ </div>
256
+ <div class="tile">
257
+ <div class="img">[IMG: Dry Field Vegetation]</div>
258
+ <div class="checkbox">
259
+ <svg width="36" height="36" viewBox="0 0 24 24">
260
+ <path d="M5 12 L10 17 L19 7" stroke="#fff" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
261
+ </svg>
262
+ </div>
263
+ </div>
264
+ <div class="tile">
265
+ <div class="img">[IMG: Plant Macro]</div>
266
+ <div class="checkbox">
267
+ <svg width="36" height="36" viewBox="0 0 24 24">
268
+ <path d="M5 12 L10 17 L19 7" stroke="#fff" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
269
+ </svg>
270
+ </div>
271
+ </div>
272
+
273
+ <!-- Row 2 -->
274
+ <div class="tile">
275
+ <div class="img">[IMG: Forest Aerial Left]</div>
276
+ <div class="checkbox">
277
+ <svg width="36" height="36" viewBox="0 0 24 24">
278
+ <path d="M5 12 L10 17 L19 7" stroke="#fff" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
279
+ </svg>
280
+ </div>
281
+ </div>
282
+ <div class="tile">
283
+ <div class="img">[IMG: Forest Aerial Right]</div>
284
+ <div class="checkbox unselected"></div>
285
+ </div>
286
+ <div class="tile">
287
+ <div class="img">[IMG: Office Desk Top]</div>
288
+ <div class="checkbox">
289
+ <svg width="36" height="36" viewBox="0 0 24 24">
290
+ <path d="M5 12 L10 17 L19 7" stroke="#fff" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
291
+ </svg>
292
+ </div>
293
+ </div>
294
+
295
+ <!-- Row 3 (left spans 2 columns) -->
296
+ <div class="tile span-2">
297
+ <div class="img">[IMG: Office Under Desk]</div>
298
+ <div class="checkbox">
299
+ <svg width="36" height="36" viewBox="0 0 24 24">
300
+ <path d="M5 12 L10 17 L19 7" stroke="#fff" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
301
+ </svg>
302
+ </div>
303
+ </div>
304
+ <div class="tile">
305
+ <div class="img">[IMG: Legs with Sneakers]</div>
306
+ <div class="checkbox unselected"></div>
307
+ </div>
308
+ </div>
309
+
310
+ <!-- Bottom actions -->
311
+ <div class="actions">
312
+ <div class="action">
313
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="none">
314
+ <path d="M4 12c6-6 10-6 16 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
315
+ <path d="M8 13v5l4-2 4 2v-5" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
316
+ </svg>
317
+ <label>Share</label>
318
+ </div>
319
+ <div class="action">
320
+ <svg width="64" height="64" viewBox="0 0 24 24">
321
+ <rect x="5" y="3" width="14" height="18" rx="2" stroke="#fff" stroke-width="2" fill="none"/>
322
+ <rect x="9" y="1" width="6" height="4" rx="1" fill="#fff"/>
323
+ <path d="M8 10 H16" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
324
+ </svg>
325
+ <label>Delete</label>
326
+ </div>
327
+ <div class="action">
328
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="none">
329
+ <rect x="3" y="4" width="9" height="12" rx="1.5" stroke="#fff" stroke-width="2"/>
330
+ <rect x="12" y="8" width="9" height="12" rx="1.5" stroke="#fff" stroke-width="2"/>
331
+ </svg>
332
+ <label>Copy</label>
333
+ </div>
334
+ <div class="action">
335
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="none">
336
+ <path d="M4 12h10" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
337
+ <path d="M11 7l5 5-5 5" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
338
+ <rect x="4" y="4" width="6" height="16" rx="2" stroke="#fff" stroke-width="2"/>
339
+ </svg>
340
+ <label>Move</label>
341
+ </div>
342
+ </div>
343
+
344
+ <!-- Ad banner -->
345
+ <div class="ad">
346
+ <div class="ad-left">
347
+ <div class="ad-logo">[IMG: Organic India]</div>
348
+ <div class="ad-text">
349
+ <div class="ad-title">Experience Organic India Today</div>
350
+ <div class="ad-sub">Organic India Store - Sector 18, Noida</div>
351
+ </div>
352
+ </div>
353
+ <div class="ad-right">
354
+ <div class="ad-close">×</div>
355
+ <svg width="72" height="72" viewBox="0 0 24 24" fill="none">
356
+ <path d="M7 5l10 7-10 7V5z" fill="#2b73ff"/>
357
+ </svg>
358
+ </div>
359
+ </div>
360
+
361
+ </div>
362
+ </body>
363
+ </html>
code/10312/10312_9.html ADDED
@@ -0,0 +1,268 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Gallery - 5 Selected</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #000; color: #fff;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ position: absolute; top: 0; left: 0; right: 0;
18
+ height: 110px; padding: 0 28px;
19
+ display: flex; align-items: center; justify-content: space-between;
20
+ font-weight: 500;
21
+ }
22
+ .status-time { font-size: 38px; letter-spacing: 0.5px; }
23
+ .status-icons { display: flex; align-items: center; gap: 26px; }
24
+ .status-icons svg { width: 38px; height: 38px; fill: none; stroke: #fff; stroke-width: 2.5; opacity: 0.95; }
25
+
26
+ /* Header */
27
+ .header {
28
+ position: absolute; top: 110px; left: 0; right: 0;
29
+ height: 120px; padding: 0 28px;
30
+ display: flex; align-items: center; gap: 22px;
31
+ }
32
+ .back-btn {
33
+ width: 64px; height: 64px; border-radius: 32px;
34
+ display: flex; align-items: center; justify-content: center;
35
+ }
36
+ .back-btn svg { width: 36px; height: 36px; stroke: #fff; stroke-width: 5; }
37
+ .header-title { font-size: 56px; font-weight: 600; }
38
+
39
+ /* Grid */
40
+ .content {
41
+ position: absolute; top: 240px; left: 0; right: 0;
42
+ padding: 24px;
43
+ }
44
+ .grid-3 {
45
+ display: grid; grid-template-columns: repeat(3, 1fr);
46
+ gap: 20px;
47
+ }
48
+ .grid-2 {
49
+ margin-top: 20px;
50
+ display: grid; grid-template-columns: repeat(2, 1fr);
51
+ gap: 20px;
52
+ }
53
+ .tile { position: relative; border-radius: 8px; overflow: hidden; }
54
+ .img {
55
+ width: 100%; height: 300px;
56
+ background: #E0E0E0; border: 1px solid #BDBDBD;
57
+ display: flex; align-items: center; justify-content: center;
58
+ color: #757575; font-size: 30px; text-align: center;
59
+ }
60
+ .tall .img { height: 360px; }
61
+
62
+ /* Selection check overlay */
63
+ .check {
64
+ position: absolute; top: 14px; right: 14px;
65
+ width: 50px; height: 50px; border-radius: 10px;
66
+ box-shadow: inset 0 0 0 3px #fff;
67
+ background: rgba(0,0,0,0.35);
68
+ display: flex; align-items: center; justify-content: center;
69
+ }
70
+ .check svg { width: 30px; height: 30px; }
71
+ .check svg path { stroke: #fff; stroke-width: 6; fill: none; }
72
+ .selected .check { background: rgba(255,255,255,0.12); }
73
+ .not-selected .check svg { opacity: 0; }
74
+
75
+ /* Bottom actions */
76
+ .actions {
77
+ position: absolute; left: 0; right: 0; bottom: 160px;
78
+ height: 220px; display: flex; align-items: center; justify-content: space-around;
79
+ }
80
+ .action { display: flex; flex-direction: column; align-items: center; gap: 16px; }
81
+ .action-icon {
82
+ width: 64px; height: 64px;
83
+ }
84
+ .action-icon svg { width: 64px; height: 64px; fill: none; stroke: #fff; stroke-width: 3.5; }
85
+ .action-label { font-size: 34px; color: #fff; }
86
+
87
+ /* Ad banner */
88
+ .ad {
89
+ position: absolute; bottom: 0; left: 0; right: 0;
90
+ height: 160px; background: #fff; color: #222;
91
+ border-top: 1px solid #DDD; padding: 18px 24px;
92
+ display: flex; align-items: center; gap: 18px;
93
+ }
94
+ .ad-left { display: flex; align-items: center; gap: 12px; }
95
+ .ad-btn {
96
+ width: 30px; height: 30px; border-radius: 15px;
97
+ display: flex; align-items: center; justify-content: center;
98
+ border: 1px solid #CFCFCF; color: #777; font-size: 18px;
99
+ }
100
+ .ad-logo {
101
+ width: 90px; height: 90px; background: #E0E0E0; border: 1px solid #BDBDBD;
102
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 22px;
103
+ }
104
+ .ad-text { display: flex; flex-direction: column; }
105
+ .ad-title { font-size: 36px; font-weight: 600; }
106
+ .ad-sub { font-size: 30px; color: #1976D2; }
107
+ .ad-cta {
108
+ margin-left: auto; width: 60px; height: 60px; border-radius: 12px;
109
+ background: #4285F4; display: flex; align-items: center; justify-content: center;
110
+ }
111
+ .ad-cta svg { width: 36px; height: 36px; fill: none; stroke: #fff; stroke-width: 3.5; }
112
+ </style>
113
+ </head>
114
+ <body>
115
+ <div id="render-target">
116
+
117
+ <!-- Status bar -->
118
+ <div class="status-bar">
119
+ <div class="status-time">2:03</div>
120
+ <div class="status-icons">
121
+ <!-- Do not disturb -->
122
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9"></circle><rect x="6" y="11" width="12" height="2" fill="#fff" stroke="none"></rect></svg>
123
+ <!-- Wi‑Fi -->
124
+ <svg viewBox="0 0 24 24"><path d="M2 8c5-4 15-4 20 0"></path><path d="M5 11c3-3 11-3 14 0"></path><path d="M8 14c2-2 6-2 8 0"></path><circle cx="12" cy="17" r="1.5" fill="#fff" stroke="none"></circle></svg>
125
+ <!-- Battery -->
126
+ <svg viewBox="0 0 28 24"><rect x="2" y="6" width="20" height="12" rx="2"></rect><rect x="22" y="10" width="4" height="4"></rect><rect x="4" y="8" width="14" height="8" fill="#fff" stroke="none"></rect></svg>
127
+ </div>
128
+ </div>
129
+
130
+ <!-- Header -->
131
+ <div class="header">
132
+ <div class="back-btn">
133
+ <svg viewBox="0 0 24 24"><path d="M5 5 L19 19 M19 5 L5 19"></path></svg>
134
+ </div>
135
+ <div class="header-title">5 Selected</div>
136
+ </div>
137
+
138
+ <!-- Content grid -->
139
+ <div class="content">
140
+ <div class="grid-3">
141
+ <!-- Row 1 -->
142
+ <div class="tile selected">
143
+ <div class="img">[IMG: Aerial view of road]</div>
144
+ <div class="check">
145
+ <svg viewBox="0 0 24 24"><path d="M5 12 L10 17 L19 7"></path></svg>
146
+ </div>
147
+ </div>
148
+ <div class="tile selected">
149
+ <div class="img">[IMG: Dry field with shrubs]</div>
150
+ <div class="check">
151
+ <svg viewBox="0 0 24 24"><path d="M5 12 L10 17 L19 7"></path></svg>
152
+ </div>
153
+ </div>
154
+ <div class="tile selected">
155
+ <div class="img">[IMG: Close-up plant stem and soil]</div>
156
+ <div class="check">
157
+ <svg viewBox="0 0 24 24"><path d="M5 12 L10 17 L19 7"></path></svg>
158
+ </div>
159
+ </div>
160
+
161
+ <!-- Row 2 -->
162
+ <div class="tile selected">
163
+ <div class="img">[IMG: Forest and trees panorama]</div>
164
+ <div class="check">
165
+ <svg viewBox="0 0 24 24"><path d="M5 12 L10 17 L19 7"></path></svg>
166
+ </div>
167
+ </div>
168
+ <div class="tile selected">
169
+ <div class="img">[IMG: Green landscape with scattered trees]</div>
170
+ <div class="check">
171
+ <svg viewBox="0 0 24 24"><path d="M5 12 L10 17 L19 7"></path></svg>
172
+ </div>
173
+ </div>
174
+ <div class="tile not-selected">
175
+ <div class="img">[IMG: Office desk and laptop]</div>
176
+ <div class="check">
177
+ <svg viewBox="0 0 24 24"><path d="M5 12 L10 17 L19 7"></path></svg>
178
+ </div>
179
+ </div>
180
+ </div>
181
+
182
+ <!-- Row 3 (two wide tiles) -->
183
+ <div class="grid-2">
184
+ <div class="tile not-selected tall">
185
+ <div class="img">[IMG: Under desk cables and bag]</div>
186
+ <div class="check">
187
+ <svg viewBox="0 0 24 24"><path d="M5 12 L10 17 L19 7"></path></svg>
188
+ </div>
189
+ </div>
190
+ <div class="tile not-selected tall">
191
+ <div class="img">[IMG: Legs and shoes near chair]</div>
192
+ <div class="check">
193
+ <svg viewBox="0 0 24 24"><path d="M5 12 L10 17 L19 7"></path></svg>
194
+ </div>
195
+ </div>
196
+ </div>
197
+ </div>
198
+
199
+ <!-- Bottom actions -->
200
+ <div class="actions">
201
+ <div class="action">
202
+ <div class="action-icon">
203
+ <!-- Share -->
204
+ <svg viewBox="0 0 24 24">
205
+ <circle cx="5" cy="12" r="2"></circle>
206
+ <circle cx="19" cy="5" r="2"></circle>
207
+ <circle cx="19" cy="19" r="2"></circle>
208
+ <path d="M7 12 L17 7 M7 12 L17 17"></path>
209
+ </svg>
210
+ </div>
211
+ <div class="action-label">Share</div>
212
+ </div>
213
+
214
+ <div class="action">
215
+ <div class="action-icon">
216
+ <!-- Delete -->
217
+ <svg viewBox="0 0 24 24">
218
+ <path d="M4 7 H20"></path>
219
+ <path d="M9 7 V5 H15 V7"></path>
220
+ <rect x="6" y="7" width="12" height="12" rx="2"></rect>
221
+ </svg>
222
+ </div>
223
+ <div class="action-label">Delete</div>
224
+ </div>
225
+
226
+ <div class="action">
227
+ <div class="action-icon">
228
+ <!-- Copy -->
229
+ <svg viewBox="0 0 24 24">
230
+ <rect x="7" y="7" width="11" height="11" rx="2"></rect>
231
+ <rect x="4" y="4" width="11" height="11" rx="2"></rect>
232
+ </svg>
233
+ </div>
234
+ <div class="action-label">Copy</div>
235
+ </div>
236
+
237
+ <div class="action">
238
+ <div class="action-icon">
239
+ <!-- Move -->
240
+ <svg viewBox="0 0 24 24">
241
+ <path d="M5 12 H15"></path>
242
+ <path d="M12 9 L15 12 L12 15"></path>
243
+ <rect x="4" y="5" width="8" height="14" rx="2"></rect>
244
+ </svg>
245
+ </div>
246
+ <div class="action-label">Move</div>
247
+ </div>
248
+ </div>
249
+
250
+ <!-- Ad banner -->
251
+ <div class="ad">
252
+ <div class="ad-left">
253
+ <div class="ad-btn">i</div>
254
+ <div class="ad-btn">×</div>
255
+ <div class="ad-logo">[IMG: Organic India logo]</div>
256
+ </div>
257
+ <div class="ad-text">
258
+ <div class="ad-title">Experience Organic India Today</div>
259
+ <div class="ad-sub">Organic India Store - Sector 18, Noida</div>
260
+ </div>
261
+ <div class="ad-cta">
262
+ <svg viewBox="0 0 24 24"><path d="M6 4 L18 12 L6 20 Z" fill="#fff" stroke="none"></path></svg>
263
+ </div>
264
+ </div>
265
+
266
+ </div>
267
+ </body>
268
+ </html>
code/10315/10315_0.html ADDED
@@ -0,0 +1,300 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Weather UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: linear-gradient(180deg, #2E6CCF 0%, #4E8DCE 45%, #66A9D9 100%);
15
+ border-radius: 32px;
16
+ box-shadow: 0 20px 40px rgba(0,0,0,0.25);
17
+ color: #EAF2FF;
18
+ }
19
+
20
+ .top-area {
21
+ position: relative;
22
+ padding: 60px 48px 24px;
23
+ }
24
+ .city-title {
25
+ text-align: center;
26
+ font-weight: 800;
27
+ font-size: 64px;
28
+ letter-spacing: 0.3px;
29
+ margin-top: 40px;
30
+ }
31
+ .subtitle {
32
+ text-align: center;
33
+ font-size: 34px;
34
+ opacity: 0.85;
35
+ margin-top: 10px;
36
+ }
37
+ .icon-btn {
38
+ position: absolute;
39
+ top: 72px;
40
+ width: 72px;
41
+ height: 72px;
42
+ border-radius: 18px;
43
+ display: flex;
44
+ align-items: center;
45
+ justify-content: center;
46
+ background: rgba(255,255,255,0.12);
47
+ }
48
+ .icon-left { left: 36px; }
49
+ .icon-right { right: 36px; }
50
+
51
+ .map {
52
+ width: 984px;
53
+ height: 340px;
54
+ margin: 32px auto 24px;
55
+ background: #E0E0E0;
56
+ border: 1px solid #BDBDBD;
57
+ border-radius: 28px;
58
+ display: flex;
59
+ align-items: center;
60
+ justify-content: center;
61
+ color: #757575;
62
+ font-size: 30px;
63
+ font-weight: 600;
64
+ }
65
+
66
+ .section {
67
+ padding: 24px 48px;
68
+ }
69
+ .section-header {
70
+ display: flex;
71
+ align-items: center;
72
+ justify-content: space-between;
73
+ margin: 12px 0 18px;
74
+ }
75
+ .section-title {
76
+ font-size: 44px;
77
+ font-weight: 700;
78
+ letter-spacing: 0.2px;
79
+ }
80
+ .more {
81
+ font-size: 36px;
82
+ display: flex;
83
+ align-items: center;
84
+ gap: 16px;
85
+ opacity: 0.95;
86
+ }
87
+ .card {
88
+ background: linear-gradient(180deg, rgba(36,98,166,0.65), rgba(82,136,186,0.65));
89
+ border-radius: 30px;
90
+ padding: 32px 28px;
91
+ box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
92
+ }
93
+
94
+ .row {
95
+ display: grid;
96
+ grid-template-columns: 120px 1fr;
97
+ gap: 32px;
98
+ align-items: center;
99
+ padding: 26px 18px;
100
+ border-radius: 24px;
101
+ }
102
+ .row + .row { margin-top: 10px; }
103
+ .icon-box {
104
+ width: 100px;
105
+ height: 100px;
106
+ border-radius: 22px;
107
+ background: rgba(24,78,136,0.45);
108
+ display: flex;
109
+ align-items: center;
110
+ justify-content: center;
111
+ }
112
+ .row-text {
113
+ font-size: 34px;
114
+ line-height: 1.4;
115
+ color: #F0F6FF;
116
+ }
117
+
118
+ .allergy-row {
119
+ grid-template-columns: 120px 1fr 180px;
120
+ }
121
+ .badge {
122
+ justify-self: end;
123
+ padding: 12px 24px;
124
+ border-radius: 14px;
125
+ font-weight: 800;
126
+ font-size: 30px;
127
+ color: #fff;
128
+ }
129
+ .badge.high { background: #F07C1A; }
130
+ .badge.low { background: #39A448; }
131
+
132
+ .divider {
133
+ height: 2px;
134
+ background: rgba(255,255,255,0.28);
135
+ margin: 26px 48px 12px;
136
+ }
137
+
138
+ .provider {
139
+ width: 720px;
140
+ margin: 24px auto;
141
+ padding: 24px 32px;
142
+ background: rgba(255,255,255,0.18);
143
+ border-radius: 28px;
144
+ display: flex;
145
+ align-items: center;
146
+ gap: 18px;
147
+ color: #EAF2FF;
148
+ font-size: 34px;
149
+ font-weight: 700;
150
+ }
151
+ .provider .brand {
152
+ color: #F36D21;
153
+ font-weight: 800;
154
+ }
155
+
156
+ /* Simple SVG icons styling */
157
+ svg { display: block; }
158
+ </style>
159
+ </head>
160
+ <body>
161
+ <div id="render-target">
162
+
163
+ <div class="top-area">
164
+ <div class="icon-btn icon-left">
165
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none">
166
+ <rect x="3" y="5" width="18" height="2" rx="1" fill="#FFFFFF"/>
167
+ <rect x="3" y="11" width="14" height="2" rx="1" fill="#FFFFFF"/>
168
+ <rect x="3" y="17" width="18" height="2" rx="1" fill="#FFFFFF"/>
169
+ </svg>
170
+ </div>
171
+ <div class="icon-btn icon-right">
172
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none">
173
+ <circle cx="12" cy="12" r="11" stroke="rgba(255,255,255,0.7)" stroke-width="2"/>
174
+ <rect x="11" y="5" width="2" height="14" fill="#FFFFFF"/>
175
+ <rect x="5" y="11" width="14" height="2" fill="#FFFFFF"/>
176
+ </svg>
177
+ </div>
178
+
179
+ <div class="city-title">Ulm</div>
180
+ <div class="subtitle">Mon 14:22</div>
181
+
182
+ <div class="map">[IMG: Google Map of Central Europe with pin]</div>
183
+ </div>
184
+
185
+ <div class="section">
186
+ <div class="section-header">
187
+ <div class="section-title">Indices</div>
188
+ <div class="more">
189
+ More
190
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="none">
191
+ <path d="M8 4l8 8-8 8" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
192
+ </svg>
193
+ </div>
194
+ </div>
195
+ <div class="card">
196
+ <div class="row">
197
+ <div class="icon-box">
198
+ <svg width="56" height="56" viewBox="0 0 24 24">
199
+ <circle cx="15" cy="5" r="3" fill="#FFFFFF"/>
200
+ <path d="M6 13l4-3 4 2 3-2 2 2-3 3-3-1-3 3" stroke="#FFFFFF" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
201
+ </svg>
202
+ </div>
203
+ <div class="row-text">Conditions are good for running outdoors.</div>
204
+ </div>
205
+
206
+ <div class="row">
207
+ <div class="icon-box">
208
+ <svg width="56" height="56" viewBox="0 0 24 24">
209
+ <rect x="4" y="6" width="8" height="12" rx="3" fill="#FFFFFF" opacity="0.9"/>
210
+ <rect x="12" y="8" width="8" height="8" rx="3" fill="#FFFFFF"/>
211
+ </svg>
212
+ </div>
213
+ <div class="row-text">Weather conditions create a lowered risk of catching a cold, and will help to make colds less severe and of shorter duration.</div>
214
+ </div>
215
+
216
+ <div class="row">
217
+ <div class="icon-box">
218
+ <svg width="56" height="56" viewBox="0 0 24 24">
219
+ <circle cx="12" cy="12" r="4" fill="#FFFFFF"/>
220
+ <path d="M12 2v4M12 18v4M2 12h4M18 12h4M5 5l3 3M16 16l3 3M19 5l-3 3M5 19l3-3" stroke="#FFFFFF" stroke-width="2"/>
221
+ </svg>
222
+ </div>
223
+ <div class="row-text">Conditions will be good for outdoor activities.</div>
224
+ </div>
225
+
226
+ <div class="row">
227
+ <div class="icon-box">
228
+ <svg width="56" height="56" viewBox="0 0 24 24">
229
+ <path d="M2 13l20 0-5-3-7 1-2-5" stroke="#FFFFFF" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
230
+ <rect x="3" y="14" width="18" height="2" fill="#FFFFFF"/>
231
+ </svg>
232
+ </div>
233
+ <div class="row-text">Conditions are excellent for flying!</div>
234
+ </div>
235
+
236
+ <div class="row">
237
+ <div class="icon-box">
238
+ <svg width="56" height="56" viewBox="0 0 24 24">
239
+ <rect x="5" y="10" width="14" height="6" rx="2" fill="#FFFFFF"/>
240
+ <circle cx="8" cy="18" r="2" fill="#FFFFFF"/>
241
+ <circle cx="16" cy="18" r="2" fill="#FFFFFF"/>
242
+ <rect x="9" y="7" width="6" height="3" rx="1.5" fill="#FFFFFF"/>
243
+ </svg>
244
+ </div>
245
+ <div class="row-text">Driving conditions are fair.</div>
246
+ </div>
247
+ </div>
248
+ </div>
249
+
250
+ <div class="section">
251
+ <div class="section-header">
252
+ <div class="section-title">Allergy Outlook</div>
253
+ <div class="more">
254
+ More
255
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="none">
256
+ <path d="M8 4l8 8-8 8" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
257
+ </svg>
258
+ </div>
259
+ </div>
260
+
261
+ <div class="card">
262
+ <div class="row allergy-row">
263
+ <div class="icon-box">
264
+ <svg width="56" height="56" viewBox="0 0 24 24">
265
+ <path d="M12 3c-2 3-3 4-3 6 0 2 1 3 3 3s3-1 3-3c0-2-1-3-3-6z" fill="#FFFFFF"/>
266
+ <rect x="11" y="13" width="2" height="6" fill="#FFFFFF"/>
267
+ </svg>
268
+ </div>
269
+ <div class="row-text">Dust & Dander Forecast</div>
270
+ <div class="badge high">High</div>
271
+ </div>
272
+
273
+ <div class="row allergy-row">
274
+ <div class="icon-box">
275
+ <svg width="56" height="56" viewBox="0 0 24 24">
276
+ <path d="M6 18c6-2 10-7 10-13 2 2 2 6 1 8-2 4-6 6-11 5z" fill="#FFFFFF"/>
277
+ <circle cx="7" cy="18" r="1" fill="#FFFFFF"/>
278
+ <circle cx="10" cy="17" r="1" fill="#FFFFFF"/>
279
+ </svg>
280
+ </div>
281
+ <div class="row-text">Ragweed Pollen</div>
282
+ <div class="badge low">Low</div>
283
+ </div>
284
+ </div>
285
+
286
+ <div class="divider"></div>
287
+
288
+ <div class="provider">
289
+ <span>Data provider:</span>
290
+ <svg width="30" height="30" viewBox="0 0 24 24">
291
+ <circle cx="12" cy="12" r="6" stroke="#F36D21" stroke-width="2" fill="none"/>
292
+ <path d="M12 2v3M12 19v3M2 12h3M19 12h3M5 5l2 2M17 17l2 2M19 5l-2 2M5 19l2-2" stroke="#F36D21" stroke-width="2"/>
293
+ </svg>
294
+ <span class="brand">AccuWeather</span>
295
+ </div>
296
+ </div>
297
+
298
+ </div>
299
+ </body>
300
+ </html>
code/10315/10315_1.html ADDED
@@ -0,0 +1,388 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Weather 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: linear-gradient(180deg, #2d75c5 0%, #3a86cf 40%, #4a92d2 100%);
15
+ color: #fff;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 100%;
24
+ height: 100px;
25
+ padding: 30px 40px 0 40px;
26
+ box-sizing: border-box;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ font-weight: 600;
31
+ letter-spacing: 0.3px;
32
+ }
33
+ .status-left, .status-right { display: flex; align-items: center; gap: 22px; }
34
+ .status-time { font-size: 36px; }
35
+ .icon-small svg { width: 36px; height: 36px; fill: none; stroke: #ffffff; stroke-width: 3; }
36
+
37
+ /* Header */
38
+ .app-header {
39
+ position: absolute;
40
+ top: 120px;
41
+ left: 0;
42
+ width: 100%;
43
+ padding: 0 40px;
44
+ box-sizing: border-box;
45
+ }
46
+ .header-row {
47
+ display: flex;
48
+ align-items: center;
49
+ justify-content: space-between;
50
+ }
51
+ .hamburger, .add-btn {
52
+ width: 72px; height: 72px; display: flex; align-items: center; justify-content: center;
53
+ border-radius: 36px;
54
+ }
55
+ .hamburger svg, .add-btn svg { width: 44px; height: 44px; stroke: #fff; stroke-width: 4; }
56
+ .location-title {
57
+ text-align: center;
58
+ font-weight: 800;
59
+ font-size: 64px;
60
+ margin: 16px 0 6px;
61
+ }
62
+ .subtime {
63
+ text-align: center;
64
+ font-size: 36px;
65
+ opacity: 0.9;
66
+ margin-bottom: 20px;
67
+ }
68
+
69
+ /* Forecast card */
70
+ .forecast-card {
71
+ margin: 40px;
72
+ margin-top: 30px;
73
+ background: linear-gradient(180deg, rgba(14,66,130,0.85), rgba(14,66,130,0.8));
74
+ border-radius: 28px;
75
+ padding: 40px 40px 34px;
76
+ box-sizing: border-box;
77
+ position: relative;
78
+ }
79
+ .chart-area {
80
+ height: 420px;
81
+ position: relative;
82
+ border-radius: 18px;
83
+ }
84
+ .vline {
85
+ position: absolute;
86
+ top: 80px;
87
+ bottom: 130px;
88
+ width: 0;
89
+ border-left: 6px dotted rgba(255,255,255,0.8);
90
+ }
91
+ .dot {
92
+ position: absolute;
93
+ width: 18px; height: 18px; border-radius: 50%;
94
+ background: #fff;
95
+ transform: translate(-9px, -9px);
96
+ }
97
+ .value-label {
98
+ position: absolute;
99
+ top: 12px;
100
+ font-size: 48px;
101
+ font-weight: 700;
102
+ transform: translateX(-20px);
103
+ }
104
+ .trend-line {
105
+ position: absolute;
106
+ left: 0; right: 0; top: 220px; height: 2px;
107
+ }
108
+ .trend-line svg { width: 100%; height: 160px; }
109
+ /* wind arrows row */
110
+ .wind-row {
111
+ display: flex;
112
+ align-items: center;
113
+ justify-content: space-between;
114
+ padding: 40px 10px 0;
115
+ }
116
+ .wind-arrow svg { width: 72px; height: 72px; fill: #fff; }
117
+ /* day labels */
118
+ .days {
119
+ display: grid;
120
+ grid-template-columns: repeat(5, 1fr);
121
+ gap: 10px;
122
+ margin-top: 24px;
123
+ }
124
+ .day {
125
+ text-align: left;
126
+ color: #dfe9ff;
127
+ }
128
+ .day .name { font-size: 36px; font-weight: 700; margin-bottom: 8px; color: #fff; }
129
+ .day .date { font-size: 32px; opacity: 0.9; }
130
+
131
+ /* Section headers */
132
+ .section {
133
+ padding: 20px 40px;
134
+ margin-top: 10px;
135
+ }
136
+ .section .row {
137
+ display: flex; align-items: center; justify-content: space-between;
138
+ }
139
+ .section-title {
140
+ font-size: 52px; font-weight: 800;
141
+ }
142
+ .link {
143
+ display: inline-flex; align-items: center; gap: 12px; font-size: 42px; font-weight: 700; color: #e9f2ff;
144
+ }
145
+ .link svg { width: 36px; height: 36px; stroke: #e9f2ff; stroke-width: 5; fill: none; }
146
+
147
+ /* Map card (image placeholder) */
148
+ .map-card {
149
+ margin: 24px 40px;
150
+ background: rgba(14,66,130,0.5);
151
+ border-radius: 28px;
152
+ padding: 20px;
153
+ }
154
+ .img-placeholder {
155
+ width: 100%;
156
+ height: 480px;
157
+ background: #E0E0E0;
158
+ border: 1px solid #BDBDBD;
159
+ border-radius: 22px;
160
+ display: flex; justify-content: center; align-items: center;
161
+ color: #757575; font-size: 38px; font-weight: 600;
162
+ }
163
+
164
+ /* Indices list */
165
+ .indices-card {
166
+ margin: 16px 40px 0;
167
+ background: linear-gradient(180deg, rgba(14,66,130,0.85), rgba(14,66,130,0.8));
168
+ border-radius: 28px;
169
+ padding: 26px;
170
+ }
171
+ .index-item {
172
+ display: grid; grid-template-columns: 120px 1fr; gap: 28px;
173
+ align-items: center;
174
+ padding: 26px 20px;
175
+ border-radius: 20px;
176
+ }
177
+ .index-icon {
178
+ width: 120px; height: 120px; border-radius: 24px;
179
+ background: rgba(255,255,255,0.15);
180
+ display: flex; align-items: center; justify-content: center;
181
+ }
182
+ .index-icon svg { width: 64px; height: 64px; fill: none; stroke: #ffffff; stroke-width: 5; }
183
+ .index-text {
184
+ font-size: 38px; line-height: 1.36; color: #eaf3ff;
185
+ }
186
+ .divider { height: 1px; background: rgba(255,255,255,0.15); margin: 8px 0 8px 140px; }
187
+
188
+ /* Home indicator */
189
+ .home-indicator {
190
+ position: absolute;
191
+ bottom: 24px; left: 50%;
192
+ transform: translateX(-50%);
193
+ width: 360px; height: 14px; background: rgba(255,255,255,0.8);
194
+ border-radius: 7px;
195
+ }
196
+ </style>
197
+ </head>
198
+ <body>
199
+ <div id="render-target">
200
+
201
+ <!-- Status Bar -->
202
+ <div class="status-bar">
203
+ <div class="status-left">
204
+ <div class="status-time">5:53</div>
205
+ <div class="icon-small">
206
+ <!-- Simple mail icon -->
207
+ <svg viewBox="0 0 24 24"><path d="M3 6h18v12H3z"/><path d="M3 6l9 7 9-7" stroke-linecap="round"/></svg>
208
+ </div>
209
+ <div class="icon-small">
210
+ <!-- Simple slash icon -->
211
+ <svg viewBox="0 0 24 24"><path d="M5 19L19 5" stroke-linecap="round"/></svg>
212
+ </div>
213
+ </div>
214
+ <div class="status-right">
215
+ <div class="icon-small">
216
+ <!-- Wifi icon -->
217
+ <svg viewBox="0 0 24 24">
218
+ <path d="M2 8c9-6 11-6 20 0"/>
219
+ <path d="M5 12c6-4 8-4 14 0"/>
220
+ <path d="M8 16c3-2 5-2 8 0"/>
221
+ <circle cx="12" cy="19" r="1.8" fill="#fff" stroke="none"/>
222
+ </svg>
223
+ </div>
224
+ <div class="icon-small">
225
+ <!-- Battery icon -->
226
+ <svg viewBox="0 0 28 16">
227
+ <rect x="1" y="2" width="22" height="12" rx="2" ry="2" stroke="#fff"/>
228
+ <rect x="3" y="4" width="16" height="8" fill="#fff" stroke="none"/>
229
+ <rect x="24" y="6" width="3" height="4" rx="1" stroke="#fff"/>
230
+ </svg>
231
+ </div>
232
+ <div style="font-size: 34px; font-weight: 700;">85%</div>
233
+ </div>
234
+ </div>
235
+
236
+ <!-- Header -->
237
+ <div class="app-header">
238
+ <div class="header-row">
239
+ <div class="hamburger">
240
+ <svg viewBox="0 0 24 24"><path d="M3 5h18M3 12h18M3 19h18" stroke-linecap="round"/></svg>
241
+ </div>
242
+ <div class="add-btn">
243
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" stroke="#fff" fill="none"/><path d="M12 7v10M7 12h10" stroke-linecap="round"/></svg>
244
+ </div>
245
+ </div>
246
+ <div class="location-title">Ulm</div>
247
+ <div class="subtime">Mon 14:23</div>
248
+ </div>
249
+
250
+ <!-- Forecast Card -->
251
+ <div class="forecast-card">
252
+ <div class="chart-area">
253
+ <!-- vertical dotted lines + labels -->
254
+ <div class="vline" style="left: 60px;"></div>
255
+ <div class="dot" style="left: 60px; top: 280px;"></div>
256
+ <div class="value-label" style="left: 76px;">7</div>
257
+
258
+ <div class="vline" style="left: 260px;"></div>
259
+ <div class="dot" style="left: 260px; top: 300px;"></div>
260
+ <div class="value-label" style="left: 276px;">6</div>
261
+
262
+ <div class="vline" style="left: 460px;"></div>
263
+ <div class="dot" style="left: 460px; top: 270px;"></div>
264
+ <div class="value-label" style="left: 476px;">7</div>
265
+
266
+ <div class="vline" style="left: 660px;"></div>
267
+ <div class="dot" style="left: 660px; top: 272px;"></div>
268
+ <div class="value-label" style="left: 676px;">7</div>
269
+
270
+ <div class="vline" style="left: 860px;"></div>
271
+ <div class="dot" style="left: 860px; top: 274px;"></div>
272
+ <div class="value-label" style="left: 876px;">7</div>
273
+
274
+ <!-- Smooth trend line -->
275
+ <div class="trend-line">
276
+ <svg viewBox="0 0 1000 160">
277
+ <path d="M40 120 C 200 145, 360 110, 460 100 C 560 95, 660 100, 860 100 C 960 100, 1000 100, 1000 100"
278
+ stroke="#fff" stroke-width="5" fill="none"/>
279
+ <!-- small points already added as .dot -->
280
+ </svg>
281
+ </div>
282
+ </div>
283
+
284
+ <!-- Wind direction arrows -->
285
+ <div class="wind-row">
286
+ <div class="wind-arrow">
287
+ <svg viewBox="0 0 24 24"><path d="M5 12l12-6-6 12z"/></svg>
288
+ </div>
289
+ <div class="wind-arrow">
290
+ <svg viewBox="0 0 24 24"><path d="M12 5l6 12-12-6z"/></svg>
291
+ </div>
292
+ <div class="wind-arrow">
293
+ <svg viewBox="0 0 24 24"><path d="M12 5l-6 12 12-6z"/></svg>
294
+ </div>
295
+ <div class="wind-arrow">
296
+ <svg viewBox="0 0 24 24"><path d="M12 5l5 14-14-5z"/></svg>
297
+ </div>
298
+ <div class="wind-arrow">
299
+ <svg viewBox="0 0 24 24"><path d="M6 6l12 6-12 6z"/></svg>
300
+ </div>
301
+ </div>
302
+
303
+ <!-- Day labels -->
304
+ <div class="days">
305
+ <div class="day">
306
+ <div class="name">Today</div>
307
+ <div class="date">25/9</div>
308
+ </div>
309
+ <div class="day">
310
+ <div class="name">Tue</div>
311
+ <div class="date">26/9</div>
312
+ </div>
313
+ <div class="day">
314
+ <div class="name">Wed</div>
315
+ <div class="date">27/9</div>
316
+ </div>
317
+ <div class="day">
318
+ <div class="name">Thu</div>
319
+ <div class="date">28/9</div>
320
+ </div>
321
+ <div class="day">
322
+ <div class="name">Fri</div>
323
+ <div class="date">29/9</div>
324
+ </div>
325
+ </div>
326
+ </div>
327
+
328
+ <!-- Radar section -->
329
+ <div class="section">
330
+ <div class="row">
331
+ <div class="section-title">Radar</div>
332
+ <div class="link">Details
333
+ <svg viewBox="0 0 24 24"><path d="M8 5l8 7-8 7" stroke-linecap="round" stroke-linejoin="round"/></svg>
334
+ </div>
335
+ </div>
336
+ </div>
337
+ <div class="map-card">
338
+ <div class="img-placeholder">[IMG: Map - Central Europe Radar]</div>
339
+ </div>
340
+
341
+ <!-- Indices section -->
342
+ <div class="section" style="margin-top: 14px;">
343
+ <div class="row">
344
+ <div class="section-title">Indices</div>
345
+ <div class="link">More
346
+ <svg viewBox="0 0 24 24"><path d="M8 5l8 7-8 7" stroke-linecap="round" stroke-linejoin="round"/></svg>
347
+ </div>
348
+ </div>
349
+ </div>
350
+ <div class="indices-card">
351
+ <div class="index-item">
352
+ <div class="index-icon">
353
+ <!-- running icon -->
354
+ <svg viewBox="0 0 24 24">
355
+ <circle cx="12" cy="4" r="2" fill="none" stroke="#fff"/>
356
+ <path d="M8 9l4 2 3-2M7 17l3-5M14 14l3 3" stroke-linecap="round"/>
357
+ </svg>
358
+ </div>
359
+ <div class="index-text">Conditions are good for running outdoors.</div>
360
+ </div>
361
+ <div class="divider"></div>
362
+ <div class="index-item">
363
+ <div class="index-icon">
364
+ <!-- pill icon -->
365
+ <svg viewBox="0 0 24 24">
366
+ <rect x="3" y="6" width="18" height="12" rx="6" ry="6"/>
367
+ <path d="M8 9l8 6" stroke-linecap="round"/>
368
+ </svg>
369
+ </div>
370
+ <div class="index-text">Weather conditions create a lowered risk of catching a cold, and will help to make colds less severe and of shorter duration.</div>
371
+ </div>
372
+ <div class="divider"></div>
373
+ <div class="index-item">
374
+ <div class="index-icon">
375
+ <!-- outdoor activities icon -->
376
+ <svg viewBox="0 0 24 24">
377
+ <path d="M4 18l8-12 8 12" stroke-linecap="round"/>
378
+ <path d="M12 6v12" stroke-linecap="round"/>
379
+ </svg>
380
+ </div>
381
+ <div class="index-text">Conditions will be good for outdoor activities.</div>
382
+ </div>
383
+ </div>
384
+
385
+ <div class="home-indicator"></div>
386
+ </div>
387
+ </body>
388
+ </html>
code/10315/10315_3.html ADDED
@@ -0,0 +1,271 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Map UI Mock</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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
16
+ color: #333;
17
+ }
18
+
19
+ /* Top status bar */
20
+ .statusbar {
21
+ position: absolute;
22
+ top: 0; left: 0;
23
+ width: 100%;
24
+ height: 160px;
25
+ background: #ffffff;
26
+ box-sizing: border-box;
27
+ padding: 40px 48px;
28
+ display: flex;
29
+ align-items: center;
30
+ justify-content: space-between;
31
+ color: #bdbdbd;
32
+ font-weight: 600;
33
+ font-size: 44px;
34
+ letter-spacing: 0.5px;
35
+ }
36
+ .status-right {
37
+ display: flex;
38
+ align-items: center;
39
+ gap: 24px;
40
+ }
41
+ .icon {
42
+ display: inline-flex;
43
+ align-items: center;
44
+ justify-content: center;
45
+ }
46
+ .icon svg { display: block; }
47
+
48
+ /* Map area */
49
+ .map-wrap {
50
+ position: absolute;
51
+ top: 160px;
52
+ left: 0;
53
+ width: 1080px;
54
+ height: 2240px;
55
+ }
56
+ .map-placeholder {
57
+ position: absolute;
58
+ inset: 0;
59
+ background: #E0E0E0;
60
+ border: 1px solid #BDBDBD;
61
+ display: flex;
62
+ align-items: center;
63
+ justify-content: center;
64
+ color: #757575;
65
+ font-size: 42px;
66
+ letter-spacing: 0.3px;
67
+ }
68
+ /* Olive overlay to mimic the styled map */
69
+ .map-olive {
70
+ position: absolute;
71
+ inset: 0;
72
+ background: linear-gradient(180deg, rgba(91,85,39,0.92) 0%, rgba(108,99,49,0.92) 50%, rgba(88,82,40,0.92) 100%);
73
+ pointer-events: none;
74
+ }
75
+
76
+ /* Back button */
77
+ .back-btn {
78
+ position: absolute;
79
+ top: 220px;
80
+ left: 40px;
81
+ width: 120px;
82
+ height: 120px;
83
+ background: #ffffff;
84
+ border-radius: 60px;
85
+ box-shadow: 0 8px 24px rgba(0,0,0,0.25);
86
+ display: flex;
87
+ align-items: center;
88
+ justify-content: center;
89
+ }
90
+ .back-btn svg { width: 48px; height: 48px; }
91
+
92
+ /* Vertical legend */
93
+ .legend {
94
+ position: absolute;
95
+ top: 740px;
96
+ left: 40px;
97
+ width: 92px;
98
+ height: 720px;
99
+ background: #ffffff;
100
+ border-radius: 46px;
101
+ box-shadow: 0 8px 24px rgba(0,0,0,0.25);
102
+ display: flex;
103
+ flex-direction: column;
104
+ align-items: center;
105
+ padding: 24px 0;
106
+ box-sizing: border-box;
107
+ gap: 18px;
108
+ }
109
+ .legend-bar {
110
+ width: 48px;
111
+ height: 600px;
112
+ border-radius: 24px;
113
+ background: linear-gradient(180deg, #6f2dcf 0%, #4740e6 15%, #3276e6 30%, #1ca2c9 45%, #22c79a 60%, #7ad34a 75%, #f3dd3a 87%, #f6a53a 100%);
114
+ }
115
+ .legend-info {
116
+ width: 56px;
117
+ height: 56px;
118
+ border-radius: 28px;
119
+ background: #e8f3ff;
120
+ display: flex;
121
+ align-items: center;
122
+ justify-content: center;
123
+ color: #1976d2;
124
+ font-weight: 700;
125
+ font-size: 34px;
126
+ }
127
+
128
+ /* Country labels (stylized like map labels) */
129
+ .label {
130
+ position: absolute;
131
+ color: #d9d9d9;
132
+ font-size: 64px;
133
+ font-weight: 800;
134
+ letter-spacing: 0.5px;
135
+ text-shadow: 0 0 2px rgba(0,0,0,0.7), 0 1px 8px rgba(0,0,0,0.45);
136
+ pointer-events: none;
137
+ }
138
+ .label.small { font-size: 54px; }
139
+ .label.tiny { font-size: 48px; }
140
+
141
+ /* Red map pin */
142
+ .pin {
143
+ position: absolute;
144
+ width: 90px;
145
+ height: 120px;
146
+ left: 540px; /* center-ish */
147
+ top: 1360px;
148
+ transform: translateX(-50%);
149
+ display: flex;
150
+ align-items: center;
151
+ justify-content: center;
152
+ filter: drop-shadow(0 8px 12px rgba(0,0,0,0.4));
153
+ }
154
+ .pin svg { width: 90px; height: 120px; }
155
+
156
+ /* Bottom overlays and controls */
157
+ .google-watermark {
158
+ position: absolute;
159
+ left: 28px;
160
+ bottom: 200px;
161
+ color: #ffffff;
162
+ font-weight: 600;
163
+ font-size: 44px;
164
+ text-shadow: 0 2px 6px rgba(0,0,0,0.6);
165
+ }
166
+ .bottom-dark {
167
+ position: absolute;
168
+ left: 0; right: 0; bottom: 120px;
169
+ height: 160px;
170
+ background: linear-gradient(0deg, rgba(0,0,0,0.7), rgba(0,0,0,0.0));
171
+ }
172
+
173
+ .layers-card {
174
+ position: absolute;
175
+ right: 48px;
176
+ bottom: 520px;
177
+ width: 240px;
178
+ height: 240px;
179
+ background: #ffffff;
180
+ border-radius: 40px;
181
+ box-shadow: 0 10px 28px rgba(0,0,0,0.35);
182
+ display: flex;
183
+ align-items: center;
184
+ justify-content: center;
185
+ flex-direction: column;
186
+ gap: 18px;
187
+ color: #666;
188
+ font-size: 46px;
189
+ font-weight: 700;
190
+ }
191
+ .layers-card .icon svg { width: 84px; height: 84px; }
192
+
193
+ .provider {
194
+ position: absolute;
195
+ right: 48px;
196
+ bottom: 320px;
197
+ height: 120px;
198
+ width: 560px;
199
+ background: #ffffff;
200
+ border-radius: 60px;
201
+ box-shadow: 0 10px 28px rgba(0,0,0,0.35);
202
+ display: flex;
203
+ align-items: center;
204
+ gap: 24px;
205
+ padding: 0 32px;
206
+ font-size: 42px;
207
+ color: #444;
208
+ font-weight: 700;
209
+ }
210
+ .provider .logo {
211
+ width: 72px; height: 72px;
212
+ border-radius: 20px;
213
+ background: #ff6d3a;
214
+ display: flex; align-items: center; justify-content: center;
215
+ }
216
+ .provider .logo svg { width: 56px; height: 56px; }
217
+
218
+ /* Home indicator */
219
+ .home-indicator {
220
+ position: absolute;
221
+ bottom: 36px;
222
+ left: 50%;
223
+ transform: translateX(-50%);
224
+ width: 360px;
225
+ height: 14px;
226
+ background: #d0d0d0;
227
+ border-radius: 7px;
228
+ }
229
+ </style>
230
+ </head>
231
+ <body>
232
+ <div id="render-target">
233
+
234
+ <!-- Status bar -->
235
+ <div class="statusbar">
236
+ <div>5:54</div>
237
+ <div class="status-right">
238
+ <span class="icon" aria-hidden="true">
239
+ <!-- wifi -->
240
+ <svg viewBox="0 0 24 24" width="44" height="44">
241
+ <path d="M12 20c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm-6.6-6.6a9 9 0 0113.2 0l1.4-1.4A11 11 0 003 12l1.4 1.4zm3.3-3.3a5.5 5.5 0 018.6 0l1.4-1.4a7.5 7.5 0 00-11.4 0l1.4 1.4z" fill="#cfcfcf"/>
242
+ </svg>
243
+ </span>
244
+ <span class="icon" aria-hidden="true">
245
+ <!-- battery -->
246
+ <svg viewBox="0 0 32 24" width="64" height="44">
247
+ <rect x="1" y="4" width="26" height="16" rx="3" fill="none" stroke="#cfcfcf" stroke-width="2"/>
248
+ <rect x="3" y="6" width="22" height="12" rx="2" fill="#cfcfcf"/>
249
+ <rect x="27" y="8" width="4" height="8" rx="1" fill="#cfcfcf"/>
250
+ </svg>
251
+ </span>
252
+ <span style="color:#cfcfcf">86%</span>
253
+ </div>
254
+ </div>
255
+
256
+ <!-- Map area -->
257
+ <div class="map-wrap">
258
+ <div class="map-placeholder">[IMG: Map of Western Europe]</div>
259
+ <div class="map-olive"></div>
260
+
261
+ <!-- Back button -->
262
+ <div class="back-btn" aria-label="Back">
263
+ <svg viewBox="0 0 24 24">
264
+ <path d="M15 6l-6 6 6 6" fill="none" stroke="#555" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
265
+ </svg>
266
+ </div>
267
+
268
+ <!-- Vertical legend -->
269
+ <div class="legend">
270
+ <div class="legend-bar"></div>
271
+ <div class="legend-i
code/10315/10315_4.html ADDED
@@ -0,0 +1,255 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Map Layers 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: #111; /* outer backdrop */
15
+ }
16
+
17
+ /* Fullscreen map placeholder */
18
+ .map-placeholder {
19
+ position: absolute;
20
+ inset: 0;
21
+ background: #E0E0E0;
22
+ border: 1px solid #BDBDBD;
23
+ color: #757575;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: center;
27
+ font-size: 32px;
28
+ letter-spacing: 0.5px;
29
+ }
30
+
31
+ /* iOS top safe area hint */
32
+ .top-safe {
33
+ position: absolute;
34
+ top: 0; left: 0; right: 0;
35
+ height: 120px;
36
+ background: rgba(255,255,255,0.75);
37
+ }
38
+
39
+ /* Back button */
40
+ .back-btn {
41
+ position: absolute;
42
+ top: 150px;
43
+ left: 36px;
44
+ width: 120px;
45
+ height: 120px;
46
+ background: #ffffff;
47
+ border-radius: 60px;
48
+ box-shadow: 0 8px 18px rgba(0,0,0,0.25);
49
+ display: flex;
50
+ align-items: center;
51
+ justify-content: center;
52
+ }
53
+ .back-btn svg { width: 40px; height: 40px; }
54
+
55
+ /* Vertical legend */
56
+ .legend-wrap {
57
+ position: absolute;
58
+ left: 60px;
59
+ top: 700px;
60
+ width: 110px;
61
+ height: 720px;
62
+ background: #ffffff;
63
+ border-radius: 24px;
64
+ box-shadow: 0 8px 22px rgba(0,0,0,0.28);
65
+ padding: 24px 30px;
66
+ box-sizing: border-box;
67
+ display: flex;
68
+ flex-direction: column;
69
+ align-items: center;
70
+ justify-content: space-between;
71
+ }
72
+ .legend-bar {
73
+ width: 50px;
74
+ height: 600px;
75
+ border-radius: 12px;
76
+ border: 2px solid rgba(0,0,0,0.08);
77
+ background: linear-gradient(to bottom,
78
+ #7E2CFF 0%,
79
+ #4656FF 14%,
80
+ #2E88FF 28%,
81
+ #2FF0E0 42%,
82
+ #8DFF4A 56%,
83
+ #FFE14A 70%,
84
+ #FF9C2E 84%,
85
+ #FF3B2E 100%);
86
+ }
87
+ .legend-info {
88
+ width: 52px;
89
+ height: 52px;
90
+ border-radius: 26px;
91
+ background: #eef6ff;
92
+ border: 2px solid #d7e6ff;
93
+ display: flex;
94
+ align-items: center;
95
+ justify-content: center;
96
+ }
97
+ .legend-info svg { width: 24px; height: 24px; }
98
+
99
+ /* Map pin */
100
+ .pin {
101
+ position: absolute;
102
+ top: 1180px;
103
+ left: 560px;
104
+ transform: translate(-50%, -100%);
105
+ filter: drop-shadow(0 8px 14px rgba(0,0,0,0.35));
106
+ }
107
+ .pin svg { width: 120px; height: 160px; }
108
+
109
+ /* Layers floating button */
110
+ .layers-card {
111
+ position: absolute;
112
+ right: 60px;
113
+ bottom: 560px;
114
+ width: 230px;
115
+ height: 230px;
116
+ background: #ffffff;
117
+ border-radius: 36px;
118
+ box-shadow: 0 14px 26px rgba(0,0,0,0.28);
119
+ display: flex;
120
+ flex-direction: column;
121
+ align-items: center;
122
+ justify-content: center;
123
+ gap: 22px;
124
+ color: #5b5b5b;
125
+ font-weight: 600;
126
+ font-size: 40px;
127
+ letter-spacing: 0.3px;
128
+ }
129
+ .layers-icon { width: 88px; height: 88px; }
130
+
131
+ /* Data provider card */
132
+ .provider {
133
+ position: absolute;
134
+ right: 60px;
135
+ bottom: 300px;
136
+ background: #ffffff;
137
+ height: 150px;
138
+ width: 560px;
139
+ border-radius: 36px;
140
+ box-shadow: 0 12px 24px rgba(0,0,0,0.25);
141
+ display: flex;
142
+ align-items: center;
143
+ padding: 0 34px;
144
+ box-sizing: border-box;
145
+ gap: 22px;
146
+ color: #222;
147
+ }
148
+ .provider .label {
149
+ font-size: 44px;
150
+ font-weight: 600;
151
+ color: #2b2b2b;
152
+ flex: 0 0 auto;
153
+ }
154
+ .provider .ow {
155
+ margin-left: auto;
156
+ display: flex;
157
+ align-items: center;
158
+ gap: 16px;
159
+ font-size: 42px;
160
+ font-weight: 700;
161
+ color: #f0543c;
162
+ }
163
+ .ow-icon { width: 64px; height: 64px; }
164
+
165
+ /* Google watermark */
166
+ .google-watermark {
167
+ position: absolute;
168
+ left: 36px;
169
+ bottom: 260px;
170
+ color: #ffffff;
171
+ opacity: 0.9;
172
+ font-size: 42px;
173
+ font-weight: 700;
174
+ text-shadow: 0 2px 4px rgba(0,0,0,0.35);
175
+ }
176
+
177
+ /* Home indicator */
178
+ .home-indicator {
179
+ position: absolute;
180
+ left: 50%;
181
+ bottom: 42px;
182
+ transform: translateX(-50%);
183
+ width: 360px;
184
+ height: 12px;
185
+ background: rgba(255,255,255,0.9);
186
+ border-radius: 6px;
187
+ }
188
+ </style>
189
+ </head>
190
+ <body>
191
+ <div id="render-target">
192
+
193
+ <!-- Fullscreen map placeholder -->
194
+ <div class="map-placeholder">[IMG: Google Map with weather overlay]</div>
195
+
196
+ <!-- Light status area -->
197
+ <div class="top-safe"></div>
198
+
199
+ <!-- Back floating button -->
200
+ <div class="back-btn" aria-label="Back">
201
+ <svg viewBox="0 0 24 24" fill="none" stroke="#444" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
202
+ <path d="M14 5L7 12l7 7"/>
203
+ </svg>
204
+ </div>
205
+
206
+ <!-- Vertical color legend -->
207
+ <div class="legend-wrap">
208
+ <div class="legend-bar"></div>
209
+ <div class="legend-info" title="Legend info">
210
+ <svg viewBox="0 0 24 24" fill="#3A7BFF" aria-hidden="true">
211
+ <circle cx="12" cy="12" r="11" fill="none" stroke="#3A7BFF" stroke-width="2"/>
212
+ <rect x="11" y="10" width="2" height="7" rx="1" fill="#3A7BFF"/>
213
+ <circle cx="12" cy="7" r="1.5" fill="#3A7BFF"/>
214
+ </svg>
215
+ </div>
216
+ </div>
217
+
218
+ <!-- Map pin -->
219
+ <div class="pin" aria-label="Selected location">
220
+ <svg viewBox="0 0 64 86" xmlns="http://www.w3.org/2000/svg">
221
+ <path d="M32 83C32 83 62 50 62 32C62 15.431 48.569 2 32 2S2 15.431 2 32C2 50 32 83 32 83Z" fill="#E53935" stroke="#FFFFFF" stroke-width="4"/>
222
+ <circle cx="32" cy="32" r="10" fill="#7A0F0E" opacity="0.6"/>
223
+ </svg>
224
+ </div>
225
+
226
+ <!-- Layers button -->
227
+ <div class="layers-card">
228
+ <svg class="layers-icon" viewBox="0 0 48 48" fill="none" aria-hidden="true">
229
+ <path d="M24 6L6 16l18 10 18-10-18-10Z" fill="#808080"/>
230
+ <path d="M6 24l18 10 18-10" stroke="#9C9C9C" stroke-width="3" fill="none" />
231
+ <path d="M6 31l18 10 18-10" stroke="#C7C7C7" stroke-width="3" fill="none" />
232
+ </svg>
233
+ <div>Layers</div>
234
+ </div>
235
+
236
+ <!-- Data provider card -->
237
+ <div class="provider">
238
+ <div class="label">Data provider:</div>
239
+ <div class="ow">
240
+ <svg class="ow-icon" viewBox="0 0 48 48" aria-hidden="true">
241
+ <circle cx="34" cy="16" r="7" fill="#F0543C"/>
242
+ <path d="M16 36c-6 0-8-3.5-8-6.5S11 22 18 22c4 0 6 2 7 3 1-1 3-3 7-3 7 0 10 5 10 8s-2 6-8 6H16z" fill="#F0543C"/>
243
+ </svg>
244
+ <span>OpenWeather</span>
245
+ </div>
246
+ </div>
247
+
248
+ <!-- Google watermark -->
249
+ <div class="google-watermark">Google</div>
250
+
251
+ <!-- Home indicator -->
252
+ <div class="home-indicator"></div>
253
+ </div>
254
+ </body>
255
+ </html>
code/10316/10316_0.html ADDED
@@ -0,0 +1,264 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Android Home Mock</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: #0b0f14;
13
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, Helvetica, sans-serif;
14
+ color: #fff;
15
+ }
16
+ /* Wallpaper placeholder */
17
+ .wallpaper {
18
+ position: absolute; inset: 0;
19
+ background: #E0E0E0;
20
+ border: 1px solid #BDBDBD;
21
+ display: flex; align-items: center; justify-content: center;
22
+ color: #757575; font-size: 40px; letter-spacing: 0.5px;
23
+ }
24
+
25
+ /* Status bar */
26
+ .status-bar {
27
+ position: absolute; top: 18px; left: 0; right: 0; height: 92px;
28
+ padding: 0 34px;
29
+ display: flex; align-items: center; justify-content: space-between;
30
+ color: #fff; font-weight: 600; font-size: 48px;
31
+ }
32
+ .status-left, .status-right { display: flex; align-items: center; gap: 22px; }
33
+ .dot { width: 14px; height: 14px; background: #fff; border-radius: 50%; opacity: 0.8; }
34
+
35
+ /* Date & weather widget */
36
+ .widget {
37
+ position: absolute; left: 56px; top: 300px;
38
+ }
39
+ .widget .date {
40
+ font-size: 90px; font-weight: 600; line-height: 1.1; letter-spacing: -0.5px;
41
+ text-shadow: 0 2px 6px rgba(0,0,0,0.35);
42
+ }
43
+ .widget .weather {
44
+ margin-top: 22px; display: flex; align-items: center; gap: 22px;
45
+ font-size: 48px; opacity: 0.95;
46
+ }
47
+
48
+ /* App rows */
49
+ .app-row {
50
+ position: absolute; left: 56px; right: 56px;
51
+ display: flex; justify-content: space-between; align-items: flex-start;
52
+ }
53
+ .app-row.top { bottom: 760px; }
54
+ .app-row.dock { bottom: 510px; }
55
+
56
+ .app {
57
+ width: 210px; text-align: center; color: #eaeaea;
58
+ }
59
+ .icon-circle {
60
+ width: 170px; height: 170px; margin: 0 auto;
61
+ background: #fff; border-radius: 50%;
62
+ display: flex; align-items: center; justify-content: center;
63
+ box-shadow: 0 10px 30px rgba(0,0,0,0.25);
64
+ position: relative;
65
+ }
66
+ .app-label {
67
+ margin-top: 24px; font-size: 44px; font-weight: 500; color: #e9e9e9;
68
+ text-shadow: 0 2px 6px rgba(0,0,0,0.35);
69
+ }
70
+ /* Google search bar */
71
+ .search-bar {
72
+ position: absolute; left: 56px; right: 56px; bottom: 300px;
73
+ height: 120px; background: #ffffff; border-radius: 60px;
74
+ box-shadow: 0 20px 40px rgba(0,0,0,0.35);
75
+ display: flex; align-items: center; justify-content: space-between;
76
+ padding: 0 36px;
77
+ }
78
+ .search-left { display: flex; align-items: center; gap: 26px; }
79
+ .search-placeholder {
80
+ color: #6b6b6b; font-size: 46px;
81
+ }
82
+ .search-right { display: flex; align-items: center; gap: 26px; }
83
+
84
+ /* Home bar */
85
+ .home-pill {
86
+ position: absolute; bottom: 120px; left: 50%; transform: translateX(-50%);
87
+ width: 240px; height: 14px; background: rgba(255,255,255,0.7); border-radius: 10px;
88
+ }
89
+
90
+ /* Helper colors for mini-logos */
91
+ .g-red { fill: #EA4335; } .g-blue { fill: #4285F4; } .g-green { fill: #34A853; } .g-yellow { fill: #FBBC05; }
92
+ </style>
93
+ </head>
94
+ <body>
95
+ <div id="render-target">
96
+
97
+ <!-- Wallpaper placeholder -->
98
+ <div class="wallpaper">[IMG: Rocky Cliff Wallpaper]</div>
99
+
100
+ <!-- Status Bar -->
101
+ <div class="status-bar">
102
+ <div class="status-left">
103
+ <div style="font-weight:700;">1:06</div>
104
+ <div class="dot"></div>
105
+ </div>
106
+ <div class="status-right">
107
+ <!-- Wi-Fi -->
108
+ <svg width="52" height="52" viewBox="0 0 24 24" fill="#fff" opacity="0.9">
109
+ <path d="M12 20a2 2 0 1 0 0-4 2 2 0 0 0 0 4zM2 9l2 2a12 12 0 0 1 16 0l2-2A15 15 0 0 0 2 9zm4 4 2 2a8 8 0 0 1 8 0l2-2a11 11 0 0 0-12 0z"/>
110
+ </svg>
111
+ <!-- Battery -->
112
+ <svg width="58" height="58" viewBox="0 0 24 24" fill="#fff">
113
+ <path d="M17 6h1a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-1v1h-2v-1H7a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h10zM7 8v8h10V8H7z"/>
114
+ </svg>
115
+ </div>
116
+ </div>
117
+
118
+ <!-- Date and Weather -->
119
+ <div class="widget">
120
+ <div class="date">Thu, Jul 27</div>
121
+ <div class="weather">
122
+ <!-- Wavy icon -->
123
+ <svg width="70" height="52" viewBox="0 0 48 24" fill="none" stroke="#ffffff" stroke-width="3" opacity="0.9">
124
+ <path d="M1 12c6 6 12-6 18 0s12-6 18 0 12-6 18 0" />
125
+ </svg>
126
+ <div>32°C</div>
127
+ </div>
128
+ </div>
129
+
130
+ <!-- Top App Row -->
131
+ <div class="app-row top">
132
+ <!-- Play Store -->
133
+ <div class="app">
134
+ <div class="icon-circle">
135
+ <svg width="120" height="120" viewBox="0 0 48 48">
136
+ <path class="g-green" d="M5 8l16 16L5 40z"/>
137
+ <path class="g-yellow" d="M21 24l8-8 8-5-16 13z" />
138
+ <path class="g-blue" d="M21 24l8 8 8 5-16-13z" />
139
+ <path class="g-red" d="M21 24l-16 16 24-8z" opacity="0.9"/>
140
+ </svg>
141
+ </div>
142
+ <div class="app-label">Play Store</div>
143
+ </div>
144
+
145
+ <!-- Gmail -->
146
+ <div class="app">
147
+ <div class="icon-circle">
148
+ <svg width="120" height="120" viewBox="0 0 48 48">
149
+ <rect x="8" y="14" width="32" height="22" rx="3" fill="#ffffff"/>
150
+ <path d="M8 16 24 28 40 16" fill="none" stroke="#EA4335" stroke-width="6" stroke-linejoin="round"/>
151
+ <path d="M12 16v18" stroke="#34A853" stroke-width="6"/>
152
+ <path d="M36 16v18" stroke="#4285F4" stroke-width="6"/>
153
+ <path d="M16 16l8 6 8-6" stroke="#FBBC05" stroke-width="6" fill="none"/>
154
+ </svg>
155
+ </div>
156
+ <div class="app-label">Gmail</div>
157
+ </div>
158
+
159
+ <!-- Photos -->
160
+ <div class="app">
161
+ <div class="icon-circle">
162
+ <svg width="120" height="120" viewBox="0 0 48 48">
163
+ <circle cx="24" cy="12" r="10" class="g-yellow"/>
164
+ <circle cx="36" cy="24" r="10" class="g-green"/>
165
+ <circle cx="24" cy="36" r="10" class="g-blue"/>
166
+ <circle cx="12" cy="24" r="10" class="g-red"/>
167
+ <circle cx="24" cy="24" r="7" fill="#fff"/>
168
+ </svg>
169
+ </div>
170
+ <div class="app-label">Photos</div>
171
+ </div>
172
+
173
+ <!-- YouTube -->
174
+ <div class="app">
175
+ <div class="icon-circle">
176
+ <svg width="120" height="120" viewBox="0 0 48 48">
177
+ <rect x="8" y="14" width="32" height="20" rx="6" fill="#FF0000"/>
178
+ <path d="M22 18v12l10-6-10-6z" fill="#fff"/>
179
+ </svg>
180
+ <!-- notification dot -->
181
+ <div style="position:absolute; top:8px; right:14px; width:26px; height:26px; background:#f7a1c0; border-radius:50%;"></div>
182
+ </div>
183
+ <div class="app-label">YouTube</div>
184
+ </div>
185
+ </div>
186
+
187
+ <!-- Dock Row -->
188
+ <div class="app-row dock">
189
+ <!-- Phone -->
190
+ <div class="app">
191
+ <div class="icon-circle">
192
+ <svg width="110" height="110" viewBox="0 0 48 48">
193
+ <path d="M32 30c-4 2-14-8-12-12l3-3-6-6-5 5c-2 2 0 8 6 14s12 8 14 6l5-5-6-6-3 3z" fill="#4285F4"/>
194
+ </svg>
195
+ </div>
196
+ </div>
197
+
198
+ <!-- Messages -->
199
+ <div class="app">
200
+ <div class="icon-circle">
201
+ <svg width="110" height="110" viewBox="0 0 48 48">
202
+ <rect x="8" y="10" width="32" height="24" rx="6" fill="#5DA2FF"/>
203
+ <path d="M16 28h10l6 6v-6h4" fill="#3378FF"/>
204
+ <rect x="14" y="16" width="20" height="3" fill="#fff" opacity="0.95"/>
205
+ <rect x="14" y="21" width="14" height="3" fill="#fff" opacity="0.9"/>
206
+ </svg>
207
+ </div>
208
+ </div>
209
+
210
+ <!-- Chrome -->
211
+ <div class="app">
212
+ <div class="icon-circle">
213
+ <svg width="110" height="110" viewBox="0 0 48 48">
214
+ <circle cx="24" cy="24" r="10" fill="#4285F4"/>
215
+ <circle cx="24" cy="24" r="6" fill="#fff"/>
216
+ <path d="M24 8a16 16 0 0 1 13.8 8H24" fill="#EA4335"/>
217
+ <path d="M10.2 16A16 16 0 0 1 24 8l-8 14" fill="#FBBC05"/>
218
+ <path d="M37.8 16A16 16 0 1 1 11 32l7-12" fill="#34A853"/>
219
+ </svg>
220
+ </div>
221
+ </div>
222
+
223
+ <!-- Camera -->
224
+ <div class="app">
225
+ <div class="icon-circle">
226
+ <svg width="110" height="110" viewBox="0 0 48 48">
227
+ <rect x="8" y="14" width="32" height="22" rx="4" fill="#777"/>
228
+ <rect x="14" y="10" width="8" height="6" rx="2" fill="#666"/>
229
+ <circle cx="24" cy="25" r="8" fill="#2b6fff"/>
230
+ <circle cx="24" cy="25" r="4" fill="#9ec1ff"/>
231
+ </svg>
232
+ </div>
233
+ </div>
234
+ </div>
235
+
236
+ <!-- Google Search Bar -->
237
+ <div class="search-bar">
238
+ <div class="search-left">
239
+ <!-- Google "G" -->
240
+ <svg width="64" height="64" viewBox="0 0 48 48">
241
+ <path class="g-blue" d="M24 10c3 0 5 1 7 3l-3 3c-1-1-3-2-4-2-5 0-8 4-8 8s3 8 8 8c4 0 6-2 7-5h-7v-5h13c1 8-5 15-13 15-8 0-14-6-14-13S16 10 24 10z"/>
242
+ </svg>
243
+ <div class="search-placeholder">Search...</div>
244
+ </div>
245
+ <div class="search-right">
246
+ <!-- Mic -->
247
+ <svg width="56" height="56" viewBox="0 0 24 24">
248
+ <path d="M12 14a3 3 0 0 0 3-3V6a3 3 0 0 0-6 0v5a3 3 0 0 0 3 3zm-5-3h2a5 5 0 0 0 10 0h2a7 7 0 0 1-6 6.9V21h-4v-3.1A7 7 0 0 1 7 11z" fill="#4285F4"/>
249
+ </svg>
250
+ <!-- Lens/Camera -->
251
+ <svg width="56" height="56" viewBox="0 0 24 24">
252
+ <rect x="4" y="6" width="16" height="12" rx="3" fill="#34A853"/>
253
+ <circle cx="12" cy="12" r="4" fill="#fff"/>
254
+ <circle cx="12" cy="12" r="2" fill="#4285F4"/>
255
+ </svg>
256
+ </div>
257
+ </div>
258
+
259
+ <!-- Home Navigation Pill -->
260
+ <div class="home-pill"></div>
261
+
262
+ </div>
263
+ </body>
264
+ </html>
code/10316/10316_1.html ADDED
@@ -0,0 +1,304 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Trails Near Me - Mock</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: Arial, Helvetica, sans-serif;
13
+ }
14
+ #render-target {
15
+ width: 1080px;
16
+ height: 2400px;
17
+ position: relative;
18
+ overflow: hidden;
19
+ background: #ffffff;
20
+ }
21
+
22
+ /* Status bar */
23
+ .status-bar {
24
+ position: absolute;
25
+ top: 0;
26
+ left: 0;
27
+ width: 1080px;
28
+ height: 120px;
29
+ background: #5F9D3A;
30
+ color: #ffffff;
31
+ }
32
+ .status-content {
33
+ position: relative;
34
+ height: 100%;
35
+ padding: 0 36px;
36
+ display: flex;
37
+ align-items: center;
38
+ justify-content: space-between;
39
+ font-size: 40px;
40
+ font-weight: 600;
41
+ }
42
+ .status-icons {
43
+ display: flex;
44
+ align-items: center;
45
+ gap: 24px;
46
+ font-size: 0;
47
+ }
48
+ .dot {
49
+ width: 12px;
50
+ height: 12px;
51
+ background: #ffffff;
52
+ border-radius: 50%;
53
+ opacity: 0.8;
54
+ }
55
+ .icon-wifi,
56
+ .icon-battery {
57
+ width: 60px;
58
+ height: 36px;
59
+ }
60
+
61
+ /* Header / Title bar */
62
+ .header {
63
+ position: absolute;
64
+ top: 120px;
65
+ left: 0;
66
+ width: 1080px;
67
+ height: 170px;
68
+ background: #ffffff;
69
+ display: flex;
70
+ align-items: center;
71
+ padding: 0 48px;
72
+ border-bottom: 1px solid #e6e6e6;
73
+ }
74
+ .header h1 {
75
+ margin: 0;
76
+ font-size: 56px;
77
+ font-weight: 700;
78
+ color: #1e1e1e;
79
+ }
80
+
81
+ /* Map area placeholder */
82
+ .map-wrap {
83
+ position: absolute;
84
+ top: 290px; /* 120 + 170 */
85
+ left: 0;
86
+ width: 1080px;
87
+ height: 1870px; /* remaining minus bottom areas (170+80) */
88
+ }
89
+ .map {
90
+ width: 100%;
91
+ height: 100%;
92
+ background: #E0E0E0;
93
+ border: 1px solid #BDBDBD;
94
+ color: #757575;
95
+ display: flex;
96
+ align-items: center;
97
+ justify-content: center;
98
+ font-size: 42px;
99
+ text-align: center;
100
+ }
101
+ .google-watermark {
102
+ position: absolute;
103
+ left: 24px;
104
+ bottom: 210px; /* just above bottom bar */
105
+ font-size: 40px;
106
+ color: #5f5f5f;
107
+ opacity: 0.9;
108
+ font-weight: 600;
109
+ }
110
+
111
+ /* Floating map buttons */
112
+ .fab-stack {
113
+ position: absolute;
114
+ right: 32px;
115
+ top: 120px;
116
+ display: flex;
117
+ flex-direction: column;
118
+ gap: 24px;
119
+ }
120
+ .fab {
121
+ width: 120px;
122
+ height: 120px;
123
+ background: #ffffff;
124
+ border-radius: 60px;
125
+ box-shadow: 0 8px 18px rgba(0,0,0,0.2);
126
+ display: flex;
127
+ align-items: center;
128
+ justify-content: center;
129
+ border: 1px solid #eaeaea;
130
+ }
131
+ .fab svg {
132
+ width: 56px;
133
+ height: 56px;
134
+ fill: none;
135
+ stroke: #333;
136
+ stroke-width: 6;
137
+ stroke-linecap: round;
138
+ stroke-linejoin: round;
139
+ }
140
+
141
+ /* Bottom navigation bar */
142
+ .bottom-bar {
143
+ position: absolute;
144
+ left: 0;
145
+ bottom: 80px; /* leave space for gesture handle */
146
+ width: 1080px;
147
+ height: 170px;
148
+ background: #5F9D3A;
149
+ display: flex;
150
+ align-items: center;
151
+ justify-content: space-around;
152
+ padding: 0 24px;
153
+ }
154
+ .nav-item {
155
+ width: 20%;
156
+ height: 100%;
157
+ display: flex;
158
+ align-items: center;
159
+ justify-content: center;
160
+ }
161
+ .nav-item svg {
162
+ width: 72px;
163
+ height: 72px;
164
+ fill: none;
165
+ stroke: #ffffff;
166
+ stroke-width: 8;
167
+ stroke-linecap: round;
168
+ stroke-linejoin: round;
169
+ }
170
+
171
+ /* Gesture area */
172
+ .gesture-area {
173
+ position: absolute;
174
+ bottom: 0;
175
+ left: 0;
176
+ width: 1080px;
177
+ height: 80px;
178
+ background: #000000;
179
+ }
180
+ .home-indicator {
181
+ position: absolute;
182
+ left: 50%;
183
+ top: 28px;
184
+ transform: translateX(-50%);
185
+ width: 260px;
186
+ height: 10px;
187
+ background: rgba(255,255,255,0.5);
188
+ border-radius: 8px;
189
+ }
190
+ </style>
191
+ </head>
192
+ <body>
193
+ <div id="render-target">
194
+
195
+ <!-- Status Bar -->
196
+ <div class="status-bar">
197
+ <div class="status-content">
198
+ <div class="time">1:07</div>
199
+ <div class="status-icons">
200
+ <div class="dot"></div>
201
+ <div class="dot" style="opacity:0.6"></div>
202
+ <!-- WiFi Icon -->
203
+ <svg class="icon-wifi" viewBox="0 0 24 24">
204
+ <path d="M2 8c5-4 15-4 20 0"></path>
205
+ <path d="M5 12c3-3 11-3 14 0"></path>
206
+ <path d="M8 16c2-2 6-2 8 0"></path>
207
+ <circle cx="12" cy="19" r="1.5" fill="#fff" stroke="none"></circle>
208
+ </svg>
209
+ <!-- Battery Icon -->
210
+ <svg class="icon-battery" viewBox="0 0 28 16">
211
+ <rect x="1" y="3" width="22" height="10" rx="2" ry="2" fill="none" stroke="#fff" stroke-width="2"></rect>
212
+ <rect x="3" y="5" width="18" height="6" rx="1" ry="1" fill="#ffffff"></rect>
213
+ <rect x="23" y="6" width="3" height="4" fill="#fff"></rect>
214
+ </svg>
215
+ </div>
216
+ </div>
217
+ </div>
218
+
219
+ <!-- Header -->
220
+ <div class="header">
221
+ <h1>Trails Near Me</h1>
222
+ </div>
223
+
224
+ <!-- Map Area -->
225
+ <div class="map-wrap">
226
+ <div class="map">[IMG: Google Map of Michigan & Ohio Region]</div>
227
+
228
+ <div class="fab-stack">
229
+ <div class="fab" title="Expand/Adjust">
230
+ <!-- Expand arrows icon -->
231
+ <svg viewBox="0 0 24 24">
232
+ <path d="M7 3v4H3"></path>
233
+ <path d="M3 7L9 1"></path>
234
+ <path d="M17 21v-4h4"></path>
235
+ <path d="M21 17l-6 6"></path>
236
+ </svg>
237
+ </div>
238
+ <div class="fab" title="Route">
239
+ <!-- Curvy route icon -->
240
+ <svg viewBox="0 0 24 24">
241
+ <path d="M5 20c4-8 10-8 14-16"></path>
242
+ <circle cx="5" cy="20" r="2" fill="none"></circle>
243
+ <circle cx="19" cy="4" r="2" fill="none"></circle>
244
+ </svg>
245
+ </div>
246
+ </div>
247
+
248
+ <div class="google-watermark">Google</div>
249
+ </div>
250
+
251
+ <!-- Bottom Navigation -->
252
+ <div class="bottom-bar">
253
+ <!-- Trails/Leaf -->
254
+ <div class="nav-item">
255
+ <svg viewBox="0 0 24 24">
256
+ <path d="M4 14c6-1 10-5 14-10"></path>
257
+ <path d="M6 18c4-2 7-5 10-9"></path>
258
+ <path d="M4 14c0 4 2 6 6 6"></path>
259
+ </svg>
260
+ </div>
261
+ <!-- Search -->
262
+ <div class="nav-item">
263
+ <svg viewBox="0 0 24 24">
264
+ <circle cx="10" cy="10" r="6"></circle>
265
+ <path d="M15 15l6 6"></path>
266
+ </svg>
267
+ </div>
268
+ <!-- Heart -->
269
+ <div class="nav-item">
270
+ <svg viewBox="0 0 24 24">
271
+ <path d="M12 21s-7-4.5-9-8.5C1 8 3.5 5 6.8 5c2.2 0 3.6 1.5 5.2 3 1.6-1.5 3-3 5.2-3C20.5 5 23 8 21 12.5 19 16.5 12 21 12 21z"></path>
272
+ </svg>
273
+ </div>
274
+ <!-- User -->
275
+ <div class="nav-item">
276
+ <svg viewBox="0 0 24 24">
277
+ <circle cx="12" cy="8" r="4"></circle>
278
+ <path d="M4 22c2-4 6-6 8-6s6 2 8 6"></path>
279
+ </svg>
280
+ </div>
281
+ <!-- Settings -->
282
+ <div class="nav-item">
283
+ <svg viewBox="0 0 24 24">
284
+ <circle cx="12" cy="12" r="3"></circle>
285
+ <path d="M12 2v3"></path>
286
+ <path d="M12 19v3"></path>
287
+ <path d="M4.9 4.9l2.1 2.1"></path>
288
+ <path d="M17 17l2.1 2.1"></path>
289
+ <path d="M2 12h3"></path>
290
+ <path d="M19 12h3"></path>
291
+ <path d="M4.9 19.1l2.1-2.1"></path>
292
+ <path d="M17 7l2.1-2.1"></path>
293
+ </svg>
294
+ </div>
295
+ </div>
296
+
297
+ <!-- Gesture Area -->
298
+ <div class="gesture-area">
299
+ <div class="home-indicator"></div>
300
+ </div>
301
+
302
+ </div>
303
+ </body>
304
+ </html>
code/10316/10316_2.html ADDED
@@ -0,0 +1,229 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 Trails 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;
12
+ }
13
+ /* Top status area */
14
+ .status-bar {
15
+ height:140px; background:#5f9e3a; color:#fff; position:relative; padding:0 36px;
16
+ display:flex; align-items:center; justify-content:space-between;
17
+ }
18
+ .status-icons { display:flex; align-items:center; gap:26px; color:#fff; opacity:0.95; }
19
+ .dot { width:10px; height:10px; background:#fff; border-radius:50%; opacity:0.8; }
20
+ .battery { width:46px; height:24px; border:3px solid #fff; border-radius:5px; position:relative; }
21
+ .battery::after { content:""; position:absolute; right:-10px; top:6px; width:6px; height:12px; background:#fff; border-radius:1px; }
22
+ .battery .level { position:absolute; left:3px; top:3px; bottom:3px; right:8px; background:#fff; }
23
+ /* App bar */
24
+ .app-bar {
25
+ height:150px; background:#fff; border-bottom:1px solid #e6e6e6;
26
+ display:flex; align-items:center; padding:0 44px;
27
+ }
28
+ .app-title { font-size:56px; font-weight:700; color:#1e1e1e; flex:1; }
29
+ .icon-btn { width:88px; height:88px; display:flex; align-items:center; justify-content:center; border-radius:44px; }
30
+ /* Content */
31
+ .content {
32
+ position:absolute; top:290px; bottom:260px; left:0; right:0;
33
+ overflow:hidden auto; padding:40px;
34
+ }
35
+ h3.section-title {
36
+ font-size:46px; margin:26px 0 16px; color:#333; font-weight:700;
37
+ }
38
+ .hint { color:#888; font-weight:500; margin-left:8px; }
39
+ .input {
40
+ height:120px; border:2px solid #c8d2c1; background:#e8f1e2; border-radius:28px;
41
+ display:flex; align-items:center; padding:0 28px; font-size:40px; color:#7b8b74;
42
+ box-shadow:0 2px 0 rgba(0,0,0,0.04) inset; position:relative;
43
+ }
44
+ .input .icon { margin-right:18px; }
45
+ .input .right-icon { position:absolute; right:22px; width:80px; height:80px; display:flex; align-items:center; justify-content:center; }
46
+ .subtle { color:#8a8a8a; }
47
+ /* Chips */
48
+ .chip-row { display:flex; flex-wrap:wrap; gap:20px; margin-top:18px; }
49
+ .chip {
50
+ padding:22px 28px; border:2px solid #d3d3d3; border-radius:16px; color:#5a5a5a;
51
+ font-size:36px; background:#fff; font-weight:600;
52
+ }
53
+ .chip.active {
54
+ background:#5f9e3a; color:#fff; border-color:#5f9e3a;
55
+ }
56
+ /* Slider */
57
+ .slider-wrap { margin-top:24px; }
58
+ input[type=range] {
59
+ -webkit-appearance:none; width:100%; height:16px; background:transparent;
60
+ }
61
+ input[type=range]::-webkit-slider-runnable-track {
62
+ height:16px; background:#5f9e3a; border-radius:8px;
63
+ }
64
+ input[type=range]::-webkit-slider-thumb {
65
+ -webkit-appearance:none; width:74px; height:74px; border-radius:50%;
66
+ background:#4aa0d4; border:6px solid #fff; margin-top:-30px; box-shadow:0 6px 10px rgba(0,0,0,0.15);
67
+ }
68
+ .ticks {
69
+ display:flex; justify-content:space-between; padding:10px 6px 0; color:#444; font-size:34px;
70
+ }
71
+ /* Bottom navigation */
72
+ .bottom-nav {
73
+ position:absolute; left:0; right:0; bottom:120px; height:160px;
74
+ background:#5f9e3a; display:flex; align-items:center; justify-content:space-around;
75
+ color:#fff;
76
+ }
77
+ .bottom-item { display:flex; flex-direction:column; align-items:center; gap:12px; color:#fff; }
78
+ .bottom-item span { font-size:28px; opacity:0.95; }
79
+ .os-bar {
80
+ position:absolute; bottom:0; left:0; right:0; height:120px; background:#000;
81
+ display:flex; align-items:center; justify-content:center;
82
+ }
83
+ .home-pill { width:240px; height:14px; border-radius:10px; background:#fff; opacity:0.9; }
84
+ /* Utility */
85
+ .mt-10 { margin-top:10px; }
86
+ .mt-20 { margin-top:20px; }
87
+ .mt-30 { margin-top:30px; }
88
+ .spacer-8 { height:8px; }
89
+ </style>
90
+ </head>
91
+ <body>
92
+ <div id="render-target">
93
+ <!-- Status bar (approximation) -->
94
+ <div class="status-bar">
95
+ <div style="display:flex; align-items:center; gap:18px;">
96
+ <div style="width:18px; height:18px; background:#fff; border-radius:4px;"></div>
97
+ <div style="width:36px; height:36px; border:3px solid #fff; border-radius:8px;"></div>
98
+ <div class="dot"></div>
99
+ </div>
100
+ <div class="status-icons">
101
+ <svg width="40" height="30" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2"><path d="M2 20h20M4 20V8a8 8 0 0 1 16 0v12"/></svg>
102
+ <div class="battery"><div class="level"></div></div>
103
+ </div>
104
+ </div>
105
+
106
+ <!-- App bar -->
107
+ <div class="app-bar">
108
+ <div class="app-title">Search Trails</div>
109
+ <div class="icon-btn" aria-label="Search">
110
+ <svg width="58" height="58" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2">
111
+ <circle cx="11" cy="11" r="7"></circle>
112
+ <path d="M16.5 16.5L22 22"></path>
113
+ </svg>
114
+ </div>
115
+ </div>
116
+
117
+ <!-- Content -->
118
+ <div class="content">
119
+ <h3 class="section-title">Location <span class="hint">City, State, Zip</span></h3>
120
+ <div class="input">
121
+ <span class="icon">
122
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#7b8b74" stroke-width="2">
123
+ <circle cx="10" cy="10" r="6"></circle>
124
+ <path d="M14.5 14.5L20 20"></path>
125
+ </svg>
126
+ </span>
127
+ <span class="subtle">Location</span>
128
+ <div class="right-icon">
129
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="none" stroke="#2d3b2a" stroke-width="2">
130
+ <circle cx="12" cy="12" r="3"></circle>
131
+ <path d="M12 2v3M12 19v3M2 12h3M19 12h3M4.2 4.2l2.1 2.1M17.7 17.7l2.1 2.1M17.7 6.3l2.1-2.1M4.2 19.8l2.1-2.1"></path>
132
+ </svg>
133
+ </div>
134
+ </div>
135
+
136
+ <h3 class="section-title">Trail Name, Keyword</h3>
137
+ <div class="input">
138
+ <span class="subtle">Search</span>
139
+ </div>
140
+
141
+ <h3 class="section-title">Sort By</h3>
142
+ <div class="chip-row">
143
+ <div class="chip active">Name</div>
144
+ <div class="chip">Distance</div>
145
+ <div class="chip">Most Popular</div>
146
+ <div class="chip">Length</div>
147
+ </div>
148
+
149
+ <h3 class="section-title">Activities</h3>
150
+ <div class="chip-row">
151
+ <div class="chip active">Any</div>
152
+ <div class="chip">ATV</div>
153
+ <div class="chip">Bike</div>
154
+ <div class="chip">Cross Country Skiing</div>
155
+ <div class="chip">Fishing</div>
156
+ <div class="chip">Horseback Riding</div>
157
+ <div class="chip">Inline Skating</div>
158
+ <div class="chip">Mountain Biking</div>
159
+ <div class="chip">Snowmobiling</div>
160
+ <div class="chip">Walking</div>
161
+ <div class="chip">Wheelchair Accessible</div>
162
+ </div>
163
+
164
+ <h3 class="section-title">Surface</h3>
165
+ <div class="chip-row">
166
+ <div class="chip active">Any</div>
167
+ <div class="chip">Asphalt</div>
168
+ <div class="chip">Ballast</div>
169
+ <div class="chip">Cinder</div>
170
+ <div class="chip">Concrete</div>
171
+ <div class="chip">Crushed Stone</div>
172
+ <div class="chip">Dirt</div>
173
+ <div class="chip">Grass</div>
174
+ <div class="chip">Gravel</div>
175
+ <div class="chip">Sand</div>
176
+ <div class="chip">Woodchips</div>
177
+ </div>
178
+
179
+ <h3 class="section-title">Length <span class="hint">Miles</span></h3>
180
+ <div class="slider-wrap">
181
+ <input type="range" min="0" max="100" value="8">
182
+ <div class="ticks">
183
+ <span>0</span><span>5</span><span>10</span><span>15</span><span>20</span><span>20+</span>
184
+ </div>
185
+ </div>
186
+
187
+ <h3 class="section-title" style="margin-top:34px;">Type</h3>
188
+ <div class="spacer-8"></div>
189
+ </div>
190
+
191
+ <!-- Bottom navigation -->
192
+ <div class="bottom-nav">
193
+ <div class="bottom-item">
194
+ <svg width="62" height="62" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
195
+ <path d="M3 12l7-7v4h11v6H10v4z"></path>
196
+ </svg>
197
+ </div>
198
+ <div class="bottom-item">
199
+ <svg width="62" height="62" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
200
+ <circle cx="11" cy="11" r="7"></circle>
201
+ <path d="M16.5 16.5L22 22"></path>
202
+ </svg>
203
+ </div>
204
+ <div class="bottom-item">
205
+ <svg width="62" height="62" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
206
+ <path d="M12 21s-7-4.4-7-10a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 5.6-7 10-7 10z"></path>
207
+ </svg>
208
+ </div>
209
+ <div class="bottom-item">
210
+ <svg width="62" height="62" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
211
+ <circle cx="12" cy="7" r="4"></circle>
212
+ <path d="M5.5 21a6.5 6.5 0 0 1 13 0"></path>
213
+ </svg>
214
+ </div>
215
+ <div class="bottom-item">
216
+ <svg width="62" height="62" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
217
+ <circle cx="12" cy="12" r="3"></circle>
218
+ <path d="M19.4 15a7.5 7.5 0 0 0 0-6M4.6 9a7.5 7.5 0 0 0 0 6M15 4.6a7.5 7.5 0 0 0-6 0M9 19.4a7.5 7.5 0 0 0 6 0"></path>
219
+ </svg>
220
+ </div>
221
+ </div>
222
+
223
+ <!-- OS gesture bar -->
224
+ <div class="os-bar">
225
+ <div class="home-pill"></div>
226
+ </div>
227
+ </div>
228
+ </body>
229
+ </html>
code/10316/10316_5.html ADDED
@@ -0,0 +1,321 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 Trails UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ color: #333;
16
+ }
17
+
18
+ /* Top status bar */
19
+ .status-bar {
20
+ height: 150px;
21
+ background: #5EA037; /* green */
22
+ color: #fff;
23
+ display: flex;
24
+ align-items: center;
25
+ padding: 0 40px;
26
+ font-size: 38px;
27
+ letter-spacing: 1px;
28
+ }
29
+ .status-bar .spacer { flex: 1; }
30
+ .status-icon {
31
+ width: 44px; height: 44px; margin-left: 26px;
32
+ }
33
+
34
+ /* App bar */
35
+ .app-bar {
36
+ height: 160px;
37
+ background: #ffffff;
38
+ display: flex;
39
+ align-items: center;
40
+ padding: 0 40px;
41
+ box-shadow: 0 2px 0 rgba(0,0,0,0.06);
42
+ }
43
+ .title {
44
+ font-size: 64px;
45
+ font-weight: 700;
46
+ color: #1b1b1b;
47
+ }
48
+ .app-actions {
49
+ margin-left: auto;
50
+ display: flex;
51
+ gap: 28px;
52
+ }
53
+ .icon-btn {
54
+ width: 90px; height: 90px;
55
+ display: inline-flex; align-items: center; justify-content: center;
56
+ border-radius: 18px;
57
+ color: #222;
58
+ }
59
+ .icon-btn svg { width: 60px; height: 60px; }
60
+
61
+ /* Scroll content */
62
+ .content {
63
+ position: absolute;
64
+ top: 310px; /* status 150 + appbar 160 */
65
+ bottom: 180px; /* bottom nav height */
66
+ left: 0; right: 0;
67
+ overflow-y: auto;
68
+ padding: 20px 40px 260px 40px;
69
+ box-sizing: border-box;
70
+ }
71
+
72
+ .section-label {
73
+ font-size: 46px;
74
+ font-weight: 700;
75
+ color: #444;
76
+ margin: 40px 0 16px 0;
77
+ }
78
+ .subdued {
79
+ color: #8a8a8a;
80
+ font-weight: 500;
81
+ }
82
+
83
+ /* Inputs */
84
+ .input-wrap {
85
+ position: relative;
86
+ background: #E5F0DD; /* pale green */
87
+ border: 2px solid #C9D0C6;
88
+ border-radius: 20px;
89
+ height: 120px;
90
+ display: flex;
91
+ align-items: center;
92
+ padding: 0 140px 0 28px;
93
+ font-size: 44px;
94
+ color: #2e6f26;
95
+ }
96
+ .input-wrap .text-placeholder { color: #94a989; }
97
+ .chip-row {
98
+ display: flex; gap: 24px; flex-wrap: wrap;
99
+ }
100
+ .chip {
101
+ padding: 24px 34px;
102
+ border: 2px solid #CFCFCF;
103
+ border-radius: 18px;
104
+ font-size: 40px;
105
+ color: #555;
106
+ background: #fff;
107
+ }
108
+ .chip.active {
109
+ background: #5EA037;
110
+ color: #fff;
111
+ border-color: #5EA037;
112
+ }
113
+
114
+ /* Right-side small circle buttons inside/next to inputs */
115
+ .circle-btn {
116
+ position: absolute;
117
+ right: 130px;
118
+ top: 50%;
119
+ transform: translateY(-50%);
120
+ width: 72px; height: 72px;
121
+ border-radius: 50%;
122
+ background: #D5DAD3;
123
+ display: flex; align-items: center; justify-content: center;
124
+ }
125
+ .circle-btn svg { width: 40px; height: 40px; stroke: #666; }
126
+
127
+ .circle-btn.outside {
128
+ right: -10px;
129
+ background: #fff;
130
+ border: 2px solid #CFCFCF;
131
+ }
132
+
133
+ /* Slider */
134
+ .slider-block { margin-top: 24px; }
135
+ .scale {
136
+ position: relative;
137
+ height: 30px;
138
+ margin-top: 28px;
139
+ }
140
+ .track {
141
+ height: 18px;
142
+ background: #5EA037;
143
+ border-radius: 12px;
144
+ position: relative;
145
+ }
146
+ .knob {
147
+ position: absolute;
148
+ top: 50%;
149
+ transform: translate(-50%, -50%);
150
+ width: 88px; height: 88px;
151
+ border-radius: 50%;
152
+ background: #46A1D5;
153
+ box-shadow: 0 6px 10px rgba(0,0,0,0.2);
154
+ border: 6px solid #ffffff;
155
+ }
156
+ .knob.left { left: 0%; }
157
+ .knob.right { left: 100%; }
158
+ .tick-row {
159
+ display: flex; justify-content: space-between;
160
+ padding: 16px 4px 0 4px;
161
+ font-size: 36px; color: #444;
162
+ }
163
+
164
+ /* Bottom navigation */
165
+ .bottom-nav {
166
+ position: absolute;
167
+ left: 0; right: 0; bottom: 50px;
168
+ height: 130px;
169
+ background: #5EA037;
170
+ display: flex; align-items: center; justify-content: space-around;
171
+ color: #fff;
172
+ }
173
+ .bottom-nav svg { width: 70px; height: 70px; fill: none; stroke: #fff; stroke-width: 4; }
174
+
175
+ /* gesture bar */
176
+ .gesture {
177
+ position: absolute; left: 50%; transform: translateX(-50%);
178
+ bottom: 10px; width: 300px; height: 12px; background: #000; border-radius: 12px; opacity: 0.8;
179
+ }
180
+ </style>
181
+ </head>
182
+ <body>
183
+ <div id="render-target">
184
+
185
+ <!-- Status bar -->
186
+ <div class="status-bar">
187
+ <div>1:09</div>
188
+ <div class="spacer"></div>
189
+ <!-- simple status glyphs -->
190
+ <svg class="status-icon" viewBox="0 0 24 24"><rect x="2" y="7" width="6" height="10" fill="#ffffff"/><rect x="10" y="4" width="6" height="13" fill="#ffffff"/><rect x="18" y="10" width="4" height="7" fill="#ffffff"/></svg>
191
+ <svg class="status-icon" viewBox="0 0 24 24"><path d="M2 12a10 10 0 0 1 20 0" stroke="#fff" stroke-width="3" fill="none"/><circle cx="12" cy="12" r="3" fill="#fff"/></svg>
192
+ <svg class="status-icon" viewBox="0 0 24 24"><rect x="3" y="6" width="16" height="12" rx="2" ry="2" fill="#fff"/><rect x="19" y="9" width="2" height="6" fill="#fff"/></svg>
193
+ </div>
194
+
195
+ <!-- App bar -->
196
+ <div class="app-bar">
197
+ <div class="title">Search Trails</div>
198
+ <div class="app-actions">
199
+ <div class="icon-btn" aria-label="delete">
200
+ <svg viewBox="0 0 24 24">
201
+ <path d="M3 6h18M8 6v-2h8v2M6 6l1 14h10l1-14" stroke="#222" stroke-width="2" fill="none" stroke-linecap="round"/>
202
+ </svg>
203
+ </div>
204
+ <div class="icon-btn" aria-label="search">
205
+ <svg viewBox="0 0 24 24">
206
+ <circle cx="10" cy="10" r="6" stroke="#222" stroke-width="2" fill="none"/>
207
+ <path d="M14 14l6 6" stroke="#222" stroke-width="2" stroke-linecap="round"/>
208
+ </svg>
209
+ </div>
210
+ </div>
211
+ </div>
212
+
213
+ <!-- Content -->
214
+ <div class="content">
215
+ <!-- Location -->
216
+ <div class="section-label">Location <span class="subdued">City, State, Zip</span></div>
217
+ <div class="input-wrap">
218
+ Seattle, WA 98102, USA
219
+ <div class="circle-btn" title="clear">
220
+ <svg viewBox="0 0 24 24">
221
+ <path d="M6 6l12 12M18 6L6 18" stroke="#666" stroke-width="2" stroke-linecap="round"/>
222
+ </svg>
223
+ </div>
224
+ <div class="circle-btn outside" title="locate">
225
+ <svg viewBox="0 0 24 24">
226
+ <circle cx="12" cy="12" r="7" fill="none" stroke="#666" stroke-width="2"/>
227
+ <circle cx="12" cy="12" r="2" fill="#666"/>
228
+ <path d="M12 2v4M12 18v4M2 12h4M18 12h4" stroke="#666" stroke-width="2" stroke-linecap="round"/>
229
+ </svg>
230
+ </div>
231
+ </div>
232
+
233
+ <!-- Trail name -->
234
+ <div class="section-label" style="margin-top:48px;">Trail Name, Keyword</div>
235
+ <div class="input-wrap"><span class="text-placeholder">Search</span></div>
236
+
237
+ <!-- Sort By -->
238
+ <div class="section-label" style="margin-top:48px;">Sort By</div>
239
+ <div class="chip-row">
240
+ <div class="chip active">Name</div>
241
+ <div class="chip">Distance</div>
242
+ <div class="chip">Most Popular</div>
243
+ <div class="chip">Length</div>
244
+ </div>
245
+
246
+ <!-- Activities -->
247
+ <div class="section-label">Activities</div>
248
+ <div class="chip-row">
249
+ <div class="chip active">Any</div>
250
+ <div class="chip">ATV</div>
251
+ <div class="chip">Bike</div>
252
+ <div class="chip">Cross Country Skiing</div>
253
+ <div class="chip">Fishing</div>
254
+ <div class="chip">Horseback Riding</div>
255
+ <div class="chip">Inline Skating</div>
256
+ <div class="chip">Mountain Biking</div>
257
+ <div class="chip">Snowmobiling</div>
258
+ <div class="chip">Walking</div>
259
+ <div class="chip">Wheelchair Accessible</div>
260
+ </div>
261
+
262
+ <!-- Surface -->
263
+ <div class="section-label">Surface</div>
264
+ <div class="chip-row">
265
+ <div class="chip active">Any</div>
266
+ <div class="chip">Asphalt</div>
267
+ <div class="chip">Ballast</div>
268
+ <div class="chip">Cinder</div>
269
+ <div class="chip">Concrete</div>
270
+ <div class="chip">Crushed Stone</div>
271
+ <div class="chip">Dirt</div>
272
+ <div class="chip">Grass</div>
273
+ <div class="chip">Gravel</div>
274
+ <div class="chip">Sand</div>
275
+ <div class="chip">Woodchips</div>
276
+ </div>
277
+
278
+ <!-- Length -->
279
+ <div class="section-label">Length <span class="subdued">Miles</span></div>
280
+ <div class="slider-block">
281
+ <div class="track"></div>
282
+ <div class="knob left"></div>
283
+ <div class="knob right"></div>
284
+ <div class="tick-row">
285
+ <div>0</div><div>5</div><div>10</div><div>15</div><div>20</div><div>20+</div>
286
+ </div>
287
+ </div>
288
+
289
+ <div class="section-label" style="margin-top:60px;">Type</div>
290
+ </div>
291
+
292
+ <!-- Bottom navigation -->
293
+ <div class="bottom-nav">
294
+ <!-- send/leaf-like -->
295
+ <svg viewBox="0 0 24 24">
296
+ <path d="M3 12l18-9-7 18-3-7-8-2z" />
297
+ </svg>
298
+ <!-- search -->
299
+ <svg viewBox="0 0 24 24">
300
+ <circle cx="11" cy="11" r="7" />
301
+ <path d="M16 16l6 6" />
302
+ </svg>
303
+ <!-- heart -->
304
+ <svg viewBox="0 0 24 24">
305
+ <path d="M12 20s-8-5.5-8-10a5 5 0 0 1 9-3 5 5 0 0 1 9 3c0 4.5-8 10-8 10z"/>
306
+ </svg>
307
+ <!-- user -->
308
+ <svg viewBox="0 0 24 24">
309
+ <circle cx="12" cy="8" r="4"/>
310
+ <path d="M4 22c2-5 14-5 16 0"/>
311
+ </svg>
312
+ <!-- settings -->
313
+ <svg viewBox="0 0 24 24">
314
+ <path d="M12 8a4 4 0 1 0 0 8 4 4 0 0 0 0-8zm9 4l-2 1 1 2-2 2-2-1-1 2h-4l-1-2-2 1-2-2 1-2-2-1 1-3 2 1 1-2h4l1 2 2-1 2 2-1 2 2 1z"/>
315
+ </svg>
316
+ </div>
317
+
318
+ <div class="gesture"></div>
319
+ </div>
320
+ </body>
321
+ </html>
code/10316/10316_6.html ADDED
@@ -0,0 +1,287 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 Trails UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; color:#333; }
9
+ #render-target {
10
+ width:1080px; height:2400px; position:relative; overflow:hidden;
11
+ background:#ffffff;
12
+ }
13
+
14
+ /* Top system status bar */
15
+ .status-bar {
16
+ height:140px; background:#5ea239; color:#fff; position:relative;
17
+ padding:0 40px; display:flex; align-items:center; justify-content:space-between;
18
+ }
19
+ .status-left { font-weight:600; font-size:44px; letter-spacing:1px; }
20
+ .status-right { display:flex; align-items:center; gap:30px; }
21
+ .dot { width:14px; height:14px; background:#fff; border-radius:50%; opacity:.9; }
22
+
23
+ /* App header (title row) */
24
+ .app-header {
25
+ background:#fff; position:relative; padding:44px 40px 30px 40px;
26
+ box-shadow:0 2px 6px rgba(0,0,0,0.06);
27
+ }
28
+ .title {
29
+ font-size:66px; font-weight:700; color:#1f1f1f; margin-right:180px;
30
+ }
31
+ .top-icons { position:absolute; right:30px; top:36px; display:flex; gap:38px; }
32
+ .icon-btn { width:84px; height:84px; display:flex; align-items:center; justify-content:center; }
33
+ .icon-btn svg { width:56px; height:56px; stroke:#1f1f1f; }
34
+
35
+ /* Content area */
36
+ .content { padding:32px 40px 240px 40px; overflow:hidden; }
37
+ .section { margin-top:34px; }
38
+ .label {
39
+ font-size:52px; font-weight:700; color:#3b3b3b; margin-bottom:18px;
40
+ }
41
+ .label span.muted { font-weight:500; color:#8c8c8c; margin-left:14px; font-size:44px; }
42
+
43
+ .input {
44
+ background:#e7f0e0; border:2px solid #bfcbb7; border-radius:24px;
45
+ padding:28px 120px 28px 28px; font-size:44px; color:#2f2f2f;
46
+ height:118px; display:flex; align-items:center; position:relative;
47
+ }
48
+ .placeholder { color:#8e8e8e; }
49
+ .pill-group { display:flex; flex-wrap:wrap; gap:22px; }
50
+
51
+ .chip {
52
+ border:2px solid #cfcfcf; color:#6b6b6b; font-size:40px; padding:22px 30px;
53
+ border-radius:16px; background:#fff; display:inline-flex; align-items:center;
54
+ }
55
+ .chip.active { background:#5ea239; color:#fff; border-color:#5ea239; }
56
+
57
+ /* Icons inside inputs */
58
+ .input .suffix {
59
+ position:absolute; right:132px; top:50%; transform:translateY(-50%);
60
+ width:64px; height:64px; border-radius:50%; display:flex; align-items:center; justify-content:center;
61
+ color:#6f6f6f;
62
+ }
63
+ .input .geo {
64
+ position:absolute; right:28px; top:50%; transform:translateY(-50%);
65
+ width:76px; height:76px; border-radius:50%; border:2px solid #bfcbb7; display:flex; align-items:center; justify-content:center;
66
+ }
67
+ .input svg { stroke:#6f6f6f; }
68
+
69
+ /* Slider */
70
+ .slider-wrap { margin-top:20px; padding:10px 10px 0 10px; }
71
+ .slider-track {
72
+ height:18px; background:#bfbfbf; border-radius:10px; position:relative;
73
+ }
74
+ .slider-fill {
75
+ position:absolute; left:0; top:0; bottom:0; width:66%;
76
+ background:#5ea239; border-radius:10px;
77
+ }
78
+ .thumb {
79
+ position:absolute; top:50%; transform:translate(-50%, -50%);
80
+ width:66px; height:66px; background:#4fa0d4; border:6px solid #e9f3fa; border-radius:50%;
81
+ box-shadow:0 2px 4px rgba(0,0,0,0.2);
82
+ }
83
+ .thumb.left { left:0%; }
84
+ .thumb.right { left:62%; }
85
+ .scale {
86
+ display:flex; justify-content:space-between; margin-top:18px;
87
+ padding:0 6px; color:#4b4b4b; font-size:38px;
88
+ }
89
+
90
+ /* Bottom navigation */
91
+ .bottom-nav {
92
+ position:absolute; left:0; right:0; bottom:46px; height:170px; background:#5ea239;
93
+ display:flex; align-items:center; justify-content:space-around; color:#fff;
94
+ padding:0 40px;
95
+ }
96
+ .nav-item svg { width:80px; height:80px; stroke:#ffffff; }
97
+
98
+ /* Home indicator */
99
+ .home-indicator {
100
+ position:absolute; left:50%; transform:translateX(-50%);
101
+ bottom:16px; width:300px; height:16px; border-radius:12px; background:#111;
102
+ }
103
+ </style>
104
+ </head>
105
+ <body>
106
+ <div id="render-target">
107
+
108
+ <!-- Green status bar -->
109
+ <div class="status-bar">
110
+ <div class="status-left">1:10</div>
111
+ <div class="status-right">
112
+ <div class="dot"></div>
113
+ <div style="width:64px;height:40px;border:4px solid #fff;border-radius:8px;position:relative;"></div>
114
+ <svg viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
115
+ <path d="M2 12h4l3 7 4-14 3 7h6"></path>
116
+ </svg>
117
+ <svg viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
118
+ <path d="M2 12c4-6 16-6 20 0"></path>
119
+ <path d="M6 12c2-3 10-3 12 0"></path>
120
+ <circle cx="18" cy="5" r="2" fill="#fff"></circle>
121
+ </svg>
122
+ <svg viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
123
+ <path d="M3 7h18"></path>
124
+ <path d="M3 12h18"></path>
125
+ <path d="M3 17h18"></path>
126
+ </svg>
127
+ <svg viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
128
+ <rect x="3" y="6" width="14" height="12" rx="2"></rect>
129
+ <path d="M21 10v4"></path>
130
+ </svg>
131
+ </div>
132
+ </div>
133
+
134
+ <!-- App header with title and action icons -->
135
+ <div class="app-header">
136
+ <div class="title">Search Trails</div>
137
+ <div class="top-icons">
138
+ <div class="icon-btn" title="Delete">
139
+ <svg viewBox="0 0 24 24" fill="none" stroke-width="2">
140
+ <path d="M3 6h18"></path>
141
+ <path d="M8 6v-2h8v2"></path>
142
+ <rect x="6" y="6" width="12" height="14" rx="2"></rect>
143
+ </svg>
144
+ </div>
145
+ <div class="icon-btn" title="Search">
146
+ <svg viewBox="0 0 24 24" fill="none" stroke-width="2">
147
+ <circle cx="11" cy="11" r="7"></circle>
148
+ <path d="M20 20l-4.5-4.5"></path>
149
+ </svg>
150
+ </div>
151
+ </div>
152
+ </div>
153
+
154
+ <div class="content">
155
+
156
+ <!-- Location -->
157
+ <div class="section">
158
+ <div class="label">Location <span class="muted">City, State, Zip</span></div>
159
+ <div class="input">
160
+ Seattle, WA 98102, USA
161
+ <div class="suffix">
162
+ <svg viewBox="0 0 24 24" fill="none" stroke-width="2">
163
+ <path d="M6 6l12 12M18 6L6 18"></path>
164
+ </svg>
165
+ </div>
166
+ <div class="geo">
167
+ <svg viewBox="0 0 24 24" fill="none" stroke="#6f6f6f" stroke-width="2">
168
+ <circle cx="12" cy="12" r="3"></circle>
169
+ <path d="M12 2v4M12 18v4M2 12h4M18 12h4"></path>
170
+ </svg>
171
+ </div>
172
+ </div>
173
+ </div>
174
+
175
+ <!-- Trail Name -->
176
+ <div class="section">
177
+ <div class="label">Trail Name, Keyword</div>
178
+ <div class="input"><span class="placeholder">Search</span></div>
179
+ </div>
180
+
181
+ <!-- Sort By -->
182
+ <div class="section">
183
+ <div class="label">Sort By</div>
184
+ <div class="pill-group">
185
+ <div class="chip active">Name</div>
186
+ <div class="chip">Distance</div>
187
+ <div class="chip">Most Popular</div>
188
+ <div class="chip">Length</div>
189
+ </div>
190
+ </div>
191
+
192
+ <!-- Activities -->
193
+ <div class="section">
194
+ <div class="label">Activities</div>
195
+ <div class="pill-group">
196
+ <div class="chip active">Any</div>
197
+ <div class="chip">ATV</div>
198
+ <div class="chip">Bike</div>
199
+ <div class="chip">Cross Country Skiing</div>
200
+ <div class="chip">Fishing</div>
201
+ <div class="chip">Horseback Riding</div>
202
+ <div class="chip">Inline Skating</div>
203
+ <div class="chip">Mountain Biking</div>
204
+ <div class="chip">Snowmobiling</div>
205
+ <div class="chip">Walking</div>
206
+ <div class="chip">Wheelchair Accessible</div>
207
+ </div>
208
+ </div>
209
+
210
+ <!-- Surface -->
211
+ <div class="section">
212
+ <div class="label">Surface</div>
213
+ <div class="pill-group">
214
+ <div class="chip active">Any</div>
215
+ <div class="chip">Asphalt</div>
216
+ <div class="chip">Ballast</div>
217
+ <div class="chip">Cinder</div>
218
+ <div class="chip">Concrete</div>
219
+ <div class="chip">Crushed Stone</div>
220
+ <div class="chip">Dirt</div>
221
+ <div class="chip">Grass</div>
222
+ <div class="chip">Gravel</div>
223
+ <div class="chip">Sand</div>
224
+ <div class="chip">Woodchips</div>
225
+ </div>
226
+ </div>
227
+
228
+ <!-- Length -->
229
+ <div class="section">
230
+ <div class="label">Length <span class="muted">Miles</span></div>
231
+ <div class="slider-wrap">
232
+ <div class="slider-track">
233
+ <div class="slider-fill"></div>
234
+ <div class="thumb left"></div>
235
+ <div class="thumb right"></div>
236
+ </div>
237
+ <div class="scale">
238
+ <div>0</div><div>5</div><div>10</div><div>15</div><div>20</div><div>20+</div>
239
+ </div>
240
+ </div>
241
+ </div>
242
+
243
+ <!-- Filler to hint next section title -->
244
+ <div class="section">
245
+ <div class="label">Type</div>
246
+ </div>
247
+
248
+ </div>
249
+
250
+ <!-- Bottom navigation bar -->
251
+ <div class="bottom-nav">
252
+ <div class="nav-item" title="Explore">
253
+ <svg viewBox="0 0 24 24" fill="none" stroke-width="2">
254
+ <circle cx="12" cy="12" r="10"></circle>
255
+ <path d="M8 8l8-2-2 8-8 2 2-8z"></path>
256
+ </svg>
257
+ </div>
258
+ <div class="nav-item" title="Search">
259
+ <svg viewBox="0 0 24 24" fill="none" stroke-width="2">
260
+ <circle cx="11" cy="11" r="7"></circle>
261
+ <path d="M20 20l-4.5-4.5"></path>
262
+ </svg>
263
+ </div>
264
+ <div class="nav-item" title="Favorites">
265
+ <svg viewBox="0 0 24 24" fill="none" stroke-width="2">
266
+ <path d="M12 21s-7-4.5-7-10a4.5 4.5 0 0 1 8-3 4.5 4.5 0 0 1 8 3c0 5.5-7 10-7 10z"></path>
267
+ </svg>
268
+ </div>
269
+ <div class="nav-item" title="Account">
270
+ <svg viewBox="0 0 24 24" fill="none" stroke-width="2">
271
+ <circle cx="12" cy="8" r="4"></circle>
272
+ <path d="M4 20c2-4 14-4 16 0"></path>
273
+ </svg>
274
+ </div>
275
+ <div class="nav-item" title="Settings">
276
+ <svg viewBox="0 0 24 24" fill="none" stroke-width="2">
277
+ <circle cx="12" cy="12" r="3"></circle>
278
+ <path d="M19 12l2-1-2-1-.6-2 1.2-1.7-1.7-1.2L15 4l-1-2-1 2-2 .6-1.7-1.2-1.2 1.7.6 2-2 1-2 1 2 1 .6 2-1.2 1.7 1.7 1.2L9 20l1 2 1-2 2-.6 1.7 1.2 1.2-1.7-.6-2z"></path>
279
+ </svg>
280
+ </div>
281
+ </div>
282
+
283
+ <div class="home-indicator"></div>
284
+
285
+ </div>
286
+ </body>
287
+ </html>
code/10316/10316_7.html ADDED
@@ -0,0 +1,338 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 Trails UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #f6f6f6;
15
+ color: #1f1f1f;
16
+ }
17
+
18
+ /* Top status bar and app bar */
19
+ .status-bar {
20
+ height: 110px;
21
+ background: #2d5f1b;
22
+ color: #fff;
23
+ display: flex;
24
+ align-items: center;
25
+ padding: 0 36px;
26
+ box-sizing: border-box;
27
+ font-weight: 600;
28
+ }
29
+ .status-time { font-size: 40px; letter-spacing: 1px; }
30
+ .status-icons { margin-left: auto; display: flex; gap: 28px; align-items: center; }
31
+ .status-dot { width: 10px; height: 10px; background: #fff; border-radius: 50%; opacity: .9; }
32
+
33
+ .toolbar {
34
+ height: 120px;
35
+ background: #ffffff;
36
+ box-shadow: 0 2px 8px rgba(0,0,0,0.08);
37
+ display: flex;
38
+ align-items: center;
39
+ padding: 0 36px;
40
+ box-sizing: border-box;
41
+ }
42
+ .toolbar-actions { margin-left: auto; display: flex; gap: 40px; }
43
+ .icon {
44
+ width: 56px; height: 56px; fill: #2d2d2d;
45
+ }
46
+
47
+ .content {
48
+ padding: 34px 40px 180px 40px;
49
+ }
50
+
51
+ .title {
52
+ font-size: 72px;
53
+ font-weight: 700;
54
+ margin: 26px 0 28px 0;
55
+ }
56
+
57
+ .label {
58
+ font-size: 44px;
59
+ font-weight: 700;
60
+ margin: 28px 0 18px 0;
61
+ }
62
+ .label .muted { color: #757575; font-weight: 500; margin-left: 12px; }
63
+
64
+ .field {
65
+ position: relative;
66
+ background: #dde6d6;
67
+ border: 2px solid #b9c7ae;
68
+ border-radius: 24px;
69
+ height: 116px;
70
+ display: flex;
71
+ align-items: center;
72
+ padding: 0 150px 0 36px;
73
+ box-sizing: border-box;
74
+ font-size: 44px;
75
+ color: #2b2b2b;
76
+ }
77
+ .field.placeholder { color: #7d8a73; }
78
+ .field .suffix {
79
+ position: absolute;
80
+ right: 24px;
81
+ top: 50%;
82
+ transform: translateY(-50%);
83
+ display: flex;
84
+ align-items: center;
85
+ gap: 18px;
86
+ }
87
+ .chip-row { display: flex; gap: 18px; flex-wrap: wrap; }
88
+ .chip {
89
+ padding: 22px 30px;
90
+ border-radius: 16px;
91
+ border: 2px solid #c8c8c8;
92
+ font-size: 40px;
93
+ color: #313131;
94
+ background: #fff;
95
+ }
96
+ .chip.active {
97
+ background: #3f7f20;
98
+ color: #fff;
99
+ border-color: #3f7f20;
100
+ }
101
+
102
+ /* Length slider mock */
103
+ .slider {
104
+ margin-top: 28px;
105
+ height: 24px;
106
+ position: relative;
107
+ }
108
+ .slider .track {
109
+ height: 16px;
110
+ background: #8b8b8b;
111
+ border-radius: 10px;
112
+ position: relative;
113
+ }
114
+ .slider .filled {
115
+ position: absolute;
116
+ height: 16px;
117
+ background: #3f7f20;
118
+ border-radius: 10px 0 0 10px;
119
+ left: 0;
120
+ width: 640px;
121
+ }
122
+ .slider .thumb {
123
+ position: absolute;
124
+ top: -22px;
125
+ width: 70px; height: 70px;
126
+ background: #2e6a8e;
127
+ border: 6px solid rgba(0,0,0,0.15);
128
+ border-radius: 50%;
129
+ box-shadow: 0 6px 10px rgba(0,0,0,0.15);
130
+ }
131
+ .slider .thumb.start { left: -10px; }
132
+ .slider .thumb.end { left: 620px; }
133
+ .ticks {
134
+ display: flex;
135
+ justify-content: space-between;
136
+ margin-top: 18px;
137
+ color: #2d2d2d;
138
+ font-size: 38px;
139
+ padding: 0 6px;
140
+ }
141
+
142
+ /* Overlay modal */
143
+ .overlay {
144
+ position: absolute;
145
+ inset: 0;
146
+ background: rgba(0,0,0,0.45);
147
+ display: flex;
148
+ align-items: center;
149
+ justify-content: center;
150
+ }
151
+ .dialog {
152
+ width: 920px;
153
+ background: #ffffff;
154
+ border-radius: 16px;
155
+ box-shadow: 0 24px 60px rgba(0,0,0,0.35);
156
+ padding: 48px 56px;
157
+ box-sizing: border-box;
158
+ }
159
+ .dialog-title {
160
+ font-size: 58px;
161
+ font-weight: 700;
162
+ margin-bottom: 26px;
163
+ }
164
+ .dialog-row {
165
+ display: flex;
166
+ align-items: center;
167
+ gap: 36px;
168
+ }
169
+ .spinner {
170
+ width: 120px;
171
+ height: 120px;
172
+ border: 14px solid #3f7f20;
173
+ border-top-color: transparent;
174
+ border-radius: 50%;
175
+ animation: spin 1.2s linear infinite;
176
+ }
177
+ .dialog-msg { font-size: 42px; color: #7b7b7b; }
178
+ @keyframes spin { to { transform: rotate(360deg); } }
179
+
180
+ /* Bottom nav */
181
+ .bottom-nav {
182
+ position: absolute;
183
+ left: 0; right: 0; bottom: 56px;
184
+ height: 130px;
185
+ background: #3f7f20;
186
+ display: flex;
187
+ justify-content: space-around;
188
+ align-items: center;
189
+ }
190
+ .bottom-nav svg { width: 72px; height: 72px; fill: none; stroke: #ffffff; stroke-width: 6; }
191
+
192
+ /* iOS home indicator mock */
193
+ .home-indicator {
194
+ position: absolute;
195
+ bottom: 12px;
196
+ left: 50%;
197
+ transform: translateX(-50%);
198
+ width: 360px;
199
+ height: 12px;
200
+ background: #ffffff;
201
+ border-radius: 8px;
202
+ opacity: .95;
203
+ }
204
+
205
+ /* small circular icon buttons in field */
206
+ .round {
207
+ width: 68px; height: 68px; border-radius: 50%;
208
+ border: 2px solid #bdbdbd;
209
+ background: #eaeaea;
210
+ display: flex; align-items: center; justify-content: center;
211
+ }
212
+ .round svg { width: 34px; height: 34px; fill: #5f5f5f; }
213
+ </style>
214
+ </head>
215
+ <body>
216
+ <div id="render-target">
217
+
218
+ <!-- Status bar -->
219
+ <div class="status-bar">
220
+ <div class="status-time">1:11</div>
221
+ <div class="status-icons">
222
+ <div class="status-dot"></div>
223
+ <div class="status-dot" style="opacity:.7;"></div>
224
+ <div class="status-dot" style="opacity:.5;"></div>
225
+ <!-- wifi -->
226
+ <svg class="icon" viewBox="0 0 24 24"><path d="M2 8c5-4 15-4 20 0M5 11c3-3 11-3 14 0M8 14c2-2 6-2 8 0M12 18l-2 2 2 2 2-2z" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
227
+ <!-- battery -->
228
+ <svg class="icon" viewBox="0 0 24 24"><rect x="2" y="7" width="18" height="10" rx="2" ry="2" fill="none" stroke="#fff" stroke-width="2"/><rect x="4" y="9" width="14" height="6" fill="#fff"/><rect x="20" y="10" width="2" height="4" fill="#fff"/></svg>
229
+ </div>
230
+ </div>
231
+
232
+ <!-- Toolbar -->
233
+ <div class="toolbar">
234
+ <div></div>
235
+ <div class="toolbar-actions">
236
+ <!-- delete -->
237
+ <svg class="icon" viewBox="0 0 24 24"><path d="M3 6h18M9 6V4h6v2M8 6l1 14h6l1-14" fill="none" stroke="#2d2d2d" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
238
+ <!-- search -->
239
+ <svg class="icon" viewBox="0 0 24 24"><circle cx="11" cy="11" r="7" fill="none" stroke="#2d2d2d" stroke-width="2"/><path d="M20 20l-4-4" stroke="#2d2d2d" stroke-width="2" stroke-linecap="round"/></svg>
240
+ </div>
241
+ </div>
242
+
243
+ <!-- Main content -->
244
+ <div class="content">
245
+ <div class="title">Search Trails</div>
246
+
247
+ <div class="label">Location <span class="muted">City, State, Zip</span></div>
248
+ <div class="field">
249
+ Seattle, WA 98102, USA
250
+ <div class="suffix">
251
+ <div class="round">
252
+ <!-- close X -->
253
+ <svg viewBox="0 0 24 24"><path d="M6 6l12 12M18 6L6 18" stroke="#5f5f5f" stroke-width="2" stroke-linecap="round"/></svg>
254
+ </div>
255
+ <div class="round">
256
+ <!-- crosshair -->
257
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="6" fill="none" stroke="#5f5f5f" stroke-width="2"/><path d="M12 2v4M12 18v4M2 12h4M18 12h4" stroke="#5f5f5f" stroke-width="2" stroke-linecap="round"/></svg>
258
+ </div>
259
+ </div>
260
+ </div>
261
+
262
+ <div class="label">Trail Name, Keyword</div>
263
+ <div class="field placeholder">Search</div>
264
+
265
+ <div class="label">Sort By</div>
266
+ <div class="chip-row">
267
+ <div class="chip active">Name</div>
268
+ <div class="chip">Distance</div>
269
+ <div class="chip">Most Popular</div>
270
+ <div class="chip">Length</div>
271
+ </div>
272
+
273
+ <div class="label" style="margin-top:34px;">Activities</div>
274
+ <div class="chip-row">
275
+ <div class="chip active">Any</div>
276
+ <div class="chip">Walking</div>
277
+ <div class="chip">Running</div>
278
+ <div class="chip">Biking</div>
279
+ <div class="chip">Wheelchair Accessible</div>
280
+ </div>
281
+
282
+ <div class="label" style="margin-top:34px;">Surface</div>
283
+ <div class="chip-row">
284
+ <div class="chip active">Any</div>
285
+ <div class="chip">Asphalt</div>
286
+ <div class="chip">Ballast</div>
287
+ <div class="chip">Cinder</div>
288
+ <div class="chip">Concrete</div>
289
+ <div class="chip">Crushed Stone</div>
290
+ <div class="chip">Dirt</div>
291
+ <div class="chip">Grass</div>
292
+ <div class="chip">Gravel</div>
293
+ <div class="chip">Sand</div>
294
+ <div class="chip">Woodchips</div>
295
+ </div>
296
+
297
+ <div class="label" style="margin-top:42px;">Length <span class="muted">Miles</span></div>
298
+ <div class="slider">
299
+ <div class="track">
300
+ <div class="filled"></div>
301
+ <div class="thumb start"></div>
302
+ <div class="thumb end"></div>
303
+ </div>
304
+ <div class="ticks">
305
+ <span>0</span><span>5</span><span>10</span><span>15</span><span>20</span><span>20+</span>
306
+ </div>
307
+ </div>
308
+ </div>
309
+
310
+ <!-- Searching modal overlay -->
311
+ <div class="overlay">
312
+ <div class="dialog">
313
+ <div class="dialog-title">Searching</div>
314
+ <div class="dialog-row">
315
+ <div class="spinner"></div>
316
+ <div class="dialog-msg">Please wait...</div>
317
+ </div>
318
+ </div>
319
+ </div>
320
+
321
+ <!-- Bottom navigation -->
322
+ <div class="bottom-nav">
323
+ <!-- nav icon 1 -->
324
+ <svg viewBox="0 0 24 24"><path d="M3 12l9-8 9 8v8H3z" stroke-linejoin="round"/></svg>
325
+ <!-- nav icon 2 (search) -->
326
+ <svg viewBox="0 0 24 24"><circle cx="11" cy="11" r="6"/><path d="M20 20l-4-4"/></svg>
327
+ <!-- nav icon 3 (heart) -->
328
+ <svg viewBox="0 0 24 24"><path d="M12 20s-8-5-8-10a5 5 0 0 1 9-3 5 5 0 0 1 9 3c0 5-8 10-8 10z"/></svg>
329
+ <!-- nav icon 4 (user) -->
330
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="8" r="4"/><path d="M4 22c2-4 14-4 16 0"/></svg>
331
+ <!-- nav icon 5 (settings) -->
332
+ <svg viewBox="0 0 24 24"><path d="M12 8a4 4 0 1 1 0 8 4 4 0 0 1 0-8z"/><path d="M3 12h3M18 12h3M12 3v3M12 18v3"/></svg>
333
+ </div>
334
+
335
+ <div class="home-indicator"></div>
336
+ </div>
337
+ </body>
338
+ </html>
code/10316/10316_8.html ADDED
@@ -0,0 +1,314 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Trail Search UI</title>
7
+ <style>
8
+ html, body { margin: 0; padding: 0; background: transparent; }
9
+ * { box-sizing: border-box; }
10
+ #render-target {
11
+ width: 1080px;
12
+ height: 2400px;
13
+ position: relative;
14
+ overflow: hidden;
15
+ background: #f4f5f7;
16
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
17
+ color: #222;
18
+ }
19
+
20
+ /* Top green status/header region */
21
+ .status-bar {
22
+ height: 110px;
23
+ background: #5b9a3e;
24
+ color: #fff;
25
+ padding: 0 36px;
26
+ display: flex;
27
+ align-items: center;
28
+ font-size: 28px;
29
+ letter-spacing: 1px;
30
+ }
31
+ .status-icons {
32
+ margin-left: auto;
33
+ display: flex;
34
+ gap: 28px;
35
+ align-items: center;
36
+ opacity: 0.95;
37
+ }
38
+ .dot { width: 10px; height: 10px; background: #fff; border-radius: 50%; display: inline-block; }
39
+
40
+ .page-header {
41
+ background: #ffffff;
42
+ padding: 36px 40px 28px 40px;
43
+ border-bottom: 1px solid #e8e9ec;
44
+ }
45
+ .page-title {
46
+ margin: 8px 0 0 0;
47
+ font-size: 62px;
48
+ font-weight: 700;
49
+ color: #152218;
50
+ }
51
+
52
+ /* Map placeholder */
53
+ .map-wrap {
54
+ position: relative;
55
+ height: 640px;
56
+ background: #E0E0E0;
57
+ border-top: 1px solid #BDBDBD;
58
+ border-bottom: 1px solid #BDBDBD;
59
+ display: flex;
60
+ align-items: center;
61
+ justify-content: center;
62
+ color: #5f6e6a;
63
+ font-weight: 600;
64
+ }
65
+
66
+ .floating-btn {
67
+ position: absolute;
68
+ right: 28px;
69
+ width: 110px;
70
+ height: 110px;
71
+ border-radius: 50%;
72
+ background: #ffffff;
73
+ box-shadow: 0 8px 18px rgba(0,0,0,0.18);
74
+ display: flex;
75
+ align-items: center;
76
+ justify-content: center;
77
+ }
78
+ .floating-btn.top { top: 40px; }
79
+ .floating-btn.bottom { top: 170px; }
80
+
81
+ /* Cards */
82
+ .cards {
83
+ padding: 22px 24px 180px 24px;
84
+ margin-top: -10px;
85
+ }
86
+ .card {
87
+ background: #fff;
88
+ border-radius: 26px;
89
+ overflow: hidden;
90
+ box-shadow: 0 10px 24px rgba(0,0,0,0.1);
91
+ margin-bottom: 28px;
92
+ position: relative;
93
+ }
94
+ .card-image {
95
+ height: 360px;
96
+ background: #E0E0E0;
97
+ border-bottom: 1px solid #BDBDBD;
98
+ display: flex;
99
+ align-items: center;
100
+ justify-content: center;
101
+ color: #6b6b6b;
102
+ font-weight: 600;
103
+ font-size: 30px;
104
+ position: relative;
105
+ }
106
+ .heart-overlay {
107
+ position: absolute;
108
+ top: 18px;
109
+ right: 18px;
110
+ width: 64px;
111
+ height: 64px;
112
+ border-radius: 50%;
113
+ background: rgba(255,255,255,0.75);
114
+ display: flex;
115
+ align-items: center;
116
+ justify-content: center;
117
+ }
118
+ .card-body {
119
+ padding: 30px 36px 34px 36px;
120
+ }
121
+ .title-row {
122
+ display: flex;
123
+ align-items: baseline;
124
+ gap: 14px;
125
+ margin-bottom: 16px;
126
+ }
127
+ .trail-title {
128
+ font-size: 46px;
129
+ font-weight: 800;
130
+ color: #0c1a10;
131
+ }
132
+ .state {
133
+ font-size: 36px;
134
+ color: #6e726f;
135
+ font-weight: 600;
136
+ }
137
+ .meta-row {
138
+ display: flex;
139
+ align-items: center;
140
+ justify-content: space-between;
141
+ gap: 20px;
142
+ }
143
+ .stars {
144
+ color: #FFC107;
145
+ font-size: 34px;
146
+ letter-spacing: 2px;
147
+ margin-right: 14px;
148
+ }
149
+ .reviews {
150
+ font-size: 34px;
151
+ color: #5a5f5b;
152
+ font-weight: 600;
153
+ }
154
+ .length {
155
+ font-size: 38px;
156
+ color: #3a3f3b;
157
+ font-weight: 700;
158
+ }
159
+ .length .value {
160
+ margin-left: 14px;
161
+ font-weight: 700;
162
+ }
163
+
164
+ /* Bottom navigation */
165
+ .bottom-nav {
166
+ position: absolute;
167
+ left: 0;
168
+ right: 0;
169
+ bottom: 0;
170
+ height: 150px;
171
+ background: #5b9a3e;
172
+ border-top-left-radius: 0;
173
+ border-top-right-radius: 0;
174
+ box-shadow: 0 -6px 18px rgba(0,0,0,0.12);
175
+ display: flex;
176
+ align-items: center;
177
+ justify-content: space-around;
178
+ padding: 0 40px;
179
+ }
180
+ .nav-icon {
181
+ width: 72px;
182
+ height: 72px;
183
+ fill: #ffffff;
184
+ opacity: 0.95;
185
+ }
186
+ .home-indicator {
187
+ position: absolute;
188
+ left: 50%;
189
+ transform: translateX(-50%);
190
+ bottom: 10px;
191
+ width: 280px;
192
+ height: 8px;
193
+ background: #0e0e0e;
194
+ border-radius: 8px;
195
+ opacity: 0.65;
196
+ }
197
+ </style>
198
+ </head>
199
+ <body>
200
+ <div id="render-target">
201
+
202
+ <div class="status-bar">
203
+ 1:11
204
+ <div class="status-icons">
205
+ <span class="dot"></span>
206
+ <span class="dot"></span>
207
+ <span class="dot"></span>
208
+ <span style="font-size:26px;">Wi‑Fi</span>
209
+ <span style="font-size:26px;">🔋</span>
210
+ </div>
211
+ </div>
212
+
213
+ <div class="page-header">
214
+ <div class="page-title">Trail Search</div>
215
+ </div>
216
+
217
+ <div class="map-wrap">
218
+ [IMG: Map with trail pins]
219
+ <div class="floating-btn top" aria-label="Toggle view">
220
+ <!-- simple swap arrows icon -->
221
+ <svg width="44" height="44" viewBox="0 0 24 24">
222
+ <path d="M7 6h13l-3-3M17 18H4l3 3" stroke="#2b3d2c" stroke-width="2.2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
223
+ </svg>
224
+ </div>
225
+ <div class="floating-btn bottom" aria-label="Help">
226
+ <svg width="44" height="44" viewBox="0 0 24 24">
227
+ <path d="M12 17v-1.2c0-2.2 3-2.3 3-5 0-1.9-1.5-3.1-3.3-3.1-1.5 0-2.6.7-3.1 2" stroke="#2b3d2c" stroke-width="2.2" fill="none" stroke-linecap="round"/>
228
+ <circle cx="12" cy="19.5" r="1" fill="#2b3d2c"/>
229
+ </svg>
230
+ </div>
231
+ </div>
232
+
233
+ <div class="cards">
234
+ <!-- Card 1 -->
235
+ <div class="card">
236
+ <div class="card-image">
237
+ [IMG: Alki Trail photo]
238
+ <div class="heart-overlay">
239
+ <svg width="34" height="34" viewBox="0 0 24 24">
240
+ <path d="M12.1 21s-7.1-4.7-9.3-8.2C1.3 10 2.6 6.7 5.8 6.2c1.9-.3 3.3.6 4.2 1.9.9-1.3 2.3-2.2 4.2-1.9 3.1.5 4.5 3.8 3 6.6C19.1 16.3 12.1 21 12.1 21z" fill="none" stroke="#2b3d2c" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/>
241
+ </svg>
242
+ </div>
243
+ </div>
244
+ <div class="card-body">
245
+ <div class="title-row">
246
+ <div class="trail-title">Alki Trail</div>
247
+ <div class="state">WA</div>
248
+ </div>
249
+ <div class="meta-row">
250
+ <div style="display:flex; align-items:center;">
251
+ <div class="stars">★★★★★</div>
252
+ <div class="reviews">5 Reviews</div>
253
+ </div>
254
+ <div class="length">Length <span class="value">5.5 mi</span></div>
255
+ </div>
256
+ </div>
257
+ </div>
258
+
259
+ <!-- Card 2 -->
260
+ <div class="card">
261
+ <div class="card-image">
262
+ [IMG: BPA Trail photo]
263
+ <div class="heart-overlay">
264
+ <svg width="34" height="34" viewBox="0 0 24 24">
265
+ <path d="M12.1 21s-7.1-4.7-9.3-8.2C1.3 10 2.6 6.7 5.8 6.2c1.9-.3 3.3.6 4.2 1.9.9-1.3 2.3-2.2 4.2-1.9 3.1.5 4.5 3.8 3 6.6C19.1 16.3 12.1 21 12.1 21z" fill="none" stroke="#2b3d2c" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/>
266
+ </svg>
267
+ </div>
268
+ </div>
269
+ <div class="card-body">
270
+ <div class="title-row">
271
+ <div class="trail-title">BPA Trail</div>
272
+ <div class="state">WA</div>
273
+ </div>
274
+ <div class="meta-row">
275
+ <div style="display:flex; align-items:center;">
276
+ <div class="stars">★★★★★</div>
277
+ <div class="reviews">5 Reviews</div>
278
+ </div>
279
+ <div class="length">Length <span class="value">3.8 mi</span></div>
280
+ </div>
281
+ </div>
282
+ </div>
283
+ </div>
284
+
285
+ <!-- Bottom Navigation -->
286
+ <div class="bottom-nav">
287
+ <!-- Leaf / Trails -->
288
+ <svg class="nav-icon" viewBox="0 0 24 24">
289
+ <path d="M20 3c-9 2-12 6-12 12 0 3 2 6 6 6 6 0 10-8 6-18zM8 15s3-1 6 2" stroke="#fff" stroke-width="1.8" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
290
+ </svg>
291
+ <!-- Search -->
292
+ <svg class="nav-icon" viewBox="0 0 24 24">
293
+ <circle cx="10.5" cy="10.5" r="6.5" fill="none" stroke="#fff" stroke-width="2"/>
294
+ <path d="M16 16l5 5" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
295
+ </svg>
296
+ <!-- Heart -->
297
+ <svg class="nav-icon" viewBox="0 0 24 24">
298
+ <path d="M12.1 21s-7.1-4.7-9.3-8.2C1.3 10 2.6 6.7 5.8 6.2c1.9-.3 3.3.6 4.2 1.9.9-1.3 2.3-2.2 4.2-1.9 3.1.5 4.5 3.8 3 6.6C19.1 16.3 12.1 21 12.1 21z" fill="none" stroke="#fff" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/>
299
+ </svg>
300
+ <!-- User -->
301
+ <svg class="nav-icon" viewBox="0 0 24 24">
302
+ <circle cx="12" cy="8" r="4" fill="none" stroke="#fff" stroke-width="2"/>
303
+ <path d="M4 22c2.5-4 13.5-4 16 0" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/>
304
+ </svg>
305
+ <!-- Settings -->
306
+ <svg class="nav-icon" viewBox="0 0 24 24">
307
+ <path d="M12 8.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7zm8 3l-2 .8.2 2.2-1.8 1.2-1.9-1.1-1.9 1.1-1.8-1.2.2-2.2-2-.8.8-2 2.1.1 1-1.9h2l1 1.9 2.1-.1.8 2z" fill="#fff"/>
308
+ </svg>
309
+ <div class="home-indicator"></div>
310
+ </div>
311
+
312
+ </div>
313
+ </body>
314
+ </html>
code/10317/10317_0.html ADDED
@@ -0,0 +1,329 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Android Home Screen Mock</title>
5
+ <style>
6
+ body {
7
+ margin: 0;
8
+ padding: 0;
9
+ background: transparent;
10
+ font-family: Roboto, Arial, sans-serif;
11
+ }
12
+ #render-target {
13
+ width: 1080px;
14
+ height: 2400px;
15
+ position: relative;
16
+ overflow: hidden;
17
+ background: radial-gradient(ellipse at center, #2e2e36 0%, #1f2129 60%, #181a22 100%);
18
+ color: #fff;
19
+ }
20
+
21
+ /* Status bar */
22
+ .status-bar {
23
+ position: absolute;
24
+ top: 0;
25
+ left: 0;
26
+ width: 1080px;
27
+ height: 90px;
28
+ padding: 0 30px;
29
+ display: flex;
30
+ align-items: center;
31
+ justify-content: space-between;
32
+ font-weight: 600;
33
+ letter-spacing: 0.5px;
34
+ font-size: 36px;
35
+ }
36
+ .status-right {
37
+ display: flex;
38
+ align-items: center;
39
+ gap: 24px;
40
+ font-size: 24px;
41
+ opacity: 0.9;
42
+ }
43
+ .status-icon {
44
+ width: 36px;
45
+ height: 36px;
46
+ }
47
+ .status-icon svg { width: 100%; height: 100%; fill: #ffffff; opacity: 0.9; }
48
+
49
+ /* App grid */
50
+ .app-grid {
51
+ position: absolute;
52
+ top: 140px;
53
+ left: 0;
54
+ width: 100%;
55
+ padding: 0 20px;
56
+ display: grid;
57
+ grid-template-columns: repeat(4, 1fr);
58
+ grid-row-gap: 44px;
59
+ grid-column-gap: 0px;
60
+ }
61
+ .app-item {
62
+ width: 100%;
63
+ text-align: center;
64
+ }
65
+ .app-icon {
66
+ width: 160px;
67
+ height: 160px;
68
+ margin: 0 auto 14px auto;
69
+ border-radius: 50%;
70
+ background: #3a3d46;
71
+ border: 2px solid rgba(255,255,255,0.08);
72
+ display: flex;
73
+ align-items: center;
74
+ justify-content: center;
75
+ color: #e0e0e0;
76
+ font-size: 28px;
77
+ line-height: 1.2;
78
+ padding: 12px;
79
+ }
80
+ .app-label {
81
+ font-size: 34px;
82
+ color: #f5f5f5;
83
+ }
84
+
85
+ /* Dock icons */
86
+ .dock {
87
+ position: absolute;
88
+ bottom: 220px;
89
+ left: 0;
90
+ width: 100%;
91
+ display: flex;
92
+ justify-content: space-evenly;
93
+ padding: 0 60px;
94
+ }
95
+ .dock-icon {
96
+ width: 160px;
97
+ height: 160px;
98
+ border-radius: 50%;
99
+ background: #3a3d46;
100
+ border: 2px solid rgba(255,255,255,0.1);
101
+ display: flex;
102
+ align-items: center;
103
+ justify-content: center;
104
+ color: #dcdcdc;
105
+ font-size: 28px;
106
+ }
107
+
108
+ /* Search pill */
109
+ .search-pill {
110
+ position: absolute;
111
+ bottom: 110px;
112
+ left: 50%;
113
+ transform: translateX(-50%);
114
+ width: 920px;
115
+ height: 120px;
116
+ border-radius: 60px;
117
+ background: #2c2f37;
118
+ border: 2px solid rgba(255,255,255,0.08);
119
+ display: flex;
120
+ align-items: center;
121
+ justify-content: space-between;
122
+ padding: 0 32px;
123
+ }
124
+ .search-left {
125
+ display: flex;
126
+ align-items: center;
127
+ gap: 20px;
128
+ color: #ffffff;
129
+ font-size: 44px;
130
+ font-weight: 700;
131
+ }
132
+ .pill-icon {
133
+ width: 72px;
134
+ height: 72px;
135
+ border-radius: 50%;
136
+ background: #3c4049;
137
+ display: flex;
138
+ align-items: center;
139
+ justify-content: center;
140
+ }
141
+ .pill-icon svg { width: 42px; height: 42px; fill: #fff; opacity: 0.9; }
142
+
143
+ /* Home indicator */
144
+ .home-indicator {
145
+ position: absolute;
146
+ bottom: 36px;
147
+ left: 50%;
148
+ transform: translateX(-50%);
149
+ width: 500px;
150
+ height: 12px;
151
+ border-radius: 12px;
152
+ background: rgba(255,255,255,0.6);
153
+ }
154
+
155
+ /* Small helper to emulate image placeholders (if needed) */
156
+ .img-plc {
157
+ background: #E0E0E0;
158
+ border: 1px solid #BDBDBD;
159
+ color: #757575;
160
+ }
161
+ </style>
162
+ </head>
163
+ <body>
164
+ <div id="render-target">
165
+
166
+ <!-- Status Bar -->
167
+ <div class="status-bar">
168
+ <div>9:08</div>
169
+ <div class="status-right">
170
+ <div class="status-icon" title="Cellular">
171
+ <svg viewBox="0 0 24 24">
172
+ <rect x="2" y="17" width="3" height="5"></rect>
173
+ <rect x="7" y="13" width="3" height="9"></rect>
174
+ <rect x="12" y="9" width="3" height="13"></rect>
175
+ <rect x="17" y="5" width="3" height="17"></rect>
176
+ </svg>
177
+ </div>
178
+ <div class="status-icon" title="Download">
179
+ <svg viewBox="0 0 24 24">
180
+ <path d="M12 3v10l4-4h-3V3H11v6H8l4 4V3z"></path>
181
+ <rect x="4" y="19" width="16" height="2"></rect>
182
+ </svg>
183
+ </div>
184
+ <div class="status-icon" title="Cloud">
185
+ <svg viewBox="0 0 24 24">
186
+ <path d="M6 18h10a4 4 0 0 0 0-8h-.3A6 6 0 0 0 6 7a5 5 0 0 0 0 11z"></path>
187
+ </svg>
188
+ </div>
189
+ <div class="status-icon" title="Wi-Fi">
190
+ <svg viewBox="0 0 24 24">
191
+ <path d="M12 18a2 2 0 1 0 0.001 0z"></path>
192
+ <path d="M2 9c5.5-5 14.5-5 20 0l-2 2c-4.5-4-11.5-4-16 0L2 9z"></path>
193
+ <path d="M5 12c3.8-3.5 10.2-3.5 14 0l-2 2c-2.9-2.7-7.1-2.7-10 0L5 12z"></path>
194
+ </svg>
195
+ </div>
196
+ <div class="status-icon" title="Battery">
197
+ <svg viewBox="0 0 24 24">
198
+ <rect x="2" y="6" width="18" height="12" rx="2"></rect>
199
+ <rect x="21" y="10" width="2" height="4"></rect>
200
+ <rect x="4" y="8" width="12" height="8" fill="#76ff03"></rect>
201
+ </svg>
202
+ </div>
203
+ </div>
204
+ </div>
205
+
206
+ <!-- App Grid -->
207
+ <div class="app-grid">
208
+
209
+ <!-- Row 1 -->
210
+ <div class="app-item">
211
+ <div class="app-icon">DBW Show...</div>
212
+ <div class="app-label">DBW Show...</div>
213
+ </div>
214
+ <div class="app-item">
215
+ <div class="app-icon">adidas</div>
216
+ <div class="app-label">adidas</div>
217
+ </div>
218
+ <div class="app-item">
219
+ <div class="app-icon">PUMA</div>
220
+ <div class="app-label">PUMA</div>
221
+ </div>
222
+ <div class="app-item">
223
+ <div class="app-icon">Decathlon</div>
224
+ <div class="app-label">Decathlon</div>
225
+ </div>
226
+
227
+ <!-- Row 2 -->
228
+ <div class="app-item">
229
+ <div class="app-icon">Flipkart</div>
230
+ <div class="app-label">Flipkart</div>
231
+ </div>
232
+ <div class="app-item">
233
+ <div class="app-icon">Nike</div>
234
+ <div class="app-label">Nike</div>
235
+ </div>
236
+ <div class="app-item">
237
+ <div class="app-icon">Etsy</div>
238
+ <div class="app-label">Etsy</div>
239
+ </div>
240
+ <div class="app-item">
241
+ <div class="app-icon">Home Work...</div>
242
+ <div class="app-label">Home Work...</div>
243
+ </div>
244
+
245
+ <!-- Row 3 -->
246
+ <div class="app-item">
247
+ <div class="app-icon">Fit</div>
248
+ <div class="app-label">Fit</div>
249
+ </div>
250
+ <div class="app-item">
251
+ <div class="app-icon">eBay</div>
252
+ <div class="app-label">eBay</div>
253
+ </div>
254
+ <div class="app-item">
255
+ <div class="app-icon">Amazon</div>
256
+ <div class="app-label">Amazon</div>
257
+ </div>
258
+ <div class="app-item">
259
+ <div class="app-icon">Vimeo</div>
260
+ <div class="app-label">Vimeo</div>
261
+ </div>
262
+
263
+ <!-- Row 4 -->
264
+ <div class="app-item">
265
+ <div class="app-icon">M&S India</div>
266
+ <div class="app-label">M&S India</div>
267
+ </div>
268
+ <div class="app-item">
269
+ <div class="app-icon">Dropbox</div>
270
+ <div class="app-label">Dropbox</div>
271
+ </div>
272
+ <div class="app-item">
273
+ <div class="app-icon">Wanderu</div>
274
+ <div class="app-label">Wanderu</div>
275
+ </div>
276
+ <div class="app-item">
277
+ <div class="app-icon">Zombie Wa...</div>
278
+ <div class="app-label">Zombie Wa...</div>
279
+ </div>
280
+
281
+ <!-- Row 5 -->
282
+ <div class="app-item">
283
+ <div class="app-icon">Groupon</div>
284
+ <div class="app-label">Groupon</div>
285
+ </div>
286
+ <div class="app-item">
287
+ <div class="app-icon">NNNOW</div>
288
+ <div class="app-label">NNNOW</div>
289
+ </div>
290
+ <div class="app-item">
291
+ <div class="app-icon">XGallery - P...</div>
292
+ <div class="app-label">XGallery - P...</div>
293
+ </div>
294
+ <div class="app-item">
295
+ <div class="app-icon">The Weath...</div>
296
+ <div class="app-label">The Weath...</div>
297
+ </div>
298
+ </div>
299
+
300
+ <!-- Dock Icons -->
301
+ <div class="dock">
302
+ <div class="dock-icon">Phone</div>
303
+ <div class="dock-icon">Messages</div>
304
+ <div class="dock-icon">Chrome</div>
305
+ <div class="dock-icon">Camera</div>
306
+ </div>
307
+
308
+ <!-- Search pill -->
309
+ <div class="search-pill">
310
+ <div class="search-left">
311
+ <div class="pill-icon" title="Google G">
312
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"></circle></svg>
313
+ </div>
314
+ <div>Google</div>
315
+ </div>
316
+ <div class="pill-icon" title="Voice">
317
+ <svg viewBox="0 0 24 24"><path d="M12 3a4 4 0 0 1 4 4v5a4 4 0 0 1-8 0V7a4 4 0 0 1 4-4z"></path><rect x="11" y="16" width="2" height="4"></rect><rect x="8" y="20" width="8" height="2"></rect></svg>
318
+ </div>
319
+ <div class="pill-icon" title="Lens">
320
+ <svg viewBox="0 0 24 24"><rect x="5" y="5" width="14" height="14" rx="4"></rect><circle cx="12" cy="12" r="3"></circle></svg>
321
+ </div>
322
+ </div>
323
+
324
+ <!-- Home Indicator -->
325
+ <div class="home-indicator"></div>
326
+
327
+ </div>
328
+ </body>
329
+ </html>
code/10317/10317_1.html ADDED
@@ -0,0 +1,255 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Etsy Mobile Mock</title>
5
+ <style>
6
+ body { margin:0; padding:0; background:transparent; }
7
+ #render-target {
8
+ width:1080px; height:2400px; position:relative; overflow:hidden;
9
+ background:#121212; color:#FFFFFF; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
10
+ }
11
+
12
+ /* Status bar */
13
+ .status-bar {
14
+ height:90px; padding:0 32px; display:flex; align-items:center; justify-content:space-between;
15
+ color:#EDEDED; font-weight:600; font-size:32px;
16
+ }
17
+ .status-right { display:flex; align-items:center; gap:22px; }
18
+ .status-icon svg { width:42px; height:42px; fill:#EDEDED; }
19
+
20
+ /* Search */
21
+ .search-row { padding:8px 32px 24px; }
22
+ .search-box {
23
+ height:112px; border-radius:20px; background:#1E1E1E; display:flex; align-items:center;
24
+ padding:0 24px; color:#BDBDBD; font-size:40px; gap:24px;
25
+ }
26
+ .search-box .spacer { flex:1; }
27
+ .icon-btn svg { width:56px; height:56px; fill:#DADADA; }
28
+
29
+ /* Section titles */
30
+ .section-title {
31
+ padding:8px 32px; font-size:44px; font-weight:700; display:flex; align-items:center; gap:18px;
32
+ }
33
+ .section-title .arrow { color:#9AA7FF; font-size:40px; }
34
+
35
+ /* Categories */
36
+ .categories { padding:26px 32px 16px; display:flex; gap:36px; }
37
+ .cat {
38
+ width:316px;
39
+ }
40
+ .cat .circle {
41
+ width:316px; height:316px; border-radius:50%;
42
+ background:#E0E0E0; border:1px solid #BDBDBD; display:flex; align-items:center; justify-content:center;
43
+ color:#757575; font-size:34px; text-align:center; padding:20px;
44
+ }
45
+ .cat .label {
46
+ margin-top:22px; font-size:42px; line-height:1.1; color:#FFFFFF; font-weight:700;
47
+ }
48
+ .all-categories {
49
+ padding:8px 32px 24px; color:#7EA6FF; font-size:40px; font-weight:700;
50
+ }
51
+
52
+ /* Videos */
53
+ .videos-section-title { padding:20px 32px 12px; font-size:52px; font-weight:800; }
54
+ .videos { padding:12px 32px; display:flex; gap:28px; }
55
+ .video-card {
56
+ width:320px; height:560px; border-radius:28px; position:relative; overflow:hidden;
57
+ background:#1E1E1E;
58
+ }
59
+ .video-card.large { width:360px; height:640px; }
60
+ .video-img {
61
+ position:absolute; inset:0; background:#E0E0E0; border:1px solid #BDBDBD;
62
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:32px; padding:18px; text-align:center;
63
+ }
64
+ .video-overlay {
65
+ position:absolute; bottom:18px; left:18px; display:flex; align-items:center; gap:12px; color:#FFFFFF; font-size:36px; font-weight:700;
66
+ background:rgba(0,0,0,0.0);
67
+ }
68
+ .star svg { width:34px; height:34px; fill:#FFD54F; }
69
+ .play-btn {
70
+ position:absolute; right:18px; bottom:18px; width:78px; height:78px; border-radius:50%;
71
+ background:#FFFFFF; display:flex; align-items:center; justify-content:center;
72
+ }
73
+ .play-btn svg { width:40px; height:40px; fill:#121212; }
74
+ .video-caption {
75
+ position:absolute; bottom:120px; left:20px; right:20px; color:#FFFFFF; font-size:36px; font-weight:800; line-height:1.2;
76
+ text-shadow: 0 2px 6px rgba(0,0,0,0.6);
77
+ }
78
+
79
+ /* Editors pick banner */
80
+ .editors-banner-wrap { padding:28px 32px; }
81
+ .editors-banner {
82
+ width:1016px; height:360px; border-radius:26px; background:#1E1E1E; position:relative; overflow:hidden;
83
+ }
84
+ .editors-banner .tag {
85
+ position:absolute; top:20px; left:20px; font-size:42px; font-weight:700; background:rgba(255,255,255,0.08);
86
+ padding:10px 16px; border-radius:20px;
87
+ }
88
+ .editors-banner .img {
89
+ position:absolute; inset:0; background:#E0E0E0; border:1px solid #BDBDBD; display:flex; align-items:center; justify-content:center; color:#757575; font-size:36px;
90
+ }
91
+
92
+ /* Bottom nav */
93
+ .bottom-nav {
94
+ position:absolute; bottom:0; left:0; right:0; height:160px; background:#1C1C1C; border-top:1px solid #2A2A2A;
95
+ display:flex; align-items:center; justify-content:space-around;
96
+ }
97
+ .nav-item { display:flex; flex-direction:column; align-items:center; gap:12px; color:#FFFFFF; }
98
+ .nav-item svg { width:60px; height:60px; fill:#FFFFFF; }
99
+ .nav-label { font-size:36px; }
100
+ .dot {
101
+ position:absolute; top:-6px; right:-6px; width:20px; height:20px; border-radius:50%; background:#FF8A65;
102
+ }
103
+
104
+ /* Small helper */
105
+ .muted { color:#BDBDBD; }
106
+ </style>
107
+ </head>
108
+ <body>
109
+ <div id="render-target">
110
+
111
+ <!-- Status Bar -->
112
+ <div class="status-bar">
113
+ <div class="status-left">9:08</div>
114
+ <div class="status-right">
115
+ <span class="status-icon">
116
+ <!-- Cellular -->
117
+ <svg viewBox="0 0 24 24"><path d="M2 22h3v-6H2v6zm5 0h3v-10H7v10zm5 0h3V8h-3v14zm5 0h3V2h-3v20z"/></svg>
118
+ </span>
119
+ <span class="status-icon">
120
+ <!-- WiFi -->
121
+ <svg viewBox="0 0 24 24"><path d="M12 18.5l2.5 2.5-2.5 2.5-2.5-2.5L12 18.5z" opacity=".0"/><path d="M2 8c2.7-2.1 6.1-3.5 10-3.5S19.3 5.9 22 8l-1.8 2.1C17.9 7.8 15.1 7 12 7s-5.9.8-8.2 3.1L2 8z"/><path d="M5 12c2-1.6 4.2-2.5 7-2.5s5 .9 7 2.5l-1.7 2c-1.9-1.2-3.7-1.8-5.3-1.8s-3.4.6-5.3 1.8L5 12z"/><circle cx="12" cy="18" r="2"/></svg>
122
+ </span>
123
+ <span class="status-icon">
124
+ <!-- Cloud -->
125
+ <svg viewBox="0 0 24 24"><path d="M7 18h10a4 4 0 0 0 0-8h-.4A6 6 0 0 0 5 9.5 4.5 4.5 0 0 0 7 18z"/></svg>
126
+ </span>
127
+ <span class="status-icon">
128
+ <!-- Signal/Battery -->
129
+ <svg viewBox="0 0 24 24"><path d="M17 6h2v2h2v8h-2v2h-2z"/><rect x="3" y="6" width="12" height="12" rx="2" ry="2"/></svg>
130
+ </span>
131
+ </div>
132
+ </div>
133
+
134
+ <!-- Search -->
135
+ <div class="search-row">
136
+ <div class="search-box">
137
+ <!-- Magnifier -->
138
+ <span class="icon-btn">
139
+ <svg viewBox="0 0 24 24"><path d="M10 4a6 6 0 1 1 0 12 6 6 0 0 1 0-12zm0 2a4 4 0 1 0 0 8 4 4 0 0 0 0-8zM21 21l-5.2-5.2 1.4-1.4L22.4 19.6z"/></svg>
140
+ </span>
141
+ <span class="muted">Search for anything on Etsy</span>
142
+ <span class="spacer"></span>
143
+ <!-- Camera -->
144
+ <span class="icon-btn">
145
+ <svg viewBox="0 0 24 24"><path d="M9 4l2-2h6l2 2h3v16H2V4h7zm3 4a6 6 0 1 0 0 12 6 6 0 0 0 0-12zm0 3a3 3 0 1 1 0 6 3 3 0 0 1 0-6z"/></svg>
146
+ </span>
147
+ </div>
148
+ </div>
149
+
150
+ <!-- Recommended categories -->
151
+ <div class="section-title">
152
+ <div>Recommended categories</div>
153
+ <div class="arrow">→</div>
154
+ </div>
155
+
156
+ <div class="categories">
157
+ <div class="cat">
158
+ <div class="circle">[IMG: Loafers - Black Leather Shoes]</div>
159
+ <div class="label">Loafers & Slip Ons</div>
160
+ </div>
161
+ <div class="cat">
162
+ <div class="circle">[IMG: Oxfords & Wingtips - Black Dress Shoes]</div>
163
+ <div class="label">Oxfords &<br>Wingtips</div>
164
+ </div>
165
+ <div class="cat">
166
+ <div class="circle">[IMG: Sneakers - Personalized White Shoes with Flowers]</div>
167
+ <div class="label">Sneakers &<br>Athletic Shoes</div>
168
+ </div>
169
+ </div>
170
+
171
+ <div class="all-categories">All categories</div>
172
+
173
+ <!-- Most-loved videos -->
174
+ <div class="videos-section-title">Most-loved videos</div>
175
+ <div class="videos">
176
+ <!-- Left video -->
177
+ <div class="video-card">
178
+ <div class="video-img">[IMG: Pink Slime / Resin Close-up]</div>
179
+ <div class="video-overlay">
180
+ <span>4.9</span>
181
+ <span class="star">
182
+ <svg viewBox="0 0 24 24"><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"/></svg>
183
+ </span>
184
+ </div>
185
+ <div class="play-btn">
186
+ <svg viewBox="0 0 24 24"><path d="M8 5v14l11-7z"/></svg>
187
+ </div>
188
+ </div>
189
+
190
+ <!-- Center video -->
191
+ <div class="video-card large">
192
+ <div class="video-img">[IMG: Person standing in white tee and ripped jeans]</div>
193
+ <div class="video-caption">What people think when<br>I say I make clay earrings</div>
194
+ <div class="video-overlay">
195
+ <span>4.9</span>
196
+ <span class="star">
197
+ <svg viewBox="0 0 24 24"><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"/></svg>
198
+ </span>
199
+ </div>
200
+ <div class="play-btn">
201
+ <svg viewBox="0 0 24 24"><path d="M8 5v14l11-7z"/></svg>
202
+ </div>
203
+ </div>
204
+
205
+ <!-- Right video -->
206
+ <div class="video-card">
207
+ <div class="video-img">[IMG: Strawberry Candle Jar]</div>
208
+ <div class="video-overlay">
209
+ <span>4.9</span>
210
+ <span class="star">
211
+ <svg viewBox="0 0 24 24"><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"/></svg>
212
+ </span>
213
+ </div>
214
+ <div class="play-btn">
215
+ <svg viewBox="0 0 24 24"><path d="M8 5v14l11-7z"/></svg>
216
+ </div>
217
+ </div>
218
+ </div>
219
+
220
+ <!-- Editors' Picks -->
221
+ <div class="editors-banner-wrap">
222
+ <div class="editors-banner">
223
+ <div class="tag">Editors’ Picks</div>
224
+ <div class="img">[IMG: Minimal home decor arrangement with candles and vases]</div>
225
+ </div>
226
+ </div>
227
+
228
+ <!-- Bottom Navigation -->
229
+ <div class="bottom-nav">
230
+ <div class="nav-item">
231
+ <svg viewBox="0 0 24 24"><path d="M12 3l9 8v10h-6v-6H9v6H3V11z"/></svg>
232
+ <div class="nav-label">Home</div>
233
+ </div>
234
+ <div class="nav-item">
235
+ <svg viewBox="0 0 24 24"><path d="M12 21s-6.6-4.7-9.3-7.4A6 6 0 0 1 12 5a6 6 0 0 1 9.3 8.6C18.6 16.3 12 21 12 21z"/></svg>
236
+ <div class="nav-label">Favorites</div>
237
+ </div>
238
+ <div class="nav-item" style="position:relative;">
239
+ <svg viewBox="0 0 24 24"><path d="M12 22a2 2 0 0 0 2-2h-4a2 2 0 0 0 2 2zm6-6V11a6 6 0 0 0-12 0v5l-2 2v1h18v-1l-2-2z"/></svg>
240
+ <div class="dot"></div>
241
+ <div class="nav-label">Updates</div>
242
+ </div>
243
+ <div class="nav-item">
244
+ <svg viewBox="0 0 24 24"><path d="M12 12a5 5 0 1 0 0-10 5 5 0 0 0 0 10zm0 2c-4.4 0-8 2.2-8 5v3h16v-3c0-2.8-3.6-5-8-5z"/></svg>
245
+ <div class="nav-label">You</div>
246
+ </div>
247
+ <div class="nav-item">
248
+ <svg viewBox="0 0 24 24"><path d="M7 4h13l-1.8 9.1A3 3 0 0 1 15.3 16H9.2a3 3 0 0 1-2.9-2.3L4 6H2V4h5zm3 16a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm8 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4z"/></svg>
249
+ <div class="nav-label">Cart</div>
250
+ </div>
251
+ </div>
252
+
253
+ </div>
254
+ </body>
255
+ </html>
code/10317/10317_2.html ADDED
@@ -0,0 +1,264 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Etsy Search - 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
+ position: relative;
10
+ width: 1080px;
11
+ height: 2400px;
12
+ overflow: hidden;
13
+ background: #121212;
14
+ color: #EDEDED;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 90px;
24
+ padding: 0 28px;
25
+ box-sizing: border-box;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ color: #eaeaea;
30
+ font-weight: 600;
31
+ letter-spacing: 1px;
32
+ }
33
+ .status-right {
34
+ display: flex; align-items: center; gap: 22px;
35
+ }
36
+ .status-icon {
37
+ width: 28px; height: 28px; opacity: .85;
38
+ }
39
+
40
+ /* Search header row */
41
+ .search-row {
42
+ position: absolute;
43
+ top: 90px;
44
+ left: 0;
45
+ width: 1080px;
46
+ height: 130px;
47
+ display: flex;
48
+ align-items: center;
49
+ padding: 0 28px;
50
+ box-sizing: border-box;
51
+ border-bottom: 1px solid #262626;
52
+ }
53
+ .back-btn {
54
+ width: 70px; height: 70px;
55
+ display: flex; align-items: center; justify-content: center;
56
+ margin-right: 18px;
57
+ }
58
+ .search-placeholder {
59
+ font-size: 44px;
60
+ color: #bdbdbd;
61
+ white-space: nowrap;
62
+ overflow: hidden;
63
+ text-overflow: ellipsis;
64
+ }
65
+
66
+ /* Content */
67
+ .content {
68
+ position: absolute;
69
+ top: 220px;
70
+ left: 0;
71
+ right: 0;
72
+ bottom: 770px; /* space for keyboard */
73
+ overflow: hidden;
74
+ padding: 18px 32px;
75
+ box-sizing: border-box;
76
+ }
77
+ .section-head {
78
+ font-size: 40px;
79
+ font-weight: 700;
80
+ margin: 18px 0 18px;
81
+ display: flex;
82
+ align-items: center;
83
+ justify-content: space-between;
84
+ }
85
+ .divider {
86
+ height: 2px; background: #2a2a2a; margin: 12px 0 26px;
87
+ }
88
+ .subhead {
89
+ font-size: 34px;
90
+ color: #cfcfcf;
91
+ margin: 6px 0 22px;
92
+ }
93
+ .suggestion {
94
+ font-size: 42px;
95
+ padding: 22px 0;
96
+ border-bottom: 1px solid #222;
97
+ color: #f1f1f1;
98
+ }
99
+
100
+ /* Keyboard mock */
101
+ .keyboard {
102
+ position: absolute;
103
+ left: 0; right: 0; bottom: 0;
104
+ height: 770px;
105
+ background: #1b1b1b;
106
+ border-top: 1px solid #2a2a2a;
107
+ box-shadow: 0 -6px 24px rgba(0,0,0,.35) inset;
108
+ }
109
+ .kb-toolbar {
110
+ height: 90px;
111
+ display: flex;
112
+ align-items: center;
113
+ gap: 34px;
114
+ padding: 0 28px;
115
+ box-sizing: border-box;
116
+ }
117
+ .kb-tool {
118
+ width: 68px; height: 68px; border-radius: 18px;
119
+ background: #222; display: flex; align-items: center; justify-content: center;
120
+ color: #d9d9d9; font-size: 30px;
121
+ border: 1px solid #2c2c2c;
122
+ }
123
+ .kb-rows {
124
+ padding: 16px 20px 20px; box-sizing: border-box;
125
+ }
126
+ .kb-row {
127
+ display: flex; gap: 14px; margin: 16px 10px;
128
+ }
129
+ .key {
130
+ flex: 1;
131
+ height: 110px;
132
+ border-radius: 24px;
133
+ background: #2a2a2a;
134
+ border: 1px solid #333;
135
+ color: #eee; display: flex; align-items: center; justify-content: center;
136
+ font-size: 44px; font-weight: 600;
137
+ }
138
+ .key-wide { flex: 1.35; }
139
+ .key-xwide { flex: 4.5; font-weight: 500; color: #d0d0d0; }
140
+ .key-small { flex: 1.1; }
141
+ .backspace {
142
+ flex: 1.6;
143
+ }
144
+ .search-fab {
145
+ position: absolute;
146
+ right: 24px;
147
+ bottom: 26px;
148
+ width: 120px; height: 120px;
149
+ border-radius: 60px;
150
+ background: #cfd7ff;
151
+ display: flex; align-items: center; justify-content: center;
152
+ border: 1px solid #A7B2FF;
153
+ }
154
+ .muted { color: #bdbdbd; }
155
+ </style>
156
+ </head>
157
+ <body>
158
+ <div id="render-target">
159
+
160
+ <!-- Status bar -->
161
+ <div class="status-bar">
162
+ <div class="status-left" style="font-size:36px;">9:09</div>
163
+ <div class="status-right">
164
+ <!-- simple icons to imply indicators -->
165
+ <svg class="status-icon" viewBox="0 0 24 24" fill="#e8e8e8"><path d="M7 4h10v2H7zM3 8h18v2H3zM1 12h22v2H1zM3 16h18v2H3zM7 20h10v2H7z"/></svg>
166
+ <svg class="status-icon" viewBox="0 0 24 24" fill="#e8e8e8"><path d="M12 22a7 7 0 1 0 0-14 7 7 0 0 0 0 14zm0-2a5 5 0 1 1 .001-10.001A5 5 0 0 1 12 20z"/></svg>
167
+ <svg class="status-icon" viewBox="0 0 24 24" fill="#e8e8e8"><path d="M3 7h18v10H3z"/><path d="M1 9h2v6H1zM21 9h2v6h-2z"/></svg>
168
+ </div>
169
+ </div>
170
+
171
+ <!-- Search row -->
172
+ <div class="search-row">
173
+ <div class="back-btn">
174
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#eaeaea">
175
+ <path d="M15.5 4.5 7 12l8.5 7.5-1.5 1.5L4 12 14 3l1.5 1.5z"/>
176
+ </svg>
177
+ </div>
178
+ <div class="search-placeholder">Search for anything on Etsy</div>
179
+ </div>
180
+
181
+ <!-- Content: suggestions -->
182
+ <div class="content">
183
+ <div class="section-head">
184
+ <div>Browse by category</div>
185
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="#eaeaea"><path d="M9 4l8 8-8 8-1.5-1.5L14 12 7.5 5.5 9 4z"/></svg>
186
+ </div>
187
+ <div class="divider"></div>
188
+
189
+ <div class="subhead">Popular right now</div>
190
+
191
+ <div class="suggestion">frustration monopoly go</div>
192
+ <div class="suggestion">fireplace ornament</div>
193
+ <div class="suggestion">there will be no explanation only reputation</div>
194
+ <div class="suggestion">josh hutcherson</div>
195
+ <div class="suggestion">gus gus looking like a snack png</div>
196
+ <div class="suggestion">hoodies and sweatshirts</div>
197
+ <div class="suggestion">ugly christmas sweater womens funny</div>
198
+ <div class="suggestion">cutting boards personalized cutting board ...</div>
199
+ </div>
200
+
201
+ <!-- Keyboard mock -->
202
+ <div class="keyboard">
203
+ <div class="kb-toolbar">
204
+ <div class="kb-tool">◻︎</div>
205
+ <div class="kb-tool">😊</div>
206
+ <div class="kb-tool">GIF</div>
207
+ <div class="kb-tool">⚙️</div>
208
+ <div class="kb-tool">Gx</div>
209
+ <div class="kb-tool">🎨</div>
210
+ <div class="kb-tool">🎤</div>
211
+ </div>
212
+
213
+ <div class="kb-rows">
214
+ <div class="kb-row">
215
+ <div class="key">q</div>
216
+ <div class="key">w</div>
217
+ <div class="key">e</div>
218
+ <div class="key">r</div>
219
+ <div class="key">t</div>
220
+ <div class="key">y</div>
221
+ <div class="key">u</div>
222
+ <div class="key">i</div>
223
+ <div class="key">o</div>
224
+ <div class="key">p</div>
225
+ </div>
226
+ <div class="kb-row">
227
+ <div class="key">a</div>
228
+ <div class="key">s</div>
229
+ <div class="key">d</div>
230
+ <div class="key">f</div>
231
+ <div class="key">g</div>
232
+ <div class="key">h</div>
233
+ <div class="key">j</div>
234
+ <div class="key">k</div>
235
+ <div class="key">l</div>
236
+ </div>
237
+ <div class="kb-row">
238
+ <div class="key">z</div>
239
+ <div class="key">x</div>
240
+ <div class="key">c</div>
241
+ <div class="key">v</div>
242
+ <div class="key">b</div>
243
+ <div class="key">n</div>
244
+ <div class="key">m</div>
245
+ <div class="key backspace">⌫</div>
246
+ </div>
247
+ <div class="kb-row">
248
+ <div class="key key-wide">?123</div>
249
+ <div class="key key-small">,</div>
250
+ <div class="key key-small">😊</div>
251
+ <div class="key key-xwide">space</div>
252
+ <div class="key key-small">.</div>
253
+ </div>
254
+ </div>
255
+
256
+ <div class="search-fab" title="Search">
257
+ <svg width="52" height="52" viewBox="0 0 24 24" fill="#1b1b1b">
258
+ <path d="M15.5 14h-.8l-.3-.3a6.5 6.5 0 1 0-.7.7l.3.3v.8l5 5 1.5-1.5-5-5zm-6 0A4.5 4.5 0 1 1 14 9.5 4.5 4.5 0 0 1 9.5 14z"/>
259
+ </svg>
260
+ </div>
261
+ </div>
262
+ </div>
263
+ </body>
264
+ </html>
code/10317/10317_3.html ADDED
@@ -0,0 +1,256 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>Search UI - Running Shoes</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: #111214;
13
+ color: #ffffff;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ height: 90px;
19
+ padding: 0 36px;
20
+ display: flex;
21
+ align-items: center;
22
+ justify-content: space-between;
23
+ color: #eaeaea;
24
+ font-size: 36px;
25
+ letter-spacing: 1px;
26
+ }
27
+ .status-icons {
28
+ display: flex;
29
+ align-items: center;
30
+ gap: 24px;
31
+ }
32
+ .icon-dot { width: 22px; height: 22px; background: #d7d7d7; border-radius: 50%; }
33
+ .battery {
34
+ width: 54px; height: 28px; border: 3px solid #d7d7d7; border-radius: 6px; position: relative;
35
+ }
36
+ .battery::after { content: ''; position: absolute; right: -10px; top: 8px; width: 8px; height: 12px; background: #d7d7d7; border-radius: 2px; }
37
+ .battery-fill { position: absolute; left: 4px; top: 4px; width: 36px; height: 18px; background: #d7d7d7; border-radius: 3px; }
38
+
39
+ /* Search header */
40
+ .search-header {
41
+ height: 140px;
42
+ display: flex;
43
+ align-items: center;
44
+ padding: 0 30px;
45
+ border-bottom: 1px solid #2a2a2a;
46
+ }
47
+ .icon-btn {
48
+ width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; border-radius: 36px;
49
+ color: #fff;
50
+ }
51
+ .search-text {
52
+ font-size: 48px;
53
+ color: #ffffff;
54
+ margin-left: 24px;
55
+ flex: 1;
56
+ }
57
+ .caret { color: #9ec9ff; margin-left: 8px; }
58
+
59
+ /* Suggestions list */
60
+ .suggestions { padding: 8px 30px 0; }
61
+ .suggestion {
62
+ height: 110px;
63
+ display: flex;
64
+ align-items: center;
65
+ justify-content: space-between;
66
+ border-bottom: 1px solid #2a2a2a;
67
+ }
68
+ .suggestion .text { font-size: 42px; color: #f5f5f5; }
69
+ .suggestion .subtle { color: #cfcfcf; }
70
+ .launch-icon { width: 44px; height: 44px; }
71
+ .section-title {
72
+ padding: 32px 0 8px;
73
+ color: #b9b9b9;
74
+ font-size: 38px;
75
+ letter-spacing: 0.5px;
76
+ }
77
+ .empty-text {
78
+ font-size: 40px;
79
+ color: #e7e7e7;
80
+ padding: 16px 0 28px;
81
+ }
82
+
83
+ /* Chips row */
84
+ .chip-row {
85
+ border-top: 1px solid #2a2a2a;
86
+ padding: 14px 24px;
87
+ display: flex;
88
+ align-items: center;
89
+ gap: 18px;
90
+ flex-wrap: nowrap;
91
+ }
92
+ .chip {
93
+ background: #1b1c20;
94
+ color: #e7e7e7;
95
+ border: 1px solid #2c2c2c;
96
+ border-radius: 38px;
97
+ padding: 16px 28px;
98
+ font-size: 36px;
99
+ }
100
+ .chip-icon {
101
+ width: 56px; height: 56px; border-radius: 28px; background: #1b1c20; border: 1px solid #2c2c2c;
102
+ display: flex; align-items: center; justify-content: center;
103
+ }
104
+
105
+ /* Keyboard */
106
+ .keyboard {
107
+ position: absolute;
108
+ left: 0; right: 0;
109
+ bottom: 0;
110
+ height: 950px;
111
+ background: #0f1013;
112
+ border-top: 1px solid #2a2a2a;
113
+ padding: 24px 18px 28px;
114
+ }
115
+ .key-row { display: flex; justify-content: space-between; margin-bottom: 24px; padding: 0 6px; }
116
+ .key {
117
+ width: 88px; height: 120px; background: #1c1d22; border-radius: 16px; border: 1px solid #2b2c30;
118
+ display: flex; align-items: center; justify-content: center; color: #eaeaea; font-size: 44px;
119
+ }
120
+ .key.wide { width: 220px; }
121
+ .key.space { flex: 1; height: 120px; margin: 0 18px; }
122
+ .key.circle { width: 120px; height: 120px; border-radius: 60px; }
123
+ .bottom-bar { position: absolute; left: 50%; transform: translateX(-50%); bottom: 16px; width: 720px; height: 12px; background: #d9d9d9; border-radius: 6px; opacity: 0.85; }
124
+
125
+ /* Helper */
126
+ .muted { color: #a0a0a0; }
127
+ svg { display: block; }
128
+ </style>
129
+ </head>
130
+ <body>
131
+ <div id="render-target">
132
+
133
+ <!-- Status bar -->
134
+ <div class="status-bar">
135
+ <div class="time">9:09</div>
136
+ <div class="status-icons">
137
+ <div class="icon-dot"></div>
138
+ <div class="icon-dot"></div>
139
+ <div class="icon-dot"></div>
140
+ <div class="battery"><div class="battery-fill"></div></div>
141
+ </div>
142
+ </div>
143
+
144
+ <!-- Search header -->
145
+ <div class="search-header">
146
+ <div class="icon-btn">
147
+ <!-- Back Arrow -->
148
+ <svg width="38" height="38" viewBox="0 0 24 24" fill="none">
149
+ <path d="M15 19L8 12l7-7" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
150
+ </svg>
151
+ </div>
152
+ <div class="search-text">running shoes<span class="caret">|</span></div>
153
+ <div class="icon-btn">
154
+ <!-- Close (X) -->
155
+ <svg width="38" height="38" viewBox="0 0 24 24" fill="none">
156
+ <path d="M6 6l12 12M18 6L6 18" stroke="#ffffff" stroke-width="2" stroke-linecap="round"/>
157
+ </svg>
158
+ </div>
159
+ </div>
160
+
161
+ <!-- Suggestions -->
162
+ <div class="suggestions">
163
+ <div class="suggestion">
164
+ <div class="text">running shoes <span class="subtle">ornament</span></div>
165
+ <svg class="launch-icon" viewBox="0 0 24 24">
166
+ <path d="M7 17l10-10M13 7h4v4" stroke="#9fd3ff" stroke-width="2" fill="none" stroke-linecap="round"/>
167
+ </svg>
168
+ </div>
169
+ <div class="suggestion">
170
+ <div class="text">running shoes <span class="subtle">tags</span></div>
171
+ <svg class="launch-icon" viewBox="0 0 24 24">
172
+ <path d="M7 17l10-10M13 7h4v4" stroke="#9fd3ff" stroke-width="2" fill="none" stroke-linecap="round"/>
173
+ </svg>
174
+ </div>
175
+ <div class="suggestion">
176
+ <div class="text">running shoes <span class="subtle">svg</span></div>
177
+ <svg class="launch-icon" viewBox="0 0 24 24">
178
+ <path d="M7 17l10-10M13 7h4v4" stroke="#9fd3ff" stroke-width="2" fill="none" stroke-linecap="round"/>
179
+ </svg>
180
+ </div>
181
+ <div class="suggestion">
182
+ <div class="text">running shoes</div>
183
+ <svg class="launch-icon" viewBox="0 0 24 24">
184
+ <path d="M7 17l10-10M13 7h4v4" stroke="#9fd3ff" stroke-width="2" fill="none" stroke-linecap="round"/>
185
+ </svg>
186
+ </div>
187
+ <div class="suggestion">
188
+ <div class="text">running shoes <span class="subtle">png</span></div>
189
+ <svg class="launch-icon" viewBox="0 0 24 24">
190
+ <path d="M7 17l10-10M13 7h4v4" stroke="#9fd3ff" stroke-width="2" fill="none" stroke-linecap="round"/>
191
+ </svg>
192
+ </div>
193
+ <div class="suggestion">
194
+ <div class="text">running shoes <span class="subtle">wings</span></div>
195
+ <svg class="launch-icon" viewBox="0 0 24 24">
196
+ <path d="M7 17l10-10M13 7h4v4" stroke="#9fd3ff" stroke-width="2" fill="none" stroke-linecap="round"/>
197
+ </svg>
198
+ </div>
199
+
200
+ <div class="section-title">Shops</div>
201
+ <div class="empty-text">No shops found with “running shoes”</div>
202
+ </div>
203
+
204
+ <!-- Chips row above keyboard -->
205
+ <div class="chip-row">
206
+ <div class="chip">shoes</div>
207
+ <div class="chip">shoestring</div>
208
+ <div class="chip-icon">
209
+ <!-- Shoe emoji style icon -->
210
+ <svg width="30" height="30" viewBox="0 0 24 24">
211
+ <path d="M4 15c3 0 5-2 7-2s4 2 7 2v2H4v-2z" fill="#66a7ff"/>
212
+ <path d="M4 15l2-3" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
213
+ </svg>
214
+ </div>
215
+ <div class="chip-icon">
216
+ <!-- Mic icon -->
217
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="none">
218
+ <rect x="9" y="5" width="6" height="10" rx="3" stroke="#eaeaea" stroke-width="2"/>
219
+ <path d="M5 11a7 7 0 0 0 14 0M12 18v3" stroke="#eaeaea" stroke-width="2" stroke-linecap="round"/>
220
+ </svg>
221
+ </div>
222
+ </div>
223
+
224
+ <!-- Keyboard -->
225
+ <div class="keyboard">
226
+ <div class="key-row">
227
+ <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>
228
+ </div>
229
+ <div class="key-row">
230
+ <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>
231
+ </div>
232
+ <div class="key-row">
233
+ <div class="key wide">shift</div>
234
+ <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>
235
+ <div class="key wide">⌫</div>
236
+ </div>
237
+ <div class="key-row">
238
+ <div class="key wide">?123</div>
239
+ <div class="key wide">,</div>
240
+ <div class="key circle">😊</div>
241
+ <div class="key space"></div>
242
+ <div class="key">.</div>
243
+ <div class="key circle">
244
+ <!-- Search icon -->
245
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="none">
246
+ <circle cx="11" cy="11" r="6" stroke="#eaeaea" stroke-width="2"/>
247
+ <path d="M16 16l5 5" stroke="#eaeaea" stroke-width="2" stroke-linecap="round"/>
248
+ </svg>
249
+ </div>
250
+ </div>
251
+ </div>
252
+
253
+ <div class="bottom-bar"></div>
254
+ </div>
255
+ </body>
256
+ </html>
code/10317/10317_4.html ADDED
@@ -0,0 +1,288 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Running Shoes - UI Mock</title>
6
+ <style>
7
+ body { margin:0; padding:0; background:transparent; }
8
+ #render-target {
9
+ width:1080px; height:2400px;
10
+ position:relative; overflow:hidden;
11
+ background:#121212; color:#ffffff;
12
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
13
+ }
14
+
15
+ /* Top status bar */
16
+ .status-bar {
17
+ height:90px; padding:0 32px;
18
+ display:flex; align-items:center; justify-content:space-between;
19
+ color:#ddd; font-size:32px;
20
+ }
21
+ .status-icons { display:flex; align-items:center; gap:20px; }
22
+ .status-dot { width:16px; height:16px; background:#9e9e9e; border-radius:50%; display:inline-block; }
23
+
24
+ /* Header */
25
+ .header {
26
+ height:110px; padding:0 24px;
27
+ display:flex; align-items:center; justify-content:space-between;
28
+ }
29
+ .header-title { font-size:48px; font-weight:600; }
30
+ .icon-btn {
31
+ width:72px; height:72px; border-radius:36px;
32
+ display:flex; align-items:center; justify-content:center;
33
+ background:#1f1f1f; border:1px solid #333;
34
+ }
35
+ .icon { width:36px; height:36px; fill:#fff; }
36
+
37
+ /* Chips */
38
+ .chip-row { padding:16px 24px; display:flex; gap:20px; flex-wrap:wrap; }
39
+ .chip {
40
+ display:flex; align-items:center; gap:14px;
41
+ padding:22px 26px; border-radius:40px;
42
+ background:#1f1f1f; border:1px solid #2e2e2e; color:#eaeaea;
43
+ font-size:34px;
44
+ }
45
+ .chip svg { width:32px; height:32px; fill:#eaeaea; }
46
+
47
+ /* Category header */
48
+ .list-info {
49
+ padding:0 24px 16px 24px; display:flex; align-items:center; justify-content:space-between;
50
+ font-size:34px; color:#bdbdbd;
51
+ }
52
+
53
+ /* Grid */
54
+ .grid { padding:0 24px; display:grid; grid-template-columns:1fr 1fr; gap:24px; }
55
+ .card {
56
+ background:#1a1a1a; border:1px solid #2b2b2b; border-radius:18px; overflow:hidden;
57
+ }
58
+ .img-wrap {
59
+ position:relative; width:100%; height:420px; background:#E0E0E0; border-bottom:1px solid #BDBDBD;
60
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:34px;
61
+ }
62
+ .heart-overlay {
63
+ position:absolute; right:18px; top:18px;
64
+ width:80px; height:80px; border-radius:40px;
65
+ background:#fff; display:flex; align-items:center; justify-content:center;
66
+ box-shadow:0 2px 8px rgba(0,0,0,0.5);
67
+ }
68
+ .heart-overlay svg { width:40px; height:40px; fill:#000; }
69
+
70
+ .card-body { padding:22px; }
71
+ .title { font-size:38px; font-weight:600; margin-bottom:8px; color:#f5f5f5; }
72
+ .rating { display:flex; align-items:center; gap:8px; font-size:34px; color:#fff; margin:8px 0 16px 0; }
73
+ .star { width:30px; height:30px; fill:#ffdd55; }
74
+ .pill {
75
+ display:inline-flex; align-items:center; padding:10px 18px; border-radius:26px;
76
+ background:#2b3a2b; color:#b6e3b6; border:1px solid #3f5a3f; font-size:30px; margin-bottom:16px;
77
+ }
78
+ .price { font-size:42px; font-weight:700; margin:8px 0; }
79
+ .strike { text-decoration:line-through; color:#9e9e9e; margin-left:12px; font-weight:400; }
80
+ .adnote { font-size:30px; color:#bdbdbd; margin-top:8px; }
81
+
82
+ .green { color:#7fd46c; font-size:32px; margin:10px 0 2px 0; }
83
+
84
+ /* Bottom nav */
85
+ .bottom-nav {
86
+ position:absolute; left:0; bottom:0; width:100%; height:170px;
87
+ background:#1a1a1a; border-top:1px solid #2b2b2b;
88
+ display:flex; justify-content:space-around; align-items:center;
89
+ }
90
+ .nav-item { display:flex; flex-direction:column; align-items:center; gap:10px; color:#ddd; font-size:30px; }
91
+ .nav-icon { width:44px; height:44px; fill:#ddd; }
92
+ </style>
93
+ </head>
94
+ <body>
95
+ <div id="render-target">
96
+
97
+ <!-- Status Bar -->
98
+ <div class="status-bar">
99
+ <div>9:10</div>
100
+ <div class="status-icons">
101
+ <span class="status-dot"></span>
102
+ <span class="status-dot"></span>
103
+ <span class="status-dot"></span>
104
+ </div>
105
+ </div>
106
+
107
+ <!-- Header -->
108
+ <div class="header">
109
+ <div class="icon-btn" aria-label="Back">
110
+ <svg class="icon" viewBox="0 0 24 24"><path d="M15.5 4l-8 8 8 8 1.5-1.5L10 12l7-7z"/></svg>
111
+ </div>
112
+ <div class="header-title">running shoes</div>
113
+ <div class="icon-btn" aria-label="Wishlist">
114
+ <svg class="icon" viewBox="0 0 24 24"><path d="M12 21s-7-4.35-9.5-8.2C-0.3 9 1.7 5 5.4 5c2 0 3.4 1.1 4.6 2.4C11.2 6.1 12.6 5 14.6 5c3.7 0 5.7 4 2.9 7.8C19 16.65 12 21 12 21z"/></svg>
115
+ </div>
116
+ </div>
117
+
118
+ <!-- Chips -->
119
+ <div class="chip-row">
120
+ <div class="chip">
121
+ <svg viewBox="0 0 24 24"><path d="M3 5h18v2H3zm3 6h12v2H6zm4 6h4v2h-4z"/></svg>
122
+ <span>Filter</span>
123
+ </div>
124
+ <div class="chip">
125
+ <span>Price</span>
126
+ <svg viewBox="0 0 24 24"><path d="M12 1l10 10-9 9-11-11V1zm2 5H7v2h7V6z"/></svg>
127
+ </div>
128
+ <div class="chip">
129
+ <span>Location</span>
130
+ <svg viewBox="0 0 24 24"><path d="M12 2C8.7 2 6 4.7 6 8c0 5.2 6 12 6 12s6-6.8 6-12c0-3.3-2.7-6-6-6zm0 8.5c-1.4 0-2.5-1.1-2.5-2.5S10.6 5.5 12 5.5s2.5 1.1 2.5 2.5S13.4 10.5 12 10.5z"/></svg>
131
+ </div>
132
+ <div class="chip">
133
+ <span>Free shipping</span>
134
+ <svg viewBox="0 0 24 24"><path d="M3 7h12v7H3zm13 2h4l2 3v4h-6zM5 18a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm12 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4z"/></svg>
135
+ </div>
136
+ </div>
137
+
138
+ <!-- List info -->
139
+ <div class="list-info">
140
+ <div>All categories</div>
141
+ <div>10,736 items</div>
142
+ </div>
143
+
144
+ <!-- Grid of products -->
145
+ <div class="grid">
146
+
147
+ <!-- Card 1 -->
148
+ <div class="card">
149
+ <div class="img-wrap">[IMG: Shoe gator on dirty trail shoe]
150
+ <div class="heart-overlay">
151
+ <svg viewBox="0 0 24 24"><path d="M12 21s-7-4.35-9.5-8.2C-0.3 9 1.7 5 5.4 5c2 0 3.4 1.1 4.6 2.4C11.2 6.1 12.6 5 14.6 5c3.7 0 5.7 4 2.9 7.8C19 16.65 12 21 12 21z"/></svg>
152
+ </div>
153
+ </div>
154
+ <div class="card-body">
155
+ <div class="title">Shoe gator</div>
156
+ <div class="rating">
157
+ <span>4.8</span>
158
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 17.3l6.2 3.7-1.6-6.9 5.4-4.7-7.1-.6L12 2 9.1 8.8l-7.1.6 5.4 4.7-1.6 6.9z"/></svg>
159
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 17.3l6.2 3.7-1.6-6.9 5.4-4.7-7.1-.6L12 2 9.1 8.8l-7.1.6 5.4 4.7-1.6 6.9z"/></svg>
160
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 17.3l6.2 3.7-1.6-6.9 5.4-4.7-7.1-.6L12 2 9.1 8.8l-7.1.6 5.4 4.7-1.6 6.9z"/></svg>
161
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 17.3l6.2 3.7-1.6-6.9 5.4-4.7-7.1-.6L12 2 9.1 8.8l-7.1.6 5.4 4.7-1.6 6.9z"/></svg>
162
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 17.3l6.2 3.7-1.6-6.9 5.4-4.7-7.1-.6L12 2 9.1 8.8l-7.1.6 5.4 4.7-1.6 6.9z"/></svg>
163
+ <span>(33)</span>
164
+ </div>
165
+ <div class="pill">Free shipping</div>
166
+ <div class="price">$24.99</div>
167
+ <div class="adnote">Ad by Etsy seller</div>
168
+ </div>
169
+ </div>
170
+
171
+ <!-- Card 2 -->
172
+ <div class="card">
173
+ <div class="img-wrap">[IMG: Black and red running shoes on white]
174
+ <div class="heart-overlay">
175
+ <svg viewBox="0 0 24 24"><path d="M12 21s-7-4.35-9.5-8.2C-0.3 9 1.7 5 5.4 5c2 0 3.4 1.1 4.6 2.4C11.2 6.1 12.6 5 14.6 5c3.7 0 5.7 4 2.9 7.8C19 16.65 12 21 12 21z"/></svg>
176
+ </div>
177
+ </div>
178
+ <div class="card-body">
179
+ <div class="title">Hemerah Breaking The Surf...</div>
180
+ <div class="rating">
181
+ <span>5.0</span>
182
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 17.3l6.2 3.7-1.6-6.9 5.4-4.7-7.1-.6L12 2 9.1 8.8l-7.1.6 5.4 4.7-1.6 6.9z"/></svg>
183
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 17.3l6.2 3.7-1.6-6.9 5.4-4.7-7.1-.6L12 2 9.1 8.8l-7.1.6 5.4 4.7-1.6 6.9z"/></svg>
184
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 17.3l6.2 3.7-1.6-6.9 5.4-4.7-7.1-.6L12 2 9.1 8.8l-7.1.6 5.4 4.7-1.6 6.9z"/></svg>
185
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 17.3l6.2 3.7-1.6-6.9 5.4-4.7-7.1-.6L12 2 9.1 8.8l-7.1.6 5.4 4.7-1.6 6.9z"/></svg>
186
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 17.3l6.2 3.7-1.6-6.9 5.4-4.7-7.1-.6L12 2 9.1 8.8l-7.1.6 5.4 4.7-1.6 6.9z"/></svg>
187
+ <span>(8)</span>
188
+ </div>
189
+ <div class="pill">Free shipping</div>
190
+ <div class="price">$90.00</div>
191
+ <div class="adnote">Ad by Etsy seller</div>
192
+ </div>
193
+ </div>
194
+
195
+ <!-- Card 3 -->
196
+ <div class="card">
197
+ <div class="img-wrap">[IMG: Personalized metal shoe tags]
198
+ <div class="heart-overlay">
199
+ <svg viewBox="0 0 24 24"><path d="M12 21s-7-4.35-9.5-8.2C-0.3 9 1.7 5 5.4 5c2 0 3.4 1.1 4.6 2.4C11.2 6.1 12.6 5 14.6 5c3.7 0 5.7 4 2.9 7.8C19 16.65 12 21 12 21z"/></svg>
200
+ </div>
201
+ </div>
202
+ <div class="card-body">
203
+ <div class="title">Personalized Shoe Tags Cu...</div>
204
+ <div class="rating">
205
+ <span>4.6</span>
206
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 17.3l6.2 3.7-1.6-6.9 5.4-4.7-7.1-.6L12 2 9.1 8.8l-7.1.6 5.4 4.7-1.6 6.9z"/></svg>
207
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 17.3l6.2 3.7-1.6-6.9 5.4-4.7-7.1-.6L12 2 9.1 8.8l-7.1.6 5.4 4.7-1.6 6.9z"/></svg>
208
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 17.3l6.2 3.7-1.6-6.9 5.4-4.7-7.1-.6L12 2 9.1 8.8l-7.1.6 5.4 4.7-1.6 6.9z"/></svg>
209
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 17.3l6.2 3.7-1.6-6.9 5.4-4.7-7.1-.6L12 2 9.1 8.8l-7.1.6 5.4 4.7-1.6 6.9z"/></svg>
210
+ <svg class="star" viewBox="0 0 24 24" style="fill:#777;"><path d="M12 17.3l6.2 3.7-1.6-6.9 5.4-4.7-7.1-.6L12 2 9.1 8.8l-7.1.6 5.4 4.7-1.6 6.9z"/></svg>
211
+ <span>(492)</span>
212
+ </div>
213
+ <div class="pill">Free shipping</div>
214
+ <div class="price">$7.36 <span class="strike">$10.52</span> <span style="color:#bdbdbd; font-size:34px;">(30% off)</span></div>
215
+ </div>
216
+ </div>
217
+
218
+ <!-- Card 4 -->
219
+ <div class="card">
220
+ <div class="img-wrap">[IMG: Grey placeholder product collage]
221
+ <div class="heart-overlay">
222
+ <svg viewBox="0 0 24 24"><path d="M12 21s-7-4.35-9.5-8.2C-0.3 9 1.7 5 5.4 5c2 0 3.4 1.1 4.6 2.4C11.2 6.1 12.6 5 14.6 5c3.7 0 5.7 4 2.9 7.8C19 16.65 12 21 12 21z"/></svg>
223
+ </div>
224
+ </div>
225
+ <div class="card-body">
226
+ <div class="title">Mens Casual Sports Shoes...</div>
227
+ <div class="rating">
228
+ <span>4.1</span>
229
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 17.3l6.2 3.7-1.6-6.9 5.4-4.7-7.1-.6L12 2 9.1 8.8l-7.1.6 5.4 4.7-1.6 6.9z"/></svg>
230
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 17.3l6.2 3.7-1.6-6.9 5.4-4.7-7.1-.6L12 2 9.1 8.8l-7.1.6 5.4 4.7-1.6 6.9z"/></svg>
231
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 17.3l6.2 3.7-1.6-6.9 5.4-4.7-7.1-.6L12 2 9.1 8.8l-7.1.6 5.4 4.7-1.6 6.9z"/></svg>
232
+ <svg class="star" viewBox="0 0 24 24" style="fill:#777;"><path d="M12 17.3l6.2 3.7-1.6-6.9 5.4-4.7-7.1-.6L12 2 9.1 8.8l-7.1.6 5.4 4.7-1.6 6.9z"/></svg>
233
+ <svg class="star" viewBox="0 0 24 24" style="fill:#777;"><path d="M12 17.3l6.2 3.7-1.6-6.9 5.4-4.7-7.1-.6L12 2 9.1 8.8l-7.1.6 5.4 4.7-1.6 6.9z"/></svg>
234
+ <span>(95)</span>
235
+ </div>
236
+ <div class="green">Sale ends in 2 hours</div>
237
+ <div class="price">$14.99 <span class="strike">$29.99</span> <span style="color:#bdbdbd; font-size:34px;">(50% off)</span></div>
238
+ </div>
239
+ </div>
240
+
241
+ <!-- Card 5 (partial row showing feet and jeans) -->
242
+ <div class="card">
243
+ <div class="img-wrap">[IMG: Person wearing casual shoes near chair]</div>
244
+ <div class="card-body">
245
+ <div class="title">Casual Everyday Sneaker</div>
246
+ <div class="pill">Free shipping</div>
247
+ <div class="price">$19.99</div>
248
+ </div>
249
+ </div>
250
+
251
+ <!-- Card 6 placeholder to match screenshot blank tile -->
252
+ <div class="card">
253
+ <div class="img-wrap">[IMG: Grey placeholder]</div>
254
+ <div class="card-body">
255
+ <div class="title">Product preview</div>
256
+ <div class="price">$24.99</div>
257
+ </div>
258
+ </div>
259
+
260
+ </div>
261
+
262
+ <!-- Bottom Navigation -->
263
+ <div class="bottom-nav">
264
+ <div class="nav-item">
265
+ <svg class="nav-icon" viewBox="0 0 24 24"><path d="M12 3l9 8h-3v9H6v-9H3z"/></svg>
266
+ <div>Home</div>
267
+ </div>
268
+ <div class="nav-item">
269
+ <svg class="nav-icon" viewBox="0 0 24 24"><path d="M12 21s-7-4.35-9.5-8.2C-0.3 9 1.7 5 5.4 5c2 0 3.4 1.1 4.6 2.4C11.2 6.1 12.6 5 14.6 5c3.7 0 5.7 4 2.9 7.8C19 16.65 12 21 12 21z"/></svg>
270
+ <div>Favorites</div>
271
+ </div>
272
+ <div class="nav-item">
273
+ <svg class="nav-icon" viewBox="0 0 24 24"><path d="M12 22a2 2 0 0 0 2-2H10a2 2 0 0 0 2 2zm7-6V9a7 7 0 1 0-14 0v7L3 18v2h18v-2z"/></svg>
274
+ <div>Updates</div>
275
+ </div>
276
+ <div class="nav-item">
277
+ <svg class="nav-icon" viewBox="0 0 24 24"><path d="M12 12a5 5 0 1 0 0-10 5 5 0 0 0 0 10zm0 2c-4.4 0-8 2.2-8 5v3h16v-3c0-2.8-3.6-5-8-5z"/></svg>
278
+ <div>You</div>
279
+ </div>
280
+ <div class="nav-item">
281
+ <svg class="nav-icon" viewBox="0 0 24 24"><path d="M7 6h14l-2 12H7L5 4H1V2h4zM7 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 4z"/></svg>
282
+ <div>Cart</div>
283
+ </div>
284
+ </div>
285
+
286
+ </div>
287
+ </body>
288
+ </html>
code/10321/10321_0.html ADDED
@@ -0,0 +1,303 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>The Clock - Timer</title>
6
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
7
+ <style>
8
+ :root{
9
+ --bg:#0f0f0f;
10
+ --text:#ffffff;
11
+ --muted:#cfcfcf;
12
+ --grey:#9e9e9e;
13
+ --accent:#d63f55;
14
+ --line:#e6e6e6;
15
+ }
16
+ body{ margin:0; padding:0; background:transparent; font-family: "Roboto", "Segoe UI", Arial, sans-serif; }
17
+ #render-target{
18
+ width:1080px; height:2400px;
19
+ position:relative; overflow:hidden;
20
+ background: var(--bg);
21
+ color:var(--text);
22
+ }
23
+
24
+ /* Header / top gradient area */
25
+ .header{
26
+ height:420px;
27
+ position:relative;
28
+ padding:40px 48px 0 48px;
29
+ background: linear-gradient(35deg,#141414 10%, #1a1a1a 70%);
30
+ }
31
+ .header::after{
32
+ content:"";
33
+ position:absolute; inset:0;
34
+ background: repeating-linear-gradient(30deg, rgba(255,255,255,0.05) 0px, rgba(255,255,255,0.05) 120px, rgba(0,0,0,0) 220px);
35
+ opacity:.25; pointer-events:none;
36
+ }
37
+
38
+ .status-row{
39
+ display:flex; justify-content:space-between; align-items:center;
40
+ position:relative; z-index:1;
41
+ }
42
+ .status-left{ font-size:32px; color:#eaeaea; }
43
+ .status-right{ display:flex; gap:28px; align-items:center; }
44
+ .icon{ width:44px; height:44px; display:inline-block; }
45
+ .icon svg{ width:100%; height:100%; fill:#eaeaea; }
46
+
47
+ .title-row{
48
+ margin-top:36px;
49
+ display:flex; align-items:center; gap:28px;
50
+ position:relative; z-index:1;
51
+ }
52
+ .menu-btn .icon svg{ fill:#ffffff; }
53
+ .app-title{ font-size:68px; font-weight:600; letter-spacing:0.5px; }
54
+
55
+ .quick-icons{
56
+ margin-top:50px;
57
+ display:flex; align-items:flex-start; justify-content:space-between;
58
+ position:relative; z-index:1;
59
+ padding:0 12px;
60
+ }
61
+ .quick-item{ display:flex; flex-direction:column; align-items:center; gap:20px; width:25%; }
62
+ .quick-item .label{ font-size:34px; color:#e7e7e7; }
63
+ .quick-item .qicon{ width:78px; height:78px; }
64
+ .qicon svg{ width:100%; height:100%; fill:#f5f5f5; }
65
+
66
+ .tabs-underline{
67
+ position:absolute; left:50%; transform:translateX(-50%);
68
+ bottom:12px; width:180px; height:6px; border-radius:3px; background:var(--accent);
69
+ }
70
+ .content{
71
+ position:relative;
72
+ padding:0 40px;
73
+ margin-top:18px;
74
+ }
75
+
76
+ /* Timer card */
77
+ .timer-card{
78
+ margin-top:40px;
79
+ background:transparent;
80
+ border-radius:16px;
81
+ padding:0;
82
+ }
83
+ .timer-title{
84
+ display:flex; align-items:center; gap:16px;
85
+ color:var(--accent); font-size:42px; font-weight:600;
86
+ padding:0 12px;
87
+ }
88
+ .pencil{
89
+ width:42px; height:42px;
90
+ }
91
+ .divider{
92
+ height:8px; background:#dddddd; border-radius:4px; margin:24px 0 32px 0;
93
+ }
94
+ .timer-row{
95
+ display:flex; align-items:center; justify-content:space-between;
96
+ padding:0 12px;
97
+ }
98
+ .left-group{ display:flex; align-items:center; gap:26px; }
99
+ .trash{ width:48px; height:48px; }
100
+ .trash svg{ fill:#bdbdbd; }
101
+ .time-text{
102
+ font-size:120px; font-weight:600; letter-spacing:2px; color:#f2f2f2;
103
+ }
104
+ .play-btn{
105
+ width:150px; height:150px; background:#ffffff; border-radius:50%;
106
+ display:flex; justify-content:center; align-items:center;
107
+ box-shadow:0 8px 16px rgba(0,0,0,0.4);
108
+ margin-right:8px;
109
+ }
110
+ .play-btn svg{ width:56%; height:56%; fill:#121212; }
111
+
112
+ /* Huge empty area */
113
+ .spacer{
114
+ height:1150px;
115
+ }
116
+
117
+ /* Floating action button */
118
+ .fab{
119
+ position:absolute; left:50%; transform:translateX(-50%);
120
+ bottom:340px;
121
+ width:160px; height:160px; border-radius:50%;
122
+ background:var(--accent);
123
+ display:flex; justify-content:center; align-items:center;
124
+ box-shadow:0 16px 24px rgba(0,0,0,0.45);
125
+ }
126
+ .fab svg{ width:60%; height:60%; fill:#ffffff; }
127
+
128
+ /* Ad banner */
129
+ .ad-banner{
130
+ position:absolute; left:0; right:0; bottom:180px;
131
+ margin:0 0;
132
+ background:#ffffff;
133
+ border-top:6px solid var(--accent);
134
+ border-radius:24px 24px 0 0;
135
+ padding:22px 26px;
136
+ box-shadow:0 -8px 20px rgba(0,0,0,0.35);
137
+ display:flex; align-items:center; gap:26px;
138
+ }
139
+ .ad-image{
140
+ width:120px; height:120px;
141
+ background:#E0E0E0; border:1px solid #BDBDBD;
142
+ display:flex; justify-content:center; align-items:center; color:#757575;
143
+ border-radius:16px;
144
+ flex-shrink:0;
145
+ }
146
+ .ad-text{ flex:1; }
147
+ .ad-text .store{ color:#666; font-size:30px; margin-bottom:6px; }
148
+ .ad-text .title{ color:#111; font-size:36px; font-weight:600; }
149
+ .ad-action{
150
+ background:#2ea65a; color:#fff; font-weight:700;
151
+ font-size:34px; padding:20px 38px; border-radius:14px;
152
+ flex-shrink:0;
153
+ }
154
+
155
+ /* Home indicator */
156
+ .home-indicator{
157
+ position:absolute; left:50%; transform:translateX(-50%);
158
+ bottom:70px; width:360px; height:10px; border-radius:6px; background:#e6e6e6; opacity:.85;
159
+ }
160
+
161
+ /* Simple gear and moon icons */
162
+ .gear svg, .moon svg{ fill:#eaeaea; }
163
+ </style>
164
+ </head>
165
+ <body>
166
+ <div id="render-target">
167
+ <!-- Top gradient header -->
168
+ <div class="header">
169
+ <div class="status-row">
170
+ <div class="status-left">12:14</div>
171
+ <div class="status-right">
172
+ <!-- Wifi icon -->
173
+ <span class="icon">
174
+ <svg viewBox="0 0 24 24">
175
+ <path d="M12 18.5c.9 0 1.5.6 1.5 1.5S12.9 21.5 12 21.5 10.5 20.9 10.5 20s.6-1.5 1.5-1.5zM3 8.8c5.6-4.7 12.4-4.7 18 0l-1.4 1.4c-4.8-4-10.4-4-15.2 0L3 8.8zm3.5 4.2c3.6-3 8.4-3 12 0l-1.4 1.4c-2.7-2.2-6.5-2.2-9.2 0L6.5 13zm3.6 3.5c1.7-1.4 4.1-1.4 5.8 0l-1.4 1.4c-.9-.7-2.1-.7-3 0l-1.4-1.4z"/>
176
+ </svg>
177
+ </span>
178
+ <!-- Battery icon -->
179
+ <span class="icon">
180
+ <svg viewBox="0 0 24 24">
181
+ <rect x="2" y="7" width="18" height="10" rx="2" ry="2"></rect>
182
+ <rect x="20.5" y="10" width="1.5" height="4"></rect>
183
+ <rect x="4" y="9" width="12" height="6" fill="#9ad06b"></rect>
184
+ </svg>
185
+ </span>
186
+ <!-- Moon icon -->
187
+ <span class="icon moon">
188
+ <svg viewBox="0 0 24 24">
189
+ <path d="M12 2c-1.5 2.2-2.3 4.8-2.3 7.5 0 5.2 4.3 9.5 9.5 9.5 1.5 0 2.9-.3 4.2-.9-1.7 3.7-5.5 6.3-9.8 6.3-6.1 0-11-4.9-11-11 0-4.7 2.9-8.6 7-10.4z"/>
190
+ </svg>
191
+ </span>
192
+ <!-- Gear icon -->
193
+ <span class="icon gear">
194
+ <svg viewBox="0 0 24 24">
195
+ <path d="M12 8.5a3.5 3.5 0 110 7 3.5 3.5 0 010-7zm8.5 3.5l2-1-1-2-2 .8a7.9 7.9 0 00-1.7-1l.2-2.1h-2l-.3 2a8.7 8.7 0 00-2 0l-.3-2h-2l.2 2.1c-.6.3-1.2.6-1.7 1l-2-.8-1 2 2 1c-.2.6-.4 1.3-.4 2s.2 1.4.4 2l-2 1 1 2 2-.8c.5.4 1.1.7 1.7 1l-.2 2.1h2l.3-2a8.7 8.7 0 002 0l.3 2h2l-.2-2.1c.6-.3 1.2-.6 1.7-1l2 .8 1-2-2-1c.2-.6.4-1.3.4-2s-.2-1.4-.4-2z"/>
196
+ </svg>
197
+ </span>
198
+ </div>
199
+ </div>
200
+
201
+ <div class="title-row">
202
+ <span class="menu-btn icon">
203
+ <svg viewBox="0 0 24 24">
204
+ <path d="M3 6h18v2H3V6zm0 5h18v2H3v-2zm0 5h18v2H3v-2z"/>
205
+ </svg>
206
+ </span>
207
+ <div class="app-title">The Clock</div>
208
+ </div>
209
+
210
+ <div class="quick-icons">
211
+ <div class="quick-item">
212
+ <div class="qicon">
213
+ <svg viewBox="0 0 24 24">
214
+ <path d="M7 4l2 2M15 4l-2 2M12 7a7 7 0 100 14 7 7 0 000-14zm0 3v5l3 2"/>
215
+ </svg>
216
+ </div>
217
+ <div class="label">Alarms</div>
218
+ </div>
219
+ <div class="quick-item">
220
+ <div class="qicon">
221
+ <svg viewBox="0 0 24 24">
222
+ <circle cx="12" cy="12" r="8"></circle>
223
+ <path d="M12 12V7M12 12l4 3" stroke="#1a1a1a" stroke-width="0"/>
224
+ </svg>
225
+ </div>
226
+ <div class="label">Clock</div>
227
+ </div>
228
+ <div class="quick-item">
229
+ <div class="qicon">
230
+ <svg viewBox="0 0 24 24">
231
+ <circle cx="12" cy="12" r="8"></circle>
232
+ <path d="M12 7v5l3 2"/>
233
+ </svg>
234
+ </div>
235
+ <div class="label" style="font-weight:700">Timer</div>
236
+ </div>
237
+ <div class="quick-item">
238
+ <div class="qicon">
239
+ <svg viewBox="0 0 24 24">
240
+ <circle cx="12" cy="12" r="8"></circle>
241
+ <path d="M8 8l8 8M16 8l-8 8"/>
242
+ </svg>
243
+ </div>
244
+ <div class="label">Stopwatch</div>
245
+ </div>
246
+ <div class="tabs-underline"></div>
247
+ </div>
248
+ </div>
249
+
250
+ <!-- Main content -->
251
+ <div class="content">
252
+ <div class="timer-card">
253
+ <div class="timer-title">
254
+ <span class="pencil">
255
+ <svg viewBox="0 0 24 24">
256
+ <path d="M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04a1 1 0 000-1.41l-2.34-2.34a1 1 0 00-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z"/>
257
+ </svg>
258
+ </span>
259
+ <span>Timer 1</span>
260
+ </div>
261
+ <div class="divider"></div>
262
+ <div class="timer-row">
263
+ <div class="left-group">
264
+ <span class="trash">
265
+ <svg viewBox="0 0 24 24">
266
+ <path d="M9 3h6l1 2h4v2H4V5h4l1-2zm-1 6h2v9H8V9zm6 0h2v9h-2V9z"/>
267
+ </svg>
268
+ </span>
269
+ <div class="time-text">00:10:00</div>
270
+ </div>
271
+ <div class="play-btn">
272
+ <svg viewBox="0 0 24 24">
273
+ <path d="M8 5v14l11-7-11-7z"/>
274
+ </svg>
275
+ </div>
276
+ </div>
277
+ </div>
278
+
279
+ <div class="spacer"></div>
280
+ </div>
281
+
282
+ <!-- Floating Add button -->
283
+ <div class="fab">
284
+ <svg viewBox="0 0 24 24">
285
+ <path d="M11 5h2v14h-2zM5 11h14v2H5z"/>
286
+ </svg>
287
+ </div>
288
+
289
+ <!-- Ad banner placeholder -->
290
+ <div class="ad-banner">
291
+ <div class="ad-image">[IMG: Game Icon]</div>
292
+ <div class="ad-text">
293
+ <div class="store">Play Store</div>
294
+ <div class="title">Onet Puzzle - Tile Match Game</div>
295
+ </div>
296
+ <div class="ad-action">GET</div>
297
+ </div>
298
+
299
+ <!-- Home indicator -->
300
+ <div class="home-indicator"></div>
301
+ </div>
302
+ </body>
303
+ </html>
code/10321/10321_1.html ADDED
@@ -0,0 +1,235 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>The Clock - Timer 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:#0e0e10; color:#ffffff; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
12
+ }
13
+
14
+ /* Header / Hero */
15
+ .hero{
16
+ position:absolute; left:0; top:0; width:100%; height:520px; color:#fff;
17
+ background:
18
+ linear-gradient(135deg, rgba(255,255,255,0.07) 0%, rgba(255,255,255,0.02) 35%, rgba(255,255,255,0.0) 70%) ,
19
+ repeating-linear-gradient(135deg, rgba(255,255,255,0.05) 0 140px, rgba(255,255,255,0.02) 140px 280px),
20
+ linear-gradient(135deg, #171717 0%, #2a2a2d 100%);
21
+ }
22
+ .status{
23
+ display:flex; align-items:center; justify-content:space-between;
24
+ padding:28px 36px; font-size:30px; opacity:0.95;
25
+ }
26
+ .titlebar{
27
+ display:flex; align-items:center; gap:24px; padding:22px 36px 10px 36px;
28
+ }
29
+ .titlebar h1{ margin:0; font-weight:600; font-size:60px; letter-spacing:0.5px; }
30
+ .icon{
31
+ width:48px; height:48px; display:inline-block;
32
+ }
33
+ .icon svg{ width:100%; height:100%; fill:#ffffff; }
34
+ .tabs{
35
+ display:flex; justify-content:space-around; align-items:flex-end;
36
+ padding:16px 30px 0 30px; margin-top:14px;
37
+ }
38
+ .tab{
39
+ display:flex; flex-direction:column; align-items:center; gap:8px;
40
+ color:#cfcfd2; font-size:34px;
41
+ }
42
+ .tab svg{ width:58px; height:58px; fill:#ffffff; opacity:0.95; }
43
+ .tab.active{ color:#ffffff; }
44
+ .tab.active .underline{
45
+ width:200px; height:6px; background:#d94a57; border-radius:6px; margin-top:14px;
46
+ }
47
+
48
+ /* Main panel */
49
+ .panel{
50
+ position:absolute; left:0; right:0; top:350px; bottom:0;
51
+ background:#0b0b0c; border-top-left-radius:48px; border-top-right-radius:48px;
52
+ box-shadow: 0 -10px 30px rgba(0,0,0,0.35) inset;
53
+ }
54
+
55
+ /* Counter */
56
+ .counter{
57
+ width:100%; padding-top:80px; display:flex; justify-content:space-evenly; align-items:flex-end;
58
+ }
59
+ .timeCol{ text-align:center; }
60
+ .timeVal{
61
+ font-size:140px; font-weight:700; letter-spacing:2px; line-height:1;
62
+ }
63
+ .timeLbl{ margin-top:10px; color:#c7c8cb; font-size:34px; }
64
+ .timeCol.sec .timeVal{ color:#e34a5c; }
65
+ .timeCol.sec .timeLbl{ color:#c7c8cb; }
66
+
67
+ /* Keypad */
68
+ .keypad{
69
+ width:920px; margin:56px auto 0 auto;
70
+ display:grid; grid-template-columns: repeat(3, 1fr); gap:34px;
71
+ }
72
+ .key{
73
+ height:130px; border:3px solid #cfcfd3; border-radius:65px;
74
+ display:flex; align-items:center; justify-content:center;
75
+ font-size:54px; color:#ffffff; letter-spacing:1px;
76
+ background:transparent;
77
+ }
78
+ .key.muted{ color:#e5e5e5; font-size:40px; }
79
+ .btn-wide{
80
+ width:780px; height:130px; margin:40px auto 0 auto;
81
+ border:3px solid #cfcfd3; border-radius:65px; display:flex; align-items:center; justify-content:center;
82
+ color:#e24a58; font-size:56px; letter-spacing:1px;
83
+ }
84
+
85
+ /* FAB */
86
+ .fab{
87
+ position:absolute; left:50%; transform:translateX(-50%);
88
+ bottom:360px; width:140px; height:140px; background:#e24a58; border-radius:50%;
89
+ display:flex; align-items:center; justify-content:center;
90
+ box-shadow:0 12px 24px rgba(0,0,0,0.35);
91
+ }
92
+ .fab svg{ width:64px; height:64px; fill:#ffffff; }
93
+
94
+ /* Ad placeholder */
95
+ .adWrap{
96
+ position:absolute; left:0; right:0; bottom:96px;
97
+ padding:0 0 0 0;
98
+ }
99
+ .adBar{
100
+ height:10px; background:#d94a57; width:100%;
101
+ }
102
+ .ad{
103
+ width:100%; height:180px; background:#E0E0E0; border-top:1px solid #BDBDBD; border-bottom:1px solid #BDBDBD;
104
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:36px;
105
+ }
106
+
107
+ /* Home indicator */
108
+ .home-indicator{
109
+ position:absolute; left:50%; transform:translateX(-50%);
110
+ bottom:28px; width:280px; height:10px; border-radius:8px; background:#e9e9ea; opacity:0.9;
111
+ }
112
+ </style>
113
+ </head>
114
+ <body>
115
+ <div id="render-target">
116
+
117
+ <!-- Header -->
118
+ <div class="hero">
119
+ <div class="status">
120
+ <div>12:15</div>
121
+ <div style="font-size:30px; display:flex; gap:16px; align-items:center;">
122
+ <span style="opacity:0.95;">📶</span>
123
+ <span style="opacity:0.95;">🔋</span>
124
+ </div>
125
+ </div>
126
+
127
+ <div class="titlebar">
128
+ <span class="icon">
129
+ <!-- Hamburger -->
130
+ <svg viewBox="0 0 24 24"><rect y="3" width="24" height="3"/><rect y="10.5" width="24" height="3"/><rect y="18" width="24" height="3"/></svg>
131
+ </span>
132
+ <h1>The Clock</h1>
133
+ <div style="margin-left:auto; display:flex; gap:20px; align-items:center;">
134
+ <span title="Do Not Disturb">🌙</span>
135
+ <span title="Settings">⚙️</span>
136
+ </div>
137
+ </div>
138
+
139
+ <div class="tabs">
140
+ <div class="tab">
141
+ <!-- Alarm icon -->
142
+ <svg viewBox="0 0 24 24">
143
+ <circle cx="12" cy="13" r="7"></circle>
144
+ <rect x="11" y="9" width="2" height="5"></rect>
145
+ <rect x="11" y="13" width="5" height="2"></rect>
146
+ <path d="M4 5 L7 3" stroke="#fff" stroke-width="2" fill="none"></path>
147
+ <path d="M20 5 L17 3" stroke="#fff" stroke-width="2" fill="none"></path>
148
+ </svg>
149
+ <div>Alarms</div>
150
+ </div>
151
+ <div class="tab">
152
+ <!-- Clock icon -->
153
+ <svg viewBox="0 0 24 24">
154
+ <circle cx="12" cy="12" r="9"></circle>
155
+ <rect x="11" y="6" width="2" height="7"></rect>
156
+ <rect x="12" y="11" width="6" height="2" transform="rotate(45 12 12)"></rect>
157
+ </svg>
158
+ <div>Clock</div>
159
+ </div>
160
+ <div class="tab active">
161
+ <!-- Timer icon -->
162
+ <svg viewBox="0 0 24 24">
163
+ <circle cx="12" cy="14" r="8"></circle>
164
+ <rect x="9" y="2" width="6" height="2"></rect>
165
+ <rect x="11" y="4" width="2" height="3"></rect>
166
+ </svg>
167
+ <div>Timer</div>
168
+ <div class="underline"></div>
169
+ </div>
170
+ <div class="tab">
171
+ <!-- Stopwatch icon -->
172
+ <svg viewBox="0 0 24 24">
173
+ <circle cx="12" cy="13" r="8"></circle>
174
+ <rect x="10" y="2" width="4" height="2"></rect>
175
+ <rect x="11" y="7" width="2" height="6"></rect>
176
+ </svg>
177
+ <div>Stopwatch</div>
178
+ </div>
179
+ </div>
180
+ </div>
181
+
182
+ <!-- Main content panel -->
183
+ <div class="panel">
184
+ <div class="counter">
185
+ <div class="timeCol">
186
+ <div class="timeVal">00</div>
187
+ <div class="timeLbl">hour</div>
188
+ </div>
189
+ <div class="timeCol">
190
+ <div class="timeVal">10</div>
191
+ <div class="timeLbl">min</div>
192
+ </div>
193
+ <div class="timeCol sec">
194
+ <div class="timeVal">00</div>
195
+ <div class="timeLbl">sec</div>
196
+ </div>
197
+ </div>
198
+
199
+ <div class="keypad">
200
+ <div class="key">1</div>
201
+ <div class="key">2</div>
202
+ <div class="key">3</div>
203
+
204
+ <div class="key">4</div>
205
+ <div class="key">5</div>
206
+ <div class="key">6</div>
207
+
208
+ <div class="key">7</div>
209
+ <div class="key">8</div>
210
+ <div class="key">9</div>
211
+
212
+ <div class="key muted">CLEAR</div>
213
+ <div class="key">0</div>
214
+ <div class="key muted">RESET</div>
215
+ </div>
216
+
217
+ <div class="btn-wide">SET</div>
218
+
219
+ <div class="fab" aria-label="Start timer">
220
+ <svg viewBox="0 0 24 24">
221
+ <polygon points="12,4 7,10 17,10"></polygon>
222
+ <polygon points="12,20 17,14 7,14"></polygon>
223
+ </svg>
224
+ </div>
225
+
226
+ <div class="adWrap">
227
+ <div class="adBar"></div>
228
+ <div class="ad">[IMG: Play Store Ad - Spades Card Game]</div>
229
+ </div>
230
+ </div>
231
+
232
+ <div class="home-indicator"></div>
233
+ </div>
234
+ </body>
235
+ </html>
code/10321/10321_2.html ADDED
@@ -0,0 +1,340 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>The Clock - Timer</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: "Segoe UI", Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #0f0f10;
15
+ color: #ffffff;
16
+ }
17
+
18
+ /* Top decorative section */
19
+ .top {
20
+ position: absolute;
21
+ left: 0; top: 0;
22
+ width: 1080px;
23
+ height: 480px;
24
+ background:
25
+ linear-gradient(135deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.0) 35%, rgba(255,255,255,0.08) 70%, rgba(255,255,255,0.02) 100%),
26
+ repeating-linear-gradient(135deg, #101011 0px, #101011 120px, #191a1c 220px, #101011 340px);
27
+ }
28
+
29
+ /* Status bar */
30
+ .status {
31
+ position: absolute;
32
+ top: 22px;
33
+ left: 34px;
34
+ font-size: 34px;
35
+ letter-spacing: 0.5px;
36
+ opacity: 0.95;
37
+ }
38
+ .status-right {
39
+ position: absolute;
40
+ top: 18px;
41
+ right: 36px;
42
+ display: flex;
43
+ align-items: center;
44
+ gap: 24px;
45
+ }
46
+ .icon {
47
+ width: 36px;
48
+ height: 36px;
49
+ fill: none;
50
+ stroke: #fff;
51
+ stroke-width: 2.5;
52
+ }
53
+
54
+ /* App header */
55
+ .app-header {
56
+ position: absolute;
57
+ top: 92px;
58
+ left: 34px;
59
+ right: 34px;
60
+ display: flex;
61
+ align-items: center;
62
+ justify-content: space-between;
63
+ }
64
+ .hamburger {
65
+ width: 56px; height: 56px; display: flex; align-items: center; justify-content: center;
66
+ }
67
+ .hamburger span {
68
+ display: block;
69
+ width: 34px; height: 3px; background: #fff; margin: 4px 0;
70
+ border-radius: 3px;
71
+ }
72
+ .title {
73
+ font-size: 64px; font-weight: 600; margin-left: 18px;
74
+ }
75
+ .header-right {
76
+ display: flex; align-items: center; gap: 28px;
77
+ }
78
+
79
+ /* Tabs */
80
+ .tabs {
81
+ position: absolute;
82
+ top: 244px;
83
+ left: 40px;
84
+ right: 40px;
85
+ display: flex;
86
+ justify-content: space-between;
87
+ align-items: flex-start;
88
+ }
89
+ .tab {
90
+ width: 240px;
91
+ text-align: center;
92
+ color: #d9d9d9;
93
+ }
94
+ .tab svg { width: 48px; height: 48px; stroke: #fff; stroke-width: 2.5; fill: none; margin-bottom: 8px; opacity: 0.95; }
95
+ .tab label { display: block; font-size: 34px; }
96
+ .tab.active label { color: #ffffff; }
97
+ .active-underline {
98
+ position: absolute;
99
+ bottom: -8px;
100
+ left: 50%;
101
+ transform: translateX(-50%);
102
+ width: 160px; height: 6px; background: #d84a58; border-radius: 3px;
103
+ }
104
+
105
+ /* Main content area */
106
+ .content {
107
+ position: absolute;
108
+ top: 480px;
109
+ left: 0; right: 0;
110
+ padding: 40px 60px;
111
+ }
112
+
113
+ /* Timer display */
114
+ .time-display {
115
+ width: 960px;
116
+ margin: 0 auto;
117
+ display: flex;
118
+ justify-content: space-between;
119
+ align-items: baseline;
120
+ }
121
+ .time-col {
122
+ width: 300px;
123
+ text-align: center;
124
+ }
125
+ .time-col .num {
126
+ font-size: 150px; font-weight: 700; letter-spacing: 4px;
127
+ }
128
+ .time-col .label {
129
+ margin-top: -10px;
130
+ font-size: 38px; color: #cfcfcf;
131
+ }
132
+ .accent { color: #e54b5e; }
133
+
134
+ /* Keypad */
135
+ .keypad {
136
+ width: 960px;
137
+ margin: 36px auto 0;
138
+ display: grid;
139
+ grid-template-columns: repeat(3, 1fr);
140
+ grid-row-gap: 28px;
141
+ grid-column-gap: 28px;
142
+ }
143
+ .pill {
144
+ height: 120px;
145
+ border: 2.5px solid #d7d7d7;
146
+ border-radius: 60px;
147
+ display: flex; align-items: center; justify-content: center;
148
+ font-size: 54px; color: #ffffff;
149
+ }
150
+ .pill.small { font-size: 36px; letter-spacing: 1px; color: #eaeaea; }
151
+ .pill.reset { font-size: 36px; }
152
+ .set-button {
153
+ width: 760px; height: 120px;
154
+ margin: 40px auto 0;
155
+ border: 2.5px solid #d7d7d7;
156
+ border-radius: 60px;
157
+ display: flex; align-items: center; justify-content: center;
158
+ font-size: 48px; font-weight: 600; color: #e54b5e;
159
+ }
160
+
161
+ /* Floating action button */
162
+ .fab {
163
+ position: absolute;
164
+ bottom: 480px;
165
+ left: 50%;
166
+ transform: translateX(-50%);
167
+ width: 140px; height: 140px;
168
+ background: #e54b5e;
169
+ border-radius: 50%;
170
+ box-shadow: 0 12px 24px rgba(0,0,0,0.5);
171
+ display: flex; align-items: center; justify-content: center;
172
+ }
173
+ .fab svg { width: 56px; height: 56px; }
174
+
175
+ /* Ad placeholder */
176
+ .ad {
177
+ position: absolute;
178
+ bottom: 160px;
179
+ left: 0; right: 0;
180
+ height: 150px;
181
+ display: flex; align-items: center; justify-content: center;
182
+ padding: 0 24px;
183
+ }
184
+ .ad .img {
185
+ width: 1000px;
186
+ height: 140px;
187
+ background: #E0E0E0;
188
+ border: 1px solid #BDBDBD;
189
+ display: flex; align-items: center; justify-content: center;
190
+ color: #757575;
191
+ border-radius: 12px;
192
+ }
193
+
194
+ /* Home indicator */
195
+ .home-indicator {
196
+ position: absolute;
197
+ bottom: 40px;
198
+ left: 50%;
199
+ transform: translateX(-50%);
200
+ width: 240px; height: 10px; border-radius: 8px; background: #e6e6e6;
201
+ opacity: 0.9;
202
+ }
203
+ </style>
204
+ </head>
205
+ <body>
206
+ <div id="render-target">
207
+
208
+ <div class="top"></div>
209
+
210
+ <!-- Status bar -->
211
+ <div class="status">12:15</div>
212
+ <div class="status-right">
213
+ <!-- Wi-Fi -->
214
+ <svg class="icon" viewBox="0 0 24 24">
215
+ <path d="M3 9c4-3.5 14-3.5 18 0"></path>
216
+ <path d="M6 12c3-2.5 9-2.5 12 0"></path>
217
+ <path d="M9 15c2-1.5 4-1.5 6 0"></path>
218
+ <circle cx="12" cy="18" r="1.5" fill="#fff" stroke="none"></circle>
219
+ </svg>
220
+ <!-- Battery -->
221
+ <svg class="icon" viewBox="0 0 28 24">
222
+ <rect x="2" y="6" width="20" height="12" rx="2"></rect>
223
+ <rect x="23" y="9" width="3" height="6" rx="1"></rect>
224
+ <rect x="4" y="8" width="14" height="8" fill="#fff" stroke="none"></rect>
225
+ </svg>
226
+ </div>
227
+
228
+ <!-- App header -->
229
+ <div class="app-header">
230
+ <div style="display:flex; align-items:center;">
231
+ <div class="hamburger">
232
+ <span></span><span></span><span></span>
233
+ </div>
234
+ <div class="title">The Clock</div>
235
+ </div>
236
+ <div class="header-right">
237
+ <!-- Moon -->
238
+ <svg class="icon" viewBox="0 0 24 24">
239
+ <path d="M16 4a8 8 0 1 0 4 14.5A8 8 0 0 1 16 4z"></path>
240
+ </svg>
241
+ <!-- Gear (simple) -->
242
+ <svg class="icon" viewBox="0 0 24 24">
243
+ <circle cx="12" cy="12" r="3.5"></circle>
244
+ <path d="M12 2v3M12 19v3M2 12h3M19 12h3M4.6 4.6l2.1 2.1M17.3 17.3l2.1 2.1M17.3 6.7l2.1-2.1M4.6 19.4l2.1-2.1"></path>
245
+ </svg>
246
+ </div>
247
+ </div>
248
+
249
+ <!-- Tabs -->
250
+ <div class="tabs">
251
+ <div class="tab">
252
+ <svg viewBox="0 0 24 24">
253
+ <path d="M6 8c0-3 2-5 6-5s6 2 6 5"></path>
254
+ <path d="M5 10h14v8a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-8z"></path>
255
+ <circle cx="12" cy="15" r="1.5"></circle>
256
+ </svg>
257
+ <label>Alarms</label>
258
+ </div>
259
+ <div class="tab">
260
+ <svg viewBox="0 0 24 24">
261
+ <circle cx="12" cy="12" r="8"></circle>
262
+ <path d="M12 12l4-3M12 12V6"></path>
263
+ </svg>
264
+ <label>Clock</label>
265
+ </div>
266
+ <div class="tab active" style="position: relative;">
267
+ <svg viewBox="0 0 24 24">
268
+ <circle cx="12" cy="12" r="8"></circle>
269
+ <path d="M12 12l3 4M12 12V6"></path>
270
+ </svg>
271
+ <label>Timer</label>
272
+ <div class="active-underline"></div>
273
+ </div>
274
+ <div class="tab">
275
+ <svg viewBox="0 0 24 24">
276
+ <circle cx="12" cy="12" r="8"></circle>
277
+ <rect x="11" y="2.5" width="2" height="3.5" rx="1"></rect>
278
+ <rect x="7" y="2.5" width="2" height="3.5" rx="1"></rect>
279
+ </svg>
280
+ <label>Stopwatch</label>
281
+ </div>
282
+ </div>
283
+
284
+ <!-- Content -->
285
+ <div class="content">
286
+ <div class="time-display">
287
+ <div class="time-col">
288
+ <div class="num">00</div>
289
+ <div class="label">hour</div>
290
+ </div>
291
+ <div class="time-col">
292
+ <div class="num">10</div>
293
+ <div class="label">min</div>
294
+ </div>
295
+ <div class="time-col">
296
+ <div class="num accent">05</div>
297
+ <div class="label">sec</div>
298
+ </div>
299
+ </div>
300
+
301
+ <div class="keypad">
302
+ <div class="pill">1</div>
303
+ <div class="pill">2</div>
304
+ <div class="pill">3</div>
305
+
306
+ <div class="pill">4</div>
307
+ <div class="pill">5</div>
308
+ <div class="pill">6</div>
309
+
310
+ <div class="pill">7</div>
311
+ <div class="pill">8</div>
312
+ <div class="pill">9</div>
313
+
314
+ <div class="pill small">CLEAR</div>
315
+ <div class="pill">0</div>
316
+ <div class="pill reset small">RESET</div>
317
+ </div>
318
+
319
+ <div class="set-button">SET</div>
320
+ </div>
321
+
322
+ <!-- Floating action button with up/down arrows -->
323
+ <div class="fab">
324
+ <svg viewBox="0 0 24 24">
325
+ <path d="M12 6l-5 5h10z" fill="#fff" stroke="none"></path>
326
+ <path d="M12 18l5-5H7z" fill="#fff" stroke="none"></path>
327
+ </svg>
328
+ </div>
329
+
330
+ <!-- Ad placeholder -->
331
+ <div class="ad">
332
+ <div class="img">[IMG: Play Store Ad - Spades Card Game - GET]</div>
333
+ </div>
334
+
335
+ <!-- Home indicator -->
336
+ <div class="home-indicator"></div>
337
+
338
+ </div>
339
+ </body>
340
+ </html>
code/10321/10321_3.html ADDED
@@ -0,0 +1,344 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>The Clock - Timer</title>
6
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: "Segoe UI", Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #0b0b0b;
15
+ color: #fff;
16
+ }
17
+
18
+ /* Header with diagonal dark stripes */
19
+ .header {
20
+ position: relative;
21
+ height: 470px;
22
+ padding: 30px 48px 0 48px;
23
+ box-sizing: border-box;
24
+ background: repeating-linear-gradient(-25deg, #121212 0 80px, #1a1a1a 80px 160px);
25
+ }
26
+ .status-row {
27
+ display: flex;
28
+ justify-content: space-between;
29
+ align-items: center;
30
+ color: #eaeaea;
31
+ font-size: 36px;
32
+ opacity: 0.9;
33
+ margin-bottom: 34px;
34
+ }
35
+ .status-icons {
36
+ display: flex;
37
+ gap: 22px;
38
+ align-items: center;
39
+ }
40
+ .hdr-main {
41
+ display: flex;
42
+ align-items: center;
43
+ gap: 28px;
44
+ margin-top: 12px;
45
+ margin-bottom: 30px;
46
+ }
47
+ .app-title {
48
+ font-size: 72px;
49
+ font-weight: 600;
50
+ letter-spacing: 0.5px;
51
+ }
52
+ .hdr-actions {
53
+ margin-left: auto;
54
+ display: flex;
55
+ gap: 28px;
56
+ }
57
+
58
+ /* Navigation */
59
+ .nav-bar {
60
+ display: flex;
61
+ justify-content: space-around;
62
+ align-items: flex-end;
63
+ padding: 24px 40px 16px;
64
+ color: #eaeaea;
65
+ font-size: 36px;
66
+ }
67
+ .nav-item {
68
+ display: flex;
69
+ flex-direction: column;
70
+ align-items: center;
71
+ gap: 16px;
72
+ opacity: 0.95;
73
+ }
74
+ .nav-item svg { width: 64px; height: 64px; }
75
+ .nav-active {
76
+ position: relative;
77
+ color: #ffffff;
78
+ }
79
+ .nav-active::after {
80
+ content: "";
81
+ position: absolute;
82
+ bottom: -20px;
83
+ left: 50%;
84
+ transform: translateX(-50%);
85
+ width: 240px;
86
+ height: 6px;
87
+ background: #c82b43;
88
+ border-radius: 3px;
89
+ }
90
+
91
+ /* Main panel */
92
+ .panel {
93
+ position: relative;
94
+ background: #0c0c0c;
95
+ border-top-left-radius: 60px;
96
+ border-top-right-radius: 60px;
97
+ margin-top: -30px;
98
+ padding: 60px 60px 40px;
99
+ box-sizing: border-box;
100
+ min-height: 1200px;
101
+ }
102
+
103
+ /* Timer display */
104
+ .timer-display {
105
+ display: flex;
106
+ justify-content: space-between;
107
+ align-items: baseline;
108
+ margin-bottom: 36px;
109
+ padding: 0 40px;
110
+ }
111
+ .time-unit {
112
+ width: 30%;
113
+ text-align: center;
114
+ }
115
+ .time-value {
116
+ font-size: 160px;
117
+ font-weight: 700;
118
+ letter-spacing: 4px;
119
+ }
120
+ .time-value.red { color: #e23a4f; }
121
+ .unit-label {
122
+ font-size: 36px;
123
+ color: #cfcfcf;
124
+ margin-top: 6px;
125
+ }
126
+
127
+ /* Keypad */
128
+ .keypad {
129
+ display: grid;
130
+ grid-template-columns: repeat(3, 1fr);
131
+ grid-auto-rows: 140px;
132
+ gap: 36px;
133
+ padding: 20px 20px 0;
134
+ }
135
+ .pill-btn {
136
+ border: 3px solid #d0d0d0;
137
+ border-radius: 60px;
138
+ display: flex;
139
+ justify-content: center;
140
+ align-items: center;
141
+ font-size: 64px;
142
+ color: #ffffff;
143
+ background: transparent;
144
+ }
145
+ .pill-btn.small { font-size: 40px; letter-spacing: 1px; color: #e8e8e8; }
146
+ .set-row {
147
+ padding: 46px 120px 0;
148
+ }
149
+ .set-btn {
150
+ height: 140px;
151
+ border: 3px solid #d0d0d0;
152
+ border-radius: 60px;
153
+ display: flex;
154
+ justify-content: center;
155
+ align-items: center;
156
+ font-size: 64px;
157
+ color: #e23a4f;
158
+ background: transparent;
159
+ }
160
+
161
+ /* Floating action button */
162
+ .fab {
163
+ position: absolute;
164
+ bottom: 420px;
165
+ left: 50%;
166
+ transform: translateX(-50%);
167
+ width: 140px;
168
+ height: 140px;
169
+ background: #e23a4f;
170
+ border-radius: 50%;
171
+ box-shadow: 0 12px 32px rgba(0,0,0,0.6);
172
+ display: flex;
173
+ justify-content: center;
174
+ align-items: center;
175
+ }
176
+
177
+ /* Bottom ad */
178
+ .ad-bar {
179
+ position: absolute;
180
+ bottom: 80px;
181
+ left: 0;
182
+ width: 100%;
183
+ height: 180px;
184
+ background: #222;
185
+ border-top: 6px solid #c82b43;
186
+ display: flex;
187
+ align-items: center;
188
+ justify-content: center;
189
+ box-sizing: border-box;
190
+ padding: 0 20px;
191
+ }
192
+ .ad-placeholder {
193
+ width: 960px;
194
+ height: 130px;
195
+ background: #E0E0E0;
196
+ border: 1px solid #BDBDBD;
197
+ display: flex;
198
+ justify-content: center;
199
+ align-items: center;
200
+ color: #757575;
201
+ font-size: 40px;
202
+ border-radius: 8px;
203
+ }
204
+
205
+ /* Home indicator */
206
+ .home-indicator {
207
+ position: absolute;
208
+ bottom: 16px;
209
+ left: 50%;
210
+ transform: translateX(-50%);
211
+ width: 280px;
212
+ height: 12px;
213
+ background: #e6e6e6;
214
+ border-radius: 6px;
215
+ opacity: 0.85;
216
+ }
217
+
218
+ /* Simple icon styles */
219
+ .icon-stroke { stroke: #ffffff; stroke-width: 3; fill: none; }
220
+ .icon-fill { fill: #ffffff; }
221
+ .muted { opacity: 0.9; }
222
+ </style>
223
+ </head>
224
+ <body>
225
+ <div id="render-target">
226
+
227
+ <div class="header">
228
+ <div class="status-row">
229
+ <div>12:16</div>
230
+ <div class="status-icons">
231
+ <!-- WiFi -->
232
+ <svg width="44" height="44" viewBox="0 0 24 24"><path class="icon-stroke" d="M2 9c5-5 15-5 20 0M5 12c3-3 11-3 14 0M8 15c2-2 6-2 8 0"/><circle class="icon-fill" cx="12" cy="18" r="1.7"/></svg>
233
+ <!-- Battery -->
234
+ <svg width="44" height="44" viewBox="0 0 28 24"><rect class="icon-stroke" x="2" y="6" width="20" height="12" rx="2"/><rect class="icon-fill" x="4" y="8" width="12" height="8" rx="1"/><rect class="icon-fill" x="22" y="9" width="3" height="6" rx="1"/></svg>
235
+ </div>
236
+ </div>
237
+
238
+ <div class="hdr-main">
239
+ <!-- Hamburger -->
240
+ <svg width="60" height="60" viewBox="0 0 24 24"><path class="icon-stroke" d="M3 6h18M3 12h18M3 18h18"/></svg>
241
+ <div class="app-title">The Clock</div>
242
+ <div class="hdr-actions">
243
+ <!-- Moon -->
244
+ <svg width="60" height="60" viewBox="0 0 24 24"><path class="icon-stroke" d="M14.5 3.5c-4 1.5-6.5 6-5.1 10 1.5 4 6 6.5 10 5.1-2.9-1.1-5.1-3.3-6.2-6.2-1.2-2.9-1.1-6.1 1.3-8.9Z"/></svg>
245
+ <!-- Settings -->
246
+ <svg width="60" height="60" viewBox="0 0 24 24">
247
+ <circle class="icon-stroke" cx="12" cy="12" r="3"/>
248
+ <path class="icon-stroke" d="M12 2v3M12 19v3M2 12h3M19 12h3M4.5 4.5l2.1 2.1M17.4 17.4l2.1 2.1M19.5 4.5l-2.1 2.1M6.6 17.4l-2.1 2.1"/>
249
+ </svg>
250
+ </div>
251
+ </div>
252
+
253
+ <div class="nav-bar">
254
+ <div class="nav-item">
255
+ <!-- Alarm icon -->
256
+ <svg viewBox="0 0 24 24">
257
+ <circle class="icon-stroke" cx="12" cy="13" r="6"/>
258
+ <path class="icon-stroke" d="M12 13V9M12 13l3 2"/>
259
+ <path class="icon-stroke" d="M6 4l-3 3M18 4l3 3"/>
260
+ </svg>
261
+ <div>Alarms</div>
262
+ </div>
263
+ <div class="nav-item">
264
+ <!-- Clock icon -->
265
+ <svg viewBox="0 0 24 24">
266
+ <circle class="icon-stroke" cx="12" cy="12" r="8"/>
267
+ <path class="icon-stroke" d="M12 6v6l4 2"/>
268
+ </svg>
269
+ <div>Clock</div>
270
+ </div>
271
+ <div class="nav-item nav-active">
272
+ <!-- Timer icon -->
273
+ <svg viewBox="0 0 24 24">
274
+ <circle class="icon-stroke" cx="12" cy="13" r="7"/>
275
+ <path class="icon-stroke" d="M9 4h6M12 6v2"/>
276
+ </svg>
277
+ <div>Timer</div>
278
+ </div>
279
+ <div class="nav-item">
280
+ <!-- Stopwatch icon -->
281
+ <svg viewBox="0 0 24 24">
282
+ <circle class="icon-stroke" cx="12" cy="13" r="7"/>
283
+ <path class="icon-stroke" d="M12 13l3 2M9 3h6"/>
284
+ </svg>
285
+ <div>Stopwatch</div>
286
+ </div>
287
+ </div>
288
+ </div>
289
+
290
+ <div class="panel">
291
+ <div class="timer-display">
292
+ <div class="time-unit">
293
+ <div class="time-value">00</div>
294
+ <div class="unit-label">hour</div>
295
+ </div>
296
+ <div class="time-unit">
297
+ <div class="time-value red">05</div>
298
+ <div class="unit-label">min</div>
299
+ </div>
300
+ <div class="time-unit">
301
+ <div class="time-value">00</div>
302
+ <div class="unit-label">sec</div>
303
+ </div>
304
+ </div>
305
+
306
+ <div class="keypad">
307
+ <div class="pill-btn">1</div>
308
+ <div class="pill-btn">2</div>
309
+ <div class="pill-btn">3</div>
310
+
311
+ <div class="pill-btn">4</div>
312
+ <div class="pill-btn">5</div>
313
+ <div class="pill-btn">6</div>
314
+
315
+ <div class="pill-btn">7</div>
316
+ <div class="pill-btn">8</div>
317
+ <div class="pill-btn">9</div>
318
+
319
+ <div class="pill-btn small">CLEAR</div>
320
+ <div class="pill-btn">0</div>
321
+ <div class="pill-btn small">RESET</div>
322
+ </div>
323
+
324
+ <div class="set-row">
325
+ <div class="set-btn">SET</div>
326
+ </div>
327
+ </div>
328
+
329
+ <!-- Floating Action Button -->
330
+ <div class="fab">
331
+ <svg width="70" height="70" viewBox="0 0 24 24">
332
+ <path class="icon-fill" d="M12 7l-4 4h8l-4-4Zm0 10l4-4H8l4 4Z"/>
333
+ </svg>
334
+ </div>
335
+
336
+ <!-- Ad banner -->
337
+ <div class="ad-bar">
338
+ <div class="ad-placeholder">[IMG: Ad Banner]</div>
339
+ </div>
340
+
341
+ <div class="home-indicator"></div>
342
+ </div>
343
+ </body>
344
+ </html>
code/10321/10321_4.html ADDED
@@ -0,0 +1,279 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>The Clock - Timer</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: "Segoe UI", Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
10
+ background: #0f0f0f;
11
+ color: #fff;
12
+ }
13
+
14
+ /* Top app bar area with subtle diagonal stripes */
15
+ .app-top {
16
+ position: relative;
17
+ height: 440px;
18
+ padding-top: 24px;
19
+ background:
20
+ linear-gradient(180deg, #1c1c1c 0%, #121212 65%) ,
21
+ repeating-linear-gradient(135deg, rgba(255,255,255,0.07) 0 140px, rgba(0,0,0,0) 140px 280px);
22
+ }
23
+
24
+ /* Status bar */
25
+ .statusbar {
26
+ display: flex; align-items: center; justify-content: space-between;
27
+ padding: 0 40px; height: 70px; font-size: 34px; color: #eaeaea;
28
+ }
29
+ .status-icons { display: flex; align-items: center; gap: 26px; }
30
+ .status-icons svg { opacity: 0.9; }
31
+
32
+ /* Title row */
33
+ .title-row {
34
+ display: flex; align-items: center;
35
+ padding: 24px 40px 16px 40px;
36
+ gap: 28px;
37
+ }
38
+ .title-text {
39
+ font-size: 72px; font-weight: 600; letter-spacing: 0.4px;
40
+ }
41
+ .title-right { margin-left: auto; display: flex; align-items: center; gap: 34px; }
42
+
43
+ /* Tabs */
44
+ .tabs {
45
+ display: flex; justify-content: space-around; align-items: flex-end;
46
+ padding: 36px 40px 0 40px;
47
+ }
48
+ .tab {
49
+ display: flex; flex-direction: column; align-items: center; gap: 18px;
50
+ color: #e9e9e9;
51
+ }
52
+ .tab svg { width: 64px; height: 64px; }
53
+ .tab-label { font-size: 38px; color: #d9d9d9; }
54
+ .tab.active .tab-label { color: #ffffff; }
55
+ .tab-indicator {
56
+ width: 200px; height: 8px; background: #d43d4f; border-radius: 8px; margin: 28px auto 0 auto;
57
+ }
58
+
59
+ /* Content area */
60
+ .content {
61
+ position: relative;
62
+ background: #101010;
63
+ padding: 24px 40px 0 40px;
64
+ }
65
+
66
+ .timer-card {
67
+ margin-top: 24px;
68
+ border-radius: 24px;
69
+ }
70
+
71
+ .timer-header {
72
+ display: flex; align-items: center; gap: 18px;
73
+ font-size: 42px; color: #d43d4f; font-weight: 600;
74
+ padding: 16px 0 12px 0;
75
+ }
76
+ .pencil-icon { width: 38px; height: 38px; }
77
+
78
+ .divider {
79
+ height: 10px; background: #d0d0d0; border-radius: 10px; opacity: 0.8;
80
+ margin: 12px 0 24px 0;
81
+ }
82
+
83
+ .timer-row {
84
+ display: flex; align-items: center; justify-content: space-between;
85
+ padding: 0 16px;
86
+ }
87
+ .time-left {
88
+ display: flex; align-items: center; gap: 26px;
89
+ }
90
+ .time-text {
91
+ font-size: 120px; font-weight: 600; letter-spacing: 3px; color: #ffffff;
92
+ }
93
+ .trash-icon { width: 58px; height: 58px; opacity: 0.6; }
94
+
95
+ .play-btn {
96
+ width: 150px; height: 150px; border-radius: 50%;
97
+ background: #f1f1f1; box-shadow: 0 6px 16px rgba(0,0,0,0.35);
98
+ display: flex; align-items: center; justify-content: center;
99
+ }
100
+ .play-btn svg { width: 68px; height: 68px; }
101
+
102
+ /* Floating add button */
103
+ .fab {
104
+ position: absolute; left: 50%; transform: translateX(-50%);
105
+ bottom: 460px; width: 160px; height: 160px; border-radius: 50%;
106
+ background: #e74959; box-shadow: 0 10px 26px rgba(0,0,0,0.5);
107
+ display: flex; justify-content: center; align-items: center;
108
+ border: 4px solid rgba(255,255,255,0.08);
109
+ }
110
+ .fab span { font-size: 120px; line-height: 0; color: #fff; }
111
+
112
+ /* Ad banner */
113
+ .ad-wrap {
114
+ position: absolute; left: 0; bottom: 150px; width: 100%;
115
+ padding: 0 16px 0 16px;
116
+ }
117
+ .ad-top-stripe { height: 16px; background: #d43d4f; }
118
+ .ad-card {
119
+ background: #ffffff; color: #222;
120
+ border-radius: 18px; margin-top: 12px;
121
+ box-shadow: 0 8px 20px rgba(0,0,0,0.45);
122
+ padding: 26px;
123
+ display: flex; align-items: center; gap: 24px;
124
+ }
125
+ .ad-img {
126
+ width: 120px; height: 120px; background: #E0E0E0; border: 1px solid #BDBDBD;
127
+ display: flex; justify-content: center; align-items: center; color: #757575; border-radius: 20px;
128
+ flex-shrink: 0;
129
+ }
130
+ .ad-texts { flex: 1; }
131
+ .ad-title { font-size: 40px; font-weight: 600; }
132
+ .ad-sub { font-size: 30px; color: #666; margin-bottom: 8px; }
133
+ .ad-cta {
134
+ background: #2f8d57; color: #fff; padding: 20px 36px;
135
+ border-radius: 16px; font-weight: 700; font-size: 36px;
136
+ }
137
+
138
+ /* Home indicator */
139
+ .home-indicator {
140
+ position: absolute; left: 50%; transform: translateX(-50%);
141
+ bottom: 60px; width: 360px; height: 16px; background: #e6e6e6; border-radius: 8px; opacity: 0.85;
142
+ }
143
+ </style>
144
+ </head>
145
+ <body>
146
+ <div id="render-target">
147
+
148
+ <div class="app-top">
149
+ <!-- Status bar -->
150
+ <div class="statusbar">
151
+ <div>12:16</div>
152
+ <div class="status-icons">
153
+ <!-- Wi-Fi -->
154
+ <svg width="50" height="34" viewBox="0 0 50 34">
155
+ <path d="M5 10c9-8 31-8 40 0" stroke="#fff" stroke-width="4" fill="none" stroke-linecap="round"/>
156
+ <path d="M11 16c6-5 22-5 28 0" stroke="#fff" stroke-width="4" fill="none" stroke-linecap="round"/>
157
+ <circle cx="25" cy="24" r="4" fill="#fff"/>
158
+ </svg>
159
+ <!-- Battery -->
160
+ <svg width="56" height="34" viewBox="0 0 56 34">
161
+ <rect x="4" y="6" width="44" height="22" rx="4" ry="4" stroke="#fff" stroke-width="4" fill="none"/>
162
+ <rect x="8" y="10" width="30" height="14" fill="#fff"/>
163
+ <rect x="50" y="12" width="6" height="10" rx="2" fill="#fff"/>
164
+ </svg>
165
+ </div>
166
+ </div>
167
+
168
+ <!-- Title row -->
169
+ <div class="title-row">
170
+ <!-- Hamburger -->
171
+ <svg width="72" height="72" viewBox="0 0 48 48">
172
+ <path d="M6 10h36v4H6zM6 22h36v4H6zM6 34h36v4H6z" fill="#fff"/>
173
+ </svg>
174
+ <div class="title-text">The Clock</div>
175
+ <div class="title-right">
176
+ <!-- Crescent -->
177
+ <svg width="64" height="64" viewBox="0 0 48 48">
178
+ <path d="M30 8c-6 3-10 10-10 16s4 13 10 16c-10 0-18-8-18-16S20 8 30 8z" fill="#fff"/>
179
+ </svg>
180
+ <!-- Gear -->
181
+ <svg width="64" height="64" viewBox="0 0 48 48">
182
+ <path d="M22 8h4l2 4 4-1 2 3-3 3 3 3-2 3-4-1-2 4h-4l-2-4-4 1-2-3 3-3-3-3 2-3 4 1 2-4zm2 8a8 8 0 1 1 0 16 8 8 0 0 1 0-16z" fill="#fff"/>
183
+ </svg>
184
+ </div>
185
+ </div>
186
+
187
+ <!-- Tabs -->
188
+ <div class="tabs">
189
+ <div class="tab">
190
+ <!-- Alarm icon -->
191
+ <svg viewBox="0 0 48 48">
192
+ <circle cx="24" cy="26" r="14" stroke="#fff" stroke-width="3" fill="none"/>
193
+ <path d="M24 26l0-8M24 26l6 4" stroke="#fff" stroke-width="3" stroke-linecap="round"/>
194
+ <path d="M10 12l6-5M38 12l-6-5" stroke="#fff" stroke-width="3" stroke-linecap="round"/>
195
+ </svg>
196
+ <div class="tab-label">Alarms</div>
197
+ </div>
198
+ <div class="tab">
199
+ <!-- Clock icon -->
200
+ <svg viewBox="0 0 48 48">
201
+ <circle cx="24" cy="24" r="18" stroke="#fff" stroke-width="3" fill="none"/>
202
+ <path d="M24 12v12l8 4" stroke="#fff" stroke-width="3" stroke-linecap="round"/>
203
+ </svg>
204
+ <div class="tab-label">Clock</div>
205
+ </div>
206
+ <div class="tab active">
207
+ <!-- Timer (stopwatch) -->
208
+ <svg viewBox="0 0 48 48">
209
+ <rect x="18" y="6" width="12" height="4" fill="#fff"/>
210
+ <circle cx="24" cy="28" r="16" stroke="#fff" stroke-width="3" fill="none"/>
211
+ <path d="M24 18v10l6 3" stroke="#fff" stroke-width="3" stroke-linecap="round"/>
212
+ </svg>
213
+ <div class="tab-label">Timer</div>
214
+ </div>
215
+ <div class="tab">
216
+ <!-- Stopwatch icon -->
217
+ <svg viewBox="0 0 48 48">
218
+ <rect x="20" y="6" width="8" height="4" fill="#fff"/>
219
+ <circle cx="24" cy="28" r="16" stroke="#fff" stroke-width="3" fill="none"/>
220
+ <path d="M24 20l8 8" stroke="#fff" stroke-width="3" stroke-linecap="round"/>
221
+ </svg>
222
+ <div class="tab-label">Stopwatch</div>
223
+ </div>
224
+ </div>
225
+ <div class="tab-indicator" style="margin-top: 10px;"></div>
226
+ </div>
227
+
228
+ <!-- Main content -->
229
+ <div class="content" style="height: 1460px;">
230
+ <div class="timer-card">
231
+ <div class="timer-header">
232
+ <!-- Pencil icon -->
233
+ <svg class="pencil-icon" viewBox="0 0 24 24">
234
+ <path d="M3 17l0 4 4 0 10-10-4-4L3 17zM14 3l4 4" fill="#d43d4f"/>
235
+ </svg>
236
+ <div>Timer 1</div>
237
+ </div>
238
+
239
+ <div class="divider"></div>
240
+
241
+ <div class="timer-row">
242
+ <div class="time-left">
243
+ <!-- Trash icon -->
244
+ <svg class="trash-icon" viewBox="0 0 24 24">
245
+ <path d="M7 6h10v2H7zM9 8h6v12H9zM5 8h14v2H5z" fill="#bdbdbd"/>
246
+ </svg>
247
+ <div class="time-text">00:05:00</div>
248
+ </div>
249
+ <div class="play-btn">
250
+ <svg viewBox="0 0 48 48">
251
+ <path d="M18 12l20 12-20 12z" fill="#111"/>
252
+ </svg>
253
+ </div>
254
+ </div>
255
+ </div>
256
+ </div>
257
+
258
+ <!-- Floating Add Button -->
259
+ <div class="fab"><span>+</span></div>
260
+
261
+ <!-- Ad banner -->
262
+ <div class="ad-wrap">
263
+ <div class="ad-top-stripe"></div>
264
+ <div class="ad-card">
265
+ <div class="ad-img">[IMG: App Icon]</div>
266
+ <div class="ad-texts">
267
+ <div class="ad-sub">Play Store</div>
268
+ <div class="ad-title">Triple Tile: Match Puzzle Game</div>
269
+ </div>
270
+ <div class="ad-cta">GET</div>
271
+ </div>
272
+ </div>
273
+
274
+ <!-- Home indicator -->
275
+ <div class="home-indicator"></div>
276
+
277
+ </div>
278
+ </body>
279
+ </html>
code/10324/10324_0.html ADDED
@@ -0,0 +1,272 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Weather History Screen</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, "Apple Color Emoji", "Segoe UI Emoji";
13
+ color: #E8EEF2;
14
+ }
15
+ #render-target {
16
+ width: 1080px;
17
+ height: 2400px;
18
+ position: relative;
19
+ overflow: hidden;
20
+ background: #1f2528;
21
+ }
22
+
23
+ /* Header */
24
+ .status-gradient {
25
+ position: absolute;
26
+ top: 0;
27
+ left: 0;
28
+ width: 1080px;
29
+ height: 120px;
30
+ background: linear-gradient(#0d1120, rgba(13,17,32,0.0));
31
+ z-index: 1;
32
+ }
33
+ .blue-header {
34
+ position: absolute;
35
+ top: 90px;
36
+ left: 0;
37
+ width: 1080px;
38
+ height: 210px;
39
+ background: #3f7df6;
40
+ z-index: 2;
41
+ }
42
+ .header-row {
43
+ display: flex;
44
+ align-items: center;
45
+ padding: 36px 44px;
46
+ gap: 26px;
47
+ }
48
+ .menu-btn {
49
+ width: 70px;
50
+ height: 70px;
51
+ border-radius: 12px;
52
+ display: flex;
53
+ align-items: center;
54
+ justify-content: center;
55
+ }
56
+ .menu-btn svg path { stroke: #EAF0FF; opacity: 0.95; }
57
+ .brand-wrap {
58
+ display: flex;
59
+ flex-direction: column;
60
+ line-height: 1.1;
61
+ }
62
+ .brand {
63
+ font-size: 34px;
64
+ color: rgba(255,255,255,0.75);
65
+ font-weight: 600;
66
+ letter-spacing: 0.2px;
67
+ }
68
+ .location {
69
+ margin-top: 8px;
70
+ font-size: 56px;
71
+ font-weight: 700;
72
+ color: #ffffff;
73
+ }
74
+ .location small {
75
+ font-size: 48px;
76
+ opacity: 0.9;
77
+ }
78
+ .spacer { flex: 1; }
79
+ .premium-btn {
80
+ background: rgba(255,255,255,0.35);
81
+ color: #243856;
82
+ border: none;
83
+ padding: 20px 36px;
84
+ font-weight: 800;
85
+ border-radius: 40px;
86
+ font-size: 34px;
87
+ }
88
+
89
+ /* Card / Content Area */
90
+ .card {
91
+ position: absolute;
92
+ top: 270px;
93
+ left: 0;
94
+ width: 1080px;
95
+ height: 1930px;
96
+ background: #2b3134;
97
+ border-top-left-radius: 36px;
98
+ border-top-right-radius: 36px;
99
+ z-index: 3;
100
+ box-shadow: 0 -6px 16px rgba(0,0,0,0.25) inset;
101
+ }
102
+ .grabber {
103
+ width: 180px;
104
+ height: 18px;
105
+ background: #80868b;
106
+ opacity: 0.45;
107
+ border-radius: 16px;
108
+ margin: 18px auto 10px auto;
109
+ }
110
+ .date-row {
111
+ display: flex;
112
+ align-items: center;
113
+ padding: 20px 44px 8px 44px;
114
+ }
115
+ .date-title {
116
+ flex: 1;
117
+ text-align: center;
118
+ font-size: 54px;
119
+ font-weight: 800;
120
+ color: #f4f6f8;
121
+ letter-spacing: 0.3px;
122
+ }
123
+ .unit {
124
+ position: absolute;
125
+ right: 44px;
126
+ top: 70px;
127
+ font-size: 36px;
128
+ color: rgba(255,255,255,0.6);
129
+ letter-spacing: 2px;
130
+ }
131
+
132
+ .tabs {
133
+ display: flex;
134
+ gap: 90px;
135
+ padding: 26px 44px 0 44px;
136
+ align-items: flex-end;
137
+ color: rgba(255,255,255,0.85);
138
+ }
139
+ .tab {
140
+ font-size: 40px;
141
+ padding-bottom: 22px;
142
+ color: rgba(255,255,255,0.8);
143
+ }
144
+ .tab.active {
145
+ color: #ffffff;
146
+ border-bottom: 6px solid #f47b3a;
147
+ }
148
+ .divider {
149
+ height: 2px;
150
+ background: #3a4044;
151
+ margin: 0 0 34px 0;
152
+ }
153
+ .labels {
154
+ display: flex;
155
+ justify-content: flex-end;
156
+ gap: 120px;
157
+ padding: 0 60px 0 60px;
158
+ color: rgba(255,255,255,0.45);
159
+ font-size: 30px;
160
+ letter-spacing: 3px;
161
+ }
162
+
163
+ .rows {
164
+ margin-top: 36px;
165
+ }
166
+ .row {
167
+ display: grid;
168
+ grid-template-columns: 1fr 220px 220px;
169
+ align-items: center;
170
+ padding: 34px 60px;
171
+ border-bottom: 2px solid #3a4044;
172
+ column-gap: 40px;
173
+ }
174
+ .row:last-child { border-bottom: none; }
175
+ .row .label {
176
+ font-size: 44px;
177
+ color: rgba(255,255,255,0.9);
178
+ }
179
+ .val {
180
+ text-align: right;
181
+ font-size: 72px;
182
+ font-weight: 800;
183
+ color: #ffffff;
184
+ }
185
+ .val.dim { color: #dfe6ea; opacity: 0.9; }
186
+
187
+ /* Bottom gesture / system bar */
188
+ .bottom-bar {
189
+ position: absolute;
190
+ bottom: 0;
191
+ left: 0;
192
+ width: 1080px;
193
+ height: 140px;
194
+ background: #000000;
195
+ display: flex;
196
+ align-items: center;
197
+ justify-content: center;
198
+ }
199
+ .home-indicator {
200
+ width: 260px;
201
+ height: 14px;
202
+ border-radius: 10px;
203
+ background: #e6e6e6;
204
+ opacity: 0.9;
205
+ }
206
+ </style>
207
+ </head>
208
+ <body>
209
+ <div id="render-target">
210
+ <div class="status-gradient"></div>
211
+
212
+ <div class="blue-header">
213
+ <div class="header-row">
214
+ <div class="menu-btn" aria-label="Menu">
215
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
216
+ <path d="M3 6h18M3 12h18M3 18h18" stroke-width="2.4" stroke-linecap="round"/>
217
+ </svg>
218
+ </div>
219
+ <div class="brand-wrap">
220
+ <div class="brand">AccuWeather</div>
221
+ <div class="location">Orléans, FR <small>▾</small></div>
222
+ </div>
223
+ <div class="spacer"></div>
224
+ <button class="premium-btn">GET PREMIUM+</button>
225
+ </div>
226
+ </div>
227
+
228
+ <div class="card">
229
+ <div class="grabber"></div>
230
+
231
+ <div class="date-row">
232
+ <div class="date-title">Saturday, September 23</div>
233
+ <div class="unit">°F</div>
234
+ </div>
235
+
236
+ <div class="tabs">
237
+ <div class="tab">Day</div>
238
+ <div class="tab">Night</div>
239
+ <div class="tab active">History</div>
240
+ </div>
241
+ <div class="divider"></div>
242
+
243
+ <div class="labels">
244
+ <div>HIGH</div>
245
+ <div>LOW</div>
246
+ </div>
247
+
248
+ <div class="rows">
249
+ <div class="row">
250
+ <div class="label">Today's Forecast</div>
251
+ <div class="val">64°</div>
252
+ <div class="val dim">41°</div>
253
+ </div>
254
+ <div class="row">
255
+ <div class="label">Historical Average</div>
256
+ <div class="val">68°</div>
257
+ <div class="val dim">51°</div>
258
+ </div>
259
+ <div class="row">
260
+ <div class="label">Last Year on this Date</div>
261
+ <div class="val">72°</div>
262
+ <div class="val dim">46°</div>
263
+ </div>
264
+ </div>
265
+ </div>
266
+
267
+ <div class="bottom-bar">
268
+ <div class="home-indicator"></div>
269
+ </div>
270
+ </div>
271
+ </body>
272
+ </html>
code/10324/10324_1.html ADDED
@@ -0,0 +1,472 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Weather 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: linear-gradient(180deg, #2f7cf6 0%, #2766e0 100%);
15
+ color: #ffffff;
16
+ }
17
+
18
+ /* Status bar (notch area) */
19
+ .status-bar {
20
+ position: absolute;
21
+ left: 0; top: 0;
22
+ width: 1080px; height: 120px;
23
+ background: #0e1320;
24
+ }
25
+
26
+ /* Header */
27
+ .app-header {
28
+ position: absolute;
29
+ top: 120px; left: 0; right: 0;
30
+ height: 190px;
31
+ padding: 0 48px;
32
+ display: flex;
33
+ align-items: center;
34
+ justify-content: space-between;
35
+ }
36
+ .header-left {
37
+ display: flex; align-items: center; gap: 28px;
38
+ }
39
+ .brand {
40
+ display: flex; flex-direction: column; line-height: 1.1;
41
+ }
42
+ .brand .small {
43
+ font-size: 34px; opacity: 0.95; font-weight: 700; display: flex; align-items: center; gap: 10px;
44
+ }
45
+ .brand .location {
46
+ font-size: 46px; font-weight: 800;
47
+ }
48
+ .premium-btn {
49
+ background: #ffffff;
50
+ color: #ff6a2b;
51
+ padding: 16px 28px;
52
+ border-radius: 40px;
53
+ font-weight: 800;
54
+ font-size: 34px;
55
+ white-space: nowrap;
56
+ border: 2px solid rgba(0,0,0,0.05);
57
+ }
58
+ .divider {
59
+ position: absolute; left: 0; right: 0; top: 310px; height: 2px; background: rgba(255,255,255,0.2);
60
+ }
61
+
62
+ /* Controls row */
63
+ .controls {
64
+ position: absolute;
65
+ top: 330px; left: 0; right: 0;
66
+ padding: 30px 48px 10px;
67
+ display: flex;
68
+ align-items: center;
69
+ justify-content: space-between;
70
+ }
71
+ .month {
72
+ font-size: 58px; font-weight: 700;
73
+ }
74
+ .toggle {
75
+ display: flex; align-items: center; gap: 18px;
76
+ }
77
+ .segmented {
78
+ display: flex; align-items: center;
79
+ border: 3px solid rgba(255,255,255,0.6);
80
+ border-radius: 48px;
81
+ overflow: hidden;
82
+ }
83
+ .segmented .seg {
84
+ padding: 18px 34px;
85
+ font-size: 36px;
86
+ font-weight: 800;
87
+ letter-spacing: 1px;
88
+ }
89
+ .segmented .active {
90
+ background: #ffffff; color: #1e5fe0;
91
+ }
92
+ .unit {
93
+ font-size: 40px; opacity: 0.9; margin-left: 10px;
94
+ }
95
+
96
+ /* Days grid */
97
+ .days {
98
+ position: absolute;
99
+ top: 440px; left: 0; right: 0;
100
+ height: 1030px;
101
+ padding: 0 24px 0 24px;
102
+ display: grid;
103
+ grid-template-columns: repeat(6, 1fr);
104
+ gap: 0;
105
+ }
106
+ .day-col {
107
+ display: flex; flex-direction: column;
108
+ align-items: center;
109
+ border-left: 1px solid rgba(255,255,255,0.18);
110
+ position: relative;
111
+ }
112
+ .day-col:first-child { border-left: none; }
113
+ .day-head {
114
+ height: 120px;
115
+ display: flex; align-items: center; justify-content: center; gap: 16px;
116
+ font-size: 34px; font-weight: 700; opacity: 0.95;
117
+ width: 100%;
118
+ }
119
+ .date-badge {
120
+ width: 76px; height: 76px; border-radius: 50%;
121
+ background: #ffffff; color: #1e5fe0;
122
+ display: flex; align-items: center; justify-content: center;
123
+ font-weight: 800; font-size: 34px;
124
+ }
125
+ .date-plain { font-size: 34px; opacity: 0.8; }
126
+ .weather-icon {
127
+ width: 76px; height: 76px; margin-top: 14px; margin-bottom: 12px;
128
+ opacity: 0.95;
129
+ }
130
+ .temp-top { font-size: 44px; font-weight: 800; margin-bottom: 6px; }
131
+ .bar-wrap {
132
+ height: 720px; width: 120px;
133
+ display: flex; align-items: flex-end; justify-content: center;
134
+ }
135
+ .temp-bar {
136
+ width: 120px; border-radius: 60px;
137
+ background: linear-gradient(180deg, #ffffff 0%, rgba(255,255,255,0.45) 60%, rgba(255,255,255,0.25) 100%);
138
+ }
139
+ .temp-bottom { font-size: 34px; opacity: 0.75; margin-top: 10px; }
140
+ .precip {
141
+ position: absolute; bottom: 22px; left: 0; right: 0;
142
+ display: flex; align-items: center; justify-content: center; gap: 10px;
143
+ font-size: 32px; opacity: 0.9;
144
+ }
145
+ .precip svg { opacity: 0.9; }
146
+
147
+ /* Bottom detail sheet */
148
+ .detail-sheet {
149
+ position: absolute;
150
+ left: 0; right: 0; bottom: 220px;
151
+ height: 430px;
152
+ background: #2d3238;
153
+ border-top-left-radius: 46px;
154
+ border-top-right-radius: 46px;
155
+ color: #e9eef4;
156
+ box-shadow: 0 -8px 20px rgba(0,0,0,0.25);
157
+ }
158
+ .sheet-handle {
159
+ width: 180px; height: 14px; border-radius: 8px;
160
+ background: #6f767d; margin: 20px auto 0;
161
+ }
162
+ .sheet-title {
163
+ text-align: center; font-size: 44px; font-weight: 800; margin-top: 28px;
164
+ }
165
+ .sheet-tabs {
166
+ margin-top: 34px;
167
+ display: flex; justify-content: space-around; align-items: center;
168
+ font-size: 36px;
169
+ }
170
+ .tab {
171
+ position: relative; padding: 12px 18px; color: #e9eef4;
172
+ }
173
+ .tab.active::after {
174
+ content: ""; position: absolute; left: 0; right: 0; bottom: -8px;
175
+ height: 6px; background: #ff7a2e; border-radius: 4px;
176
+ }
177
+
178
+ /* Bottom navigation */
179
+ .bottom-nav {
180
+ position: absolute; left: 0; right: 0; bottom: 70px;
181
+ height: 180px;
182
+ background: rgba(24,96,220,0.9);
183
+ display: grid; grid-template-columns: repeat(4, 1fr);
184
+ align-items: center; text-align: center;
185
+ color: rgba(255,255,255,0.85);
186
+ }
187
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 14px; }
188
+ .nav-item svg { width: 64px; height: 64px; }
189
+ .nav-item span { font-size: 32px; }
190
+ .nav-item.active span { color: #ffffff; font-weight: 800; }
191
+
192
+ /* Home indicator area */
193
+ .gesture-area {
194
+ position: absolute; left: 0; bottom: 0; width: 1080px; height: 70px; background: #000000;
195
+ }
196
+ .home-indicator {
197
+ position: absolute; left: 50%; transform: translateX(-50%);
198
+ bottom: 18px; width: 320px; height: 10px; background: #e9e9e9; border-radius: 8px;
199
+ }
200
+ </style>
201
+ </head>
202
+ <body>
203
+ <div id="render-target">
204
+ <!-- Status bar -->
205
+ <div class="status-bar"></div>
206
+
207
+ <!-- Header -->
208
+ <div class="app-header">
209
+ <div class="header-left">
210
+ <!-- Hamburger -->
211
+ <svg width="52" height="52" viewBox="0 0 24 24" fill="none">
212
+ <rect x="3" y="6" width="18" height="2" fill="white"></rect>
213
+ <rect x="3" y="11" width="18" height="2" fill="white"></rect>
214
+ <rect x="3" y="16" width="18" height="2" fill="white"></rect>
215
+ </svg>
216
+ <div class="brand">
217
+ <div class="small">
218
+ <!-- small sun gear icon -->
219
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="none">
220
+ <circle cx="12" cy="12" r="4" stroke="white" stroke-width="2"></circle>
221
+ <g stroke="white" stroke-width="2">
222
+ <line x1="12" y1="1.5" x2="12" y2="4.5"></line>
223
+ <line x1="12" y1="19.5" x2="12" y2="22.5"></line>
224
+ <line x1="1.5" y1="12" x2="4.5" y2="12"></line>
225
+ <line x1="19.5" y1="12" x2="22.5" y2="12"></line>
226
+ <line x1="4.2" y1="4.2" x2="6.4" y2="6.4"></line>
227
+ <line x1="17.6" y1="17.6" x2="19.8" y2="19.8"></line>
228
+ <line x1="17.6" y1="6.4" x2="19.8" y2="4.2"></line>
229
+ <line x1="4.2" y1="19.8" x2="6.4" y2="17.6"></line>
230
+ </g>
231
+ </svg>
232
+ AccuWeather
233
+ </div>
234
+ <div class="location">
235
+ Orléans, FR
236
+ <svg width="22" height="22" viewBox="0 0 24 24" style="vertical-align: middle;">
237
+ <path fill="white" d="M7 10l5 5 5-5H7z"></path>
238
+ </svg>
239
+ </div>
240
+ </div>
241
+ </div>
242
+ <div class="premium-btn">GET PREMIUM+</div>
243
+ </div>
244
+ <div class="divider"></div>
245
+
246
+ <!-- Controls -->
247
+ <div class="controls">
248
+ <div class="month">September</div>
249
+ <div class="toggle">
250
+ <div class="segmented">
251
+ <div class="seg active">BY DAY</div>
252
+ <div class="seg" style="color:#ffffff;">45 DAYS</div>
253
+ </div>
254
+ <div class="unit">°F</div>
255
+ </div>
256
+ </div>
257
+
258
+ <!-- Days grid -->
259
+ <div class="days">
260
+ <!-- Day 1 -->
261
+ <div class="day-col">
262
+ <div class="day-head">
263
+ <div>S</div>
264
+ <div class="date-badge">23</div>
265
+ </div>
266
+ <!-- icon: sun behind small cloud -->
267
+ <svg class="weather-icon" viewBox="0 0 48 48">
268
+ <circle cx="20" cy="20" r="9" stroke="white" stroke-width="3" fill="none"></circle>
269
+ <path d="M30 28c-4 0-6 2-6 5h16c0-4-3-5-5-5h-5z" fill="none" stroke="white" stroke-width="3" stroke-linecap="round"></path>
270
+ </svg>
271
+ <div class="temp-top">64°</div>
272
+ <div class="bar-wrap">
273
+ <div class="temp-bar" style="height: 520px;"></div>
274
+ </div>
275
+ <div class="temp-bottom">41°</div>
276
+ <div class="precip">
277
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="none">
278
+ <path d="M12 3l4 6a5 5 0 11-8 0l4-6z" stroke="white" stroke-width="2" fill="none"></path>
279
+ </svg>
280
+ <span>25%</span>
281
+ </div>
282
+ </div>
283
+
284
+ <!-- Day 2 -->
285
+ <div class="day-col">
286
+ <div class="day-head">
287
+ <div>S</div>
288
+ <div class="date-plain">24</div>
289
+ </div>
290
+ <!-- sun icon -->
291
+ <svg class="weather-icon" viewBox="0 0 48 48">
292
+ <circle cx="24" cy="24" r="9" stroke="white" stroke-width="3" fill="none"></circle>
293
+ <g stroke="white" stroke-width="3">
294
+ <line x1="24" y1="6" x2="24" y2="12"></line>
295
+ <line x1="24" y1="36" x2="24" y2="42"></line>
296
+ <line x1="6" y1="24" x2="12" y2="24"></line>
297
+ <line x1="36" y1="24" x2="42" y2="24"></line>
298
+ </g>
299
+ </svg>
300
+ <div class="temp-top">72°</div>
301
+ <div class="bar-wrap">
302
+ <div class="temp-bar" style="height: 600px;"></div>
303
+ </div>
304
+ <div class="temp-bottom">44°</div>
305
+ <div class="precip">
306
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="none">
307
+ <path d="M12 3l4 6a5 5 0 11-8 0l4-6z" stroke="white" stroke-width="2" fill="none"></path>
308
+ </svg>
309
+ <span>0%</span>
310
+ </div>
311
+ </div>
312
+
313
+ <!-- Day 3 -->
314
+ <div class="day-col">
315
+ <div class="day-head">
316
+ <div>M</div>
317
+ <div class="date-plain">25</div>
318
+ </div>
319
+ <!-- sun icon -->
320
+ <svg class="weather-icon" viewBox="0 0 48 48">
321
+ <circle cx="24" cy="24" r="9" stroke="white" stroke-width="3" fill="none"></circle>
322
+ <g stroke="white" stroke-width="3">
323
+ <line x1="24" y1="6" x2="24" y2="12"></line>
324
+ <line x1="24" y1="36" x2="24" y2="42"></line>
325
+ <line x1="6" y1="24" x2="12" y2="24"></line>
326
+ <line x1="36" y1="24" x2="42" y2="24"></line>
327
+ </g>
328
+ </svg>
329
+ <div class="temp-top">77°</div>
330
+ <div class="bar-wrap">
331
+ <div class="temp-bar" style="height: 680px;"></div>
332
+ </div>
333
+ <div class="temp-bottom">49°</div>
334
+ <div class="precip">
335
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="none">
336
+ <path d="M12 3l4 6a5 5 0 11-8 0l4-6z" stroke="white" stroke-width="2" fill="none"></path>
337
+ </svg>
338
+ <span>1%</span>
339
+ </div>
340
+ </div>
341
+
342
+ <!-- Day 4 -->
343
+ <div class="day-col">
344
+ <div class="day-head">
345
+ <div>T</div>
346
+ <div class="date-plain">26</div>
347
+ </div>
348
+ <!-- sun + cloud -->
349
+ <svg class="weather-icon" viewBox="0 0 48 48">
350
+ <circle cx="20" cy="20" r="9" stroke="white" stroke-width="3" fill="none"></circle>
351
+ <path d="M30 28c-4 0-6 2-6 5h16c0-4-3-5-5-5h-5z" fill="none" stroke="white" stroke-width="3" stroke-linecap="round"></path>
352
+ </svg>
353
+ <div class="temp-top">78°</div>
354
+ <div class="bar-wrap">
355
+ <div class="temp-bar" style="height: 700px;"></div>
356
+ </div>
357
+ <div class="temp-bottom">54°</div>
358
+ <div class="precip">
359
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="none">
360
+ <path d="M12 3l4 6a5 5 0 11-8 0l4-6z" stroke="white" stroke-width="2" fill="none"></path>
361
+ </svg>
362
+ <span>1%</span>
363
+ </div>
364
+ </div>
365
+
366
+ <!-- Day 5 -->
367
+ <div class="day-col">
368
+ <div class="day-head">
369
+ <div>W</div>
370
+ <div class="date-plain">27</div>
371
+ </div>
372
+ <!-- cloud -->
373
+ <svg class="weather-icon" viewBox="0 0 48 48">
374
+ <path d="M16 28c0-4 3-8 8-8 4 0 7 2 8 6 3 0 6 2 6 6 0 3-2 6-6 6H20a6 6 0 01-4-10z" fill="none" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"></path>
375
+ </svg>
376
+ <div class="temp-top">74°</div>
377
+ <div class="bar-wrap">
378
+ <div class="temp-bar" style="height: 580px;"></div>
379
+ </div>
380
+ <div class="temp-bottom">56°</div>
381
+ <div class="precip">
382
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="none">
383
+ <path d="M12 3l4 6a5 5 0 11-8 0l4-6z" stroke="white" stroke-width="2" fill="none"></path>
384
+ </svg>
385
+ <span>18%</span>
386
+ </div>
387
+ </div>
388
+
389
+ <!-- Day 6 -->
390
+ <div class="day-col">
391
+ <div class="day-head">
392
+ <div>T</div>
393
+ <div class="date-plain">28</div>
394
+ </div>
395
+ <!-- cloud -->
396
+ <svg class="weather-icon" viewBox="0 0 48 48">
397
+ <path d="M16 28c0-4 3-8 8-8 4 0 7 2 8 6 3 0 6 2 6 6 0 3-2 6-6 6H20a6 6 0 01-4-10z" fill="none" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"></path>
398
+ </svg>
399
+ <div class="temp-top">76°</div>
400
+ <div class="bar-wrap">
401
+ <div class="temp-bar" style="height: 620px;"></div>
402
+ </div>
403
+ <div class="temp-bottom">55°</div>
404
+ <div class="precip">
405
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="none">
406
+ <path d="M12 3l4 6a5 5 0 11-8 0l4-6z" stroke="white" stroke-width="2" fill="none"></path>
407
+ </svg>
408
+ <span>9%</span>
409
+ </div>
410
+ </div>
411
+ </div>
412
+
413
+ <!-- Bottom detail sheet -->
414
+ <div class="detail-sheet">
415
+ <div class="sheet-handle"></div>
416
+ <div class="sheet-title">Saturday, September 23</div>
417
+ <div class="sheet-tabs">
418
+ <div class="tab">Day</div>
419
+ <div class="tab">Night</div>
420
+ <div class="tab active">History</div>
421
+ </div>
422
+ </div>
423
+
424
+ <!-- Bottom navigation -->
425
+ <div class="bottom-nav">
426
+ <div class="nav-item">
427
+ <!-- calendar outline -->
428
+ <svg viewBox="0 0 24 24" fill="none">
429
+ <rect x="3" y="5" width="18" height="16" rx="2" stroke="white" stroke-width="2" fill="none"></rect>
430
+ <line x1="3" y1="9" x2="21" y2="9" stroke="white" stroke-width="2"></line>
431
+ <line x1="8" y1="3" x2="8" y2="7" stroke="white" stroke-width="2"></line>
432
+ <line x1="16" y1="3" x2="16" y2="7" stroke="white" stroke-width="2"></line>
433
+ </svg>
434
+ <span>Today</span>
435
+ </div>
436
+ <div class="nav-item">
437
+ <!-- clock -->
438
+ <svg viewBox="0 0 24 24" fill="none">
439
+ <circle cx="12" cy="12" r="9" stroke="white" stroke-width="2"></circle>
440
+ <line x1="12" y1="7" x2="12" y2="12" stroke="white" stroke-width="2"></line>
441
+ <line x1="12" y1="12" x2="16" y2="14" stroke="white" stroke-width="2"></line>
442
+ </svg>
443
+ <span>Hourly</span>
444
+ </div>
445
+ <div class="nav-item active">
446
+ <!-- calendar filled style -->
447
+ <svg viewBox="0 0 24 24" fill="white">
448
+ <path d="M7 2h2v3H7V2zm8 0h2v3h-2V2z"></path>
449
+ <rect x="3" y="5" width="18" height="16" rx="2" fill="white" opacity="0.9"></rect>
450
+ <rect x="5" y="11" width="3" height="3" fill="#2766e0"></rect>
451
+ <rect x="10" y="11" width="3" height="3" fill="#2766e0"></rect>
452
+ </svg>
453
+ <span>Daily</span>
454
+ </div>
455
+ <div class="nav-item">
456
+ <!-- radar target -->
457
+ <svg viewBox="0 0 24 24" fill="none">
458
+ <circle cx="12" cy="12" r="8" stroke="white" stroke-width="2"></circle>
459
+ <circle cx="12" cy="12" r="4" stroke="white" stroke-width="2"></circle>
460
+ <line x1="12" y1="12" x2="20" y2="12" stroke="white" stroke-width="2"></line>
461
+ </svg>
462
+ <span>Radar &amp; Maps</span>
463
+ </div>
464
+ </div>
465
+
466
+ <!-- Gesture area -->
467
+ <div class="gesture-area">
468
+ <div class="home-indicator"></div>
469
+ </div>
470
+ </div>
471
+ </body>
472
+ </html>
code/10324/10324_2.html ADDED
@@ -0,0 +1,312 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>AccuWeather Radar Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: "Segoe UI", Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #0c0f14;
13
+ border-radius: 24px;
14
+ box-shadow: 0 18px 40px rgba(0,0,0,0.4);
15
+ color: #fff;
16
+ }
17
+ /* Top status bar (safe area) */
18
+ .statusbar {
19
+ height: 110px;
20
+ background: #0b1428;
21
+ }
22
+
23
+ /* App bar */
24
+ .appbar {
25
+ height: 190px;
26
+ background: #3B82F6;
27
+ display: flex;
28
+ align-items: center;
29
+ padding: 0 40px;
30
+ box-sizing: border-box;
31
+ position: relative;
32
+ }
33
+ .left-actions { display: flex; align-items: center; gap: 26px; }
34
+ .hamburger svg { width: 60px; height: 60px; }
35
+ .brand {
36
+ display: flex; align-items: center; gap: 12px;
37
+ font-weight: 700; font-size: 34px;
38
+ opacity: 0.95;
39
+ }
40
+ .brand .sun svg { width: 38px; height: 38px; }
41
+ .location {
42
+ position: absolute;
43
+ left: 160px;
44
+ bottom: 28px;
45
+ font-weight: 800; font-size: 48px;
46
+ }
47
+ .location .chev { display: inline-block; vertical-align: middle; margin-left: 8px; }
48
+ .premium-btn {
49
+ margin-left: auto;
50
+ background: #FF9F4A;
51
+ color: #fff;
52
+ font-weight: 800;
53
+ padding: 20px 34px;
54
+ border-radius: 40px;
55
+ font-size: 32px;
56
+ }
57
+
58
+ /* Legend strip */
59
+ .legend {
60
+ height: 140px;
61
+ background: #22272d;
62
+ display: flex;
63
+ align-items: center;
64
+ padding: 0 36px;
65
+ gap: 28px;
66
+ box-sizing: border-box;
67
+ }
68
+ .legend-item {
69
+ display: flex; flex-direction: column; align-items: center; gap: 12px;
70
+ }
71
+ .legend-swatch {
72
+ width: 220px; height: 42px; border-radius: 26px;
73
+ border: 1px solid rgba(255,255,255,0.2);
74
+ }
75
+ .legend-item span {
76
+ font-size: 26px; letter-spacing: 1px; color: #cfd8ff;
77
+ }
78
+ .rain { background: linear-gradient(90deg,#89d62f,#f2c62f,#f68b30,#e04f2b); }
79
+ .snow { background: linear-gradient(90deg,#cfe6ff,#a8caff,#6fa2ff,#1c49ff); }
80
+ .ice { background: linear-gradient(90deg,#e7b5cf,#d38fb5,#c06aa3,#a5488f); }
81
+ .mix { background: linear-gradient(90deg,#cbb8f1,#b19be9,#8b72df,#6a4fd3); }
82
+
83
+ /* Map placeholder */
84
+ .map {
85
+ position: relative;
86
+ height: 1710px;
87
+ display: flex; align-items: center; justify-content: center;
88
+ background: #E0E0E0; border-top: 1px solid #BDBDBD; border-bottom: 1px solid #BDBDBD;
89
+ color: #757575; font-size: 40px; font-weight: 700;
90
+ }
91
+ .map-label {
92
+ position: absolute; top: 50%; left: 50%;
93
+ transform: translate(-50%, -50%);
94
+ padding: 16px 24px; border: 1px solid #BDBDBD;
95
+ background: rgba(255,255,255,0.6); color: #555; border-radius: 10px;
96
+ }
97
+
98
+ /* Overlay chips on map */
99
+ .overlay-chips {
100
+ position: absolute; top: 90px; left: 40px;
101
+ display: flex; gap: 26px;
102
+ }
103
+ .chip {
104
+ background: rgba(32,36,42,0.95);
105
+ color: #fff; border-radius: 60px;
106
+ padding: 22px 34px; font-size: 30px; font-weight: 700;
107
+ display: flex; align-items: center; gap: 16px;
108
+ box-shadow: 0 8px 18px rgba(0,0,0,0.25);
109
+ }
110
+ .chip svg { width: 38px; height: 38px; }
111
+
112
+ /* Timeline scrubber */
113
+ .timeline {
114
+ position: absolute; left: 40px; right: 40px; bottom: 180px;
115
+ height: 180px; background: #232a31; border-radius: 90px; color: #E8EEF8;
116
+ display: flex; align-items: center; gap: 26px; padding: 0 40px; box-sizing: border-box;
117
+ box-shadow: 0 14px 28px rgba(0,0,0,0.35);
118
+ }
119
+ .play-circle {
120
+ width: 110px; height: 110px; border-radius: 55px;
121
+ background: #1c2228; display: flex; align-items: center; justify-content: center;
122
+ border: 1px solid rgba(255,255,255,0.08);
123
+ }
124
+ .time-label { font-size: 32px; font-weight: 700; margin-right: 12px; color: #AFC3DA; }
125
+ .slider {
126
+ flex: 1; display: flex; align-items: center; gap: 16px;
127
+ }
128
+ .bar-bg {
129
+ height: 26px; background: #ffffff; border-radius: 16px; flex: 0 0 520px;
130
+ }
131
+ .ticks {
132
+ height: 0; border-top: 6px dotted rgba(255,255,255,0.65);
133
+ flex: 1;
134
+ }
135
+ .now {
136
+ font-size: 40px; font-weight: 900; margin-left: 16px; color: #ffffff;
137
+ }
138
+ .right-time { font-size: 30px; font-weight: 700; color: #AFC3DA; margin-left: auto; }
139
+
140
+ .brands {
141
+ position: absolute; bottom: 38px; left: 40px; right: 40px;
142
+ display: flex; align-items: center; justify-content: space-between; color: #2c2c2c;
143
+ font-weight: 800; font-size: 36px;
144
+ }
145
+ .brands .info {
146
+ width: 36px; height: 36px; border-radius: 18px; border: 2px solid #2c2c2c;
147
+ display: inline-flex; align-items: center; justify-content: center; font-size: 26px;
148
+ margin-left: 12px;
149
+ }
150
+ .accu {
151
+ display: flex; align-items: center; gap: 12px; color: #2c2c2c;
152
+ }
153
+ .accu svg { width: 34px; height: 34px; }
154
+
155
+ /* Bottom nav bar */
156
+ .bottom-nav {
157
+ position: absolute; left: 0; right: 0; bottom: 0;
158
+ height: 210px; background: #3B82F6;
159
+ display: flex; align-items: center; justify-content: space-around;
160
+ border-top-left-radius: 26px; border-top-right-radius: 26px;
161
+ }
162
+ .nav-item {
163
+ width: 24%; text-align: center; color: #DCE8FF;
164
+ }
165
+ .nav-item .icon { width: 70px; height: 70px; margin: 0 auto 12px; }
166
+ .nav-item span { font-size: 30px; font-weight: 700; }
167
+ .nav-item.active span { color: #ffffff; }
168
+ .nav-item.active .icon svg { fill: #fff; stroke: #fff; }
169
+ .nav-item .icon svg { fill: none; stroke: #ffffff; stroke-width: 3; }
170
+ </style>
171
+ </head>
172
+ <body>
173
+ <div id="render-target">
174
+
175
+ <div class="statusbar"></div>
176
+
177
+ <div class="appbar">
178
+ <div class="left-actions">
179
+ <div class="hamburger">
180
+ <svg viewBox="0 0 24 24">
181
+ <path d="M3 6h18M3 12h18M3 18h18" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
182
+ </svg>
183
+ </div>
184
+ <div class="brand">
185
+ <span class="sun">
186
+ <svg viewBox="0 0 24 24">
187
+ <circle cx="12" cy="12" r="4" fill="#fff"/>
188
+ <path d="M12 2v3M12 19v3M2 12h3M19 12h3M4.5 4.5l2.1 2.1M17.4 17.4l2.1 2.1M19.5 4.5l-2.1 2.1M6.6 17.4L4.5 19.5" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
189
+ </svg>
190
+ </span>
191
+ AccuWeather
192
+ </div>
193
+ </div>
194
+
195
+ <div class="premium-btn">GET PREMIUM+</div>
196
+
197
+ <div class="location">
198
+ Orléans, FR
199
+ <span class="chev">
200
+ <svg width="36" height="36" viewBox="0 0 24 24">
201
+ <path d="M6 9l6 6 6-6" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
202
+ </svg>
203
+ </span>
204
+ </div>
205
+ </div>
206
+
207
+ <div class="legend">
208
+ <div class="legend-item">
209
+ <div class="legend-swatch rain"></div>
210
+ <span>RAIN</span>
211
+ </div>
212
+ <div class="legend-item">
213
+ <div class="legend-swatch snow"></div>
214
+ <span>SNOW</span>
215
+ </div>
216
+ <div class="legend-item">
217
+ <div class="legend-swatch ice"></div>
218
+ <span>ICE</span>
219
+ </div>
220
+ <div class="legend-item">
221
+ <div class="legend-swatch mix"></div>
222
+ <span>MIX</span>
223
+ </div>
224
+ </div>
225
+
226
+ <div class="map">
227
+ <div class="map-label">[IMG: Dark Weather Map - France]</div>
228
+
229
+ <div class="overlay-chips">
230
+ <div class="chip">
231
+ <svg viewBox="0 0 24 24">
232
+ <path d="M4 8l8-3 8 3-8 3-8-3zM4 13l8-3 8 3-8 3-8-3z" fill="#fff"/>
233
+ </svg>
234
+ ALL MAPS
235
+ </div>
236
+ <div class="chip">CLOUDS</div>
237
+ <div class="chip">TEMPERATURE</div>
238
+ </div>
239
+
240
+ <div class="timeline">
241
+ <div class="play-circle">
242
+ <svg viewBox="0 0 24 24">
243
+ <circle cx="12" cy="12" r="10" fill="none" stroke="#7f8b99" stroke-width="2"/>
244
+ <path d="M10 8l7 4-7 4z" fill="#fff"/>
245
+ </svg>
246
+ </div>
247
+ <div class="time-label">7:15 PM</div>
248
+ <div class="slider">
249
+ <div class="bar-bg"></div>
250
+ <div class="ticks"></div>
251
+ <div class="now">NOW</div>
252
+ </div>
253
+ <div class="right-time">9:00 PM CEST</div>
254
+ </div>
255
+
256
+ <div class="brands">
257
+ <div>
258
+ mapbox <span class="info">i</span>
259
+ </div>
260
+ <div class="accu">
261
+ <svg viewBox="0 0 24 24">
262
+ <circle cx="12" cy="12" r="4" fill="#2c2c2c"/>
263
+ <path d="M12 2v3M12 19v3M2 12h3M19 12h3M4.5 4.5l2.1 2.1M17.4 17.4l2.1 2.1M19.5 4.5l-2.1 2.1M6.6 17.4L4.5 19.5" stroke="#2c2c2c" stroke-width="2" stroke-linecap="round"/>
264
+ </svg>
265
+ AccuWeather
266
+ </div>
267
+ </div>
268
+ </div>
269
+
270
+ <div class="bottom-nav">
271
+ <div class="nav-item">
272
+ <div class="icon">
273
+ <svg viewBox="0 0 24 24">
274
+ <rect x="4" y="6" width="16" height="14" rx="2"/>
275
+ <path d="M8 3v6M16 3v6M4 10h16"/>
276
+ </svg>
277
+ </div>
278
+ <span>Today</span>
279
+ </div>
280
+ <div class="nav-item">
281
+ <div class="icon">
282
+ <svg viewBox="0 0 24 24">
283
+ <circle cx="12" cy="12" r="9"/>
284
+ <path d="M12 7v6l4 2"/>
285
+ </svg>
286
+ </div>
287
+ <span>Hourly</span>
288
+ </div>
289
+ <div class="nav-item">
290
+ <div class="icon">
291
+ <svg viewBox="0 0 24 24">
292
+ <rect x="4" y="6" width="16" height="14" rx="2"/>
293
+ <path d="M4 10h16M8 14h8"/>
294
+ </svg>
295
+ </div>
296
+ <span>Daily</span>
297
+ </div>
298
+ <div class="nav-item active">
299
+ <div class="icon">
300
+ <svg viewBox="0 0 24 24">
301
+ <circle cx="12" cy="12" r="9"/>
302
+ <circle cx="12" cy="12" r="5"/>
303
+ <path d="M12 3v3M12 18v3M3 12h3M18 12h3"/>
304
+ </svg>
305
+ </div>
306
+ <span>Radar & Maps</span>
307
+ </div>
308
+ </div>
309
+
310
+ </div>
311
+ </body>
312
+ </html>
code/10325/10325_0.html ADDED
@@ -0,0 +1,248 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Gmail Dark UI Mock</title>
6
+ <style>
7
+ body{margin:0;padding:0;background:transparent;font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial;}
8
+ #render-target{
9
+ width:1080px;height:2400px;position:relative;overflow:hidden;
10
+ background:#121212;color:#EDEDED;
11
+ }
12
+ /* Top status bar */
13
+ .statusbar{
14
+ height:110px;display:flex;align-items:center;justify-content:space-between;
15
+ padding:0 40px;color:#EDEDED;font-weight:600;font-size:40px;
16
+ }
17
+ .status-icons{display:flex;gap:26px;align-items:center;}
18
+ .iconDot{width:14px;height:14px;background:#BDBDBD;border-radius:50%;}
19
+ .battery{display:flex;align-items:center;gap:16px;font-size:36px;}
20
+ .battery svg{width:46px;height:46px;fill:#EDEDED;}
21
+ /* Search bar */
22
+ .search-wrap{padding:10px 40px 20px;}
23
+ .searchbar{
24
+ height:140px;background:#2A2A2A;border-radius:80px;display:flex;align-items:center;
25
+ padding:0 36px;position:relative;
26
+ }
27
+ .menu-icon{width:72px;height:72px;margin-right:24px;}
28
+ .menu-icon svg{width:100%;height:100%;fill:#EDEDED;}
29
+ .search-placeholder{flex:1;color:#BEBEBE;font-size:44px;}
30
+ .avatar{
31
+ width:110px;height:110px;border-radius:55px;background:#5A473A;
32
+ display:flex;align-items:center;justify-content:center;font-weight:700;font-size:52px;
33
+ position:relative;color:#F3D5B5;
34
+ }
35
+ .badge{
36
+ position:absolute;right:-6px;top:-6px;width:44px;height:44px;background:#E8C54A;
37
+ border-radius:50%;display:flex;align-items:center;justify-content:center;color:#2A2A2A;
38
+ font-weight:900;font-size:34px;
39
+ }
40
+ /* Section title */
41
+ .section-title{padding:28px 40px 10px;font-size:40px;color:#CFCFCF;}
42
+ /* Promotions tile */
43
+ .promo-row{padding:18px 40px;border-top:1px solid #1E1E1E;border-bottom:1px solid #1E1E1E;}
44
+ .promo-card{display:flex;align-items:center;gap:28px;}
45
+ .tag-icon{
46
+ width:54px;height:54px;background:#1e3d28;border-radius:12px;display:flex;align-items:center;justify-content:center;
47
+ border:2px solid #2a6b3f;
48
+ }
49
+ .tag-icon svg{width:38px;height:38px;fill:#52C773;}
50
+ .promo-text{flex:1;}
51
+ .promo-title{font-size:46px;font-weight:700;color:#EDEDED;}
52
+ .promo-sub{font-size:40px;color:#BEBEBE;margin-top:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
53
+ .new-pill{
54
+ background:#3BAA69;color:#0d2917;font-weight:700;border-radius:36px;padding:10px 22px;font-size:40px;
55
+ }
56
+ /* Mail item rows */
57
+ .mail-row{padding:26px 40px;border-bottom:1px solid #1E1E1E;display:flex;gap:26px;position:relative;}
58
+ .avatar.small{width:92px;height:92px;border-radius:46px;font-size:44px;}
59
+ .avatar.gray{background:#3A3A3A;color:#DADADA;}
60
+ .avatar.purple{background:#6D5FD6;color:#F5F5FF;}
61
+ .avatar.yellow{background:#D6B037;color:#2A2000;}
62
+ .mail-content{flex:1;}
63
+ .first-line{display:flex;align-items:center;justify-content:space-between;}
64
+ .sender{font-size:46px;font-weight:700;}
65
+ .count{margin-left:14px;background:#323232;color:#BEBEBE;border-radius:18px;padding:6px 14px;font-size:34px;}
66
+ .date{font-size:36px;color:#9E9E9E;}
67
+ .subject{font-size:40px;color:#EDEDED;margin-top:6px;}
68
+ .snippet{font-size:38px;color:#AFAFAF;margin-top:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
69
+ .star{position:absolute;right:40px;top:44px;width:52px;height:52px;opacity:0.9;}
70
+ .star svg{width:100%;height:100%;stroke:#D6D6D6;fill:none;stroke-width:4;}
71
+ /* Bottom FAB */
72
+ .fab{
73
+ position:absolute;right:38px;bottom:520px;background:#3A3A3A;color:#FFFFFF;
74
+ border-radius:24px;padding:26px 34px;display:flex;align-items:center;gap:24px;
75
+ box-shadow:0 6px 20px rgba(0,0,0,0.4);font-size:44px;font-weight:600;
76
+ }
77
+ .fab svg{width:58px;height:58px;fill:#FFFFFF;}
78
+ /* Bottom strip mock */
79
+ .bottom-strip{
80
+ position:absolute;left:0;bottom:360px;width:1080px;height:160px;background:#1A1A1A;
81
+ display:flex;align-items:center;justify-content:center;gap:36px;
82
+ box-shadow:0 -6px 20px rgba(0,0,0,0.5);
83
+ }
84
+ .pill{
85
+ background:#2C2C2C;border-radius:40px;padding:20px 32px;color:#F5F5F5;display:flex;align-items:center;gap:18px;font-size:40px;
86
+ }
87
+ .pill .badgeCount{
88
+ background:#E3B5B5;color:#5A2A2A;border-radius:26px;padding:6px 16px;font-weight:700;
89
+ }
90
+ /* helper limit for long lines */
91
+ .ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
92
+ </style>
93
+ </head>
94
+ <body>
95
+ <div id="render-target">
96
+ <!-- Status bar -->
97
+ <div class="statusbar">
98
+ <div>6:19</div>
99
+ <div class="status-icons">
100
+ <div class="iconDot"></div>
101
+ <div class="iconDot"></div>
102
+ <div class="iconDot"></div>
103
+ </div>
104
+ <div class="battery">
105
+ <div>100%</div>
106
+ <svg viewBox="0 0 24 24"><path d="M22 10v4h-2v3a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v3h2zM18 7H4v10h14V7z"/></svg>
107
+ </div>
108
+ </div>
109
+
110
+ <!-- Search bar -->
111
+ <div class="search-wrap">
112
+ <div class="searchbar">
113
+ <div class="menu-icon">
114
+ <svg viewBox="0 0 24 24"><path d="M3 6h18v2H3zm0 5h18v2H3zm0 5h18v2H3z"/></svg>
115
+ </div>
116
+ <div class="search-placeholder">Search in mail</div>
117
+ <div class="avatar">
118
+ F
119
+ <div class="badge">!</div>
120
+ </div>
121
+ </div>
122
+ </div>
123
+
124
+ <!-- Primary section -->
125
+ <div class="section-title">Primary</div>
126
+
127
+ <!-- Promotions -->
128
+ <div class="promo-row">
129
+ <div class="promo-card">
130
+ <div class="tag-icon">
131
+ <svg viewBox="0 0 24 24"><path d="M3 7v10l5 5 13-13-5-5H3zm5 1.5A2.5 2.5 0 1 0 8 4a2.5 2.5 0 0 0 0 5.5z"/></svg>
132
+ </div>
133
+ <div class="promo-text">
134
+ <div class="promo-title">Promotions</div>
135
+ <div class="promo-sub ellipsis">Kitchen Stories, Scribd, Emma at Si...</div>
136
+ </div>
137
+ <div class="new-pill">10 new</div>
138
+ </div>
139
+ </div>
140
+
141
+ <!-- Email rows -->
142
+ <div class="mail-row">
143
+ <div class="avatar small purple">Q</div>
144
+ <div class="mail-content">
145
+ <div class="first-line">
146
+ <div class="sender">me, Quentin <span class="count">3</span></div>
147
+ <div class="date">Oct 13</div>
148
+ </div>
149
+ <div class="subject ellipsis">Important meeting time</div>
150
+ <div class="snippet ellipsis">Ok, see you then. On Fri, Oct 13, 2023, 8:48...</div>
151
+ </div>
152
+ <div class="star">
153
+ <svg viewBox="0 0 24 24"><path d="M12 17.3l-6.2 3.4 1.2-6.9L2 9.7l7-1 3-6 3 6 7 1-5 4.1 1.2 6.9z"/></svg>
154
+ </div>
155
+ </div>
156
+
157
+ <div class="mail-row">
158
+ <div class="avatar small gray"><div style="font-size:0;"> </div></div>
159
+ <div class="mail-content">
160
+ <div class="first-line">
161
+ <div class="sender">Kitchen Stories</div>
162
+ <div class="date">Oct 11</div>
163
+ </div>
164
+ <div class="subject ellipsis">Good news is just one click away!</div>
165
+ <div class="snippet ellipsis">Please confirm your registration to receive ...</div>
166
+ </div>
167
+ <div class="star">
168
+ <svg viewBox="0 0 24 24"><path d="M12 17.3l-6.2 3.4 1.2-6.9L2 9.7l7-1 3-6 3 6 7 1-5 4.1 1.2 6.9z"/></svg>
169
+ </div>
170
+ </div>
171
+
172
+ <div class="mail-row">
173
+ <div class="avatar small yellow">M</div>
174
+ <div class="mail-content">
175
+ <div class="first-line">
176
+ <div class="sender">me, Mail <span class="count">2</span></div>
177
+ <div class="date">Oct 4</div>
178
+ </div>
179
+ <div class="subject">(no subject)</div>
180
+ <div class="snippet ellipsis">Address not found Your message wasn't deli...</div>
181
+ </div>
182
+ <div class="star">
183
+ <svg viewBox="0 0 24 24"><path d="M12 17.3l-6.2 3.4 1.2-6.9L2 9.7l7-1 3-6 3 6 7 1-5 4.1 1.2 6.9z"/></svg>
184
+ </div>
185
+ </div>
186
+
187
+ <div class="mail-row">
188
+ <div class="avatar small gray"></div>
189
+ <div class="mail-content">
190
+ <div class="first-line">
191
+ <div class="sender">Delivery Much</div>
192
+ <div class="date">Oct 4</div>
193
+ </div>
194
+ <div class="subject">Código de verificação</div>
195
+ <div class="snippet ellipsis">Delivery Much Delivery Much Bem-vindo a...</div>
196
+ </div>
197
+ <div class="star">
198
+ <svg viewBox="0 0 24 24"><path d="M12 17.3l-6.2 3.4 1.2-6.9L2 9.7l7-1 3-6 3 6 7 1-5 4.1 1.2 6.9z"/></svg>
199
+ </div>
200
+ </div>
201
+
202
+ <div class="mail-row">
203
+ <div class="avatar small gray"></div>
204
+ <div class="mail-content">
205
+ <div class="first-line">
206
+ <div class="sender">Rappi</div>
207
+ <div class="date">Oct 3</div>
208
+ </div>
209
+ <div class="subject">Verifique seu email</div>
210
+ <div class="snippet ellipsis">E comece desfrutar da Rappi Oi Fabio 😊 Cli...</div>
211
+ </div>
212
+ <div class="star">
213
+ <svg viewBox="0 0 24 24"><path d="M12 17.3l-6.2 3.4 1.2-6.9L2 9.7l7-1 3-6 3 6 7 1-5 4.1 1.2 6.9z"/></svg>
214
+ </div>
215
+ </div>
216
+
217
+ <div class="mail-row">
218
+ <div class="avatar small gray"></div>
219
+ <div class="mail-content">
220
+ <div class="first-line">
221
+ <div class="sender">Scribd</div>
222
+ <div class="date">Sep 26</div>
223
+ </div>
224
+ <div class="subject">Welcome to Scribd!</div>
225
+ <div class="snippet ellipsis">Never stop growing with access to everythin...</div>
226
+ </div>
227
+ <div class="star">
228
+ <svg viewBox="0 0 24 24"><path d="M12 17.3l-6.2 3.4 1.2-6.9L2 9.7l7-1 3-6 3 6 7 1-5 4.1 1.2 6.9z"/></svg>
229
+ </div>
230
+ </div>
231
+
232
+ <!-- Bottom mini strip -->
233
+ <div class="bottom-strip">
234
+ <div class="pill">
235
+ <svg viewBox="0 0 24 24"><path d="M4 4h16v14H4zM6 6h12v10H6z"/></svg>
236
+ <span>Mail</span>
237
+ <span class="badgeCount">4</span>
238
+ </div>
239
+ </div>
240
+
241
+ <!-- Compose Floating Action -->
242
+ <div class="fab">
243
+ <svg viewBox="0 0 24 24"><path d="M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04a1 1 0 0 0 0-1.41l-2.34-2.34a1 1 0 0 0-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z"/></svg>
244
+ Compose
245
+ </div>
246
+ </div>
247
+ </body>
248
+ </html>
code/10325/10325_1.html ADDED
@@ -0,0 +1,346 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Gmail Dark UI Mock</title>
5
+ <style>
6
+ body { margin:0; padding:0; background: transparent; font-family: Roboto, Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width:1080px; height:2400px; position:relative; overflow:hidden;
9
+ background:#111316; color:#EDEDED;
10
+ }
11
+
12
+ /* Status bar */
13
+ .status-bar {
14
+ position:absolute; top:0; left:0; right:0;
15
+ height:90px; padding:0 36px;
16
+ display:flex; align-items:center; justify-content:space-between;
17
+ color:#DADADA; font-size:40px; letter-spacing:0.2px;
18
+ }
19
+ .status-right { display:flex; align-items:center; gap:24px; }
20
+ .battery {
21
+ display:flex; align-items:center; gap:10px; font-size:34px;
22
+ color:#fff;
23
+ }
24
+ .battery .cell {
25
+ width:64px; height:28px; border:3px solid #9E9E9E; border-radius:6px; position:relative;
26
+ }
27
+ .battery .cell::after {
28
+ content:""; position:absolute; top:4px; left:4px; right:4px; bottom:4px; background:#7CFF7A; border-radius:3px;
29
+ }
30
+ .battery .cap {
31
+ width:10px; height:14px; background:#9E9E9E; border-radius:2px; margin-left:6px;
32
+ }
33
+
34
+ /* App bar (selection mode) */
35
+ .appbar {
36
+ position:absolute; top:90px; left:0; right:0;
37
+ height:120px; padding:0 24px;
38
+ background:#1C1F23; display:flex; align-items:center; justify-content:space-between;
39
+ border-bottom:1px solid #2a2e31;
40
+ }
41
+ .app-left { display:flex; align-items:center; gap:26px; }
42
+ .icon-btn {
43
+ width:88px; height:88px; display:flex; align-items:center; justify-content:center;
44
+ border-radius:12px; color:#EDEDED;
45
+ }
46
+ .app-title { font-size:48px; font-weight:500; }
47
+ .app-actions { display:flex; align-items:center; gap:12px; }
48
+ .app-actions .icon-btn { width:88px; height:88px; }
49
+ svg { width:48px; height:48px; fill:none; stroke:#EDEDED; stroke-width:5px; }
50
+
51
+ /* Select all row */
52
+ .select-row {
53
+ position:absolute; top:210px; left:0; right:0; height:100px;
54
+ display:flex; align-items:center; padding:0 36px; gap:24px; color:#C9C9C9;
55
+ font-size:40px;
56
+ }
57
+ .checkbox {
58
+ width:56px; height:56px; border-radius:12px; border:3px solid #7f8b98;
59
+ display:flex; align-items:center; justify-content:center;
60
+ }
61
+ .checkbox svg { stroke:#7f8b98; width:42px; height:42px; }
62
+
63
+ /* List area */
64
+ .list {
65
+ position:absolute; top:310px; left:0; right:0; bottom:0;
66
+ padding-bottom:240px; overflow:hidden;
67
+ }
68
+ .email-item {
69
+ padding:30px 36px; border-bottom:1px solid #24282C;
70
+ display:flex; align-items:flex-start; gap:28px;
71
+ color:#ECECEC;
72
+ }
73
+ .avatar, .tag-icon {
74
+ width:84px; height:84px; border-radius:42px; background:#3A3F45;
75
+ display:flex; align-items:center; justify-content:center; color:#DADADA; font-weight:700; font-size:40px;
76
+ flex-shrink:0;
77
+ }
78
+ .tag-icon { border-radius:16px; }
79
+ .item-content { flex:1; }
80
+ .item-top {
81
+ display:flex; align-items:center; justify-content:space-between;
82
+ }
83
+ .title {
84
+ font-size:42px; font-weight:700;
85
+ }
86
+ .date { font-size:36px; color:#AAB0B6; margin-left:12px; }
87
+ .snippet { font-size:36px; color:#BFC5CB; margin-top:8px; line-height:1.3; }
88
+ .star {
89
+ width:64px; height:64px; display:flex; align-items:center; justify-content:center;
90
+ margin-left:20px;
91
+ }
92
+ .item-top-right { display:flex; align-items:center; gap:20px; }
93
+ .pill {
94
+ padding:8px 20px; background:#3A4F3A; color:#CFF5C6; border-radius:40px; font-size:32px; font-weight:700;
95
+ }
96
+ .selected {
97
+ background:#2A2D32;
98
+ border-radius:24px;
99
+ margin:16px 16px 16px 16px;
100
+ padding:30px 36px;
101
+ }
102
+
103
+ /* Floating compose */
104
+ .compose {
105
+ position:absolute; right:32px; bottom:280px;
106
+ background:#3A3F45; color:#fff; border-radius:36px;
107
+ height:150px; width:560px; display:flex; align-items:center; gap:26px; padding:0 40px;
108
+ box-shadow:0 10px 24px rgba(0,0,0,0.5);
109
+ }
110
+ .compose .pencil { width:56px; height:56px; border-radius:12px; background:#59616A; display:flex; align-items:center; justify-content:center; }
111
+ .compose span { font-size:46px; font-weight:600; }
112
+
113
+ /* Bottom gesture bar */
114
+ .gesture {
115
+ position:absolute; bottom:160px; left:50%; transform:translateX(-50%);
116
+ width:240px; height:10px; background:#EDEDED; border-radius:6px; opacity:0.9;
117
+ }
118
+ </style>
119
+ </head>
120
+ <body>
121
+ <div id="render-target">
122
+
123
+ <!-- Status bar -->
124
+ <div class="status-bar">
125
+ <div>6:19</div>
126
+ <div class="status-right">
127
+ <div style="width:34px; height:34px; border-radius:50%; border:3px solid #9E9E9E;"></div>
128
+ <div style="width:34px; height:34px; border-radius:50%; border:3px solid #9E9E9E;"></div>
129
+ <div style="width:34px; height:34px; border-radius:50%; border:3px solid #9E9E9E;"></div>
130
+ <div class="battery">
131
+ <div class="cell"></div><div class="cap"></div><div>100%</div>
132
+ </div>
133
+ </div>
134
+ </div>
135
+
136
+ <!-- App bar -->
137
+ <div class="appbar">
138
+ <div class="app-left">
139
+ <div class="icon-btn">
140
+ <svg viewBox="0 0 24 24"><path d="M15 19l-7-7 7-7"/></svg>
141
+ </div>
142
+ <div class="app-title">1</div>
143
+ </div>
144
+ <div class="app-actions">
145
+ <div class="icon-btn">
146
+ <!-- archive/download to inbox -->
147
+ <svg viewBox="0 0 24 24">
148
+ <path d="M4 20h16v-8H4v8z"></path>
149
+ <path d="M12 4v8m-4-4l4 4 4-4"></path>
150
+ </svg>
151
+ </div>
152
+ <div class="icon-btn">
153
+ <!-- trash -->
154
+ <svg viewBox="0 0 24 24">
155
+ <path d="M5 7h14"></path>
156
+ <path d="M9 7V5h6v2"></path>
157
+ <path d="M6 7l1 12h10l1-12"></path>
158
+ </svg>
159
+ </div>
160
+ <div class="icon-btn">
161
+ <!-- envelope -->
162
+ <svg viewBox="0 0 24 24">
163
+ <path d="M3 6h18v12H3z"></path>
164
+ <path d="M3 6l9 7 9-7"></path>
165
+ </svg>
166
+ </div>
167
+ <div class="icon-btn">
168
+ <!-- more -->
169
+ <svg viewBox="0 0 24 24">
170
+ <circle cx="12" cy="5" r="2"></circle>
171
+ <circle cx="12" cy="12" r="2"></circle>
172
+ <circle cx="12" cy="19" r="2"></circle>
173
+ </svg>
174
+ </div>
175
+ </div>
176
+ </div>
177
+
178
+ <!-- Select all -->
179
+ <div class="select-row">
180
+ <div class="checkbox">
181
+ <svg viewBox="0 0 24 24"><path d="M4 4h16v16H4z"/></svg>
182
+ </div>
183
+ <div>Select all</div>
184
+ </div>
185
+
186
+ <!-- List -->
187
+ <div class="list">
188
+
189
+ <!-- Promotions -->
190
+ <div class="email-item">
191
+ <div class="tag-icon">🏷️</div>
192
+ <div class="item-content">
193
+ <div class="item-top">
194
+ <div class="title">Promotions</div>
195
+ <div class="item-top-right">
196
+ <div class="pill">10 new</div>
197
+ </div>
198
+ </div>
199
+ <div class="snippet">Kitchen Stories, Scribd, Emma at Si...</div>
200
+ </div>
201
+ </div>
202
+
203
+ <!-- me, Quentin -->
204
+ <div class="email-item">
205
+ <div class="avatar" style="background:#6E5BD7;">Q</div>
206
+ <div class="item-content">
207
+ <div class="item-top">
208
+ <div class="title">me, Quentin <span style="color:#9AA0A6; font-weight:600;">3</span></div>
209
+ <div class="item-top-right">
210
+ <div class="date">Oct 13</div>
211
+ <div class="star">
212
+ <svg viewBox="0 0 24 24"><path d="M12 3l3.5 7 7.5 1-5.5 5 1.5 8-7-4-7 4 1.5-8-5.5-5 7.5-1z"/></svg>
213
+ </div>
214
+ </div>
215
+ </div>
216
+ <div class="snippet">Important meeting time</div>
217
+ <div class="snippet" style="color:#97A0A7;">Ok, see you then. On Fri, Oct 13, 2023, 8:48...</div>
218
+ </div>
219
+ </div>
220
+
221
+ <!-- Kitchen Stories -->
222
+ <div class="email-item">
223
+ <div class="avatar" style="background:#59616A;">👤</div>
224
+ <div class="item-content">
225
+ <div class="item-top">
226
+ <div class="title">Kitchen Stories</div>
227
+ <div class="item-top-right">
228
+ <div class="date">Oct 11</div>
229
+ <div class="star">
230
+ <svg viewBox="0 0 24 24"><path d="M12 3l3.5 7 7.5 1-5.5 5 1.5 8-7-4-7 4 1.5-8-5.5-5 7.5-1z"/></svg>
231
+ </div>
232
+ </div>
233
+ </div>
234
+ <div class="snippet">Good news is just one click away!</div>
235
+ <div class="snippet" style="color:#AEB4BA;">Please confirm your registration to receive ...</div>
236
+ </div>
237
+ </div>
238
+
239
+ <!-- me, Mail -->
240
+ <div class="email-item">
241
+ <div class="avatar" style="background:#D4A63B;">M</div>
242
+ <div class="item-content">
243
+ <div class="item-top">
244
+ <div class="title">me, Mail <span style="color:#9AA0A6; font-weight:600;">2</span></div>
245
+ <div class="item-top-right">
246
+ <div class="date">Oct 4</div>
247
+ <div class="star">
248
+ <svg viewBox="0 0 24 24"><path d="M12 3l3.5 7 7.5 1-5.5 5 1.5 8-7-4-7 4 1.5-8-5.5-5 7.5-1z"/></svg>
249
+ </div>
250
+ </div>
251
+ </div>
252
+ <div class="snippet">(no subject)</div>
253
+ <div class="snippet" style="color:#AEB4BA;">Address not found Your message wasn't deli...</div>
254
+ </div>
255
+ </div>
256
+
257
+ <!-- Delivery Much -->
258
+ <div class="email-item">
259
+ <div class="avatar" style="background:#59616A;">👤</div>
260
+ <div class="item-content">
261
+ <div class="item-top">
262
+ <div class="title">Delivery Much</div>
263
+ <div class="item-top-right">
264
+ <div class="date">Oct 4</div>
265
+ <div class="star">
266
+ <svg viewBox="0 0 24 24"><path d="M12 3l3.5 7 7.5 1-5.5 5 1.5 8-7-4-7 4 1.5-8-5.5-5 7.5-1z"/></svg>
267
+ </div>
268
+ </div>
269
+ </div>
270
+ <div class="snippet" style="font-weight:700;">Código de verificação</div>
271
+ <div class="snippet" style="color:#AEB4BA;">Delivery Much Delivery Much Bem-vindo a...</div>
272
+ </div>
273
+ </div>
274
+
275
+ <!-- Rappi selected -->
276
+ <div class="email-item selected">
277
+ <div class="avatar" style="background:#69727C;">✓</div>
278
+ <div class="item-content">
279
+ <div class="item-top">
280
+ <div class="title">Rappi</div>
281
+ <div class="item-top-right">
282
+ <div class="date">Oct 3</div>
283
+ <div class="star">
284
+ <svg viewBox="0 0 24 24"><path d="M12 3l3.5 7 7.5 1-5.5 5 1.5 8-7-4-7 4 1.5-8-5.5-5 7.5-1z"/></svg>
285
+ </div>
286
+ </div>
287
+ </div>
288
+ <div class="snippet">Verifique seu email</div>
289
+ <div class="snippet" style="color:#AEB4BA;">E comece desfrutar da Rappi Oi Fabio 😊 Cli...</div>
290
+ </div>
291
+ </div>
292
+
293
+ <!-- Scribd Welcome -->
294
+ <div class="email-item">
295
+ <div class="avatar" style="background:#59616A;">👤</div>
296
+ <div class="item-content">
297
+ <div class="item-top">
298
+ <div class="title">Scribd</div>
299
+ <div class="item-top-right">
300
+ <div class="date">Sep 26</div>
301
+ <div class="star">
302
+ <svg viewBox="0 0 24 24"><path d="M12 3l3.5 7 7.5 1-5.5 5 1.5 8-7-4-7 4 1.5-8-5.5-5 7.5-1z"/></svg>
303
+ </div>
304
+ </div>
305
+ </div>
306
+ <div class="snippet" style="font-weight:700;">Welcome to Scribd!</div>
307
+ <div class="snippet" style="color:#AEB4BA;">Never stop growing with access to everythin...</div>
308
+ </div>
309
+ </div>
310
+
311
+ <!-- Scribd verify -->
312
+ <div class="email-item">
313
+ <div class="avatar" style="background:#59616A;">👤</div>
314
+ <div class="item-content">
315
+ <div class="item-top">
316
+ <div class="title">Scribd</div>
317
+ <div class="item-top-right">
318
+ <div class="date">Sep 26</div>
319
+ <div class="star">
320
+ <svg viewBox="0 0 24 24"><path d="M12 3l3.5 7 7.5 1-5.5 5 1.5 8-7-4-7 4 1.5-8-5.5-5 7.5-1z"/></svg>
321
+ </div>
322
+ </div>
323
+ </div>
324
+ <div class="snippet">Fabio, please verify your e...</div>
325
+ <div class="snippet" style="color:#AEB4BA;">Didn't create a Scribd accou...</div>
326
+ </div>
327
+ </div>
328
+
329
+ </div>
330
+
331
+ <!-- Floating compose -->
332
+ <div class="compose">
333
+ <div class="pencil">
334
+ <svg viewBox="0 0 24 24">
335
+ <path d="M4 20l6-2 10-10-4-4L6 14l-2 6z"></path>
336
+ </svg>
337
+ </div>
338
+ <span>Compose</span>
339
+ </div>
340
+
341
+ <!-- Gesture bar -->
342
+ <div class="gesture"></div>
343
+
344
+ </div>
345
+ </body>
346
+ </html>
code/10325/10325_2.html ADDED
@@ -0,0 +1,285 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Mobile UI Render</title>
5
+ <style>
6
+ body { margin:0; padding:0; background:transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width:1080px; height:2400px; position:relative; overflow:hidden;
9
+ background:#121212; color:#fff; border-radius:30px;
10
+ }
11
+
12
+ /* Status bar */
13
+ .statusbar {
14
+ height:70px; padding:0 30px; display:flex; align-items:center; justify-content:space-between;
15
+ color:#eaeaea; font-size:28px; letter-spacing:0.2px;
16
+ }
17
+ .status-left { display:flex; align-items:center; gap:20px; }
18
+ .status-right { display:flex; align-items:center; gap:20px; }
19
+ .status-icon {
20
+ width:22px; height:22px; background:#888; border-radius:4px;
21
+ }
22
+
23
+ /* App bar */
24
+ .appbar {
25
+ height:100px; border-bottom:1px solid #242424;
26
+ display:flex; align-items:center; justify-content:space-between; padding:0 24px 0 14px;
27
+ }
28
+ .appbar-left { display:flex; align-items:center; gap:16px; }
29
+ .back-btn { width:70px; height:70px; display:flex; align-items:center; justify-content:center; }
30
+ .back-btn svg { width:40px; height:40px; fill:#fff; }
31
+ .title { font-size:40px; font-weight:600; }
32
+ .appbar-right { display:flex; align-items:center; gap:24px; }
33
+ .action-dot { width:12px; height:12px; background:#bbb; border-radius:50%; box-shadow:0 18px 0 #bbb, 0 -18px 0 #bbb; }
34
+
35
+ /* Select all strip */
36
+ .select-strip {
37
+ height:88px; display:flex; align-items:center; gap:26px; padding:0 28px; color:#cfcfcf;
38
+ border-bottom:1px solid #232323;
39
+ font-size:30px;
40
+ }
41
+ .checkbox {
42
+ width:46px; height:46px; border:2px solid #9aa0a6; border-radius:8px;
43
+ }
44
+
45
+ /* List area */
46
+ .list { padding:18px 0 160px 0; }
47
+ .mail-row {
48
+ display:flex; align-items:flex-start; padding:24px 28px; gap:20px;
49
+ border-bottom:1px solid #1f1f1f;
50
+ }
51
+ .mail-row .avatar {
52
+ width:100px; height:100px; border-radius:50%; flex:0 0 100px;
53
+ display:flex; align-items:center; justify-content:center; font-weight:bold; color:#fff;
54
+ }
55
+ .avatar.gray { background:#7d7d7d; }
56
+ .avatar.purple { background:#6c5ce7; }
57
+ .avatar.yellow { background:#f2c033; color:#333; }
58
+ .avatar.tag {
59
+ width:70px; height:70px; border-radius:16px; background:#26a65b; position:relative; margin-top:6px;
60
+ }
61
+ .avatar.tag::after {
62
+ content:""; position:absolute; right:-10px; top:26px; width:0; height:0;
63
+ border-left:12px solid #26a65b; border-top:10px solid transparent; border-bottom:10px solid transparent;
64
+ }
65
+
66
+ .content { flex:1; }
67
+ .title-line { font-size:36px; font-weight:700; color:#fff; margin-bottom:4px; }
68
+ .subject-line { font-size:30px; color:#d7d7d7; margin-bottom:4px; }
69
+ .snippet { font-size:28px; color:#b5b5b5; }
70
+ .meta { width:150px; text-align:right; display:flex; flex-direction:column; align-items:flex-end; gap:16px; }
71
+ .date { font-size:28px; color:#cfcfcf; }
72
+ .star { font-size:40px; color:#c2c2c2; }
73
+ .star.filled { color:#ffd54f; }
74
+
75
+ /* Selected row highlight */
76
+ .mail-row.selected {
77
+ background:rgba(255,255,255,0.06);
78
+ border-radius:22px;
79
+ margin:12px 16px;
80
+ }
81
+ .selected .avatar {
82
+ border:2px solid #a0a0a0; background:#3a3a3a;
83
+ position:relative;
84
+ }
85
+ .selected .avatar::before {
86
+ content:""; width:16px; height:16px; border-radius:50%; background:#fff; position:absolute; display:none;
87
+ }
88
+ .check-circle {
89
+ width:84px; height:84px; border-radius:50%;
90
+ border:2px solid #9aa0a6; display:flex; align-items:center; justify-content:center; color:#9aa0a6; font-size:40px;
91
+ }
92
+
93
+ /* Compose FAB */
94
+ .compose {
95
+ position:absolute; right:34px; bottom:120px;
96
+ width:410px; height:130px; background:#2a2a2a; border-radius:36px;
97
+ box-shadow:0 8px 24px rgba(0,0,0,0.6);
98
+ display:flex; align-items:center; justify-content:center; gap:22px; font-size:36px;
99
+ }
100
+ .compose svg { width:48px; height:48px; fill:#eaeaea; }
101
+
102
+ /* Overflow menu */
103
+ .menu {
104
+ position:absolute; right:30px; top:260px; width:520px; background:#1f1f1f; border-radius:24px;
105
+ box-shadow:0 20px 40px rgba(0,0,0,0.7); padding:12px 0; border:1px solid #2b2b2b;
106
+ }
107
+ .menu-item {
108
+ height:96px; display:flex; align-items:center; padding:0 26px; color:#efefef; font-size:34px;
109
+ border-bottom:1px solid #262626;
110
+ }
111
+ .menu-item:last-child { border-bottom:none; }
112
+ </style>
113
+ </head>
114
+ <body>
115
+ <div id="render-target">
116
+
117
+ <!-- Status bar -->
118
+ <div class="statusbar">
119
+ <div class="status-left">
120
+ <div>6:20</div>
121
+ <div class="status-icon"></div>
122
+ <div class="status-icon"></div>
123
+ <div class="status-icon"></div>
124
+ </div>
125
+ <div class="status-right">
126
+ <div class="status-icon"></div>
127
+ <div>100%</div>
128
+ </div>
129
+ </div>
130
+
131
+ <!-- App bar -->
132
+ <div class="appbar">
133
+ <div class="appbar-left">
134
+ <div class="back-btn">
135
+ <svg viewBox="0 0 24 24"><path d="M15.5 5l-7.5 7 7.5 7-2 2-10-9 10-9z"/></svg>
136
+ </div>
137
+ <div class="title">1</div>
138
+ </div>
139
+ <div class="appbar-right">
140
+ <div class="action-dot"></div>
141
+ </div>
142
+ </div>
143
+
144
+ <!-- Select all strip -->
145
+ <div class="select-strip">
146
+ <div class="checkbox"></div>
147
+ <div>Select all</div>
148
+ </div>
149
+
150
+ <!-- Email list -->
151
+ <div class="list">
152
+
153
+ <!-- Promotions chip row -->
154
+ <div class="mail-row">
155
+ <div class="avatar tag"></div>
156
+ <div class="content">
157
+ <div class="title-line">Promotions</div>
158
+ <div class="subject-line">Kitchen Stories, Scribd</div>
159
+ </div>
160
+ <div class="meta">
161
+ <div class="date"></div>
162
+ <div class="star">☆</div>
163
+ </div>
164
+ </div>
165
+
166
+ <!-- me, Quentin -->
167
+ <div class="mail-row">
168
+ <div class="avatar purple">Q</div>
169
+ <div class="content">
170
+ <div class="title-line">me, Quentin 3</div>
171
+ <div class="subject-line">Important meeting time</div>
172
+ <div class="snippet">Ok, see you then. On Friday we...</div>
173
+ </div>
174
+ <div class="meta">
175
+ <div class="date"></div>
176
+ <div class="star">☆</div>
177
+ </div>
178
+ </div>
179
+
180
+ <!-- Kitchen Stories -->
181
+ <div class="mail-row">
182
+ <div class="avatar gray"></div>
183
+ <div class="content">
184
+ <div class="title-line">Kitchen Stories</div>
185
+ <div class="subject-line">Good news is just one step away</div>
186
+ <div class="snippet">Please confirm your registration...</div>
187
+ </div>
188
+ <div class="meta">
189
+ <div class="date"></div>
190
+ <div class="star">☆</div>
191
+ </div>
192
+ </div>
193
+
194
+ <!-- me, Mail -->
195
+ <div class="mail-row">
196
+ <div class="avatar yellow">M</div>
197
+ <div class="content">
198
+ <div class="title-line">me, Mail 2</div>
199
+ <div class="subject-line">(no subject)</div>
200
+ <div class="snippet">Address not found. Your message wasn't deliv...</div>
201
+ </div>
202
+ <div class="meta">
203
+ <div class="date">Oct 4</div>
204
+ <div class="star">☆</div>
205
+ </div>
206
+ </div>
207
+
208
+ <!-- Delivery Much -->
209
+ <div class="mail-row">
210
+ <div class="avatar gray"></div>
211
+ <div class="content">
212
+ <div class="title-line">Delivery Much</div>
213
+ <div class="subject-line">Código de verificação</div>
214
+ <div class="snippet">Delivery Much Bem-vindo a...</div>
215
+ </div>
216
+ <div class="meta">
217
+ <div class="date">Oct 4</div>
218
+ <div class="star">☆</div>
219
+ </div>
220
+ </div>
221
+
222
+ <!-- Rappi selected -->
223
+ <div class="mail-row selected">
224
+ <div class="check-circle">✓</div>
225
+ <div class="content">
226
+ <div class="title-line">Rappi</div>
227
+ <div class="subject-line">Verifique seu email</div>
228
+ <div class="snippet">E comece desfrutar da Rappi Oi Fabio 😊 ...</div>
229
+ </div>
230
+ <div class="meta">
231
+ <div class="date">Oct 3</div>
232
+ <div class="star">☆</div>
233
+ </div>
234
+ </div>
235
+
236
+ <!-- Scribd Welcome -->
237
+ <div class="mail-row">
238
+ <div class="avatar gray"></div>
239
+ <div class="content">
240
+ <div class="title-line">Scribd</div>
241
+ <div class="subject-line">Welcome to Scribd!</div>
242
+ <div class="snippet">Never stop growing with access to everything...</div>
243
+ </div>
244
+ <div class="meta">
245
+ <div class="date">Sep 26</div>
246
+ <div class="star">☆</div>
247
+ </div>
248
+ </div>
249
+
250
+ <!-- Scribd verify -->
251
+ <div class="mail-row">
252
+ <div class="avatar gray"></div>
253
+ <div class="content">
254
+ <div class="title-line">Scribd</div>
255
+ <div class="subject-line">Fabio, please verify your email</div>
256
+ <div class="snippet">Didn't create a Scribd account?</div>
257
+ </div>
258
+ <div class="meta">
259
+ <div class="date">Sep 26</div>
260
+ <div class="star">☆</div>
261
+ </div>
262
+ </div>
263
+
264
+ </div>
265
+
266
+ <!-- Floating Compose -->
267
+ <div class="compose">
268
+ <svg viewBox="0 0 24 24"><path d="M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04c.39-.39.39-1.02 0-1.41L18.37 3.29c-.39-.39-1.02-.39-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z"/></svg>
269
+ <div>Compose</div>
270
+ </div>
271
+
272
+ <!-- Overflow menu open -->
273
+ <div class="menu">
274
+ <div class="menu-item">Move to</div>
275
+ <div class="menu-item">Snooze</div>
276
+ <div class="menu-item">Change labels</div>
277
+ <div class="menu-item">Add star</div>
278
+ <div class="menu-item">Mark important</div>
279
+ <div class="menu-item">Mute</div>
280
+ <div class="menu-item">Report spam</div>
281
+ </div>
282
+
283
+ </div>
284
+ </body>
285
+ </html>
code/10325/10325_3.html ADDED
@@ -0,0 +1,295 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Gmail Dark UI Mock</title>
5
+ <style>
6
+ body { margin:0; padding:0; background:transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width:1080px; height:2400px; position:relative; overflow:hidden;
9
+ background:#121212; color:#EDEDED;
10
+ }
11
+
12
+ /* Status bar */
13
+ .status-bar {
14
+ position:absolute; top:0; left:0; right:0; height:90px;
15
+ color:#ddd; font-size:36px; padding:0 30px; display:flex; align-items:center; justify-content:space-between;
16
+ }
17
+ .status-right { display:flex; align-items:center; gap:24px; }
18
+ .status-icon { width:32px; height:32px; border-radius:50%; border:2px solid #aaa; opacity:0.8; }
19
+ .battery { display:flex; align-items:center; gap:8px; font-size:30px; }
20
+
21
+ /* App bar (selection mode) */
22
+ .app-bar {
23
+ position:absolute; top:90px; left:0; right:0; height:120px;
24
+ display:flex; align-items:center; padding:0 30px; gap:28px; color:#fff;
25
+ }
26
+ .app-bar .title { font-size:48px; }
27
+ .icon-btn { width:84px; height:84px; display:flex; align-items:center; justify-content:center; border-radius:16px; }
28
+ .icon-btn svg { width:48px; height:48px; fill:none; stroke:#fff; stroke-width:4; }
29
+
30
+ /* Select all row */
31
+ .select-all {
32
+ position:absolute; top:210px; left:0; right:0; height:100px;
33
+ display:flex; align-items:center; padding:0 36px; gap:24px; color:#cfcfcf; font-size:40px;
34
+ }
35
+ .checkbox { width:52px; height:52px; border:3px solid #8a8a8a; border-radius:8px; }
36
+
37
+ /* List area */
38
+ .list { position:absolute; top:310px; left:0; right:0; bottom:0; padding:0 24px 180px 24px; overflow:hidden; }
39
+ .email-row {
40
+ display:flex; align-items:center; padding:32px 24px; border-bottom:1px solid #1e1e1e;
41
+ }
42
+ .avatar {
43
+ width:96px; height:96px; border-radius:50%; background:#5b5b5b; display:flex; align-items:center; justify-content:center;
44
+ font-weight:bold; color:#fff; margin-right:24px;
45
+ }
46
+ .content { flex:1; min-width:0; }
47
+ .line1 { display:flex; align-items:center; gap:16px; }
48
+ .sender { font-size:42px; font-weight:700; }
49
+ .tag-icon, .people-icon { width:44px; height:44px; border-radius:8px; background:#2b2b2b; display:flex; align-items:center; justify-content:center; }
50
+ .summary { font-size:34px; color:#bdbdbd; margin-top:6px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
51
+ .right { width:240px; display:flex; align-items:center; justify-content:flex-end; gap:22px; }
52
+ .time { color:#bdbdbd; font-size:34px; }
53
+ .star { width:48px; height:48px; }
54
+ .star svg { width:48px; height:48px; fill:none; stroke:#cfcfcf; stroke-width:4; }
55
+
56
+ .pill {
57
+ background:#2a2a2a; color:#c8ffc8; font-size:34px; border-radius:28px; padding:10px 22px; margin-left:auto;
58
+ }
59
+ .selected { background:#1a1a1a; border-radius:16px; }
60
+
61
+ /* Floating compose */
62
+ .compose {
63
+ position:absolute; right:32px; bottom:70px; width:420px; height:130px;
64
+ background:#2f2f2f; border-radius:36px; box-shadow:0 10px 20px rgba(0,0,0,0.6);
65
+ display:flex; align-items:center; justify-content:center; gap:18px; color:#eaeaea; font-size:42px;
66
+ }
67
+ .compose svg { width:44px; height:44px; fill:none; stroke:#eaeaea; stroke-width:4; }
68
+
69
+ /* Modal overlay: Move to */
70
+ .overlay {
71
+ position:absolute; inset:0; background:rgba(0,0,0,0.5);
72
+ }
73
+ .dialog {
74
+ position:absolute; left:100px; top:850px; width:880px; height:700px;
75
+ background:#1c1c1c; border-radius:40px; box-shadow:0 20px 50px rgba(0,0,0,0.6);
76
+ padding:40px;
77
+ }
78
+ .dialog-title { font-size:56px; margin-bottom:40px; }
79
+ .dialog-option {
80
+ display:flex; align-items:center; gap:24px; padding:28px 0; border-bottom:1px solid #2a2a2a; font-size:44px;
81
+ }
82
+ .dialog-option:last-child { border-bottom:none; }
83
+ .dlg-icon {
84
+ width:64px; height:64px; border-radius:16px; background:#2b2b2b; display:flex; align-items:center; justify-content:center;
85
+ }
86
+ .dlg-icon svg { width:44px; height:44px; stroke:#eaeaea; fill:none; stroke-width:4; }
87
+ .dialog-footer {
88
+ position:absolute; right:40px; bottom:34px; color:#cfcfcf; font-size:44px;
89
+ }
90
+
91
+ /* Small glyph helpers */
92
+ .kebab { display:flex; flex-direction:column; gap:6px; }
93
+ .dot { width:8px; height:8px; background:#fff; border-radius:50%; }
94
+ </style>
95
+ </head>
96
+ <body>
97
+ <div id="render-target">
98
+
99
+ <!-- Status bar -->
100
+ <div class="status-bar">
101
+ <div>6:22</div>
102
+ <div class="status-right">
103
+ <div class="status-icon"></div>
104
+ <div class="status-icon"></div>
105
+ <div class="status-icon"></div>
106
+ <div class="battery">
107
+ <svg width="42" height="24">
108
+ <rect x="2" y="2" width="34" height="20" stroke="#aaa" fill="none" stroke-width="3"></rect>
109
+ <rect x="38" y="8" width="4" height="8" fill="#aaa"></rect>
110
+ <rect x="4" y="4" width="28" height="16" fill="#7bd67b"></rect>
111
+ </svg>
112
+ <span>100%</span>
113
+ </div>
114
+ </div>
115
+ </div>
116
+
117
+ <!-- App bar -->
118
+ <div class="app-bar">
119
+ <div class="icon-btn">
120
+ <svg viewBox="0 0 24 24"><path d="M15 6l-6 6 6 6"/><path d="M21 12H9"/></svg>
121
+ </div>
122
+ <div class="title">1</div>
123
+ <div style="margin-left:auto; display:flex; gap:18px;">
124
+ <div class="icon-btn" title="Move to">
125
+ <svg viewBox="0 0 24 24">
126
+ <rect x="4" y="12" width="16" height="8" stroke="#fff"></rect>
127
+ <path d="M12 4v9M8 8l4-4 4 4" />
128
+ </svg>
129
+ </div>
130
+ <div class="icon-btn" title="Trash">
131
+ <svg viewBox="0 0 24 24">
132
+ <rect x="6" y="8" width="12" height="12" stroke="#fff"></rect>
133
+ <rect x="9" y="3" width="6" height="4" stroke="#fff"></rect>
134
+ </svg>
135
+ </div>
136
+ <div class="icon-btn" title="Mark as unread">
137
+ <svg viewBox="0 0 24 24">
138
+ <path d="M3 7l9 6 9-6v10H3V7z" />
139
+ </svg>
140
+ </div>
141
+ <div class="icon-btn" title="More">
142
+ <div class="kebab">
143
+ <div class="dot"></div>
144
+ <div class="dot"></div>
145
+ <div class="dot"></div>
146
+ </div>
147
+ </div>
148
+ </div>
149
+ </div>
150
+
151
+ <!-- Select all -->
152
+ <div class="select-all">
153
+ <div class="checkbox"></div>
154
+ <div>Select all</div>
155
+ </div>
156
+
157
+ <!-- List -->
158
+ <div class="list">
159
+
160
+ <!-- Promotions bundle -->
161
+ <div class="email-row">
162
+ <div class="tag-icon">
163
+ <svg viewBox="0 0 24 24"><path d="M3 7v5l9 9 9-9-9-9H8z"/></svg>
164
+ </div>
165
+ <div class="content">
166
+ <div class="line1">
167
+ <div class="sender">Promotions</div>
168
+ <div class="pill">10 new</div>
169
+ </div>
170
+ <div class="summary">Kitchen Stories, Scribd, Emma at Si...</div>
171
+ </div>
172
+ </div>
173
+
174
+ <!-- me, Quentin -->
175
+ <div class="email-row">
176
+ <div class="avatar">Q</div>
177
+ <div class="content">
178
+ <div class="line1">
179
+ <div class="sender">me, Quentin</div>
180
+ <div class="time">Oct 13</div>
181
+ </div>
182
+ <div class="summary">Important meeting time — Ok, see you then. On Fri, Oct 13, 2023, 8:48...</div>
183
+ </div>
184
+ <div class="right">
185
+ <div class="star">
186
+ <svg viewBox="0 0 24 24"><path d="M12 3l3 6 6 1-4.5 4 1 6-5.5-3.2L6.5 20l1-6L3 10l6-1z"/></svg>
187
+ </div>
188
+ </div>
189
+ </div>
190
+
191
+ <!-- Kitchen Stories example -->
192
+ <div class="email-row">
193
+ <div class="avatar" style="background:#8a8a8a;">S</div>
194
+ <div class="content">
195
+ <div class="line1">
196
+ <div class="sender">Kitchen Stories</div>
197
+ <div class="time">Oct 11</div>
198
+ </div>
199
+ <div class="summary">New recipes you might like this week</div>
200
+ </div>
201
+ <div class="right">
202
+ <div class="star">
203
+ <svg viewBox="0 0 24 24"><path d="M12 3l3 6 6 1-4.5 4 1 6-5.5-3.2L6.5 20l1-6L3 10l6-1z"/></svg>
204
+ </div>
205
+ </div>
206
+ </div>
207
+
208
+ <!-- Rappi selected -->
209
+ <div class="email-row selected">
210
+ <div class="avatar" style="background:#444;">R</div>
211
+ <div class="content">
212
+ <div class="line1">
213
+ <div class="sender">Rappi</div>
214
+ <div class="time">Oct 3</div>
215
+ </div>
216
+ <div class="summary">Verifique seu email — E comece desfrutar da Rappi Oi Fabio 😊 Cli...</div>
217
+ </div>
218
+ <div class="right">
219
+ <div class="star">
220
+ <svg viewBox="0 0 24 24"><path d="M12 3l3 6 6 1-4.5 4 1 6-5.5-3.2L6.5 20l1-6L3 10l6-1z"/></svg>
221
+ </div>
222
+ </div>
223
+ </div>
224
+
225
+ <!-- Scribd welcome -->
226
+ <div class="email-row">
227
+ <div class="avatar" style="background:#777;">S</div>
228
+ <div class="content">
229
+ <div class="line1">
230
+ <div class="sender">Scribd</div>
231
+ <div class="time">Sep 26</div>
232
+ </div>
233
+ <div class="summary">Welcome to Scribd! — Never stop growing with access to everything...</div>
234
+ </div>
235
+ <div class="right">
236
+ <div class="star">
237
+ <svg viewBox="0 0 24 24"><path d="M12 3l3 6 6 1-4.5 4 1 6-5.5-3.2L6.5 20l1-6L3 10l6-1z"/></svg>
238
+ </div>
239
+ </div>
240
+ </div>
241
+
242
+ <!-- Scribd verify -->
243
+ <div class="email-row">
244
+ <div class="avatar" style="background:#777;">S</div>
245
+ <div class="content">
246
+ <div class="line1">
247
+ <div class="sender">Scribd</div>
248
+ <div class="time">Sep 26</div>
249
+ </div>
250
+ <div class="summary">Fabio, please verify your e... — Didn't create a Scribd accou...</div>
251
+ </div>
252
+ <div class="right">
253
+ <div class="star">
254
+ <svg viewBox="0 0 24 24"><path d="M12 3l3 6 6 1-4.5 4 1 6-5.5-3.2L6.5 20l1-6L3 10l6-1z"/></svg>
255
+ </div>
256
+ </div>
257
+ </div>
258
+
259
+ </div>
260
+
261
+ <!-- Compose floating button -->
262
+ <div class="compose">
263
+ <svg viewBox="0 0 24 24"><path d="M4 20h16M6 14l10-10 3 3-10 10H6z"/></svg>
264
+ <div>Compose</div>
265
+ </div>
266
+
267
+ <!-- Move to dialog overlay -->
268
+ <div class="overlay"></div>
269
+ <div class="dialog">
270
+ <div class="dialog-title">Move to</div>
271
+
272
+ <div class="dialog-option">
273
+ <div class="dlg-icon">
274
+ <svg viewBox="0 0 24 24"><path d="M3 7v5l9 9 9-9-9-9H8z"/></svg>
275
+ </div>
276
+ <div>Promotions</div>
277
+ </div>
278
+
279
+ <div class="dialog-option">
280
+ <div class="dlg-icon">
281
+ <svg viewBox="0 0 24 24">
282
+ <circle cx="8" cy="9" r="4"></circle>
283
+ <circle cx="16" cy="9" r="4"></circle>
284
+ <path d="M2 20c2-6 8-6 10-6s8 0 10 6" />
285
+ </svg>
286
+ </div>
287
+ <div>Social</div>
288
+ </div>
289
+
290
+ <div class="dialog-footer">Cancel</div>
291
+ </div>
292
+
293
+ </div>
294
+ </body>
295
+ </html>
code/10325/10325_4.html ADDED
@@ -0,0 +1,324 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Gmail Mobile UI Mock</title>
5
+ <style>
6
+ body { margin:0; padding:0; background:transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width:1080px; height:2400px;
9
+ position:relative; overflow:hidden;
10
+ background:#121212; color:#fff;
11
+ }
12
+
13
+ /* Status bar */
14
+ .status-bar {
15
+ position:absolute; top:0; left:0; right:0;
16
+ height:90px; padding:0 30px;
17
+ display:flex; align-items:center; justify-content:space-between;
18
+ color:#fff; font-size:32px;
19
+ }
20
+ .status-right { display:flex; align-items:center; gap:24px; }
21
+ .status-dot { width:20px; height:20px; background:#fff; border-radius:50%; opacity:.2; }
22
+ .battery { font-size:28px; color:#ffffff; opacity:.9; }
23
+
24
+ /* Search bar */
25
+ .search-wrap { position:absolute; top:110px; left:30px; right:30px; }
26
+ .search-bar {
27
+ height:120px; border-radius:60px; background:#242424;
28
+ display:flex; align-items:center; padding:0 30px; gap:28px;
29
+ box-shadow: 0 2px 0 rgba(255,255,255,0.05) inset;
30
+ }
31
+ .hamburger { width:54px; height:54px; }
32
+ .hamburger svg { width:100%; height:100%; }
33
+ .search-text { flex:1; color:#bdbdbd; font-size:36px; }
34
+ .profile {
35
+ width:92px; height:92px; border-radius:50%;
36
+ background:#4a3c34; display:flex; align-items:center; justify-content:center;
37
+ font-weight:bold; font-size:42px; position:relative;
38
+ }
39
+ .badge {
40
+ position:absolute; right:-2px; bottom:-2px;
41
+ width:36px; height:36px; border-radius:50%;
42
+ background:#F5C542; color:#222; font-size:26px; font-weight:bold;
43
+ display:flex; align-items:center; justify-content:center;
44
+ border:3px solid #121212;
45
+ }
46
+
47
+ .section-title {
48
+ position:absolute; top:260px; left:30px;
49
+ font-size:38px; color:#bdbdbd;
50
+ }
51
+
52
+ /* Promotions block */
53
+ .promotion-block {
54
+ position:absolute; top:340px; left:30px; right:30px;
55
+ padding:34px 30px; border-bottom:1px solid #2a2a2a;
56
+ display:flex; align-items:center; justify-content:space-between;
57
+ }
58
+ .promo-left { display:flex; align-items:flex-start; gap:26px; }
59
+ .tag-icon {
60
+ width:52px; height:52px; border-radius:10px; background:#213f2a;
61
+ display:flex; align-items:center; justify-content:center;
62
+ border:1px solid #255933;
63
+ }
64
+ .promo-text { line-height:1.35; }
65
+ .promo-title { font-size:44px; font-weight:700; color:#ffffff; }
66
+ .promo-sub { font-size:36px; color:#cfcfcf; margin-top:6px; opacity:.8; }
67
+ .pill {
68
+ background:#49a96b; color:#102917; padding:12px 22px;
69
+ border-radius:28px; font-size:32px; font-weight:700;
70
+ }
71
+
72
+ /* Email list */
73
+ .email-list { position:absolute; top:470px; left:30px; right:30px; }
74
+ .email-item {
75
+ display:grid; grid-template-columns:120px 1fr 140px;
76
+ align-items:center; padding:28px 0; border-bottom:1px solid #2a2a2a;
77
+ }
78
+ .avatar {
79
+ width:92px; height:92px; border-radius:50%;
80
+ background:#6b4db7; display:flex; align-items:center; justify-content:center;
81
+ font-size:42px; font-weight:bold;
82
+ }
83
+ .avatar.gray { background:#3a3a3a; color:#ddd; }
84
+ .avatar.yellow { background:#d9aa28; color:#272727; }
85
+ .details { padding-right:20px; }
86
+ .from { font-size:40px; font-weight:700; margin-bottom:8px; display:flex; align-items:center; gap:12px; }
87
+ .count { color:#bdbdbd; font-weight:700; }
88
+ .subject { font-size:38px; color:#ffffff; }
89
+ .preview { font-size:34px; color:#cfcfcf; opacity:.85; margin-top:6px; }
90
+ .meta { display:flex; align-items:center; justify-content:flex-end; gap:20px; }
91
+ .date { color:#bdbdbd; font-size:32px; }
92
+ .star { width:54px; height:54px; opacity:.7; }
93
+ .star svg { width:100%; height:100%; }
94
+
95
+ /* Compose bubble */
96
+ .compose {
97
+ position:absolute; right:40px; bottom:850px;
98
+ background:#3a3a3a; border-radius:36px; padding:26px 30px;
99
+ display:flex; align-items:center; gap:22px; box-shadow:0 10px 16px rgba(0,0,0,.35);
100
+ }
101
+ .compose-icon { width:52px; height:52px; }
102
+ .compose-text { font-size:40px; font-weight:700; }
103
+
104
+ /* Snackbar */
105
+ .snackbar {
106
+ position:absolute; left:30px; right:30px; bottom:540px;
107
+ background:#e6e6e6; color:#222; border-radius:20px;
108
+ display:flex; align-items:center; justify-content:space-between;
109
+ padding:28px 30px; font-size:38px; box-shadow:0 6px 20px rgba(0,0,0,.4);
110
+ }
111
+ .snackbar .undo { color:#2b6fd3; font-weight:700; }
112
+
113
+ /* Bottom nav */
114
+ .bottom-bar {
115
+ position:absolute; left:0; right:0; bottom:180px; height:150px;
116
+ background:#1c1c1c; display:flex; align-items:center; justify-content:center; gap:160px;
117
+ border-top:1px solid #2a2a2a;
118
+ }
119
+ .nav-icon { width:96px; height:96px; border-radius:20px; display:flex; align-items:center; justify-content:center; color:#fff; }
120
+ .nav-icon svg { width:68px; height:68px; }
121
+ .badge-count {
122
+ position:absolute; transform:translate(42px,-42px);
123
+ background:#d64b4b; color:#fff; border-radius:26px; font-weight:700;
124
+ padding:6px 14px; font-size:28px; border:3px solid #1c1c1c;
125
+ }
126
+
127
+ .home-pill {
128
+ position:absolute; left:50%; bottom:80px; transform:translateX(-50%);
129
+ width:280px; height:18px; border-radius:20px; background:#808080; opacity:.55;
130
+ }
131
+ </style>
132
+ </head>
133
+ <body>
134
+ <div id="render-target">
135
+
136
+ <!-- Status Bar -->
137
+ <div class="status-bar">
138
+ <div>6:39</div>
139
+ <div class="status-right">
140
+ <div class="status-dot"></div>
141
+ <div class="status-dot"></div>
142
+ <div class="status-dot"></div>
143
+ <div class="battery">100%</div>
144
+ </div>
145
+ </div>
146
+
147
+ <!-- Search Bar -->
148
+ <div class="search-wrap">
149
+ <div class="search-bar">
150
+ <div class="hamburger">
151
+ <svg viewBox="0 0 24 24" fill="#bbb">
152
+ <rect x="3" y="5" width="18" height="2"></rect>
153
+ <rect x="3" y="11" width="14" height="2"></rect>
154
+ <rect x="3" y="17" width="18" height="2"></rect>
155
+ </svg>
156
+ </div>
157
+ <div class="search-text">Search in mail</div>
158
+ <div class="profile">F
159
+ <div class="badge">!</div>
160
+ </div>
161
+ </div>
162
+ </div>
163
+
164
+ <div class="section-title">Primary</div>
165
+
166
+ <!-- Promotions Row -->
167
+ <div class="promotion-block">
168
+ <div class="promo-left">
169
+ <div class="tag-icon">
170
+ <svg viewBox="0 0 24 24" fill="#58c27c">
171
+ <path d="M3 7v6l8 8 10-10-8-8H7a4 4 0 0 0-4 4z"></path>
172
+ </svg>
173
+ </div>
174
+ <div class="promo-text">
175
+ <div class="promo-title">Promotions</div>
176
+ <div class="promo-sub">Kitchen Stories, Scribd, Emma at Si...</div>
177
+ </div>
178
+ </div>
179
+ <div class="pill">10 new</div>
180
+ </div>
181
+
182
+ <!-- Email List -->
183
+ <div class="email-list">
184
+
185
+ <div class="email-item">
186
+ <div class="avatar">Q</div>
187
+ <div class="details">
188
+ <div class="from">me, Quentin <span class="count">3</span></div>
189
+ <div class="subject">Important meeting time</div>
190
+ <div class="preview">Ok, see you then. On Fri, Oct 13, 2023, 8:48...</div>
191
+ </div>
192
+ <div class="meta">
193
+ <div class="date">Oct 13</div>
194
+ <div class="star">
195
+ <svg viewBox="0 0 24 24" stroke="#cfcfcf" fill="none" stroke-width="1.8">
196
+ <path d="M12 17.3l-5.6 3 1.2-6.4-4.6-4 6.4-.9L12 2l2.6 6 6.4.9-4.6 4 1.2 6.4z"></path>
197
+ </svg>
198
+ </div>
199
+ </div>
200
+ </div>
201
+
202
+ <div class="email-item">
203
+ <div class="avatar gray"></div>
204
+ <div class="details">
205
+ <div class="from">Kitchen Stories</div>
206
+ <div class="subject">Good news is just one click away!</div>
207
+ <div class="preview">Please confirm your registration to receive ...</div>
208
+ </div>
209
+ <div class="meta">
210
+ <div class="date">Oct 11</div>
211
+ <div class="star">
212
+ <svg viewBox="0 0 24 24" stroke="#cfcfcf" fill="none" stroke-width="1.8">
213
+ <path d="M12 17.3l-5.6 3 1.2-6.4-4.6-4 6.4-.9L12 2l2.6 6 6.4.9-4.6 4 1.2 6.4z"></path>
214
+ </svg>
215
+ </div>
216
+ </div>
217
+ </div>
218
+
219
+ <div class="email-item">
220
+ <div class="avatar yellow">M</div>
221
+ <div class="details">
222
+ <div class="from">me, Mail <span class="count">2</span></div>
223
+ <div class="subject">(no subject)</div>
224
+ <div class="preview">Address not found Your message wasn't deli...</div>
225
+ </div>
226
+ <div class="meta">
227
+ <div class="date">Oct 4</div>
228
+ <div class="star">
229
+ <svg viewBox="0 0 24 24" stroke="#cfcfcf" fill="none" stroke-width="1.8">
230
+ <path d="M12 17.3l-5.6 3 1.2-6.4-4.6-4 6.4-.9L12 2l2.6 6 6.4.9-4.6 4 1.2 6.4z"></path>
231
+ </svg>
232
+ </div>
233
+ </div>
234
+ </div>
235
+
236
+ <div class="email-item">
237
+ <div class="avatar gray"></div>
238
+ <div class="details">
239
+ <div class="from">Delivery Much</div>
240
+ <div class="subject">Código de verificação</div>
241
+ <div class="preview">Delivery Much Delivery Much Bem-vindo a...</div>
242
+ </div>
243
+ <div class="meta">
244
+ <div class="date">Oct 4</div>
245
+ <div class="star">
246
+ <svg viewBox="0 0 24 24" stroke="#cfcfcf" fill="none" stroke-width="1.8">
247
+ <path d="M12 17.3l-5.6 3 1.2-6.4-4.6-4 6.4-.9L12 2l2.6 6 6.4.9-4.6 4 1.2 6.4z"></path>
248
+ </svg>
249
+ </div>
250
+ </div>
251
+ </div>
252
+
253
+ <div class="email-item">
254
+ <div class="avatar gray"></div>
255
+ <div class="details">
256
+ <div class="from">Scribd</div>
257
+ <div class="subject">Welcome to Scribd!</div>
258
+ <div class="preview">Never stop growing with access to everythin...</div>
259
+ </div>
260
+ <div class="meta">
261
+ <div class="date">Sep 26</div>
262
+ <div class="star">
263
+ <svg viewBox="0 0 24 24" stroke="#cfcfcf" fill="none" stroke-width="1.8">
264
+ <path d="M12 17.3l-5.6 3 1.2-6.4-4.6-4 6.4-.9L12 2l2.6 6 6.4.9-4.6 4 1.2 6.4z"></path>
265
+ </svg>
266
+ </div>
267
+ </div>
268
+ </div>
269
+
270
+ <div class="email-item">
271
+ <div class="avatar gray"></div>
272
+ <div class="details">
273
+ <div class="from">Scribd</div>
274
+ <div class="subject">Fabio, please verify your e...</div>
275
+ <div class="preview">Didn't create a Scribd account? Please cont...</div>
276
+ </div>
277
+ <div class="meta">
278
+ <div class="date">Sep 26</div>
279
+ <div class="star">
280
+ <svg viewBox="0 0 24 24" stroke="#cfcfcf" fill="none" stroke-width="1.8">
281
+ <path d="M12 17.3l-5.6 3 1.2-6.4-4.6-4 6.4-.9L12 2l2.6 6 6.4.9-4.6 4 1.2 6.4z"></path>
282
+ </svg>
283
+ </div>
284
+ </div>
285
+ </div>
286
+
287
+ </div>
288
+
289
+ <!-- Compose floating bubble -->
290
+ <div class="compose">
291
+ <div class="compose-icon">
292
+ <svg viewBox="0 0 24 24" fill="#fff">
293
+ <path d="M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04a1 1 0 0 0 0-1.41l-2.34-2.34a1 1 0 0 0-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z"/>
294
+ </svg>
295
+ </div>
296
+ <div class="compose-text">Compose</div>
297
+ </div>
298
+
299
+ <!-- Snackbar -->
300
+ <div class="snackbar">
301
+ <div>Moved to Promotions</div>
302
+ <div class="undo">Undo</div>
303
+ </div>
304
+
305
+ <!-- Bottom navigation -->
306
+ <div class="bottom-bar">
307
+ <div class="nav-icon" style="position:relative;">
308
+ <svg viewBox="0 0 24 24" fill="#ffffff">
309
+ <path d="M12 13l9-7H3l9 7zM3 8v10h18V8l-9 7-9-7z"></path>
310
+ </svg>
311
+ <div class="badge-count">4</div>
312
+ </div>
313
+ <div class="nav-icon">
314
+ <svg viewBox="0 0 24 24" fill="#9e9e9e">
315
+ <path d="M17 10.5V6l-7 4.5v3L17 18v-4.5l4 2.5V8l-4 2.5z"></path>
316
+ </svg>
317
+ </div>
318
+ </div>
319
+
320
+ <div class="home-pill"></div>
321
+
322
+ </div>
323
+ </body>
324
+ </html>
code/10327/10327_0.html ADDED
@@ -0,0 +1,358 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Contacts UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ font-family: Roboto, Arial, sans-serif;
16
+ color: #212121;
17
+ }
18
+
19
+ /* Header / App Bar */
20
+ .header {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ width: 1080px;
25
+ height: 420px;
26
+ background: #19A25B; /* Material-ish green */
27
+ color: #fff;
28
+ }
29
+ .status-bar {
30
+ height: 100px;
31
+ padding: 0 32px;
32
+ display: flex;
33
+ align-items: center;
34
+ justify-content: space-between;
35
+ font-size: 34px;
36
+ letter-spacing: 0.5px;
37
+ opacity: 0.95;
38
+ }
39
+ .status-icons {
40
+ display: flex;
41
+ gap: 24px;
42
+ align-items: center;
43
+ }
44
+ .search-row {
45
+ height: 200px;
46
+ display: flex;
47
+ align-items: center;
48
+ padding: 0 36px;
49
+ }
50
+ .search-label {
51
+ display: flex;
52
+ align-items: center;
53
+ gap: 24px;
54
+ font-size: 46px;
55
+ font-weight: 400;
56
+ opacity: 0.96;
57
+ }
58
+ .header-actions {
59
+ margin-left: auto;
60
+ display: flex;
61
+ gap: 36px;
62
+ align-items: center;
63
+ }
64
+ .tabs {
65
+ position: absolute;
66
+ bottom: 0;
67
+ left: 0;
68
+ height: 120px;
69
+ width: 100%;
70
+ display: flex;
71
+ align-items: flex-end;
72
+ padding: 0 24px 0 24px;
73
+ box-sizing: border-box;
74
+ gap: 40px;
75
+ }
76
+ .tab {
77
+ color: rgba(255,255,255,0.75);
78
+ font-size: 34px;
79
+ font-weight: 600;
80
+ letter-spacing: 2px;
81
+ padding: 0 18px 24px 18px;
82
+ text-transform: uppercase;
83
+ }
84
+ .tab.active {
85
+ color: #FFFFFF;
86
+ border-bottom: 6px solid #FFFFFF;
87
+ }
88
+
89
+ /* Content list */
90
+ .content {
91
+ position: absolute;
92
+ top: 420px;
93
+ left: 0;
94
+ right: 0;
95
+ bottom: 120px; /* leave room for gesture bar */
96
+ overflow: hidden;
97
+ background: #fff;
98
+ }
99
+ .list {
100
+ position: absolute;
101
+ top: 0;
102
+ left: 0;
103
+ right: 0;
104
+ padding-top: 24px;
105
+ }
106
+ .item {
107
+ display: flex;
108
+ align-items: center;
109
+ padding: 18px 36px;
110
+ height: 180px;
111
+ box-sizing: border-box;
112
+ }
113
+ .avatar {
114
+ width: 104px;
115
+ height: 104px;
116
+ border-radius: 50%;
117
+ background: #BDBDBD;
118
+ color: #ffffff;
119
+ display: flex;
120
+ align-items: center;
121
+ justify-content: center;
122
+ font-weight: 600;
123
+ font-size: 42px;
124
+ margin-right: 40px;
125
+ flex-shrink: 0;
126
+ }
127
+ .title {
128
+ font-size: 48px;
129
+ font-weight: 400;
130
+ color: #222;
131
+ }
132
+ .divider {
133
+ height: 2px;
134
+ background: #EEEEEE;
135
+ margin: 0 36px;
136
+ }
137
+
138
+ /* Left quick-scroll bubbles */
139
+ .alpha-bubbles {
140
+ position: absolute;
141
+ left: 18px;
142
+ top: 790px;
143
+ display: flex;
144
+ flex-direction: column;
145
+ gap: 26px;
146
+ z-index: 2;
147
+ }
148
+ .bubble {
149
+ width: 26px;
150
+ height: 26px;
151
+ background: #ffffff;
152
+ border-radius: 50%;
153
+ box-shadow: 0 0 6px rgba(0,0,0,0.25);
154
+ border: 1px solid rgba(0,0,0,0.05);
155
+ }
156
+
157
+ /* Right scrollbar mock */
158
+ .scroll-track {
159
+ position: absolute;
160
+ right: 14px;
161
+ top: 450px;
162
+ width: 18px;
163
+ height: 1500px;
164
+ background: #E0E0E0;
165
+ border-radius: 9px;
166
+ }
167
+ .scroll-thumb {
168
+ position: absolute;
169
+ top: 880px;
170
+ left: 0;
171
+ width: 18px;
172
+ height: 180px;
173
+ background: #B0B0B0;
174
+ border-radius: 9px;
175
+ }
176
+
177
+ /* Floating Action Button */
178
+ .fab {
179
+ position: absolute;
180
+ right: 60px;
181
+ bottom: 220px;
182
+ width: 144px;
183
+ height: 144px;
184
+ background: #19A25B;
185
+ border-radius: 50%;
186
+ box-shadow: 0 10px 24px rgba(0,0,0,0.28);
187
+ display: flex;
188
+ align-items: center;
189
+ justify-content: center;
190
+ }
191
+ .fab-grid {
192
+ width: 80px;
193
+ height: 80px;
194
+ display: grid;
195
+ grid-template-columns: repeat(3, 1fr);
196
+ grid-gap: 10px;
197
+ }
198
+ .fab-dot {
199
+ width: 16px;
200
+ height: 16px;
201
+ background: #ffffff;
202
+ border-radius: 50%;
203
+ }
204
+
205
+ /* Gesture / navigation bar */
206
+ .gesture-bar {
207
+ position: absolute;
208
+ bottom: 0;
209
+ left: 0;
210
+ width: 100%;
211
+ height: 120px;
212
+ background: #000;
213
+ display: flex;
214
+ align-items: center;
215
+ justify-content: center;
216
+ }
217
+ .gesture-pill {
218
+ width: 240px;
219
+ height: 16px;
220
+ border-radius: 10px;
221
+ background: #E6E6E6;
222
+ opacity: 0.85;
223
+ }
224
+
225
+ /* Simple icon styling */
226
+ .icon {
227
+ display: inline-flex;
228
+ align-items: center;
229
+ justify-content: center;
230
+ }
231
+ svg { display: block; }
232
+ </style>
233
+ </head>
234
+ <body>
235
+ <div id="render-target">
236
+
237
+ <div class="header">
238
+ <div class="status-bar">
239
+ <div>12:10</div>
240
+ <div class="status-icons">
241
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#fff"><circle cx="12" cy="12" r="10" opacity="0.25"/></svg>
242
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#fff"><path d="M3 12h18" stroke="#fff" stroke-width="2"/></svg>
243
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#fff"><circle cx="12" cy="12" r="10" opacity="0.25"/></svg>
244
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#fff"><circle cx="12" cy="12" r="2"/></svg>
245
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#fff"><path d="M17 7H7v10h10V7z" fill="none" stroke="#fff" stroke-width="2"/></svg>
246
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#fff"><path d="M4 18h16v2H4z"/></svg>
247
+ </div>
248
+ </div>
249
+
250
+ <div class="search-row">
251
+ <div class="search-label">
252
+ <svg width="56" height="56" viewBox="0 0 24 24">
253
+ <circle cx="10" cy="10" r="6" stroke="#fff" stroke-width="2" fill="none"/>
254
+ <path d="M14.5 14.5L20 20" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
255
+ </svg>
256
+ <div>Search</div>
257
+ </div>
258
+ <div class="header-actions">
259
+ <div class="icon">
260
+ <svg width="48" height="48" viewBox="0 0 24 24">
261
+ <path d="M12 5v14M5 12h14" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
262
+ </svg>
263
+ </div>
264
+ <div class="icon">
265
+ <svg width="48" height="48" viewBox="0 0 24 24">
266
+ <circle cx="12" cy="5" r="2" fill="#fff"/>
267
+ <circle cx="12" cy="12" r="2" fill="#fff"/>
268
+ <circle cx="12" cy="19" r="2" fill="#fff"/>
269
+ </svg>
270
+ </div>
271
+ </div>
272
+ </div>
273
+
274
+ <div class="tabs">
275
+ <div class="tab">Favorites</div>
276
+ <div class="tab">Recents</div>
277
+ <div class="tab active">Contacts</div>
278
+ </div>
279
+ </div>
280
+
281
+ <div class="content">
282
+ <div class="alpha-bubbles">
283
+ <div class="bubble"></div>
284
+ <div class="bubble"></div>
285
+ <div class="bubble"></div>
286
+ <div class="bubble"></div>
287
+ </div>
288
+
289
+ <div class="scroll-track">
290
+ <div class="scroll-thumb"></div>
291
+ </div>
292
+
293
+ <div class="list">
294
+ <div class="item">
295
+ <div class="avatar">H</div>
296
+ <div class="title">H</div>
297
+ </div>
298
+ <div class="divider"></div>
299
+
300
+ <div class="item">
301
+ <div class="avatar">H</div>
302
+ <div class="title">H</div>
303
+ </div>
304
+ <div class="divider"></div>
305
+
306
+ <div class="item">
307
+ <div class="avatar">H</div>
308
+ <div class="title">H</div>
309
+ </div>
310
+ <div class="divider"></div>
311
+
312
+ <div class="item">
313
+ <div class="avatar">H</div>
314
+ <div class="title">H</div>
315
+ </div>
316
+ <div class="divider"></div>
317
+
318
+ <div class="item">
319
+ <div class="avatar">H</div>
320
+ <div class="title">H</div>
321
+ </div>
322
+ <div class="divider"></div>
323
+
324
+ <div class="item">
325
+ <div class="avatar">H</div>
326
+ <div class="title">H</div>
327
+ </div>
328
+ <div class="divider"></div>
329
+
330
+ <div class="item">
331
+ <div class="avatar">H</div>
332
+ <div class="title">H</div>
333
+ </div>
334
+ <div class="divider"></div>
335
+
336
+ <div class="item">
337
+ <div class="avatar">H</div>
338
+ <div class="title">H</div>
339
+ </div>
340
+ <div class="divider"></div>
341
+ </div>
342
+ </div>
343
+
344
+ <div class="fab">
345
+ <div class="fab-grid">
346
+ <div class="fab-dot"></div><div class="fab-dot"></div><div class="fab-dot"></div>
347
+ <div class="fab-dot"></div><div class="fab-dot"></div><div class="fab-dot"></div>
348
+ <div class="fab-dot"></div><div class="fab-dot"></div><div class="fab-dot"></div>
349
+ </div>
350
+ </div>
351
+
352
+ <div class="gesture-bar">
353
+ <div class="gesture-pill"></div>
354
+ </div>
355
+
356
+ </div>
357
+ </body>
358
+ </html>
code/10327/10327_1.html ADDED
@@ -0,0 +1,477 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>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, Arial, sans-serif;
13
+ }
14
+ #render-target {
15
+ position: relative;
16
+ overflow: hidden;
17
+ width: 1080px;
18
+ height: 2400px;
19
+ background: linear-gradient(#0c201d 0%, #0f2726 8%, #112c32 15%, #162f3f 22%, #17354a 35%, #183a4f 60%, #183a4f 100%);
20
+ border-radius: 0;
21
+ box-shadow: none;
22
+ color: #e9f2f6;
23
+ }
24
+
25
+ /* Status bar */
26
+ .statusbar {
27
+ position: absolute;
28
+ top: 0;
29
+ left: 0;
30
+ height: 110px;
31
+ width: 100%;
32
+ display: flex;
33
+ align-items: center;
34
+ padding: 24px 30px;
35
+ box-sizing: border-box;
36
+ color: #f8f8f8;
37
+ font-weight: 600;
38
+ letter-spacing: 0.3px;
39
+ }
40
+ .statusbar .time {
41
+ font-size: 38px;
42
+ margin-right: 20px;
43
+ }
44
+ .status-icons {
45
+ display: flex;
46
+ align-items: center;
47
+ gap: 22px;
48
+ margin-left: 10px;
49
+ opacity: 0.9;
50
+ }
51
+ .status-icons .dot {
52
+ width: 10px;
53
+ height: 10px;
54
+ border-radius: 50%;
55
+ background: #cfd8dc;
56
+ }
57
+ .status-icons svg {
58
+ width: 38px;
59
+ height: 38px;
60
+ }
61
+
62
+ /* Tabs / header strip */
63
+ .tabs {
64
+ position: absolute;
65
+ top: 110px;
66
+ left: 0;
67
+ width: 100%;
68
+ height: 100px;
69
+ display: flex;
70
+ align-items: center;
71
+ box-sizing: border-box;
72
+ padding: 0 40px;
73
+ color: #c6d3da;
74
+ }
75
+ .tab-divider {
76
+ flex: 1;
77
+ height: 2px;
78
+ background: rgba(255,255,255,0.25);
79
+ margin: 0 24px;
80
+ }
81
+ .tab {
82
+ display: flex;
83
+ align-items: center;
84
+ gap: 12px;
85
+ color: #b3c1c8;
86
+ }
87
+ .tab svg {
88
+ width: 44px;
89
+ height: 44px;
90
+ }
91
+ .tab.star {
92
+ color: #ff6f6f;
93
+ position: relative;
94
+ padding-bottom: 18px;
95
+ }
96
+ .tab.star::after {
97
+ content: "";
98
+ position: absolute;
99
+ left: 0;
100
+ right: 0;
101
+ bottom: 0;
102
+ margin: auto;
103
+ width: 140px;
104
+ height: 6px;
105
+ background: #ff5b5b;
106
+ border-radius: 3px;
107
+ }
108
+ .strip-labels {
109
+ position: absolute;
110
+ top: 180px;
111
+ left: 40px;
112
+ width: calc(100% - 80px);
113
+ display: flex;
114
+ justify-content: space-between;
115
+ color: rgba(255,255,255,0.35);
116
+ font-size: 30px;
117
+ letter-spacing: 2px;
118
+ }
119
+
120
+ /* List & contacts */
121
+ .content {
122
+ position: absolute;
123
+ top: 210px;
124
+ left: 0;
125
+ right: 0;
126
+ bottom: 170px;
127
+ padding: 0 170px 0 34px;
128
+ box-sizing: border-box;
129
+ overflow: hidden;
130
+ }
131
+ .contact {
132
+ display: flex;
133
+ align-items: center;
134
+ height: 175px;
135
+ border-bottom: 1px solid rgba(255,255,255,0.05);
136
+ position: relative;
137
+ }
138
+ .avatar-wrap {
139
+ width: 140px;
140
+ display: flex;
141
+ justify-content: center;
142
+ align-items: center;
143
+ }
144
+ .avatar {
145
+ width: 110px;
146
+ height: 110px;
147
+ border-radius: 55px;
148
+ background: #E0E0E0;
149
+ border: 1px solid #BDBDBD;
150
+ display: flex;
151
+ justify-content: center;
152
+ align-items: center;
153
+ color: #757575;
154
+ font-weight: 600;
155
+ box-shadow: 0 2px 0 rgba(0,0,0,0.25), inset 0 0 0 8px rgba(255,255,255,0.08);
156
+ }
157
+ .avatar-star {
158
+ position: absolute;
159
+ left: 86px;
160
+ top: 22px;
161
+ width: 26px;
162
+ height: 26px;
163
+ background: #fff;
164
+ border-radius: 50%;
165
+ display: flex;
166
+ justify-content: center;
167
+ align-items: center;
168
+ }
169
+ .avatar-star svg { width: 18px; height: 18px; }
170
+
171
+ .contact-text .name {
172
+ font-size: 44px;
173
+ color: #f5f9fb;
174
+ }
175
+ .contact-text .sub {
176
+ font-size: 30px;
177
+ color: rgba(255,255,255,0.55);
178
+ margin-top: 6px;
179
+ }
180
+ .contact-text .brand {
181
+ font-size: 42px;
182
+ color: #63d2ff;
183
+ letter-spacing: 0.5px;
184
+ }
185
+ .contact-text .sub.brand {
186
+ font-size: 28px;
187
+ color: rgba(99,210,255,0.6);
188
+ margin-top: 8px;
189
+ }
190
+ .contact-text {
191
+ margin-left: 10px;
192
+ }
193
+
194
+ /* Right-side actions */
195
+ .actions {
196
+ position: absolute;
197
+ right: 24px;
198
+ top: 200px;
199
+ width: 150px;
200
+ display: flex;
201
+ flex-direction: column;
202
+ align-items: flex-end;
203
+ gap: 40px;
204
+ pointer-events: none;
205
+ }
206
+ .action-btn {
207
+ width: 110px;
208
+ height: 110px;
209
+ border-radius: 55px;
210
+ display: flex;
211
+ justify-content: center;
212
+ align-items: center;
213
+ box-shadow: 0 8px 18px rgba(0,0,0,0.35);
214
+ pointer-events: auto;
215
+ }
216
+ .action-btn svg { width: 54px; height: 54px; }
217
+ .a-phone { background: #1faa67; }
218
+ .a-sms { background: #67c1de; }
219
+ .a-cal { background: #ff7f72; }
220
+ .a-bell { background: #b9a5c4; }
221
+ .a-mail { background: #2e5c8f; }
222
+ .a-map { background: #b4b6b7; }
223
+ .a-meet { background: #ffffff; }
224
+ .a-rec { background: #c64242; }
225
+ .a-cal2 { background: #7d6a5a; }
226
+
227
+ /* Bottom search bar */
228
+ .footer {
229
+ position: absolute;
230
+ left: 0;
231
+ right: 0;
232
+ bottom: 0;
233
+ height: 160px;
234
+ background: linear-gradient(to top, rgba(255,255,255,0.15), rgba(255,255,255,0.06));
235
+ backdrop-filter: blur(4px);
236
+ border-top: 1px solid rgba(255,255,255,0.1);
237
+ display: flex;
238
+ align-items: center;
239
+ padding: 0 40px;
240
+ box-sizing: border-box;
241
+ color: #e5edf2;
242
+ }
243
+ .footer .left-mark {
244
+ width: 40px;
245
+ height: 80px;
246
+ border-left: 2px solid rgba(255,255,255,0.35);
247
+ margin-right: 24px;
248
+ opacity: 0.9;
249
+ }
250
+ .footer .group {
251
+ display: flex;
252
+ align-items: center;
253
+ gap: 18px;
254
+ font-size: 44px;
255
+ }
256
+ .footer .group svg {
257
+ width: 54px;
258
+ height: 54px;
259
+ }
260
+ .footer .spacer {
261
+ flex: 1;
262
+ }
263
+ .footer .right-divider {
264
+ height: 80px;
265
+ border-left: 2px solid rgba(255,255,255,0.35);
266
+ margin: 0 20px;
267
+ }
268
+
269
+ /* Home indicator */
270
+ .home-pill {
271
+ position: absolute;
272
+ left: 50%;
273
+ bottom: 24px;
274
+ transform: translateX(-50%);
275
+ width: 180px;
276
+ height: 12px;
277
+ border-radius: 6px;
278
+ background: rgba(255,255,255,0.9);
279
+ }
280
+
281
+ /* Misc placeholders */
282
+ .plus-pill {
283
+ width: 110px;
284
+ height: 110px;
285
+ border-radius: 55px;
286
+ background: #cfd3da;
287
+ display: flex;
288
+ justify-content: center;
289
+ align-items: center;
290
+ margin-left: 15px;
291
+ box-shadow: 0 8px 18px rgba(0,0,0,0.35);
292
+ }
293
+ .faded {
294
+ color: rgba(255,255,255,0.2);
295
+ }
296
+ </style>
297
+ </head>
298
+ <body>
299
+ <div id="render-target">
300
+
301
+ <!-- Status bar -->
302
+ <div class="statusbar">
303
+ <div class="time">12:13</div>
304
+ <div class="status-icons">
305
+ <!-- simple small indicators -->
306
+ <svg viewBox="0 0 24 24" fill="none" stroke="#cfd8dc" stroke-width="2"><path d="M3 12h18"></path><path d="M7 8v8"></path></svg>
307
+ <div class="dot"></div>
308
+ <svg viewBox="0 0 24 24" fill="none" stroke="#cfd8dc" stroke-width="2"><circle cx="12" cy="12" r="8"></circle><path d="M12 12l4-4"></path></svg>
309
+ <div class="dot"></div>
310
+ <svg viewBox="0 0 24 24" fill="none" stroke="#cfd8dc" stroke-width="2"><path d="M3 12h18"></path><path d="M12 3v18"></path></svg>
311
+ <svg viewBox="0 0 24 24" fill="none" stroke="#cfd8dc" stroke-width="2"><path d="M3 4h18l-3 8-12 8z"></path></svg>
312
+ <svg viewBox="0 0 24 24" fill="none" stroke="#cfd8dc" stroke-width="2"><path d="M20 7h-2V4h-3v3H9V4H6v3H4v13h16V7z"></path></svg>
313
+ <svg viewBox="0 0 24 24" fill="none" stroke="#cfd8dc" stroke-width="2"><path d="M18 8a6 6 0 0 1-12 0"></path><rect x="3" y="4" width="18" height="16" rx="3"></rect></svg>
314
+ </div>
315
+ </div>
316
+
317
+ <!-- Tabs strip -->
318
+ <div class="tabs">
319
+ <div class="tab">
320
+ <svg viewBox="0 0 24 24" fill="none" stroke="#b3c1c8" stroke-width="2"><circle cx="11" cy="11" r="7"></circle><path d="M20 20l-4.5-4.5"></path></svg>
321
+ <div style="opacity:.4;font-size:30px;">search</div>
322
+ </div>
323
+ <div class="tab-divider"></div>
324
+ <div class="tab star">
325
+ <svg viewBox="0 0 24 24" fill="#ff6f6f"><path d="M12 2l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z"/></svg>
326
+ </div>
327
+ <div class="tab-divider"></div>
328
+ <div class="tab">
329
+ <svg viewBox="0 0 24 24" fill="none" stroke="#b3c1c8" stroke-width="2"><circle cx="12" cy="12" r="9"></circle><path d="M12 12V7"></path><path d="M12 12l4 3"></path></svg>
330
+ </div>
331
+ </div>
332
+ <div class="strip-labels">
333
+ <div>RECENTS</div>
334
+ <div>CONTACTS</div>
335
+ </div>
336
+
337
+ <!-- Right-side actions -->
338
+ <div class="actions">
339
+ <div class="action-btn a-phone">
340
+ <svg viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2">
341
+ <path d="M6 2h4l2 5-3 2a11 11 0 0 0 5 5l2-3 5 2v4a3 3 0 0 1-3 3 17 17 0 0 1-15-15 3 3 0 0 1 3-3z"/>
342
+ </svg>
343
+ </div>
344
+ <div class="action-btn a-sms">
345
+ <svg viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2">
346
+ <path d="M3 4h18v12H8l-5 5z"/>
347
+ </svg>
348
+ </div>
349
+ <div class="action-btn a-cal">
350
+ <svg viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2">
351
+ <rect x="3" y="5" width="18" height="16" rx="2"></rect>
352
+ <path d="M3 9h18"></path>
353
+ <path d="M7 2v4M17 2v4"></path>
354
+ </svg>
355
+ </div>
356
+ <div class="action-btn a-bell">
357
+ <svg viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2">
358
+ <path d="M12 22a2 2 0 0 0 2-2H10a2 2 0 0 0 2 2z"></path>
359
+ <path d="M6 16h12l-2-3V9a6 6 0 0 0-12 0v4z"></path>
360
+ </svg>
361
+ </div>
362
+ <div class="action-btn a-mail">
363
+ <svg viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2">
364
+ <rect x="3" y="5" width="18" height="14" rx="2"></rect>
365
+ <path d="M3 6l9 7 9-7"></path>
366
+ </svg>
367
+ </div>
368
+ <div class="action-btn a-map">
369
+ <svg viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2">
370
+ <path d="M12 21s7-7 7-11a7 7 0 1 0-14 0c0 4 7 11 7 11z"></path>
371
+ <circle cx="12" cy="10" r="3"></circle>
372
+ </svg>
373
+ </div>
374
+ <div class="action-btn a-meet">
375
+ <svg viewBox="0 0 24 24" fill="none" stroke="#3c3c3c" stroke-width="2">
376
+ <rect x="3" y="5" width="14" height="12" rx="2"></rect>
377
+ <path d="M17 8l4 3-4 3V8z"></path>
378
+ </svg>
379
+ </div>
380
+ <div class="action-btn a-rec">
381
+ <svg viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2">
382
+ <path d="M6 2h4l2 5-3 2a11 11 0 0 0 5 5l2-3 5 2v4"></path>
383
+ </svg>
384
+ </div>
385
+ <div class="action-btn a-cal2">
386
+ <svg viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2">
387
+ <rect x="3" y="5" width="18" height="16" rx="2"></rect>
388
+ <path d="M3 9h18"></path>
389
+ <text x="12" y="19" fill="#ffffff" font-size="8" text-anchor="middle">31</text>
390
+ </svg>
391
+ </div>
392
+ </div>
393
+
394
+ <!-- Main list -->
395
+ <div class="content">
396
+ <!-- Contact 1 -->
397
+ <div class="contact">
398
+ <div class="avatar-wrap">
399
+ <div class="avatar">[IMG: Avatar NL]</div>
400
+ <div class="avatar-star">
401
+ <svg viewBox="0 0 24 24" fill="#ff6f6f"><path d="M12 2l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z"/></svg>
402
+ </div>
403
+ </div>
404
+ <div class="contact-text">
405
+ <div class="name">Natalie Larson</div>
406
+ </div>
407
+ </div>
408
+
409
+ <!-- Contact 2 -->
410
+ <div class="contact">
411
+ <div class="avatar-wrap">
412
+ <div class="avatar">[IMG: Support Avatar]</div>
413
+ </div>
414
+ <div class="contact-text">
415
+ <div class="brand">drupe support</div>
416
+ </div>
417
+ </div>
418
+
419
+ <!-- Contact 3 (promo) -->
420
+ <div class="contact">
421
+ <div class="avatar-wrap">
422
+ <div class="avatar">[IMG: Calendar Icon]</div>
423
+ </div>
424
+ <div class="contact-text">
425
+ <div class="name">Supercharge your calendar</div>
426
+ <div class="sub brand">Download Calendar.AI now</div>
427
+ </div>
428
+ </div>
429
+
430
+ <!-- Contact 4 -->
431
+ <div class="contact">
432
+ <div class="avatar-wrap">
433
+ <div class="avatar">[IMG: Me]</div>
434
+ </div>
435
+ <div class="contact-text">
436
+ <div class="name" style="color:#ffc547;">Me</div>
437
+ </div>
438
+ </div>
439
+
440
+ <!-- Add circle -->
441
+ <div class="contact">
442
+ <div class="avatar-wrap">
443
+ <div class="plus-pill">
444
+ <svg viewBox="0 0 24 24" fill="none" stroke="#2c3e50" stroke-width="2"><path d="M12 5v14M5 12h14"></path></svg>
445
+ </div>
446
+ </div>
447
+ <div class="contact-text">
448
+ <div class="name faded">H</div>
449
+ </div>
450
+ </div>
451
+
452
+ <!-- Faded filler rows -->
453
+ <div class="contact"><div class="avatar-wrap"><div class="avatar">[IMG]</div></div><div class="contact-text"><div class="name faded">H</div></div></div>
454
+ <div class="contact"><div class="avatar-wrap"><div class="avatar">[IMG]</div></div><div class="contact-text"><div class="name faded">H</div></div></div>
455
+ <div class="contact"><div class="avatar-wrap"><div class="avatar">[IMG]</div></div><div class="contact-text"><div class="name faded">H</div></div></div>
456
+ </div>
457
+
458
+ <!-- Bottom search bar -->
459
+ <div class="footer">
460
+ <div class="left-mark"></div>
461
+ <div class="group">
462
+ <svg viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2"><circle cx="11" cy="11" r="7"></circle><path d="M20 20l-4.5-4.5"></path></svg>
463
+ <div>Search</div>
464
+ </div>
465
+ <div class="spacer"></div>
466
+ <svg viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2"><path d="M12 5v14M5 12h14"></path></svg>
467
+ <div class="right-divider"></div>
468
+ <svg viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2">
469
+ <circle cx="12" cy="12" r="9"></circle>
470
+ <path d="M12 7v5l4 2"></path>
471
+ </svg>
472
+ </div>
473
+
474
+ <div class="home-pill"></div>
475
+ </div>
476
+ </body>
477
+ </html>
code/10327/10327_10.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>Contact Edit Screen Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ * { box-sizing: border-box; }
10
+ #render-target {
11
+ width: 1080px;
12
+ height: 2400px;
13
+ position: relative;
14
+ overflow: hidden;
15
+ background: linear-gradient(#0c1a16 0px, #102e3e 160px, #14394c 400px, #173a4a 800px, #153347 1400px);
16
+ color: #fff;
17
+ font-family: Arial, Helvetica, sans-serif;
18
+ }
19
+
20
+ /* Status bar */
21
+ .status-bar {
22
+ position: absolute;
23
+ top: 0;
24
+ left: 0;
25
+ width: 1080px;
26
+ height: 90px;
27
+ padding: 0 30px;
28
+ display: flex;
29
+ align-items: center;
30
+ justify-content: space-between;
31
+ color: #e8e8e8;
32
+ background: rgba(8, 18, 14, 0.85);
33
+ }
34
+ .status-left { font-weight: 600; font-size: 28px; }
35
+ .status-right { display: flex; align-items: center; gap: 18px; }
36
+ .dot { width: 10px; height: 10px; border-radius: 50%; background: #cfd8dc; opacity: 0.8; }
37
+ .icon-wifi, .icon-battery {
38
+ width: 40px; height: 24px;
39
+ }
40
+ .icon-wifi svg { width: 100%; height: 100%; }
41
+ .icon-battery svg { width: 100%; height: 100%; }
42
+
43
+ /* App bar */
44
+ .app-bar {
45
+ position: absolute;
46
+ top: 90px;
47
+ left: 0;
48
+ width: 1080px;
49
+ height: 140px;
50
+ padding: 28px 30px;
51
+ display: flex;
52
+ align-items: center;
53
+ justify-content: space-between;
54
+ background: rgba(20, 56, 70, 0.95);
55
+ border-bottom: 1px solid rgba(180, 200, 210, 0.25);
56
+ }
57
+ .title-row { display: flex; align-items: center; gap: 24px; }
58
+ .back-btn {
59
+ width: 54px; height: 54px; display: inline-flex; align-items: center; justify-content: center;
60
+ }
61
+ .back-btn svg { width: 38px; height: 38px; fill: #ff5b57; }
62
+ .app-title {
63
+ font-size: 32px;
64
+ color: #cfe3ea;
65
+ }
66
+ .account {
67
+ color: #cfe3ea;
68
+ font-weight: 600;
69
+ }
70
+ .save-area { display: flex; align-items: center; gap: 16px; }
71
+ .check-icon svg { width: 40px; height: 40px; fill: #7fd0ff; }
72
+ .save-text { color: #7fd0ff; font-size: 34px; font-weight: 600; letter-spacing: 1px; }
73
+
74
+ /* Content area */
75
+ .content {
76
+ position: absolute;
77
+ top: 230px;
78
+ left: 0;
79
+ width: 1080px;
80
+ height: 1220px;
81
+ padding: 0 40px;
82
+ overflow: hidden;
83
+ }
84
+ .divider { height: 1px; background: rgba(200, 220, 230, 0.35); margin: 10px 0 24px; }
85
+
86
+ .number-block {
87
+ padding: 16px 0 24px;
88
+ }
89
+ .phone-number {
90
+ font-size: 52px; font-weight: 700; color: #e9f2f6; letter-spacing: 1px;
91
+ }
92
+ .sub-label {
93
+ margin-top: 8px; font-size: 22px; color: #9fb1ba; letter-spacing: 2px;
94
+ }
95
+
96
+ .form-field {
97
+ position: relative;
98
+ padding: 22px 0 30px 92px;
99
+ margin-bottom: 18px;
100
+ border-bottom: 1px solid rgba(180, 200, 210, 0.35);
101
+ }
102
+ .avatar {
103
+ position: absolute; left: 0; top: 14px;
104
+ width: 64px; height: 64px; border-radius: 50%;
105
+ background: rgba(224,224,224,0.2);
106
+ border: 1px solid rgba(189,189,189,0.35);
107
+ display: flex; align-items: center; justify-content: center;
108
+ color: #a7b2b8; font-size: 12px;
109
+ }
110
+ .placeholder {
111
+ font-style: italic; color: #b6c3ca; font-size: 32px;
112
+ }
113
+
114
+ /* Keyboard mock */
115
+ .keyboard {
116
+ position: absolute;
117
+ bottom: 70px;
118
+ left: 0;
119
+ width: 1080px;
120
+ height: 930px;
121
+ background: #1e2126;
122
+ border-top: 1px solid rgba(255,255,255,0.06);
123
+ padding: 30px 22px;
124
+ }
125
+ .kb-top-row {
126
+ display: flex; align-items: center; gap: 22px; margin-bottom: 22px;
127
+ }
128
+ .kb-small { width: 72px; height: 72px; border-radius: 18px; background: #2a2d32; color: #e5e8ea; display:flex; align-items:center; justify-content:center; font-size: 28px; }
129
+ .kb-row { display: flex; gap: 16px; justify-content: center; margin: 18px 0; }
130
+ .key {
131
+ width: 92px; height: 120px; border-radius: 22px; background: #2b2f35; color: #f5f7f9;
132
+ display: flex; align-items: center; justify-content: center; font-size: 36px; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05);
133
+ }
134
+ .key.wide { width: 160px; }
135
+ .key.shift { width: 130px; }
136
+ .key.back { width: 130px; }
137
+ .space { width: 560px; height: 120px; border-radius: 28px; background: #2b2f35; color: #cfd6dc; display:flex; align-items:center; justify-content:center; font-size: 26px; }
138
+ .enter {
139
+ width: 120px; height: 120px; border-radius: 36px; background: #9fc7ff; color: #0d1b25; font-weight: 700;
140
+ display:flex; align-items:center; justify-content:center; font-size: 42px;
141
+ }
142
+ .gesture-bar {
143
+ position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%);
144
+ width: 240px; height: 10px; border-radius: 8px; background: rgba(255,255,255,0.65);
145
+ }
146
+
147
+ /* Helper line styling to mimic faint layering */
148
+ .overlay-strip {
149
+ position: absolute; left: 0; top: 340px; width: 1080px; height: 100px;
150
+ background: rgba(255,255,255,0.06);
151
+ }
152
+ </style>
153
+ </head>
154
+ <body>
155
+ <div id="render-target">
156
+
157
+ <!-- Status Bar -->
158
+ <div class="status-bar">
159
+ <div class="status-left">12:18</div>
160
+ <div class="status-right">
161
+ <div class="dot"></div>
162
+ <div class="dot"></div>
163
+ <div class="dot"></div>
164
+ <div class="dot"></div>
165
+ <div class="icon-wifi">
166
+ <svg viewBox="0 0 24 24">
167
+ <path fill="#e8e8e8" d="M12 18a2 2 0 1 0 0.001 0z"/>
168
+ <path fill="none" stroke="#e8e8e8" stroke-width="2" d="M4 10c4.4-3.3 11.6-3.3 16 0M7 13c2.8-2 7.2-2 10 0"/>
169
+ </svg>
170
+ </div>
171
+ <div class="icon-battery">
172
+ <svg viewBox="0 0 24 24">
173
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2" fill="none" stroke="#e8e8e8" stroke-width="2"/>
174
+ <rect x="4" y="8" width="12" height="8" fill="#e8e8e8"/>
175
+ <rect x="20" y="9" width="2" height="6" fill="#e8e8e8"/>
176
+ </svg>
177
+ </div>
178
+ </div>
179
+ </div>
180
+
181
+ <!-- App Bar -->
182
+ <div class="app-bar">
183
+ <div class="title-row">
184
+ <div class="back-btn">
185
+ <svg viewBox="0 0 24 24">
186
+ <path d="M15 18l-6-6 6-6" />
187
+ </svg>
188
+ </div>
189
+ <div class="app-title">Account <span class="account">amelia.miller2709@gmail.com</span></div>
190
+ </div>
191
+ <div class="save-area">
192
+ <div class="check-icon">
193
+ <svg viewBox="0 0 24 24">
194
+ <path d="M20 6l-11 11-5-5" />
195
+ </svg>
196
+ </div>
197
+ <div class="save-text">SAVE</div>
198
+ </div>
199
+ </div>
200
+
201
+ <!-- Content -->
202
+ <div class="content">
203
+ <div class="divider"></div>
204
+
205
+ <div class="number-block">
206
+ <div class="phone-number">2111222222</div>
207
+ <div class="sub-label">MOBILE</div>
208
+ </div>
209
+
210
+ <div class="form-field">
211
+ <div class="avatar">[IMG]</div>
212
+ <div class="placeholder">Insert email</div>
213
+ </div>
214
+
215
+ <div class="form-field">
216
+ <div class="avatar">[IMG]</div>
217
+ <div class="placeholder">Insert address</div>
218
+ </div>
219
+
220
+ <div class="form-field">
221
+ <div class="avatar">[IMG]</div>
222
+ <div class="placeholder">Insert birthday</div>
223
+ </div>
224
+
225
+ <div class="form-field">
226
+ <div class="avatar">[IMG]</div>
227
+ <div class="placeholder">Enter nickname</div>
228
+ </div>
229
+
230
+ <div class="form-field">
231
+ <div class="avatar">[IMG]</div>
232
+ <div class="placeholder">Enter company</div>
233
+ </div>
234
+
235
+ <div class="form-field">
236
+ <div class="avatar">[IMG]</div>
237
+ <div class="placeholder">Enter website</div>
238
+ </div>
239
+ </div>
240
+
241
+ <!-- Faint overlay strip to mimic the translucent panel seen -->
242
+ <div class="overlay-strip"></div>
243
+
244
+ <!-- Keyboard -->
245
+ <div class="keyboard">
246
+ <div class="kb-top-row">
247
+ <div class="kb-small">◧</div>
248
+ <div class="kb-small">☺</div>
249
+ <div class="kb-small">GIF</div>
250
+ <div class="kb-small">⚙</div>
251
+ <div class="kb-small">G↔</div>
252
+ <div class="kb-small">🎨</div>
253
+ <div class="kb-small">🎤</div>
254
+ </div>
255
+
256
+ <div class="kb-row">
257
+ <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>
258
+ <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>
259
+ </div>
260
+
261
+ <div class="kb-row">
262
+ <div class="key wide">A</div><div class="key">S</div><div class="key">D</div><div class="key">F</div><div class="key">G</div>
263
+ <div class="key">H</div><div class="key">J</div><div class="key">K</div><div class="key wide">L</div>
264
+ </div>
265
+
266
+ <div class="kb-row">
267
+ <div class="key shift">⇧</div>
268
+ <div class="key">Z</div><div class="key">X</div><div class="key">C</div><div class="key">V</div>
269
+ <div class="key">B</div><div class="key">N</div><div class="key">M</div>
270
+ <div class="key back">⌫</div>
271
+ </div>
272
+
273
+ <div class="kb-row">
274
+ <div class="key wide">?123</div>
275
+ <div class="key wide">@</div>
276
+ <div class="key wide">☺</div>
277
+ <div class="space">Space</div>
278
+ <div class="key">.</div>
279
+ <div class="enter">↩</div>
280
+ </div>
281
+ </div>
282
+
283
+ <div class="gesture-bar"></div>
284
+ </div>
285
+ </body>
286
+ </html>
code/10327/10327_11.html ADDED
@@ -0,0 +1,255 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>Contacts Edit 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: linear-gradient(180deg,#0a202c 0%, #0c2b3b 30%, #0b2840 60%, #0a2233 100%);
11
+ color:#e8f0f9;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar { height:70px; padding:0 28px; display:flex; align-items:center; justify-content:space-between; color:#ffffff; font-size:32px; }
16
+ .status-icons { display:flex; align-items:center; gap:24px; opacity:0.9; }
17
+ .status-dot { width:10px; height:10px; background:#b7c3cf; border-radius:50%; display:inline-block; }
18
+ .icon-wifi svg, .icon-battery svg { height:34px; width:34px; fill:#cfd8dc; }
19
+ .icon-battery svg { transform: translateY(1px); }
20
+
21
+ /* App bar */
22
+ .app-bar { height:120px; display:flex; align-items:center; padding:0 24px; }
23
+ .back-btn { width:84px; height:84px; display:flex; align-items:center; justify-content:center; }
24
+ .back-btn svg { width:48px; height:48px; fill:#ff5b5b; }
25
+ .title-wrap { flex:1; }
26
+ .title { font-size:42px; font-weight:600; color:#e8f0f9; }
27
+ .subtitle { font-size:28px; color:#a7b6c5; margin-top:6px; }
28
+ .save-btn { display:flex; align-items:center; gap:12px; color:#7fd1ff; font-weight:600; font-size:40px; }
29
+ .save-btn svg { width:40px; height:40px; fill:#7fd1ff; }
30
+ .kebab { width:60px; height:60px; display:flex; align-items:center; justify-content:center; margin-left:10px; }
31
+ .kebab svg { width:22px; height:22px; fill:#a7b6c5; }
32
+
33
+ /* Content */
34
+ .content { padding:0 36px; }
35
+ .search { font-size:30px; color:#8aa0b3; margin-top:6px; }
36
+ .divider { height:2px; background:rgba(255,255,255,0.18); margin:22px 0; }
37
+
38
+ .field { display:flex; align-items:flex-start; gap:26px; margin:18px 0 8px; }
39
+ .avatar { width:64px; height:64px; border-radius:50%; background:rgba(255,255,255,0.08); border:1px solid rgba(255,255,255,0.12); color:#b0c4d4; display:flex; align-items:center; justify-content:center; font-weight:700; }
40
+ .value-col { flex:1; }
41
+ .value { font-size:52px; color:#e8f0f9; line-height:1.25; }
42
+ .hint { font-size:26px; color:#8aa0b3; letter-spacing:1px; margin-top:6px; text-transform:uppercase; }
43
+
44
+ .focus-field {
45
+ margin:26px 0 12px;
46
+ padding:26px 22px;
47
+ border-radius:10px;
48
+ background: rgba(180,190,200,0.18);
49
+ color:#e8f0f9;
50
+ }
51
+ .focus-field .value { font-size:46px; }
52
+
53
+ .thin-divider { height:2px; background:rgba(255,255,255,0.18); margin:24px 0; }
54
+
55
+ /* Keyboard */
56
+ .keyboard {
57
+ position:absolute; bottom:0; left:0; width:100%;
58
+ height:900px; background:#121316; border-top:1px solid #2a2d32;
59
+ box-shadow: 0 -10px 40px rgba(0,0,0,0.35);
60
+ }
61
+ .kb-toprow { height:110px; display:flex; align-items:center; gap:34px; padding:0 28px; color:#cfd3d8; }
62
+ .kb-topbtn {
63
+ width:90px; height:70px; border-radius:14px; background:#212327; border:1px solid #2d3036;
64
+ display:flex; align-items:center; justify-content:center; font-size:28px;
65
+ }
66
+ .kb-grid { padding:18px 18px 0; }
67
+ .kb-row { display:grid; grid-template-columns: repeat(10, 1fr); gap:16px; margin-bottom:18px; }
68
+ .kb-key {
69
+ height:120px; background:#2a2d31; border:1px solid #3a3d43; border-radius:16px;
70
+ color:#f1f4f7; display:flex; align-items:center; justify-content:center; font-size:48px;
71
+ }
72
+ .kb-row.second { grid-template-columns: 60px repeat(9, 1fr); }
73
+ .kb-row.third { grid-template-columns: 80px repeat(8, 1fr) 120px; }
74
+ .kb-row.fourth { grid-template-columns: 160px 120px repeat(6, 1fr) 120px 160px; }
75
+ .kb-key.small { font-size:34px; }
76
+ .kb-key.dark { background:#1f2125; }
77
+ .kb-handle {
78
+ position:absolute; bottom:870px; left:50%; transform:translateX(-50%);
79
+ width:240px; height:8px; background:#cfd3d8; border-radius:12px; opacity:0.8;
80
+ }
81
+ .send { background:#c9d7e5; color:#1a1c20; font-weight:700; }
82
+ .backspace svg, .mic svg, .settings svg { width:40px; height:40px; fill:#dbe2e8; }
83
+
84
+ /* Subtle overlay near center like screenshot */
85
+ .overlay-gradient {
86
+ position:absolute; top:260px; left:0; right:0; height:900px;
87
+ background: linear-gradient(180deg, rgba(9,22,32,0.3) 0%, rgba(9,22,32,0.15) 25%, rgba(9,22,32,0.0) 60%);
88
+ pointer-events:none;
89
+ }
90
+ </style>
91
+ </head>
92
+ <body>
93
+ <div id="render-target">
94
+
95
+ <!-- Status bar -->
96
+ <div class="status-bar">
97
+ <div>12:18</div>
98
+ <div class="status-icons">
99
+ <span class="status-dot"></span>
100
+ <span class="status-dot"></span>
101
+ <span class="status-dot"></span>
102
+ <div class="icon-wifi">
103
+ <svg viewBox="0 0 24 24"><path d="M12 18.5c.9 0 1.6.7 1.6 1.6S12.9 21.7 12 21.7s-1.6-.7-1.6-1.6.7-1.6 1.6-1.6zm-5.6-5c3.1-2.7 8-2.7 11.1 0l-1.6 1.6c-2.4-2-5.5-2-7.9 0L6.4 13.5zm-3.6-3.6c5.3-4.7 13.8-4.7 19.1 0l-1.6 1.6c-4.5-3.9-11.4-3.9-15.9 0L2.8 9.9z"/></svg>
104
+ </div>
105
+ <div class="icon-battery">
106
+ <svg viewBox="0 0 24 24"><path d="M18 7h2v10h-2v2H5c-1.1 0-2-.9-2-2V9c0-1.1.9-2 2-2h13v0zm-1 2H5v10h12V9z"/></svg>
107
+ </div>
108
+ </div>
109
+ </div>
110
+
111
+ <!-- App bar -->
112
+ <div class="app-bar">
113
+ <div class="back-btn">
114
+ <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>
115
+ </div>
116
+ <div class="title-wrap">
117
+ <div class="title">Account amelia.miller2709@gmail.com</div>
118
+ <div class="subtitle">Search</div>
119
+ </div>
120
+ <div class="save-btn">
121
+ <svg viewBox="0 0 24 24"><path d="M9 16.2l-3.5-3.5L4 14.2 9 19l11-11-1.4-1.4z"/></svg>
122
+ <div>SAVE</div>
123
+ <div class="kebab">
124
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/></svg>
125
+ </div>
126
+ </div>
127
+ </div>
128
+
129
+ <div class="content">
130
+ <div class="divider"></div>
131
+
132
+ <!-- Phone number -->
133
+ <div class="field">
134
+ <div class="avatar">H</div>
135
+ <div class="value-col">
136
+ <div class="value">2111222222</div>
137
+ <div class="hint">MOBILE</div>
138
+ </div>
139
+ </div>
140
+
141
+ <div class="thin-divider"></div>
142
+
143
+ <!-- Focused email field -->
144
+ <div class="focus-field">
145
+ <div class="value">richardwegnar@gmail.com</div>
146
+ </div>
147
+
148
+ <div class="thin-divider"></div>
149
+
150
+ <!-- Address -->
151
+ <div class="field">
152
+ <div class="avatar">H</div>
153
+ <div class="value-col">
154
+ <div class="hint" style="text-transform:none; font-size:38px; color:#a1b2c2;">Insert address</div>
155
+ </div>
156
+ </div>
157
+
158
+ <div class="thin-divider"></div>
159
+
160
+ <!-- Birthday -->
161
+ <div class="field">
162
+ <div class="avatar">H</div>
163
+ <div class="value-col">
164
+ <div class="hint" style="text-transform:none; font-size:38px; color:#a1b2c2;">Insert birthday</div>
165
+ </div>
166
+ </div>
167
+
168
+ <div class="thin-divider"></div>
169
+
170
+ <!-- Nickname -->
171
+ <div class="field">
172
+ <div class="avatar">H</div>
173
+ <div class="value-col">
174
+ <div class="hint" style="text-transform:none; font-size:38px; color:#a1b2c2;">Enter nickname</div>
175
+ </div>
176
+ </div>
177
+
178
+ <div class="thin-divider"></div>
179
+
180
+ <!-- Company -->
181
+ <div class="field">
182
+ <div class="avatar">H</div>
183
+ <div class="value-col">
184
+ <div class="hint" style="text-transform:none; font-size:38px; color:#a1b2c2;">Enter company</div>
185
+ </div>
186
+ </div>
187
+
188
+ <div class="thin-divider"></div>
189
+
190
+ <!-- Website -->
191
+ <div class="field">
192
+ <div class="avatar">H</div>
193
+ <div class="value-col">
194
+ <div class="hint" style="text-transform:none; font-size:38px; color:#a1b2c2;">Enter website</div>
195
+ </div>
196
+ </div>
197
+ </div>
198
+
199
+ <div class="overlay-gradient"></div>
200
+
201
+ <!-- Keyboard handle -->
202
+ <div class="kb-handle"></div>
203
+
204
+ <!-- Keyboard -->
205
+ <div class="keyboard">
206
+ <div class="kb-toprow">
207
+ <div class="kb-topbtn">⌨️</div>
208
+ <div class="kb-topbtn">☺️</div>
209
+ <div class="kb-topbtn">GIF</div>
210
+ <div class="kb-topbtn settings">
211
+ <svg viewBox="0 0 24 24"><path d="M12 8a4 4 0 110 8 4 4 0 010-8zm8.7 3l-1.3-.8.3-1.5-1.7-2.9-1.5.3-.8-1.3H8.6l-.8 1.3-1.5-.3-1.7 2.9.3 1.5-1.3.8v2l1.3.8-.3 1.5 1.7 2.9 1.5-.3.8 1.3h6.6l.8-1.3 1.5.3 1.7-2.9-.3-1.5 1.3-.8V11z"/></svg>
212
+ </div>
213
+ <div class="kb-topbtn">G</div>
214
+ <div class="kb-topbtn">🎨</div>
215
+ <div class="kb-topbtn mic">
216
+ <svg viewBox="0 0 24 24"><path d="M12 14a3 3 0 003-3V6a3 3 0 00-6 0v5a3 3 0 003 3zm5-3a5 5 0 01-10 0H5a7 7 0 0014 0h-2zM11 19h2v3h-2z"/></svg>
217
+ </div>
218
+ </div>
219
+
220
+ <div class="kb-grid">
221
+ <div class="kb-row">
222
+ <div class="kb-key">q</div><div class="kb-key">w</div><div class="kb-key">e</div><div class="kb-key">r</div><div class="kb-key">t</div>
223
+ <div class="kb-key">y</div><div class="kb-key">u</div><div class="kb-key">i</div><div class="kb-key">o</div><div class="kb-key">p</div>
224
+ </div>
225
+
226
+ <div class="kb-row second">
227
+ <div class="kb-key dark small">1</div>
228
+ <div class="kb-key">a</div><div class="kb-key">s</div><div class="kb-key">d</div><div class="kb-key">f</div>
229
+ <div class="kb-key">g</div><div class="kb-key">h</div><div class="kb-key">j</div><div class="kb-key">k</div><div class="kb-key">l</div>
230
+ </div>
231
+
232
+ <div class="kb-row third">
233
+ <div class="kb-key dark small">⇧</div>
234
+ <div class="kb-key">z</div><div class="kb-key">x</div><div class="kb-key">c</div><div class="kb-key">v</div><div class="kb-key">b</div>
235
+ <div class="kb-key">n</div><div class="kb-key">m</div>
236
+ <div class="kb-key backspace">
237
+ <svg viewBox="0 0 24 24"><path d="M22 5H8L2 12l6 7h14V5zm-4 9H12v-2h6v2z"/></svg>
238
+ </div>
239
+ </div>
240
+
241
+ <div class="kb-row fourth">
242
+ <div class="kb-key dark small">?123</div>
243
+ <div class="kb-key dark small">@</div>
244
+ <div class="kb-key dark small">☺</div>
245
+ <div class="kb-key dark small">,</div>
246
+ <div class="kb-key dark">space</div>
247
+ <div class="kb-key dark small">.</div>
248
+ <div class="kb-key send">↲</div>
249
+ </div>
250
+ </div>
251
+ </div>
252
+
253
+ </div>
254
+ </body>
255
+ </html>
code/10327/10327_12.html ADDED
@@ -0,0 +1,307 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Contact Detail UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: "Roboto", "Segoe UI", Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: linear-gradient(180deg, #0b222a 0%, #0f3446 20%, #123a52 60%, #143b52 100%);
12
+ border-radius: 0;
13
+ }
14
+ /* Status bar */
15
+ .status-bar {
16
+ position: absolute; top: 0; left: 0; width: 100%; height: 110px;
17
+ display: flex; align-items: center; justify-content: space-between;
18
+ padding: 0 40px; color: #ffffff; font-size: 38px; opacity: 0.9;
19
+ }
20
+ .status-icons { display: flex; gap: 26px; align-items: center; }
21
+ .dot { width: 14px; height: 14px; background: #cbd5e1; border-radius: 50%; opacity: 0.8; }
22
+
23
+ /* Toolbar */
24
+ .toolbar {
25
+ position: absolute; top: 110px; left: 0; width: 100%; height: 120px;
26
+ display: flex; align-items: center; justify-content: space-between;
27
+ padding: 0 36px;
28
+ }
29
+ .toolbar-left { display: flex; align-items: center; gap: 24px; }
30
+ .search-text { font-size: 44px; color: #9fb0bf; }
31
+ .edit-btn { font-size: 44px; color: #e56b6b; font-weight: 600; }
32
+
33
+ /* Avatar */
34
+ .avatar-wrap {
35
+ position: absolute; left: 50%; transform: translateX(-50%);
36
+ top: 260px; width: 290px; height: 290px; border-radius: 50%;
37
+ display: flex; align-items: center; justify-content: center;
38
+ box-shadow: 0 0 0 16px rgba(255,255,255,0.15);
39
+ }
40
+ .avatar {
41
+ width: 290px; height: 290px; border-radius: 50%;
42
+ background: #E0E0E0; border: 2px solid #BDBDBD;
43
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 40px; letter-spacing: 2px;
44
+ }
45
+ .camera-chip {
46
+ position: absolute; right: -6px; bottom: 8px; width: 86px; height: 86px;
47
+ background: #3a82a6; border-radius: 50%; border: 4px solid rgba(255,255,255,0.2);
48
+ display: flex; align-items: center; justify-content: center;
49
+ }
50
+
51
+ /* Name and subtitle */
52
+ .name { position: absolute; top: 590px; width: 100%; text-align: center; color: #ffffff; font-size: 74px; font-weight: 500; }
53
+ .subtitle { position: absolute; top: 670px; width: 100%; text-align: center; color: #9fb0bf; font-size: 40px; }
54
+
55
+ /* Actions grid */
56
+ .actions {
57
+ position: absolute; top: 760px; left: 0; width: 100%;
58
+ display: flex; justify-content: center; flex-wrap: wrap; gap: 30px; padding: 0 40px;
59
+ }
60
+ .action {
61
+ width: 200px; text-align: center; color: #a7bac8;
62
+ }
63
+ .action .icon {
64
+ width: 140px; height: 140px; margin: 0 auto 18px auto; border-radius: 50%;
65
+ background: #234b62; box-shadow: inset 0 0 0 2px rgba(255,255,255,0.06);
66
+ display: flex; align-items: center; justify-content: center;
67
+ }
68
+ .action svg { width: 72px; height: 72px; stroke: #93c7e2; fill: none; stroke-width: 2.2; }
69
+ .action .label { font-size: 34px; }
70
+
71
+ /* Carousel dots */
72
+ .page-dots { position: absolute; top: 1235px; width: 100%; display: flex; justify-content: center; gap: 16px; }
73
+ .page-dots .dot { width: 18px; height: 18px; }
74
+ .page-dots .dot.active { background: #ffffff; }
75
+ .page-dots .dot.inactive { background: #9fb0bf; opacity: 0.6; }
76
+
77
+ /* Info section */
78
+ .divider { height: 2px; background: rgba(255,255,255,0.25); width: calc(100% - 80px); margin: 32px auto; }
79
+ .info-row {
80
+ width: calc(100% - 80px); margin: 10px auto 0 auto; padding: 20px 0;
81
+ display: flex; align-items: center; justify-content: space-between; color: #ffffff;
82
+ }
83
+ .info-left { display: flex; flex-direction: column; }
84
+ .info-main { font-size: 56px; color: #ffffff; }
85
+ .info-sub { font-size: 28px; color: #7f92a1; letter-spacing: 2px; margin-top: 8px; }
86
+ .info-right { display: flex; gap: 22px; align-items: center; }
87
+ .circle-btn { width: 112px; height: 112px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
88
+ .btn-sms { background: #6bb7d8; }
89
+ .btn-call { background: #2fb566; }
90
+ .btn-mail { background: #2f7db5; }
91
+ .circle-btn svg { width: 56px; height: 56px; stroke: #ffffff; stroke-width: 2.2; fill: none; }
92
+
93
+ /* Recents section */
94
+ .recents-title { width: calc(100% - 80px); margin: 36px auto 0 auto; color: #8ea0af; font-size: 40px; letter-spacing: 1px; }
95
+ .no-history { width: 100%; text-align: center; color: #79b6d6; font-size: 46px; margin-top: 30px; }
96
+
97
+ /* Toast */
98
+ .toast {
99
+ position: absolute; bottom: 160px; left: 50%; transform: translateX(-50%);
100
+ background: #d6d9de; color: #333; font-size: 40px; padding: 34px 46px; border-radius: 38px;
101
+ box-shadow: 0 12px 24px rgba(0,0,0,0.25);
102
+ }
103
+
104
+ /* Navigation pill */
105
+ .nav-pill {
106
+ position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%);
107
+ width: 240px; height: 12px; background: #cfd3d7; border-radius: 8px; opacity: 0.85;
108
+ }
109
+ </style>
110
+ </head>
111
+ <body>
112
+ <div id="render-target">
113
+
114
+ <!-- Status Bar -->
115
+ <div class="status-bar">
116
+ <div>12:19</div>
117
+ <div class="status-icons">
118
+ <div class="dot"></div>
119
+ <div class="dot"></div>
120
+ <div class="dot"></div>
121
+ <div class="dot"></div>
122
+ <div class="dot"></div>
123
+ <svg width="40" height="40" viewBox="0 0 24 24">
124
+ <rect x="2" y="7" width="16" height="10" rx="2" ry="2" fill="none" stroke="#fff" stroke-width="2"></rect>
125
+ <rect x="18" y="9" width="2" height="6" fill="#fff"></rect>
126
+ </svg>
127
+ <svg width="34" height="34" viewBox="0 0 24 24">
128
+ <path d="M12 4 L12 2 M5 7 L4 6 M19 7 L20 6 M4 16 L5 15 M19 16 L20 15" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"></path>
129
+ <path d="M6 10 a6 6 0 1 0 12 0 a6 6 0 1 0 -12 0" stroke="#fff" stroke-width="2" fill="none"></path>
130
+ </svg>
131
+ <svg width="30" height="30" viewBox="0 0 24 24">
132
+ <path d="M12 2 L12 14" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"></path>
133
+ <path d="M5 9 L12 16 L19 9" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"></path>
134
+ </svg>
135
+ <svg width="28" height="28" viewBox="0 0 24 24">
136
+ <path d="M12 5 a7 7 0 1 0 0.001 0" stroke="#fff" stroke-width="2" fill="none"></path>
137
+ </svg>
138
+ <svg width="30" height="30" viewBox="0 0 24 24">
139
+ <path d="M20 8 a8 8 0 1 1 -16 0" stroke="#fff" stroke-width="2" fill="none"></path>
140
+ <rect x="18" y="8" width="2" height="8" fill="#fff"></rect>
141
+ </svg>
142
+ </div>
143
+ </div>
144
+
145
+ <!-- Toolbar -->
146
+ <div class="toolbar">
147
+ <div class="toolbar-left">
148
+ <svg width="60" height="60" viewBox="0 0 24 24">
149
+ <path d="M15 5 L8 12 L15 19" stroke="#e56b6b" stroke-width="3.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
150
+ </svg>
151
+ <div class="search-text">Search</div>
152
+ </div>
153
+ <div class="edit-btn">EDIT</div>
154
+ </div>
155
+
156
+ <!-- Avatar -->
157
+ <div class="avatar-wrap">
158
+ <div class="avatar">[IMG: Avatar RW]</div>
159
+ <div class="camera-chip">
160
+ <svg width="44" height="44" viewBox="0 0 24 24">
161
+ <rect x="3" y="7" width="18" height="12" rx="2" stroke="#cde7f5" fill="none" stroke-width="2"></rect>
162
+ <circle cx="12" cy="13" r="4" stroke="#cde7f5" fill="none" stroke-width="2"></circle>
163
+ <path d="M8 7 L9.5 5 H14.5 L16 7" stroke="#cde7f5" stroke-width="2" fill="none" stroke-linecap="round"></path>
164
+ </svg>
165
+ </div>
166
+ </div>
167
+
168
+ <!-- Name -->
169
+ <div class="name">Richard Wagner</div>
170
+ <div class="subtitle">(amelia.miller2709@gmail.com)</div>
171
+
172
+ <!-- Actions -->
173
+ <div class="actions">
174
+ <div class="action">
175
+ <div class="icon">
176
+ <svg viewBox="0 0 24 24">
177
+ <polygon points="12,3 14.8,9.3 21.5,10 16.4,14.1 17.9,20.6 12,17.3 6.1,20.6 7.6,14.1 2.5,10 9.2,9.3" stroke="#93c7e2" fill="none"></polygon>
178
+ </svg>
179
+ </div>
180
+ <div class="label">Favorite</div>
181
+ </div>
182
+ <div class="action">
183
+ <div class="icon">
184
+ <svg viewBox="0 0 24 24">
185
+ <path d="M6 2 L9 2 L11 6 L8 8 C10 12 12 14 16 16 L18 13 L22 15 L22 18 C22 20 20 22 18 22 C11 22 4 15 4 8 C4 6 5 4 6 2 Z" stroke="#93c7e2" fill="none"></path>
186
+ </svg>
187
+ </div>
188
+ <div class="label">Ringtones</div>
189
+ </div>
190
+ <div class="action">
191
+ <div class="icon">
192
+ <svg viewBox="0 0 24 24">
193
+ <circle cx="6" cy="6" r="3"></circle>
194
+ <circle cx="18" cy="6" r="3"></circle>
195
+ <circle cx="12" cy="18" r="3"></circle>
196
+ <path d="M8.5 7.5 L15.5 7.5 M7.5 8.5 L11.5 15.5 M16.5 8.5 L12.5 15.5" stroke="#93c7e2" fill="none"></path>
197
+ </svg>
198
+ </div>
199
+ <div class="label">Share Contact</div>
200
+ </div>
201
+ <div class="action">
202
+ <div class="icon">
203
+ <svg viewBox="0 0 24 24">
204
+ <path d="M5 4 L12 4 L12 11 L19 11" stroke="#93c7e2" fill="none" stroke-linecap="round"></path>
205
+ <circle cx="19" cy="11" r="3"></circle>
206
+ </svg>
207
+ </div>
208
+ <div class="label">Create shortcut</div>
209
+ </div>
210
+
211
+ <div class="action">
212
+ <div class="icon">
213
+ <svg viewBox="0 0 24 24">
214
+ <rect x="3" y="5" width="18" height="14" rx="2" stroke="#93c7e2" fill="none"></rect>
215
+ <circle cx="8" cy="10" r="2" stroke="#93c7e2" fill="none"></circle>
216
+ <rect x="12" y="8" width="6" height="2" stroke="#93c7e2" fill="none"></rect>
217
+ <rect x="12" y="12" width="6" height="2" stroke="#93c7e2" fill="none"></rect>
218
+ </svg>
219
+ </div>
220
+ <div class="label">Address Book</div>
221
+ </div>
222
+ <div class="action">
223
+ <div class="icon">
224
+ <svg viewBox="0 0 24 24">
225
+ <path d="M5 12 L12 5 L12 9 L19 9 L19 15 L12 15 L12 19 Z" stroke="#93c7e2" fill="none"></path>
226
+ </svg>
227
+ </div>
228
+ <div class="label">Share drupe</div>
229
+ </div>
230
+ <div class="action">
231
+ <div class="icon">
232
+ <svg viewBox="0 0 24 24">
233
+ <path d="M5 18 L15 8" stroke="#93c7e2" fill="none" stroke-width="2.5"></path>
234
+ <rect x="14" y="6" width="4" height="8" transform="rotate(45 16 10)" stroke="#93c7e2" fill="none"></rect>
235
+ </svg>
236
+ </div>
237
+ <div class="label">Note</div>
238
+ </div>
239
+ <div class="action">
240
+ <div class="icon">
241
+ <svg viewBox="0 0 24 24">
242
+ <path d="M12 3 C16 3 19 6 19 10 V16 H5 V10 C5 6 8 3 12 3 Z" stroke="#93c7e2" fill="none"></path>
243
+ <path d="M12 19 L12 21" stroke="#93c7e2" fill="none"></path>
244
+ </svg>
245
+ </div>
246
+ <div class="label">Reminder</div>
247
+ </div>
248
+ </div>
249
+
250
+ <!-- Dots -->
251
+ <div class="page-dots">
252
+ <div class="dot active"></div>
253
+ <div class="dot inactive"></div>
254
+ </div>
255
+
256
+ <!-- Contact info -->
257
+ <div class="divider"></div>
258
+ <div class="info-row">
259
+ <div class="info-left">
260
+ <div class="info-main">2111222222</div>
261
+ <div class="info-sub">MOBILE</div>
262
+ </div>
263
+ <div class="info-right">
264
+ <div class="circle-btn btn-sms">
265
+ <svg viewBox="0 0 24 24">
266
+ <rect x="3" y="5" width="18" height="12" rx="3" ry="3"></rect>
267
+ <path d="M8 17 L10 13 L14 13 L16 17" stroke="#ffffff" fill="none"></path>
268
+ </svg>
269
+ </div>
270
+ <div class="circle-btn btn-call">
271
+ <svg viewBox="0 0 24 24">
272
+ <path d="M6 2 L9 2 L11 6 L8 8 C10 12 12 14 16 16 L18 13 L22 15 L22 18 C22 20 20 22 18 22 C11 22 4 15 4 8 C4 6 5 4 6 2 Z"></path>
273
+ </svg>
274
+ </div>
275
+ </div>
276
+ </div>
277
+ <div class="divider"></div>
278
+ <div class="info-row">
279
+ <div class="info-left">
280
+ <div class="info-main">richardwegnar@gmail.com</div>
281
+ <div class="info-sub">EMAIL</div>
282
+ </div>
283
+ <div class="info-right">
284
+ <div class="circle-btn btn-mail">
285
+ <svg viewBox="0 0 24 24">
286
+ <rect x="3" y="6" width="18" height="12" rx="2" ry="2"></rect>
287
+ <path d="M3 8 L12 13 L21 8" stroke="#ffffff" fill="none"></path>
288
+ </svg>
289
+ </div>
290
+ </div>
291
+ </div>
292
+ <div class="divider"></div>
293
+
294
+ <!-- Recents -->
295
+ <div class="recents-title">RECENTS</div>
296
+ <div class="divider" style="margin-top: 12px;"></div>
297
+ <div class="no-history">No history</div>
298
+
299
+ <!-- Toast -->
300
+ <div class="toast">Contact added to address book</div>
301
+
302
+ <!-- Navigation pill -->
303
+ <div class="nav-pill"></div>
304
+
305
+ </div>
306
+ </body>
307
+ </html>
code/10327/10327_2.html ADDED
@@ -0,0 +1,283 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>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: linear-gradient(#0a1816 0px, #0c1d1b 120px, #143244 500px, #163a4f 1400px, #1c4660 2400px);
15
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 100%;
24
+ height: 110px;
25
+ padding: 26px 36px;
26
+ color: #eaeaea;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ }
31
+ .status .left, .status .right { display: flex; align-items: center; gap: 18px; }
32
+ .status .dot { width: 10px; height: 10px; background: #eaeaea; border-radius: 50%; opacity: 0.85; }
33
+ .status .time { font-size: 38px; font-weight: 600; letter-spacing: 1px; }
34
+
35
+ /* Top tabs */
36
+ .tabs {
37
+ position: absolute;
38
+ top: 110px;
39
+ left: 0;
40
+ width: 100%;
41
+ height: 150px;
42
+ display: flex;
43
+ align-items: center;
44
+ justify-content: space-around;
45
+ padding: 0 20px;
46
+ color: #b9bec3;
47
+ }
48
+ .tab {
49
+ width: 25%;
50
+ text-align: center;
51
+ position: relative;
52
+ color: #aeb5bb;
53
+ }
54
+ .tab .label { font-size: 34px; opacity: 0.85; }
55
+ .tab .bar {
56
+ position: absolute;
57
+ top: 84px;
58
+ left: 16%;
59
+ width: 68%;
60
+ height: 6px;
61
+ background: #60676d;
62
+ border-radius: 3px;
63
+ opacity: 0.6;
64
+ }
65
+ .tab.active { color: #ff6b6b; }
66
+ .tab.active .bar { background: #ff6b6b; opacity: 1; }
67
+ .tab svg { display: block; margin: 0 auto 8px auto; }
68
+
69
+ /* Background list ghosts */
70
+ .ghost {
71
+ position: absolute;
72
+ left: 40px;
73
+ width: 120px;
74
+ height: 120px;
75
+ border-radius: 50%;
76
+ background: rgba(255,255,255,0.06);
77
+ display: flex;
78
+ align-items: center;
79
+ justify-content: center;
80
+ color: rgba(255,255,255,0.12);
81
+ font-size: 56px;
82
+ font-weight: 700;
83
+ }
84
+ .ghost + .ghost-label {
85
+ position: absolute;
86
+ left: 200px;
87
+ color: rgba(255,255,255,0.12);
88
+ font-size: 46px;
89
+ top: 0;
90
+ transform: translateY(36px);
91
+ }
92
+
93
+ /* Translucent bottom sheet area */
94
+ .sheet {
95
+ position: absolute;
96
+ left: 0;
97
+ bottom: 260px;
98
+ width: 100%;
99
+ height: 980px;
100
+ background: linear-gradient(to bottom, rgba(255,255,255,0.05), rgba(255,255,255,0.14));
101
+ backdrop-filter: blur(2px);
102
+ }
103
+
104
+ /* Quick actions list */
105
+ .actions {
106
+ position: absolute;
107
+ left: 60px;
108
+ top: 1020px;
109
+ width: 960px;
110
+ }
111
+ .action {
112
+ display: flex;
113
+ align-items: center;
114
+ margin: 42px 0;
115
+ padding: 22px 26px;
116
+ border-radius: 16px;
117
+ }
118
+ .action .icon-wrap {
119
+ width: 120px;
120
+ height: 120px;
121
+ border-radius: 50%;
122
+ display: flex;
123
+ align-items: center;
124
+ justify-content: center;
125
+ margin-right: 34px;
126
+ }
127
+ .action .text {
128
+ color: #d7e7f3;
129
+ font-size: 50px;
130
+ letter-spacing: 0.3px;
131
+ font-weight: 500;
132
+ }
133
+
134
+ .icon-blue { background: #2c5f77; }
135
+ .icon-mauve { background: #c5a9b7; }
136
+ .icon-olive { background: #b5a678; }
137
+ .icon-teal { background: #4e8fa6; }
138
+
139
+ /* Close X */
140
+ .close-x {
141
+ position: absolute;
142
+ right: 130px;
143
+ bottom: 330px;
144
+ width: 58px;
145
+ height: 58px;
146
+ }
147
+
148
+ /* Home indicator */
149
+ .home-indicator {
150
+ position: absolute;
151
+ bottom: 70px;
152
+ left: 50%;
153
+ transform: translateX(-50%);
154
+ width: 240px;
155
+ height: 12px;
156
+ background: #e6e6e6;
157
+ border-radius: 8px;
158
+ opacity: 0.85;
159
+ }
160
+ </style>
161
+ </head>
162
+ <body>
163
+ <div id="render-target">
164
+
165
+ <!-- Status Bar -->
166
+ <div class="status">
167
+ <div class="left">
168
+ <div class="time">12:13</div>
169
+ <div class="dot"></div>
170
+ <div class="dot"></div>
171
+ <div class="dot"></div>
172
+ <div class="dot"></div>
173
+ </div>
174
+ <div class="right">
175
+ <div class="dot"></div>
176
+ <div class="dot"></div>
177
+ <div class="dot"></div>
178
+ </div>
179
+ </div>
180
+
181
+ <!-- Top Tabs/Icons -->
182
+ <div class="tabs">
183
+ <div class="tab">
184
+ <svg width="52" height="52" viewBox="0 0 52 52">
185
+ <circle cx="21" cy="18" r="9" fill="#b9bec3"/>
186
+ <path d="M5 46c5-11 17-11 22 0" stroke="#b9bec3" stroke-width="6" fill="none" stroke-linecap="round"/>
187
+ <path d="M44 14v12" stroke="#b9bec3" stroke-width="6" stroke-linecap="round"/>
188
+ <path d="M38 20h12" stroke="#b9bec3" stroke-width="6" stroke-linecap="round"/>
189
+ </svg>
190
+ <div class="label">Search</div>
191
+ <div class="bar"></div>
192
+ </div>
193
+ <div class="tab active">
194
+ <svg width="52" height="52" viewBox="0 0 52 52">
195
+ <path d="M26 4l6 14h14l-12 8 5 14-13-9-13 9 5-14-12-8h14z" fill="#ff6b6b"/>
196
+ </svg>
197
+ <div class="label">Favorites</div>
198
+ <div class="bar"></div>
199
+ </div>
200
+ <div class="tab">
201
+ <svg width="52" height="52" viewBox="0 0 52 52">
202
+ <circle cx="26" cy="26" r="20" stroke="#b9bec3" stroke-width="6" fill="none"/>
203
+ <path d="M26 12v14l10 6" stroke="#b9bec3" stroke-width="6" stroke-linecap="round" fill="none"/>
204
+ </svg>
205
+ <div class="label">Recents</div>
206
+ <div class="bar"></div>
207
+ </div>
208
+ <div class="tab">
209
+ <svg width="52" height="52" viewBox="0 0 52 52">
210
+ <rect x="8" y="16" width="36" height="24" rx="4" stroke="#b9bec3" stroke-width="5" fill="none"/>
211
+ <path d="M16 12h20" stroke="#b9bec3" stroke-width="5" stroke-linecap="round"/>
212
+ <path d="M16 28h20" stroke="#b9bec3" stroke-width="5" stroke-linecap="round"/>
213
+ </svg>
214
+ <div class="label">Contacts</div>
215
+ <div class="bar"></div>
216
+ </div>
217
+ </div>
218
+
219
+ <!-- Soft ghost contacts on background -->
220
+ <div class="ghost" style="top: 360px;">H</div><div class="ghost-label" style="top: 360px;">H</div>
221
+ <div class="ghost" style="top: 650px;">H</div><div class="ghost-label" style="top: 650px;">H</div>
222
+ <div class="ghost" style="top: 940px;">H</div><div class="ghost-label" style="top: 940px;">H</div>
223
+ <div class="ghost" style="top: 1230px;">H</div><div class="ghost-label" style="top: 1230px;">H</div>
224
+
225
+ <!-- Translucent sheet overlay -->
226
+ <div class="sheet"></div>
227
+
228
+ <!-- Actions -->
229
+ <div class="actions">
230
+ <div class="action">
231
+ <div class="icon-wrap icon-blue">
232
+ <svg width="70" height="70" viewBox="0 0 70 70">
233
+ <circle cx="30" cy="22" r="12" fill="#d9f1ff"/>
234
+ <path d="M8 62c6-16 24-16 30 0" stroke="#d9f1ff" stroke-width="8" stroke-linecap="round" fill="none"/>
235
+ <path d="M62 18v14" stroke="#d9f1ff" stroke-width="8" stroke-linecap="round"/>
236
+ <path d="M55 25h14" stroke="#d9f1ff" stroke-width="8" stroke-linecap="round"/>
237
+ </svg>
238
+ </div>
239
+ <div class="text">Create Contact</div>
240
+ </div>
241
+
242
+ <div class="action">
243
+ <div class="icon-wrap icon-mauve">
244
+ <svg width="70" height="70" viewBox="0 0 70 70">
245
+ <path d="M35 16c10 0 18 8 18 18v6H17v-6c0-10 8-18 18-18z" fill="#ffe9f4"/>
246
+ <circle cx="35" cy="56" r="4" fill="#ffe9f4"/>
247
+ </svg>
248
+ </div>
249
+ <div class="text">New Reminder</div>
250
+ </div>
251
+
252
+ <div class="action">
253
+ <div class="icon-wrap icon-olive">
254
+ <svg width="70" height="70" viewBox="0 0 70 70">
255
+ <rect x="12" y="16" width="40" height="32" rx="4" fill="#fff2c7"/>
256
+ <path d="M46 46l10 10" stroke="#786e4e" stroke-width="6" stroke-linecap="round"/>
257
+ <path d="M40 50l6-6" stroke="#786e4e" stroke-width="6" stroke-linecap="round"/>
258
+ </svg>
259
+ </div>
260
+ <div class="text">New Note</div>
261
+ </div>
262
+
263
+ <div class="action">
264
+ <div class="icon-wrap icon-teal">
265
+ <svg width="70" height="70" viewBox="0 0 70 70">
266
+ <circle cx="35" cy="35" r="22" stroke="#d9f1ff" stroke-width="8" fill="none"/>
267
+ <path d="M22 22l26 26" stroke="#d9f1ff" stroke-width="8" stroke-linecap="round"/>
268
+ </svg>
269
+ </div>
270
+ <div class="text">Block Contact</div>
271
+ </div>
272
+ </div>
273
+
274
+ <!-- Close button (red X) -->
275
+ <svg class="close-x" viewBox="0 0 58 58">
276
+ <path d="M8 8l42 42M50 8L8 50" stroke="#ff6b6b" stroke-width="8" stroke-linecap="round"/>
277
+ </svg>
278
+
279
+ <!-- Home indicator -->
280
+ <div class="home-indicator"></div>
281
+ </div>
282
+ </body>
283
+ </html>