yhzheng1031 commited on
Commit
eb3dbc8
·
verified ·
1 Parent(s): d63cc1c

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/15986/15986_38.html +284 -0
  2. code/15986/15986_39.html +221 -0
  3. code/15986/15986_4.html +307 -0
  4. code/15986/15986_5.html +231 -0
  5. code/15986/15986_6.html +299 -0
  6. code/15986/15986_7.html +182 -0
  7. code/15986/15986_8.html +188 -0
  8. code/15986/15986_9.html +292 -0
  9. code/15990/15990_1.html +337 -0
  10. code/15990/15990_2.html +399 -0
  11. code/15990/15990_3.html +287 -0
  12. code/15995/15995_0.html +235 -0
  13. code/15995/15995_1.html +255 -0
  14. code/15995/15995_2.html +360 -0
  15. code/15995/15995_3.html +434 -0
  16. code/15995/15995_4.html +281 -0
  17. code/15995/15995_5.html +376 -0
  18. code/15995/15995_6.html +212 -0
  19. code/15998/15998_0.html +291 -0
  20. code/15998/15998_1.html +354 -0
  21. code/15998/15998_2.html +385 -0
  22. code/15998/15998_3.html +313 -0
  23. code/15998/15998_4.html +488 -0
  24. code/15998/15998_5.html +519 -0
  25. code/15998/15998_6.html +303 -0
  26. code/15998/15998_7.html +228 -0
  27. code/15998/15998_8.html +417 -0
  28. code/15998/15998_9.html +416 -0
  29. code/16/16_0.html +260 -0
  30. code/16/16_1.html +376 -0
  31. code/16/16_2.html +223 -0
  32. code/16/16_3.html +264 -0
  33. code/16/16_4.html +281 -0
  34. code/16007/16007_0.html +385 -0
  35. code/16007/16007_1.html +276 -0
  36. code/16007/16007_2.html +322 -0
  37. code/16007/16007_3.html +200 -0
  38. code/16008/16008_0.html +405 -0
  39. code/16008/16008_1.html +296 -0
  40. code/16008/16008_2.html +284 -0
  41. code/16011/16011_0.html +272 -0
  42. code/16011/16011_1.html +246 -0
  43. code/16016/16016_0.html +262 -0
  44. code/16016/16016_1.html +449 -0
  45. code/16016/16016_2.html +355 -0
  46. code/16016/16016_3.html +287 -0
  47. code/16016/16016_4.html +287 -0
  48. code/16016/16016_5.html +222 -0
  49. code/16016/16016_6.html +175 -0
  50. code/16016/16016_7.html +351 -0
code/15986/15986_38.html ADDED
@@ -0,0 +1,284 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Side Menu UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #1f1f1f;
14
+ }
15
+
16
+ /* Top status bar */
17
+ .statusbar {
18
+ position: absolute;
19
+ left: 0; top: 0;
20
+ width: 1080px; height: 140px;
21
+ background: #cd97a6;
22
+ }
23
+ .status-icons {
24
+ position: absolute; right: 28px; top: 44px;
25
+ display: flex; gap: 18px; align-items: center;
26
+ }
27
+ .dot { width: 10px; height: 10px; background: #fff; border-radius: 50%; opacity: .9; }
28
+ .signal {
29
+ width: 26px; height: 26px; border: 3px solid #fff; border-radius: 6px; opacity: .9;
30
+ }
31
+ .battery {
32
+ width: 38px; height: 22px; border: 3px solid #fff; border-radius: 5px; position: relative; opacity: .9;
33
+ }
34
+ .battery::after {
35
+ content: ""; position: absolute; right: -6px; top: 6px;
36
+ width: 4px; height: 10px; background: #fff; border-radius: 2px;
37
+ }
38
+
39
+ /* Drawer */
40
+ .drawer {
41
+ position: absolute;
42
+ left: 0; top: 140px;
43
+ width: 640px; height: 2260px;
44
+ background: #353739;
45
+ color: #fff;
46
+ box-shadow: 4px 0 18px rgba(0,0,0,.4);
47
+ }
48
+ .drawer-header {
49
+ height: 120px;
50
+ display: flex; align-items: center; justify-content: center;
51
+ font-size: 48px; font-weight: 700; letter-spacing: .5px;
52
+ border-bottom: 2px solid #5a5d60;
53
+ }
54
+ .menu-list {
55
+ padding-top: 6px;
56
+ }
57
+ .item {
58
+ height: 126px;
59
+ display: flex; align-items: center;
60
+ padding: 0 34px;
61
+ gap: 28px;
62
+ border-bottom: 2px solid #5a5d60;
63
+ }
64
+ .item span {
65
+ font-size: 44px; color: #f2f2f2;
66
+ }
67
+ .icon {
68
+ width: 72px; height: 72px; display: inline-flex; align-items: center; justify-content: center;
69
+ }
70
+ .icon svg { width: 72px; height: 72px; }
71
+ .divider-space {
72
+ height: 22px;
73
+ border-bottom: 2px solid #5a5d60;
74
+ }
75
+
76
+ /* Night mode row pinned near bottom */
77
+ .night-row {
78
+ position: absolute;
79
+ left: 0; right: 0; bottom: 180px;
80
+ height: 126px;
81
+ display: flex; align-items: center;
82
+ padding: 0 34px; gap: 28px;
83
+ border-top: 2px solid #5a5d60;
84
+ border-bottom: 2px solid #5a5d60;
85
+ }
86
+ .switch {
87
+ margin-left: auto;
88
+ position: relative;
89
+ width: 132px; height: 58px;
90
+ background: #2e3340;
91
+ border-radius: 30px;
92
+ box-shadow: inset 0 0 0 2px rgba(255,255,255,.15);
93
+ cursor: pointer;
94
+ }
95
+ .switch input { display: none; }
96
+ .knob {
97
+ position: absolute; top: 6px; left: 8px;
98
+ width: 46px; height: 46px; border-radius: 50%;
99
+ background: #556380;
100
+ transition: all .25s ease;
101
+ }
102
+ .switch input:checked + .knob {
103
+ left: 78px; background: #6e8af7;
104
+ }
105
+
106
+ /* Main overlay area (app content partially visible) */
107
+ .main-area {
108
+ position: absolute;
109
+ left: 640px; top: 140px;
110
+ width: 440px; height: 2260px;
111
+ background: #404042;
112
+ }
113
+ .hamburger {
114
+ position: absolute; right: 40px; top: 36px;
115
+ width: 110px; height: 110px; background: #6d6d6f;
116
+ border-radius: 55px; display: flex; justify-content: center; align-items: center;
117
+ box-shadow: 0 4px 10px rgba(0,0,0,.35) inset;
118
+ }
119
+ .hamburger svg { width: 70px; height: 70px; }
120
+ .circle-grid {
121
+ position: absolute; top: 220px; left: 30px; right: 30px;
122
+ display: grid; grid-template-columns: 1fr; gap: 46px;
123
+ }
124
+ .round-btn {
125
+ display: flex; align-items: center; gap: 22px;
126
+ }
127
+ .round {
128
+ width: 138px; height: 138px; border-radius: 50%;
129
+ background: #d36c75; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700;
130
+ }
131
+ .round.green { background: #6fb67a; }
132
+ .round.blue { background: #79b9dc; }
133
+ .label {
134
+ color: #fff; font-size: 44px;
135
+ }
136
+ </style>
137
+ </head>
138
+ <body>
139
+ <div id="render-target">
140
+ <!-- Top bar -->
141
+ <div class="statusbar">
142
+ <div class="status-icons">
143
+ <div class="dot"></div>
144
+ <div class="dot"></div>
145
+ <div class="signal"></div>
146
+ <div class="battery"></div>
147
+ </div>
148
+ </div>
149
+
150
+ <!-- Drawer side menu -->
151
+ <div class="drawer">
152
+ <div class="drawer-header">Menu</div>
153
+ <div class="menu-list">
154
+
155
+ <div class="item">
156
+ <div class="icon">
157
+ <svg viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2" stroke-linecap="round">
158
+ <path d="M4 6h16M4 12h16M4 18h10"/>
159
+ </svg>
160
+ </div>
161
+ <span>List Entries (History)</span>
162
+ </div>
163
+
164
+ <div class="item">
165
+ <div class="icon">
166
+ <svg viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2">
167
+ <circle cx="12" cy="12" r="8"></circle>
168
+ <path d="M8 12h8M12 8v8"></path>
169
+ </svg>
170
+ </div>
171
+ <span>Summary</span>
172
+ </div>
173
+
174
+ <div class="item">
175
+ <div class="icon">
176
+ <svg viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2">
177
+ <path d="M4 18v-6M10 18V8M16 18v-3M22 18V6"></path>
178
+ </svg>
179
+ </div>
180
+ <span>Graphs</span>
181
+ </div>
182
+
183
+ <div class="item">
184
+ <div class="icon">
185
+ <svg viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2" stroke-linejoin="round">
186
+ <path d="M4 8l8 6 8-6"></path>
187
+ <rect x="3" y="5" width="18" height="14" rx="2"></rect>
188
+ </svg>
189
+ </div>
190
+ <span>Email</span>
191
+ </div>
192
+
193
+ <div class="item">
194
+ <div class="icon">
195
+ <svg viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2" stroke-linecap="round">
196
+ <path d="M3 17l6-6 4 4 7-7"></path>
197
+ <path d="M3 21h18"></path>
198
+ </svg>
199
+ </div>
200
+ <span>Growth Charts</span>
201
+ </div>
202
+
203
+ <div class="item">
204
+ <div class="icon">
205
+ <svg viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2">
206
+ <path d="M4 6h8M12 6l4 4M16 10H6M6 10l-2 2M4 12h10M14 12l4 4M18 16H8"></path>
207
+ </svg>
208
+ </div>
209
+ <span>Timeline</span>
210
+ </div>
211
+
212
+ <div class="item">
213
+ <div class="icon">
214
+ <svg viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2">
215
+ <path d="M4 12a8 8 0 1 0 2.3-5.7"></path>
216
+ <path d="M4 4v5h5"></path>
217
+ </svg>
218
+ </div>
219
+ <span>Synchronize</span>
220
+ </div>
221
+
222
+ <div class="item">
223
+ <div class="icon">
224
+ <svg viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2" stroke-linecap="round">
225
+ <path d="M7 14a4 4 0 1 1 0-8 4 4 0 0 1 0 8zM17 16a4 4 0 1 1 0-8"></path>
226
+ <path d="M3 20c1.5-3 9.5-3 11 0M10 20c1-2 5-2 6 0"></path>
227
+ </svg>
228
+ </div>
229
+ <span>Your Children</span>
230
+ </div>
231
+
232
+ <div class="item">
233
+ <div class="icon">
234
+ <svg viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2">
235
+ <circle cx="12" cy="12" r="3"></circle>
236
+ <path d="M19.4 15a1.7 1.7 0 0 0 .1-1l2-3.5-2-3.5a1.7 1.7 0 0 0-1-.1l-2-1.9h-4l-2 1.9a1.7 1.7 0 0 0-1 .1l-2 3.5 2 3.5a1.7 1.7 0 0 0 .1 1l2 2h4l2-2z"></path>
237
+ </svg>
238
+ </div>
239
+ <span>Settings</span>
240
+ </div>
241
+
242
+ </div>
243
+
244
+ <div class="night-row">
245
+ <div class="icon">
246
+ <svg viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2">
247
+ <path d="M21 12.8A8 8 0 1 1 11.2 3 7 7 0 0 0 21 12.8z"></path>
248
+ </svg>
249
+ </div>
250
+ <span>Night mode</span>
251
+ <label class="switch">
252
+ <input type="checkbox" checked>
253
+ <div class="knob"></div>
254
+ </label>
255
+ </div>
256
+ </div>
257
+
258
+ <!-- Main area on the right (partially visible app content) -->
259
+ <div class="main-area">
260
+ <div class="hamburger">
261
+ <svg viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round">
262
+ <path d="M4 7h16M4 12h16M4 17h16"></path>
263
+ </svg>
264
+ </div>
265
+
266
+ <div class="circle-grid">
267
+ <div class="round-btn">
268
+ <div class="round">N</div>
269
+ <div class="label">Nursing</div>
270
+ </div>
271
+ <div class="round-btn">
272
+ <div class="round blue">B</div>
273
+ <div class="label">Bottle</div>
274
+ </div>
275
+ <div class="round-btn">
276
+ <div class="round green">!</div>
277
+ <div class="label">Incident Report</div>
278
+ </div>
279
+ </div>
280
+ </div>
281
+
282
+ </div>
283
+ </body>
284
+ </html>
code/15986/15986_39.html ADDED
@@ -0,0 +1,221 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Cerebra Growth Chart UI</title>
5
+ <style>
6
+ body{margin:0;padding:0;background:transparent;font-family:Arial, Helvetica, sans-serif;}
7
+ #render-target{
8
+ position:relative;
9
+ width:1080px;
10
+ height:2400px;
11
+ overflow:hidden;
12
+ background:#d6a0b3;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar{
17
+ position:absolute; top:0; left:0; width:100%; height:120px;
18
+ background:#d6a0b3; color:#fff;
19
+ }
20
+ .status-content{position:absolute; top:18px; left:30px; right:30px; display:flex; align-items:center; justify-content:space-between;}
21
+ .status-time{font-size:44px; font-weight:600;}
22
+ .status-icons{display:flex; gap:24px; align-items:center;}
23
+ .status-icons svg{opacity:0.95}
24
+
25
+ /* App bar */
26
+ .appbar{
27
+ position:absolute; top:120px; left:0; width:100%; height:170px;
28
+ background:#585a5d; color:#fff;
29
+ }
30
+ .appbar .inside{height:100%; display:flex; align-items:center; padding:0 40px; gap:30px;}
31
+ .icon-btn{width:96px; height:96px; display:flex; align-items:center; justify-content:center;}
32
+ .avatar{
33
+ width:120px; height:120px; border-radius:60px;
34
+ background:#E0E0E0; border:2px solid #BDBDBD;
35
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:26px;
36
+ }
37
+ .title{font-size:56px; font-weight:800; letter-spacing:0.5px;}
38
+ .subtitle{font-size:34px; color:#d5dbe0; margin-top:8px;}
39
+ .flex-spacer{flex:1;}
40
+
41
+ /* Tabs */
42
+ .tabs{
43
+ position:absolute; top:290px; left:0; width:100%; height:110px;
44
+ background:#f3b4c7; display:flex; align-items:center; padding:0 40px; gap:70px; color:#1a1a1a;
45
+ }
46
+ .tab{font-size:54px; font-weight:800; padding-bottom:16px;}
47
+ .tab.active{border-bottom:8px solid #ffffff;}
48
+ .tab.inactive{opacity:.45}
49
+
50
+ /* Chart area */
51
+ .chart{
52
+ position:absolute; top:400px; left:0; width:100%; height:1680px; background:#2f3234; color:#fff;
53
+ }
54
+ .chart-area{
55
+ position:absolute; left:75px; top:520px; width:940px; height:1200px;
56
+ border-left:2px solid rgba(255,255,255,0.35);
57
+ border-bottom:2px solid rgba(255,255,255,0.35);
58
+ }
59
+ .axis-label{position:absolute; left:10px; font-size:44px;}
60
+ .axis-label.l10{top:610px;}
61
+ .axis-label.l8{top:1120px;}
62
+ .axis-label.l6{bottom:420px;}
63
+
64
+ .line{
65
+ position:absolute; width:1300px; height:6px; transform-origin:left center;
66
+ border-radius:4px;
67
+ }
68
+ /* Percentile lines (diagonal) */
69
+ .p95{background:#2da22f;}
70
+ .p75{background:#8bc34a;}
71
+ .p50{background:#ffd400;}
72
+ .p25{background:#ff6d00;}
73
+ .p5{background:#f25d2a;}
74
+
75
+ .bottom-axis{position:absolute; right:30px; bottom:460px; color:#cfcfcf; font-size:38px;}
76
+
77
+ /* Legend */
78
+ .legend{
79
+ position:absolute; left:40px; bottom:300px; width:1000px;
80
+ color:#fff; font-size:42px; display:flex; align-items:center; gap:26px; flex-wrap:wrap;
81
+ }
82
+ .lg{display:flex; align-items:center; gap:14px;}
83
+ .dash{width:84px; height:6px; border-radius:4px; background:#ffd400;}
84
+ .toggle .circle{width:44px; height:44px; border:6px solid #ffb6c1; border-radius:50%;}
85
+ .legend .weight .dash{width:40px; background:#cfcfcf;}
86
+
87
+ /* Bottom bar */
88
+ .bottombar{
89
+ position:absolute; bottom:0; left:0; width:100%; height:160px;
90
+ background:#3f4245; display:flex; align-items:center; justify-content:space-around;
91
+ }
92
+ .bottomicon{width:120px; height:120px; border-radius:60px; display:flex; align-items:center; justify-content:center; color:#fff;}
93
+ </style>
94
+ </head>
95
+ <body>
96
+ <div id="render-target">
97
+
98
+ <!-- Status bar -->
99
+ <div class="status-bar">
100
+ <div class="status-content">
101
+ <div class="status-time">3:27</div>
102
+ <div class="status-icons">
103
+ <svg width="46" height="46"><circle cx="23" cy="23" r="6" fill="#fff"/></svg>
104
+ <svg width="46" height="46"><rect x="6" y="8" width="34" height="20" rx="4" fill="none" stroke="#fff" stroke-width="3"/></svg>
105
+ <svg width="46" height="46"><rect x="8" y="10" width="30" height="22" rx="4" fill="#fff"/></svg>
106
+ </div>
107
+ </div>
108
+ </div>
109
+
110
+ <!-- App bar -->
111
+ <div class="appbar">
112
+ <div class="inside">
113
+ <div class="icon-btn">
114
+ <!-- hamburger -->
115
+ <svg width="90" height="90">
116
+ <rect x="12" y="22" width="66" height="8" fill="#fff"/>
117
+ <rect x="12" y="42" width="66" height="8" fill="#fff"/>
118
+ <rect x="12" y="62" width="66" height="8" fill="#fff"/>
119
+ </svg>
120
+ </div>
121
+ <div class="avatar">[IMG: User Avatar]</div>
122
+ <div>
123
+ <div class="title">Cerebra
124
+ <svg width="40" height="40" style="vertical-align:middle; margin-left:12px;">
125
+ <polygon points="6,12 20,28 34,12" fill="#fff"/>
126
+ </svg>
127
+ </div>
128
+ <div class="subtitle">Growth Charts</div>
129
+ </div>
130
+ <div class="flex-spacer"></div>
131
+ <div class="icon-btn">
132
+ <!-- home icon -->
133
+ <svg width="90" height="90">
134
+ <polygon points="15,50 45,20 75,50 75,75 60,75 60,55 30,55 30,75 15,75" fill="#fff"/>
135
+ </svg>
136
+ </div>
137
+ <div class="icon-btn">
138
+ <!-- menu icon -->
139
+ <svg width="90" height="90">
140
+ <rect x="18" y="24" width="54" height="10" fill="#fff"/>
141
+ <rect x="18" y="44" width="54" height="10" fill="#fff"/>
142
+ <rect x="18" y="64" width="54" height="10" fill="#fff"/>
143
+ </svg>
144
+ </div>
145
+ </div>
146
+ </div>
147
+
148
+ <!-- Tabs -->
149
+ <div class="tabs">
150
+ <div class="tab active">WEIGHT</div>
151
+ <div class="tab inactive">HEIGHT</div>
152
+ <div class="tab inactive">HEAD SIZE</div>
153
+ </div>
154
+
155
+ <!-- Chart -->
156
+ <div class="chart">
157
+ <div class="axis-label l10">10lbs</div>
158
+ <div class="axis-label l8">8lbs</div>
159
+ <div class="axis-label l6">6lbs</div>
160
+
161
+ <div class="chart-area"></div>
162
+
163
+ <!-- Diagonal percentile lines -->
164
+ <div class="line p95" style="left:120px; top:540px; transform:rotate(27deg);"></div>
165
+ <div class="line p75" style="left:120px; top:740px; transform:rotate(27deg);"></div>
166
+ <div class="line p50" style="left:120px; top:920px; transform:rotate(27deg);"></div>
167
+ <div class="line p25" style="left:120px; top:1100px; transform:rotate(27deg);"></div>
168
+ <div class="line p5" style="left:120px; top:1280px; transform:rotate(27deg);"></div>
169
+
170
+ <!-- Small plotted data point -->
171
+ <div style="position:absolute; left:266px; top:1020px; width:10px; height:10px; background:#fff;"></div>
172
+
173
+ <div class="bottom-axis">1m</div>
174
+
175
+ <!-- Legend and toggles -->
176
+ <div class="legend">
177
+ <div class="lg weight">
178
+ <div class="dash"></div><span>Weight</span>
179
+ </div>
180
+ <div class="lg"><div class="dash" style="background:#ff9900;"></div><span>5th</span></div>
181
+ <div class="lg"><div class="dash" style="background:#ff6d00;"></div><span>25th</span></div>
182
+ <div class="lg"><div class="dash" style="background:#ffd400;"></div><span>50th</span></div>
183
+ <div class="lg"><div class="dash" style="background:#84d14f;"></div><span>75th</span></div>
184
+ <div class="lg"><div class="dash" style="background:#2da22f;"></div><span>95th</span></div>
185
+ <div class="lg toggle"><div class="circle"></div><span>Data</span></div>
186
+ <div class="lg toggle"><div class="circle"></div><span>Percent</span></div>
187
+ </div>
188
+ </div>
189
+
190
+ <!-- Bottom navigation bar -->
191
+ <div class="bottombar">
192
+ <div class="bottomicon">
193
+ <!-- share icon -->
194
+ <svg width="100" height="100">
195
+ <circle cx="20" cy="50" r="10" fill="#fff"/>
196
+ <circle cx="50" cy="28" r="10" fill="#fff"/>
197
+ <circle cx="80" cy="70" r="10" fill="#fff"/>
198
+ <line x1="30" y1="45" x2="44" y2="36" stroke="#fff" stroke-width="6"/>
199
+ <line x1="58" y1="36" x2="70" y2="62" stroke="#fff" stroke-width="6"/>
200
+ </svg>
201
+ </div>
202
+ <div class="bottomicon">
203
+ <!-- search icon -->
204
+ <svg width="100" height="100">
205
+ <circle cx="42" cy="42" r="26" stroke="#fff" stroke-width="8" fill="none"/>
206
+ <line x1="64" y1="64" x2="86" y2="86" stroke="#fff" stroke-width="8"/>
207
+ </svg>
208
+ </div>
209
+ <div class="bottomicon">
210
+ <!-- plus icon -->
211
+ <svg width="100" height="100">
212
+ <circle cx="50" cy="50" r="42" stroke="#fff" stroke-width="8" fill="none"/>
213
+ <line x1="50" y1="28" x2="50" y2="72" stroke="#fff" stroke-width="8"/>
214
+ <line x1="28" y1="50" x2="72" y2="50" stroke="#fff" stroke-width="8"/>
215
+ </svg>
216
+ </div>
217
+ </div>
218
+
219
+ </div>
220
+ </body>
221
+ </html>
code/15986/15986_4.html ADDED
@@ -0,0 +1,307 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Create child profile - Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #2c2c2c;
14
+ color: #ffffff;
15
+ }
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 138px;
23
+ background: #86A9E9;
24
+ color: #ffffff;
25
+ padding: 0 40px;
26
+ box-sizing: border-box;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ font-size: 40px;
31
+ letter-spacing: 1px;
32
+ }
33
+ .status-icons {
34
+ display: flex;
35
+ gap: 22px;
36
+ align-items: center;
37
+ opacity: 0.95;
38
+ }
39
+ .icon-dot { width: 10px; height: 10px; background: #fff; border-radius: 50%; }
40
+ /* App bar */
41
+ .app-bar {
42
+ position: absolute;
43
+ top: 138px;
44
+ left: 0;
45
+ width: 1080px;
46
+ height: 170px;
47
+ background: #595959;
48
+ display: flex;
49
+ align-items: center;
50
+ padding: 0 36px;
51
+ box-sizing: border-box;
52
+ }
53
+ .back-btn {
54
+ width: 100px;
55
+ height: 100px;
56
+ display: flex;
57
+ align-items: center;
58
+ justify-content: center;
59
+ margin-right: 24px;
60
+ }
61
+ .back-btn svg { width: 64px; height: 64px; fill: #ffffff; }
62
+ .title {
63
+ font-size: 64px;
64
+ font-weight: 700;
65
+ letter-spacing: 0.5px;
66
+ }
67
+ /* Content */
68
+ .content {
69
+ position: absolute;
70
+ top: 308px;
71
+ left: 0;
72
+ right: 0;
73
+ bottom: 0;
74
+ padding: 40px;
75
+ box-sizing: border-box;
76
+ }
77
+ .row-head {
78
+ display: flex;
79
+ align-items: center;
80
+ gap: 40px;
81
+ margin-top: 16px;
82
+ }
83
+ .avatar {
84
+ width: 220px;
85
+ height: 220px;
86
+ border-radius: 50%;
87
+ background: #E0E0E0;
88
+ border: 1px solid #BDBDBD;
89
+ color: #555;
90
+ display: flex;
91
+ align-items: center;
92
+ justify-content: center;
93
+ text-align: center;
94
+ font-size: 30px;
95
+ line-height: 1.2;
96
+ }
97
+ .name-field {
98
+ flex: 1;
99
+ }
100
+ .name-field input {
101
+ width: 100%;
102
+ background: transparent;
103
+ border: none;
104
+ border-bottom: 4px solid #9e9e9e;
105
+ outline: none;
106
+ color: #ffffff;
107
+ font-size: 56px;
108
+ padding: 18px 0 20px 0;
109
+ }
110
+ .label-row {
111
+ display: flex;
112
+ align-items: center;
113
+ gap: 24px;
114
+ margin-top: 56px;
115
+ }
116
+ .label {
117
+ width: 210px;
118
+ font-size: 48px;
119
+ color: #d9d9d9;
120
+ }
121
+ .radio-group {
122
+ display: flex;
123
+ align-items: center;
124
+ gap: 60px;
125
+ font-size: 52px;
126
+ }
127
+ .radio {
128
+ display: inline-flex;
129
+ align-items: center;
130
+ gap: 18px;
131
+ }
132
+ .radio .circle {
133
+ width: 44px;
134
+ height: 44px;
135
+ border: 6px solid #cfcfcf;
136
+ border-radius: 50%;
137
+ }
138
+ .kv-row {
139
+ display: flex;
140
+ align-items: center;
141
+ margin-top: 46px;
142
+ }
143
+ .kv-row .key {
144
+ width: 210px;
145
+ font-size: 48px;
146
+ color: #d9d9d9;
147
+ }
148
+ .kv-row .value {
149
+ font-size: 48px;
150
+ color: #ffffff;
151
+ opacity: 0.95;
152
+ }
153
+ .tap {
154
+ color: #ffffff;
155
+ font-weight: 700;
156
+ letter-spacing: 1px;
157
+ }
158
+ .full-input {
159
+ margin-top: 56px;
160
+ }
161
+ .full-input .key {
162
+ display: block;
163
+ font-size: 48px;
164
+ color: #d9d9d9;
165
+ margin-bottom: 18px;
166
+ }
167
+ .full-input input {
168
+ width: 100%;
169
+ background: transparent;
170
+ border: none;
171
+ border-bottom: 4px solid #9e9e9e;
172
+ height: 74px;
173
+ color: #fff;
174
+ font-size: 46px;
175
+ outline: none;
176
+ }
177
+ .notes {
178
+ margin-top: 56px;
179
+ }
180
+ .notes .key {
181
+ display: block;
182
+ font-size: 48px;
183
+ color: #d9d9d9;
184
+ margin-bottom: 18px;
185
+ }
186
+ .notes .area {
187
+ width: 100%;
188
+ height: 320px;
189
+ background: transparent;
190
+ border: 4px solid #9e9e9e;
191
+ border-left: none;
192
+ border-right: none;
193
+ border-top: none;
194
+ color: #fff;
195
+ font-size: 46px;
196
+ padding-top: 10px;
197
+ box-sizing: border-box;
198
+ }
199
+ .info {
200
+ margin-top: 80px;
201
+ font-size: 40px;
202
+ line-height: 1.5;
203
+ color: #eaeaea;
204
+ opacity: 0.9;
205
+ }
206
+ .save-btn {
207
+ width: 300px;
208
+ height: 108px;
209
+ background: #21C87A;
210
+ border-radius: 12px;
211
+ color: #fff;
212
+ font-size: 56px;
213
+ font-weight: 700;
214
+ display: flex;
215
+ align-items: center;
216
+ justify-content: center;
217
+ margin: 60px auto 0 auto;
218
+ box-shadow: 0 6px 0 rgba(0,0,0,0.18);
219
+ }
220
+ .home-indicator {
221
+ position: absolute;
222
+ bottom: 24px;
223
+ left: 50%;
224
+ transform: translateX(-50%);
225
+ width: 360px;
226
+ height: 12px;
227
+ background: #e6e6e6;
228
+ border-radius: 8px;
229
+ opacity: 0.9;
230
+ }
231
+ </style>
232
+ </head>
233
+ <body>
234
+ <div id="render-target">
235
+ <!-- Status bar -->
236
+ <div class="status-bar">
237
+ <div class="time">3:11</div>
238
+ <div class="status-icons">
239
+ <div class="icon-dot"></div>
240
+ <div class="icon-dot"></div>
241
+ <div class="icon-dot"></div>
242
+ </div>
243
+ </div>
244
+
245
+ <!-- App bar -->
246
+ <div class="app-bar">
247
+ <div class="back-btn" aria-label="Back">
248
+ <svg viewBox="0 0 24 24">
249
+ <path d="M15.5 3.9 13.8 2 4 12l9.8 10 1.7-1.9L7.8 12l7.7-8.1z"/>
250
+ </svg>
251
+ </div>
252
+ <div class="title">Create child profile</div>
253
+ </div>
254
+
255
+ <!-- Content -->
256
+ <div class="content">
257
+ <div class="row-head">
258
+ <div class="avatar">[IMG: Profile]</div>
259
+ <div class="name-field">
260
+ <input type="text" placeholder="Child Name">
261
+ </div>
262
+ </div>
263
+
264
+ <div class="label-row" style="margin-top:56px;">
265
+ <div class="label">Gender:</div>
266
+ <div class="radio-group">
267
+ <div class="radio"><div class="circle"></div><div>Boy</div></div>
268
+ <div class="radio"><div class="circle"></div><div>Girl</div></div>
269
+ </div>
270
+ </div>
271
+
272
+ <div class="kv-row" style="margin-top:56px;">
273
+ <div class="key">Birthday:</div>
274
+ <div class="value tap">&lt; tap to set &gt;</div>
275
+ </div>
276
+
277
+ <div class="kv-row">
278
+ <div class="key">Due Date:</div>
279
+ <div class="value tap">&lt; tap to set &gt;</div>
280
+ </div>
281
+
282
+ <div class="kv-row">
283
+ <div class="key">Blood Type:</div>
284
+ <div class="value tap">&lt; tap to set &gt;</div>
285
+ </div>
286
+
287
+ <div class="full-input">
288
+ <div class="key">Allergies:</div>
289
+ <input type="text">
290
+ </div>
291
+
292
+ <div class="notes">
293
+ <div class="key">Notes:</div>
294
+ <div class="area"></div>
295
+ </div>
296
+
297
+ <div class="info">
298
+ 7-day free trial. After 7 days, you need to subscribe to a Family plan (₹480.00/month) or link the child profile to another account with a subscription.
299
+ </div>
300
+
301
+ <div class="save-btn">Save</div>
302
+ </div>
303
+
304
+ <div class="home-indicator"></div>
305
+ </div>
306
+ </body>
307
+ </html>
code/15986/15986_5.html ADDED
@@ -0,0 +1,231 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Create Child Profile 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: #222326; color: #ffffff;
11
+ }
12
+
13
+ /* Status bar */
14
+ .status-bar {
15
+ position: absolute; top: 0; left: 0; width: 100%; height: 120px;
16
+ background: #7FAAF5; display: flex; align-items: center; justify-content: space-between;
17
+ padding: 0 32px; box-sizing: border-box; font-weight: 600; letter-spacing: 1px;
18
+ }
19
+ .status-left { font-size: 40px; }
20
+ .status-right { display: flex; gap: 22px; align-items: center; }
21
+ .status-icon { width: 40px; height: 40px; opacity: 0.95; }
22
+
23
+ /* App bar */
24
+ .app-bar {
25
+ position: absolute; top: 120px; left: 0; width: 100%; height: 170px;
26
+ background: #54575A; display: flex; align-items: center; box-sizing: border-box;
27
+ padding: 0 32px; gap: 28px;
28
+ }
29
+ .app-title { font-size: 64px; font-weight: 700; }
30
+ .back-btn { width: 80px; height: 80px; display: inline-flex; align-items: center; justify-content: center; }
31
+
32
+ /* Content */
33
+ .content {
34
+ position: absolute; top: 290px; left: 0; width: 100%;
35
+ height: 1160px; background: #2C2E30; box-sizing: border-box; padding: 40px 48px;
36
+ }
37
+
38
+ .top-row { display: flex; align-items: center; gap: 40px; }
39
+ .avatar {
40
+ width: 220px; height: 220px; border-radius: 50%;
41
+ background: #E0E0E0; border: 2px solid #BDBDBD; display: flex; align-items: center; justify-content: center;
42
+ color: #757575; font-weight: 600; text-align: center; padding: 10px; box-sizing: border-box;
43
+ }
44
+
45
+ .name-field { flex: 1; }
46
+ .field-label { color: #DADADA; font-size: 36px; margin-bottom: 16px; }
47
+ .input-line {
48
+ height: 64px; border-bottom: 4px solid #6FA8FF; display: flex; align-items: center;
49
+ font-size: 48px; color: #FFFFFF;
50
+ }
51
+
52
+ .form-row { display: flex; align-items: center; margin-top: 42px; }
53
+ .row-label { width: 240px; font-size: 42px; color: #DADADA; }
54
+ .row-value { font-size: 42px; color: #FFFFFF; opacity: 0.9; }
55
+ .tap-to-set { color: #EDEDED; letter-spacing: 1px; font-weight: 600; }
56
+
57
+ .gender-options { display: flex; align-items: center; gap: 60px; }
58
+ .radio { display: inline-flex; align-items: center; gap: 18px; font-size: 42px; }
59
+ .radio .circle {
60
+ width: 54px; height: 54px; border-radius: 50%; border: 4px solid #DADADA;
61
+ box-sizing: border-box;
62
+ }
63
+
64
+ .long-input { margin-top: 46px; }
65
+ .underline-input {
66
+ height: 64px; border-bottom: 3px solid #B0B0B0; display: flex; align-items: center; font-size: 40px; color: #FFFFFF;
67
+ }
68
+ .notes-area {
69
+ margin-top: 36px; height: 180px; border-bottom: 3px solid #B0B0B0; color: #FFFFFF; font-size: 40px;
70
+ }
71
+
72
+ /* Keyboard */
73
+ .keyboard {
74
+ position: absolute; bottom: 0; left: 0; width: 100%; height: 950px;
75
+ background: #1E1F22; border-top: 2px solid #3A3B3E; box-sizing: border-box; padding: 24px 24px 36px;
76
+ }
77
+ .kb-top-icons { display: flex; gap: 44px; padding: 12px 0 24px; align-items: center; justify-content: space-between; }
78
+ .kb-icon { width: 90px; height: 90px; background: #2B2C2F; border-radius: 20px; display: flex; align-items: center; justify-content: center; }
79
+ .kb-grid { margin-top: 18px; display: grid; grid-template-columns: repeat(10, 1fr); gap: 18px; }
80
+ .kb-key {
81
+ height: 120px; background: #2B2C2F; border-radius: 24px; display: flex; align-items: center; justify-content: center;
82
+ color: #FFFFFF; font-size: 58px; font-weight: 600;
83
+ box-shadow: inset 0 0 0 1px #3A3B3E;
84
+ }
85
+ .kb-row2 { margin-top: 18px; display: grid; grid-template-columns: repeat(9, 1fr); gap: 18px; }
86
+ .kb-row3 { margin-top: 18px; display: grid; grid-template-columns: repeat(9, 1fr); gap: 18px; }
87
+ .kb-bottom { margin-top: 22px; display: grid; grid-template-columns: 140px 1fr 140px; gap: 18px; align-items: center; }
88
+ .space-key { height: 140px; background: #2B2C2F; border-radius: 28px; display: flex; align-items: center; justify-content: center; color: #FFFFFF; font-size: 44px; box-shadow: inset 0 0 0 1px #3A3B3E; }
89
+ .small-key { height: 140px; background: #2B2C2F; border-radius: 28px; display: flex; align-items: center; justify-content: center; color: #FFFFFF; font-size: 44px; box-shadow: inset 0 0 0 1px #3A3B3E; }
90
+ </style>
91
+ </head>
92
+ <body>
93
+ <div id="render-target">
94
+
95
+ <!-- Status Bar -->
96
+ <div class="status-bar">
97
+ <div class="status-left">3:11</div>
98
+ <div class="status-right">
99
+ <!-- simple status icons -->
100
+ <svg class="status-icon" viewBox="0 0 24 24">
101
+ <path d="M2 18h20v2H2zM6 14h12v2H6zM10 10h4v2h-4z" fill="#fff"/>
102
+ </svg>
103
+ <svg class="status-icon" viewBox="0 0 24 24">
104
+ <path d="M21 7L3 21h18V7z" fill="#fff"/>
105
+ </svg>
106
+ <svg class="status-icon" viewBox="0 0 24 24">
107
+ <rect x="4" y="4" width="16" height="16" rx="3" ry="3" fill="#fff"/>
108
+ </svg>
109
+ <svg class="status-icon" viewBox="0 0 24 24">
110
+ <path d="M17 3H7a2 2 0 0 0-2 2v14l7-3 7 3V5a2 2 0 0 0-2-2z" fill="#fff"/>
111
+ </svg>
112
+ </div>
113
+ </div>
114
+
115
+ <!-- App Bar -->
116
+ <div class="app-bar">
117
+ <div class="back-btn">
118
+ <svg viewBox="0 0 24 24" width="72" height="72">
119
+ <path d="M15 18L9 12l6-6" fill="none" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
120
+ </svg>
121
+ </div>
122
+ <div class="app-title">Create child profile</div>
123
+ </div>
124
+
125
+ <!-- Content -->
126
+ <div class="content">
127
+ <div class="top-row">
128
+ <div class="avatar">[IMG: Child Avatar / Camera]</div>
129
+ <div class="name-field">
130
+ <div class="field-label">Child Name</div>
131
+ <div class="input-line"></div>
132
+ </div>
133
+ </div>
134
+
135
+ <div class="form-row" style="margin-top: 52px;">
136
+ <div class="row-label">Gender:</div>
137
+ <div class="gender-options">
138
+ <div class="radio"><span class="circle"></span><span>Boy</span></div>
139
+ <div class="radio"><span class="circle"></span><span>Girl</span></div>
140
+ </div>
141
+ </div>
142
+
143
+ <div class="form-row">
144
+ <div class="row-label">Birthday:</div>
145
+ <div class="row-value tap-to-set">&lt; tap to set &gt;</div>
146
+ </div>
147
+
148
+ <div class="form-row">
149
+ <div class="row-label">Due Date:</div>
150
+ <div class="row-value tap-to-set">&lt; tap to set &gt;</div>
151
+ </div>
152
+
153
+ <div class="form-row">
154
+ <div class="row-label">Blood Type:</div>
155
+ <div class="row-value tap-to-set">&lt; tap to set &gt;</div>
156
+ </div>
157
+
158
+ <div class="long-input">
159
+ <div class="row-label" style="width:auto; margin-bottom: 14px;">Allergies:</div>
160
+ <div class="underline-input"></div>
161
+ </div>
162
+
163
+ <div class="long-input">
164
+ <div class="row-label" style="width:auto; margin-bottom: 14px;">Notes:</div>
165
+ <div class="notes-area"></div>
166
+ </div>
167
+ </div>
168
+
169
+ <!-- Keyboard -->
170
+ <div class="keyboard">
171
+ <div class="kb-top-icons">
172
+ <div class="kb-icon">
173
+ <svg viewBox="0 0 24 24" width="44" height="44">
174
+ <circle cx="12" cy="8" r="4" fill="#fff"/>
175
+ <path d="M4 20c1.5-4 6.5-4 8-4s6.5 0 8 4" stroke="#fff" stroke-width="2" fill="none"/>
176
+ </svg>
177
+ </div>
178
+ <div class="kb-icon"><span style="font-size:32px; color:#fff; font-weight:700;">GIF</span></div>
179
+ <div class="kb-icon">
180
+ <svg viewBox="0 0 24 24" width="44" height="44">
181
+ <circle cx="12" cy="12" r="8" stroke="#fff" stroke-width="2" fill="none"/>
182
+ <path d="M12 6v6l4 2" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/>
183
+ </svg>
184
+ </div>
185
+ <div class="kb-icon">
186
+ <svg viewBox="0 0 24 24" width="44" height="44">
187
+ <path d="M4 18h6V6H4v12zm10 0h6V10h-6v8z" fill="#fff"/>
188
+ </svg>
189
+ </div>
190
+ <div class="kb-icon">
191
+ <svg viewBox="0 0 24 24" width="44" height="44">
192
+ <path d="M12 3l4 8H8l4-8zm0 18a3 3 0 100-6 3 3 0 000 6z" fill="#fff"/>
193
+ </svg>
194
+ </div>
195
+ <div class="kb-icon">
196
+ <svg viewBox="0 0 24 24" width="44" height="44">
197
+ <path d="M12 3a4 4 0 014 4v5a4 4 0 11-8 0V7a4 4 0 014-4zm0 14v4" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/>
198
+ </svg>
199
+ </div>
200
+ </div>
201
+
202
+ <!-- Row 1 -->
203
+ <div class="kb-grid">
204
+ <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>
205
+ <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>
206
+ </div>
207
+ <!-- Row 2 -->
208
+ <div class="kb-row2">
209
+ <div class="kb-key">A</div><div class="kb-key">S</div><div class="kb-key">D</div><div class="kb-key">F</div><div class="kb-key">G</div>
210
+ <div class="kb-key">H</div><div class="kb-key">J</div><div class="kb-key">K</div><div class="kb-key">L</div>
211
+ </div>
212
+ <!-- Row 3 -->
213
+ <div class="kb-row3">
214
+ <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>
215
+ <div class="kb-key">N</div><div class="kb-key">M</div><div class="kb-key">,</div><div class="kb-key">.</div>
216
+ </div>
217
+ <!-- Bottom row -->
218
+ <div class="kb-bottom">
219
+ <div class="small-key">?123</div>
220
+ <div class="space-key">Space</div>
221
+ <div class="small-key">
222
+ <svg viewBox="0 0 24 24" width="64" height="64">
223
+ <path d="M5 12h10l-4-4m4 4l-4 4" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
224
+ </svg>
225
+ </div>
226
+ </div>
227
+ </div>
228
+
229
+ </div>
230
+ </body>
231
+ </html>
code/15986/15986_6.html ADDED
@@ -0,0 +1,299 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Create child profile UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #2f2f2f;
13
+ color: #fff;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 140px;
23
+ background: #8fb3ff;
24
+ display: flex;
25
+ align-items: center;
26
+ padding: 0 32px;
27
+ box-sizing: border-box;
28
+ color: #ffffff;
29
+ font-weight: 600;
30
+ letter-spacing: 0.5px;
31
+ }
32
+ .status-time { font-size: 42px; }
33
+ .status-icons {
34
+ margin-left: auto;
35
+ display: flex;
36
+ align-items: center;
37
+ gap: 24px;
38
+ }
39
+ .status-dot {
40
+ width: 28px; height: 28px; background: rgba(255,255,255,0.9); border-radius: 50%;
41
+ }
42
+ .status-wifi {
43
+ width: 40px; height: 28px; border: 3px solid #fff; border-radius: 4px; position: relative;
44
+ }
45
+ .status-battery {
46
+ width: 48px; height: 26px; border: 3px solid #fff; border-radius: 4px; position: relative;
47
+ }
48
+ .status-battery::after {
49
+ content: ""; position: absolute; right: -10px; top: 6px; width: 8px; height: 10px; background: #fff; border-radius: 2px;
50
+ }
51
+
52
+ /* App bar */
53
+ .app-bar {
54
+ position: absolute;
55
+ top: 140px;
56
+ left: 0;
57
+ width: 1080px;
58
+ height: 170px;
59
+ background: #444;
60
+ display: flex;
61
+ align-items: center;
62
+ box-sizing: border-box;
63
+ padding: 0 32px;
64
+ }
65
+ .back-btn {
66
+ width: 70px; height: 70px; display: flex; align-items: center; justify-content: center; margin-right: 24px;
67
+ }
68
+ .title {
69
+ font-size: 64px;
70
+ font-weight: 700;
71
+ }
72
+
73
+ /* Content area */
74
+ .content {
75
+ position: absolute;
76
+ top: 310px;
77
+ left: 0;
78
+ width: 1080px;
79
+ padding: 40px 40px 0 40px;
80
+ box-sizing: border-box;
81
+ }
82
+ .top-row {
83
+ display: flex;
84
+ align-items: center;
85
+ gap: 40px;
86
+ margin-bottom: 40px;
87
+ }
88
+ .avatar {
89
+ width: 230px; height: 230px; background: #dcdcdc; border: 2px solid #bdbdbd; border-radius: 50%;
90
+ display: flex; align-items: center; justify-content: center; color: #333; font-weight: 700;
91
+ }
92
+ .name-field {
93
+ flex: 1;
94
+ }
95
+ .name-label {
96
+ font-size: 44px;
97
+ margin-bottom: 18px;
98
+ color: #ffffff;
99
+ }
100
+ .name-input {
101
+ font-size: 56px;
102
+ color: #ffffff;
103
+ border-bottom: 3px solid #6489ff;
104
+ padding: 14px 0;
105
+ }
106
+
107
+ .form-row {
108
+ display: flex;
109
+ align-items: center;
110
+ margin: 24px 0;
111
+ }
112
+ .label {
113
+ width: 240px;
114
+ font-size: 44px;
115
+ color: #eaeaea;
116
+ }
117
+ .value {
118
+ font-size: 48px;
119
+ color: #ffffff;
120
+ }
121
+
122
+ .radios {
123
+ display: flex;
124
+ align-items: center;
125
+ gap: 80px;
126
+ }
127
+ .radio {
128
+ display: flex; align-items: center; gap: 18px; font-size: 48px;
129
+ }
130
+ .radio .circle {
131
+ width: 44px; height: 44px; border: 3px solid #dcdcdc; border-radius: 50%;
132
+ }
133
+
134
+ .underline-input {
135
+ flex: 1;
136
+ border-bottom: 3px solid #777;
137
+ margin-left: 240px;
138
+ height: 70px;
139
+ margin-top: 6px;
140
+ }
141
+ .placeholder {
142
+ font-size: 48px; color: #ffffff; opacity: 0.9;
143
+ }
144
+
145
+ /* Keyboard mock */
146
+ .keyboard {
147
+ position: absolute;
148
+ bottom: 0;
149
+ left: 0;
150
+ width: 1080px;
151
+ height: 980px;
152
+ background: #1f1f1f;
153
+ border-top: 3px solid #333;
154
+ padding: 30px 24px 40px;
155
+ box-sizing: border-box;
156
+ }
157
+ .kb-top {
158
+ height: 70px;
159
+ display: flex;
160
+ justify-content: space-between;
161
+ align-items: center;
162
+ color: #cfcfcf;
163
+ font-size: 40px;
164
+ margin-bottom: 16px;
165
+ }
166
+ .kb-row {
167
+ display: grid;
168
+ grid-template-columns: repeat(10, 1fr);
169
+ gap: 16px;
170
+ margin-bottom: 26px;
171
+ }
172
+ .kb-key {
173
+ height: 120px;
174
+ background: #2b2b2b;
175
+ border-radius: 22px;
176
+ display: flex;
177
+ align-items: center;
178
+ justify-content: center;
179
+ color: #e6e6e6;
180
+ font-size: 56px;
181
+ box-shadow: inset 0 0 0 1px #3a3a3a;
182
+ }
183
+ .kb-row-short {
184
+ grid-template-columns: repeat(9, 1fr);
185
+ }
186
+ .kb-bottom {
187
+ display: grid;
188
+ grid-template-columns: 1.2fr 1fr 4fr 1fr 1.2fr;
189
+ gap: 16px;
190
+ align-items: center;
191
+ }
192
+ .kb-space { height: 120px; border-radius: 22px; background: #2b2b2b; color: #e6e6e6; display: flex; align-items: center; justify-content: center; font-size: 42px; }
193
+ .kb-enter { height: 120px; border-radius: 22px; background: #8bb7ff; color: #0c2340; display: flex; align-items: center; justify-content: center; font-size: 64px; font-weight: 700; }
194
+ </style>
195
+ </head>
196
+ <body>
197
+ <div id="render-target">
198
+
199
+ <!-- Status bar -->
200
+ <div class="status-bar">
201
+ <div class="status-time">3:12</div>
202
+ <div class="status-icons">
203
+ <div class="status-dot"></div>
204
+ <div class="status-dot"></div>
205
+ <div class="status-dot"></div>
206
+ <div class="status-wifi"></div>
207
+ <div class="status-battery"></div>
208
+ </div>
209
+ </div>
210
+
211
+ <!-- App bar -->
212
+ <div class="app-bar">
213
+ <div class="back-btn">
214
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="#ffffff">
215
+ <path d="M15.5 19l-7-7 7-7v14z"/>
216
+ </svg>
217
+ </div>
218
+ <div class="title">Create child profile</div>
219
+ </div>
220
+
221
+ <!-- Content -->
222
+ <div class="content">
223
+ <div class="top-row">
224
+ <div class="avatar">[IMG: Add Photo]</div>
225
+ <div class="name-field">
226
+ <div class="name-label">Cerebra</div>
227
+ <div class="name-input"></div>
228
+ </div>
229
+ </div>
230
+
231
+ <div class="form-row">
232
+ <div class="label">Gender:</div>
233
+ <div class="radios">
234
+ <div class="radio">
235
+ <div class="circle"></div>
236
+ <div>Boy</div>
237
+ </div>
238
+ <div class="radio">
239
+ <div class="circle"></div>
240
+ <div>Girl</div>
241
+ </div>
242
+ </div>
243
+ </div>
244
+
245
+ <div class="form-row">
246
+ <div class="label">Birthday:</div>
247
+ <div class="value placeholder">&lt; tap to set &gt;</div>
248
+ </div>
249
+
250
+ <div class="form-row">
251
+ <div class="label">Due Date:</div>
252
+ <div class="value placeholder">&lt; tap to set &gt;</div>
253
+ </div>
254
+
255
+ <div class="form-row">
256
+ <div class="label">Blood Type:</div>
257
+ <div class="value placeholder">&lt; tap to set &gt;</div>
258
+ </div>
259
+
260
+ <div class="form-row" style="margin-top: 34px;">
261
+ <div class="label">Allergies:</div>
262
+ <div class="underline-input"></div>
263
+ </div>
264
+
265
+ <div class="form-row" style="margin-top: 10px;">
266
+ <div class="label">Notes:</div>
267
+ <div class="underline-input"></div>
268
+ </div>
269
+ </div>
270
+
271
+ <!-- Keyboard mock -->
272
+ <div class="keyboard">
273
+ <div class="kb-top">
274
+ <div>[IMG: Emoji/Keyboard Switch]</div>
275
+ <div>Cerebra | Cerebral</div>
276
+ <div>[Mic]</div>
277
+ </div>
278
+
279
+ <div class="kb-row">
280
+ <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><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>
281
+ </div>
282
+ <div class="kb-row kb-row-short">
283
+ <div class="kb-key">a</div><div class="kb-key">s</div><div class="kb-key">d</div><div class="kb-key">f</div><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>
284
+ </div>
285
+ <div class="kb-row kb-row-short">
286
+ <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><div class="kb-key">n</div><div class="kb-key">m</div><div class="kb-key">⌫</div><div class="kb-key">.</div>
287
+ </div>
288
+ <div class="kb-bottom">
289
+ <div class="kb-space">?123</div>
290
+ <div class="kb-space">,</div>
291
+ <div class="kb-space"></div>
292
+ <div class="kb-space">.</div>
293
+ <div class="kb-enter">↩︎</div>
294
+ </div>
295
+ </div>
296
+
297
+ </div>
298
+ </body>
299
+ </html>
code/15986/15986_7.html ADDED
@@ -0,0 +1,182 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Create child profile UI</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:#2f2f31; color:#fff;
10
+ }
11
+
12
+ /* Status bar */
13
+ .status-bar {
14
+ position:absolute; top:0; left:0; width:1080px; height:120px;
15
+ background:#86A9FF; color:#fff;
16
+ display:flex; align-items:center; justify-content:space-between;
17
+ padding:0 32px; font-size:40px; letter-spacing:0.5px;
18
+ }
19
+ .status-right { display:flex; gap:24px; align-items:center; }
20
+ .status-dot { width:26px; height:26px; background:#ffffffaa; border-radius:50%; }
21
+
22
+ /* App bar */
23
+ .app-bar {
24
+ position:absolute; top:120px; left:0; width:1080px; height:160px;
25
+ background:#55585b; display:flex; align-items:center;
26
+ padding:0 28px;
27
+ }
28
+ .back-icon { width:72px; height:72px; margin-right:24px; }
29
+ .app-title { font-size:64px; font-weight:700; }
30
+
31
+ /* Content area */
32
+ .content {
33
+ position:absolute; top:280px; left:0; width:1080px; bottom:900px;
34
+ background:#333537; padding:36px 36px 24px 36px; overflow:auto;
35
+ }
36
+
37
+ .avatar-name { display:flex; align-items:center; gap:36px; margin-bottom:36px; }
38
+ .avatar {
39
+ width:220px; height:220px; border-radius:50%;
40
+ background:#E0E0E0; border:1px solid #BDBDBD;
41
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:28px; position:relative;
42
+ }
43
+ .avatar::after { content:'+'; position:absolute; right:22px; top:22px; width:48px; height:48px; border-radius:50%; background:#2f2f31; border:2px solid #BDBDBD; display:flex; align-items:center; justify-content:center; color:#fff; font-weight:bold; }
44
+ .input-underline {
45
+ flex:1; color:#fff; font-size:56px;
46
+ }
47
+ .input-underline .value { display:block; margin-top:12px; }
48
+ .underline { height:2px; background:#8a8a8a; margin-top:12px; }
49
+
50
+ .row { display:flex; align-items:center; margin:22px 0; }
51
+ .label { width:260px; font-size:42px; color:#ddd; }
52
+ .value { font-size:44px; color:#cfd8dc; }
53
+ .tap { color:#cfd8dc; font-style:italic; }
54
+ .radio-group { display:flex; gap:48px; align-items:center; }
55
+ .radio { display:flex; align-items:center; gap:18px; font-size:44px; }
56
+ .radio .circle {
57
+ width:44px; height:44px; border-radius:50%; border:4px solid #cfcfcf; box-sizing:border-box;
58
+ }
59
+
60
+ .field-title { font-size:42px; color:#ddd; margin-top:24px; }
61
+ .text-field {
62
+ height:84px; border-bottom:2px solid #8a8a8a; margin-top:6px; font-size:40px; color:#fff;
63
+ }
64
+
65
+ /* Keyboard */
66
+ .keyboard {
67
+ position:absolute; left:0; bottom:0; width:1080px; height:900px;
68
+ background:#1e1f21; border-top:2px solid #2c2c2e; box-sizing:border-box;
69
+ display:flex; flex-direction:column;
70
+ }
71
+ .kb-top { height:140px; display:flex; align-items:center; padding:0 24px; gap:26px; }
72
+ .kb-pill {
73
+ height:86px; padding:0 28px; border-radius:20px; background:#2b2c2e; color:#e6e6e6;
74
+ display:flex; align-items:center; justify-content:center; font-size:36px;
75
+ }
76
+ .kb-rows { flex:1; display:flex; flex-direction:column; padding:0 16px 16px 16px; gap:12px; }
77
+ .kb-row { flex:1; display:flex; gap:12px; }
78
+ .key {
79
+ flex:1; background:#2b2c2e; border-radius:24px; display:flex; align-items:center; justify-content:center;
80
+ color:#fff; font-size:44px;
81
+ }
82
+ .key.wide { flex:1.3; }
83
+ .space-row { display:flex; align-items:center; gap:12px; height:140px; }
84
+ .space { flex:4; background:#2b2c2e; border-radius:28px; display:flex; align-items:center; justify-content:center; color:#cfcfcf; font-size:40px; }
85
+ .circle-btn { width:120px; height:120px; border-radius:60px; background:#87a6c3; display:flex; align-items:center; justify-content:center; color:#062a42; font-weight:bold; font-size:48px; }
86
+ </style>
87
+ </head>
88
+ <body>
89
+ <div id="render-target">
90
+
91
+ <!-- Status Bar -->
92
+ <div class="status-bar">
93
+ <div>3:12</div>
94
+ <div class="status-right">
95
+ <div class="status-dot"></div>
96
+ <div class="status-dot"></div>
97
+ <div class="status-dot"></div>
98
+ <div class="status-dot"></div>
99
+ </div>
100
+ </div>
101
+
102
+ <!-- App Bar -->
103
+ <div class="app-bar">
104
+ <svg class="back-icon" viewBox="0 0 24 24">
105
+ <path d="M15 18l-6-6 6-6" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
106
+ </svg>
107
+ <div class="app-title">Create child profile</div>
108
+ </div>
109
+
110
+ <!-- Content -->
111
+ <div class="content">
112
+ <div class="avatar-name">
113
+ <div class="avatar">[IMG: Child Avatar]</div>
114
+ <div class="input-underline">
115
+ <span class="value">Cerebra</span>
116
+ <div class="underline"></div>
117
+ </div>
118
+ </div>
119
+
120
+ <div class="row">
121
+ <div class="label">Gender:</div>
122
+ <div class="radio-group">
123
+ <div class="radio"><div class="circle"></div><span>Boy</span></div>
124
+ <div class="radio"><div class="circle"></div><span>Girl</span></div>
125
+ </div>
126
+ </div>
127
+
128
+ <div class="row">
129
+ <div class="label">Birthday:</div>
130
+ <div class="value tap">&lt; tap to set &gt;</div>
131
+ </div>
132
+ <div class="row">
133
+ <div class="label">Due Date:</div>
134
+ <div class="value tap">&lt; tap to set &gt;</div>
135
+ </div>
136
+ <div class="row">
137
+ <div class="label">Blood Type:</div>
138
+ <div class="value tap">&lt; tap to set &gt;</div>
139
+ </div>
140
+
141
+ <div class="field-title">Allergies:</div>
142
+ <div class="text-field"></div>
143
+
144
+ <div class="field-title" style="margin-top:28px;">Notes:</div>
145
+ <div class="text-field"></div>
146
+ </div>
147
+
148
+ <!-- Keyboard -->
149
+ <div class="keyboard">
150
+ <div class="kb-top">
151
+ <div class="kb-pill">•••</div>
152
+ <div class="kb-pill">Emoji</div>
153
+ <div class="kb-pill">GIF</div>
154
+ <div class="kb-pill">Settings</div>
155
+ <div class="kb-pill">Translate</div>
156
+ <div class="kb-pill">Theme</div>
157
+ <div class="kb-pill">Mic</div>
158
+ </div>
159
+ <div class="kb-rows">
160
+ <div class="kb-row">
161
+ <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>
162
+ </div>
163
+ <div class="kb-row">
164
+ <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>
165
+ </div>
166
+ <div class="kb-row">
167
+ <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>
168
+ <div class="key wide">Backspace</div>
169
+ </div>
170
+ <div class="space-row">
171
+ <div class="kb-pill" style="width:140px;">?123</div>
172
+ <div class="kb-pill" style="width:140px;">,</div>
173
+ <div class="space">Space</div>
174
+ <div class="kb-pill" style="width:140px;">.</div>
175
+ <div class="circle-btn">→</div>
176
+ </div>
177
+ </div>
178
+ </div>
179
+
180
+ </div>
181
+ </body>
182
+ </html>
code/15986/15986_8.html ADDED
@@ -0,0 +1,188 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Create Child Profile UI</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:#1f1f1f;
10
+ }
11
+
12
+ /* Status bar */
13
+ .status-bar{
14
+ position:absolute;top:0;left:0;width:100%;height:150px;
15
+ background:#8FB3F7;color:#ffffff;
16
+ display:flex;align-items:center;justify-content:space-between;
17
+ padding:0 36px;box-sizing:border-box;
18
+ font-size:44px;letter-spacing:0.5px;
19
+ }
20
+ .status-icons{display:flex;gap:22px;align-items:center;}
21
+ .icon-dot{width:32px;height:32px;background:#ffffff;border-radius:50%;}
22
+ .signal{width:40px;height:28px;border:3px solid #fff;border-top-width:6px;border-radius:4px;}
23
+ .wifi{width:42px;height:28px;border:3px solid #fff;border-radius:12px;border-top-color:transparent;border-left-color:transparent;border-right-color:transparent;}
24
+ .battery{width:60px;height:28px;border:3px solid #fff;position:relative;border-radius:4px;}
25
+ .battery:after{content:"";position:absolute;right:-10px;top:8px;width:10px;height:12px;background:#fff;border-radius:2px;}
26
+
27
+ /* App bar */
28
+ .app-bar{
29
+ position:absolute;top:150px;left:0;width:100%;height:200px;
30
+ background:#575757;color:#fff;display:flex;align-items:center;
31
+ padding:0 36px;box-sizing:border-box;gap:24px;
32
+ }
33
+ .back-btn{width:96px;height:96px;display:flex;align-items:center;justify-content:center;}
34
+ .app-title{font-size:64px;font-weight:700;}
35
+ .back-btn svg{width:72px;height:72px;fill:#ffffff;}
36
+
37
+ /* Content area */
38
+ .content{
39
+ position:absolute;top:350px;left:0;width:100%;bottom:0;
40
+ background:#2b2b2b;color:#fff;
41
+ padding:40px;box-sizing:border-box;
42
+ }
43
+ .profile-row{display:flex;gap:40px;align-items:center;margin-bottom:40px;}
44
+ .avatar{
45
+ width:230px;height:230px;border-radius:50%;
46
+ background:#E0E0E0;border:1px solid #BDBDBD;
47
+ display:flex;align-items:center;justify-content:center;color:#757575;font-size:32px;
48
+ }
49
+ .name-block{flex:1;}
50
+ .name-text{font-size:58px;line-height:1;margin-bottom:12px;}
51
+ .underline{height:4px;background:#7a7a7a;width:100%;}
52
+ .section{margin-top:20px;}
53
+ .row{display:flex;align-items:center;margin:28px 0;gap:18px;}
54
+ .label{width:220px;font-size:44px;color:#cfcfcf;}
55
+ .value{font-size:44px;color:#d6d6d6;}
56
+ .gender-options{display:flex;gap:60px;align-items:center;}
57
+ .radio{width:56px;height:56px;border-radius:50%;border:5px solid #cfcfcf;box-sizing:border-box;}
58
+ .radio.selected{border-color:#5aa2ff;box-shadow:0 0 0 12px inset #2b2b2b;}
59
+ .option{display:flex;align-items:center;gap:20px;font-size:46px;}
60
+ .tap{color:#e6e6e6;letter-spacing:1px;}
61
+ .long-input{margin-top:40px;}
62
+ .long-input .label{width:auto;margin-right:20px;}
63
+ .line{height:4px;background:#6e6e6e;width:100%;margin-top:20px;}
64
+ .notes{margin-top:50px;}
65
+ /* Keyboard placeholder */
66
+ .keyboard{
67
+ position:absolute;left:0;bottom:0;width:100%;height:860px;
68
+ background:#161616;border-top:1px solid #333;
69
+ padding:28px 24px;box-sizing:border-box;
70
+ }
71
+ .kb-top{display:flex;justify-content:space-between;margin-bottom:22px;}
72
+ .kb-icon{width:92px;height:92px;background:#2a2a2a;border-radius:20px;border:1px solid #3a3a3a;}
73
+ .key-row{display:flex;gap:18px;margin:20px 0;justify-content:center;}
74
+ .key{width:92px;height:120px;background:#202020;border-radius:22px;border:1px solid #3a3a3a;color:#eaeaea;font-size:42px;display:flex;align-items:center;justify-content:center;}
75
+ .key.wide{width:220px;}
76
+ .key.extra-wide{width:500px;}
77
+ .space-area{display:flex;gap:18px;justify-content:center;margin-top:22px;}
78
+ </style>
79
+ </head>
80
+ <body>
81
+ <div id="render-target">
82
+
83
+ <!-- Status Bar -->
84
+ <div class="status-bar">
85
+ <div>3:13</div>
86
+ <div class="status-icons">
87
+ <div class="icon-dot"></div>
88
+ <div class="icon-dot"></div>
89
+ <div class="icon-dot"></div>
90
+ <div class="wifi"></div>
91
+ <div class="battery"></div>
92
+ </div>
93
+ </div>
94
+
95
+ <!-- App Bar -->
96
+ <div class="app-bar">
97
+ <div class="back-btn">
98
+ <svg viewBox="0 0 24 24"><path d="M15.5 19l-7-7 7-7 1.4 1.4L11.3 12l5.6 5.6z"/></svg>
99
+ </div>
100
+ <div class="app-title">Create child profile</div>
101
+ </div>
102
+
103
+ <!-- Content -->
104
+ <div class="content">
105
+ <div class="profile-row">
106
+ <div class="avatar">[IMG: Child Avatar + Camera]</div>
107
+ <div class="name-block">
108
+ <div class="name-text">Cerebra</div>
109
+ <div class="underline"></div>
110
+ </div>
111
+ </div>
112
+
113
+ <div class="section">
114
+ <div class="row">
115
+ <div class="label">Gender:</div>
116
+ <div class="gender-options">
117
+ <div class="option">
118
+ <div class="radio"></div>
119
+ <div>Boy</div>
120
+ </div>
121
+ <div class="option">
122
+ <div class="radio selected"></div>
123
+ <div>Girl</div>
124
+ </div>
125
+ </div>
126
+ </div>
127
+
128
+ <div class="row">
129
+ <div class="label">Birthday:</div>
130
+ <div class="value tap">&lt; tap to set &gt;</div>
131
+ </div>
132
+
133
+ <div class="row">
134
+ <div class="label">Due Date:</div>
135
+ <div class="value tap">&lt; tap to set &gt;</div>
136
+ </div>
137
+
138
+ <div class="row">
139
+ <div class="label">Blood Type:</div>
140
+ <div class="value tap">&lt; tap to set &gt;</div>
141
+ </div>
142
+
143
+ <div class="long-input">
144
+ <div class="label">Allergies:</div>
145
+ <div class="line"></div>
146
+ </div>
147
+
148
+ <div class="notes">
149
+ <div class="label">Notes:</div>
150
+ <div class="line"></div>
151
+ </div>
152
+ </div>
153
+ </div>
154
+
155
+ <!-- Keyboard Placeholder -->
156
+ <div class="keyboard">
157
+ <div class="kb-top">
158
+ <div class="kb-icon"></div>
159
+ <div class="kb-icon"></div>
160
+ <div class="kb-icon"></div>
161
+ <div class="kb-icon"></div>
162
+ <div class="kb-icon"></div>
163
+ <div class="kb-icon"></div>
164
+ <div class="kb-icon"></div>
165
+ </div>
166
+
167
+ <div class="key-row">
168
+ <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>
169
+ </div>
170
+ <div class="key-row">
171
+ <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>
172
+ </div>
173
+ <div class="key-row">
174
+ <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>
175
+ <div class="key wide">⌫</div>
176
+ </div>
177
+ <div class="space-area">
178
+ <div class="key">,</div>
179
+ <div class="key">🙂</div>
180
+ <div class="key extra-wide"></div>
181
+ <div class="key">.</div>
182
+ <div class="key wide">↩</div>
183
+ </div>
184
+ </div>
185
+
186
+ </div>
187
+ </body>
188
+ </html>
code/15986/15986_9.html ADDED
@@ -0,0 +1,292 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Create Child Profile - Date Picker</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: #111318;
14
+ color: #eee;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 120px;
24
+ background: #253356;
25
+ color: #e9f0ff;
26
+ display: flex;
27
+ align-items: center;
28
+ padding: 0 36px;
29
+ box-sizing: border-box;
30
+ font-weight: 600;
31
+ letter-spacing: 0.5px;
32
+ }
33
+ .status-left { font-size: 42px; }
34
+ .status-right {
35
+ margin-left: auto;
36
+ display: flex;
37
+ align-items: center;
38
+ gap: 26px;
39
+ }
40
+ .status-icon {
41
+ width: 36px; height: 36px; border-radius: 18px;
42
+ background: rgba(255,255,255,0.2);
43
+ }
44
+
45
+ /* App header */
46
+ .app-header {
47
+ position: absolute;
48
+ top: 120px;
49
+ left: 0;
50
+ width: 1080px;
51
+ height: 160px;
52
+ background: #1a1c20;
53
+ display: flex;
54
+ align-items: center;
55
+ padding: 0 36px;
56
+ box-sizing: border-box;
57
+ border-bottom: 1px solid #2a2d33;
58
+ }
59
+ .back-btn {
60
+ width: 80px; height: 80px; display: flex; align-items: center; justify-content: center;
61
+ margin-right: 24px;
62
+ }
63
+ .back-btn svg { width: 52px; height: 52px; fill: none; stroke: #c9c9c9; stroke-width: 10; }
64
+ .header-title {
65
+ font-size: 64px;
66
+ color: #c9c9c9;
67
+ font-weight: 700;
68
+ }
69
+
70
+ /* Content area (behind dialog) */
71
+ .content {
72
+ position: absolute;
73
+ top: 280px;
74
+ left: 0;
75
+ right: 0;
76
+ bottom: 0;
77
+ padding: 40px 36px;
78
+ box-sizing: border-box;
79
+ }
80
+ .profile-row {
81
+ display: flex;
82
+ align-items: center;
83
+ gap: 40px;
84
+ margin-bottom: 40px;
85
+ }
86
+ .avatar {
87
+ width: 220px; height: 220px; border-radius: 110px;
88
+ background: #2a2d33; border: 2px solid #3a3f46;
89
+ position: relative; display: flex; align-items: center; justify-content: center;
90
+ }
91
+ .avatar svg { width: 110px; height: 110px; fill: #bdbdbd; }
92
+ .avatar .plus {
93
+ position: absolute; top: 30px; left: 30px;
94
+ width: 50px; height: 50px; border-radius: 25px;
95
+ background: #121212; border: 3px solid #9eb7ff; color: #9eb7ff;
96
+ font-size: 34px; line-height: 50px; text-align: center; font-weight: 700;
97
+ }
98
+ .name-field {
99
+ flex: 1;
100
+ }
101
+ .name-label {
102
+ font-size: 40px; color: #9aa4b0; margin-bottom: 10px;
103
+ }
104
+ .name-input {
105
+ font-size: 72px; color: #dcdcdc; border-bottom: 3px solid #3a3f46; padding-bottom: 12px;
106
+ }
107
+ .form-line {
108
+ margin-top: 32px; font-size: 46px; color: #9aa4b0;
109
+ }
110
+ .dim-line {
111
+ width: 100%; height: 2px; background: #2a2d33; margin-top: 12px;
112
+ }
113
+
114
+ /* Overlay and date picker dialog */
115
+ .overlay {
116
+ position: absolute;
117
+ left: 0; top: 0;
118
+ width: 1080px; height: 2400px;
119
+ background: rgba(0,0,0,0.65);
120
+ }
121
+ .datepicker {
122
+ position: absolute;
123
+ width: 860px;
124
+ left: 50%;
125
+ transform: translateX(-50%);
126
+ top: 620px;
127
+ background: #ffffff;
128
+ border-radius: 28px;
129
+ overflow: hidden;
130
+ box-shadow: 0 20px 60px rgba(0,0,0,0.5);
131
+ color: #2b2b2b;
132
+ }
133
+ .dp-header {
134
+ background: #84A4F4;
135
+ color: #ffffff;
136
+ padding: 36px 40px 28px 40px;
137
+ }
138
+ .dp-year { font-size: 44px; opacity: 0.95; }
139
+ .dp-date {
140
+ font-size: 90px; font-weight: 700; margin-top: 12px;
141
+ }
142
+ .dp-body {
143
+ padding: 24px 36px 20px 36px;
144
+ background: #ffffff;
145
+ }
146
+ .month-row {
147
+ display: flex; align-items: center; justify-content: center;
148
+ font-size: 56px; font-weight: 700; color: #2b2b2b; margin-bottom: 18px;
149
+ position: relative;
150
+ }
151
+ .chev {
152
+ position: absolute; top: 0; width: 80px; height: 80px; display: flex; align-items: center; justify-content: center;
153
+ cursor: default;
154
+ }
155
+ .chev.left { left: 0; }
156
+ .chev.right { right: 0; }
157
+ .chev svg { width: 44px; height: 44px; fill: none; stroke: #3a3f46; stroke-width: 12; }
158
+
159
+ .weekday-row {
160
+ display: grid; grid-template-columns: repeat(7, 1fr);
161
+ text-align: center; color: #7b7f86; font-size: 40px; margin: 14px 0 10px;
162
+ }
163
+ .calendar {
164
+ display: grid; grid-template-columns: repeat(7, 1fr);
165
+ gap: 8px; text-align: center; font-size: 48px; padding-bottom: 20px;
166
+ }
167
+ .day { padding: 24px 0; border-radius: 50px; }
168
+ .selected { background: #83A4F6; color: #ffffff; font-weight: 700; }
169
+ .dp-actions {
170
+ display: flex; justify-content: space-between; padding: 26px 40px 34px;
171
+ border-top: 1px solid #ececec;
172
+ }
173
+ .btn {
174
+ font-size: 48px; color: #7d9eea; font-weight: 700; letter-spacing: 1px;
175
+ }
176
+ </style>
177
+ </head>
178
+ <body>
179
+ <div id="render-target">
180
+
181
+ <!-- Status bar -->
182
+ <div class="status-bar">
183
+ <div class="status-left">3:13</div>
184
+ <div class="status-right">
185
+ <div class="status-icon"></div>
186
+ <div class="status-icon"></div>
187
+ <div class="status-icon"></div>
188
+ <div class="status-icon"></div>
189
+ </div>
190
+ </div>
191
+
192
+ <!-- App header -->
193
+ <div class="app-header">
194
+ <div class="back-btn">
195
+ <svg viewBox="0 0 72 72">
196
+ <path d="M48 12 L24 36 L48 60" />
197
+ </svg>
198
+ </div>
199
+ <div class="header-title">Create child profile</div>
200
+ </div>
201
+
202
+ <!-- Content behind dialog -->
203
+ <div class="content">
204
+ <div class="profile-row">
205
+ <div class="avatar">
206
+ <div class="plus">+</div>
207
+ <svg viewBox="0 0 100 100">
208
+ <path d="M30 30 h40 v40 h-40 z" />
209
+ <circle cx="50" cy="50" r="15"></circle>
210
+ </svg>
211
+ </div>
212
+ <div class="name-field">
213
+ <div class="name-input">Cerebra</div>
214
+ </div>
215
+ </div>
216
+
217
+ <div class="form-line">Gender:</div><div class="dim-line"></div>
218
+ <div class="form-line" style="margin-top:36px;">Birthday</div><div class="dim-line"></div>
219
+ <div class="form-line" style="margin-top:36px;">Due Date</div><div class="dim-line"></div>
220
+ <div class="form-line" style="margin-top:36px;">Blood Type</div><div class="dim-line"></div>
221
+ <div class="form-line" style="margin-top:36px;">Allergies</div><div class="dim-line"></div>
222
+ <div class="form-line" style="margin-top:36px;">Notes</div><div class="dim-line"></div>
223
+ </div>
224
+
225
+ <!-- Overlay and Date Picker -->
226
+ <div class="overlay"></div>
227
+ <div class="datepicker">
228
+ <div class="dp-header">
229
+ <div class="dp-year">2023</div>
230
+ <div class="dp-date">Tue, Aug 1</div>
231
+ </div>
232
+ <div class="dp-body">
233
+ <div class="month-row">
234
+ <div class="chev left">
235
+ <svg viewBox="0 0 48 48"><path d="M28 10 L16 24 L28 38"/></svg>
236
+ </div>
237
+ August 2023
238
+ <div class="chev right">
239
+ <svg viewBox="0 0 48 48"><path d="M20 10 L32 24 L20 38"/></svg>
240
+ </div>
241
+ </div>
242
+ <div class="weekday-row">
243
+ <div>S</div><div>M</div><div>T</div><div>W</div><div>T</div><div>F</div><div>S</div>
244
+ </div>
245
+ <div class="calendar">
246
+ <div class="day selected">1</div>
247
+ <div class="day">2</div>
248
+ <div class="day">3</div>
249
+ <div class="day">4</div>
250
+ <div class="day">5</div>
251
+ <div class="day">6</div>
252
+ <div class="day">7</div>
253
+
254
+ <div class="day">8</div>
255
+ <div class="day">9</div>
256
+ <div class="day">10</div>
257
+ <div class="day">11</div>
258
+ <div class="day">12</div>
259
+ <div class="day">13</div>
260
+ <div class="day">14</div>
261
+
262
+ <div class="day">15</div>
263
+ <div class="day">16</div>
264
+ <div class="day">17</div>
265
+ <div class="day">18</div>
266
+ <div class="day">19</div>
267
+ <div class="day">20</div>
268
+ <div class="day">21</div>
269
+
270
+ <div class="day">22</div>
271
+ <div class="day">23</div>
272
+ <div class="day">24</div>
273
+ <div class="day">25</div>
274
+ <div class="day">26</div>
275
+ <div class="day">27</div>
276
+ <div class="day">28</div>
277
+
278
+ <div class="day">29</div>
279
+ <div class="day">30</div>
280
+ <div class="day">31</div>
281
+ </div>
282
+
283
+ <div class="dp-actions">
284
+ <div class="btn">CANCEL</div>
285
+ <div class="btn">OK</div>
286
+ </div>
287
+ </div>
288
+ </div>
289
+
290
+ </div>
291
+ </body>
292
+ </html>
code/15990/15990_1.html ADDED
@@ -0,0 +1,337 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Mail UI Mock</title>
6
+ <style>
7
+ body { margin:0; padding:0; background:transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
8
+ #render-target {
9
+ width:1080px; height:2400px; position:relative; overflow:hidden;
10
+ background:#0d0d0f; color:#fff;
11
+ }
12
+
13
+ /* Status bar */
14
+ .status-bar {
15
+ height:110px; padding:0 34px; display:flex; align-items:center; justify-content:flex-end;
16
+ color:#cfcfcf; font-size:36px; background:#141416;
17
+ }
18
+ .status-left { position:absolute; left:34px; top:0; height:110px; display:flex; align-items:center; gap:16px; }
19
+ .status-left span { font-size:36px; color:#cfcfcf; }
20
+ .status-icons { display:flex; align-items:center; gap:24px; }
21
+ .icon-svg { width:42px; height:42px; }
22
+ /* Top actions */
23
+ .top-actions {
24
+ height:150px; padding:0 34px; display:flex; align-items:center; justify-content:space-between;
25
+ background:#1a1b1e; border-bottom:1px solid rgba(255,255,255,0.06);
26
+ }
27
+ .ta-left { display:flex; align-items:center; gap:26px; }
28
+ .ta-title { font-size:52px; font-weight:700; }
29
+ .ta-right { display:flex; align-items:center; gap:44px; }
30
+ .action-btn svg { width:56px; height:56px; fill:none; stroke:#fff; stroke-width:4; }
31
+
32
+ /* Tabs / Filter */
33
+ .tabs-row { display:flex; align-items:center; gap:26px; padding:24px 34px; background:#1a1b1e; }
34
+ .tab {
35
+ padding:22px 32px; border-radius:40px; font-size:34px; color:#bdbdbd;
36
+ background:#2a2c31;
37
+ }
38
+ .tab.active { background:#30333a; color:#fff; box-shadow: inset 0 0 0 2px rgba(255,255,255,0.12); }
39
+ .filter-pill {
40
+ margin-left:auto; padding:22px 34px; border-radius:40px; background:#2b2d32; color:#e9e9e9; font-size:34px;
41
+ box-shadow: inset 0 0 0 2px rgba(255,255,255,0.08);
42
+ }
43
+
44
+ /* Mail list */
45
+ .mail-list { height:1720px; overflow:hidden; }
46
+ .item {
47
+ display:flex; align-items:flex-start; padding:28px 34px; gap:26px;
48
+ border-bottom:1px solid rgba(255,255,255,0.06);
49
+ position:relative;
50
+ }
51
+ .item .avatar {
52
+ width:96px; height:96px; border-radius:50%; display:flex; align-items:center; justify-content:center;
53
+ font-weight:700; font-size:36px; color:#fff;
54
+ }
55
+ .avatar.red { background:#d74a44; }
56
+ .avatar.blue { background:#4aa0ff; }
57
+ .avatar.teal { background:#36c2c2; }
58
+ .avatar.pink { background:#ff6fb3; }
59
+ .avatar.orange { background:#ff6a4a; }
60
+ .avatar.gray { background:#6a6a6a; }
61
+
62
+ .content { flex:1; min-width:0; }
63
+ .sender { font-size:40px; font-weight:700; margin-top:4px; margin-bottom:6px; }
64
+ .subject { font-size:32px; color:#e0e0e0; margin-bottom:6px; display:flex; align-items:center; gap:12px; }
65
+ .preview { font-size:30px; color:#a9a9aa; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
66
+ .time { position:absolute; right:34px; top:28px; font-size:30px; color:#b7b7b8; }
67
+
68
+ .item.selected { background:#5b4a19; }
69
+ .select-check {
70
+ position:absolute; left:34px; top:36px; width:68px; height:68px; border-radius:50%;
71
+ border:2px solid #3ea4ff; display:flex; align-items:center; justify-content:center;
72
+ }
73
+ .flag {
74
+ width:28px; height:28px; display:inline-flex;
75
+ }
76
+ .paperclip { width:28px; height:28px; position:absolute; right:120px; top:92px; opacity:0.85; }
77
+
78
+ /* Timeline pill */
79
+ .timeline {
80
+ margin:22px 160px; background:#2a2c31; border-radius:60px; padding:24px 34px; color:#eaeaea;
81
+ display:flex; align-items:center; gap:24px; font-size:34px;
82
+ }
83
+ .timeline .bubble { width:50px; height:50px; border-radius:50%; background:#3a3c41; display:flex; align-items:center; justify-content:center; }
84
+
85
+ /* Bottom nav */
86
+ .bottom-nav {
87
+ position:absolute; bottom:0; left:0; right:0; height:170px; background:#0f1013;
88
+ border-top:1px solid rgba(255,255,255,0.06); display:flex; align-items:center; justify-content:space-around;
89
+ }
90
+ .nav-item { display:flex; flex-direction:column; align-items:center; gap:12px; color:#9da0a6; font-size:28px; }
91
+ .nav-item.active { color:#1da1ff; }
92
+ .nav-icon { width:48px; height:48px; }
93
+
94
+ /* Floating compose */
95
+ .fab {
96
+ position:absolute; right:38px; bottom:220px; height:140px; width:520px; border-radius:80px;
97
+ background:#0a84ff; color:#fff; display:flex; align-items:center; justify-content:space-between; padding:0 26px 0 26px;
98
+ box-shadow:0 10px 24px rgba(10,132,255,0.45);
99
+ }
100
+ .fab .pen {
101
+ width:92px; height:92px; border-radius:22px; background:#0a6fe6; display:flex; align-items:center; justify-content:center;
102
+ }
103
+ .fab .label { font-size:44px; font-weight:600; }
104
+ .fab .chev { width:72px; height:72px; display:flex; align-items:center; justify-content:center; }
105
+
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">
114
+ <span>3:44</span>
115
+ <!-- minimal glyph row -->
116
+ <svg class="icon-svg" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" fill="none" stroke="#cfcfcf" stroke-width="2"/></svg>
117
+ <svg class="icon-svg" viewBox="0 0 24 24"><path d="M3 12l7 7 11-11" fill="none" stroke="#cfcfcf" stroke-width="2"/></svg>
118
+ <svg class="icon-svg" viewBox="0 0 24 24"><path d="M4 6h16M4 12h16M4 18h8" stroke="#cfcfcf" stroke-width="2" fill="none"/></svg>
119
+ </div>
120
+ <div class="status-icons">
121
+ <!-- WiFi -->
122
+ <svg class="icon-svg" viewBox="0 0 24 24">
123
+ <path d="M2 8c5-4 15-4 20 0M5 12c4-3 10-3 14 0M8 16c3-2 5-2 8 0" stroke="#cfcfcf" stroke-width="2" fill="none" stroke-linecap="round"/>
124
+ <circle cx="12" cy="19" r="2" fill="#cfcfcf"/>
125
+ </svg>
126
+ <!-- Battery -->
127
+ <svg class="icon-svg" viewBox="0 0 24 24">
128
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2" stroke="#cfcfcf" stroke-width="2" fill="none"/>
129
+ <rect x="21" y="10" width="2" height="4" fill="#cfcfcf"/>
130
+ <rect x="4" y="8" width="12" height="8" fill="#cfcfcf"/>
131
+ </svg>
132
+ </div>
133
+ </div>
134
+
135
+ <!-- Top actions row -->
136
+ <div class="top-actions">
137
+ <div class="ta-left">
138
+ <!-- Back arrow -->
139
+ <svg class="icon-svg" viewBox="0 0 24 24">
140
+ <path d="M15 4L6 12l9 8" stroke="#fff" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
141
+ </svg>
142
+ <div class="ta-title">1 Selected</div>
143
+ </div>
144
+ <div class="ta-right">
145
+ <!-- Trash -->
146
+ <div class="action-btn">
147
+ <svg viewBox="0 0 24 24">
148
+ <path d="M4 7h16M9 7V4h6v3M6 7l1 13h10l1-13" stroke="#fff" stroke-width="2" fill="none"/>
149
+ </svg>
150
+ </div>
151
+ <!-- Archive -->
152
+ <div class="action-btn">
153
+ <svg viewBox="0 0 24 24">
154
+ <rect x="3" y="5" width="18" height="7" rx="1" stroke="#fff" stroke-width="2" fill="none"/>
155
+ <path d="M6 12v7h12v-7" stroke="#fff" stroke-width="2" fill="none"/>
156
+ <path d="M10 12h4" stroke="#fff" stroke-width="2" />
157
+ </svg>
158
+ </div>
159
+ <!-- Kebab -->
160
+ <div class="action-btn">
161
+ <svg viewBox="0 0 24 24">
162
+ <circle cx="12" cy="5" r="2" fill="#fff"/><circle cx="12" cy="12" r="2" fill="#fff"/><circle cx="12" cy="19" r="2" fill="#fff"/>
163
+ </svg>
164
+ </div>
165
+ </div>
166
+ </div>
167
+
168
+ <!-- Tabs -->
169
+ <div class="tabs-row">
170
+ <div class="tab active">Focused</div>
171
+ <div class="tab">Other</div>
172
+ <div class="filter-pill">Filter</div>
173
+ </div>
174
+
175
+ <!-- Mail list -->
176
+ <div class="mail-list">
177
+
178
+ <!-- Item 1 -->
179
+ <div class="item">
180
+ <div class="avatar red">CR</div>
181
+ <div class="content">
182
+ <div class="sender">Cerebra Research</div>
183
+ <div class="subject">Request for Appraisal</div>
184
+ <div class="preview">Increase my basic pay</div>
185
+ </div>
186
+ <div class="time">1:47 PM</div>
187
+ </div>
188
+
189
+ <!-- Item 2 -->
190
+ <div class="item">
191
+ <div class="avatar gray">G</div>
192
+ <div class="content">
193
+ <div class="sender">Google</div>
194
+ <div class="subject">Security alert</div>
195
+ <div class="preview">Microsoft apps &amp; services was granted access to ...</div>
196
+ </div>
197
+ <div class="time">11:41 AM</div>
198
+ </div>
199
+
200
+ <!-- Item 3 -->
201
+ <div class="item">
202
+ <div class="avatar red">CR</div>
203
+ <div class="content">
204
+ <div class="sender">Cerebra Research</div>
205
+ <div class="subject">(no subject)</div>
206
+ <div class="preview">Social Media Social media is a collective term for ...</div>
207
+ </div>
208
+ <div class="time">11:24 AM</div>
209
+ </div>
210
+
211
+ <!-- Item 4 - Selected -->
212
+ <div class="item selected">
213
+ <div class="select-check">
214
+ <svg viewBox="0 0 24 24" width="36" height="36">
215
+ <path d="M5 12l4 4 10-10" stroke="#3ea4ff" stroke-width="3" fill="none" stroke-linecap="round"/>
216
+ </svg>
217
+ </div>
218
+ <div class="avatar blue">J</div>
219
+ <div class="content">
220
+ <div class="sender">Jotform</div>
221
+ <div class="subject">
222
+ Limited time: 50% off annual Jotform plans
223
+ <svg class="flag" viewBox="0 0 24 24">
224
+ <path d="M6 4v16M6 4h12l-4 4 4 4H6" fill="#e04b3f"/>
225
+ </svg>
226
+ </div>
227
+ <div class="preview">Get more forms, submissions, and storage at half ...</div>
228
+ </div>
229
+ <div class="time">10:57 AM</div>
230
+ </div>
231
+
232
+ <!-- Item 5 -->
233
+ <div class="item">
234
+ <div class="avatar teal">GN</div>
235
+ <div class="content">
236
+ <div class="sender">Glow Nurture</div>
237
+ <div class="subject">Your baby on Day 301</div>
238
+ <div class="preview">...</div>
239
+ </div>
240
+ <div class="time">10:15 AM</div>
241
+ </div>
242
+
243
+ <!-- Item 6 -->
244
+ <div class="item">
245
+ <div class="avatar pink">D</div>
246
+ <div class="content">
247
+ <div class="sender">dbwscratch.test.id6@gmail.com</div>
248
+ <div class="subject">Invitation from an unknown sender: Redeploye...</div>
249
+ <div class="preview">Redeployment Meeting Unknown sender This ev...</div>
250
+ </div>
251
+ <div class="time">9:42 AM</div>
252
+ <!-- Paperclip icon -->
253
+ <svg class="paperclip" viewBox="0 0 24 24">
254
+ <path d="M7 7l7-3c4-1 7 4 4 7l-7 7c-3 3-8-2-5-5l8-8" stroke="#bfbfc2" stroke-width="2" fill="none" stroke-linecap="round"/>
255
+ </svg>
256
+ </div>
257
+
258
+ <!-- Timeline pill -->
259
+ <div class="timeline">
260
+ <div class="bubble">
261
+ <svg viewBox="0 0 24 24" width="28" height="28">
262
+ <path d="M3 5h18v12l-6-4H3z" fill="#8b8d92"/>
263
+ </svg>
264
+ </div>
265
+ Today, Aug 9 (1d)
266
+ </div>
267
+
268
+ <!-- Item 7 -->
269
+ <div class="item">
270
+ <div class="avatar orange">B</div>
271
+ <div class="content">
272
+ <div class="sender">Babbel</div>
273
+ <div class="subject">Summer’s hottest deal is disappearing 🥵</div>
274
+ <div class="preview">60% off Babbel Lifetime ends at midnight! Na...</div>
275
+ </div>
276
+ <div class="time">9:39 AM</div>
277
+ </div>
278
+
279
+ <!-- Item 8 -->
280
+ <div class="item">
281
+ <div class="avatar gray">G</div>
282
+ <div class="content">
283
+ <div class="sender">Google</div>
284
+ <div class="subject">Security alert</div>
285
+ <div class="preview">...</div>
286
+ </div>
287
+ <div class="time">9:?? AM</div>
288
+ </div>
289
+ </div>
290
+
291
+ <!-- Floating compose button -->
292
+ <div class="fab">
293
+ <div class="pen">
294
+ <svg viewBox="0 0 24 24" width="54" height="54">
295
+ <path d="M4 20l5-1 9-9-4-4-9 9-1 5zM14 6l4 4" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
296
+ </svg>
297
+ </div>
298
+ <div class="label">New mail</div>
299
+ <div class="chev">
300
+ <svg viewBox="0 0 24 24" width="42" height="42">
301
+ <path d="M8 5l8 7-8 7" stroke="#fff" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
302
+ </svg>
303
+ </div>
304
+ </div>
305
+
306
+ <!-- Bottom navigation -->
307
+ <div class="bottom-nav">
308
+ <div class="nav-item active">
309
+ <svg class="nav-icon" viewBox="0 0 24 24">
310
+ <path d="M3 4h18v14H3zM7 20h10" stroke="#1da1ff" stroke-width="2" fill="none"/>
311
+ </svg>
312
+ <div>Mail</div>
313
+ </div>
314
+ <div class="nav-item">
315
+ <svg class="nav-icon" viewBox="0 0 24 24">
316
+ <rect x="3" y="5" width="18" height="16" rx="2" fill="none" stroke="#9da0a6" stroke-width="2"/>
317
+ <path d="M7 5v4h10V5" stroke="#9da0a6" stroke-width="2"/>
318
+ </svg>
319
+ <div>Calendar</div>
320
+ </div>
321
+ <div class="nav-item">
322
+ <svg class="nav-icon" viewBox="0 0 24 24">
323
+ <path d="M4 5h16v6H4zM4 13h10v6H4z" stroke="#9da0a6" stroke-width="2" fill="none"/>
324
+ </svg>
325
+ <div>Feed</div>
326
+ </div>
327
+ <div class="nav-item">
328
+ <svg class="nav-icon" viewBox="0 0 24 24">
329
+ <circle cx="5" cy="12" r="2" fill="#9da0a6"/><circle cx="12" cy="12" r="2" fill="#9da0a6"/><circle cx="19" cy="12" r="2" fill="#9da0a6"/>
330
+ </svg>
331
+ <div>More</div>
332
+ </div>
333
+ </div>
334
+
335
+ </div>
336
+ </body>
337
+ </html>
code/15990/15990_2.html ADDED
@@ -0,0 +1,399 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Mobile Mail UI</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:#0f0f10; color:#eaeaea;
11
+ }
12
+ /* Status bar */
13
+ .status-bar {
14
+ position:absolute; top:0; left:0; right:0;
15
+ height:120px; background:rgba(30,30,32,0.95);
16
+ display:flex; align-items:center; padding:0 36px;
17
+ color:#cfcfcf; font-size:32px;
18
+ }
19
+ .status-left { flex:1; display:flex; gap:18px; align-items:center; }
20
+ .status-right { display:flex; gap:28px; align-items:center; }
21
+ .dot { width:12px; height:12px; border-radius:50%; background:#cfcfcf; opacity:0.6; }
22
+
23
+ /* App bar */
24
+ .app-bar {
25
+ position:absolute; top:120px; left:0; right:0;
26
+ height:140px; background:#1b1b1d; display:flex; align-items:center;
27
+ padding:0 36px; box-shadow:0 2px 0 rgba(255,255,255,0.04);
28
+ }
29
+ .back-btn {
30
+ width:72px; height:72px; border-radius:36px; display:flex; justify-content:center; align-items:center;
31
+ margin-right:24px; color:#eaeaea;
32
+ }
33
+ .app-title { font-size:54px; font-weight:700; }
34
+ .segmented {
35
+ position:absolute; top:260px; left:36px; height:80px; display:flex; gap:20px;
36
+ }
37
+ .seg-btn {
38
+ padding:16px 26px; border-radius:40px; border:1px solid #333; font-size:32px;
39
+ background:#2a2a2d; color:#cfcfcf;
40
+ }
41
+ .seg-btn.active { background:#3a3a3f; color:#fff; }
42
+
43
+ /* List */
44
+ .list {
45
+ position:absolute; top:360px; left:0; right:0; bottom:210px; overflow:hidden;
46
+ padding:0 0 0 0;
47
+ }
48
+ .email {
49
+ display:flex; gap:24px; align-items:flex-start;
50
+ padding:26px 36px; border-bottom:1px solid rgba(255,255,255,0.06);
51
+ background:transparent;
52
+ }
53
+ .email.highlight { background:#3b3216; }
54
+ .avatar {
55
+ width:96px; height:96px; border-radius:48px; display:flex; justify-content:center; align-items:center;
56
+ color:#fff; font-weight:700; font-size:34px;
57
+ }
58
+ .av-red { background:#d84337; }
59
+ .av-blue { background:#0077cc; }
60
+ .av-orange { background:#ff7043; }
61
+ .av-teal { background:#26a69a; }
62
+ .av-pink { background:#ff6fb0; }
63
+ .av-salmon { background:#f06292; }
64
+ .av-gold { background:#a67c00; }
65
+ .email-content { flex:1; }
66
+ .row-top {
67
+ display:flex; justify-content:space-between; align-items:center;
68
+ }
69
+ .sender { font-size:42px; font-weight:700; }
70
+ .time { font-size:28px; color:#a1a1a6; }
71
+ .subject { font-size:34px; margin-top:8px; color:#e0e0e3; }
72
+ .snippet { font-size:30px; margin-top:6px; color:#a1a1a6; }
73
+ .checkmark {
74
+ width:64px; height:64px; border-radius:40px; border:2px solid #7fb1cd;
75
+ display:flex; justify-content:center; align-items:center; color:#7fb1cd; font-size:34px; margin-right:6px;
76
+ }
77
+
78
+ /* Day pill */
79
+ .day-pill {
80
+ margin:16px 36px; padding:18px 26px; background:#2c2e31; color:#e4e4e6;
81
+ border-radius:50px; width:max-content; display:flex; align-items:center; gap:16px; font-size:32px;
82
+ }
83
+ .pill-icon {
84
+ width:46px; height:46px; border-radius:23px; background:#1f2124; display:flex; justify-content:center; align-items:center;
85
+ color:#bbb;
86
+ }
87
+
88
+ /* Bottom bar */
89
+ .bottom-bar {
90
+ position:absolute; bottom:0; left:0; right:0; height:180px; background:#0f0f10;
91
+ border-top:1px solid rgba(255,255,255,0.08); display:flex; align-items:center; justify-content:space-around;
92
+ }
93
+ .nav-item { display:flex; flex-direction:column; align-items:center; gap:8px; font-size:28px; color:#a8a9ad; }
94
+ .nav-item.active { color:#4ea3ff; }
95
+ .nav-icon { width:56px; height:56px; }
96
+
97
+ /* Compose button */
98
+ .compose {
99
+ position:absolute; right:36px; bottom:216px; background:#1687ff; color:#fff;
100
+ height:160px; width:540px; border-radius:80px; box-shadow:0 8px 24px rgba(22,135,255,0.4);
101
+ display:flex; align-items:center; justify-content:space-between; padding:0 36px 0 36px;
102
+ }
103
+ .compose .left {
104
+ display:flex; align-items:center; gap:24px; font-size:44px; font-weight:700;
105
+ }
106
+ .compose .arrow {
107
+ width:88px; height:88px; border-radius:44px; background:rgba(255,255,255,0.2);
108
+ display:flex; justify-content:center; align-items:center;
109
+ }
110
+
111
+ /* Overlay + context menu */
112
+ .dim {
113
+ position:absolute; top:0; left:0; right:0; bottom:0; background:rgba(0,0,0,0.35);
114
+ pointer-events:none;
115
+ }
116
+ .menu {
117
+ position:absolute; top:310px; right:24px; width:620px; background:#1b1c1f; border-radius:24px;
118
+ box-shadow:0 22px 60px rgba(0,0,0,0.6); overflow:hidden; border:1px solid rgba(255,255,255,0.06);
119
+ }
120
+ .menu-item {
121
+ display:flex; align-items:center; gap:28px; padding:34px 28px; font-size:38px; color:#eaeaea;
122
+ border-bottom:1px solid rgba(255,255,255,0.06);
123
+ }
124
+ .menu-item:last-child { border-bottom:none; }
125
+ .menu-icon {
126
+ width:60px; height:60px; display:flex; justify-content:center; align-items:center; color:#c6c8cc;
127
+ background:#2a2b30; border-radius:12px;
128
+ }
129
+
130
+ /* Simple SVG icons */
131
+ svg { display:block; }
132
+ </style>
133
+ </head>
134
+ <body>
135
+ <div id="render-target">
136
+
137
+ <!-- Status bar -->
138
+ <div class="status-bar">
139
+ <div class="status-left">
140
+ <div>3:44</div>
141
+ <div class="dot"></div><div class="dot"></div><div class="dot"></div><div class="dot"></div><div class="dot"></div>
142
+ </div>
143
+ <div class="status-right">
144
+ <svg class="nav-icon" viewBox="0 0 24 24" width="46" height="46">
145
+ <path d="M6 9h12v6H6z" fill="#cfcfcf"/>
146
+ </svg>
147
+ <svg class="nav-icon" viewBox="0 0 24 24" width="46" height="46">
148
+ <path d="M12 2l5 9H7l5-9zm0 20a2 2 0 110-4 2 2 0 010 4z" fill="#cfcfcf"/>
149
+ </svg>
150
+ </div>
151
+ </div>
152
+
153
+ <!-- App bar -->
154
+ <div class="app-bar">
155
+ <div class="back-btn">
156
+ <svg viewBox="0 0 24 24" width="54" height="54">
157
+ <path d="M15 18l-6-6 6-6" stroke="#ffffff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
158
+ </svg>
159
+ </div>
160
+ <div class="app-title">1 Selected</div>
161
+ </div>
162
+
163
+ <!-- Segmented control -->
164
+ <div class="segmented">
165
+ <div class="seg-btn active">Focused</div>
166
+ <div class="seg-btn">Other</div>
167
+ </div>
168
+
169
+ <!-- List of emails -->
170
+ <div class="list">
171
+ <div class="email">
172
+ <div class="avatar av-red">CR</div>
173
+ <div class="email-content">
174
+ <div class="row-top">
175
+ <div class="sender">Cerebra Research</div>
176
+ <div class="time">—</div>
177
+ </div>
178
+ <div class="subject">Request for Appraisal</div>
179
+ <div class="snippet">Increase my basic pa...</div>
180
+ </div>
181
+ </div>
182
+
183
+ <div class="email">
184
+ <div class="avatar av-blue">G</div>
185
+ <div class="email-content">
186
+ <div class="row-top">
187
+ <div class="sender">Google</div>
188
+ <div class="time">—</div>
189
+ </div>
190
+ <div class="subject">Security alert</div>
191
+ <div class="snippet">Microsoft apps & services...</div>
192
+ </div>
193
+ </div>
194
+
195
+ <div class="email">
196
+ <div class="avatar av-red">CR</div>
197
+ <div class="email-content">
198
+ <div class="row-top">
199
+ <div class="sender">Cerebra Research</div>
200
+ <div class="time">—</div>
201
+ </div>
202
+ <div class="subject">(no subject)</div>
203
+ <div class="snippet">Social Media Social n...</div>
204
+ </div>
205
+ </div>
206
+
207
+ <div class="email highlight">
208
+ <div class="checkmark">✓</div>
209
+ <div class="avatar av-gold">J</div>
210
+ <div class="email-content">
211
+ <div class="row-top">
212
+ <div class="sender">Jotform</div>
213
+ <div class="time">—</div>
214
+ </div>
215
+ <div class="subject">Limited time: 50% off</div>
216
+ <div class="snippet">Get more forms, sub...</div>
217
+ </div>
218
+ </div>
219
+
220
+ <div class="email">
221
+ <div class="avatar av-teal">GN</div>
222
+ <div class="email-content">
223
+ <div class="row-top">
224
+ <div class="sender">Glow Nurture</div>
225
+ <div class="time">10:15 AM</div>
226
+ </div>
227
+ <div class="subject">Your baby on Day 301</div>
228
+ </div>
229
+ </div>
230
+
231
+ <div class="email">
232
+ <div class="avatar av-pink">D</div>
233
+ <div class="email-content">
234
+ <div class="row-top">
235
+ <div class="sender">dbwscratch.test.id6@gmail.com</div>
236
+ <div class="time">9:42 AM</div>
237
+ </div>
238
+ <div class="subject">Invitation from an unknown sender...</div>
239
+ <div class="snippet">Redeployment Meeting This ev...</div>
240
+ </div>
241
+ </div>
242
+
243
+ <div class="day-pill">
244
+ <div class="pill-icon">💬</div>
245
+ <div>Today, Aug 9 (1d)</div>
246
+ </div>
247
+
248
+ <div class="email">
249
+ <div class="avatar av-orange">B</div>
250
+ <div class="email-content">
251
+ <div class="row-top">
252
+ <div class="sender">Babbel</div>
253
+ <div class="time">9:39 AM</div>
254
+ </div>
255
+ <div class="subject">Summer’s hottest deal is disappearing 🥲</div>
256
+ <div class="snippet">60% off Babbel Lifetime...</div>
257
+ </div>
258
+ </div>
259
+
260
+ <div class="email">
261
+ <div class="avatar av-blue">G</div>
262
+ <div class="email-content">
263
+ <div class="row-top">
264
+ <div class="sender">Google</div>
265
+ <div class="time">—</div>
266
+ </div>
267
+ <div class="subject">Security alert</div>
268
+ </div>
269
+ </div>
270
+ </div>
271
+
272
+ <!-- Floating Compose -->
273
+ <div class="compose">
274
+ <div class="left">
275
+ <div class="menu-icon" style="background:rgba(255,255,255,0.2); color:#fff;">
276
+ <svg viewBox="0 0 24 24" width="40" height="40">
277
+ <path d="M4 20h16v2H4zM15.5 5.5l3 3L9 18H6v-3l9.5-9.5z" fill="#ffffff"/>
278
+ </svg>
279
+ </div>
280
+ <div>New mail</div>
281
+ </div>
282
+ <div class="arrow">
283
+ <svg viewBox="0 0 24 24" width="42" height="42">
284
+ <path d="M8 16l6-6M14 16V10H8" stroke="#ffffff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
285
+ </svg>
286
+ </div>
287
+ </div>
288
+
289
+ <!-- Dim and Context Menu -->
290
+ <div class="dim"></div>
291
+ <div class="menu">
292
+ <div class="menu-item">
293
+ <div class="menu-icon">
294
+ <svg viewBox="0 0 24 24" width="30" height="30">
295
+ <path d="M3 4h18v4H3zm0 6h10v8H3z" fill="#c6c8cc"/>
296
+ </svg>
297
+ </div>
298
+ <div>Move to folder</div>
299
+ </div>
300
+ <div class="menu-item">
301
+ <div class="menu-icon">
302
+ <svg viewBox="0 0 24 24" width="30" height="30">
303
+ <path d="M3 6h8l2 2h8v12H3z" fill="#c6c8cc"/>
304
+ </svg>
305
+ </div>
306
+ <div>Move to Other</div>
307
+ </div>
308
+ <div class="menu-item">
309
+ <div class="menu-icon">
310
+ <svg viewBox="0 0 24 24" width="30" height="30">
311
+ <path d="M12 2l10 6-10 6L2 8l10-6zm0 16a4 4 0 100 8 4 4 0 000-8z" fill="#c6c8cc"/>
312
+ </svg>
313
+ </div>
314
+ <div>Report junk</div>
315
+ </div>
316
+ <div class="menu-item">
317
+ <div class="menu-icon">
318
+ <svg viewBox="0 0 24 24" width="30" height="30">
319
+ <path d="M12 3C8 3 5 6 5 10v3l-2 2v1h18v-1l-2-2v-3c0-4-3-7-7-7zm0 18a3 3 0 003-3H9a3 3 0 003 3z" fill="#c6c8cc"/>
320
+ </svg>
321
+ </div>
322
+ <div>Ignore conversation</div>
323
+ </div>
324
+ <div class="menu-item">
325
+ <div class="menu-icon">
326
+ <svg viewBox="0 0 24 24" width="30" height="30">
327
+ <path d="M3 4h18v14H3zM7 20h10v2H7z" fill="#c6c8cc"/>
328
+ </svg>
329
+ </div>
330
+ <div>Mark as unread</div>
331
+ </div>
332
+ <div class="menu-item">
333
+ <div class="menu-icon">
334
+ <svg viewBox="0 0 24 24" width="30" height="30">
335
+ <path d="M5 5l14 14M5 19L19 5" stroke="#c6c8cc" stroke-width="2"/>
336
+ </svg>
337
+ </div>
338
+ <div>Unflag</div>
339
+ </div>
340
+ <div class="menu-item">
341
+ <div class="menu-icon">
342
+ <svg viewBox="0 0 24 24" width="30" height="30">
343
+ <path d="M12 2l3 6h7l-5 4 2 7-7-4-7 4 2-7-5-4h7z" fill="#c6c8cc"/>
344
+ </svg>
345
+ </div>
346
+ <div>Pin</div>
347
+ </div>
348
+ <div class="menu-item">
349
+ <div class="menu-icon">
350
+ <svg viewBox="0 0 24 24" width="30" height="30">
351
+ <circle cx="12" cy="12" r="9" stroke="#c6c8cc" stroke-width="2" fill="none"/>
352
+ <path d="M12 7v6l4 2" stroke="#c6c8cc" stroke-width="2" fill="none" stroke-linecap="round"/>
353
+ </svg>
354
+ </div>
355
+ <div>Snooze</div>
356
+ </div>
357
+ <div class="menu-item">
358
+ <div class="menu-icon">
359
+ <svg viewBox="0 0 24 24" width="30" height="30">
360
+ <path d="M4 4h16v4H4zm0 6h16v4H4zm0 6h16v4H4z" fill="#c6c8cc"/>
361
+ </svg>
362
+ </div>
363
+ <div>Select all</div>
364
+ </div>
365
+ </div>
366
+
367
+ <!-- Bottom bar -->
368
+ <div class="bottom-bar">
369
+ <div class="nav-item active">
370
+ <svg class="nav-icon" viewBox="0 0 24 24" width="56" height="56">
371
+ <path d="M3 6h18v12H3zM3 6l9 6 9-6" fill="#4ea3ff"/>
372
+ </svg>
373
+ <div>Mail</div>
374
+ </div>
375
+ <div class="nav-item">
376
+ <svg class="nav-icon" viewBox="0 0 24 24" width="56" height="56">
377
+ <path d="M3 4h18v2H3zm0 6h18v2H3zm0 6h18v2H3z" fill="#a8a9ad"/>
378
+ </svg>
379
+ <div>Calendar</div>
380
+ </div>
381
+ <div class="nav-item">
382
+ <svg class="nav-icon" viewBox="0 0 24 24" width="56" height="56">
383
+ <path d="M4 5h16v6H4zm0 8h10v6H4z" fill="#a8a9ad"/>
384
+ </svg>
385
+ <div>Feed</div>
386
+ </div>
387
+ <div class="nav-item">
388
+ <svg class="nav-icon" viewBox="0 0 24 24" width="56" height="56">
389
+ <circle cx="5" cy="12" r="2" fill="#a8a9ad"/>
390
+ <circle cx="12" cy="12" r="2" fill="#a8a9ad"/>
391
+ <circle cx="19" cy="12" r="2" fill="#a8a9ad"/>
392
+ </svg>
393
+ <div>More</div>
394
+ </div>
395
+ </div>
396
+
397
+ </div>
398
+ </body>
399
+ </html>
code/15990/15990_3.html ADDED
@@ -0,0 +1,287 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Inbox UI</title>
5
+ <style>
6
+ body { margin:0; padding:0; background:transparent; font-family: 'Segoe UI', Arial, sans-serif; }
7
+ #render-target {
8
+ width:1080px; height:2400px; position:relative; overflow:hidden;
9
+ background:#0f0f11; color:#fff;
10
+ }
11
+
12
+ /* Status bar */
13
+ .status-bar {
14
+ height:110px; padding:0 36px; display:flex; align-items:center; justify-content:space-between;
15
+ color:#eaeaea; font-weight:600; font-size:44px;
16
+ }
17
+ .status-icons { display:flex; align-items:center; gap:24px; color:#cfcfcf; }
18
+ .icon { width:42px; height:42px; fill:#cfcfcf; }
19
+
20
+ /* Header */
21
+ .header { padding:10px 36px 0 36px; }
22
+ .app-title { display:flex; align-items:center; gap:22px; }
23
+ .app-icon {
24
+ width:68px; height:68px; border-radius:50%; background:#E0E0E0; border:1px solid #BDBDBD;
25
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:22px;
26
+ }
27
+ .title { font-size:64px; font-weight:700; letter-spacing:0.2px; }
28
+
29
+ /* Controls row */
30
+ .controls {
31
+ margin-top:26px; display:flex; align-items:center; justify-content:space-between;
32
+ }
33
+ .tabs { display:flex; align-items:center; gap:18px; }
34
+ .tab {
35
+ padding:14px 26px; border-radius:34px; background:#27272a; color:#fff; font-size:34px; font-weight:600;
36
+ }
37
+ .tab.other { background:#1a1a1c; color:#bfbfbf; }
38
+ .right-controls { display:flex; align-items:center; gap:22px; }
39
+ .filter {
40
+ padding:12px 28px; border-radius:34px; background:#27272a; color:#fff; font-size:34px; font-weight:600;
41
+ }
42
+ .search-btn { width:54px; height:54px; border-radius:50%; background:#1a1a1c; display:flex; align-items:center; justify-content:center; }
43
+ .search-btn svg { width:34px; height:34px; fill:#cfcfcf; }
44
+
45
+ /* Email list */
46
+ .list { margin-top:24px; }
47
+ .email {
48
+ display:flex; align-items:flex-start; padding:28px 36px; gap:28px; border-bottom:1px solid #1f1f21;
49
+ }
50
+ .avatar {
51
+ width:96px; height:96px; border-radius:50%; display:flex; align-items:center; justify-content:center;
52
+ font-weight:700; color:#fff;
53
+ }
54
+ .avatar.red { background:#d84848; }
55
+ .avatar.green { background:#39c67a; }
56
+ .avatar.teal { background:#43c5c8; }
57
+ .avatar.pink { background:#ff77ad; }
58
+ .avatar.orange { background:#ff7043; }
59
+ .avatar.blue { background:#3c79ff; }
60
+
61
+ .email-content { flex:1; min-width:0; }
62
+ .row-top { display:flex; align-items:baseline; justify-content:space-between; }
63
+ .sender { font-size:44px; font-weight:700; }
64
+ .time { font-size:32px; color:#bdbdbd; }
65
+ .subject { margin-top:6px; font-size:34px; color:#dcdcdc; }
66
+ .snippet { margin-top:6px; font-size:30px; color:#a8a8a8; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
67
+
68
+ /* Day separator */
69
+ .day-sep {
70
+ margin:16px 36px; padding:16px 26px; border-radius:42px; background:#222326; color:#e6e6e6;
71
+ display:inline-flex; align-items:center; gap:18px; font-size:34px; font-weight:600;
72
+ }
73
+ .day-sep .bubble { width:42px; height:42px; border-radius:50%; background:#2e3033; display:flex; align-items:center; justify-content:center; }
74
+ .day-sep svg { width:24px; height:24px; fill:#cfcfcf; }
75
+
76
+ /* Bottom nav */
77
+ .bottom-nav {
78
+ position:absolute; bottom:0; left:0; right:0; height:150px; background:#0f0f11;
79
+ border-top:1px solid #1f1f21; display:flex; align-items:center; justify-content:space-around;
80
+ }
81
+ .nav-item { display:flex; flex-direction:column; align-items:center; gap:10px; color:#a8a8a8; font-size:32px; }
82
+ .nav-item .nav-icon { width:52px; height:52px; border-radius:10px; background:#1a1a1c; display:flex; align-items:center; justify-content:center; }
83
+ .nav-item.active { color:#1e88ff; }
84
+ .nav-item.active .nav-icon { background:#1e88ff; }
85
+
86
+ /* Floating compose */
87
+ .compose {
88
+ position:absolute; bottom:220px; right:64px; background:#1e88ff; color:#fff;
89
+ border-radius:40px; padding:24px 34px; display:flex; align-items:center; gap:26px; box-shadow:0 12px 24px rgba(0,0,0,0.35);
90
+ }
91
+ .compose .pen {
92
+ width:64px; height:64px; border-radius:18px; background:#0b6fe6; display:flex; align-items:center; justify-content:center;
93
+ }
94
+ .compose .pen svg { width:34px; height:34px; fill:#fff; }
95
+ .compose .text { font-size:40px; font-weight:700; }
96
+ .compose .arrow {
97
+ width:64px; height:64px; border-radius:18px; background:#0b6fe6; display:flex; align-items:center; justify-content:center;
98
+ }
99
+ .compose .arrow svg { width:36px; height:36px; fill:#fff; }
100
+
101
+ </style>
102
+ </head>
103
+ <body>
104
+ <div id="render-target">
105
+
106
+ <!-- Status Bar -->
107
+ <div class="status-bar">
108
+ <div>3:46</div>
109
+ <div class="status-icons">
110
+ <!-- Wifi -->
111
+ <svg class="icon" viewBox="0 0 24 24"><path d="M12 18c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-7-6 1.4 1.4a10 10 0 0 1 11.2 0L19 12a12 12 0 0 0-14 0zm3.5-3.5 1.4 1.4a6 6 0 0 1 6.2 0l1.4-1.4a8 8 0 0 0-9 0z"/></svg>
112
+ <!-- Battery -->
113
+ <svg class="icon" viewBox="0 0 24 24"><path d="M16 6h1V4h2v2h1a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h11zm3 10V8H5v8h14z"/></svg>
114
+ </div>
115
+ </div>
116
+
117
+ <!-- Header -->
118
+ <div class="header">
119
+ <div class="app-title">
120
+ <div class="app-icon">[IMG: App Icon]</div>
121
+ <div class="title">Inbox</div>
122
+ </div>
123
+
124
+ <div class="controls">
125
+ <div class="tabs">
126
+ <div class="tab">Focused</div>
127
+ <div class="tab other">Other</div>
128
+ </div>
129
+ <div class="right-controls">
130
+ <div class="filter">Filter</div>
131
+ <div class="search-btn">
132
+ <svg viewBox="0 0 24 24"><path d="M10 2a8 8 0 1 1 0 16 8 8 0 0 1 0-16zm0 3a5 5 0 1 0 0 10 5 5 0 0 0 0-10zm10.3 14.9-4.6-4.6-1.4 1.4 4.6 4.6 1.4-1.4z"/></svg>
133
+ </div>
134
+ </div>
135
+ </div>
136
+ </div>
137
+
138
+ <!-- Email List -->
139
+ <div class="list">
140
+
141
+ <div class="email">
142
+ <div class="avatar red">CR</div>
143
+ <div class="email-content">
144
+ <div class="row-top">
145
+ <div class="sender">Cerebra Research</div>
146
+ <div class="time">1:47 PM</div>
147
+ </div>
148
+ <div class="subject">Request for Appraisal</div>
149
+ <div class="snippet">Increase my basic pay</div>
150
+ </div>
151
+ </div>
152
+
153
+ <div class="email">
154
+ <div class="avatar blue">G</div>
155
+ <div class="email-content">
156
+ <div class="row-top">
157
+ <div class="sender">Google</div>
158
+ <div class="time">11:41 AM</div>
159
+ </div>
160
+ <div class="subject">Security alert</div>
161
+ <div class="snippet">Microsoft apps & services was granted access to ...</div>
162
+ </div>
163
+ </div>
164
+
165
+ <div class="email">
166
+ <div class="avatar red">CR</div>
167
+ <div class="email-content">
168
+ <div class="row-top">
169
+ <div class="sender">Cerebra Research</div>
170
+ <div class="time">11:24 AM</div>
171
+ </div>
172
+ <div class="subject">(no subject)</div>
173
+ <div class="snippet">Social Media Social media is a collective term for ...</div>
174
+ </div>
175
+ </div>
176
+
177
+ <div class="email">
178
+ <div class="avatar green">J</div>
179
+ <div class="email-content">
180
+ <div class="row-top">
181
+ <div class="sender">Jotform</div>
182
+ <div class="time">10:57 AM</div>
183
+ </div>
184
+ <div class="subject">Limited time: 50% off annual Jotform plans</div>
185
+ <div class="snippet">Get more forms, submissions, and storage at half ...</div>
186
+ </div>
187
+ </div>
188
+
189
+ <div class="email">
190
+ <div class="avatar teal">GN</div>
191
+ <div class="email-content">
192
+ <div class="row-top">
193
+ <div class="sender">Glow Nurture</div>
194
+ <div class="time">10:15 AM</div>
195
+ </div>
196
+ <div class="subject">Your baby on Day 301</div>
197
+ <div class="snippet">Daily insight and tips for your baby’s development...</div>
198
+ </div>
199
+ </div>
200
+
201
+ <div class="email">
202
+ <div class="avatar pink">D</div>
203
+ <div class="email-content">
204
+ <div class="row-top">
205
+ <div class="sender">dbwscratch.test.id6@gmail.com</div>
206
+ <div class="time">9:42 AM</div>
207
+ </div>
208
+ <div class="subject">Invitation from an unknown sender: Redeploye...</div>
209
+ <div class="snippet">Redeployment Meeting Unknown sender This ev...</div>
210
+ </div>
211
+ </div>
212
+
213
+ <div class="day-sep">
214
+ <div class="bubble">
215
+ <svg viewBox="0 0 24 24"><path d="M4 4h16v12H7l-3 3V4z"/></svg>
216
+ </div>
217
+ <div>Today, Aug 9 (1d)</div>
218
+ </div>
219
+
220
+ <div class="email">
221
+ <div class="avatar orange">B</div>
222
+ <div class="email-content">
223
+ <div class="row-top">
224
+ <div class="sender">Babbel</div>
225
+ <div class="time">9:39 AM</div>
226
+ </div>
227
+ <div class="subject">Summer’s hottest deal is disappearing 🥵</div>
228
+ <div class="snippet">60% off Babbel Lifetime ends at midnight! Na, na...</div>
229
+ </div>
230
+ </div>
231
+
232
+ <div class="email">
233
+ <div class="avatar blue">G</div>
234
+ <div class="email-content">
235
+ <div class="row-top">
236
+ <div class="sender">Google</div>
237
+ <div class="time">9:30 AM</div>
238
+ </div>
239
+ <div class="subject">Security alert</div>
240
+ <div class="snippet">New sign-in to your account from a device...</div>
241
+ </div>
242
+ </div>
243
+
244
+ </div>
245
+
246
+ <!-- Compose floating button -->
247
+ <div class="compose">
248
+ <div class="pen">
249
+ <svg viewBox="0 0 24 24"><path d="M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zm18.71-10.04a1 1 0 0 0 0-1.41l-2.5-2.5a1 1 0 0 0-1.41 0l-1.83 1.83 3.75 3.75 1.99-1.67z"/></svg>
250
+ </div>
251
+ <div class="text">New mail</div>
252
+ <div class="arrow">
253
+ <svg viewBox="0 0 24 24"><path d="M13 5l7 7-7 7v-4H4v-6h9V5z"/></svg>
254
+ </div>
255
+ </div>
256
+
257
+ <!-- Bottom Navigation -->
258
+ <div class="bottom-nav">
259
+ <div class="nav-item active">
260
+ <div class="nav-icon">
261
+ <svg viewBox="0 0 24 24"><path d="M4 4h16v14H4z"/><path d="M6 7h12v2H6zM6 11h9v2H6z"/></svg>
262
+ </div>
263
+ <div>Mail</div>
264
+ </div>
265
+ <div class="nav-item">
266
+ <div class="nav-icon">
267
+ <svg viewBox="0 0 24 24"><path d="M7 2h2v4H7zm8 0h2v4h-2z"/><path d="M5 6h14v14H5z"/></svg>
268
+ </div>
269
+ <div>Calendar</div>
270
+ </div>
271
+ <div class="nav-item">
272
+ <div class="nav-icon">
273
+ <svg viewBox="0 0 24 24"><path d="M4 5h16v3H4zm0 5h10v3H4zm0 5h13v3H4z"/></svg>
274
+ </div>
275
+ <div>Feed</div>
276
+ </div>
277
+ <div class="nav-item">
278
+ <div class="nav-icon">
279
+ <svg viewBox="0 0 24 24"><path d="M4 6h16v2H4zm0 5h16v2H4zm0 5h16v2H4z"/></svg>
280
+ </div>
281
+ <div>More</div>
282
+ </div>
283
+ </div>
284
+
285
+ </div>
286
+ </body>
287
+ </html>
code/15995/15995_0.html ADDED
@@ -0,0 +1,235 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Maps UI Mock</title>
5
+ <style>
6
+ body { margin:0; padding:0; background:transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width:1080px; height:2400px;
9
+ position:relative; overflow:hidden;
10
+ background:#eef4fb;
11
+ }
12
+
13
+ /* Map canvas */
14
+ .map {
15
+ position:absolute; left:0; top:0; width:100%; height:1800px;
16
+ background:#E0E0E0; border:1px solid #BDBDBD;
17
+ display:flex; align-items:center; justify-content:center;
18
+ color:#757575; font-size:26px; letter-spacing:0.5px;
19
+ }
20
+
21
+ /* Status time */
22
+ .status-time {
23
+ position:absolute; top:18px; left:24px;
24
+ color:#1f2937; font-weight:600; font-size:32px;
25
+ opacity:0.9;
26
+ }
27
+
28
+ /* Search bar */
29
+ .search {
30
+ position:absolute; top:40px; left:40px; right:40px;
31
+ height:120px; background:#fff; border-radius:60px;
32
+ box-shadow:0 8px 24px rgba(0,0,0,0.18);
33
+ display:flex; align-items:center; padding:0 36px; gap:24px;
34
+ }
35
+ .search .input { flex:1; color:#6b7280; font-size:44px; }
36
+ .circle-avatar {
37
+ width:92px; height:92px; border-radius:50%;
38
+ background:#ff7d3f; color:#fff; display:flex; align-items:center; justify-content:center;
39
+ font-weight:700; font-size:44px;
40
+ }
41
+ .icon-btn { width:64px; height:64px; display:flex; align-items:center; justify-content:center; }
42
+
43
+ /* Category chips */
44
+ .chips { position:absolute; top:190px; left:40px; display:flex; gap:20px; }
45
+ .chip {
46
+ height:90px; padding:0 30px; border-radius:45px;
47
+ background:#fff; box-shadow:0 6px 18px rgba(0,0,0,0.15);
48
+ display:flex; align-items:center; gap:16px; color:#222; font-weight:700; font-size:36px;
49
+ }
50
+ .chip svg { width:48px; height:48px; }
51
+
52
+ /* Floating controls on map */
53
+ .floating {
54
+ position:absolute; right:36px; bottom:980px; display:flex; flex-direction:column; gap:22px;
55
+ }
56
+ .float-btn {
57
+ width:128px; height:128px; border-radius:50%;
58
+ box-shadow:0 6px 18px rgba(0,0,0,0.25);
59
+ display:flex; align-items:center; justify-content:center;
60
+ background:#fff;
61
+ }
62
+ .float-blue {
63
+ width:168px; height:168px; border-radius:36px; background:#1877f2;
64
+ box-shadow:0 10px 22px rgba(0,0,0,0.35);
65
+ display:flex; align-items:center; justify-content:center;
66
+ }
67
+ .float-blue svg { width:92px; height:92px; }
68
+
69
+ /* Bottom sheet */
70
+ .sheet {
71
+ position:absolute; left:0; right:0; bottom:170px;
72
+ height:720px; background:#fff;
73
+ border-top-left-radius:32px; border-top-right-radius:32px;
74
+ box-shadow:0 -10px 24px rgba(0,0,0,0.18);
75
+ padding:34px 40px;
76
+ }
77
+ .handle { width:110px; height:12px; background:#e5e7eb; border-radius:6px; margin:0 auto 28px; }
78
+ .sheet h2 { margin:0; font-size:56px; color:#111827; }
79
+ .sheet h3 { margin:24px 0 6px; font-size:44px; color:#111827; }
80
+ .muted { color:#6b7280; font-size:32px; }
81
+ .cardlist { display:flex; gap:28px; margin-top:26px; }
82
+ .card {
83
+ width:312px; height:280px; border-radius:22px; overflow:hidden;
84
+ background:#E0E0E0; border:1px solid #BDBDBD;
85
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:26px;
86
+ }
87
+
88
+ /* Bottom navigation */
89
+ .nav {
90
+ position:absolute; left:0; bottom:0; width:100%; height:170px; background:#fff;
91
+ border-top:1px solid #e5e7eb; display:flex; justify-content:space-around; align-items:center;
92
+ }
93
+ .nav-item { display:flex; flex-direction:column; align-items:center; gap:10px; color:#6b7280; font-size:28px; font-weight:600; }
94
+ .nav-item svg { width:50px; height:50px; }
95
+ .active .bubble {
96
+ width:112px; height:112px; background:#1d74f5; border-radius:50%;
97
+ display:flex; align-items:center; justify-content:center;
98
+ box-shadow:0 6px 14px rgba(29,116,245,0.45);
99
+ }
100
+ .active span { color:#1d74f5; font-weight:700; }
101
+ </style>
102
+ </head>
103
+ <body>
104
+ <div id="render-target">
105
+
106
+ <div class="map">[IMG: Google Map - Gouda area with traffic]</div>
107
+
108
+ <div class="status-time">12:59</div>
109
+
110
+ <!-- Search bar -->
111
+ <div class="search">
112
+ <div class="icon-btn">
113
+ <!-- Simple colored pin/logo -->
114
+ <svg viewBox="0 0 24 24">
115
+ <circle cx="12" cy="8" r="6" fill="#4caf50"></circle>
116
+ <path d="M12 14 C9 14 6 16 6 19 L12 22 L18 19 C18 16 15 14 12 14Z" fill="#4285f4"></path>
117
+ <circle cx="12" cy="8" r="3" fill="#fff"></circle>
118
+ </svg>
119
+ </div>
120
+ <div class="input">Search here</div>
121
+ <div class="icon-btn">
122
+ <!-- Mic icon -->
123
+ <svg viewBox="0 0 24 24" fill="#374151">
124
+ <rect x="9" y="4" width="6" height="10" rx="3"></rect>
125
+ <path d="M5 11 C5 15 9 17 12 17 C15 17 19 15 19 11" stroke="#374151" stroke-width="2" fill="none"></path>
126
+ <path d="M12 17 V21" stroke="#374151" stroke-width="2"></path>
127
+ </svg>
128
+ </div>
129
+ <div class="circle-avatar">L</div>
130
+ </div>
131
+
132
+ <!-- Category chips -->
133
+ <div class="chips">
134
+ <div class="chip">
135
+ <svg viewBox="0 0 24 24" fill="#111827">
136
+ <path d="M8 4 H6 V12 H8Z"></path>
137
+ <path d="M15 4 C17 4 18 6 18 8 V12 H15Z"></path>
138
+ <circle cx="6" cy="18" r="1.5"></circle>
139
+ <circle cx="18" cy="18" r="1.5"></circle>
140
+ </svg>
141
+ <span>Restaurants</span>
142
+ </div>
143
+ <div class="chip">
144
+ <svg viewBox="0 0 24 24" fill="#111827">
145
+ <path d="M4 6 H18 V12 H4Z"></path>
146
+ <circle cx="7" cy="18" r="2"></circle>
147
+ <circle cx="17" cy="18" r="2"></circle>
148
+ <path d="M6 12 L5 15 H19" stroke="#111827" stroke-width="2" fill="none"></path>
149
+ </svg>
150
+ <span>Groceries</span>
151
+ </div>
152
+ <div class="chip">
153
+ <svg viewBox="0 0 24 24" fill="#111827">
154
+ <path d="M5 9 H16 V13 C16 15 14 16 12 16 H9 C7 16 5 15 5 13Z"></path>
155
+ <path d="M16 10 Q19 10 19 13 Q19 16 16 16" stroke="#111827" stroke-width="2" fill="none"></path>
156
+ </svg>
157
+ <span>Coffee</span>
158
+ </div>
159
+ </div>
160
+
161
+ <!-- Floating map controls -->
162
+ <div class="floating">
163
+ <div class="float-btn">
164
+ <!-- Sun/compass icon -->
165
+ <svg viewBox="0 0 24 24">
166
+ <circle cx="12" cy="12" r="5" fill="#ffd54f"></circle>
167
+ <path d="M12 2 V6 M12 18 V22 M2 12 H6 M18 12 H22 M4.5 4.5 L7 7 M17 17 L19.5 19.5 M17 7 L19.5 4.5 M4.5 19.5 L7 17" stroke="#f59e0b" stroke-width="2"></path>
168
+ </svg>
169
+ </div>
170
+ <div class="float-blue">
171
+ <!-- Directions arrow -->
172
+ <svg viewBox="0 0 24 24" fill="#fff">
173
+ <path d="M12 2 L22 12 L12 22 L2 12 Z"></path>
174
+ <path d="M12 8 V16 M8 12 H16" stroke="#1d74f5" stroke-width="0"></path>
175
+ </svg>
176
+ </div>
177
+ </div>
178
+
179
+ <!-- Bottom sheet -->
180
+ <div class="sheet">
181
+ <div class="handle"></div>
182
+ <h2>Latest in Gouda</h2>
183
+ <h3>Hotels nearby</h3>
184
+ <div class="muted">Prices for 26–27 Nov</div>
185
+
186
+ <div class="cardlist">
187
+ <div class="card">[IMG: Brick BW hotel building]</div>
188
+ <div class="card">[IMG: Ornate Dutch facade]</div>
189
+ <div class="card">[IMG: Scenic hotel photo]</div>
190
+ </div>
191
+ </div>
192
+
193
+ <!-- Bottom navigation -->
194
+ <div class="nav">
195
+ <div class="nav-item active">
196
+ <div class="bubble">
197
+ <svg viewBox="0 0 24 24" fill="#fff">
198
+ <circle cx="12" cy="12" r="4"></circle>
199
+ <path d="M12 2 V6 M12 18 V22 M2 12 H6 M18 12 H22" stroke="#fff" stroke-width="2"></path>
200
+ </svg>
201
+ </div>
202
+ <span>Explore</span>
203
+ </div>
204
+ <div class="nav-item">
205
+ <svg viewBox="0 0 24 24" fill="#6b7280">
206
+ <rect x="4" y="9" width="16" height="7" rx="2"></rect>
207
+ <circle cx="8" cy="18" r="2"></circle>
208
+ <circle cx="16" cy="18" r="2"></circle>
209
+ </svg>
210
+ <span>Go</span>
211
+ </div>
212
+ <div class="nav-item">
213
+ <svg viewBox="0 0 24 24" fill="#6b7280">
214
+ <path d="M6 3 H18 V22 L12 18 L6 22 Z"></path>
215
+ </svg>
216
+ <span>Saved</span>
217
+ </div>
218
+ <div class="nav-item">
219
+ <svg viewBox="0 0 24 24" fill="#6b7280">
220
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#6b7280" stroke-width="2"></circle>
221
+ <path d="M12 7 V17 M7 12 H17" stroke="#6b7280" stroke-width="2"></path>
222
+ </svg>
223
+ <span>Contribute</span>
224
+ </div>
225
+ <div class="nav-item">
226
+ <svg viewBox="0 0 24 24" fill="#6b7280">
227
+ <path d="M12 3 C15 3 17 5 17 8 V12 L19 16 H5 L7 12 V8 C7 5 9 3 12 3Z"></path>
228
+ </svg>
229
+ <span>Updates</span>
230
+ </div>
231
+ </div>
232
+
233
+ </div>
234
+ </body>
235
+ </html>
code/15995/15995_1.html ADDED
@@ -0,0 +1,255 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Mobile UI Rendering</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;
10
+ }
11
+
12
+ /* Status bar */
13
+ .status-bar {
14
+ position:absolute; top:0; left:0; right:0;
15
+ height:110px; padding:24px 32px;
16
+ display:flex; align-items:center; justify-content:space-between;
17
+ color:#111; font-weight:600; font-size:44px;
18
+ }
19
+ .status-icons { display:flex; gap:26px; align-items:center; }
20
+ .status-icons svg { width:38px; height:38px; fill:#3c3c3c; }
21
+
22
+ /* Search area */
23
+ .search-area { position:absolute; top:110px; left:0; right:0; padding:20px 24px 0; }
24
+ .search-bar {
25
+ height:110px; border-radius:60px; background:#F1F3F4;
26
+ display:flex; align-items:center; padding:0 28px; gap:24px; color:#5f6368;
27
+ box-sizing:border-box;
28
+ }
29
+ .search-bar .placeholder { font-size:44px; color:#5f6368; flex:1; }
30
+ .search-bar svg { width:46px; height:46px; fill:#5f6368; }
31
+
32
+ /* Chips */
33
+ .chips { margin-top:24px; display:flex; gap:28px; padding:0 6px; }
34
+ .chip {
35
+ display:flex; align-items:center; gap:18px;
36
+ padding:18px 22px; border-radius:26px; background:#fff; border:1px solid #e5e5e5;
37
+ box-shadow: 0 1px 0 rgba(0,0,0,0.04);
38
+ }
39
+ .chip .icon {
40
+ width:60px; height:60px; border-radius:18px; background:#f1f3f4;
41
+ display:flex; align-items:center; justify-content:center;
42
+ }
43
+ .chip .text { line-height:1.1; }
44
+ .chip .title { font-size:42px; color:#2c2c2c; }
45
+ .chip .sub { font-size:32px; color:#6f6f6f; }
46
+
47
+ /* Recent list */
48
+ .recent {
49
+ position:absolute; left:0; right:0; top:420px; bottom:980px;
50
+ padding:0 24px;
51
+ overflow:hidden;
52
+ }
53
+ .recent-title { font-size:40px; color:#2c2c2c; margin:26px 12px; }
54
+ .recent-item {
55
+ display:flex; align-items:flex-start; gap:26px;
56
+ padding:26px 12px; border-top:1px solid #efefef;
57
+ }
58
+ .recent-item:first-of-type { border-top:none; }
59
+ .badge {
60
+ width:68px; height:68px; border-radius:50%; background:#D8EEFF; border:2px solid #B6D8F7;
61
+ display:flex; align-items:center; justify-content:center;
62
+ }
63
+ .badge.gray { background:#EFEFEF; border-color:#DDDDDD; }
64
+ .badge svg { width:38px; height:38px; fill:#2c7be5; }
65
+ .item-text { flex:1; }
66
+ .item-title { font-size:44px; color:#202124; }
67
+ .item-sub { font-size:34px; color:#6c6f73; margin-top:6px; }
68
+ .recent-link {
69
+ margin:26px 12px; font-size:38px; color:#1a73e8;
70
+ }
71
+
72
+ /* Keyboard */
73
+ .keyboard {
74
+ position:absolute; left:0; right:0; bottom:0; height:980px;
75
+ background:#1f2126;
76
+ box-sizing:border-box;
77
+ padding:26px 26px 110px;
78
+ border-top:1px solid #2c2f35;
79
+ }
80
+ .kbd-tools { display:flex; align-items:center; gap:44px; padding-bottom:26px; }
81
+ .kbd-tools .tool {
82
+ width:72px; height:72px; border-radius:18px; background:#2a2d33;
83
+ display:flex; align-items:center; justify-content:center;
84
+ }
85
+ .kbd-tools svg { width:36px; height:36px; fill:#cfd3d7; }
86
+
87
+ .kbd-row { display:flex; justify-content:space-between; margin-top:18px; }
88
+ .key {
89
+ width:88px; height:120px; border-radius:22px; background:#2a2d33; color:#e9ecef;
90
+ display:flex; align-items:center; justify-content:center; font-size:46px; font-weight:500;
91
+ box-shadow: inset 0 -2px 0 rgba(0,0,0,0.35);
92
+ }
93
+ .key.wide { width:160px; }
94
+ .key.space { flex:1; }
95
+ .kbd-bottom {
96
+ position:absolute; left:0; right:0; bottom:16px; display:flex; justify-content:center;
97
+ }
98
+ .home-indicator {
99
+ width:340px; height:12px; background:#dcdcdc; border-radius:8px;
100
+ }
101
+ </style>
102
+ </head>
103
+ <body>
104
+ <div id="render-target">
105
+
106
+ <!-- Status bar -->
107
+ <div class="status-bar">
108
+ <div>1:00</div>
109
+ <div class="status-icons">
110
+ <!-- location pin -->
111
+ <svg viewBox="0 0 24 24"><path d="M12 2c3.3 0 6 2.7 6 6 0 5-6 14-6 14S6 13 6 8c0-3.3 2.7-6 6-6zm0 8a2 2 0 100-4 2 2 0 000 4z"/></svg>
112
+ <!-- minus in circle -->
113
+ <svg viewBox="0 0 24 24"><path d="M12 2a10 10 0 110 20 10 10 0 010-20zm-5 9h10v2H7z"/></svg>
114
+ <!-- wifi -->
115
+ <svg viewBox="0 0 24 24"><path d="M12 18l2 2-2 2-2-2 2-2zm-7-7c4.7-4.7 15.3-4.7 20 0l-2 2c-3.7-3.7-12.3-3.7-16 0l-2-2zm4 4c2.7-2.7 8.3-2.7 11 0l-2 2c-1.7-1.7-5.3-1.7-7 0l-2-2z"/></svg>
116
+ <!-- battery -->
117
+ <svg viewBox="0 0 24 24"><path d="M18 7h2v10h-2V7zM3 8a2 2 0 012-2h11a2 2 0 012 2v8a2 2 0 01-2 2H5a2 2 0 01-2-2V8zm2 0v8h11V8H5z"/></svg>
118
+ </div>
119
+ </div>
120
+
121
+ <!-- Search area -->
122
+ <div class="search-area">
123
+ <div class="search-bar">
124
+ <!-- back arrow -->
125
+ <svg viewBox="0 0 24 24"><path d="M11 6l-6 6 6 6 1.4-1.4L8.8 13H20v-2H8.8l3.6-3.6L11 6z"/></svg>
126
+ <div class="placeholder">Search here</div>
127
+ <!-- mic -->
128
+ <svg viewBox="0 0 24 24"><path d="M12 2a3 3 0 013 3v5a3 3 0 01-6 0V5a3 3 0 013-3zm-6 8h2a6 6 0 0012 0h2a8 8 0 01-7 7v3h-4v-3a8 8 0 01-7-7z"/></svg>
129
+ </div>
130
+
131
+ <!-- Chips -->
132
+ <div class="chips">
133
+ <div class="chip">
134
+ <div class="icon">
135
+ <svg viewBox="0 0 24 24"><path d="M12 3l9 7v10h-6v-6H9v6H3V10l9-7z"/></svg>
136
+ </div>
137
+ <div class="text">
138
+ <div class="title">Home</div>
139
+ <div class="sub">Set location</div>
140
+ </div>
141
+ </div>
142
+
143
+ <div class="chip">
144
+ <div class="icon">
145
+ <svg viewBox="0 0 24 24"><path d="M3 7h18v6H3V7zm0 8h10v2H3v-2zm12 0h6v2h-6v-2z"/></svg>
146
+ </div>
147
+ <div class="text">
148
+ <div class="title">Work</div>
149
+ <div class="sub">Set location</div>
150
+ </div>
151
+ </div>
152
+
153
+ <div class="chip">
154
+ <div class="icon">
155
+ <svg viewBox="0 0 24 24"><path d="M5 12h14v2H5v-2zm0-6h14v2H5V6zm0 12h14v2H5v-2z"/></svg>
156
+ </div>
157
+ <div class="text">
158
+ <div class="title">More</div>
159
+ </div>
160
+ </div>
161
+ </div>
162
+ </div>
163
+
164
+ <!-- Recent list -->
165
+ <div class="recent">
166
+ <div class="recent-title">Recent</div>
167
+
168
+ <div class="recent-item">
169
+ <div class="badge">
170
+ <!-- train icon -->
171
+ <svg viewBox="0 0 24 24"><path d="M7 4h10a3 3 0 013 3v7a3 3 0 01-3 3l2 3h-2l-2-2H9l-2 2H5l2-3a3 3 0 01-3-3V7a3 3 0 013-3zm1 9a2 2 0 100-4 2 2 0 000 4zm8 0a2 2 0 100-4 2 2 0 000 4z"/></svg>
172
+ </div>
173
+ <div class="item-text">
174
+ <div class="item-title">Gouda</div>
175
+ <div class="item-sub">Stationsplein, Gouda, Netherlands</div>
176
+ </div>
177
+ </div>
178
+
179
+ <div class="recent-item">
180
+ <div class="badge">
181
+ <svg viewBox="0 0 24 24"><path d="M7 4h10a3 3 0 013 3v7a3 3 0 01-3 3l2 3h-2l-2-2H9l-2 2H5l2-3a3 3 0 01-3-3V7a3 3 0 013-3zm1 9a2 2 0 100-4 2 2 0 000 4zm8 0a2 2 0 100-4 2 2 0 000 4z"/></svg>
182
+ </div>
183
+ <div class="item-text">
184
+ <div class="item-title">Amsterdam Centraal</div>
185
+ <div class="item-sub">Amsterdam Centraal railway station, Stationspl...</div>
186
+ </div>
187
+ </div>
188
+
189
+ <div class="recent-item">
190
+ <div class="badge gray">
191
+ <!-- clock -->
192
+ <svg viewBox="0 0 24 24"><path d="M12 2a10 10 0 110 20 10 10 0 010-20zm1 10V6h-2v8l6 3 1-1.8-5-2.2z"/></svg>
193
+ </div>
194
+ <div class="item-text">
195
+ <div class="item-title">Amsterdam Centraal railway station</div>
196
+ <div class="item-sub">Stationsplein, Amsterdam, Netherlands</div>
197
+ </div>
198
+ </div>
199
+
200
+ <div class="recent-item">
201
+ <div class="badge gray">
202
+ <svg viewBox="0 0 24 24"><path d="M12 2a10 10 0 110 20 10 10 0 010-20zm1 10V6h-2v8l6 3 1-1.8-5-2.2z"/></svg>
203
+ </div>
204
+ <div class="item-text">
205
+ <div class="item-title">Gouda</div>
206
+ <div class="item-sub">Netherlands</div>
207
+ </div>
208
+ </div>
209
+
210
+ <div class="recent-link">More from recent history</div>
211
+ </div>
212
+
213
+ <!-- Keyboard -->
214
+ <div class="keyboard">
215
+
216
+ <div class="kbd-tools">
217
+ <div class="tool"><svg viewBox="0 0 24 24"><path d="M4 4h7v7H4V4zm9 0h7v7h-7V4zM4 13h7v7H4v-7zm9 0h7v7h-7v-7z"/></svg></div>
218
+ <div class="tool"><svg viewBox="0 0 24 24"><circle cx="12" cy="9" r="4"/><path d="M5 20a7 7 0 0114 0H5z"/></svg></div>
219
+ <div class="tool"><svg viewBox="0 0 24 24"><text x="4" y="17" font-size="12" fill="#cfd3d7">GIF</text></svg></div>
220
+ <div class="tool"><svg viewBox="0 0 24 24"><path d="M12 2l3 5 6 1-4 4 1 6-6-3-6 3 1-6-4-4 6-1 3-5z"/></svg></div>
221
+ <div class="tool"><svg viewBox="0 0 24 24"><path d="M3 5h18v4H3V5zm0 6h18v8H3v-8z"/><text x="7" y="16" font-size="8" fill="#cfd3d7">G</text></svg></div>
222
+ <div class="tool"><svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9"/><path d="M12 7v10M7 12h10" stroke="#cfd3d7" stroke-width="2" fill="none"/></svg></div>
223
+ <div class="tool"><svg viewBox="0 0 24 24"><path d="M12 2a3 3 0 013 3v5a3 3 0 01-6 0V5a3 3 0 013-3zm-6 8h2a6 6 0 0012 0h2a8 8 0 01-7 7v3h-4v-3a8 8 0 01-7-7z"/></svg></div>
224
+ </div>
225
+
226
+ <div class="kbd-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>
228
+ <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>
229
+ </div>
230
+ <div class="kbd-row">
231
+ <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>
232
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
233
+ </div>
234
+ <div class="kbd-row">
235
+ <div class="key wide">⇧</div><div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div>
236
+ <div class="key">b</div><div class="key">n</div><div class="key">m</div><div class="key wide">⌫</div>
237
+ </div>
238
+ <div class="kbd-row">
239
+ <div class="key wide">?123</div>
240
+ <div class="key">,</div>
241
+ <div class="key space"></div>
242
+ <div class="key">.</div>
243
+ <div class="key wide">
244
+ <svg viewBox="0 0 24 24"><path d="M10 20v-6H6l6-10 6 10h-4v6h-4z" fill="#e9ecef"/></svg>
245
+ </div>
246
+ </div>
247
+
248
+ <div class="kbd-bottom">
249
+ <div class="home-indicator"></div>
250
+ </div>
251
+ </div>
252
+
253
+ </div>
254
+ </body>
255
+ </html>
code/15995/15995_2.html ADDED
@@ -0,0 +1,360 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Mobile UI - Maps Search</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;
10
+ }
11
+
12
+ /* Status bar */
13
+ .status-bar {
14
+ position: absolute; top: 0; left: 0; right: 0;
15
+ height: 90px; padding: 20px 30px;
16
+ display: flex; align-items: center; justify-content: space-between;
17
+ color: #222; font-size: 38px;
18
+ }
19
+ .status-icons { display: flex; gap: 24px; align-items: center; }
20
+ .tiny-icon { width: 32px; height: 32px; opacity: 0.7; }
21
+ .battery {
22
+ width: 60px; height: 28px; border: 2px solid #222; border-radius: 6px; position: relative;
23
+ }
24
+ .battery::after {
25
+ content: ""; position: absolute; right: -10px; top: 6px; width: 6px; height: 16px; background: #222; border-radius: 2px;
26
+ }
27
+ .battery .level { position: absolute; left: 3px; top: 3px; height: 20px; width: 38px; background: #4CAF50; border-radius: 3px; }
28
+
29
+ /* Search header */
30
+ .search-header {
31
+ position: absolute; top: 90px; left: 0; right: 0;
32
+ padding: 26px 30px 18px;
33
+ background: #ffffff;
34
+ }
35
+ .search-bar {
36
+ display: flex; align-items: center;
37
+ background: #f5f6f7; border-radius: 60px; height: 120px; padding: 0 24px;
38
+ border: 1px solid #e0e0e0;
39
+ }
40
+ .icon-btn { width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; }
41
+ .search-input {
42
+ flex: 1; font-size: 46px; color: #111; outline: none; border: none; background: transparent;
43
+ }
44
+ .clear-btn {
45
+ width: 80px; height: 80px; border-radius: 40px; border: 2px solid #cfcfcf;
46
+ display: flex; align-items: center; justify-content: center; color: #666;
47
+ margin-left: 8px;
48
+ }
49
+
50
+ /* Suggestions list */
51
+ .list {
52
+ position: absolute; top: 250px; left: 0; right: 0; bottom: 920px;
53
+ overflow: hidden;
54
+ padding: 10px 0 0;
55
+ }
56
+ .item {
57
+ padding: 26px 30px;
58
+ display: flex; gap: 28px; align-items: center;
59
+ border-bottom: 1px solid #eee;
60
+ }
61
+ .item .left-icon {
62
+ width: 86px; height: 86px; border-radius: 20px; display: flex; align-items: center; justify-content: center;
63
+ background: #eef4ff; color: #2b66ff;
64
+ }
65
+ .item .left-icon.red { background: #fdecea; color: #e53935; border-radius: 50%; }
66
+ .item .left-icon.gray { background: #eeeeee; color: #616161; border-radius: 50%; }
67
+ .item .texts { flex: 1; }
68
+ .item .title { font-size: 44px; color: #111; margin-bottom: 6px; }
69
+ .item .subtitle { font-size: 34px; color: #6e6e6e; }
70
+ .item .arrow { width: 56px; height: 56px; display: flex; align-items: center; justify-content: center; color: #6e6e6e; }
71
+
72
+ .choose-map {
73
+ display: flex; align-items: center; justify-content: space-between;
74
+ padding: 30px; border-top: 1px solid #efefef;
75
+ }
76
+ .choose-left { display: flex; align-items: center; gap: 24px; color: #2f2f2f; font-size: 42px; }
77
+ .map-chip {
78
+ display: inline-flex; align-items: center; gap: 18px;
79
+ background: #e8f0ff; color: #1a73e8; padding: 20px 28px; border-radius: 38px; font-size: 40px;
80
+ }
81
+ .map-chip .mic {
82
+ width: 42px; height: 42px; border-radius: 21px; background: #1a73e8; display: flex; align-items: center; justify-content: center;
83
+ }
84
+ .divider { height: 16px; background: #f5f5f5; }
85
+
86
+ /* Keyboard */
87
+ .keyboard {
88
+ position: absolute; left: 0; right: 0; bottom: 0;
89
+ height: 920px; background: #1d1d1f; color: #fafafa;
90
+ box-shadow: 0 -6px 16px rgba(0,0,0,0.15);
91
+ border-top-left-radius: 24px; border-top-right-radius: 24px;
92
+ }
93
+ .kb-suggestions {
94
+ display: flex; gap: 28px; align-items: center;
95
+ padding: 22px 24px;
96
+ border-bottom: 1px solid #2a2a2a;
97
+ }
98
+ .chip {
99
+ background: #2a2a2a; color: #fff; padding: 16px 26px; border-radius: 34px; font-size: 36px;
100
+ display: inline-flex; align-items: center; gap: 14px;
101
+ }
102
+ .chip .emoji { font-size: 40px; }
103
+ .kb-rows { padding: 34px 26px; display: grid; gap: 26px; }
104
+ .row { display: grid; grid-template-columns: repeat(10, 1fr); gap: 16px; }
105
+ .row.two { grid-template-columns: repeat(9, 1fr); }
106
+ .row.three { grid-template-columns: 1.3fr repeat(7, 1fr) 1.3fr; }
107
+ .key {
108
+ background: #2b2b2d; border-radius: 16px; height: 120px; display: flex; align-items: center; justify-content: center;
109
+ font-size: 42px; color: #fff;
110
+ }
111
+ .key.small { font-size: 34px; }
112
+ .key.wide { grid-column: span 4; }
113
+ .key.space { grid-column: span 5; }
114
+ .key.search {
115
+ background: #cfe1ff; color: #1a73e8; border-radius: 60px; height: 120px; font-weight: bold;
116
+ }
117
+ .home-indicator {
118
+ position: absolute; left: 50%; transform: translateX(-50%);
119
+ bottom: 26px; width: 540px; height: 12px; background: #d0d0d0; border-radius: 8px;
120
+ }
121
+
122
+ /* Simple inline SVG icons common styling */
123
+ .svg { width: 44px; height: 44px; }
124
+ .svg.large { width: 56px; height: 56px; }
125
+ </style>
126
+ </head>
127
+ <body>
128
+ <div id="render-target">
129
+
130
+ <!-- Status bar -->
131
+ <div class="status-bar">
132
+ <div>1:01</div>
133
+ <div class="status-icons">
134
+ <!-- location dot -->
135
+ <svg class="tiny-icon" viewBox="0 0 24 24">
136
+ <circle cx="12" cy="12" r="6" fill="#444"></circle>
137
+ </svg>
138
+ <!-- minus (do-not-disturb style) -->
139
+ <svg class="tiny-icon" viewBox="0 0 24 24">
140
+ <rect x="5" y="11" width="14" height="2" fill="#444"></rect>
141
+ </svg>
142
+ <!-- wifi-ish -->
143
+ <svg class="tiny-icon" viewBox="0 0 24 24">
144
+ <path d="M2 10c5-4 15-4 20 0M6 13c3-2 9-2 12 0M10 16c2-1 4-1 4 0M12 19a1 1 0 1 0 0 2 1 1 0 0 0 0-2z" stroke="#444" fill="none" stroke-width="2" stroke-linecap="round"/>
145
+ </svg>
146
+ <!-- battery -->
147
+ <div class="battery"><div class="level"></div></div>
148
+ </div>
149
+ </div>
150
+
151
+ <!-- Search Header -->
152
+ <div class="search-header">
153
+ <div class="search-bar">
154
+ <div class="icon-btn">
155
+ <!-- Back arrow -->
156
+ <svg class="svg" viewBox="0 0 24 24">
157
+ <path d="M15 5L7 12l8 7" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
158
+ </svg>
159
+ </div>
160
+ <input class="search-input" value="Gouda train station" />
161
+ <div class="clear-btn">
162
+ <svg class="svg" viewBox="0 0 24 24">
163
+ <path d="M6 6l12 12M18 6L6 18" stroke="#777" stroke-width="2" stroke-linecap="round"/>
164
+ </svg>
165
+ </div>
166
+ </div>
167
+ </div>
168
+
169
+ <!-- Suggestions -->
170
+ <div class="list">
171
+
172
+ <div class="item">
173
+ <div class="left-icon">
174
+ <!-- Train icon -->
175
+ <svg class="svg" viewBox="0 0 24 24">
176
+ <rect x="5" y="6" width="14" height="10" rx="2" fill="#1a73e8"></rect>
177
+ <circle cx="9" cy="18" r="1.7" fill="#1a73e8"></circle>
178
+ <circle cx="15" cy="18" r="1.7" fill="#1a73e8"></circle>
179
+ <rect x="8" y="8" width="8" height="4" fill="#fff"></rect>
180
+ </svg>
181
+ </div>
182
+ <div class="texts">
183
+ <div class="title">Gouda</div>
184
+ <div class="subtitle">Stationsplein, Gouda, Netherlands</div>
185
+ </div>
186
+ <div class="arrow">
187
+ <svg class="svg large" viewBox="0 0 24 24">
188
+ <path d="M9 5h10v10M19 5L5 19" stroke="#888" stroke-width="2" fill="none" stroke-linecap="round"/>
189
+ </svg>
190
+ </div>
191
+ </div>
192
+
193
+ <div class="item">
194
+ <div class="left-icon red">
195
+ <!-- Magnifying glass -->
196
+ <svg class="svg" viewBox="0 0 24 24">
197
+ <circle cx="10" cy="10" r="6" stroke="#e53935" stroke-width="2" fill="none"></circle>
198
+ <path d="M15 15l6 6" stroke="#e53935" stroke-width="2" stroke-linecap="round"/>
199
+ </svg>
200
+ </div>
201
+ <div class="texts">
202
+ <div class="title">train station</div>
203
+ <div class="subtitle">near Gouda, Netherlands</div>
204
+ </div>
205
+ <div class="arrow">
206
+ <svg class="svg large" viewBox="0 0 24 24">
207
+ <path d="M9 5h10v10M19 5L5 19" stroke="#888" stroke-width="2" fill="none" stroke-linecap="round"/>
208
+ </svg>
209
+ </div>
210
+ </div>
211
+
212
+ <div class="item">
213
+ <div class="left-icon gray">
214
+ <!-- Location pin -->
215
+ <svg class="svg" viewBox="0 0 24 24">
216
+ <path d="M12 2C8 2 5 5 5 9c0 5 7 13 7 13s7-8 7-13c0-4-3-7-7-7zm0 10a3 3 0 1 1 0-6 3 3 0 0 1 0 6z" fill="#616161"/>
217
+ </svg>
218
+ </div>
219
+ <div class="texts">
220
+ <div class="title">Station Gouda</div>
221
+ <div class="subtitle">Stationsplein, Gouda, Netherlands</div>
222
+ </div>
223
+ <div class="arrow">
224
+ <svg class="svg large" viewBox="0 0 24 24">
225
+ <path d="M9 5h10v10M19 5L5 19" stroke="#888" stroke-width="2" fill="none" stroke-linecap="round"/>
226
+ </svg>
227
+ </div>
228
+ </div>
229
+
230
+ <div class="item">
231
+ <div class="left-icon red">
232
+ <!-- Magnifying glass -->
233
+ <svg class="svg" viewBox="0 0 24 24">
234
+ <circle cx="10" cy="10" r="6" stroke="#e53935" stroke-width="2" fill="none"></circle>
235
+ <path d="M15 15l6 6" stroke="#e53935" stroke-width="2" stroke-linecap="round"/>
236
+ </svg>
237
+ </div>
238
+ <div class="texts">
239
+ <div class="title">train station</div>
240
+ <div class="subtitle">near Gouda, Stationsplein, Gouda, Nethe...</div>
241
+ </div>
242
+ <div class="arrow">
243
+ <svg class="svg large" viewBox="0 0 24 24">
244
+ <path d="M9 5h10v10M19 5L5 19" stroke="#888" stroke-width="2" fill="none" stroke-linecap="round"/>
245
+ </svg>
246
+ </div>
247
+ </div>
248
+
249
+ <div class="item">
250
+ <div class="left-icon red">
251
+ <!-- Magnifying glass -->
252
+ <svg class="svg" viewBox="0 0 24 24">
253
+ <circle cx="10" cy="10" r="6" stroke="#e53935" stroke-width="2" fill="none"></circle>
254
+ <path d="M15 15l6 6" stroke="#e53935" stroke-width="2" stroke-linecap="round"/>
255
+ </svg>
256
+ </div>
257
+ <div class="texts">
258
+ <div class="title">train station</div>
259
+ <div class="subtitle">near Brantsenstraat, Arnhem, Netherlands</div>
260
+ </div>
261
+ <div class="arrow">
262
+ <svg class="svg large" viewBox="0 0 24 24">
263
+ <path d="M9 5h10v10M19 5L5 19" stroke="#888" stroke-width="2" fill="none" stroke-linecap="round"/>
264
+ </svg>
265
+ </div>
266
+ </div>
267
+
268
+ <div class="item">
269
+ <div class="left-icon">
270
+ <!-- Train icon -->
271
+ <svg class="svg" viewBox="0 0 24 24">
272
+ <rect x="5" y="6" width="14" height="10" rx="2" fill="#1a73e8"></rect>
273
+ <circle cx="9" cy="18" r="1.7" fill="#1a73e8"></circle>
274
+ <circle cx="15" cy="18" r="1.7" fill="#1a73e8"></circle>
275
+ <rect x="8" y="8" width="8" height="4" fill="#fff"></rect>
276
+ </svg>
277
+ </div>
278
+ <div class="texts">
279
+ <div class="title">Gouda</div>
280
+ <div class="subtitle">Stasie Street, Gouda, South Africa</div>
281
+ </div>
282
+ <div class="arrow">
283
+ <svg class="svg large" viewBox="0 0 24 24">
284
+ <path d="M9 5h10v10M19 5L5 19" stroke="#888" stroke-width="2" fill="none" stroke-linecap="round"/>
285
+ </svg>
286
+ </div>
287
+ </div>
288
+
289
+ <div class="choose-map">
290
+ <div class="choose-left">
291
+ <!-- map icon -->
292
+ <svg class="svg large" viewBox="0 0 24 24">
293
+ <path d="M3 5l6-2 6 2 6-2v16l-6 2-6-2-6 2z" fill="#1a73e8" opacity="0.2"></path>
294
+ <path d="M9 3v16M15 5v16" stroke="#1a73e8" stroke-width="2" opacity="0.6"></path>
295
+ </svg>
296
+ <span>Choose on map</span>
297
+ </div>
298
+ <div class="map-chip">
299
+ <div class="mic">
300
+ <svg viewBox="0 0 24 24" width="24" height="24">
301
+ <rect x="9" y="5" width="6" height="10" rx="3" fill="#fff"></rect>
302
+ <path d="M6 11a6 6 0 0 0 12 0M12 17v4" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/>
303
+ </svg>
304
+ </div>
305
+ <span>Map</span>
306
+ </div>
307
+ </div>
308
+
309
+ </div>
310
+
311
+ <!-- Keyboard -->
312
+ <div class="keyboard">
313
+ <div class="kb-suggestions">
314
+ <div class="chip">station</div>
315
+ <div class="chip">stations</div>
316
+ <div class="chip"><span class="emoji">🚆</span></div>
317
+ <div class="chip"><span class="emoji">⛽</span></div>
318
+ <div style="margin-left:auto;">
319
+ <svg viewBox="0 0 24 24" width="44" height="44">
320
+ <path d="M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20zm-1 5h2v7h-2zm1 10a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z" fill="#9aa0a6"/>
321
+ </svg>
322
+ </div>
323
+ </div>
324
+
325
+ <div class="kb-rows">
326
+ <div class="row">
327
+ <div class="key small">q</div><div class="key small">w</div><div class="key small">e</div><div class="key small">r</div><div class="key small">t</div>
328
+ <div class="key small">y</div><div class="key small">u</div><div class="key small">i</div><div class="key small">o</div><div class="key small">p</div>
329
+ </div>
330
+ <div class="row two">
331
+ <div class="key small">a</div><div class="key small">s</div><div class="key small">d</div><div class="key small">f</div><div class="key small">g</div>
332
+ <div class="key small">h</div><div class="key small">j</div><div class="key small">k</div><div class="key small">l</div>
333
+ </div>
334
+ <div class="row three">
335
+ <div class="key small">⇧</div>
336
+ <div class="key small">z</div><div class="key small">x</div><div class="key small">c</div><div class="key small">v</div>
337
+ <div class="key small">b</div><div class="key small">n</div><div class="key small">m</div>
338
+ <div class="key small">⌫</div>
339
+ </div>
340
+ <div class="row" style="grid-template-columns: 1.2fr 1.2fr 1fr 5fr 1fr 1.4fr; gap:16px;">
341
+ <div class="key small">?123</div>
342
+ <div class="key small">,</div>
343
+ <div class="key small">🙂</div>
344
+ <div class="key space"> </div>
345
+ <div class="key small">.</div>
346
+ <div class="key search">
347
+ <svg viewBox="0 0 24 24" width="44" height="44">
348
+ <circle cx="10" cy="10" r="6" stroke="#1a73e8" stroke-width="2" fill="none"></circle>
349
+ <path d="M15 15l6 6" stroke="#1a73e8" stroke-width="2" stroke-linecap="round"/>
350
+ </svg>
351
+ </div>
352
+ </div>
353
+ </div>
354
+
355
+ <div class="home-indicator"></div>
356
+ </div>
357
+
358
+ </div>
359
+ </body>
360
+ </html>
code/15995/15995_3.html ADDED
@@ -0,0 +1,434 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Gouda Station UI Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #f7f7f7;
14
+ border-radius: 26px;
15
+ box-shadow: 0 8px 24px rgba(0,0,0,0.15);
16
+ }
17
+
18
+ /* Map area */
19
+ .map {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 1080px;
24
+ height: 1220px;
25
+ background: #E0E0E0;
26
+ border-bottom: 1px solid #ccc;
27
+ color: #757575;
28
+ display: flex;
29
+ align-items: center;
30
+ justify-content: center;
31
+ font-weight: 600;
32
+ letter-spacing: 0.5px;
33
+ }
34
+ .map .label {
35
+ position: absolute;
36
+ bottom: 260px;
37
+ left: 430px;
38
+ background: rgba(255,255,255,0.85);
39
+ padding: 10px 16px;
40
+ border-radius: 18px;
41
+ font-size: 36px;
42
+ color: #333;
43
+ box-shadow: 0 2px 6px rgba(0,0,0,0.12);
44
+ }
45
+ .pin {
46
+ position: absolute;
47
+ bottom: 320px;
48
+ left: 520px;
49
+ width: 50px;
50
+ height: 50px;
51
+ background: #d63b32;
52
+ border-radius: 50%;
53
+ box-shadow: 0 6px 12px rgba(214,59,50,0.5);
54
+ }
55
+ /* small street-view preview */
56
+ .preview {
57
+ position: absolute;
58
+ bottom: 70px;
59
+ left: 46px;
60
+ width: 250px;
61
+ height: 170px;
62
+ background: #E0E0E0;
63
+ border: 1px solid #BDBDBD;
64
+ display: flex;
65
+ align-items: center;
66
+ justify-content: center;
67
+ color: #757575;
68
+ font-size: 26px;
69
+ border-radius: 12px;
70
+ }
71
+
72
+ /* Floating controls */
73
+ .circle-btn {
74
+ position: absolute;
75
+ width: 96px;
76
+ height: 96px;
77
+ border-radius: 50%;
78
+ background: #fff;
79
+ box-shadow: 0 6px 14px rgba(0,0,0,0.2);
80
+ display: flex;
81
+ align-items: center;
82
+ justify-content: center;
83
+ }
84
+ .btn-back { top: 128px; left: 36px; }
85
+ .btn-locate { top: 840px; right: 36px; }
86
+
87
+ /* Bottom Sheet */
88
+ .sheet {
89
+ position: absolute;
90
+ left: 0;
91
+ bottom: 0;
92
+ width: 100%;
93
+ height: 1250px;
94
+ background: #fff;
95
+ border-top-left-radius: 36px;
96
+ border-top-right-radius: 36px;
97
+ box-shadow: 0 -8px 24px rgba(0,0,0,0.18);
98
+ }
99
+ .handle {
100
+ width: 140px;
101
+ height: 14px;
102
+ background: #ddd;
103
+ border-radius: 7px;
104
+ margin: 22px auto 20px;
105
+ }
106
+ .sheet-header {
107
+ text-align: center;
108
+ }
109
+ .sheet-title {
110
+ font-size: 72px;
111
+ font-weight: 700;
112
+ color: #222;
113
+ margin-bottom: 22px;
114
+ }
115
+ .busy-row {
116
+ display: inline-flex;
117
+ align-items: center;
118
+ gap: 16px;
119
+ color: #555;
120
+ font-size: 36px;
121
+ background: #fafafa;
122
+ border: 1px solid #eee;
123
+ border-radius: 28px;
124
+ padding: 10px 18px;
125
+ }
126
+
127
+ /* Action buttons row */
128
+ .actions {
129
+ margin: 38px 40px 12px;
130
+ display: flex;
131
+ gap: 22px;
132
+ flex-wrap: wrap;
133
+ }
134
+ .action-btn {
135
+ flex: 1 1 28%;
136
+ min-width: 220px;
137
+ background: #f6f6f6;
138
+ border: 1px solid #e3e3e3;
139
+ border-radius: 26px;
140
+ padding: 26px 24px;
141
+ display: flex;
142
+ align-items: center;
143
+ gap: 20px;
144
+ font-size: 34px;
145
+ color: #222;
146
+ box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
147
+ }
148
+ .action-icon {
149
+ width: 42px;
150
+ height: 42px;
151
+ background: #e9e9e9;
152
+ border-radius: 10px;
153
+ }
154
+
155
+ /* Chips */
156
+ .chips {
157
+ display: flex;
158
+ gap: 22px;
159
+ margin: 22px 40px;
160
+ }
161
+ .chip {
162
+ font-size: 38px;
163
+ border: 2px solid #ddd;
164
+ border-radius: 18px;
165
+ padding: 14px 22px;
166
+ color: #333;
167
+ background: #fff;
168
+ font-weight: 700;
169
+ }
170
+
171
+ /* List of trains */
172
+ .list {
173
+ margin-top: 10px;
174
+ border-top: 1px solid #eee;
175
+ }
176
+ .train-item {
177
+ padding: 34px 40px;
178
+ display: flex;
179
+ align-items: flex-start;
180
+ justify-content: space-between;
181
+ border-bottom: 1px solid #eee;
182
+ }
183
+ .left {
184
+ display: flex;
185
+ align-items: flex-start;
186
+ gap: 22px;
187
+ max-width: 760px;
188
+ }
189
+ .train-icon {
190
+ width: 56px;
191
+ height: 56px;
192
+ border-radius: 14px;
193
+ background: #eef3ff;
194
+ display: flex; align-items: center; justify-content: center;
195
+ border: 1px solid #cbd7ff;
196
+ }
197
+ .train-content {
198
+ line-height: 1.25;
199
+ }
200
+ .badge {
201
+ display: inline-block;
202
+ font-size: 34px;
203
+ font-weight: 800;
204
+ background: #f2f2f2;
205
+ color: #222;
206
+ border: 1px solid #e1e1e1;
207
+ border-radius: 14px;
208
+ padding: 6px 12px;
209
+ margin-right: 8px;
210
+ }
211
+ .dest {
212
+ font-size: 40px;
213
+ color: #222;
214
+ margin-bottom: 10px;
215
+ }
216
+ .sub {
217
+ font-size: 34px;
218
+ color: #1b7e2f;
219
+ display: flex;
220
+ align-items: center;
221
+ gap: 10px;
222
+ }
223
+ .sub.gray { color: #666; }
224
+ .sub.red { color: #d63b32; }
225
+ .dot { margin: 0 8px; color: #999; }
226
+ .mins {
227
+ font-size: 42px;
228
+ color: #000;
229
+ margin-top: 6px;
230
+ }
231
+ .mins small { color: #555; font-size: 30px; }
232
+
233
+ /* tiny group icon */
234
+ .group {
235
+ display: inline-block;
236
+ width: 34px; height: 34px;
237
+ background: #eee;
238
+ border-radius: 10px;
239
+ margin-left: 6px;
240
+ vertical-align: middle;
241
+ }
242
+
243
+ /* Bottom bar mimic */
244
+ .home-indicator {
245
+ position: absolute;
246
+ bottom: 22px;
247
+ left: 50%;
248
+ transform: translateX(-50%);
249
+ width: 410px;
250
+ height: 12px;
251
+ background: #bbb;
252
+ border-radius: 8px;
253
+ }
254
+ </style>
255
+ </head>
256
+ <body>
257
+ <div id="render-target">
258
+ <!-- Map area -->
259
+ <div class="map">
260
+ [IMG: Google Map of Gouda Station]
261
+ <div class="pin"></div>
262
+ <div class="label">Gouda</div>
263
+
264
+ <div class="preview">[IMG: Station Entrance Preview]</div>
265
+
266
+ <!-- Back button -->
267
+ <div class="circle-btn btn-back">
268
+ <svg width="46" height="46" viewBox="0 0 24 24">
269
+ <path d="M15 19l-7-7 7-7" fill="none" stroke="#333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
270
+ </svg>
271
+ </div>
272
+
273
+ <!-- Locate button -->
274
+ <div class="circle-btn btn-locate">
275
+ <svg width="48" height="48" viewBox="0 0 24 24">
276
+ <circle cx="12" cy="12" r="3.2" fill="#333"/>
277
+ <path d="M12 2v4M12 18v4M2 12h4M18 12h4" stroke="#333" stroke-width="2" stroke-linecap="round"/>
278
+ <circle cx="12" cy="12" r="8" fill="none" stroke="#333" stroke-width="2"/>
279
+ </svg>
280
+ </div>
281
+ </div>
282
+
283
+ <!-- Bottom sheet -->
284
+ <div class="sheet">
285
+ <div class="handle"></div>
286
+ <div class="sheet-header">
287
+ <div class="sheet-title">Gouda</div>
288
+ <div class="busy-row">
289
+ <svg width="40" height="40" viewBox="0 0 24 24">
290
+ <circle cx="12" cy="8" r="4" fill="#e91e63"/>
291
+ <path d="M4 20c1.5-4 6-6 8-6s6.5 2 8 6" fill="#e91e63"/>
292
+ </svg>
293
+ <span>Live: A little busy</span>
294
+ <svg width="28" height="28" viewBox="0 0 24 24">
295
+ <path d="M9 6l6 6-6 6" stroke="#666" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
296
+ </svg>
297
+ </div>
298
+ </div>
299
+
300
+ <div class="actions">
301
+ <div class="action-btn">
302
+ <div class="action-icon"></div>
303
+ <span>More info</span>
304
+ </div>
305
+ <div class="action-btn">
306
+ <div class="action-icon"></div>
307
+ <span>Directions</span>
308
+ </div>
309
+ <div class="action-btn">
310
+ <div class="action-icon"></div>
311
+ <span>Save</span>
312
+ </div>
313
+ </div>
314
+
315
+ <div class="chips">
316
+ <div class="chip">Intercity</div>
317
+ <div class="chip">Sprinter</div>
318
+ </div>
319
+
320
+ <div class="list">
321
+ <!-- Train 1 -->
322
+ <div class="train-item">
323
+ <div class="left">
324
+ <div class="train-icon">
325
+ <svg width="34" height="34" viewBox="0 0 24 24">
326
+ <rect x="4" y="7" width="16" height="9" rx="2" fill="#3257ff"/>
327
+ <circle cx="8" cy="18" r="2" fill="#3257ff"/>
328
+ <circle cx="16" cy="18" r="2" fill="#3257ff"/>
329
+ </svg>
330
+ </div>
331
+ <div class="train-content">
332
+ <div class="dest">
333
+ <span class="badge">Intercity</span> Den Haag Centraal
334
+ </div>
335
+ <div class="sub">
336
+ <span>On time</span>
337
+ <span class="dot">•</span>
338
+ <span>8:34 am</span>
339
+ <span class="dot">•</span>
340
+ <span>Platform 10</span>
341
+ <span class="group"></span>
342
+ </div>
343
+ </div>
344
+ </div>
345
+ <div class="mins">3 <small>min</small></div>
346
+ </div>
347
+
348
+ <!-- Train 2 -->
349
+ <div class="train-item">
350
+ <div class="left">
351
+ <div class="train-icon">
352
+ <svg width="34" height="34" viewBox="0 0 24 24">
353
+ <rect x="3" y="8" width="18" height="8" rx="2" fill="#2a9d8f"/>
354
+ <circle cx="8" cy="18" r="2" fill="#2a9d8f"/>
355
+ <circle cx="16" cy="18" r="2" fill="#2a9d8f"/>
356
+ </svg>
357
+ </div>
358
+ <div class="train-content">
359
+ <div class="dest">
360
+ <span class="badge">Sprinter</span> Den Haag Centraal
361
+ </div>
362
+ <div class="sub">
363
+ <span>On time</span>
364
+ <span class="dot">•</span>
365
+ <span>8:38 am</span>
366
+ <span class="dot">•</span>
367
+ <span>Platform 10</span>
368
+ <span class="group"></span>
369
+ </div>
370
+ </div>
371
+ </div>
372
+ <div class="mins">7 <small>min</small></div>
373
+ </div>
374
+
375
+ <!-- Train 3 -->
376
+ <div class="train-item">
377
+ <div class="left">
378
+ <div class="train-icon">
379
+ <svg width="34" height="34" viewBox="0 0 24 24">
380
+ <rect x="4" y="7" width="16" height="9" rx="2" fill="#3257ff"/>
381
+ <circle cx="8" cy="18" r="2" fill="#3257ff"/>
382
+ <circle cx="16" cy="18" r="2" fill="#3257ff"/>
383
+ </svg>
384
+ </div>
385
+ <div class="train-content">
386
+ <div class="dest">
387
+ <span class="badge">Intercity</span> Utrecht Centraal
388
+ </div>
389
+ <div class="sub">
390
+ <span>On time</span>
391
+ <span class="dot">•</span>
392
+ <span>8:39 am</span>
393
+ <span class="dot">•</span>
394
+ <span>Platform 3</span>
395
+ <span class="group"></span>
396
+ </div>
397
+ </div>
398
+ </div>
399
+ <div class="mins">8 <small>min</small></div>
400
+ </div>
401
+
402
+ <!-- Train 4 -->
403
+ <div class="train-item">
404
+ <div class="left">
405
+ <div class="train-icon">
406
+ <svg width="34" height="34" viewBox="0 0 24 24">
407
+ <rect x="4" y="7" width="16" height="9" rx="2" fill="#3257ff"/>
408
+ <circle cx="8" cy="18" r="2" fill="#3257ff"/>
409
+ <circle cx="16" cy="18" r="2" fill="#3257ff"/>
410
+ </svg>
411
+ </div>
412
+ <div class="train-content">
413
+ <div class="dest">
414
+ <span class="badge">Intercity</span> Rotterdam Centraal
415
+ </div>
416
+ <div class="sub red">
417
+ <span>Delayed 4 min</span>
418
+ <span class="dot">•</span>
419
+ <span class="sub gray">8:36 am</span>
420
+ <span class="dot">•</span>
421
+ <span class="sub gray">Platform 8</span>
422
+ <span class="group"></span>
423
+ </div>
424
+ </div>
425
+ </div>
426
+ <div class="mins">9 <small>min</small></div>
427
+ </div>
428
+ </div>
429
+ </div>
430
+
431
+ <div class="home-indicator"></div>
432
+ </div>
433
+ </body>
434
+ </html>
code/15995/15995_4.html ADDED
@@ -0,0 +1,281 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Maps Direction UI Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 90px;
23
+ display: flex;
24
+ align-items: center;
25
+ padding: 0 36px;
26
+ box-sizing: border-box;
27
+ color: #000;
28
+ font-size: 34px;
29
+ }
30
+ .status-right {
31
+ margin-left: auto;
32
+ display: flex;
33
+ gap: 18px;
34
+ align-items: center;
35
+ }
36
+ .status-dot {
37
+ width: 22px; height: 22px; border-radius: 50%; background: #000;
38
+ opacity: 0.7;
39
+ }
40
+
41
+ /* Header / search area */
42
+ .header {
43
+ position: absolute;
44
+ top: 90px;
45
+ left: 0;
46
+ width: 1080px;
47
+ background: #fff;
48
+ padding: 20px 36px 10px 36px;
49
+ box-sizing: border-box;
50
+ }
51
+ .row {
52
+ display: flex; align-items: center; gap: 24px;
53
+ }
54
+ .icon-btn {
55
+ width: 66px; height: 66px; border-radius: 33px; background: transparent; display:flex; align-items:center; justify-content:center;
56
+ }
57
+ .search {
58
+ flex: 1;
59
+ height: 92px;
60
+ border-radius: 24px;
61
+ background: #f6f6f6;
62
+ box-shadow: inset 0 0 0 1px #e0e0e0;
63
+ display: flex; align-items: center; padding: 0 26px; box-sizing: border-box;
64
+ font-size: 40px; color: #1a73e8;
65
+ }
66
+ .search.secondary { color: #202124; }
67
+ .search .label { margin-left: 16px; font-weight: 600; }
68
+ .chip-row {
69
+ margin-top: 24px;
70
+ display: flex;
71
+ gap: 30px;
72
+ }
73
+ .mode-chip {
74
+ height: 86px; width: 130px;
75
+ border-radius: 40px;
76
+ background: #f5f5f5;
77
+ display: flex; align-items: center; justify-content: center;
78
+ box-shadow: inset 0 0 0 1px #e0e0e0;
79
+ }
80
+ .mode-chip.active { background: #e7f0ff; box-shadow: inset 0 0 0 2px #8ab4f8; }
81
+
82
+ /* Map area */
83
+ .map-area {
84
+ position: absolute;
85
+ top: 290px;
86
+ left: 0;
87
+ width: 1080px;
88
+ height: 1410px;
89
+ background: #e0f2ff;
90
+ }
91
+ .map-placeholder {
92
+ position: absolute;
93
+ inset: 0;
94
+ background: #E0E0E0;
95
+ border: 1px solid #BDBDBD;
96
+ color: #757575;
97
+ display: flex; align-items: center; justify-content: center;
98
+ font-size: 40px;
99
+ }
100
+ /* Floating buttons */
101
+ .floating-layer {
102
+ position: absolute;
103
+ top: 390px;
104
+ right: 36px;
105
+ width: 108px; height: 108px; border-radius: 54px;
106
+ background: #fff; box-shadow: 0 6px 16px rgba(0,0,0,0.2);
107
+ display:flex; align-items:center; justify-content:center;
108
+ }
109
+ .floating-locate {
110
+ position: absolute;
111
+ bottom: 600px;
112
+ right: 36px;
113
+ width: 120px; height: 120px; border-radius: 60px;
114
+ background: #fff; box-shadow: 0 6px 16px rgba(0,0,0,0.25);
115
+ display:flex; align-items:center; justify-content:center;
116
+ }
117
+
118
+ /* Bottom sheet */
119
+ .sheet {
120
+ position: absolute;
121
+ bottom: 0;
122
+ left: 0;
123
+ width: 1080px;
124
+ height: 640px;
125
+ background: #ffffff;
126
+ border-top-left-radius: 24px;
127
+ border-top-right-radius: 24px;
128
+ box-shadow: 0 -10px 30px rgba(0,0,0,0.2);
129
+ padding: 24px 36px;
130
+ box-sizing: border-box;
131
+ }
132
+ .grabber {
133
+ width: 90px; height: 10px; background: #e0e0e0; border-radius: 5px; margin: 6px auto 28px;
134
+ }
135
+ .sheet-title {
136
+ font-size: 46px; color: #333; margin-bottom: 26px;
137
+ }
138
+ .skeleton {
139
+ height: 90px; border-radius: 20px; background: #f0f0f0; margin-bottom: 28px;
140
+ }
141
+ .skeleton.small { height: 74px; width: 780px; }
142
+ .skeleton.long { height: 74px; width: 900px; }
143
+ .cta {
144
+ position: absolute;
145
+ bottom: 40px;
146
+ left: 36px;
147
+ width: 320px; height: 120px;
148
+ background: #e9edf2;
149
+ border-radius: 60px;
150
+ }
151
+
152
+ /* SVG color helpers */
153
+ svg { display: block; }
154
+ .icon { width: 40px; height: 40px; }
155
+ .icon-lg { width: 48px; height: 48px; }
156
+ </style>
157
+ </head>
158
+ <body>
159
+ <div id="render-target">
160
+
161
+ <!-- Status bar -->
162
+ <div class="status-bar">
163
+ <div>1:02</div>
164
+ <div class="status-right">
165
+ <div class="status-dot"></div>
166
+ <div class="status-dot" style="opacity:0.5"></div>
167
+ <div class="status-dot" style="opacity:0.5"></div>
168
+ <div class="status-dot" style="opacity:0.9"></div>
169
+ </div>
170
+ </div>
171
+
172
+ <!-- Header with search bars -->
173
+ <div class="header">
174
+ <div class="row">
175
+ <div class="icon-btn">
176
+ <!-- Back arrow -->
177
+ <svg class="icon-lg" viewBox="0 0 24 24">
178
+ <path d="M10 19L3 12l7-7v4h8v6h-8z" fill="#2c2c2c"></path>
179
+ </svg>
180
+ </div>
181
+ <!-- small blue locator dot -->
182
+ <div style="width:34px;height:34px;border-radius:17px;background:#1a73e8;border:4px solid #bcd5ff;"></div>
183
+
184
+ <div class="search">
185
+ <svg class="icon" viewBox="0 0 24 24">
186
+ <circle cx="12" cy="12" r="9" fill="#1a73e8"></circle>
187
+ </svg>
188
+ <div class="label">Your location</div>
189
+ </div>
190
+
191
+ <div class="icon-btn">
192
+ <!-- more vertical -->
193
+ <svg class="icon-lg" viewBox="0 0 24 24">
194
+ <circle cx="12" cy="5" r="2" fill="#444"></circle>
195
+ <circle cx="12" cy="12" r="2" fill="#444"></circle>
196
+ <circle cx="12" cy="19" r="2" fill="#444"></circle>
197
+ </svg>
198
+ </div>
199
+ </div>
200
+
201
+ <div class="row" style="margin-top:18px;">
202
+ <div class="icon-btn">
203
+ <!-- Red pin -->
204
+ <svg class="icon-lg" viewBox="0 0 24 24">
205
+ <path d="M12 2C8.7 2 6 4.7 6 8c0 5.5 6 12 6 12s6-6.5 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" fill="#d93025"></path>
206
+ </svg>
207
+ </div>
208
+
209
+ <div class="search secondary">
210
+ <div class="label">Gouda</div>
211
+ </div>
212
+
213
+ <div class="icon-btn">
214
+ <!-- swap arrows -->
215
+ <svg class="icon-lg" viewBox="0 0 24 24">
216
+ <path d="M7 5l4 4H8v6H6V9H3l4-4zm10 14l-4-4h3V9h2v6h3l-4 4z" fill="#444"></path>
217
+ </svg>
218
+ </div>
219
+ </div>
220
+
221
+ <!-- Mode chips -->
222
+ <div class="chip-row">
223
+ <div class="mode-chip active">
224
+ <svg class="icon-lg" viewBox="0 0 24 24">
225
+ <path d="M5 12h14l2 3v3H3v-3l2-3zm2-3h10l2 3H5l2-3z" fill="#1a73e8"></path>
226
+ </svg>
227
+ </div>
228
+ <div class="mode-chip">
229
+ <svg class="icon-lg" viewBox="0 0 24 24">
230
+ <path d="M5 17l3-5 4-2 4 2 3 5h-3l-2-3-2 3H5z" fill="#555"></path>
231
+ </svg>
232
+ </div>
233
+ <div class="mode-chip">
234
+ <svg class="icon-lg" viewBox="0 0 24 24">
235
+ <path d="M7 4h10v14H7z" fill="#555"></path>
236
+ <circle cx="9" cy="19" r="1.5" fill="#555"></circle>
237
+ <circle cx="15" cy="19" r="1.5" fill="#555"></circle>
238
+ </svg>
239
+ </div>
240
+ <div class="mode-chip">
241
+ <svg class="icon-lg" viewBox="0 0 24 24">
242
+ <path d="M7 20l3-6 2 3h3l2-4h-3l-2-3H9l-2 4H4l3 6z" fill="#555"></path>
243
+ </svg>
244
+ </div>
245
+ </div>
246
+ </div>
247
+
248
+ <!-- Map area -->
249
+ <div class="map-area">
250
+ <div class="map-placeholder">[IMG: Google Map - Gouda area]</div>
251
+ </div>
252
+
253
+ <!-- Floating layer button (stack icon) -->
254
+ <div class="floating-layer">
255
+ <svg viewBox="0 0 24 24" width="46" height="46">
256
+ <rect x="6" y="6" width="10" height="10" rx="2" fill="#4a4a4a"></rect>
257
+ <rect x="9" y="9" width="10" height="10" rx="2" fill="#9e9e9e"></rect>
258
+ </svg>
259
+ </div>
260
+
261
+ <!-- Floating locate button -->
262
+ <div class="floating-locate">
263
+ <svg viewBox="0 0 24 24" width="50" height="50">
264
+ <circle cx="12" cy="12" r="10" stroke="#4a4a4a" stroke-width="2" fill="none"></circle>
265
+ <circle cx="12" cy="12" r="2.5" fill="#4a4a4a"></circle>
266
+ </svg>
267
+ </div>
268
+
269
+ <!-- Bottom sheet -->
270
+ <div class="sheet">
271
+ <div class="grabber"></div>
272
+ <div class="sheet-title">Finding best route...</div>
273
+ <div class="skeleton"></div>
274
+ <div class="skeleton small"></div>
275
+ <div class="skeleton long"></div>
276
+ <div class="cta"></div>
277
+ </div>
278
+
279
+ </div>
280
+ </body>
281
+ </html>
code/15995/15995_5.html ADDED
@@ -0,0 +1,376 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Mobile UI Render</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ position: relative;
10
+ overflow: hidden;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ background: #FFFFFF;
14
+ border-radius: 24px;
15
+ box-shadow: 0 8px 24px rgba(0,0,0,0.08);
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 1080px;
24
+ height: 110px;
25
+ padding: 0 40px;
26
+ box-sizing: border-box;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ color: #222;
31
+ font-weight: 600;
32
+ font-size: 44px;
33
+ }
34
+ .status-icons {
35
+ display: flex;
36
+ align-items: center;
37
+ gap: 24px;
38
+ }
39
+ .status-dot, .status-icon {
40
+ width: 36px;
41
+ height: 36px;
42
+ border-radius: 50%;
43
+ background: #343434;
44
+ }
45
+ .status-icon {
46
+ background: linear-gradient(#4c4c4c, #2d2d2d);
47
+ }
48
+
49
+ /* Search bar section */
50
+ .search-area {
51
+ position: absolute;
52
+ top: 120px;
53
+ left: 0;
54
+ width: 1080px;
55
+ padding: 24px 24px 0 24px;
56
+ box-sizing: border-box;
57
+ }
58
+ .search-bar {
59
+ width: 1032px;
60
+ height: 124px;
61
+ background: #F7F7F7;
62
+ border: 1px solid #E3E3E3;
63
+ border-radius: 62px;
64
+ box-shadow: 0 2px 6px rgba(0,0,0,0.06);
65
+ display: flex;
66
+ align-items: center;
67
+ padding: 0 28px;
68
+ gap: 24px;
69
+ }
70
+ .icon-btn {
71
+ width: 60px;
72
+ height: 60px;
73
+ border-radius: 50%;
74
+ background: #EAEAEA;
75
+ display: flex;
76
+ align-items: center;
77
+ justify-content: center;
78
+ }
79
+ .search-text {
80
+ font-size: 44px;
81
+ color: #1a1a1a;
82
+ flex: 1;
83
+ }
84
+ .mic-btn {
85
+ width: 72px;
86
+ height: 72px;
87
+ border-radius: 40px;
88
+ background: #EAEFF6;
89
+ display: flex;
90
+ align-items: center;
91
+ justify-content: center;
92
+ }
93
+
94
+ /* List items */
95
+ .list {
96
+ margin-top: 24px;
97
+ background: #FFF;
98
+ }
99
+ .list-item {
100
+ padding: 34px 40px;
101
+ display: flex;
102
+ align-items: center;
103
+ gap: 28px;
104
+ border-top: 1px solid #F0F0F0;
105
+ }
106
+ .list-item:first-child { border-top: none; }
107
+ .circle-icon {
108
+ width: 86px;
109
+ height: 86px;
110
+ border-radius: 50%;
111
+ background: #F0F0F3;
112
+ display: flex;
113
+ align-items: center;
114
+ justify-content: center;
115
+ }
116
+ .item-texts {
117
+ flex: 1;
118
+ }
119
+ .title {
120
+ font-size: 46px;
121
+ color: #1e1e1e;
122
+ line-height: 1.2;
123
+ }
124
+ .subtitle {
125
+ font-size: 34px;
126
+ color: #707070;
127
+ margin-top: 8px;
128
+ }
129
+
130
+ /* Keyboard */
131
+ .keyboard {
132
+ position: absolute;
133
+ left: 0;
134
+ bottom: 0;
135
+ width: 1080px;
136
+ height: 920px;
137
+ background: #1F1F1F;
138
+ border-top-left-radius: 28px;
139
+ border-top-right-radius: 28px;
140
+ box-shadow: 0 -6px 18px rgba(0,0,0,0.15);
141
+ padding: 24px 28px;
142
+ box-sizing: border-box;
143
+ }
144
+ .kbd-top-icons {
145
+ display: flex;
146
+ align-items: center;
147
+ justify-content: space-between;
148
+ padding: 8px 12px 18px;
149
+ }
150
+ .kbd-top-icons .top-icon {
151
+ width: 72px;
152
+ height: 72px;
153
+ border-radius: 20px;
154
+ background: #2B2B2B;
155
+ display: flex;
156
+ align-items: center;
157
+ justify-content: center;
158
+ }
159
+ .key-row {
160
+ display: grid;
161
+ grid-template-columns: repeat(10, 1fr);
162
+ gap: 16px;
163
+ margin-bottom: 22px;
164
+ padding: 0 8px;
165
+ }
166
+ .key {
167
+ height: 120px;
168
+ background: #363636;
169
+ border-radius: 22px;
170
+ color: #F2F2F2;
171
+ font-size: 48px;
172
+ display: flex;
173
+ align-items: center;
174
+ justify-content: center;
175
+ }
176
+ .key.small {
177
+ font-size: 42px;
178
+ }
179
+ .key-wide {
180
+ grid-column: span 4;
181
+ }
182
+ .key-medium {
183
+ grid-column: span 2;
184
+ }
185
+ .bottom-row {
186
+ display: grid;
187
+ grid-template-columns: 140px 140px 140px 1fr 140px 140px;
188
+ gap: 16px;
189
+ padding: 0 8px;
190
+ }
191
+ </style>
192
+ </head>
193
+ <body>
194
+ <div id="render-target">
195
+
196
+ <!-- Status Bar -->
197
+ <div class="status-bar">
198
+ <div>1:02</div>
199
+ <div class="status-icons">
200
+ <div class="status-dot"></div>
201
+ <div class="status-dot"></div>
202
+ <div class="status-dot"></div>
203
+ <div class="status-icon"></div>
204
+ </div>
205
+ </div>
206
+
207
+ <!-- Search Area -->
208
+ <div class="search-area">
209
+ <div class="search-bar">
210
+ <div class="icon-btn">
211
+ <!-- Back Arrow -->
212
+ <svg width="36" height="36" viewBox="0 0 24 24">
213
+ <path d="M15 6l-6 6 6 6" fill="none" stroke="#555" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
214
+ </svg>
215
+ </div>
216
+ <div class="search-text">Choose start location</div>
217
+ <div class="mic-btn">
218
+ <!-- Mic Icon -->
219
+ <svg width="38" height="38" viewBox="0 0 24 24">
220
+ <path d="M12 3a3 3 0 013 3v6a3 3 0 01-6 0V6a3 3 0 013-3z" fill="#1A73E8"/>
221
+ <path d="M5 11a7 7 0 0014 0" fill="none" stroke="#1A73E8" stroke-width="2" stroke-linecap="round"/>
222
+ <path d="M12 18v3" stroke="#1A73E8" stroke-width="2" stroke-linecap="round"/>
223
+ </svg>
224
+ </div>
225
+ </div>
226
+
227
+ <!-- List Items -->
228
+ <div class="list">
229
+ <div class="list-item">
230
+ <div class="circle-icon">
231
+ <!-- Location Pin -->
232
+ <svg width="38" height="38" viewBox="0 0 24 24">
233
+ <path d="M12 2a7 7 0 00-7 7c0 5 7 13 7 13s7-8 7-13a7 7 0 00-7-7zm0 9a2 2 0 110-4 2 2 0 010 4z" fill="#5F6368"/>
234
+ </svg>
235
+ </div>
236
+ <div class="item-texts">
237
+ <div class="title">Choose on map</div>
238
+ </div>
239
+ </div>
240
+
241
+ <div class="list-item">
242
+ <div class="circle-icon">
243
+ <!-- Home Icon -->
244
+ <svg width="40" height="40" viewBox="0 0 24 24">
245
+ <path d="M3 11l9-7 9 7" fill="none" stroke="#4285F4" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
246
+ <path d="M5 10v9h14v-9" fill="none" stroke="#4285F4" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
247
+ </svg>
248
+ </div>
249
+ <div class="item-texts">
250
+ <div class="title">Home</div>
251
+ <div class="subtitle">52.010213,4.693479</div>
252
+ </div>
253
+ </div>
254
+
255
+ <div class="list-item">
256
+ <div class="circle-icon">
257
+ <!-- Clock (recent) -->
258
+ <svg width="40" height="40" viewBox="0 0 24 24">
259
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#5F6368" stroke-width="2"/>
260
+ <path d="M12 7v6l4 2" fill="none" stroke="#5F6368" stroke-width="2" stroke-linecap="round"/>
261
+ </svg>
262
+ </div>
263
+ <div class="item-texts">
264
+ <div class="title">Gouda</div>
265
+ <div class="subtitle">Stationsplein, Gouda, Netherlands</div>
266
+ </div>
267
+ </div>
268
+
269
+ <div class="list-item">
270
+ <div class="circle-icon">
271
+ <!-- Clock -->
272
+ <svg width="40" height="40" viewBox="0 0 24 24">
273
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#5F6368" stroke-width="2"/>
274
+ <path d="M12 7v6l3 2" fill="none" stroke="#5F6368" stroke-width="2" stroke-linecap="round"/>
275
+ </svg>
276
+ </div>
277
+ <div class="item-texts">
278
+ <div class="title">Netherlands</div>
279
+ </div>
280
+ </div>
281
+
282
+ <div class="list-item">
283
+ <div class="circle-icon">
284
+ <!-- Clock -->
285
+ <svg width="40" height="40" viewBox="0 0 24 24">
286
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#5F6368" stroke-width="2"/>
287
+ <path d="M12 7v6l5 2" fill="none" stroke="#5F6368" stroke-width="2" stroke-linecap="round"/>
288
+ </svg>
289
+ </div>
290
+ <div class="item-texts">
291
+ <div class="title">Amsterdam Centraal</div>
292
+ <div class="subtitle">Stationsplein, Amsterdam, Netherlands</div>
293
+ </div>
294
+ </div>
295
+ </div>
296
+ </div>
297
+
298
+ <!-- Keyboard -->
299
+ <div class="keyboard">
300
+ <div class="kbd-top-icons">
301
+ <div class="top-icon"></div>
302
+ <div class="top-icon"></div>
303
+ <div class="top-icon">GIF</div>
304
+ <div class="top-icon"></div>
305
+ <div class="top-icon"></div>
306
+ <div class="top-icon"></div>
307
+ <div class="top-icon">
308
+ <!-- Mic -->
309
+ <svg width="30" height="30" viewBox="0 0 24 24">
310
+ <path d="M12 3a3 3 0 013 3v6a3 3 0 01-6 0V6a3 3 0 013-3z" fill="#EAEAEA"/>
311
+ </svg>
312
+ </div>
313
+ </div>
314
+
315
+ <div class="key-row">
316
+ <div class="key">q</div>
317
+ <div class="key">w</div>
318
+ <div class="key">e</div>
319
+ <div class="key">r</div>
320
+ <div class="key">t</div>
321
+ <div class="key">y</div>
322
+ <div class="key">u</div>
323
+ <div class="key">i</div>
324
+ <div class="key">o</div>
325
+ <div class="key">p</div>
326
+ </div>
327
+
328
+ <div class="key-row" style="grid-template-columns: repeat(9, 1fr);">
329
+ <div class="key">a</div>
330
+ <div class="key">s</div>
331
+ <div class="key">d</div>
332
+ <div class="key">f</div>
333
+ <div class="key">g</div>
334
+ <div class="key">h</div>
335
+ <div class="key">j</div>
336
+ <div class="key">k</div>
337
+ <div class="key">l</div>
338
+ </div>
339
+
340
+ <div class="key-row" style="grid-template-columns: 140px repeat(7, 1fr) 140px; gap: 16px;">
341
+ <div class="key small">⇧</div>
342
+ <div class="key">z</div>
343
+ <div class="key">x</div>
344
+ <div class="key">c</div>
345
+ <div class="key">v</div>
346
+ <div class="key">b</div>
347
+ <div class="key">n</div>
348
+ <div class="key">m</div>
349
+ <div class="key small">
350
+ <!-- Backspace -->
351
+ <svg width="34" height="34" viewBox="0 0 24 24">
352
+ <path d="M3 12l6-6h10a2 2 0 012 2v8a2 2 0 01-2 2H9L3 12z" fill="none" stroke="#EDEDED" stroke-width="2" stroke-linejoin="round"/>
353
+ <path d="M13 9l4 4m0-4l-4 4" stroke="#EDEDED" stroke-width="2" stroke-linecap="round"/>
354
+ </svg>
355
+ </div>
356
+ </div>
357
+
358
+ <div class="bottom-row">
359
+ <div class="key small">?123</div>
360
+ <div class="key small">,</div>
361
+ <div class="key small">🙂</div>
362
+ <div class="key key-wide"> </div>
363
+ <div class="key small">.</div>
364
+ <div class="key small">
365
+ <!-- Search -->
366
+ <svg width="34" height="34" viewBox="0 0 24 24">
367
+ <circle cx="11" cy="11" r="6" fill="none" stroke="#EDEDED" stroke-width="2"/>
368
+ <path d="M20 20l-4.5-4.5" stroke="#EDEDED" stroke-width="2" stroke-linecap="round"/>
369
+ </svg>
370
+ </div>
371
+ </div>
372
+ </div>
373
+
374
+ </div>
375
+ </body>
376
+ </html>
code/15995/15995_6.html ADDED
@@ -0,0 +1,212 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>Google Maps Route 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:0;
10
+ color:#202124;
11
+ }
12
+
13
+ /* Status bar */
14
+ .status-bar {
15
+ position:absolute; top:0; left:0; right:0; height:92px;
16
+ padding:0 30px; box-sizing:border-box; display:flex; align-items:center; justify-content:space-between;
17
+ font-size:34px; color:#5f6368;
18
+ }
19
+ .status-icons { display:flex; gap:26px; align-items:center; }
20
+ .dot { width:18px; height:18px; background:#5f6368; border-radius:50%; opacity:.8; }
21
+
22
+ /* Top search area */
23
+ .top-area {
24
+ position:absolute; top:92px; left:0; right:0; padding:24px 30px 14px;
25
+ box-sizing:border-box; background:#fff;
26
+ }
27
+ .nav-row { display:flex; align-items:center; gap:26px; margin-bottom:20px; }
28
+ .circle-btn {
29
+ width:72px; height:72px; border-radius:50%; background:#f1f3f4; display:flex; align-items:center; justify-content:center;
30
+ }
31
+ .search-stack { flex:1; }
32
+ .input-pill {
33
+ height:90px; border-radius:18px; background:#f1f3f4; display:flex; align-items:center;
34
+ padding:0 26px; box-sizing:border-box; font-size:38px; color:#1f1f1f; justify-content:space-between;
35
+ margin-bottom:16px;
36
+ }
37
+ .pill-right { display:flex; align-items:center; gap:22px; color:#5f6368; }
38
+ .mode-row { display:flex; gap:28px; padding-left:128px; align-items:center; }
39
+ .mode {
40
+ display:flex; align-items:center; gap:12px; color:#5f6368; font-size:34px; padding:18px 22px; border-radius:28px;
41
+ background:transparent;
42
+ }
43
+ .mode.active {
44
+ background:#e8f0fe; color:#1a73e8; font-weight:600;
45
+ }
46
+
47
+ /* Map area */
48
+ .map {
49
+ position:absolute; top:360px; left:0; right:0; bottom:360px;
50
+ background:#E0E0E0; border-top:1px solid #BDBDBD; border-bottom:1px solid #BDBDBD;
51
+ display:flex; align-items:center; justify-content:center; color:#616161; font-size:40px; text-align:center; padding:20px;
52
+ }
53
+
54
+ /* Floating layer buttons */
55
+ .fab-stack {
56
+ position:absolute; right:34px; top:590px; display:flex; flex-direction:column; gap:24px;
57
+ }
58
+ .fab {
59
+ width:110px; height:110px; border-radius:50%; background:#fff; box-shadow:0 2px 8px rgba(0,0,0,.2);
60
+ display:flex; align-items:center; justify-content:center;
61
+ }
62
+ .compass {
63
+ position:absolute; right:34px; bottom:760px; width:124px; height:124px; border-radius:50%; background:#fff;
64
+ box-shadow:0 2px 8px rgba(0,0,0,.2); display:flex; align-items:center; justify-content:center;
65
+ }
66
+ .street-thumb {
67
+ position:absolute; left:34px; bottom:900px; width:290px; height:180px; background:#E0E0E0; border:1px solid #BDBDBD;
68
+ display:flex; align-items:center; justify-content:center; color:#616161; font-size:30px; border-radius:12px;
69
+ }
70
+
71
+ .eta-tag {
72
+ position:absolute; right:180px; top:840px; background:#1a73e8; color:#fff; font-size:40px; padding:18px 28px;
73
+ border-radius:18px; font-weight:700; box-shadow:0 2px 6px rgba(0,0,0,.25);
74
+ }
75
+
76
+ /* Bottom sheet */
77
+ .sheet {
78
+ position:absolute; left:0; right:0; bottom:0; height:360px; background:#fff;
79
+ box-shadow:0 -2px 12px rgba(0,0,0,.18); border-top-left-radius:28px; border-top-right-radius:28px;
80
+ padding:26px 34px; box-sizing:border-box;
81
+ }
82
+ .sheet .grabber {
83
+ width:120px; height:10px; border-radius:5px; background:#d7d7d7; margin:0 auto 16px;
84
+ }
85
+ .summary { display:flex; align-items:baseline; gap:18px; padding:6px 0 8px 6px; }
86
+ .summary .time { color:#1aa255; font-weight:800; font-size:64px; }
87
+ .summary .dist { color:#1f1f1f; font-size:44px; }
88
+ .subtext { color:#6b6f73; font-size:36px; margin:8px 6px 28px; }
89
+ .actions { display:flex; align-items:center; gap:26px; }
90
+ .btn {
91
+ height:110px; border-radius:70px; padding:0 44px; display:flex; align-items:center; gap:18px; font-size:40px; border:1px solid #d0d0d0; color:#1f1f1f; background:#fff;
92
+ }
93
+ .btn.primary {
94
+ background:#1a73e8; color:#fff; border-color:#1a73e8; font-weight:700;
95
+ }
96
+
97
+ /* Simple SVG icon styles */
98
+ svg { display:block; }
99
+ .icon { width:44px; height:44px; fill:#5f6368; }
100
+ .icon.blue { fill:#1a73e8; }
101
+ .icon.white { fill:#ffffff; }
102
+ </style>
103
+ </head>
104
+ <body>
105
+ <div id="render-target">
106
+
107
+ <!-- Status bar -->
108
+ <div class="status-bar">
109
+ <div style="font-size:34px; color:#1f1f1f;">1:02</div>
110
+ <div class="status-icons">
111
+ <div class="dot"></div>
112
+ <div class="dot"></div>
113
+ <div class="dot"></div>
114
+ <div class="dot"></div>
115
+ </div>
116
+ </div>
117
+
118
+ <!-- Top search area -->
119
+ <div class="top-area">
120
+ <div class="nav-row">
121
+ <div class="circle-btn" title="Back">
122
+ <svg class="icon" viewBox="0 0 24 24"><path d="M15.4 4.6 8 12l7.4 7.4-1.4 1.4L5.1 12l8.9-8.8 1.4 1.4z"/></svg>
123
+ </div>
124
+ <div class="search-stack">
125
+ <div class="input-pill">
126
+ <span>Home</span>
127
+ <div class="pill-right">
128
+ <svg class="icon" viewBox="0 0 24 24"><path d="M12 2a2 2 0 0 1 2 2v1h-4V4a2 2 0 0 1 2-2zm-7 9h14v2H5v-2zm3 9v-1h8v1a2 2 0 0 1-2 2H10a2 2 0 0 1-2-2z"/></svg>
129
+ </div>
130
+ </div>
131
+ <div class="input-pill">
132
+ <span>Gouda</span>
133
+ <div class="pill-right">
134
+ <svg class="icon" viewBox="0 0 24 24"><path d="M7 4h2v7H7V4zm8 9h2v7h-2v-7zM4 13l3-3 3 3H4zm10-2 3 3h-6l3-3z"/></svg>
135
+ </div>
136
+ </div>
137
+ </div>
138
+ <div class="circle-btn" title="Options">
139
+ <svg class="icon" viewBox="0 0 24 24"><path d="M12 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4z"/></svg>
140
+ </div>
141
+ </div>
142
+
143
+ <div class="mode-row">
144
+ <div class="mode active">
145
+ <svg class="icon blue" viewBox="0 0 24 24"><path d="M5 16l1-3h12l1 3h-1a2 2 0 1 1-4 0H10a2 2 0 1 1-4 0H5zm2-5l1-3h8l1 3H7z"/></svg>
146
+ <span>4 min</span>
147
+ </div>
148
+ <div class="mode">
149
+ <svg class="icon" viewBox="0 0 24 24"><path d="M12 2l8 8h-3v9h-4v-6H11v6H7v-9H4l8-8z"/></svg>
150
+ <span>14 min</span>
151
+ </div>
152
+ <div class="mode">
153
+ <svg class="icon" viewBox="0 0 24 24"><path d="M9 21v-6H7l2-5h6l2 5h-2v6h-2v-4h-2v4H9zM9 6a3 3 0 1 1 6 0A3 3 0 0 1 9 6z"/></svg>
154
+ <span>22 min</span>
155
+ </div>
156
+ <div class="mode">
157
+ <svg class="icon" viewBox="0 0 24 24"><path d="M5 11h14v2H5v-2zm2 5h10v2H7v-2z"/></svg>
158
+ <span>4 min</span>
159
+ </div>
160
+ </div>
161
+ </div>
162
+
163
+ <!-- Map -->
164
+ <div class="map">
165
+ [IMG: Google Map with blue route from Home to Gouda, roads and labels]
166
+ </div>
167
+
168
+ <!-- Floating elements on map -->
169
+ <div class="fab-stack">
170
+ <div class="fab" title="Layers">
171
+ <svg class="icon" viewBox="0 0 24 24"><path d="M12 3l10 6-10 6L2 9l10-6zm0 9l8 4-8 5-8-5 8-4z"/></svg>
172
+ </div>
173
+ <div class="fab" title="Search in area">
174
+ <svg class="icon" viewBox="0 0 24 24"><path d="M15.5 14h-.8l-.3-.3a6.5 6.5 0 1 0-.9.9l.3.3v.8l5 5 1.5-1.5-5-5zm-6 0a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9z"/></svg>
175
+ </div>
176
+ </div>
177
+
178
+ <div class="eta-tag">4 min</div>
179
+
180
+ <div class="compass" title="Center">
181
+ <svg class="icon" viewBox="0 0 24 24"><path d="M12 2v4m0 12v4m10-10h-4M6 12H2m14.1-6.1L13 9l-3.1 4.1L15 15l4.1-3.1L15 6z"/></svg>
182
+ </div>
183
+
184
+ <div class="street-thumb">[IMG: Street View thumbnail]</div>
185
+
186
+ <!-- Bottom sheet -->
187
+ <div class="sheet">
188
+ <div class="grabber"></div>
189
+ <div class="summary">
190
+ <div class="time">4 min</div>
191
+ <div class="dist">(1.7 km)</div>
192
+ </div>
193
+ <div class="subtext">Fastest route now due to traffic conditions</div>
194
+ <div class="actions">
195
+ <div class="btn primary">
196
+ <svg class="icon white" viewBox="0 0 24 24"><path d="M8 5v14l11-7L8 5z"/></svg>
197
+ <span>Preview</span>
198
+ </div>
199
+ <div class="btn">
200
+ <svg class="icon" viewBox="0 0 24 24"><path d="M4 6h16v2H4V6zm0 5h16v2H4v-2zm0 5h10v2H4v-2z"/></svg>
201
+ <span>Steps</span>
202
+ </div>
203
+ <div class="btn">
204
+ <svg class="icon" viewBox="0 0 24 24"><path d="M12 2a7 7 0 0 1 7 7c0 5-7 13-7 13S5 14 5 9a7 7 0 0 1 7-7zm0 9a2 2 0 1 0 0-4 2 2 0 0 0 0 4z"/></svg>
205
+ <span>Pin</span>
206
+ </div>
207
+ </div>
208
+ </div>
209
+
210
+ </div>
211
+ </body>
212
+ </html>
code/15998/15998_0.html ADDED
@@ -0,0 +1,291 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Video UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #0f0f0f; color: #fff;
12
+ }
13
+
14
+ /* Status bar */
15
+ .statusbar {
16
+ height: 120px; padding: 0 36px; display: flex; align-items: center; justify-content: space-between;
17
+ color: #eaeaea; font-size: 40px;
18
+ }
19
+ .status-icons { display: flex; gap: 32px; align-items: center; }
20
+ .status-icons svg { width: 42px; height: 42px; fill: #eaeaea; opacity: 0.85; }
21
+
22
+ /* Video player area */
23
+ .video {
24
+ width: 1080px; height: 720px; position: relative;
25
+ }
26
+ .img-placeholder {
27
+ width: 100%; height: 100%;
28
+ background: #E0E0E0; border: 1px solid #BDBDBD;
29
+ display: flex; align-items: center; justify-content: center;
30
+ color: #757575; font-size: 40px; font-weight: 600;
31
+ }
32
+ /* Overlay controls */
33
+ .overlay-top {
34
+ position: absolute; top: 24px; right: 24px; display: flex; gap: 30px; align-items: center;
35
+ }
36
+ .overlay-top .left-drop {
37
+ position: absolute; left: 24px; top: 24px;
38
+ }
39
+ .ov-icon {
40
+ width: 76px; height: 76px; background: rgba(255,255,255,0.08); border-radius: 12px;
41
+ display: flex; align-items: center; justify-content: center;
42
+ }
43
+ .ov-icon svg { width: 48px; height: 48px; fill: #ffffff; }
44
+ .center-controls {
45
+ position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%);
46
+ display: flex; align-items: center; justify-content: center; gap: 120px;
47
+ }
48
+ .center-controls .round {
49
+ width: 140px; height: 140px; background: rgba(255,255,255,0.12); border-radius: 70px;
50
+ display: flex; align-items: center; justify-content: center;
51
+ }
52
+ .center-controls .round svg { width: 72px; height: 72px; fill: #fff; }
53
+ .seekbar {
54
+ position: absolute; bottom: 120px; left: 36px; right: 36px;
55
+ display: flex; align-items: center; gap: 28px; font-size: 36px; color: #eaeaea;
56
+ }
57
+ .bar {
58
+ flex: 1; height: 10px; background: rgba(255,255,255,0.2); border-radius: 6px; position: relative;
59
+ }
60
+ .bar .progress { width: 280px; height: 100%; background: #ff0000; border-radius: 6px; }
61
+ .bar .dot { position: absolute; left: 270px; top: -12px; width: 28px; height: 28px; background: #ff4b4b; border-radius: 50%; }
62
+
63
+ /* Title & meta */
64
+ .title-block { padding: 28px 36px 16px; }
65
+ .video-title {
66
+ font-size: 56px; font-weight: 800; line-height: 1.15; letter-spacing: 0.2px;
67
+ }
68
+ .meta {
69
+ margin-top: 16px; font-size: 36px; color: #9e9e9e;
70
+ }
71
+
72
+ /* Channel row */
73
+ .channel-row {
74
+ display: flex; align-items: center; justify-content: space-between;
75
+ padding: 26px 36px;
76
+ }
77
+ .channel-info { display: flex; align-items: center; gap: 24px; }
78
+ .avatar {
79
+ width: 90px; height: 90px; background: #E0E0E0; border: 1px solid #BDBDBD;
80
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 24px; border-radius: 50%;
81
+ }
82
+ .chan-text .name { font-size: 40px; font-weight: 700; }
83
+ .chan-text .subs { font-size: 34px; color: #9e9e9e; margin-top: 6px; }
84
+ .chan-actions { display: flex; align-items: center; gap: 24px; }
85
+ .pill-btn {
86
+ display: inline-flex; align-items: center; gap: 16px;
87
+ background: #1f1f1f; border: 1px solid #2d2d2d; color: #fff;
88
+ padding: 22px 28px; border-radius: 36px; font-size: 36px; font-weight: 600;
89
+ }
90
+ .pill-btn svg { width: 40px; height: 40px; fill: #fff; }
91
+
92
+ /* Action buttons */
93
+ .actions {
94
+ padding: 14px 36px 6px;
95
+ display: flex; gap: 24px; flex-wrap: nowrap;
96
+ }
97
+ .action {
98
+ display: flex; align-items: center; gap: 16px;
99
+ background: #1f1f1f; border: 1px solid #2e2e2e; border-radius: 60px;
100
+ padding: 24px 34px; font-size: 34px; color: #eaeaea;
101
+ }
102
+ .action svg { width: 40px; height: 40px; fill: #eaeaea; }
103
+
104
+ /* Comments card */
105
+ .comments-card {
106
+ margin: 24px 36px 24px; background: #181818; border: 1px solid #2b2b2b;
107
+ border-radius: 26px; padding: 26px;
108
+ }
109
+ .comments-header { font-size: 38px; font-weight: 700; display: flex; align-items: center; justify-content: space-between; }
110
+ .comment-row { margin-top: 20px; display: flex; gap: 20px; align-items: flex-start; }
111
+ .comment-avatar {
112
+ width: 64px; height: 64px; background: #2e2e2e; border-radius: 50%; color: #cfcfcf;
113
+ display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 36px;
114
+ }
115
+ .comment-text { font-size: 36px; color: #d9d9d9; line-height: 1.4; }
116
+
117
+ /* Ad banner */
118
+ .ad-banner { width: 100%; height: 460px; }
119
+ .ad-banner .img-placeholder { font-size: 38px; }
120
+
121
+ /* Shop bar */
122
+ .shop-bar {
123
+ height: 96px; background: #2b3a55; display: flex; align-items: center; justify-content: space-between;
124
+ padding: 0 36px; font-size: 40px; font-weight: 700;
125
+ }
126
+ .shop-bar .ext { display: flex; align-items: center; justify-content: center; width: 64px; height: 64px; border: 2px solid #9ec3ff; border-radius: 8px; }
127
+ .shop-bar .ext svg { width: 36px; height: 36px; fill: #9ec3ff; }
128
+
129
+ /* Shop ad card */
130
+ .shop-card {
131
+ padding: 26px 36px;
132
+ }
133
+ .shop-item {
134
+ background: #1a1a1a; border: 1px solid #2d2d2d; border-radius: 24px; padding: 26px;
135
+ display: flex; align-items: center; justify-content: space-between;
136
+ }
137
+ .shop-left { display: flex; align-items: center; gap: 24px; }
138
+ .shop-logo {
139
+ width: 80px; height: 80px; background: #E0E0E0; border: 1px solid #BDBDBD;
140
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 26px; border-radius: 50%;
141
+ }
142
+ .shop-txt .title { font-size: 40px; font-weight: 700; }
143
+ .shop-txt .sub { font-size: 34px; color: #bcbcbc; margin-top: 6px; }
144
+ .shop-txt .meta { font-size: 32px; color: #9e9e9e; margin-top: 8px; }
145
+ .ellipsis { width: 14px; height: 64px; display: flex; align-items: center; justify-content: center; }
146
+ .ellipsis svg { width: 12px; height: 48px; fill: #cfcfcf; }
147
+
148
+ /* Gesture bar */
149
+ .gesture {
150
+ position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%);
151
+ width: 420px; height: 14px; background: #cfcfcf; border-radius: 10px; opacity: 0.8;
152
+ }
153
+ </style>
154
+ </head>
155
+ <body>
156
+ <div id="render-target">
157
+ <!-- Top status bar -->
158
+ <div class="statusbar">
159
+ <div class="time">7:40</div>
160
+ <div class="status-icons">
161
+ <svg viewBox="0 0 24 24"><path d="M7 2h10v2H7zM3 7h18v2H3zM1 12h22v2H1zM5 17h14v2H5z"/></svg>
162
+ <svg viewBox="0 0 24 24"><path d="M3 6h18v12H3zM5 8v8h14V8H5z"/></svg>
163
+ <svg viewBox="0 0 24 24"><path d="M12 3a9 9 0 100 18 9 9 0 000-18zm1 5h-2v6h2V8zm-1 9a1.5 1.5 0 110-3 1.5 1.5 0 010 3z"/></svg>
164
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 5h5l-4 4 2 6-6-3-6 3 2-6-4-4h5z"/></svg>
165
+ <svg viewBox="0 0 24 24"><path d="M12 6a6 6 0 016 6h-2a4 4 0 10-4 4v2a6 6 0 010-12z"/></svg>
166
+ </div>
167
+ </div>
168
+
169
+ <!-- Video area -->
170
+ <div class="video">
171
+ <div class="img-placeholder">[IMG: Workbench video frame]</div>
172
+
173
+ <!-- Overlay top icons -->
174
+ <div class="overlay-top">
175
+ <div class="ov-icon"><svg viewBox="0 0 24 24"><path d="M10 8l5 4-5 4V8z"/></svg></div>
176
+ <div class="ov-icon"><svg viewBox="0 0 24 24"><path d="M9 6h2v12H9zm4 0h2v12h-2z"/></svg></div>
177
+ <div class="ov-icon"><svg viewBox="0 0 24 24"><path d="M4 6h14v10H4V6zm16 12H2v2h18v-2zM8 9h6v2H8v-2zm0 3h6v2H8v-2z"/></svg></div>
178
+ <div class="ov-icon"><svg viewBox="0 0 24 24"><path d="M21 7H3V5h18v2zm-3 2v10H6V9h12zm-7 2v6H8v-6h3z"/></svg></div>
179
+ <div class="ov-icon"><svg viewBox="0 0 24 24"><path d="M12 4l2.5 2.5L12 9l-2.5-2.5L12 4zm0 6l2.5 2.5L12 15l-2.5-2.5L12 10zm0 6l2.5 2.5L12 21l-2.5-2.5L12 16z"/></svg></div>
180
+ <div class="left-drop ov-icon">
181
+ <svg viewBox="0 0 24 24"><path d="M7 10l5 5 5-5H7z"/></svg>
182
+ </div>
183
+ </div>
184
+
185
+ <!-- Center controls -->
186
+ <div class="center-controls">
187
+ <div class="round">
188
+ <svg viewBox="0 0 24 24"><path d="M16 12l-6 4V8l6 4z"/></svg>
189
+ </div>
190
+ <div class="round">
191
+ <svg viewBox="0 0 24 24"><path d="M12 4a8 8 0 100 16h4v-2h-4a6 6 0 110-12h4V4h-4zm6 8l-3 3V9l3 3z"/></svg>
192
+ </div>
193
+ <div class="round">
194
+ <svg viewBox="0 0 24 24"><path d="M10 6h2v12h-2zm4 0h2v12h-2z"/></svg>
195
+ </div>
196
+ </div>
197
+
198
+ <!-- Seekbar and time -->
199
+ <div class="seekbar">
200
+ <div class="bar">
201
+ <div class="progress"></div>
202
+ <div class="dot"></div>
203
+ </div>
204
+ <div>2:06 / 16:24</div>
205
+ </div>
206
+ </div>
207
+
208
+ <!-- Title & meta -->
209
+ <div class="title-block">
210
+ <div class="video-title">How to make A Workbench | DIY WOODWORKING</div>
211
+ <div class="meta">18 lakh views • 3 yr ago • ...more</div>
212
+ </div>
213
+
214
+ <!-- Channel row -->
215
+ <div class="channel-row">
216
+ <div class="channel-info">
217
+ <div class="avatar">[IMG]</div>
218
+ <div class="chan-text">
219
+ <div class="name">DIY Creators</div>
220
+ <div class="subs">31.9 lakh</div>
221
+ </div>
222
+ </div>
223
+ <div class="chan-actions">
224
+ <div class="pill-btn">
225
+ <svg viewBox="0 0 24 24"><path d="M12 22l-1.5-1.4C5 16 2 13.3 2 9.8A5.8 5.8 0 018 4c1.7 0 3.3.8 4 2.1A4.7 4.7 0 0116 4c3.4 0 6 2.7 6 5.8 0 3.5-3 6.2-8.5 10.8L12 22z"/></svg>
226
+ <span>60K</span>
227
+ </div>
228
+ <div class="pill-btn">
229
+ <svg viewBox="0 0 24 24"><path d="M18 8l-6-6v4H5v4h7v4l6-6zM5 18h14v2H5z"/></svg>
230
+ <span>Share</span>
231
+ </div>
232
+ <div class="pill-btn">
233
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 5-3 3-3-3 3-5zm-6 15h12v2H6v-2z"/></svg>
234
+ <span>Remix</span>
235
+ </div>
236
+ <div class="pill-btn">
237
+ <svg viewBox="0 0 24 24"><path d="M12 3v10l4-4h-3V3h-2zm-7 13h14v2H5v-2z"/></svg>
238
+ <span>Download</span>
239
+ </div>
240
+ </div>
241
+ </div>
242
+
243
+ <!-- Comments card -->
244
+ <div class="comments-card">
245
+ <div class="comments-header">
246
+ <span>Comments 1.9K</span>
247
+ <svg viewBox="0 0 24 24" width="36" height="36" fill="#cfcfcf"><path d="M7 10l5 5 5-5H7z"/></svg>
248
+ </div>
249
+ <div class="comment-row">
250
+ <div class="comment-avatar">J</div>
251
+ <div class="comment-text">
252
+ Visual for "where I'm at" is very helpful. Haven't seen that very often in videos.
253
+ </div>
254
+ </div>
255
+ </div>
256
+
257
+ <!-- Ad banner image -->
258
+ <div class="ad-banner">
259
+ <div class="img-placeholder">[IMG: Fashion ad banner - two people outdoors]</div>
260
+ </div>
261
+
262
+ <!-- Shop bar -->
263
+ <div class="shop-bar">
264
+ <div>Shop</div>
265
+ <div class="ext">
266
+ <svg viewBox="0 0 24 24"><path d="M14 3h7v7h-2V6.4l-7.8 7.8-1.4-1.4L17.6 5H14V3zM5 5h7v2H7v10h10v-5h2v7H5V5z"/></svg>
267
+ </div>
268
+ </div>
269
+
270
+ <!-- Shop ad card -->
271
+ <div class="shop-card">
272
+ <div class="shop-item">
273
+ <div class="shop-left">
274
+ <div class="shop-logo">[IMG]</div>
275
+ <div class="shop-txt">
276
+ <div class="title">Lifestyle - Online Shopping Fo</div>
277
+ <div class="sub">Now Get Upto 60% + 12% Extra.</div>
278
+ <div class="meta">Ad • Installed</div>
279
+ </div>
280
+ </div>
281
+ <div class="ellipsis">
282
+ <svg viewBox="0 0 24 24"><path d="M12 5a2 2 0 110 4 2 2 0 010-4zm0 5a2 2 0 110 4 2 2 0 010-4zm0 5a2 2 0 110 4 2 2 0 010-4z"/></svg>
283
+ </div>
284
+ </div>
285
+ </div>
286
+
287
+ <!-- Gesture bar -->
288
+ <div class="gesture"></div>
289
+ </div>
290
+ </body>
291
+ </html>
code/15998/15998_1.html ADDED
@@ -0,0 +1,354 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Mobile UI Mock - YouTube</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;
15
+ color: #fff;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ height: 96px;
21
+ background: #000;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ padding: 0 32px;
26
+ font-size: 36px;
27
+ letter-spacing: 0.5px;
28
+ }
29
+ .status-right {
30
+ display: flex;
31
+ align-items: center;
32
+ gap: 28px;
33
+ opacity: 0.9;
34
+ }
35
+ .status-dot {
36
+ width: 10px; height: 10px; background: #888; border-radius: 50%;
37
+ }
38
+
39
+ /* Header */
40
+ .header {
41
+ height: 120px;
42
+ background: #000;
43
+ border-bottom: 1px solid #222;
44
+ display: flex;
45
+ align-items: center;
46
+ justify-content: space-between;
47
+ padding: 0 28px;
48
+ }
49
+ .logo-wrap {
50
+ display: flex; align-items: center; gap: 20px;
51
+ }
52
+ .logo-text { font-size: 46px; font-weight: 700; }
53
+ .header-actions { display: flex; align-items: center; gap: 30px; }
54
+ .icon-btn { width: 54px; height: 54px; display: flex; align-items: center; justify-content: center; border-radius: 28px; }
55
+ .profile {
56
+ width: 64px; height: 64px; border-radius: 50%;
57
+ background: #ff6ea8; display: flex; align-items: center; justify-content: center;
58
+ font-weight: 700; color: #fff;
59
+ }
60
+ .notif {
61
+ position: relative;
62
+ }
63
+ .notif-badge {
64
+ position: absolute; top: -6px; right: -10px;
65
+ background: #e53935; color: #fff; font-size: 24px; font-weight: 700;
66
+ border-radius: 16px; padding: 2px 10px;
67
+ border: 2px solid #000;
68
+ }
69
+
70
+ /* Chips row */
71
+ .chips {
72
+ height: 100px;
73
+ background: #0d0d0d;
74
+ display: flex; align-items: center;
75
+ padding: 0 20px;
76
+ gap: 16px;
77
+ overflow: hidden;
78
+ }
79
+ .chip {
80
+ padding: 18px 28px;
81
+ background: #2a2a2a;
82
+ border: 1px solid #3a3a3a;
83
+ border-radius: 28px;
84
+ font-size: 30px;
85
+ color: #ddd;
86
+ white-space: nowrap;
87
+ }
88
+ .chip.active {
89
+ background: #3a3a3a;
90
+ color: #fff;
91
+ border-color: #555;
92
+ }
93
+
94
+ /* Ad banner */
95
+ .ad-banner {
96
+ width: 1080px;
97
+ height: 560px;
98
+ position: relative;
99
+ background: #E0E0E0;
100
+ border: 1px solid #BDBDBD;
101
+ display: flex; align-items: center; justify-content: center;
102
+ color: #757575; font-size: 36px; font-weight: 600;
103
+ }
104
+ .duration {
105
+ position: absolute; right: 18px; top: 18px;
106
+ background: rgba(0,0,0,0.75);
107
+ color: #fff; font-size: 28px; padding: 6px 12px;
108
+ border-radius: 12px;
109
+ }
110
+
111
+ /* Ad meta */
112
+ .ad-meta {
113
+ padding: 24px 28px;
114
+ display: flex; align-items: flex-start; justify-content: space-between;
115
+ gap: 18px;
116
+ }
117
+ .brand-avatar {
118
+ width: 84px; height: 84px; border-radius: 42px; background: #E0E0E0; border: 1px solid #BDBDBD;
119
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 24px;
120
+ flex-shrink: 0;
121
+ }
122
+ .ad-text { flex: 1; }
123
+ .ad-title { font-size: 38px; font-weight: 700; margin-bottom: 10px; }
124
+ .ad-desc { font-size: 30px; color: #bdbdbd; margin-bottom: 8px; }
125
+ .ad-source { font-size: 28px; color: #bdbdbd; }
126
+ .more-btn { width: 60px; height: 60px; display:flex; align-items:center; justify-content:center; }
127
+
128
+ /* Learn more button */
129
+ .learn-more {
130
+ width: 980px; height: 110px; margin: 16px auto 26px auto;
131
+ background: #e6e6ea; color: #111;
132
+ border-radius: 55px;
133
+ display: flex; align-items: center; justify-content: center;
134
+ gap: 18px; font-size: 36px; font-weight: 700;
135
+ }
136
+ .learn-more svg { width: 34px; height: 34px; }
137
+
138
+ /* Video thumbnail */
139
+ .video-thumb {
140
+ width: 1080px; height: 620px; position: relative;
141
+ background: #E0E0E0; border: 1px solid #BDBDBD;
142
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size: 34px; font-weight:600;
143
+ }
144
+ .watermark {
145
+ position: absolute; left: 18px; bottom: 12px; color: #fff; font-size: 42px; font-weight: 800; letter-spacing: 1px;
146
+ text-shadow: 0 2px 3px rgba(0,0,0,0.5);
147
+ }
148
+
149
+ /* Next list item */
150
+ .list-item {
151
+ width: 1080px; height: 250px; display: flex; align-items: center;
152
+ padding: 18px 18px; gap: 18px; border-bottom: 1px solid #222;
153
+ }
154
+ .mini-thumb {
155
+ width: 360px; height: 200px; background: #E0E0E0; border: 1px solid #BDBDBD;
156
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 28px; font-weight:600;
157
+ }
158
+ .video-info { flex: 1; display: flex; flex-direction: column; gap: 8px; }
159
+ .video-title { font-size: 34px; font-weight: 700; color: #fff; }
160
+ .video-channel { font-size: 28px; color: #bdbdbd; }
161
+ .video-actions { display: flex; align-items: center; gap: 24px; margin-left: 10px; }
162
+
163
+ /* Gesture bar */
164
+ .gesture-bar {
165
+ position: absolute; left: 50%; transform: translateX(-50%);
166
+ bottom: 210px; width: 420px; height: 10px; background: #e6e6e6; border-radius: 6px; opacity: 0.9;
167
+ }
168
+
169
+ /* Bottom nav */
170
+ .bottom-nav {
171
+ position: absolute; bottom: 0; left: 0;
172
+ width: 1080px; height: 210px; background: #000; border-top: 1px solid #222;
173
+ display: flex; align-items: center; justify-content: space-around;
174
+ }
175
+ .nav-item { width: 170px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; color: #ddd; }
176
+ .nav-item .label { font-size: 26px; }
177
+ .nav-item .icon { width: 54px; height: 54px; }
178
+ .nav-item.center .icon {
179
+ width: 90px; height: 90px; background: #1f1f1f; border-radius: 45px; display:flex; align-items:center; justify-content:center;
180
+ border: 1px solid #333;
181
+ }
182
+ </style>
183
+ </head>
184
+ <body>
185
+ <div id="render-target">
186
+
187
+ <!-- Status Bar -->
188
+ <div class="status-bar">
189
+ <div>7:41</div>
190
+ <div class="status-right">
191
+ <!-- simple status icons -->
192
+ <svg width="34" height="34" viewBox="0 0 24 24"><rect x="3" y="3" width="18" height="14" rx="2" fill="none" stroke="#fff" stroke-width="2"/><path d="M5 19c4 0 7 3 7 3" stroke="#fff" stroke-width="2" fill="none"/><path d="M5 16c3 0 5 2 5 2" stroke="#fff" stroke-width="2" fill="none"/></svg>
193
+ <div class="status-dot"></div>
194
+ <svg width="30" height="30" viewBox="0 0 24 24"><path d="M12 2l3 3h5v14H4V5h5l3-3z" fill="none" stroke="#fff" stroke-width="2"/></svg>
195
+ <svg width="30" height="30" viewBox="0 0 24 24"><path d="M11 4l9 9" stroke="#fff" stroke-width="2"/><circle cx="7" cy="7" r="3" fill="none" stroke="#fff" stroke-width="2"/></svg>
196
+ <svg width="30" height="30" viewBox="0 0 24 24"><path d="M6 8h12M6 12h12M6 16h12" stroke="#fff" stroke-width="2"/></svg>
197
+ <svg width="30" height="30" viewBox="0 0 24 24"><path d="M20 6l-8 0" stroke="#fff" stroke-width="2"/><path d="M8 6l-4 0" stroke="#fff" stroke-width="2"/></svg>
198
+ </div>
199
+ </div>
200
+
201
+ <!-- Header -->
202
+ <div class="header">
203
+ <div class="logo-wrap">
204
+ <svg width="72" height="50" viewBox="0 0 48 32" aria-hidden="true">
205
+ <rect x="0" y="0" width="48" height="32" rx="6" fill="#ff0000"></rect>
206
+ <polygon points="19,8 34,16 19,24" fill="#fff"></polygon>
207
+ </svg>
208
+ <div class="logo-text">YouTube</div>
209
+ </div>
210
+ <div class="header-actions">
211
+ <div class="icon-btn" title="Cast">
212
+ <svg width="42" height="42" viewBox="0 0 24 24">
213
+ <rect x="3" y="5" width="18" height="14" rx="2" fill="none" stroke="#fff" stroke-width="2"/>
214
+ <path d="M3 19c2 0 4 2 4 2" stroke="#fff" stroke-width="2" fill="none"/>
215
+ <path d="M3 16c3 0 6 3 6 3" stroke="#fff" stroke-width="2" fill="none"/>
216
+ </svg>
217
+ </div>
218
+ <div class="icon-btn notif" title="Notifications">
219
+ <svg width="42" height="42" viewBox="0 0 24 24">
220
+ <path d="M12 22a2 2 0 0 0 2-2H10a2 2 0 0 0 2 2z" fill="#fff"/>
221
+ <path d="M18 16H6V10a6 6 0 0 1 12 0v6z" fill="none" stroke="#fff" stroke-width="2"/>
222
+ </svg>
223
+ <div class="notif-badge">9+</div>
224
+ </div>
225
+ <div class="icon-btn" title="Search">
226
+ <svg width="42" height="42" viewBox="0 0 24 24">
227
+ <circle cx="11" cy="11" r="6" fill="none" stroke="#fff" stroke-width="2"/>
228
+ <path d="M20 20l-4.5-4.5" stroke="#fff" stroke-width="2"/>
229
+ </svg>
230
+ </div>
231
+ <div class="profile">C</div>
232
+ </div>
233
+ </div>
234
+
235
+ <!-- Filter Chips -->
236
+ <div class="chips">
237
+ <div class="chip" title="Explore">
238
+ <svg width="28" height="28" viewBox="0 0 24 24" style="margin-right:8px; vertical-align:middle;">
239
+ <circle cx="12" cy="12" r="10" fill="none" stroke="#fff" stroke-width="2"/>
240
+ <path d="M9 9l6-2-2 6-6 2 2-6z" fill="#fff"/>
241
+ </svg>
242
+ </div>
243
+ <div class="chip active">All</div>
244
+ <div class="chip">Music</div>
245
+ <div class="chip">Justin Bieber</div>
246
+ <div class="chip">Arijit Singh</div>
247
+ </div>
248
+
249
+ <!-- Ad Banner -->
250
+ <div class="ad-banner">
251
+ [IMG: Smartphone Ad Banner]
252
+ <div class="duration">0:31</div>
253
+ </div>
254
+
255
+ <!-- Ad Meta -->
256
+ <div class="ad-meta">
257
+ <div class="brand-avatar">[IMG: Brand Logo]</div>
258
+ <div class="ad-text">
259
+ <div class="ad-title">Motorola Edge 40 Neo</div>
260
+ <div class="ad-desc">World's Lightest IP68 rated 5G Phone - starting @ ₹20,999*</div>
261
+ <div class="ad-source">Ad · Motorola India</div>
262
+ </div>
263
+ <div class="more-btn">
264
+ <svg width="36" height="36" viewBox="0 0 24 24">
265
+ <circle cx="12" cy="5" r="2" fill="#bbb"/>
266
+ <circle cx="12" cy="12" r="2" fill="#bbb"/>
267
+ <circle cx="12" cy="19" r="2" fill="#bbb"/>
268
+ </svg>
269
+ </div>
270
+ </div>
271
+
272
+ <!-- Learn More Button -->
273
+ <div class="learn-more">
274
+ Learn More
275
+ <svg viewBox="0 0 24 24">
276
+ <path d="M14 3h7v7" fill="none" stroke="#111" stroke-width="2"/>
277
+ <path d="M21 3l-10 10" stroke="#111" stroke-width="2"/>
278
+ <rect x="3" y="7" width="10" height="12" rx="2" fill="none" stroke="#111" stroke-width="2"/>
279
+ </svg>
280
+ </div>
281
+
282
+ <!-- Video Thumbnail -->
283
+ <div class="video-thumb">
284
+ [IMG: Music Video Thumbnail]
285
+ <div class="duration" style="top: 18px;">3:26</div>
286
+ <div class="watermark">vevo</div>
287
+ </div>
288
+
289
+ <!-- Next list item -->
290
+ <div class="list-item">
291
+ <div class="mini-thumb">[IMG: Workbench Project]</div>
292
+ <div class="video-info">
293
+ <div class="video-title">How to make A Workbench | D..</div>
294
+ <div class="video-channel">DIY Creators</div>
295
+ </div>
296
+ <div class="video-actions">
297
+ <div class="icon-btn" title="Play">
298
+ <svg width="50" height="50" viewBox="0 0 24 24">
299
+ <circle cx="12" cy="12" r="10" fill="none" stroke="#fff" stroke-width="2"/>
300
+ <polygon points="10,8 17,12 10,16" fill="#fff"/>
301
+ </svg>
302
+ </div>
303
+ <div class="icon-btn" title="Dismiss">
304
+ <svg width="46" height="46" viewBox="0 0 24 24">
305
+ <path d="M5 5l14 14M19 5L5 19" stroke="#bbb" stroke-width="2"/>
306
+ </svg>
307
+ </div>
308
+ </div>
309
+ </div>
310
+
311
+ <!-- Gesture bar -->
312
+ <div class="gesture-bar"></div>
313
+
314
+ <!-- Bottom Navigation -->
315
+ <div class="bottom-nav">
316
+ <div class="nav-item">
317
+ <svg class="icon" viewBox="0 0 24 24">
318
+ <path d="M3 11l9-7 9 7v8h-6v-5H9v5H3z" fill="#fff"/>
319
+ </svg>
320
+ <div class="label">Home</div>
321
+ </div>
322
+ <div class="nav-item">
323
+ <svg class="icon" viewBox="0 0 24 24">
324
+ <path d="M7 4l10 6-10 6 3-6-3-6z" fill="#fff"/>
325
+ </svg>
326
+ <div class="label">Shorts</div>
327
+ </div>
328
+ <div class="nav-item center">
329
+ <div class="icon">
330
+ <svg width="44" height="44" viewBox="0 0 24 24">
331
+ <path d="M12 5v14M5 12h14" stroke="#fff" stroke-width="2"/>
332
+ </svg>
333
+ </div>
334
+ <div class="label">Create</div>
335
+ </div>
336
+ <div class="nav-item">
337
+ <svg class="icon" viewBox="0 0 24 24">
338
+ <rect x="4" y="6" width="16" height="12" rx="2" fill="none" stroke="#fff" stroke-width="2"/>
339
+ <polygon points="10,10 16,12 10,14" fill="#fff"/>
340
+ </svg>
341
+ <div class="label">Subscriptions</div>
342
+ </div>
343
+ <div class="nav-item">
344
+ <svg class="icon" viewBox="0 0 24 24">
345
+ <rect x="5" y="4" width="14" height="16" rx="2" fill="none" stroke="#fff" stroke-width="2"/>
346
+ <path d="M7 8h10M7 12h10M7 16h10" stroke="#fff" stroke-width="2"/>
347
+ </svg>
348
+ <div class="label">Library</div>
349
+ </div>
350
+ </div>
351
+
352
+ </div>
353
+ </body>
354
+ </html>
code/15998/15998_2.html ADDED
@@ -0,0 +1,385 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>YouTube Library Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ position: relative;
11
+ overflow: hidden;
12
+ width: 1080px;
13
+ height: 2400px;
14
+ background: #121212;
15
+ color: #fff;
16
+ }
17
+
18
+ /* Common */
19
+ .row { display: flex; align-items: center; }
20
+ .space-between { display: flex; align-items: center; justify-content: space-between; }
21
+ .divider { height: 1px; background: #1f1f1f; margin: 24px 0; }
22
+ .section { padding: 0 36px; }
23
+ .muted { color: #b3b3b3; }
24
+ .link { color: #3EA6FF; font-weight: 600; }
25
+ .kebab { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; }
26
+ .kebab svg { fill: #b3b3b3; }
27
+ .badge {
28
+ background: #ff0033; color: #fff; font-size: 24px; line-height: 24px;
29
+ border-radius: 20px; padding: 2px 10px; position: absolute; top: -8px; right: -8px;
30
+ border: 2px solid #121212;
31
+ }
32
+
33
+ /* Status bar */
34
+ .status-bar {
35
+ position: absolute; top: 0; left: 0; width: 100%; height: 90px; padding: 0 24px;
36
+ display: flex; align-items: center; justify-content: space-between; color: #fff; font-weight: 600;
37
+ }
38
+ .status-icons { display: flex; gap: 20px; align-items: center; }
39
+ .status-dot { width: 10px; height: 10px; background: #bdbdbd; border-radius: 50%; }
40
+
41
+ /* App bar */
42
+ .app-bar {
43
+ position: absolute; top: 90px; left: 0; width: 100%; height: 120px; padding: 0 30px;
44
+ display: flex; align-items: center; justify-content: space-between;
45
+ }
46
+ .yt-brand { display: flex; align-items: center; gap: 20px; }
47
+ .yt-logo {
48
+ width: 80px; height: 54px; background: #ff0000; border-radius: 12px; position: relative;
49
+ }
50
+ .yt-logo svg { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
51
+ .yt-title { font-size: 44px; font-weight: 800; letter-spacing: 0.5px; }
52
+ .app-actions { display: flex; align-items: center; gap: 26px; position: relative; }
53
+ .icon-btn { width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; border-radius: 50%; }
54
+ .avatar {
55
+ width: 64px; height: 64px; background: #db67a5; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700;
56
+ }
57
+
58
+ /* Section header */
59
+ .section-header { margin-top: 250px; } /* initial anchor for the first section */
60
+ .header-row { display: flex; align-items: center; justify-content: space-between; }
61
+ .header-left { display: flex; align-items: center; gap: 20px; }
62
+ .header-title { font-size: 42px; font-weight: 700; }
63
+
64
+ /* Horizontal video cards */
65
+ .video-list { margin-top: 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
66
+ .video-card { width: 318px; }
67
+ .thumb {
68
+ width: 318px; height: 186px; border-radius: 18px; overflow: hidden; position: relative;
69
+ background: #E0E0E0; border: 1px solid #BDBDBD; display: flex; align-items: center; justify-content: center; color: #757575; font-weight: 600;
70
+ }
71
+ .duration {
72
+ position: absolute; right: 10px; bottom: 10px; background: rgba(0,0,0,0.75);
73
+ color: #fff; font-size: 26px; border-radius: 8px; padding: 6px 12px;
74
+ }
75
+ .video-info { display: flex; align-items: flex-start; margin-top: 14px; }
76
+ .video-title { font-size: 32px; line-height: 40px; max-width: 260px; }
77
+ .channel { font-size: 26px; color: #9e9e9e; margin-top: 6px; }
78
+
79
+ /* Playlists */
80
+ .playlist-grid { margin-top: 26px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
81
+ .pl-card { width: 318px; }
82
+ .pl-thumb {
83
+ width: 318px; height: 186px; border-radius: 18px; background: #1d1d1d; border: 1px solid #2a2a2a; position: relative;
84
+ display: flex; align-items: center; justify-content: center; color: #b3b3b3;
85
+ }
86
+ .pl-count { position: absolute; bottom: 0; left: 0; width: 100%; height: 46px; background: #0d0d0d; border-top: 1px solid #2a2a2a; display: flex; align-items: center; justify-content: center; gap: 10px; color: #b3b3b3; }
87
+ .pl-title-row { display: flex; align-items: center; justify-content: space-between; margin-top: 14px; }
88
+ .pl-title { font-size: 30px; }
89
+ .pl-sub { font-size: 26px; color: #9e9e9e; margin-top: 6px; }
90
+
91
+ /* Settings list items */
92
+ .list-block { padding: 30px 36px; }
93
+ .menu-item { display: flex; align-items: center; justify-content: space-between; padding: 20px 0; }
94
+ .menu-left { display: flex; align-items: center; gap: 24px; }
95
+ .menu-text { font-size: 36px; }
96
+ .menu-sub { font-size: 28px; color: #9e9e9e; margin-top: 6px; }
97
+
98
+ /* Mini player */
99
+ .mini-player {
100
+ position: absolute; bottom: 180px; left: 0; width: 100%; padding: 0 30px; height: 160px;
101
+ display: flex; align-items: center; gap: 24px;
102
+ }
103
+ .mini-thumb {
104
+ width: 260px; height: 146px; border-radius: 12px; background: #E0E0E0; border: 1px solid #BDBDBD; display: flex; align-items: center; justify-content: center; color: #757575; font-weight: 600;
105
+ }
106
+ .mini-info { flex: 1; }
107
+ .mini-title { font-size: 34px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 600px; }
108
+ .mini-channel { font-size: 26px; color: #9e9e9e; margin-top: 6px; }
109
+ .mini-actions { display: flex; gap: 26px; align-items: center; }
110
+
111
+ /* Bottom nav */
112
+ .bottom-nav {
113
+ position: absolute; bottom: 0; left: 0; width: 100%; height: 180px; background: #121212; border-top: 1px solid #1f1f1f;
114
+ display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; text-align: center;
115
+ }
116
+ .nav-item { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; color: #e7e7e7; font-size: 26px; }
117
+ .nav-center { transform: translateY(-12px); }
118
+ .pill { position: absolute; bottom: 138px; left: 50%; transform: translateX(-50%); width: 320px; height: 12px; background: #e7e7e7; border-radius: 20px; opacity: 0.85; }
119
+
120
+ /* Small utilities */
121
+ .view-all { font-size: 30px; }
122
+ .section-pad-top { padding-top: 320px; }
123
+ </style>
124
+ </head>
125
+ <body>
126
+ <div id="render-target">
127
+
128
+ <!-- Status bar -->
129
+ <div class="status-bar">
130
+ <div class="row" style="gap:14px;">
131
+ <div style="font-size:36px;">7:41</div>
132
+ <div class="status-dot"></div>
133
+ </div>
134
+ <div class="status-icons">
135
+ <!-- simple placeholders for status icons -->
136
+ <svg width="36" height="36" viewBox="0 0 24 24"><path fill="#fff" d="M3 11h18v2H3z"/></svg>
137
+ <svg width="36" height="36" viewBox="0 0 24 24"><path fill="#fff" d="M12 4l8 8-8 8-8-8z"/></svg>
138
+ <svg width="36" height="36" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" fill="none" stroke="#fff" stroke-width="2"/></svg>
139
+ <svg width="36" height="36" viewBox="0 0 24 24"><path fill="#fff" d="M6 18h12v2H6zM8 6h8l1 9H7z"/></svg>
140
+ <svg width="36" height="36" viewBox="0 0 24 24"><path fill="#fff" d="M18 7v10l-8-5z"/></svg>
141
+ <svg width="36" height="36" viewBox="0 0 24 24"><path fill="#fff" d="M20 6h-3V4h-2v2H9V4H7v2H4v2h16zM5 9v10h14V9H5z"/></svg>
142
+ </div>
143
+ </div>
144
+
145
+ <!-- App bar -->
146
+ <div class="app-bar">
147
+ <div class="yt-brand">
148
+ <div class="yt-logo">
149
+ <svg width="40" height="28" viewBox="0 0 40 28">
150
+ <path fill="#fff" d="M14 6l16 8-16 8z"/>
151
+ </svg>
152
+ </div>
153
+ <div class="yt-title">YouTube</div>
154
+ </div>
155
+ <div class="app-actions">
156
+ <div class="icon-btn" style="position: relative;">
157
+ <!-- Cast icon -->
158
+ <svg width="44" height="44" viewBox="0 0 24 24"><path fill="#fff" d="M3 5h18v12h-6v2h8V3H1v4h2zM2 14a6 6 0 0 1 6 6h-2a4 4 0 0 0-4-4v-2zm0-4a10 10 0 0 1 10 10h-2A8 8 0 0 0 2 12V10z"/></svg>
159
+ </div>
160
+ <div class="icon-btn" style="position: relative;">
161
+ <!-- Bell with badge -->
162
+ <svg width="44" height="44" viewBox="0 0 24 24"><path fill="#fff" d="M12 22a2 2 0 0 0 2-2H10a2 2 0 0 0 2 2zm6-6V11a6 6 0 1 0-12 0v5l-2 2v1h16v-1l-2-2z"/></svg>
163
+ <span class="badge">9+</span>
164
+ </div>
165
+ <div class="icon-btn">
166
+ <!-- Search -->
167
+ <svg width="44" height="44" viewBox="0 0 24 24"><path fill="#fff" d="M15.5 14h-.8l-.3-.3a6.5 6.5 0 1 0-1.4 1.4l.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"/></svg>
168
+ </div>
169
+ <div class="avatar">C</div>
170
+ </div>
171
+ </div>
172
+
173
+ <!-- History Section -->
174
+ <div class="section section-header">
175
+ <div class="header-row">
176
+ <div class="header-left">
177
+ <svg width="46" height="46" viewBox="0 0 24 24"><path fill="#fff" d="M12 8v5l4 2 .8-1.8-2.8-1.2V8h-2zm0-6A10 10 0 1 0 22 12h-2A8 8 0 1 1 12 4V2z"/></svg>
178
+ <div class="header-title">History</div>
179
+ </div>
180
+ <div class="link view-all">View all</div>
181
+ </div>
182
+
183
+ <div class="video-list">
184
+ <!-- Card 1 -->
185
+ <div class="video-card">
186
+ <div class="thumb">
187
+ [IMG: Music Video Thumbnail]
188
+ <div class="duration">3:26</div>
189
+ </div>
190
+ <div class="video-info">
191
+ <div style="flex:1;">
192
+ <div class="video-title">Justin Bieber - Sorry (PURPOSE: The Movement)</div>
193
+ <div class="channel">Justin Bieber</div>
194
+ </div>
195
+ <div class="kebab">
196
+ <svg width="24" height="24" viewBox="0 0 24 24"><path d="M12 5a2 2 0 1 1 0 4 2 2 0 0 1 0-4zm0 5a2 2 0 1 1 0 4 2 2 0 0 1 0-4zm0 5a2 2 0 1 1 0 4 2 2 0 0 1 0-4z"/></svg>
197
+ </div>
198
+ </div>
199
+ </div>
200
+ <!-- Card 2 -->
201
+ <div class="video-card">
202
+ <div class="thumb">
203
+ [IMG: Workbench DIY Thumbnail]
204
+ <div class="duration">16:25</div>
205
+ </div>
206
+ <div class="video-info">
207
+ <div style="flex:1;">
208
+ <div class="video-title">How to make A Workbench | DIY Workbench with Tool Storage</div>
209
+ <div class="channel">DIY Creators</div>
210
+ </div>
211
+ <div class="kebab">
212
+ <svg width="24" height="24" viewBox="0 0 24 24"><path d="M12 5a2 2 0 1 1 0 4 2 2 0 0 1 0-4zm0 5a2 2 0 1 1 0 4 2 2 0 0 1 0-4zm0 5a2 2 0 1 1 0 4 2 2 0 0 1 0-4z"/></svg>
213
+ </div>
214
+ </div>
215
+ </div>
216
+ <!-- Card 3 -->
217
+ <div class="video-card">
218
+ <div class="thumb">
219
+ [IMG: Movie Trailer Thumbnail]
220
+ <div class="duration">14:12</div>
221
+ </div>
222
+ <div class="video-info">
223
+ <div style="flex:1;">
224
+ <div class="video-title">Naa Saami Ranga - First Look & Trailer</div>
225
+ <div class="channel">Srinivasa Silver Screen</div>
226
+ </div>
227
+ <div class="kebab">
228
+ <svg width="24" height="24" viewBox="0 0 24 24"><path d="M12 5a2 2 0 1 1 0 4 2 2 0 0 1 0-4zm0 5a2 2 0 1 1 0 4 2 2 0 0 1 0-4zm0 5a2 2 0 1 1 0 4 2 2 0 0 1 0-4z"/></svg>
229
+ </div>
230
+ </div>
231
+ </div>
232
+ </div>
233
+ </div>
234
+
235
+ <div class="divider"></div>
236
+
237
+ <!-- Playlists Section -->
238
+ <div class="section">
239
+ <div class="header-row">
240
+ <div class="header-left">
241
+ <svg width="46" height="46" viewBox="0 0 24 24"><path fill="#fff" d="M3 5h18v2H3zm0 6h12v2H3zm0 6h18v2H3z"/></svg>
242
+ <div class="header-title">Playlists</div>
243
+ </div>
244
+ <div class="link view-all">View all</div>
245
+ </div>
246
+
247
+ <div class="playlist-grid">
248
+ <!-- Playlist 1 -->
249
+ <div class="pl-card">
250
+ <div class="pl-thumb">
251
+ <div>[Playlist Cover]</div>
252
+ <div class="pl-count">
253
+ <svg width="24" height="24" viewBox="0 0 24 24"><path fill="#b3b3b3" d="M13 3a9 9 0 1 0 0 18 9 9 0 0 0 0-18zm1 10H12V7h2v6z"/></svg>
254
+ <span>0</span>
255
+ </div>
256
+ </div>
257
+ <div class="pl-title-row">
258
+ <div>
259
+ <div class="pl-title">Watch Later</div>
260
+ <div class="pl-sub">Private</div>
261
+ </div>
262
+ <div class="kebab">
263
+ <svg width="24" height="24" viewBox="0 0 24 24"><path d="M12 5a2 2 0 1 1 0 4 2 2 0 0 1 0-4zm0 5a2 2 0 1 1 0 4 2 2 0 0 1 0-4zm0 5a2 2 0 1 1 0 4 2 2 0 0 1 0-4z"/></svg>
264
+ </div>
265
+ </div>
266
+ </div>
267
+ <!-- Playlist 2 -->
268
+ <div class="pl-card">
269
+ <div class="pl-thumb">
270
+ <div>[Playlist Cover]</div>
271
+ <div class="pl-count">
272
+ <svg width="24" height="24" viewBox="0 0 24 24"><path fill="#b3b3b3" d="M13 3a9 9 0 1 0 0 18 9 9 0 0 0 0-18zm1 10H12V7h2v6z"/></svg>
273
+ <span>0</span>
274
+ </div>
275
+ </div>
276
+ <div class="pl-title-row">
277
+ <div>
278
+ <div class="pl-title">DIY Videos</div>
279
+ <div class="pl-sub">&nbsp;</div>
280
+ </div>
281
+ <div class="kebab">
282
+ <svg width="24" height="24" viewBox="0 0 24 24"><path d="M12 5a2 2 0 1 1 0 4 2 2 0 0 1 0-4zm0 5a2 2 0 1 1 0 4 2 2 0 0 1 0-4zm0 5a2 2 0 1 1 0 4 2 2 0 0 1 0-4z"/></svg>
283
+ </div>
284
+ </div>
285
+ </div>
286
+ <!-- Playlist 3 -->
287
+ <div class="pl-card">
288
+ <div class="pl-thumb">
289
+ <div>[Playlist Cover]</div>
290
+ <div class="pl-count">
291
+ <svg width="24" height="24" viewBox="0 0 24 24"><path fill="#b3b3b3" d="M13 3a9 9 0 1 0 0 18 9 9 0 0 0 0-18zm1 10H12V7h2v6z"/></svg>
292
+ <span>0</span>
293
+ </div>
294
+ </div>
295
+ <div class="pl-title-row">
296
+ <div>
297
+ <div class="pl-title">Ab</div>
298
+ <div class="pl-sub">&nbsp;</div>
299
+ </div>
300
+ <div class="kebab">
301
+ <svg width="24" height="24" viewBox="0 0 24 24"><path d="M12 5a2 2 0 1 1 0 4 2 2 0 0 1 0-4zm0 5a2 2 0 1 1 0 4 2 2 0 0 1 0-4zm0 5a2 2 0 1 1 0 4 2 2 0 0 1 0-4z"/></svg>
302
+ </div>
303
+ </div>
304
+ </div>
305
+ </div>
306
+ </div>
307
+
308
+ <div class="divider"></div>
309
+
310
+ <!-- Your videos / Downloads / Your movies -->
311
+ <div class="list-block">
312
+ <div class="menu-item">
313
+ <div class="menu-left">
314
+ <svg width="52" height="52" viewBox="0 0 24 24"><path fill="#fff" d="M4 4h16v12H4zM4 18h8v2H4z"/></svg>
315
+ <div>
316
+ <div class="menu-text">Your videos</div>
317
+ </div>
318
+ </div>
319
+ </div>
320
+ <div class="menu-item">
321
+ <div class="menu-left">
322
+ <svg width="52" height="52" viewBox="0 0 24 24"><path fill="#fff" d="M5 20h14v-2H5v2zm7-16l-5 6h3v4h4v-4h3l-5-6z"/></svg>
323
+ <div>
324
+ <div class="menu-text">Downloads</div>
325
+ <div class="menu-sub">20 recommendations</div>
326
+ </div>
327
+ </div>
328
+ </div>
329
+ <div class="menu-item">
330
+ <div class="menu-left">
331
+ <svg width="52" height="52" viewBox="0 0 24 24"><path fill="#fff" d="M4 4h16v16H4zM8 8h8v8H8z"/></svg>
332
+ <div>
333
+ <div class="menu-text">Your movies</div>
334
+ </div>
335
+ </div>
336
+ </div>
337
+ </div>
338
+
339
+ <!-- Mini player -->
340
+ <div class="mini-player">
341
+ <div class="mini-thumb">[IMG: Workbench DIY Thumbnail]</div>
342
+ <div class="mini-info">
343
+ <div class="mini-title">How to make A Workbench | DIY Workbench with Tool Storage</div>
344
+ <div class="mini-channel">DIY Creators</div>
345
+ </div>
346
+ <div class="mini-actions">
347
+ <div class="icon-btn">
348
+ <svg width="52" height="52" viewBox="0 0 24 24"><path fill="#fff" d="M8 5v14l11-7z"/></svg>
349
+ </div>
350
+ <div class="icon-btn">
351
+ <svg width="52" height="52" viewBox="0 0 24 24"><path fill="#fff" d="M18.3 5.7L12 12l6.3 6.3-1.4 1.4L10.6 13.4 4.3 19.7 2.9 18.3 9.2 12 2.9 5.7 4.3 4.3 10.6 10.6 16.9 4.3z"/></svg>
352
+ </div>
353
+ </div>
354
+ </div>
355
+
356
+ <!-- Bottom pill (gesture) -->
357
+ <div class="pill"></div>
358
+
359
+ <!-- Bottom Navigation -->
360
+ <div class="bottom-nav">
361
+ <div class="nav-item">
362
+ <svg width="56" height="56" viewBox="0 0 24 24"><path fill="#e7e7e7" d="M12 3l9 8h-3v9h-4v-6H10v6H6v-9H3z"/></svg>
363
+ <div>Home</div>
364
+ </div>
365
+ <div class="nav-item">
366
+ <svg width="56" height="56" viewBox="0 0 24 24"><path fill="#e7e7e7" d="M7 3l5 6-3 5 8 7-3-7 3-5-10-6z"/></svg>
367
+ <div>Shorts</div>
368
+ </div>
369
+ <div class="nav-item nav-center">
370
+ <svg width="72" height="72" viewBox="0 0 24 24"><circle cx="12" cy="12" r="11" fill="#2a2a2a"/><path fill="#e7e7e7" d="M11 5h2v6h6v2h-6v6h-2v-6H5v-2h6z"/></svg>
371
+ <div>&nbsp;</div>
372
+ </div>
373
+ <div class="nav-item">
374
+ <svg width="56" height="56" viewBox="0 0 24 24"><path fill="#e7e7e7" d="M3 5h18v12H3zM5 7v8l7-4z"/></svg>
375
+ <div>Subscriptions</div>
376
+ </div>
377
+ <div class="nav-item">
378
+ <svg width="56" height="56" viewBox="0 0 24 24"><path fill="#e7e7e7" d="M4 4h16v16H4zM7 7h10v10H7z"/></svg>
379
+ <div>Library</div>
380
+ </div>
381
+ </div>
382
+
383
+ </div>
384
+ </body>
385
+ </html>
code/15998/15998_3.html ADDED
@@ -0,0 +1,313 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>YouTube - Library</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: #0f0f0f;
15
+ color: #fff;
16
+ font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
17
+ }
18
+ .status-bar {
19
+ height: 90px;
20
+ padding: 0 36px;
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ color: #fff;
25
+ font-size: 40px;
26
+ }
27
+ .status-icons { display: flex; align-items: center; gap: 24px; }
28
+ .yt-header {
29
+ height: 120px;
30
+ padding: 0 36px;
31
+ display: flex;
32
+ align-items: center;
33
+ justify-content: space-between;
34
+ }
35
+ .yt-brand { display: flex; align-items: center; gap: 18px; font-weight: 600; font-size: 44px; }
36
+ .yt-actions { display: flex; align-items: center; gap: 38px; }
37
+ .icon-btn { width: 54px; height: 54px; display: inline-flex; align-items: center; justify-content: center; }
38
+ .avatar {
39
+ width: 64px; height: 64px; border-radius: 50%;
40
+ background: #ff8ab5; display: flex; align-items: center; justify-content: center;
41
+ font-weight: 700; color: #1c1c1c;
42
+ }
43
+
44
+ .section {
45
+ padding: 0 24px;
46
+ }
47
+ .section-header {
48
+ display: flex; align-items: center; justify-content: space-between;
49
+ padding: 18px 12px; margin-top: 6px;
50
+ }
51
+ .section-title { display: flex; align-items: center; gap: 20px; font-size: 40px; font-weight: 600; }
52
+ .section-link { color: #7aa5ff; font-size: 34px; }
53
+ .hr { height: 1px; background: #242424; margin: 24px 0; }
54
+
55
+ /* Cards row */
56
+ .card-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; padding: 0 12px; }
57
+ .video-card { background: transparent; }
58
+ .thumb {
59
+ width: 100%; height: 270px; border-radius: 18px; overflow: hidden;
60
+ display: flex; align-items: center; justify-content: center;
61
+ background: #E0E0E0; border: 1px solid #BDBDBD; color: #757575; font-size: 34px;
62
+ position: relative;
63
+ }
64
+ .duration {
65
+ position: absolute; right: 12px; bottom: 12px;
66
+ background: rgba(0,0,0,0.8); padding: 6px 10px; border-radius: 8px; font-size: 28px;
67
+ }
68
+ .card-title { font-size: 34px; margin-top: 16px; line-height: 1.25; }
69
+ .card-meta { font-size: 30px; color: #9e9e9e; margin-top: 6px; display: flex; align-items: center; justify-content: space-between; }
70
+ .more-btn { width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; }
71
+
72
+ /* Playlists grid */
73
+ .playlist-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; padding: 6px 12px 0; }
74
+ .playlist-card .thumb { height: 230px; border-radius: 16px; }
75
+ .playlist-overlay {
76
+ position: absolute; left: 0; right: 0; bottom: 0;
77
+ height: 56px; background: rgba(0,0,0,0.6);
78
+ display: flex; align-items: center; justify-content: center; font-size: 30px;
79
+ }
80
+ .playlist-title { font-size: 34px; margin-top: 14px; }
81
+ .playlist-sub { font-size: 28px; color: #9e9e9e; }
82
+ /* List options */
83
+ .list { padding: 24px 12px; display: flex; flex-direction: column; gap: 28px; }
84
+ .list-item { display: flex; align-items: center; gap: 24px; padding: 22px 0; }
85
+ .list-icon { width: 64px; height: 64px; display: inline-flex; align-items: center; justify-content: center; }
86
+ .list-text { display: flex; flex-direction: column; }
87
+ .list-title { font-size: 40px; }
88
+ .list-sub { font-size: 30px; color: #9e9e9e; }
89
+
90
+ /* Mini player */
91
+ .miniplayer {
92
+ position: absolute; left: 0; right: 0; bottom: 208px;
93
+ height: 160px; background: #141414; border-top: 1px solid #242424;
94
+ display: flex; align-items: center; padding: 0 24px; gap: 24px;
95
+ }
96
+ .mini-thumb { width: 250px; height: 140px; border-radius: 12px; background: #E0E0E0; border: 1px solid #BDBDBD; color: #757575; display: flex; align-items: center; justify-content: center; position: relative; }
97
+ .mini-content { flex: 1; display: flex; flex-direction: column; }
98
+ .mini-title { font-size: 36px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
99
+ .mini-meta { font-size: 30px; color: #9e9e9e; }
100
+ .mini-actions { display: flex; align-items: center; gap: 18px; }
101
+
102
+ /* Bottom nav */
103
+ .bottom-nav {
104
+ position: absolute; left: 0; right: 0; bottom: 64px; height: 144px;
105
+ background: #0f0f0f; border-top: 1px solid #242424;
106
+ display: grid; grid-template-columns: repeat(5, 1fr); align-items: center;
107
+ padding: 0 24px;
108
+ }
109
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 12px; color: #dcdcdc; font-size: 28px; }
110
+ .nav-item .icon-btn { width: 58px; height: 58px; }
111
+ .nav-item.active { color: #fff; }
112
+ .nav-add { width: 90px; height: 90px; border-radius: 50%; background: #1f1f1f; border: 1px solid #2a2a2a; display: flex; align-items: center; justify-content: center; }
113
+ /* Home indicator */
114
+ .home-indicator {
115
+ position: absolute; left: 50%; transform: translateX(-50%);
116
+ bottom: 20px; width: 360px; height: 12px; border-radius: 8px; background: #e6e6e6; opacity: 0.8;
117
+ }
118
+ /* Utility */
119
+ .muted { color: #9e9e9e; }
120
+ </style>
121
+ </head>
122
+ <body>
123
+ <div id="render-target">
124
+
125
+ <!-- Status bar -->
126
+ <div class="status-bar">
127
+ <div>7:42</div>
128
+ <div class="status-icons">
129
+ <!-- simple status glyphs -->
130
+ <svg width="32" height="32" viewBox="0 0 24 24" fill="#fff"><circle cx="3" cy="12" r="2"/><circle cx="10" cy="12" r="2"/><circle cx="17" cy="12" r="2"/></svg>
131
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#fff"><path d="M3 8h14v8H3zM18 10l3 2-3 2" /></svg>
132
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#fff"><path d="M3 3h18v2H3zm0 6h18v2H3zm0 6h12v2H3z"/></svg>
133
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#fff"><circle cx="17" cy="5" r="2"/><path d="M21 7v10a2 2 0 0 1-2 2H5l4-4h10V7z"/></svg>
134
+ </div>
135
+ </div>
136
+
137
+ <!-- YouTube header -->
138
+ <div class="yt-header">
139
+ <div class="yt-brand">
140
+ <svg width="72" height="48" viewBox="0 0 24 24">
141
+ <rect x="1" y="3" width="22" height="18" rx="4" fill="#ff0000"></rect>
142
+ <polygon points="10,7 17,12 10,17" fill="#fff"></polygon>
143
+ </svg>
144
+ <div>YouTube</div>
145
+ </div>
146
+ <div class="yt-actions">
147
+ <div class="icon-btn">
148
+ <!-- Cast -->
149
+ <svg width="54" height="54" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
150
+ <rect x="3" y="5" width="18" height="12" rx="2" />
151
+ <path d="M3 17c3 0 5 2 6 4" />
152
+ <path d="M3 13c2 0 3 2 4 4" />
153
+ <path d="M3 9c1 0 2 1 3 2" />
154
+ </svg>
155
+ </div>
156
+ <div class="icon-btn" style="position: relative;">
157
+ <!-- Bell -->
158
+ <svg width="54" height="54" viewBox="0 0 24 24" fill="#fff">
159
+ <path d="M12 2c-2 0-4 2-4 4v2c-2 1-3 3-3 5v4h14v-4c0-2-1-4-3-5V6c0-2-2-4-4-4zM9 19c0 2 3 2 3 0h-3z"/>
160
+ </svg>
161
+ <div style="position:absolute; right:-2px; top:-2px; background:#ff3b30; color:#fff; font-size:26px; border-radius:16px; padding:2px 10px;">9+</div>
162
+ </div>
163
+ <div class="icon-btn">
164
+ <!-- Search -->
165
+ <svg width="54" height="54" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
166
+ <circle cx="11" cy="11" r="6"></circle>
167
+ <path d="M20 20l-4-4"></path>
168
+ </svg>
169
+ </div>
170
+ <div class="avatar">C</div>
171
+ </div>
172
+ </div>
173
+
174
+ <!-- History section -->
175
+ <div class="section">
176
+ <div class="section-header">
177
+ <div class="section-title">
178
+ <svg width="46" height="46" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
179
+ <circle cx="12" cy="12" r="8"></circle>
180
+ <path d="M12 8v5l3 2"></path>
181
+ </svg>
182
+ <div>History</div>
183
+ </div>
184
+ <div class="section-link">View all</div>
185
+ </div>
186
+
187
+ <div class="card-row">
188
+ <!-- Card 1 -->
189
+ <div class="video-card">
190
+ <div class="thumb">
191
+ <div>[IMG: Music video thumbnail]</div>
192
+ <div class="duration">3:26</div>
193
+ </div>
194
+ <div class="card-title">Justin Bieber - Sorry (PURPOSE : The M...)</div>
195
+ <div class="card-meta">
196
+ <span>Justin Bieber</span>
197
+ <span class="more-btn">
198
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#9e9e9e">
199
+ <circle cx="12" cy="5" r="2"></circle>
200
+ <circle cx="12" cy="12" r="2"></circle>
201
+ <circle cx="12" cy="19" r="2"></circle>
202
+ </svg>
203
+ </span>
204
+ </div>
205
+ </div>
206
+
207
+ <!-- Card 2 -->
208
+ <div class="video-card">
209
+ <div class="thumb">
210
+ <div>[IMG: Workbench DIY thumbnail]</div>
211
+ <div class="duration">16:25</div>
212
+ </div>
213
+ <div class="card-title">How to make A Workbench | DIY W...</div>
214
+ <div class="card-meta">
215
+ <span>DIY Creators</span>
216
+ <span class="more-btn">
217
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#9e9e9e">
218
+ <circle cx="12" cy="5" r="2"></circle>
219
+ <circle cx="12" cy="12" r="2"></circle>
220
+ <circle cx="12" cy="19" r="2"></circle>
221
+ </svg>
222
+ </span>
223
+ </div>
224
+ </div>
225
+
226
+ <!-- Card 3 -->
227
+ <div class="video-card">
228
+ <div class="thumb">
229
+ <div>[IMG: Movie poster thumbnail]</div>
230
+ <div class="duration">10:12</div>
231
+ </div>
232
+ <div class="card-title">Naa Saami Ranga - First Look &...</div>
233
+ <div class="card-meta">
234
+ <span>Srinivasaa Silv...</span>
235
+ <span class="more-btn">
236
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#9e9e9e">
237
+ <circle cx="12" cy="5" r="2"></circle>
238
+ <circle cx="12" cy="12" r="2"></circle>
239
+ <circle cx="12" cy="19" r="2"></circle>
240
+ </svg>
241
+ </span>
242
+ </div>
243
+ </div>
244
+ </div>
245
+ </div>
246
+
247
+ <div class="hr"></div>
248
+
249
+ <!-- Playlists section -->
250
+ <div class="section">
251
+ <div class="section-header">
252
+ <div class="section-title">
253
+ <svg width="54" height="54" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
254
+ <path d="M3 6h14M3 12h14M3 18h8"></path>
255
+ </svg>
256
+ <div>Playlists</div>
257
+ </div>
258
+ <div class="section-link">View all</div>
259
+ </div>
260
+
261
+ <div class="playlist-row">
262
+ <!-- Playlist 1 -->
263
+ <div class="playlist-card">
264
+ <div class="thumb">
265
+ <div>[IMG: Playlist tile]</div>
266
+ <svg width="54" height="54" viewBox="0 0 24 24" fill="none" stroke="#333" stroke-width="2" style="position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);">
267
+ <circle cx="12" cy="12" r="8"></circle>
268
+ <path d="M12 8v5l3 2"></path>
269
+ </svg>
270
+ <div class="playlist-overlay">0</div>
271
+ </div>
272
+ <div class="card-meta" style="margin-top: 10px;">
273
+ <div>
274
+ <div class="playlist-title">Watch Later</div>
275
+ <div class="playlist-sub">Private</div>
276
+ </div>
277
+ <span class="more-btn">
278
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#9e9e9e">
279
+ <circle cx="12" cy="5" r="2"></circle>
280
+ <circle cx="12" cy="12" r="2"></circle>
281
+ <circle cx="12" cy="19" r="2"></circle>
282
+ </svg>
283
+ </span>
284
+ </div>
285
+ </div>
286
+
287
+ <!-- Playlist 2 -->
288
+ <div class="playlist-card">
289
+ <div class="thumb">
290
+ <div>[IMG: Playlist tile]</div>
291
+ <svg width="54" height="54" viewBox="0 0 24 24" fill="none" stroke="#333" stroke-width="2" style="position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);">
292
+ <path d="M5 7h12M5 12h12M5 17h7"></path>
293
+ </svg>
294
+ <div class="playlist-overlay">0</div>
295
+ </div>
296
+ <div class="card-meta" style="margin-top: 10px;">
297
+ <div>
298
+ <div class="playlist-title">Ab</div>
299
+ </div>
300
+ <span class="more-btn">
301
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#9e9e9e">
302
+ <circle cx="12" cy="5" r="2"></circle>
303
+ <circle cx="12" cy="12" r="2"></circle>
304
+ <circle cx="12" cy="19" r="2"></circle>
305
+ </svg>
306
+ </span>
307
+ </div>
308
+ </div>
309
+
310
+ <!-- Playlist 3 -->
311
+ <div class="playlist-card">
312
+ <div class="thumb">
313
+
code/15998/15998_4.html ADDED
@@ -0,0 +1,488 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, height=2400, initial-scale=1.0">
6
+ <title>Playlists 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: #121212;
15
+ color: #FFFFFF;
16
+ font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ height: 90px;
22
+ padding: 0 32px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ color: #d0d0d0;
27
+ font-size: 34px;
28
+ letter-spacing: 0.5px;
29
+ }
30
+ .status-icons { display: flex; align-items: center; gap: 20px; }
31
+
32
+ /* Header */
33
+ .header {
34
+ padding: 16px 32px 8px 32px;
35
+ }
36
+ .header-row {
37
+ display: flex;
38
+ align-items: center;
39
+ justify-content: space-between;
40
+ }
41
+ .title-wrap {
42
+ display: flex;
43
+ align-items: center;
44
+ gap: 18px;
45
+ }
46
+ .title {
47
+ font-size: 64px;
48
+ font-weight: 700;
49
+ line-height: 1.1;
50
+ }
51
+ .actions {
52
+ display: flex;
53
+ align-items: center;
54
+ gap: 28px;
55
+ }
56
+
57
+ /* Sort chip */
58
+ .sort-chip {
59
+ margin-top: 24px;
60
+ display: inline-flex;
61
+ align-items: center;
62
+ gap: 14px;
63
+ padding: 18px 24px;
64
+ background: #1d1d1d;
65
+ border-radius: 24px;
66
+ color: #eaeaea;
67
+ font-size: 36px;
68
+ }
69
+ .chip-arrow { transform: translateY(2px); }
70
+
71
+ /* List */
72
+ .list {
73
+ margin-top: 24px;
74
+ padding: 0 32px 260px 32px; /* leave room for bottom bars */
75
+ }
76
+ .row {
77
+ display: grid;
78
+ grid-template-columns: 440px 1fr 72px;
79
+ align-items: center;
80
+ column-gap: 28px;
81
+ padding: 22px 0;
82
+ }
83
+ .thumb {
84
+ width: 440px;
85
+ height: 248px;
86
+ background: #E0E0E0;
87
+ border: 1px solid #BDBDBD;
88
+ color: #757575;
89
+ border-radius: 28px;
90
+ display: flex;
91
+ align-items: center;
92
+ justify-content: center;
93
+ position: relative;
94
+ overflow: hidden;
95
+ font-size: 32px;
96
+ text-align: center;
97
+ }
98
+ .thumb .label { padding: 0 16px; }
99
+ .thumb .overlay {
100
+ position: absolute;
101
+ left: 0;
102
+ right: 0;
103
+ bottom: 0;
104
+ height: 60px;
105
+ background: rgba(0,0,0,0.45);
106
+ display: flex;
107
+ align-items: center;
108
+ padding: 0 20px;
109
+ color: #eaeaea;
110
+ font-size: 34px;
111
+ }
112
+ .info {
113
+ display: flex;
114
+ flex-direction: column;
115
+ gap: 12px;
116
+ }
117
+ .info .name {
118
+ font-size: 46px;
119
+ font-weight: 600;
120
+ color: #f5f5f5;
121
+ }
122
+ .info .meta {
123
+ font-size: 34px;
124
+ color: #b0b0b0;
125
+ }
126
+ .dots {
127
+ display: flex;
128
+ align-items: center;
129
+ justify-content: center;
130
+ }
131
+
132
+ /* Mini player */
133
+ .mini-player {
134
+ position: absolute;
135
+ left: 0;
136
+ right: 0;
137
+ bottom: 180px;
138
+ height: 220px;
139
+ background: #181818;
140
+ border-top: 1px solid #2a2a2a;
141
+ display: grid;
142
+ grid-template-columns: 320px 1fr 120px;
143
+ align-items: center;
144
+ padding: 12px 24px;
145
+ }
146
+ .mini-player .progress {
147
+ position: absolute;
148
+ left: 0; right: 0; top: 0;
149
+ height: 6px;
150
+ background: #e53935;
151
+ }
152
+ .mini-thumb {
153
+ width: 300px;
154
+ height: 180px;
155
+ background: #E0E0E0;
156
+ border: 1px solid #BDBDBD;
157
+ color: #757575;
158
+ border-radius: 12px;
159
+ display: flex;
160
+ align-items: center;
161
+ justify-content: center;
162
+ font-size: 28px;
163
+ }
164
+ .mini-info {
165
+ display: flex;
166
+ flex-direction: column;
167
+ gap: 10px;
168
+ padding: 0 20px;
169
+ }
170
+ .mini-title { font-size: 36px; color: #ffffff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
171
+ .mini-sub { font-size: 32px; color: #bdbdbd; }
172
+ .mini-actions {
173
+ display: flex;
174
+ align-items: center;
175
+ justify-content: flex-end;
176
+ gap: 28px;
177
+ }
178
+
179
+ /* Bottom navigation */
180
+ .bottom-nav {
181
+ position: absolute;
182
+ left: 0; right: 0; bottom: 0;
183
+ height: 180px;
184
+ background: #0a0a0a;
185
+ border-top: 1px solid #2a2a2a;
186
+ display: flex;
187
+ align-items: center;
188
+ justify-content: space-around;
189
+ }
190
+ .nav-item {
191
+ display: flex;
192
+ flex-direction: column;
193
+ align-items: center;
194
+ gap: 12px;
195
+ color: #ffffff;
196
+ font-size: 28px;
197
+ }
198
+ .nav-item svg { width: 56px; height: 56px; }
199
+
200
+ /* Utility icons sizing */
201
+ .icon-32 svg { width: 48px; height: 48px; }
202
+ .icon-small svg { width: 36px; height: 36px; }
203
+
204
+ /* Rounded corners consistency */
205
+ .rounded-28 { border-radius: 28px; }
206
+ </style>
207
+ </head>
208
+ <body>
209
+ <div id="render-target">
210
+
211
+ <!-- Status bar -->
212
+ <div class="status-bar">
213
+ <div>7:43</div>
214
+ <div class="status-icons">
215
+ <svg width="40" height="40" viewBox="0 0 24 24">
216
+ <path d="M3 7h18v10H3z" fill="none" stroke="#d0d0d0" stroke-width="2" />
217
+ <path d="M20 8l-2.5 2.5" stroke="#d0d0d0" stroke-width="2" stroke-linecap="round"/>
218
+ </svg>
219
+ <svg width="40" height="40" viewBox="0 0 24 24">
220
+ <circle cx="10" cy="10" r="6" stroke="#d0d0d0" stroke-width="2" fill="none"/>
221
+ <path d="M16 16l4 4" stroke="#d0d0d0" stroke-width="2" stroke-linecap="round"/>
222
+ </svg>
223
+ <svg width="40" height="40" viewBox="0 0 24 24">
224
+ <path d="M3 12h18" stroke="#d0d0d0" stroke-width="2" stroke-linecap="round"/>
225
+ <circle cx="20" cy="6" r="2" fill="#d0d0d0"/>
226
+ <circle cx="20" cy="18" r="2" fill="#d0d0d0"/>
227
+ </svg>
228
+ <svg width="40" height="40" viewBox="0 0 24 24">
229
+ <path d="M3 6h14v12H3z" fill="none" stroke="#d0d0d0" stroke-width="2"/>
230
+ <path d="M18 10h3v6h-3z" fill="none" stroke="#d0d0d0" stroke-width="2"/>
231
+ </svg>
232
+ </div>
233
+ </div>
234
+
235
+ <!-- Header -->
236
+ <div class="header">
237
+ <div class="header-row">
238
+ <div class="title-wrap">
239
+ <svg width="64" height="64" viewBox="0 0 24 24">
240
+ <path d="M15 4L5 12l10 8" stroke="#ffffff" stroke-width="2.2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
241
+ </svg>
242
+ <div class="title">Playlists</div>
243
+ </div>
244
+ <div class="actions">
245
+ <!-- Cast -->
246
+ <svg width="48" height="48" viewBox="0 0 24 24">
247
+ <rect x="3" y="5" width="18" height="12" rx="2" ry="2" fill="none" stroke="#ffffff" stroke-width="2"/>
248
+ <path d="M3 19c3 0 5 2 5 2" stroke="#ffffff" stroke-width="2" fill="none" stroke-linecap="round"/>
249
+ </svg>
250
+ <!-- Search -->
251
+ <svg width="48" height="48" viewBox="0 0 24 24">
252
+ <circle cx="11" cy="11" r="7" stroke="#ffffff" stroke-width="2" fill="none"/>
253
+ <path d="M20 20l-4.5-4.5" stroke="#ffffff" stroke-width="2" stroke-linecap="round"/>
254
+ </svg>
255
+ <!-- More (vertical dots) -->
256
+ <svg width="48" height="48" viewBox="0 0 24 24">
257
+ <circle cx="12" cy="5" r="2" fill="#ffffff"/>
258
+ <circle cx="12" cy="12" r="2" fill="#ffffff"/>
259
+ <circle cx="12" cy="19" r="2" fill="#ffffff"/>
260
+ </svg>
261
+ </div>
262
+ </div>
263
+
264
+ <!-- Sort chip -->
265
+ <div class="sort-chip">
266
+ <span>Recently added</span>
267
+ <svg class="chip-arrow" width="32" height="32" viewBox="0 0 24 24">
268
+ <path d="M6 9l6 6 6-6" stroke="#eaeaea" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
269
+ </svg>
270
+ </div>
271
+ </div>
272
+
273
+ <!-- Playlist list -->
274
+ <div class="list">
275
+
276
+ <!-- Row: Watch Later -->
277
+ <div class="row">
278
+ <div class="thumb">
279
+ <div class="label">[IMG: Playlist cover]</div>
280
+ <!-- Clock in center -->
281
+ <svg width="80" height="80" viewBox="0 0 24 24" style="position:absolute; inset:0; margin:auto;">
282
+ <circle cx="12" cy="12" r="8" stroke="#ffffff" stroke-width="2" fill="none"/>
283
+ <path d="M12 7v6l4 2" stroke="#ffffff" stroke-width="2" stroke-linecap="round"/>
284
+ </svg>
285
+ <div class="overlay">
286
+ <svg width="36" height="36" viewBox="0 0 24 24" class="icon-small">
287
+ <path d="M4 8h16M4 12h16M4 16h10" stroke="#eaeaea" stroke-width="2" fill="none" stroke-linecap="round"/>
288
+ </svg>
289
+ <div style="margin-left: 12px;">0</div>
290
+ </div>
291
+ </div>
292
+ <div class="info">
293
+ <div class="name">Watch Later</div>
294
+ <div class="meta">Private</div>
295
+ </div>
296
+ <div class="dots">
297
+ <svg width="48" height="48" viewBox="0 0 24 24">
298
+ <circle cx="12" cy="6" r="2" fill="#bdbdbd"/>
299
+ <circle cx="12" cy="12" r="2" fill="#bdbdbd"/>
300
+ <circle cx="12" cy="18" r="2" fill="#bdbdbd"/>
301
+ </svg>
302
+ </div>
303
+ </div>
304
+
305
+ <!-- Row: Ab -->
306
+ <div class="row">
307
+ <div class="thumb">
308
+ <div class="label">[IMG: Playlist cover]</div>
309
+ <div class="overlay">
310
+ <svg width="36" height="36" viewBox="0 0 24 24" class="icon-small">
311
+ <path d="M4 8h16M4 12h16M4 16h10" stroke="#eaeaea" stroke-width="2" fill="none" stroke-linecap="round"/>
312
+ </svg>
313
+ <div style="margin-left: 12px;">0</div>
314
+ </div>
315
+ </div>
316
+ <div class="info">
317
+ <div class="name">Ab</div>
318
+ <div class="meta">Private • Updated today</div>
319
+ </div>
320
+ <div class="dots">
321
+ <svg width="48" height="48" viewBox="0 0 24 24">
322
+ <circle cx="12" cy="6" r="2" fill="#bdbdbd"/>
323
+ <circle cx="12" cy="12" r="2" fill="#bdbdbd"/>
324
+ <circle cx="12" cy="18" r="2" fill="#bdbdbd"/>
325
+ </svg>
326
+ </div>
327
+ </div>
328
+
329
+ <!-- Row: Feel the soul -->
330
+ <div class="row">
331
+ <div class="thumb">
332
+ <div class="label">[IMG: Playlist thumbnail]</div>
333
+ <div class="overlay">
334
+ <svg width="36" height="36" viewBox="0 0 24 24" class="icon-small">
335
+ <path d="M4 8h16M4 12h16M4 16h10" stroke="#eaeaea" stroke-width="2" fill="none" stroke-linecap="round"/>
336
+ </svg>
337
+ <div style="margin-left: 12px;">1</div>
338
+ </div>
339
+ </div>
340
+ <div class="info">
341
+ <div class="name">Feel the soul</div>
342
+ <div class="meta">Private</div>
343
+ </div>
344
+ <div class="dots">
345
+ <svg width="48" height="48" viewBox="0 0 24 24">
346
+ <circle cx="12" cy="6" r="2" fill="#bdbdbd"/>
347
+ <circle cx="12" cy="12" r="2" fill="#bdbdbd"/>
348
+ <circle cx="12" cy="18" r="2" fill="#bdbdbd"/>
349
+ </svg>
350
+ </div>
351
+ </div>
352
+
353
+ <!-- Row: Music that heals -->
354
+ <div class="row">
355
+ <div class="thumb">
356
+ <div class="label">[IMG: Playlist thumbnail]</div>
357
+ <div class="overlay">
358
+ <svg width="36" height="36" viewBox="0 0 24 24" class="icon-small">
359
+ <path d="M4 8h16M4 12h16M4 16h10" stroke="#eaeaea" stroke-width="2" fill="none" stroke-linecap="round"/>
360
+ </svg>
361
+ <div style="margin-left: 12px;">1</div>
362
+ </div>
363
+ </div>
364
+ <div class="info">
365
+ <div class="name">Music that heals</div>
366
+ <div class="meta">Private</div>
367
+ </div>
368
+ <div class="dots">
369
+ <svg width="48" height="48" viewBox="0 0 24 24">
370
+ <circle cx="12" cy="6" r="2" fill="#bdbdbd"/>
371
+ <circle cx="12" cy="12" r="2" fill="#bdbdbd"/>
372
+ <circle cx="12" cy="18" r="2" fill="#bdbdbd"/>
373
+ </svg>
374
+ </div>
375
+ </div>
376
+
377
+ <!-- Row: Music that heals (another) -->
378
+ <div class="row">
379
+ <div class="thumb">
380
+ <div class="label">[IMG: Playlist thumbnail]</div>
381
+ <div class="overlay">
382
+ <svg width="36" height="36" viewBox="0 0 24 24" class="icon-small">
383
+ <path d="M4 8h16M4 12h16M4 16h10" stroke="#eaeaea" stroke-width="2" fill="none" stroke-linecap="round"/>
384
+ </svg>
385
+ <div style="margin-left: 12px;">5</div>
386
+ </div>
387
+ </div>
388
+ <div class="info">
389
+ <div class="name">Music that heals</div>
390
+ <div class="meta">Private</div>
391
+ </div>
392
+ <div class="dots">
393
+ <svg width="48" height="48" viewBox="0 0 24 24">
394
+ <circle cx="12" cy="6" r="2" fill="#bdbdbd"/>
395
+ <circle cx="12" cy="12" r="2" fill="#bdbdbd"/>
396
+ <circle cx="12" cy="18" r="2" fill="#bdbdbd"/>
397
+ </svg>
398
+ </div>
399
+ </div>
400
+
401
+ <!-- Row: Music that heals (another) -->
402
+ <div class="row">
403
+ <div class="thumb">
404
+ <div class="label">[IMG: Playlist thumbnail]</div>
405
+ <div class="overlay">
406
+ <svg width="36" height="36" viewBox="0 0 24 24" class="icon-small">
407
+ <path d="M4 8h16M4 12h16M4 16h10" stroke="#eaeaea" stroke-width="2" fill="none" stroke-linecap="round"/>
408
+ </svg>
409
+ <div style="margin-left: 12px;">5</div>
410
+ </div>
411
+ </div>
412
+ <div class="info">
413
+ <div class="name">Music that heals</div>
414
+ <div class="meta">Private</div>
415
+ </div>
416
+ <div class="dots">
417
+ <svg width="48" height="48" viewBox="0 0 24 24">
418
+ <circle cx="12" cy="6" r="2" fill="#bdbdbd"/>
419
+ <circle cx="12" cy="12" r="2" fill="#bdbdbd"/>
420
+ <circle cx="12" cy="18" r="2" fill="#bdbdbd"/>
421
+ </svg>
422
+ </div>
423
+ </div>
424
+
425
+ </div>
426
+
427
+ <!-- Mini player -->
428
+ <div class="mini-player">
429
+ <div class="progress"></div>
430
+ <div class="mini-thumb">[IMG: Video thumbnail]</div>
431
+ <div class="mini-info">
432
+ <div class="mini-title">How to make A Workbench | D...</div>
433
+ <div class="mini-sub">DIY Creators</div>
434
+ </div>
435
+ <div class="mini-actions">
436
+ <!-- Play -->
437
+ <svg width="56" height="56" viewBox="0 0 24 24">
438
+ <circle cx="12" cy="12" r="10" fill="none" stroke="#ffffff" stroke-width="2"/>
439
+ <path d="M10 8l8 4-8 4z" fill="#ffffff"/>
440
+ </svg>
441
+ <!-- Close -->
442
+ <svg width="56" height="56" viewBox="0 0 24 24">
443
+ <path d="M6 6l12 12M18 6L6 18" stroke="#ffffff" stroke-width="2" stroke-linecap="round"/>
444
+ </svg>
445
+ </div>
446
+ </div>
447
+
448
+ <!-- Bottom navigation -->
449
+ <div class="bottom-nav">
450
+ <div class="nav-item">
451
+ <svg viewBox="0 0 24 24">
452
+ <path d="M3 10l9-7 9 7v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" fill="none" stroke="#ffffff" stroke-width="2" stroke-linejoin="round"/>
453
+ <path d="M9 21v-6h6v6" stroke="#ffffff" stroke-width="2" fill="none"/>
454
+ </svg>
455
+ <div>Home</div>
456
+ </div>
457
+ <div class="nav-item">
458
+ <svg viewBox="0 0 24 24">
459
+ <path d="M7 3l10 4-10 4 10 4-10 4" fill="none" stroke="#ffffff" stroke-width="2" stroke-linejoin="round"/>
460
+ </svg>
461
+ <div>Shorts</div>
462
+ </div>
463
+ <div class="nav-item">
464
+ <svg viewBox="0 0 24 24">
465
+ <circle cx="12" cy="12" r="10" stroke="#ffffff" stroke-width="2" fill="none"/>
466
+ <path d="M12 7v10M7 12h10" stroke="#ffffff" stroke-width="2" stroke-linecap="round"/>
467
+ </svg>
468
+ <div>+</div>
469
+ </div>
470
+ <div class="nav-item">
471
+ <svg viewBox="0 0 24 24">
472
+ <rect x="3" y="5" width="18" height="12" rx="2" fill="none" stroke="#ffffff" stroke-width="2"/>
473
+ <path d="M10 9l6 3-6 3z" fill="#ffffff"/>
474
+ </svg>
475
+ <div>Subscriptions</div>
476
+ </div>
477
+ <div class="nav-item">
478
+ <svg viewBox="0 0 24 24">
479
+ <rect x="4" y="5" width="16" height="14" rx="2" fill="none" stroke="#ffffff" stroke-width="2"/>
480
+ <path d="M7 9h10M7 13h10" stroke="#ffffff" stroke-width="2" stroke-linecap="round"/>
481
+ </svg>
482
+ <div>Library</div>
483
+ </div>
484
+ </div>
485
+
486
+ </div>
487
+ </body>
488
+ </html>
code/15998/15998_5.html ADDED
@@ -0,0 +1,519 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Playlists 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: #121212;
15
+ color: #fff;
16
+ font-family: Roboto, Arial, sans-serif;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ width: 1080px;
25
+ height: 90px;
26
+ padding: 18px 32px;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ font-size: 32px;
31
+ color: #e0e0e0;
32
+ opacity: 0.95;
33
+ }
34
+ .status-right {
35
+ display: flex;
36
+ gap: 18px;
37
+ align-items: center;
38
+ }
39
+ .dot { width: 8px; height: 8px; background: #bdbdbd; border-radius: 50%; margin: 0 6px; }
40
+
41
+ /* Header */
42
+ .header {
43
+ position: absolute;
44
+ top: 92px;
45
+ left: 0;
46
+ width: 1080px;
47
+ padding: 24px 32px;
48
+ display: flex;
49
+ align-items: center;
50
+ }
51
+ .header-title {
52
+ font-size: 64px;
53
+ font-weight: 600;
54
+ margin-left: 16px;
55
+ letter-spacing: 0.2px;
56
+ }
57
+ .header-actions {
58
+ margin-left: auto;
59
+ display: flex;
60
+ align-items: center;
61
+ gap: 34px;
62
+ }
63
+ .icon-btn svg { display: block; }
64
+
65
+ /* Filter pill */
66
+ .filter {
67
+ position: absolute;
68
+ top: 220px;
69
+ left: 32px;
70
+ display: inline-flex;
71
+ align-items: center;
72
+ gap: 18px;
73
+ background: #2A2A2A;
74
+ color: #fff;
75
+ padding: 18px 26px;
76
+ border-radius: 30px;
77
+ font-size: 34px;
78
+ }
79
+ .filter .caret { margin-left: 8px; }
80
+
81
+ /* Small top thumbnail */
82
+ .small-thumb {
83
+ position: absolute;
84
+ top: 320px;
85
+ left: 32px;
86
+ width: 420px;
87
+ height: 180px;
88
+ background: #E0E0E0;
89
+ border: 1px solid #BDBDBD;
90
+ border-radius: 24px;
91
+ display: flex;
92
+ justify-content: center;
93
+ align-items: center;
94
+ color: #757575;
95
+ overflow: hidden;
96
+ }
97
+ .thumb-overlay {
98
+ position: absolute;
99
+ bottom: 0;
100
+ left: 0;
101
+ width: 100%;
102
+ height: 56px;
103
+ background: rgba(0,0,0,0.35);
104
+ display: flex;
105
+ align-items: center;
106
+ gap: 12px;
107
+ padding: 0 18px;
108
+ color: #e0e0e0;
109
+ font-size: 28px;
110
+ }
111
+
112
+ /* Playlist list items */
113
+ .list-item {
114
+ position: absolute;
115
+ left: 32px;
116
+ width: 1016px;
117
+ height: 260px;
118
+ display: flex;
119
+ align-items: center;
120
+ }
121
+ .thumb {
122
+ width: 420px;
123
+ height: 240px;
124
+ background: #E0E0E0;
125
+ border: 1px solid #BDBDBD;
126
+ border-radius: 24px;
127
+ display: flex;
128
+ justify-content: center;
129
+ align-items: center;
130
+ color: #757575;
131
+ position: relative;
132
+ overflow: hidden;
133
+ }
134
+ .item-text {
135
+ margin-left: 40px;
136
+ flex: 1;
137
+ }
138
+ .item-title {
139
+ font-size: 50px;
140
+ font-weight: 600;
141
+ margin-bottom: 8px;
142
+ color: #fff;
143
+ }
144
+ .item-sub {
145
+ font-size: 34px;
146
+ color: #BDBDBD;
147
+ }
148
+ .item-menu {
149
+ width: 72px;
150
+ display: flex;
151
+ align-items: center;
152
+ justify-content: flex-end;
153
+ margin-left: 10px;
154
+ }
155
+
156
+ /* Create new playlist button */
157
+ .create-btn {
158
+ position: absolute;
159
+ left: 32px;
160
+ right: 32px;
161
+ top: 1920px;
162
+ height: 110px;
163
+ background: #2E2E2E;
164
+ border-radius: 55px;
165
+ display: flex;
166
+ align-items: center;
167
+ justify-content: center;
168
+ font-size: 42px;
169
+ color: #ffffff;
170
+ }
171
+
172
+ /* Mini player */
173
+ .mini-player {
174
+ position: absolute;
175
+ left: 0;
176
+ right: 0;
177
+ top: 2060px;
178
+ height: 160px;
179
+ background: #1C1C1C;
180
+ display: flex;
181
+ align-items: center;
182
+ padding: 16px 24px;
183
+ box-sizing: border-box;
184
+ }
185
+ .mini-thumb {
186
+ width: 280px;
187
+ height: 140px;
188
+ background: #E0E0E0;
189
+ border: 1px solid #BDBDBD;
190
+ border-radius: 12px;
191
+ display: flex;
192
+ justify-content: center;
193
+ align-items: center;
194
+ color: #757575;
195
+ margin-right: 24px;
196
+ position: relative;
197
+ }
198
+ .mini-content {
199
+ flex: 1;
200
+ }
201
+ .mini-title {
202
+ font-size: 40px;
203
+ color: #ffffff;
204
+ white-space: nowrap;
205
+ overflow: hidden;
206
+ text-overflow: ellipsis;
207
+ }
208
+ .mini-sub {
209
+ font-size: 28px;
210
+ color: #bdbdbd;
211
+ margin-top: 6px;
212
+ }
213
+ .mini-actions {
214
+ display: flex;
215
+ align-items: center;
216
+ gap: 28px;
217
+ margin-left: 24px;
218
+ }
219
+ .progress-bar {
220
+ position: absolute;
221
+ left: 0;
222
+ bottom: 0;
223
+ height: 6px;
224
+ width: 260px;
225
+ background: #ff0000;
226
+ border-radius: 3px;
227
+ }
228
+
229
+ /* Bottom nav */
230
+ .bottom-nav {
231
+ position: absolute;
232
+ bottom: 0;
233
+ left: 0;
234
+ width: 1080px;
235
+ height: 210px;
236
+ background: #121212;
237
+ border-top: 1px solid #2b2b2b;
238
+ display: flex;
239
+ justify-content: space-around;
240
+ align-items: center;
241
+ padding: 10px 0 20px;
242
+ box-sizing: border-box;
243
+ }
244
+ .nav-item {
245
+ display: flex;
246
+ flex-direction: column;
247
+ align-items: center;
248
+ color: #ffffff;
249
+ gap: 12px;
250
+ }
251
+ .nav-item span {
252
+ font-size: 28px;
253
+ color: #e0e0e0;
254
+ }
255
+ .nav-plus {
256
+ width: 120px;
257
+ height: 120px;
258
+ background: #2A2A2A;
259
+ border-radius: 50%;
260
+ display: flex;
261
+ align-items: center;
262
+ justify-content: center;
263
+ }
264
+ .nav-plus span { font-size: 72px; color: #fff; line-height: 1; }
265
+
266
+ /* Utility */
267
+ .img-label { font-size: 28px; text-align: center; }
268
+ .overlay-icon {
269
+ width: 32px;
270
+ height: 32px;
271
+ }
272
+ </style>
273
+ </head>
274
+ <body>
275
+ <div id="render-target">
276
+
277
+ <!-- Status Bar -->
278
+ <div class="status-bar">
279
+ <div>7:43</div>
280
+ <div class="status-right">
281
+ <svg width="34" height="34"><circle cx="17" cy="17" r="12" stroke="#e0e0e0" stroke-width="3" fill="none"/></svg>
282
+ <svg width="34" height="34"><rect x="6" y="8" width="22" height="18" stroke="#e0e0e0" stroke-width="3" fill="none"/><path d="M6 26 L20 26" stroke="#e0e0e0" stroke-width="3"/></svg>
283
+ <svg width="34" height="34"><path d="M6 10 L28 10 L17 26 Z" fill="#e0e0e0"/></svg>
284
+ <div class="dot"></div>
285
+ <svg width="34" height="34"><path d="M6 16 H28" stroke="#e0e0e0" stroke-width="3"/></svg>
286
+ <svg width="34" height="34"><path d="M10 8 H24 M10 16 H24 M10 24 H24" stroke="#e0e0e0" stroke-width="3"/></svg>
287
+ <svg width="34" height="34"><path d="M6 28 H28" stroke="#e0e0e0" stroke-width="3"/></svg>
288
+ </div>
289
+ </div>
290
+
291
+ <!-- Header -->
292
+ <div class="header">
293
+ <div class="icon-btn">
294
+ <svg width="56" height="56">
295
+ <path d="M38 12 L20 28 L38 44" stroke="#ffffff" stroke-width="6" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
296
+ </svg>
297
+ </div>
298
+ <div class="header-title">Playlists</div>
299
+ <div class="header-actions">
300
+ <div class="icon-btn">
301
+ <!-- Cast icon -->
302
+ <svg width="56" height="56">
303
+ <rect x="8" y="12" width="32" height="24" rx="4" ry="4" stroke="#ffffff" stroke-width="4" fill="none"/>
304
+ <path d="M8 40 Q18 34 28 40" stroke="#ffffff" stroke-width="4" fill="none"/>
305
+ </svg>
306
+ </div>
307
+ <div class="icon-btn">
308
+ <!-- Search icon -->
309
+ <svg width="56" height="56">
310
+ <circle cx="24" cy="24" r="12" stroke="#ffffff" stroke-width="4" fill="none"/>
311
+ <path d="M34 34 L46 46" stroke="#ffffff" stroke-width="4" stroke-linecap="round"/>
312
+ </svg>
313
+ </div>
314
+ <div class="icon-btn">
315
+ <!-- Vertical dots -->
316
+ <svg width="56" height="56">
317
+ <circle cx="28" cy="16" r="4" fill="#ffffff"/>
318
+ <circle cx="28" cy="28" r="4" fill="#ffffff"/>
319
+ <circle cx="28" cy="40" r="4" fill="#ffffff"/>
320
+ </svg>
321
+ </div>
322
+ </div>
323
+ </div>
324
+
325
+ <!-- Filter pill -->
326
+ <div class="filter">
327
+ <span>Recently added</span>
328
+ <svg class="caret" width="30" height="30"><path d="M6 10 L15 20 L24 10" stroke="#ffffff" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
329
+ </div>
330
+
331
+ <!-- Small top thumbnail -->
332
+ <div class="small-thumb">
333
+ <div class="img-label">[IMG: Playlist thumbnail]</div>
334
+ <div class="thumb-overlay">
335
+ <svg class="overlay-icon" viewBox="0 0 24 24">
336
+ <path d="M4 7 H20 M4 12 H16 M4 17 H12" stroke="#e0e0e0" stroke-width="2" fill="none" stroke-linecap="round"/>
337
+ </svg>
338
+ <span>5</span>
339
+ </div>
340
+ </div>
341
+
342
+ <!-- Playlist items -->
343
+ <div class="list-item" style="top: 540px;">
344
+ <div class="thumb">
345
+ <div class="img-label">[IMG: Steak thumbnail]</div>
346
+ <div class="thumb-overlay">
347
+ <svg class="overlay-icon" viewBox="0 0 24 24">
348
+ <path d="M4 7 H20 M4 12 H16 M4 17 H12" stroke="#e0e0e0" stroke-width="2" fill="none" stroke-linecap="round"/>
349
+ </svg>
350
+ <span>4</span>
351
+ </div>
352
+ </div>
353
+ <div class="item-text">
354
+ <div class="item-title">Driving vocals</div>
355
+ <div class="item-sub">Private</div>
356
+ </div>
357
+ <div class="item-menu">
358
+ <svg width="40" height="40">
359
+ <circle cx="20" cy="10" r="4" fill="#ffffff"/>
360
+ <circle cx="20" cy="20" r="4" fill="#ffffff"/>
361
+ <circle cx="20" cy="30" r="4" fill="#ffffff"/>
362
+ </svg>
363
+ </div>
364
+ </div>
365
+
366
+ <div class="list-item" style="top: 840px;">
367
+ <div class="thumb">
368
+ <div class="img-label">[IMG: Steak thumbnail]</div>
369
+ <div class="thumb-overlay">
370
+ <svg class="overlay-icon" viewBox="0 0 24 24">
371
+ <path d="M4 7 H20 M4 12 H16 M4 17 H12" stroke="#e0e0e0" stroke-width="2" fill="none" stroke-linecap="round"/>
372
+ </svg>
373
+ <span>2</span>
374
+ </div>
375
+ </div>
376
+ <div class="item-text">
377
+ <div class="item-title">Driving licence</div>
378
+ <div class="item-sub">Private</div>
379
+ </div>
380
+ <div class="item-menu">
381
+ <svg width="40" height="40">
382
+ <circle cx="20" cy="10" r="4" fill="#ffffff"/>
383
+ <circle cx="20" cy="20" r="4" fill="#ffffff"/>
384
+ <circle cx="20" cy="30" r="4" fill="#ffffff"/>
385
+ </svg>
386
+ </div>
387
+ </div>
388
+
389
+ <div class="list-item" style="top: 1140px;">
390
+ <div class="thumb">
391
+ <div class="img-label">[IMG: Steak thumbnail]</div>
392
+ <div class="thumb-overlay">
393
+ <svg class="overlay-icon" viewBox="0 0 24 24">
394
+ <path d="M4 7 H20 M4 12 H16 M4 17 H12" stroke="#e0e0e0" stroke-width="2" fill="none" stroke-linecap="round"/>
395
+ </svg>
396
+ <span>4</span>
397
+ </div>
398
+ </div>
399
+ <div class="item-text">
400
+ <div class="item-title">Food</div>
401
+ <div class="item-sub">Private</div>
402
+ </div>
403
+ <div class="item-menu">
404
+ <svg width="40" height="40">
405
+ <circle cx="20" cy="10" r="4" fill="#ffffff"/>
406
+ <circle cx="20" cy="20" r="4" fill="#ffffff"/>
407
+ <circle cx="20" cy="30" r="4" fill="#ffffff"/>
408
+ </svg>
409
+ </div>
410
+ </div>
411
+
412
+ <div class="list-item" style="top: 1440px;">
413
+ <div class="thumb">
414
+ <div class="img-label">[IMG: Steak thumbnail]</div>
415
+ <div class="thumb-overlay">
416
+ <svg class="overlay-icon" viewBox="0 0 24 24">
417
+ <path d="M4 7 H20 M4 12 H16 M4 17 H12" stroke="#e0e0e0" stroke-width="2" fill="none" stroke-linecap="round"/>
418
+ </svg>
419
+ <span>1</span>
420
+ </div>
421
+ </div>
422
+ <div class="item-text">
423
+ <div class="item-title">Healthy foods</div>
424
+ <div class="item-sub">Private</div>
425
+ </div>
426
+ <div class="item-menu">
427
+ <svg width="40" height="40">
428
+ <circle cx="20" cy="10" r="4" fill="#ffffff"/>
429
+ <circle cx="20" cy="20" r="4" fill="#ffffff"/>
430
+ <circle cx="20" cy="30" r="4" fill="#ffffff"/>
431
+ </svg>
432
+ </div>
433
+ </div>
434
+
435
+ <div class="list-item" style="top: 1740px;">
436
+ <div class="thumb">
437
+ <div class="img-label">[IMG: Liked videos thumbnail]</div>
438
+ <div class="thumb-overlay">
439
+ <svg class="overlay-icon" viewBox="0 0 24 24">
440
+ <path d="M4 7 H20 M4 12 H16 M4 17 H12" stroke="#e0e0e0" stroke-width="2" fill="none" stroke-linecap="round"/>
441
+ </svg>
442
+ <span>2</span>
443
+ </div>
444
+ </div>
445
+ <div class="item-text">
446
+ <div class="item-title">Liked videos</div>
447
+ <div class="item-sub">Private</div>
448
+ </div>
449
+ <div class="item-menu">
450
+ <svg width="40" height="40">
451
+ <circle cx="20" cy="10" r="4" fill="#ffffff"/>
452
+ <circle cx="20" cy="20" r="4" fill="#ffffff"/>
453
+ <circle cx="20" cy="30" r="4" fill="#ffffff"/>
454
+ </svg>
455
+ </div>
456
+ </div>
457
+
458
+ <!-- Create new playlist button -->
459
+ <div class="create-btn">Create a new playlist</div>
460
+
461
+ <!-- Mini player -->
462
+ <div class="mini-player">
463
+ <div class="mini-thumb">
464
+ <div class="img-label">[IMG: Video thumbnail]</div>
465
+ <div class="progress-bar"></div>
466
+ </div>
467
+ <div class="mini-content">
468
+ <div class="mini-title">How to make A Workbench | DIY Creators</div>
469
+ <div class="mini-sub">DIY Creators</div>
470
+ </div>
471
+ <div class="mini-actions">
472
+ <!-- Play -->
473
+ <svg width="60" height="60">
474
+ <circle cx="30" cy="30" r="28" stroke="#ffffff" stroke-width="2" fill="none"/>
475
+ <path d="M25 20 L44 30 L25 40 Z" fill="#ffffff"/>
476
+ </svg>
477
+ <!-- Close -->
478
+ <svg width="56" height="56">
479
+ <path d="M12 12 L44 44 M44 12 L12 44" stroke="#ffffff" stroke-width="4" stroke-linecap="round"/>
480
+ </svg>
481
+ </div>
482
+ </div>
483
+
484
+ <!-- Bottom navigation -->
485
+ <div class="bottom-nav">
486
+ <div class="nav-item">
487
+ <svg width="56" height="56">
488
+ <path d="M8 28 L28 12 L48 28 V46 H12 V28 Z" stroke="#ffffff" stroke-width="3" fill="none" stroke-linejoin="round"/>
489
+ </svg>
490
+ <span>Home</span>
491
+ </div>
492
+ <div class="nav-item">
493
+ <svg width="56" height="56">
494
+ <path d="M12 12 L44 24 L12 36 Z" fill="#ffffff"/>
495
+ </svg>
496
+ <span>Shorts</span>
497
+ </div>
498
+ <div class="nav-item">
499
+ <div class="nav-plus"><span>+</span></div>
500
+ </div>
501
+ <div class="nav-item">
502
+ <svg width="56" height="56">
503
+ <rect x="10" y="14" width="36" height="24" stroke="#ffffff" stroke-width="3" fill="none"/>
504
+ <path d="M10 42 H46" stroke="#ffffff" stroke-width="3"/>
505
+ </svg>
506
+ <span>Subscriptions</span>
507
+ </div>
508
+ <div class="nav-item">
509
+ <svg width="56" height="56">
510
+ <rect x="8" y="12" width="40" height="30" stroke="#ffffff" stroke-width="3" fill="none"/>
511
+ <path d="M24 24 L34 28 L24 32 Z" fill="#ffffff"/>
512
+ </svg>
513
+ <span>Library</span>
514
+ </div>
515
+ </div>
516
+
517
+ </div>
518
+ </body>
519
+ </html>
code/15998/15998_6.html ADDED
@@ -0,0 +1,303 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Add videos - Mock UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #121212;
15
+ color: #fff;
16
+ font-family: Roboto, Arial, sans-serif;
17
+ }
18
+
19
+ /* Status bar */
20
+ .statusbar {
21
+ position: absolute;
22
+ top: 0; left: 0;
23
+ width: 100%;
24
+ height: 110px;
25
+ background: #1a1a1a;
26
+ display: flex;
27
+ align-items: center;
28
+ padding: 0 32px;
29
+ box-sizing: border-box;
30
+ font-size: 40px;
31
+ }
32
+ .status-left { display: flex; align-items: center; gap: 16px; }
33
+ .status-center { margin: 0 auto; display: flex; gap: 24px; align-items: center; opacity: 0.9; }
34
+ .status-right { display: flex; align-items: center; gap: 28px; }
35
+ .icon {
36
+ width: 36px; height: 36px;
37
+ }
38
+ .battery {
39
+ width: 64px; height: 32px;
40
+ }
41
+
42
+ /* App bar */
43
+ .appbar {
44
+ position: absolute;
45
+ top: 110px; left: 0;
46
+ width: 100%;
47
+ height: 130px;
48
+ display: flex;
49
+ align-items: center;
50
+ padding: 0 32px;
51
+ box-sizing: border-box;
52
+ }
53
+ .appbar-left {
54
+ display: flex;
55
+ align-items: center;
56
+ gap: 28px;
57
+ }
58
+ .close-btn {
59
+ width: 64px; height: 64px;
60
+ }
61
+ .title {
62
+ font-size: 62px;
63
+ font-weight: 500;
64
+ }
65
+ .next {
66
+ margin-left: auto;
67
+ font-size: 48px;
68
+ color: #3ea6ff;
69
+ font-weight: 500;
70
+ }
71
+
72
+ /* Selected count and section title */
73
+ .meta-row {
74
+ position: absolute;
75
+ top: 240px; left: 0;
76
+ width: 100%;
77
+ padding: 0 32px;
78
+ box-sizing: border-box;
79
+ display: flex;
80
+ align-items: baseline;
81
+ justify-content: space-between;
82
+ }
83
+ .section-title {
84
+ font-size: 46px;
85
+ font-weight: 500;
86
+ }
87
+ .selected-count {
88
+ font-size: 34px;
89
+ color: #b0b0b0;
90
+ }
91
+
92
+ /* List */
93
+ .list {
94
+ position: absolute;
95
+ top: 320px; left: 0;
96
+ width: 100%;
97
+ padding: 0 32px 140px;
98
+ box-sizing: border-box;
99
+ }
100
+ .item {
101
+ display: flex;
102
+ align-items: center;
103
+ gap: 32px;
104
+ padding: 26px 0;
105
+ border-radius: 20px;
106
+ }
107
+ .thumb {
108
+ position: relative;
109
+ width: 360px;
110
+ height: 202px;
111
+ border-radius: 24px;
112
+ overflow: hidden;
113
+ background: #E0E0E0;
114
+ border: 1px solid #BDBDBD;
115
+ display: flex;
116
+ justify-content: center;
117
+ align-items: center;
118
+ color: #757575;
119
+ font-size: 30px;
120
+ text-align: center;
121
+ }
122
+ .duration {
123
+ position: absolute;
124
+ right: 12px; bottom: 12px;
125
+ padding: 8px 14px;
126
+ background: rgba(0,0,0,0.75);
127
+ color: #fff;
128
+ font-size: 30px;
129
+ border-radius: 10px;
130
+ }
131
+ .details {
132
+ flex: 1;
133
+ min-width: 0; /* enable ellipsis */
134
+ }
135
+ .title-text {
136
+ font-size: 40px;
137
+ line-height: 1.25;
138
+ margin-bottom: 12px;
139
+ white-space: nowrap;
140
+ overflow: hidden;
141
+ text-overflow: ellipsis;
142
+ }
143
+ .subtext {
144
+ font-size: 32px;
145
+ color: #b0b0b0;
146
+ white-space: nowrap;
147
+ overflow: hidden;
148
+ text-overflow: ellipsis;
149
+ }
150
+ .meta {
151
+ font-size: 30px;
152
+ color: #9e9e9e;
153
+ margin-top: 6px;
154
+ white-space: nowrap;
155
+ overflow: hidden;
156
+ text-overflow: ellipsis;
157
+ }
158
+ .checkbox {
159
+ width: 48px;
160
+ height: 48px;
161
+ border: 3px solid #7a7a7a;
162
+ border-radius: 6px;
163
+ flex-shrink: 0;
164
+ margin-left: 12px;
165
+ }
166
+
167
+ /* Bottom gesture bar */
168
+ .gesture {
169
+ position: absolute;
170
+ bottom: 38px;
171
+ left: 50%;
172
+ transform: translateX(-50%);
173
+ width: 260px;
174
+ height: 16px;
175
+ background: #e6e6e6;
176
+ border-radius: 40px;
177
+ opacity: 0.9;
178
+ }
179
+ </style>
180
+ </head>
181
+ <body>
182
+ <div id="render-target">
183
+
184
+ <!-- Status bar -->
185
+ <div class="statusbar">
186
+ <div class="status-left">7:44</div>
187
+ <div class="status-center">
188
+ <!-- Simple round icons -->
189
+ <svg class="icon" viewBox="0 0 24 24">
190
+ <circle cx="12" cy="12" r="10" fill="#fff" opacity="0.85"/>
191
+ </svg>
192
+ <svg class="icon" viewBox="0 0 24 24">
193
+ <path d="M12 3l9 9-9 9-9-9z" fill="#fff" opacity="0.85"/>
194
+ </svg>
195
+ <svg class="icon" viewBox="0 0 24 24">
196
+ <rect x="4" y="4" width="16" height="16" fill="#fff" opacity="0.85"/>
197
+ </svg>
198
+ <svg class="icon" viewBox="0 0 24 24">
199
+ <circle cx="12" cy="12" r="3" fill="#fff" opacity="0.85"/>
200
+ </svg>
201
+ </div>
202
+ <div class="status-right">
203
+ <!-- Wifi -->
204
+ <svg class="icon" viewBox="0 0 24 24">
205
+ <path d="M2 8c5-4 15-4 20 0M5 11c3-3 11-3 14 0M8 14c2-2 6-2 8 0M12 18l2 2-2 2-2-2z" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/>
206
+ </svg>
207
+ <!-- Battery -->
208
+ <svg class="battery" viewBox="0 0 36 18">
209
+ <rect x="1" y="3" width="30" height="12" rx="2" ry="2" stroke="#fff" stroke-width="2" fill="none"/>
210
+ <rect x="3" y="5" width="22" height="8" fill="#fff"/>
211
+ <rect x="32" y="6" width="3" height="6" rx="1" ry="1" fill="#fff"/>
212
+ </svg>
213
+ </div>
214
+ </div>
215
+
216
+ <!-- App bar -->
217
+ <div class="appbar">
218
+ <div class="appbar-left">
219
+ <svg class="close-btn" viewBox="0 0 24 24">
220
+ <path d="M5 5l14 14M19 5L5 19" stroke="#fff" stroke-width="3" stroke-linecap="round"/>
221
+ </svg>
222
+ <div class="title">Add videos</div>
223
+ </div>
224
+ <div class="next">Next</div>
225
+ </div>
226
+
227
+ <!-- Meta row -->
228
+ <div class="meta-row">
229
+ <div class="section-title">Recently watched</div>
230
+ <div class="selected-count">0 videos selected</div>
231
+ </div>
232
+
233
+ <!-- List -->
234
+ <div class="list">
235
+
236
+ <div class="item">
237
+ <div class="thumb">
238
+ [IMG: Video thumbnail]
239
+ <div class="duration">3:26</div>
240
+ </div>
241
+ <div class="details">
242
+ <div class="title-text">Justin Bieber - Sorry (PURPOSE : The Movement)</div>
243
+ <div class="subtext">Justin Bieber</div>
244
+ <div class="meta">370 crore views · 7 years ago</div>
245
+ </div>
246
+ <div class="checkbox"></div>
247
+ </div>
248
+
249
+ <div class="item">
250
+ <div class="thumb">
251
+ [IMG: Video thumbnail]
252
+ <div class="duration">16:25</div>
253
+ </div>
254
+ <div class="details">
255
+ <div class="title-text">How to make A Workbench | DIY WOODWORKING</div>
256
+ <div class="subtext">DIY Creators</div>
257
+ <div class="meta">18 lakh views · 3 years ago</div>
258
+ </div>
259
+ <div class="checkbox"></div>
260
+ </div>
261
+
262
+ <div class="item">
263
+ <div class="thumb">
264
+ [IMG: Video thumbnail]
265
+ <div class="duration">2:01</div>
266
+ </div>
267
+ <div class="details">
268
+ <div class="title-text">Naa Saami Ranga First Look & Title Glimpse | Nagarjuna Ak...</div>
269
+ <div class="subtext">Srinivasa Silver Screen</div>
270
+ <div class="meta">78 lakh views · 3 weeks ago</div>
271
+ </div>
272
+ <div class="checkbox"></div>
273
+ </div>
274
+
275
+ <div class="item">
276
+ <div class="thumb">
277
+ [IMG: Video thumbnail]
278
+ <div class="duration">2:50</div>
279
+ </div>
280
+ <div class="details">
281
+ <div class="title-text">Training Plans in Sports</div>
282
+ <div class="subtext">Study Physical Education</div>
283
+ <div class="meta">13K views · 2 years ago</div>
284
+ </div>
285
+ <div class="checkbox"></div>
286
+ </div>
287
+
288
+ <div class="item">
289
+ <div class="thumb">
290
+ [IMG: Video thumbnail]
291
+ <div class="duration">1:46</div>
292
+ </div>
293
+ <div class="details">
294
+ <div class="title-text">Raksha Bandhan 2023: Kashmir में Army जवान को बहन ने बांधी राखी...</div>
295
+ <div class="subtext">NYOOOZ UP - Uttarakhand | उत्तर प्रदेश</div>
296
+ <div class="meta">3.3 lakh views · 3 weeks ago</div>
297
+ </div>
298
+ <div class="checkbox"></div>
299
+ </div>
300
+
301
+ <div class="item">
302
+ <div class="thumb">
303
+ [IMG
code/15998/15998_7.html ADDED
@@ -0,0 +1,228 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Add videos - New playlist</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #121212; color: #fff;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ position: absolute; top: 0; left: 0; width: 1080px; height: 120px;
17
+ background: #0f0f0f; display: flex; align-items: center; justify-content: space-between;
18
+ padding: 0 40px; box-sizing: border-box; font-weight: 500; color: #eaeaea;
19
+ letter-spacing: 0.3px;
20
+ }
21
+ .status-right { display: flex; align-items: center; gap: 22px; }
22
+ .dot { width: 10px; height: 10px; background: #cfcfcf; border-radius: 50%; display: inline-block; opacity: 0.8; }
23
+
24
+ /* App bar */
25
+ .app-bar {
26
+ position: absolute; top: 120px; left: 0; width: 1080px; height: 140px;
27
+ display: flex; align-items: center; padding: 0 36px; box-sizing: border-box;
28
+ }
29
+ .app-title { font-size: 46px; font-weight: 600; margin-left: 18px; }
30
+ .app-left { display: flex; align-items: center; }
31
+ .app-right { margin-left: auto; display: flex; align-items: center; gap: 24px; }
32
+ .next-btn { color: #58a6ff; font-size: 36px; font-weight: 600; }
33
+ .selected-count { color: #8e8e8e; font-size: 28px; }
34
+
35
+ /* Section header */
36
+ .section-header {
37
+ position: absolute; top: 280px; left: 36px; right: 36px;
38
+ display: flex; align-items: center; justify-content: space-between;
39
+ color: #bdbdbd; font-size: 34px; font-weight: 500;
40
+ }
41
+
42
+ /* List */
43
+ .list {
44
+ position: absolute; top: 340px; left: 0; right: 0; bottom: 120px;
45
+ overflow-y: auto; padding: 0 24px 120px; box-sizing: border-box;
46
+ }
47
+ .row {
48
+ display: grid; grid-template-columns: 380px 1fr 84px; align-items: center;
49
+ column-gap: 24px; padding: 24px 12px; border-radius: 12px;
50
+ }
51
+ .thumb {
52
+ width: 360px; height: 210px; background: #E0E0E0;
53
+ border: 1px solid #BDBDBD; border-radius: 16px;
54
+ display: flex; align-items: center; justify-content: center;
55
+ color: #757575; font-size: 26px; position: relative; overflow: hidden;
56
+ }
57
+ .duration {
58
+ position: absolute; right: 10px; bottom: 10px;
59
+ background: rgba(0,0,0,0.8); color: #eaeaea; font-size: 26px;
60
+ padding: 6px 10px; border-radius: 8px;
61
+ }
62
+ .meta { display: flex; flex-direction: column; gap: 8px; }
63
+ .title { font-size: 36px; line-height: 1.25; color: #ffffff; }
64
+ .sub { font-size: 28px; color: #a7a7a7; }
65
+ .checkbox {
66
+ width: 64px; height: 64px; display: flex; align-items: center; justify-content: center;
67
+ }
68
+ .checkbox svg { width: 44px; height: 44px; }
69
+ .divider { height: 1px; background: #1f1f1f; margin: 8px 0 12px; }
70
+
71
+ /* Dialog */
72
+ .dialog-backdrop {
73
+ position: absolute; left: 0; top: 0; width: 100%; height: 100%;
74
+ background: rgba(0,0,0,0.35);
75
+ }
76
+ .dialog {
77
+ position: absolute; left: 50%; top: 980px; transform: translateX(-50%);
78
+ width: 900px; background: #242424; border-radius: 18px;
79
+ box-shadow: 0 24px 80px rgba(0,0,0,0.7); padding: 40px; box-sizing: border-box;
80
+ }
81
+ .dialog-title { font-size: 44px; font-weight: 600; margin-bottom: 36px; }
82
+ .field-label { font-size: 30px; color: #bdbdbd; margin-bottom: 24px; }
83
+ .field-line { height: 2px; background: #4b4b4b; }
84
+ .privacy {
85
+ display: inline-flex; align-items: center; gap: 14px; margin-top: 28px;
86
+ color: #bdbdbd; font-size: 30px;
87
+ background: rgba(255,255,255,0.03); padding: 10px 14px; border-radius: 12px;
88
+ }
89
+ .actions { display: flex; justify-content: flex-end; gap: 36px; margin-top: 36px; }
90
+ .btn-cancel { color: #a9a9a9; font-size: 34px; }
91
+ .btn-create { color: #58a6ff; font-size: 34px; font-weight: 600; }
92
+
93
+ /* Gesture bar */
94
+ .gesture {
95
+ position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%);
96
+ width: 280px; height: 12px; background: #f1f1f1; border-radius: 12px; opacity: 0.85;
97
+ }
98
+ </style>
99
+ </head>
100
+ <body>
101
+ <div id="render-target">
102
+
103
+ <!-- Status bar -->
104
+ <div class="status-bar">
105
+ <div class="status-left" style="display:flex; align-items:center; gap:18px;">
106
+ <span style="font-size:36px;">7:44</span>
107
+ <span class="dot"></span>
108
+ <span class="dot"></span>
109
+ <span class="dot"></span>
110
+ <span class="dot"></span>
111
+ </div>
112
+ <div class="status-right">
113
+ <!-- simple wifi icon -->
114
+ <svg viewBox="0 0 24 24" width="40" height="40" fill="#ffffff" opacity="0.9">
115
+ <path d="M12 18a2 2 0 1 0 0.001 0zM2 9.5l2 2c4.9-4.9 12.9-4.9 17.8 0l2-2C18.1 4.8 5.9 4.8 2 9.5zM6 13.5l2 2c2.9-2.9 7.1-2.9 10 0l2-2c-4.1-4.1-11.9-4.1-16 0z"></path>
116
+ </svg>
117
+ <!-- battery icon -->
118
+ <svg viewBox="0 0 24 24" width="40" height="40" fill="#ffffff" opacity="0.9">
119
+ <path d="M20 7h1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-1v2H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h16v0zM5 10v8h13v-8H5z"></path>
120
+ </svg>
121
+ </div>
122
+ </div>
123
+
124
+ <!-- App bar -->
125
+ <div class="app-bar">
126
+ <div class="app-left">
127
+ <svg viewBox="0 0 24 24" width="48" height="48" fill="none" stroke="#ffffff" stroke-width="3">
128
+ <path d="M5 5L19 19M19 5L5 19"></path>
129
+ </svg>
130
+ <div class="app-title">Add videos</div>
131
+ </div>
132
+ <div class="app-right">
133
+ <div class="next-btn">Next</div>
134
+ </div>
135
+ </div>
136
+
137
+ <!-- Section header -->
138
+ <div class="section-header">
139
+ <div>Recently watched</div>
140
+ <div class="selected-count">0 videos selected</div>
141
+ </div>
142
+
143
+ <!-- List of videos -->
144
+ <div class="list">
145
+ <div class="row">
146
+ <div class="thumb">
147
+ [IMG: Video Thumbnail]
148
+ <div class="duration">3:26</div>
149
+ </div>
150
+ <div class="meta">
151
+ <div class="title">Justin Bieber - Sorry (PURPOSE : The Movement)</div>
152
+ <div class="sub">Justin Bieber</div>
153
+ <div class="sub">370 crore views · 7 years ago</div>
154
+ </div>
155
+ <div class="checkbox">
156
+ <svg viewBox="0 0 24 24">
157
+ <rect x="3" y="3" width="18" height="18" rx="2" ry="2" fill="none" stroke="#7a7a7a" stroke-width="2"></rect>
158
+ </svg>
159
+ </div>
160
+ </div>
161
+ <div class="row">
162
+ <div class="thumb">
163
+ [IMG: Video Thumbnail]
164
+ <div class="duration">16:25</div>
165
+ </div>
166
+ <div class="meta">
167
+ <div class="title">How to make A Workbench | DIY WOODWORKING</div>
168
+ <div class="sub">DIY Creators</div>
169
+ <div class="sub">18 lakh views · 3 years ago</div>
170
+ </div>
171
+ <div class="checkbox">
172
+ <svg viewBox="0 0 24 24">
173
+ <rect x="3" y="3" width="18" height="18" rx="2" ry="2" fill="none" stroke="#7a7a7a" stroke-width="2"></rect>
174
+ </svg>
175
+ </div>
176
+ </div>
177
+ <div class="row">
178
+ <div class="thumb">
179
+ [IMG: Video Thumbnail]
180
+ <div class="duration">3:21</div>
181
+ </div>
182
+ <div class="meta">
183
+ <div class="title">Naa Saami Ranga First Look &amp; Title Glimpse | Nagarjuna Ak...</div>
184
+ <div class="sub">Srinivasaa Silver Screen</div>
185
+ <div class="sub">23 lakh views · 4 years ago</div>
186
+ </div>
187
+ <div class="checkbox">
188
+ <svg viewBox="0 0 24 24">
189
+ <rect x="3" y="3" width="18" height="18" rx="2" ry="2" fill="none" stroke="#7a7a7a" stroke-width="2"></rect>
190
+ </svg>
191
+ </div>
192
+ </div>
193
+ <div class="row">
194
+ <div class="thumb">
195
+ [IMG: Video Thumbnail]
196
+ <div class="duration">2:21</div>
197
+ </div>
198
+ <div class="meta">
199
+ <div class="title">Galat Apne Launde (Full Video) Song | Fotty Seven ft. MojoJojo</div>
200
+ <div class="sub">RaaGaa Records</div>
201
+ <div class="sub">2.5 lakh views · 3 years ago</div>
202
+ </div>
203
+ <div class="checkbox">
204
+ <svg viewBox="0 0 24 24">
205
+ <rect x="3" y="3" width="18" height="18" rx="2" ry="2" fill="none" stroke="#7a7a7a" stroke-width="2"></rect>
206
+ </svg>
207
+ </div>
208
+ </div>
209
+ <div class="row">
210
+ <div class="thumb">
211
+ [IMG: Video Thumbnail]
212
+ <div class="duration">2:20</div>
213
+ </div>
214
+ <div class="meta">
215
+ <div class="title">Galat Launda | Fotty Seven | Hindi Rap | Prod MojoJojo</div>
216
+ <div class="sub">Fotty Seven</div>
217
+ <div class="sub">23 lakh views · 4 years ago</div>
218
+ </div>
219
+ <div class="checkbox">
220
+ <svg viewBox="0 0 24 24">
221
+ <rect x="3" y="3" width="18" height="18" rx="2" ry="2" fill="none" stroke="#7a7a7a" stroke-width="2"></rect>
222
+ </svg>
223
+ </div>
224
+ </div>
225
+ <div class="row">
226
+ <div class="thumb">
227
+ [IMG: Video Thumbnail]
228
+ <div class="duration
code/15998/15998_8.html ADDED
@@ -0,0 +1,417 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1">
6
+ <title>Add videos - New playlist</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ position: relative;
11
+ overflow: hidden;
12
+ width: 1080px;
13
+ height: 2400px;
14
+ background: #0F0F0F;
15
+ color: #FFFFFF;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 1080px;
24
+ height: 96px;
25
+ background: #0F0F0F;
26
+ display: flex;
27
+ align-items: center;
28
+ padding: 0 32px;
29
+ box-sizing: border-box;
30
+ font-weight: 500;
31
+ }
32
+ .status-left { flex: 1; font-size: 36px; color: #ffffff; }
33
+ .status-right { display: flex; gap: 28px; align-items: center; }
34
+ .status-icon svg { width: 36px; height: 36px; fill: #ffffff; opacity: 0.85; }
35
+
36
+ /* Top app bar */
37
+ .top-bar {
38
+ position: absolute;
39
+ top: 96px;
40
+ left: 0;
41
+ width: 1080px;
42
+ height: 120px;
43
+ display: flex;
44
+ align-items: center;
45
+ padding: 0 24px;
46
+ box-sizing: border-box;
47
+ background: #121212;
48
+ border-bottom: 1px solid #1f1f1f;
49
+ }
50
+ .top-left {
51
+ display: flex;
52
+ align-items: center;
53
+ gap: 24px;
54
+ }
55
+ .top-title {
56
+ font-size: 48px;
57
+ font-weight: 600;
58
+ letter-spacing: 0.2px;
59
+ }
60
+ .close-btn {
61
+ width: 64px; height: 64px; display: flex; justify-content: center; align-items: center;
62
+ }
63
+ .close-btn svg { width: 36px; height: 36px; fill: none; stroke: #FFFFFF; stroke-width: 6; opacity: 0.9; }
64
+ .top-right {
65
+ margin-left: auto;
66
+ display: flex;
67
+ align-items: center;
68
+ gap: 24px;
69
+ font-size: 32px;
70
+ }
71
+ .selected-count { color: #9e9e9e; }
72
+ .next-link { color: #3ea6ff; font-weight: 600; }
73
+
74
+ /* Content List */
75
+ .content {
76
+ position: absolute;
77
+ top: 216px;
78
+ left: 0;
79
+ width: 1080px;
80
+ padding: 24px;
81
+ box-sizing: border-box;
82
+ }
83
+ .section-title {
84
+ font-size: 36px;
85
+ color: #cfcfcf;
86
+ margin: 12px 0 24px 12px;
87
+ }
88
+ .video-item {
89
+ display: flex;
90
+ align-items: flex-start;
91
+ gap: 24px;
92
+ padding: 18px 12px;
93
+ border-radius: 8px;
94
+ }
95
+ .thumb {
96
+ position: relative;
97
+ width: 340px;
98
+ height: 190px;
99
+ background: #E0E0E0;
100
+ border: 1px solid #BDBDBD;
101
+ display: flex;
102
+ justify-content: center;
103
+ align-items: center;
104
+ color: #757575;
105
+ font-size: 28px;
106
+ }
107
+ .duration {
108
+ position: absolute;
109
+ right: 10px;
110
+ bottom: 10px;
111
+ background: rgba(0,0,0,0.75);
112
+ color: #fff;
113
+ font-size: 28px;
114
+ padding: 6px 12px;
115
+ border-radius: 6px;
116
+ }
117
+ .meta {
118
+ flex: 1;
119
+ min-width: 0;
120
+ }
121
+ .title {
122
+ font-size: 34px;
123
+ line-height: 1.25;
124
+ color: #ffffff;
125
+ margin-bottom: 6px;
126
+ }
127
+ .subtitle {
128
+ font-size: 28px;
129
+ color: #9e9e9e;
130
+ }
131
+ .checkbox {
132
+ width: 48px; height: 48px; border: 2px solid #757575; border-radius: 6px; margin-left: 12px;
133
+ }
134
+
135
+ /* Modal overlay & dialog */
136
+ .overlay {
137
+ position: absolute;
138
+ inset: 0;
139
+ background: rgba(0,0,0,0.55);
140
+ }
141
+ .dialog {
142
+ position: absolute;
143
+ left: 50%;
144
+ top: 50%;
145
+ width: 840px;
146
+ transform: translate(-50%, -50%);
147
+ background: #2C2C2C;
148
+ border-radius: 16px;
149
+ box-shadow: 0 24px 48px rgba(0,0,0,0.6);
150
+ padding: 40px;
151
+ box-sizing: border-box;
152
+ }
153
+ .dialog-title {
154
+ font-size: 48px;
155
+ font-weight: 600;
156
+ margin-bottom: 28px;
157
+ }
158
+ .text-input {
159
+ margin: 12px 0 24px 0;
160
+ }
161
+ .text-input .value {
162
+ font-size: 40px;
163
+ color: #ffffff;
164
+ padding-bottom: 12px;
165
+ border-bottom: 4px solid #1e88e5;
166
+ }
167
+ .pill {
168
+ display: inline-flex;
169
+ align-items: center;
170
+ gap: 10px;
171
+ padding: 12px 18px;
172
+ background: #424242;
173
+ border-radius: 999px;
174
+ color: #e0e0e0;
175
+ font-size: 28px;
176
+ margin-top: 10px;
177
+ }
178
+ .pill svg { width: 28px; height: 28px; fill: none; stroke: #e0e0e0; stroke-width: 3; }
179
+ .dialog-actions {
180
+ display: flex;
181
+ justify-content: flex-end;
182
+ gap: 24px;
183
+ margin-top: 24px;
184
+ font-size: 36px;
185
+ font-weight: 600;
186
+ }
187
+ .action {
188
+ color: #3ea6ff;
189
+ }
190
+
191
+ /* Suggestions bar above keyboard */
192
+ .suggestions {
193
+ position: absolute;
194
+ left: 0;
195
+ bottom: 780px;
196
+ width: 1080px;
197
+ height: 88px;
198
+ background: #1c1c1c;
199
+ display: flex;
200
+ align-items: center;
201
+ padding: 0 24px;
202
+ box-sizing: border-box;
203
+ gap: 24px;
204
+ border-top: 1px solid #282828;
205
+ }
206
+ .suggestion {
207
+ background: #2b2b2b;
208
+ color: #e0e0e0;
209
+ padding: 8px 16px;
210
+ border-radius: 16px;
211
+ font-size: 28px;
212
+ }
213
+ .kb-icon svg { width: 36px; height: 36px; fill: #cfcfcf; }
214
+
215
+ /* Keyboard */
216
+ .keyboard {
217
+ position: absolute;
218
+ left: 0;
219
+ bottom: 80px;
220
+ width: 1080px;
221
+ height: 760px;
222
+ background: #181818;
223
+ padding: 24px;
224
+ box-sizing: border-box;
225
+ display: grid;
226
+ grid-template-rows: repeat(4, 1fr);
227
+ gap: 24px;
228
+ border-top: 1px solid #282828;
229
+ }
230
+ .kb-row {
231
+ display: flex;
232
+ gap: 18px;
233
+ justify-content: center;
234
+ }
235
+ .key {
236
+ background: #2a2a2a;
237
+ color: #ffffff;
238
+ font-size: 42px;
239
+ min-width: 88px;
240
+ height: 120px;
241
+ border-radius: 18px;
242
+ display: flex;
243
+ justify-content: center;
244
+ align-items: center;
245
+ box-shadow: inset 0 -2px 0 rgba(255,255,255,0.06);
246
+ }
247
+ .key.small { min-width: 120px; }
248
+ .key.wide { min-width: 540px; }
249
+ .key.action { background: #e8cfcf; color: #161616; font-weight: 700; }
250
+ .key.icon { padding: 0 24px; }
251
+ .key svg { width: 42px; height: 42px; fill: none; stroke: #ffffff; stroke-width: 4; }
252
+
253
+ /* Gesture bar */
254
+ .gesture {
255
+ position: absolute;
256
+ left: 50%;
257
+ bottom: 24px;
258
+ transform: translateX(-50%);
259
+ width: 300px;
260
+ height: 12px;
261
+ background: #dcdcdc;
262
+ border-radius: 10px;
263
+ opacity: 0.85;
264
+ }
265
+ </style>
266
+ </head>
267
+ <body>
268
+ <div id="render-target">
269
+
270
+ <!-- Status bar -->
271
+ <div class="status-bar">
272
+ <div class="status-left">7:45</div>
273
+ <div class="status-right">
274
+ <div class="status-icon">
275
+ <!-- Cellular -->
276
+ <svg viewBox="0 0 24 24"><path d="M3 21h3v-4H3v4zm5 0h3v-7H8v7zm5 0h3v-10h-3v10zm5 0h3V3h-3v18z"/></svg>
277
+ </div>
278
+ <div class="status-icon">
279
+ <!-- Wi-Fi -->
280
+ <svg viewBox="0 0 24 24"><path d="M2 8a18 18 0 0 1 20 0l-2 2a14 14 0 0 0-16 0L2 8zm4 4a12 12 0 0 1 12 0l-2 2a8 8 0 0 0-8 0l-2-2zm6 6 2 2-2 2-2-2 2-2z"/></svg>
281
+ </div>
282
+ <div class="status-icon">
283
+ <!-- Battery -->
284
+ <svg viewBox="0 0 24 24"><rect x="2" y="7" width="18" height="10" rx="2" ry="2" fill="#ffffff"/><rect x="20" y="10" width="2" height="4" fill="#ffffff"/></svg>
285
+ </div>
286
+ </div>
287
+ </div>
288
+
289
+ <!-- Top bar -->
290
+ <div class="top-bar">
291
+ <div class="top-left">
292
+ <div class="close-btn" aria-label="Close">
293
+ <svg viewBox="0 0 24 24"><path d="M5 5L19 19M19 5L5 19"/></svg>
294
+ </div>
295
+ <div class="top-title">Add videos</div>
296
+ </div>
297
+ <div class="top-right">
298
+ <div class="selected-count">0 videos selected</div>
299
+ <div class="next-link">Next</div>
300
+ </div>
301
+ </div>
302
+
303
+ <!-- Content -->
304
+ <div class="content">
305
+ <div class="section-title">Recently watched</div>
306
+
307
+ <!-- Item 1 -->
308
+ <div class="video-item">
309
+ <div class="thumb">
310
+ [IMG: Video thumbnail]
311
+ <div class="duration">3:26</div>
312
+ </div>
313
+ <div class="meta">
314
+ <div class="title">Justin Bieber - Sorry (PURPOSE : The Movement)</div>
315
+ <div class="subtitle">Justin Bieber • 379M views • 7 years ago</div>
316
+ </div>
317
+ <div class="checkbox"></div>
318
+ </div>
319
+
320
+ <!-- Item 2 -->
321
+ <div class="video-item">
322
+ <div class="thumb">
323
+ [IMG: Video thumbnail]
324
+ <div class="duration">2:50</div>
325
+ </div>
326
+ <div class="meta">
327
+ <div class="title">Training Plans in Sports</div>
328
+ <div class="subtitle">Study Physical Education • 13K views • 2 years ago</div>
329
+ </div>
330
+ <div class="checkbox"></div>
331
+ </div>
332
+
333
+ <!-- Item 3 -->
334
+ <div class="video-item">
335
+ <div class="thumb">
336
+ [IMG: Video thumbnail]
337
+ <div class="duration">1:46</div>
338
+ </div>
339
+ <div class="meta">
340
+ <div class="title">Raksha Bandhan 2023: Kashmir में Army जवान ने बहन ने बांधी राखी...</div>
341
+ <div class="subtitle">NYYOOOZ UP - Uttarakhand • 3.3 lakh views • 3 weeks ago</div>
342
+ </div>
343
+ <div class="checkbox"></div>
344
+ </div>
345
+ </div>
346
+
347
+ <!-- Modal overlay and dialog -->
348
+ <div class="overlay"></div>
349
+ <div class="dialog" role="dialog" aria-label="New playlist">
350
+ <div class="dialog-title">New playlist</div>
351
+ <div class="text-input">
352
+ <div class="value">DIY Videos</div>
353
+ </div>
354
+ <div class="pill">
355
+ <svg viewBox="0 0 24 24"><path d="M7 11V7a5 5 0 0 1 10 0v4M5 11h14v9H5z"/></svg>
356
+ Private
357
+ </div>
358
+ <div class="dialog-actions">
359
+ <div class="action">Cancel</div>
360
+ <div class="action">Create</div>
361
+ </div>
362
+ </div>
363
+
364
+ <!-- Suggestions bar above keyboard -->
365
+ <div class="suggestions">
366
+ <div class="kb-icon">
367
+ <svg viewBox="0 0 24 24"><path d="M3 3h18v18H3zM7 7h3v3H7zM14 7h3v3h-3zM7 14h3v3H7zM14 14h3v3h-3z"/></svg>
368
+ </div>
369
+ <div class="suggestion">Videos</div>
370
+ <div class="suggestion">Video's</div>
371
+ <div style="margin-left:auto" class="kb-icon">
372
+ <!-- Mic -->
373
+ <svg viewBox="0 0 24 24"><path d="M12 3a4 4 0 0 1 4 4v6a4 4 0 0 1-8 0V7a4 4 0 0 1 4-4zm-7 8a7 7 0 0 0 14 0M12 21v-3"/></svg>
374
+ </div>
375
+ </div>
376
+
377
+ <!-- Keyboard -->
378
+ <div class="keyboard">
379
+ <div class="kb-row">
380
+ <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>
381
+ <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>
382
+ </div>
383
+ <div class="kb-row">
384
+ <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>
385
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
386
+ </div>
387
+ <div class="kb-row">
388
+ <div class="key icon small">
389
+ <!-- Shift/Home -->
390
+ <svg viewBox="0 0 24 24"><path d="M4 14l8-8 8 8M6 12v8h12v-8"/></svg>
391
+ </div>
392
+ <div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div>
393
+ <div class="key">b</div><div class="key">n</div><div class="key">m</div>
394
+ <div class="key icon small">
395
+ <!-- Backspace -->
396
+ <svg viewBox="0 0 24 24"><path d="M3 12l6-6h10v12H9zM13 9l4 3-4 3"/></svg>
397
+ </div>
398
+ </div>
399
+ <div class="kb-row">
400
+ <div class="key small">?123</div>
401
+ <div class="key small">,</div>
402
+ <div class="key small">
403
+ <!-- Emoji -->
404
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9" stroke="#ffffff"/><circle cx="9" cy="10" r="1.2" fill="#ffffff"/><circle cx="15" cy="10" r="1.2" fill="#ffffff"/><path d="M8 14c1.5 3 6.5 3 8 0" stroke="#ffffff"/></svg>
405
+ </div>
406
+ <div class="key wide">space</div>
407
+ <div class="key">.</div>
408
+ <div class="key action">✓</div>
409
+ </div>
410
+ </div>
411
+
412
+ <!-- Gesture bar -->
413
+ <div class="gesture"></div>
414
+
415
+ </div>
416
+ </body>
417
+ </html>
code/15998/15998_9.html ADDED
@@ -0,0 +1,416 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Playlists 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: #0E0E0E;
15
+ color: #FFFFFF;
16
+ font-family: Arial, Helvetica, sans-serif;
17
+ }
18
+ /* Status bar */
19
+ .status-bar {
20
+ height: 96px;
21
+ display: flex;
22
+ align-items: center;
23
+ padding: 0 36px;
24
+ font-size: 40px;
25
+ color: #F5F5F5;
26
+ }
27
+ .status-icons {
28
+ margin-left: auto;
29
+ display: flex;
30
+ gap: 22px;
31
+ align-items: center;
32
+ }
33
+ .status-icons svg { width: 36px; height: 36px; fill: #DADADA; }
34
+ .battery {
35
+ width: 52px; height: 28px; border: 2px solid #DADADA; border-radius: 6px; position: relative;
36
+ }
37
+ .battery::after { content:""; position:absolute; right:-8px; top:8px; width:6px; height:12px; background:#DADADA; border-radius:2px; }
38
+ .battery .level { position:absolute; left:4px; top:4px; bottom:4px; width:34px; background:#DADADA; border-radius:3px; }
39
+ /* App bar */
40
+ .app-bar {
41
+ height: 128px;
42
+ display: flex;
43
+ align-items: center;
44
+ padding: 0 24px;
45
+ }
46
+ .app-bar .back {
47
+ width: 72px; height: 72px; display:flex; align-items:center; justify-content:center;
48
+ }
49
+ .app-bar .title {
50
+ font-size: 64px; font-weight: 700; margin-left: 8px;
51
+ }
52
+ .app-bar .actions { margin-left: auto; display: flex; gap: 24px; }
53
+ .app-bar .actions svg { width: 56px; height: 56px; fill: #EDEDED; }
54
+ /* Filter chip */
55
+ .filter-row {
56
+ padding: 0 24px;
57
+ }
58
+ .chip {
59
+ display: inline-flex;
60
+ align-items: center;
61
+ gap: 16px;
62
+ background: #1C1C1C;
63
+ color: #EDEDED;
64
+ border-radius: 36px;
65
+ padding: 22px 28px;
66
+ font-size: 40px;
67
+ border: 1px solid #2A2A2A;
68
+ }
69
+ .chip svg { width: 28px; height: 28px; fill: #BDBDBD; }
70
+ /* List */
71
+ .list {
72
+ padding: 16px 24px 280px;
73
+ }
74
+ .item {
75
+ position: relative;
76
+ display: flex;
77
+ gap: 28px;
78
+ padding: 22px 0;
79
+ }
80
+ .thumb {
81
+ width: 420px;
82
+ height: 240px;
83
+ background: #E0E0E0;
84
+ border: 1px solid #BDBDBD;
85
+ color: #757575;
86
+ border-radius: 24px;
87
+ display: flex;
88
+ align-items: center;
89
+ justify-content: center;
90
+ text-align: center;
91
+ font-size: 32px;
92
+ position: relative;
93
+ overflow: hidden;
94
+ }
95
+ .thumb .center-icon {
96
+ position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
97
+ }
98
+ .playlist-overlay {
99
+ position: absolute;
100
+ left: 0; right: 0; bottom: 0;
101
+ height: 70px;
102
+ background: rgba(0,0,0,0.6);
103
+ display: flex;
104
+ align-items: center;
105
+ gap: 12px;
106
+ padding: 0 18px;
107
+ color: #EDEDED;
108
+ font-size: 34px;
109
+ }
110
+ .details {
111
+ flex: 1;
112
+ padding-top: 12px;
113
+ }
114
+ .title-row {
115
+ display: flex;
116
+ align-items: flex-start;
117
+ }
118
+ .title-row .name {
119
+ font-size: 56px; font-weight: 700; line-height: 1.1;
120
+ }
121
+ .title-row .more {
122
+ margin-left: auto;
123
+ width: 56px; height: 56px;
124
+ }
125
+ .meta {
126
+ margin-top: 10px;
127
+ color: #BDBDBD;
128
+ font-size: 36px;
129
+ }
130
+ .meta .extra { margin-top: 6px; font-size: 32px; color: #9E9E9E; }
131
+ /* Snackbar */
132
+ .snackbar {
133
+ position: absolute;
134
+ left: 24px; right: 24px; bottom: 600px;
135
+ background: #FFFFFF;
136
+ color: #111;
137
+ border-radius: 28px;
138
+ padding: 28px 34px;
139
+ display: flex;
140
+ align-items: center;
141
+ box-shadow: 0 8px 24px rgba(0,0,0,0.3);
142
+ font-size: 42px;
143
+ }
144
+ .snackbar .action {
145
+ margin-left: auto;
146
+ color: #1E88E5;
147
+ font-weight: 700;
148
+ }
149
+ /* Mini player */
150
+ .mini-player {
151
+ position: absolute;
152
+ left: 0; right: 0; bottom: 330px;
153
+ background: #121212;
154
+ border-top: 1px solid #2A2A2A;
155
+ height: 180px;
156
+ display: flex;
157
+ align-items: center;
158
+ padding: 0 24px;
159
+ gap: 22px;
160
+ }
161
+ .mini-thumb {
162
+ width: 280px; height: 160px;
163
+ background: #E0E0E0; border: 1px solid #BDBDBD; color: #757575;
164
+ display: flex; align-items: center; justify-content: center; font-size: 28px;
165
+ }
166
+ .mini-info {
167
+ flex: 1;
168
+ }
169
+ .mini-title {
170
+ color: #EDEDED; font-size: 40px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
171
+ }
172
+ .mini-sub {
173
+ color: #BDBDBD; font-size: 32px; margin-top: 8px;
174
+ }
175
+ .mini-actions { display: flex; gap: 24px; align-items: center; }
176
+ .mini-actions svg { width: 48px; height: 48px; fill: #EDEDED; }
177
+ /* Bottom nav */
178
+ .bottom-nav {
179
+ position: absolute;
180
+ left: 0; right: 0; bottom: 120px;
181
+ height: 210px;
182
+ background: #0A0A0A;
183
+ border-top: 1px solid #2A2A2A;
184
+ display: flex;
185
+ justify-content: space-around;
186
+ align-items: center;
187
+ padding: 0 24px;
188
+ }
189
+ .nav-item {
190
+ display: flex; flex-direction: column; align-items: center; gap: 12px; color: #EDEDED;
191
+ font-size: 28px;
192
+ }
193
+ .nav-item svg { width: 56px; height: 56px; fill: #EDEDED; }
194
+ .nav-item.primary {
195
+ background: #111; border-radius: 40px; padding: 22px 28px;
196
+ }
197
+ /* Gesture bar */
198
+ .gesture {
199
+ position: absolute; left: 50%; transform: translateX(-50%);
200
+ bottom: 34px; width: 360px; height: 14px; background: #FFFFFF; border-radius: 8px; opacity: 0.85;
201
+ }
202
+ /* Simple icons */
203
+ .icon { fill: #EDEDED; }
204
+ </style>
205
+ </head>
206
+ <body>
207
+ <div id="render-target">
208
+ <!-- Status bar -->
209
+ <div class="status-bar">
210
+ <div>7:45</div>
211
+ <div class="status-icons">
212
+ <!-- Location -->
213
+ <svg viewBox="0 0 24 24"><path d="M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7zm0 9a2 2 0 1 1 0-4 2 2 0 0 1 0 4z"/></svg>
214
+ <!-- NFC / triangle -->
215
+ <svg viewBox="0 0 24 24"><path d="M12 3l9 16H3L12 3z"/></svg>
216
+ <!-- WiFi -->
217
+ <svg viewBox="0 0 24 24"><path d="M12 18.5l2.5 2.5-2.5 2.5-2.5-2.5L12 18.5z"/><path d="M2 9c5.5-4.5 14.5-4.5 20 0l-1.6 1.6C16 7 8 7 3.6 10.6L2 9z"/><path d="M5.2 12.2C9 9.5 15 9.5 18.8 12.2l-1.6 1.6c-2.8-2-6.8-2-9.6 0l-1.6-1.6z"/></svg>
218
+ <!-- Dot -->
219
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="3"/></svg>
220
+ <!-- Battery -->
221
+ <div class="battery"><div class="level"></div></div>
222
+ </div>
223
+ </div>
224
+
225
+ <!-- App bar -->
226
+ <div class="app-bar">
227
+ <div class="back">
228
+ <svg viewBox="0 0 24 24" class="icon"><path d="M15.5 19l-7-7 7-7"/></svg>
229
+ </div>
230
+ <div class="title">Playlists</div>
231
+ <div class="actions">
232
+ <!-- Cast -->
233
+ <svg viewBox="0 0 24 24"><path d="M3 5h18v10h-6v2h8V3H1v6h2zM1 18v3h3c0-1.7-1.3-3-3-3zm0-4v2c3.3 0 6 2.7 6 6h2c0-4.4-3.6-8-8-8zm0-4v2c5.5 0 10 4.5 10 10h2C13 13.4 7.6 8 1 8z"/></svg>
234
+ <!-- Search -->
235
+ <svg viewBox="0 0 24 24"><path d="M10 2a8 8 0 1 0 5.3 14.2l5 5 1.4-1.4-5-5A8 8 0 0 0 10 2zm0 14a6 6 0 1 1 0-12 6 6 0 0 1 0 12z"/></svg>
236
+ <!-- More vert -->
237
+ <svg viewBox="0 0 24 24"><path d="M12 5a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 9a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 9a2 2 0 1 0 0-4 2 2 0 0 0 0 4z"/></svg>
238
+ </div>
239
+ </div>
240
+
241
+ <!-- Filter chip -->
242
+ <div class="filter-row">
243
+ <div class="chip">
244
+ <span>Recently added</span>
245
+ <svg viewBox="0 0 24 24"><path d="M7 10l5 5 5-5"/></svg>
246
+ </div>
247
+ </div>
248
+
249
+ <!-- List -->
250
+ <div class="list">
251
+ <!-- Watch Later -->
252
+ <div class="item">
253
+ <div class="thumb">
254
+ <div class="center-icon">
255
+ <svg viewBox="0 0 80 80" width="80" height="80">
256
+ <circle cx="40" cy="40" r="30" stroke="#9E9E9E" stroke-width="6" fill="none"/>
257
+ <path d="M40 40V22M40 40l14 10" stroke="#9E9E9E" stroke-width="6" stroke-linecap="round"/>
258
+ </svg>
259
+ </div>
260
+ <div class="playlist-overlay">
261
+ <svg viewBox="0 0 24 24" width="36" height="36" fill="#EDEDED"><path d="M3 6h18v2H3zm0 5h18v2H3zm0 5h12v2H3z"/></svg>
262
+ <span>0</span>
263
+ </div>
264
+ [IMG: Empty playlist thumbnail]
265
+ </div>
266
+ <div class="details">
267
+ <div class="title-row">
268
+ <div class="name">Watch Later</div>
269
+ <svg class="more" viewBox="0 0 24 24"><path d="M12 5a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 9a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 9a2 2 0 1 0 0-4 2 2 0 0 0 0 4z"/></svg>
270
+ </div>
271
+ <div class="meta">Private</div>
272
+ </div>
273
+ </div>
274
+
275
+ <!-- Ab -->
276
+ <div class="item">
277
+ <div class="thumb">
278
+ <div class="playlist-overlay">
279
+ <svg viewBox="0 0 24 24" width="36" height="36" fill="#EDEDED"><path d="M3 6h18v2H3zm0 5h18v2H3zm0 5h12v2H3z"/></svg>
280
+ <span>0</span>
281
+ </div>
282
+ [IMG: Empty playlist thumbnail]
283
+ </div>
284
+ <div class="details">
285
+ <div class="title-row">
286
+ <div class="name">Ab</div>
287
+ <svg class="more" viewBox="0 0 24 24"><path d="M12 5a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 9a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 9a2 2 0 1 0 0-4 2 2 0 0 0 0 4z"/></svg>
288
+ </div>
289
+ <div class="meta">Private<div class="extra">Updated today</div></div>
290
+ </div>
291
+ </div>
292
+
293
+ <!-- Feel the soul -->
294
+ <div class="item">
295
+ <div class="thumb">
296
+ <div class="playlist-overlay">
297
+ <svg viewBox="0 0 24 24" width="36" height="36" fill="#EDEDED"><path d="M3 6h18v2H3zm0 5h18v2H3zm0 5h12v2H3z"/></svg>
298
+ <span>1</span>
299
+ </div>
300
+ [IMG: Album art poster]
301
+ </div>
302
+ <div class="details">
303
+ <div class="title-row">
304
+ <div class="name">Feel the soul</div>
305
+ <svg class="more" viewBox="0 0 24 24"><path d="M12 5a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 9a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 9a2 2 0 1 0 0-4 2 2 0 0 0 0 4z"/></svg>
306
+ </div>
307
+ <div class="meta">Private</div>
308
+ </div>
309
+ </div>
310
+
311
+ <!-- Music that heals (Windows 11) -->
312
+ <div class="item">
313
+ <div class="thumb">
314
+ <div class="playlist-overlay">
315
+ <svg viewBox="0 0 24 24" width="36" height="36" fill="#EDEDED"><path d="M3 6h18v2H3zm0 5h18v2H3zm0 5h12v2H3z"/></svg>
316
+ <span>1</span>
317
+ </div>
318
+ [IMG: PC build Windows 11 poster]
319
+ </div>
320
+ <div class="details">
321
+ <div class="title-row">
322
+ <div class="name">Music that heals</div>
323
+ <svg class="more" viewBox="0 0 24 24"><path d="M12 5a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 9a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 9a2 2 0 1 0 0-4 2 2 0 0 0 0 4z"/></svg>
324
+ </div>
325
+ <div class="meta">Private</div>
326
+ </div>
327
+ </div>
328
+
329
+ <!-- Music that heals (TV show scene) -->
330
+ <div class="item">
331
+ <div class="thumb">
332
+ <div class="playlist-overlay">
333
+ <svg viewBox="0 0 24 24" width="36" height="36" fill="#EDEDED"><path d="M3 6h18v2H3zm0 5h18v2H3zm0 5h12v2H3z"/></svg>
334
+ <span>5</span>
335
+ </div>
336
+ [IMG: TV show comic scene]
337
+ </div>
338
+ <div class="details">
339
+ <div class="title-row">
340
+ <div class="name">Music that heals</div>
341
+ <svg class="more" viewBox="0 0 24 24"><path d="M12 5a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 9a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 9a2 2 0 1 0 0-4 2 2 0 0 0 0 4z"/></svg>
342
+ </div>
343
+ <div class="meta">Private</div>
344
+ </div>
345
+ </div>
346
+
347
+ <!-- Music that heals (Pop song poster) -->
348
+ <div class="item">
349
+ <div class="thumb">
350
+ <div class="playlist-overlay">
351
+ <svg viewBox="0 0 24 24" width="36" height="36" fill="#EDEDED"><path d="M3 6h18v2H3zm0 5h18v2H3zm0 5h12v2H3z"/></svg>
352
+ <span>3</span>
353
+ </div>
354
+ [IMG: Pop song poster]
355
+ </div>
356
+ <div class="details">
357
+ <div class="title-row">
358
+ <div class="name">Music that heals</div>
359
+ <svg class="more" viewBox="0 0 24 24"><path d="M12 5a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 9a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 9a2 2 0 1 0 0-4 2 2 0 0 0 0 4z"/></svg>
360
+ </div>
361
+ <div class="meta">Private</div>
362
+ </div>
363
+ </div>
364
+ </div>
365
+
366
+ <!-- Snackbar -->
367
+ <div class="snackbar">
368
+ <div>Playlist created</div>
369
+ <div class="action">See list</div>
370
+ </div>
371
+
372
+ <!-- Mini player -->
373
+ <div class="mini-player">
374
+ <div class="mini-thumb">[IMG: Workbench project]</div>
375
+ <div class="mini-info">
376
+ <div class="mini-title">How to make A Workbench | D...</div>
377
+ <div class="mini-sub">DIY Creators</div>
378
+ </div>
379
+ <div class="mini-actions">
380
+ <!-- Play -->
381
+ <svg viewBox="0 0 24 24"><path d="M8 5v14l11-7z"/></svg>
382
+ <!-- Expand up -->
383
+ <svg viewBox="0 0 24 24"><path d="M12 8l-6 6h12z"/></svg>
384
+ <!-- Close -->
385
+ <svg viewBox="0 0 24 24"><path d="M18.3 5.7L12 12l6.3 6.3-1.4 1.4L10.6 13.4 4.3 19.7 2.9 18.3 9.2 12 2.9 5.7 4.3 4.3l6.3 6.3 6.3-6.3z"/></svg>
386
+ </div>
387
+ </div>
388
+
389
+ <!-- Bottom nav -->
390
+ <div class="bottom-nav">
391
+ <div class="nav-item">
392
+ <svg viewBox="0 0 24 24"><path d="M12 3l10 9h-3v9H5v-9H2l10-9z"/></svg>
393
+ <div>Home</div>
394
+ </div>
395
+ <div class="nav-item">
396
+ <svg viewBox="0 0 24 24"><path d="M4 3l16 9-16 9V3z"/></svg>
397
+ <div>Shorts</div>
398
+ </div>
399
+ <div class="nav-item primary">
400
+ <svg viewBox="0 0 24 24"><path d="M11 4h2v16h-2zM4 11h16v2H4z"/></svg>
401
+ </div>
402
+ <div class="nav-item">
403
+ <svg viewBox="0 0 24 24"><path d="M3 5h18v12H3zM6 8h12v6H6z"/></svg>
404
+ <div>Subscriptions</div>
405
+ </div>
406
+ <div class="nav-item">
407
+ <svg viewBox="0 0 24 24"><path d="M4 4h16v16H4zM6 6h5v5H6zM13 6h5v5h-5zM6 13h5v5H6zM13 13h5v5h-5z"/></svg>
408
+ <div>Library</div>
409
+ </div>
410
+ </div>
411
+
412
+ <!-- Gesture bar -->
413
+ <div class="gesture"></div>
414
+ </div>
415
+ </body>
416
+ </html>
code/16/16_0.html ADDED
@@ -0,0 +1,260 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Personal Items UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #000000;
15
+ color: #FFFFFF;
16
+ font-family: Roboto, Inter, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ width: 1080px;
25
+ height: 70px;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ padding: 0 28px;
30
+ font-size: 28px;
31
+ color: #FFFFFF;
32
+ opacity: 0.95;
33
+ }
34
+ .status-right {
35
+ display: flex;
36
+ align-items: center;
37
+ gap: 18px;
38
+ }
39
+ .icon { display: inline-flex; align-items: center; justify-content: center; }
40
+
41
+ /* App bar */
42
+ .app-bar {
43
+ position: absolute;
44
+ top: 76px;
45
+ left: 0;
46
+ width: 1080px;
47
+ height: 120px;
48
+ display: flex;
49
+ align-items: center;
50
+ padding: 0 32px;
51
+ box-sizing: border-box;
52
+ }
53
+ .app-title {
54
+ font-size: 56px;
55
+ font-weight: 700;
56
+ letter-spacing: 0.2px;
57
+ margin: 0 24px;
58
+ }
59
+ .spacer { flex: 1; }
60
+
61
+ /* Card list */
62
+ .card {
63
+ position: absolute;
64
+ top: 240px;
65
+ left: 40px;
66
+ width: 1000px;
67
+ background: #323232;
68
+ border-radius: 28px;
69
+ box-sizing: border-box;
70
+ padding: 18px 24px;
71
+ }
72
+ .note-item {
73
+ display: flex;
74
+ align-items: center;
75
+ padding: 22px 10px;
76
+ border-bottom: 1px solid #4A4A4A;
77
+ }
78
+ .note-item:last-child { border-bottom: none; }
79
+ .note-icon {
80
+ width: 56px;
81
+ height: 56px;
82
+ border-radius: 14px;
83
+ background: #474747;
84
+ display: flex;
85
+ align-items: center;
86
+ justify-content: center;
87
+ margin-right: 22px;
88
+ }
89
+ .note-title {
90
+ font-size: 40px;
91
+ color: #EDEDED;
92
+ }
93
+ .note-right {
94
+ margin-left: auto;
95
+ font-size: 34px;
96
+ color: #5985FF;
97
+ }
98
+
99
+ /* Floating Action Button */
100
+ .fab {
101
+ position: absolute;
102
+ right: 54px;
103
+ bottom: 260px;
104
+ width: 144px;
105
+ height: 144px;
106
+ background: #3D6BFF;
107
+ border-radius: 50%;
108
+ display: flex;
109
+ align-items: center;
110
+ justify-content: center;
111
+ box-shadow: 0 8px 24px rgba(61,107,255,0.45);
112
+ }
113
+
114
+ /* Bottom navigation */
115
+ .bottom-nav {
116
+ position: absolute;
117
+ bottom: 120px;
118
+ left: 0;
119
+ width: 1080px;
120
+ height: 120px;
121
+ display: flex;
122
+ align-items: center;
123
+ justify-content: space-around;
124
+ padding: 0 80px;
125
+ box-sizing: border-box;
126
+ }
127
+ .nav-icon { width: 88px; height: 88px; display: flex; align-items: center; justify-content: center; }
128
+ .selected-square {
129
+ width: 72px;
130
+ height: 72px;
131
+ border-radius: 16px;
132
+ background: #3D6BFF;
133
+ display: flex;
134
+ align-items: center;
135
+ justify-content: center;
136
+ }
137
+ .nav-muted { color: #B0B0B0; }
138
+
139
+ /* Gesture bar */
140
+ .gesture-bar {
141
+ position: absolute;
142
+ bottom: 42px;
143
+ left: 50%;
144
+ transform: translateX(-50%);
145
+ width: 420px;
146
+ height: 14px;
147
+ background: #D7D7D7;
148
+ border-radius: 8px;
149
+ opacity: 0.9;
150
+ }
151
+ </style>
152
+ </head>
153
+ <body>
154
+ <div id="render-target">
155
+
156
+ <!-- Status Bar -->
157
+ <div class="status-bar">
158
+ <div>4:17</div>
159
+ <div class="status-right">
160
+ <!-- Simple cellular bars -->
161
+ <svg class="icon" width="28" height="28" viewBox="0 0 24 24">
162
+ <rect x="2" y="14" width="3" height="8" fill="#FFFFFF" opacity="0.8"/>
163
+ <rect x="7" y="12" width="3" height="10" fill="#FFFFFF" opacity="0.8"/>
164
+ <rect x="12" y="10" width="3" height="12" fill="#FFFFFF" opacity="0.8"/>
165
+ <rect x="17" y="8" width="3" height="14" fill="#FFFFFF" opacity="0.8"/>
166
+ </svg>
167
+ <!-- WiFi -->
168
+ <svg class="icon" width="28" height="28" viewBox="0 0 24 24">
169
+ <path d="M2 8c5-4 15-4 20 0" stroke="#FFFFFF" stroke-width="2" fill="none" opacity="0.8"/>
170
+ <path d="M6 12c3-2 9-2 12 0" stroke="#FFFFFF" stroke-width="2" fill="none" opacity="0.8"/>
171
+ <circle cx="12" cy="16" r="2" fill="#FFFFFF" opacity="0.9"/>
172
+ </svg>
173
+ <!-- Battery -->
174
+ <svg class="icon" width="34" height="28" viewBox="0 0 28 16">
175
+ <rect x="1" y="2" width="22" height="12" rx="2" ry="2" stroke="#FFFFFF" stroke-width="2" fill="none"/>
176
+ <rect x="24" y="5" width="3" height="6" fill="#FFFFFF"/>
177
+ <rect x="3" y="4" width="16" height="8" fill="#FFFFFF"/>
178
+ </svg>
179
+ </div>
180
+ </div>
181
+
182
+ <!-- App Bar -->
183
+ <div class="app-bar">
184
+ <!-- Hamburger -->
185
+ <svg class="icon" width="56" height="56" viewBox="0 0 24 24">
186
+ <path d="M3 6h18M3 12h18M3 18h18" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round"/>
187
+ </svg>
188
+ <div class="app-title">personal items</div>
189
+ <div class="spacer"></div>
190
+ <!-- More vertical -->
191
+ <svg class="icon" width="56" height="56" viewBox="0 0 24 24">
192
+ <circle cx="12" cy="5" r="2" fill="#FFFFFF"/>
193
+ <circle cx="12" cy="12" r="2" fill="#FFFFFF"/>
194
+ <circle cx="12" cy="19" r="2" fill="#FFFFFF"/>
195
+ </svg>
196
+ </div>
197
+
198
+ <!-- Card with notes -->
199
+ <div class="card">
200
+ <div class="note-item">
201
+ <div class="note-icon">
202
+ <svg width="34" height="34" viewBox="0 0 24 24">
203
+ <rect x="4" y="5" width="16" height="14" rx="2" fill="#616161"/>
204
+ <path d="M7 9h10M7 13h7" stroke="#BDBDBD" stroke-width="2" stroke-linecap="round"/>
205
+ </svg>
206
+ </div>
207
+ <div class="note-title">Personal goals</div>
208
+ </div>
209
+ <div class="note-item">
210
+ <div class="note-icon">
211
+ <svg width="34" height="34" viewBox="0 0 24 24">
212
+ <rect x="4" y="5" width="16" height="14" rx="2" fill="#616161"/>
213
+ <path d="M7 9h10M7 13h7" stroke="#BDBDBD" stroke-width="2" stroke-linecap="round"/>
214
+ </svg>
215
+ </div>
216
+ <div class="note-title">Buy Hiking boots and Camping gear</div>
217
+ <div class="note-right">Nov 18</div>
218
+ </div>
219
+ </div>
220
+
221
+ <!-- Floating Action Button -->
222
+ <div class="fab">
223
+ <svg width="72" height="72" viewBox="0 0 24 24">
224
+ <path d="M12 5v14M5 12h14" stroke="#FFFFFF" stroke-width="2.8" stroke-linecap="round"/>
225
+ </svg>
226
+ </div>
227
+
228
+ <!-- Bottom Navigation -->
229
+ <div class="bottom-nav">
230
+ <div class="nav-icon">
231
+ <div class="selected-square">
232
+ <svg width="44" height="44" viewBox="0 0 24 24">
233
+ <path d="M5 13l4 4 10-10" stroke="#FFFFFF" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
234
+ </svg>
235
+ </div>
236
+ </div>
237
+ <div class="nav-icon nav-muted">
238
+ <svg width="72" height="72" viewBox="0 0 24 24">
239
+ <rect x="3" y="4" width="18" height="16" rx="2" ry="2" fill="none" stroke="#B0B0B0" stroke-width="2"/>
240
+ <rect x="3" y="4" width="18" height="4" fill="#B0B0B0"/>
241
+ <circle cx="8" cy="12" r="1.2" fill="#B0B0B0"/>
242
+ <circle cx="12" cy="12" r="1.2" fill="#B0B0B0"/>
243
+ <circle cx="16" cy="12" r="1.2" fill="#B0B0B0"/>
244
+ </svg>
245
+ </div>
246
+ <div class="nav-icon nav-muted">
247
+ <svg width="72" height="72" viewBox="0 0 24 24">
248
+ <circle cx="12" cy="12" r="5" stroke="#B0B0B0" stroke-width="2" fill="none"/>
249
+ <circle cx="12" cy="12" r="2.3" fill="#B0B0B0"/>
250
+ <path d="M12 2v3M21 12h-3M12 19v3M6 12H3M5 5l2 2M19 5l-2 2M19 19l-2-2M5 19l2-2" stroke="#B0B0B0" stroke-width="2" stroke-linecap="round"/>
251
+ </svg>
252
+ </div>
253
+ </div>
254
+
255
+ <!-- Gesture Bar -->
256
+ <div class="gesture-bar"></div>
257
+
258
+ </div>
259
+ </body>
260
+ </html>
code/16/16_1.html ADDED
@@ -0,0 +1,376 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>UI Render</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ position: relative;
10
+ width: 1080px;
11
+ height: 2400px;
12
+ overflow: hidden;
13
+ background: #000000;
14
+ border-radius: 0;
15
+ box-shadow: none;
16
+ color: #FFFFFF;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ width: 1080px;
25
+ height: 110px;
26
+ padding: 0 28px;
27
+ box-sizing: border-box;
28
+ display: flex;
29
+ align-items: center;
30
+ justify-content: space-between;
31
+ color: #D1D1D1;
32
+ font-size: 40px;
33
+ letter-spacing: 0.5px;
34
+ }
35
+ .status-left { display: flex; align-items: center; gap: 20px; }
36
+ .status-right { display: flex; align-items: center; gap: 26px; }
37
+ .status-icon svg { width: 38px; height: 38px; fill: #D1D1D1; }
38
+
39
+ /* App bar */
40
+ .app-bar {
41
+ position: absolute;
42
+ top: 110px;
43
+ left: 0;
44
+ width: 1080px;
45
+ height: 120px;
46
+ padding: 0 34px;
47
+ box-sizing: border-box;
48
+ display: flex;
49
+ align-items: center;
50
+ gap: 24px;
51
+ color: #FFFFFF;
52
+ }
53
+ .hamburger svg { width: 64px; height: 64px; fill: none; stroke: #FFFFFF; stroke-width: 60; }
54
+ .title {
55
+ font-size: 72px;
56
+ font-weight: 700;
57
+ letter-spacing: 0.5px;
58
+ }
59
+
60
+ /* Cards / items */
61
+ .cards {
62
+ position: absolute;
63
+ top: 250px;
64
+ left: 34px;
65
+ width: 740px;
66
+ }
67
+ .card {
68
+ background: #2F2F2F;
69
+ border-radius: 28px;
70
+ padding: 34px 34px;
71
+ box-sizing: border-box;
72
+ margin-bottom: 26px;
73
+ display: flex;
74
+ align-items: center;
75
+ gap: 26px;
76
+ color: #EDEDED;
77
+ box-shadow: 0 2px 0 rgba(0,0,0,0.2);
78
+ }
79
+ .card-icon {
80
+ width: 64px;
81
+ height: 64px;
82
+ display: inline-flex;
83
+ align-items: center;
84
+ justify-content: center;
85
+ }
86
+ .card-text { font-size: 46px; }
87
+
88
+ /* Overlay menu panel */
89
+ .menu-panel {
90
+ position: absolute;
91
+ top: 220px;
92
+ right: 36px;
93
+ width: 580px;
94
+ background: #3A3A3A;
95
+ border-radius: 32px;
96
+ box-shadow: 0 18px 40px rgba(0,0,0,0.55);
97
+ padding: 22px 0;
98
+ box-sizing: border-box;
99
+ }
100
+ .menu-item {
101
+ display: flex;
102
+ align-items: center;
103
+ gap: 28px;
104
+ padding: 28px 36px;
105
+ color: #FFFFFF;
106
+ }
107
+ .menu-item + .menu-item { border-top: 1px solid rgba(255,255,255,0.06); }
108
+ .menu-icon svg {
109
+ width: 56px;
110
+ height: 56px;
111
+ fill: none;
112
+ stroke: #C7C7C7;
113
+ stroke-width: 36;
114
+ stroke-linecap: round;
115
+ stroke-linejoin: round;
116
+ }
117
+ .menu-text { font-size: 44px; }
118
+
119
+ /* Bottom bar icons */
120
+ .bottom-bar {
121
+ position: absolute;
122
+ bottom: 110px;
123
+ left: 0;
124
+ width: 1080px;
125
+ height: 150px;
126
+ display: flex;
127
+ align-items: center;
128
+ justify-content: space-between;
129
+ padding: 0 80px;
130
+ box-sizing: border-box;
131
+ }
132
+ .bottom-icon {
133
+ width: 110px;
134
+ height: 110px;
135
+ display: inline-flex;
136
+ align-items: center;
137
+ justify-content: center;
138
+ border-radius: 24px;
139
+ }
140
+ .bottom-icon svg { width: 72px; height: 72px; }
141
+ .bottom-icon.primary {
142
+ background: #3D63FF;
143
+ }
144
+ .bottom-icon.primary svg { fill: none; stroke: #FFFFFF; stroke-width: 40; }
145
+ .bottom-icon.gray svg { fill: none; stroke: #BEBEBE; stroke-width: 40; }
146
+
147
+ /* FAB */
148
+ .fab {
149
+ position: absolute;
150
+ right: 40px;
151
+ bottom: 220px;
152
+ width: 160px;
153
+ height: 160px;
154
+ border-radius: 50%;
155
+ background: #3D63FF;
156
+ box-shadow: 0 12px 26px rgba(0,0,0,0.6);
157
+ display: flex;
158
+ align-items: center;
159
+ justify-content: center;
160
+ }
161
+ .fab svg { width: 82px; height: 82px; fill: none; stroke: #FFFFFF; stroke-width: 36; }
162
+
163
+ /* Gesture handle */
164
+ .gesture {
165
+ position: absolute;
166
+ bottom: 34px;
167
+ left: 50%;
168
+ transform: translateX(-50%);
169
+ width: 340px;
170
+ height: 14px;
171
+ background: #EDEDED;
172
+ border-radius: 8px;
173
+ opacity: 0.9;
174
+ }
175
+ </style>
176
+ </head>
177
+ <body>
178
+ <div id="render-target">
179
+
180
+ <!-- Status bar -->
181
+ <div class="status-bar">
182
+ <div class="status-left">
183
+ <div>4:17</div>
184
+ <div>79°</div>
185
+ <div class="status-icon">
186
+ <svg viewBox="0 0 24 24"><path d="M3 6h18v12H3zM6 9h12v6H6z"/></svg>
187
+ </div>
188
+ </div>
189
+ <div class="status-right">
190
+ <div class="status-icon"><svg viewBox="0 0 24 24"><path d="M3 18l18-12v12z"/></svg></div>
191
+ <div class="status-icon"><svg viewBox="0 0 24 24"><path d="M2 18h20M4 14h16M6 10h12"/></svg></div>
192
+ <div class="status-icon"><svg viewBox="0 0 24 24"><path d="M3 21h18M6 17h12M9 13h6M12 3v10"/></svg></div>
193
+ <div class="status-icon"><svg viewBox="0 0 24 24"><path d="M5 21h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2z"/></svg></div>
194
+ </div>
195
+ </div>
196
+
197
+ <!-- App bar -->
198
+ <div class="app-bar">
199
+ <div class="hamburger">
200
+ <svg viewBox="0 0 100 100">
201
+ <path d="M10 20 H90 M10 50 H90 M10 80 H90"/>
202
+ </svg>
203
+ </div>
204
+ <div class="title">personal items</div>
205
+ </div>
206
+
207
+ <!-- Cards -->
208
+ <div class="cards">
209
+ <div class="card">
210
+ <div class="card-icon">
211
+ <svg viewBox="0 0 100 100">
212
+ <rect x="12" y="18" width="76" height="64" rx="12" ry="12" fill="none" stroke="#BDBDBD" stroke-width="8"/>
213
+ <path d="M26 40 H74 M26 58 H60" stroke="#BDBDBD" stroke-width="8" stroke-linecap="round"/>
214
+ </svg>
215
+ </div>
216
+ <div class="card-text">Personal goals</div>
217
+ </div>
218
+
219
+ <div class="card">
220
+ <div class="card-icon">
221
+ <svg viewBox="0 0 100 100">
222
+ <rect x="12" y="18" width="76" height="64" rx="12" ry="12" fill="none" stroke="#BDBDBD" stroke-width="8"/>
223
+ <path d="M26 40 H74 M26 58 H60" stroke="#BDBDBD" stroke-width="8" stroke-linecap="round"/>
224
+ </svg>
225
+ </div>
226
+ <div class="card-text">Buy Hiking boots and gear</div>
227
+ </div>
228
+ </div>
229
+
230
+ <!-- Overlay menu -->
231
+ <div class="menu-panel">
232
+ <div class="menu-item">
233
+ <div class="menu-icon">
234
+ <!-- Pencil -->
235
+ <svg viewBox="0 0 100 100"><path d="M20 80 L35 85 L80 40 L60 20 L15 65 Z M60 20 L80 40"/></svg>
236
+ </div>
237
+ <div class="menu-text">Edit List</div>
238
+ </div>
239
+ <div class="menu-item">
240
+ <div class="menu-icon">
241
+ <!-- Details/list with bullets -->
242
+ <svg viewBox="0 0 100 100">
243
+ <circle cx="22" cy="30" r="6" />
244
+ <circle cx="22" cy="50" r="6" />
245
+ <circle cx="22" cy="70" r="6" />
246
+ <path d="M38 30 H82 M38 50 H82 M38 70 H82"/>
247
+ </svg>
248
+ </div>
249
+ <div class="menu-text">Show Details</div>
250
+ </div>
251
+ <div class="menu-item">
252
+ <div class="menu-icon">
253
+ <!-- Checkbox -->
254
+ <svg viewBox="0 0 100 100">
255
+ <rect x="16" y="16" width="68" height="68" rx="10" />
256
+ <path d="M28 52 L44 68 L72 36"/>
257
+ </svg>
258
+ </div>
259
+ <div class="menu-text">Hide Completed</div>
260
+ </div>
261
+ <div class="menu-item">
262
+ <div class="menu-icon">
263
+ <!-- Window/panels -->
264
+ <svg viewBox="0 0 100 100">
265
+ <rect x="16" y="20" width="68" height="60" rx="8" />
266
+ <path d="M16 40 H84"/>
267
+ <path d="M40 40 V80"/>
268
+ </svg>
269
+ </div>
270
+ <div class="menu-text">View</div>
271
+ </div>
272
+ <div class="menu-item">
273
+ <div class="menu-icon">
274
+ <!-- Sort arrows -->
275
+ <svg viewBox="0 0 100 100">
276
+ <path d="M34 16 L34 84 M24 26 L34 16 L44 26 M66 84 L66 16 M56 74 L66 84 L76 74"/>
277
+ </svg>
278
+ </div>
279
+ <div class="menu-text">Sort</div>
280
+ </div>
281
+ <div class="menu-item">
282
+ <div class="menu-icon">
283
+ <!-- Stack -->
284
+ <svg viewBox="0 0 100 100">
285
+ <path d="M20 50 L50 30 L80 50 L50 70 Z"/>
286
+ <path d="M20 64 L50 44 L80 64" />
287
+ <path d="M20 78 L50 58 L80 78" />
288
+ </svg>
289
+ </div>
290
+ <div class="menu-text">Manage Section</div>
291
+ </div>
292
+ <div class="menu-item">
293
+ <div class="menu-icon">
294
+ <!-- Collaborate - nodes -->
295
+ <svg viewBox="0 0 100 100">
296
+ <circle cx="50" cy="30" r="10"/>
297
+ <circle cx="30" cy="70" r="10"/>
298
+ <circle cx="70" cy="70" r="10"/>
299
+ <path d="M50 40 L30 60 M50 40 L70 60 M30 70 L70 70"/>
300
+ </svg>
301
+ </div>
302
+ <div class="menu-text">Collaborate</div>
303
+ </div>
304
+ <div class="menu-item">
305
+ <div class="menu-icon">
306
+ <!-- Share arrow -->
307
+ <svg viewBox="0 0 100 100">
308
+ <circle cx="28" cy="66" r="10"/>
309
+ <circle cx="72" cy="34" r="10"/>
310
+ <circle cx="72" cy="76" r="10"/>
311
+ <path d="M38 62 L62 40 M38 70 L62 70"/>
312
+ </svg>
313
+ </div>
314
+ <div class="menu-text">Share</div>
315
+ </div>
316
+ <div class="menu-item">
317
+ <div class="menu-icon">
318
+ <!-- Duplicate squares -->
319
+ <svg viewBox="0 0 100 100">
320
+ <rect x="20" y="34" width="46" height="46" rx="8"/>
321
+ <rect x="42" y="20" width="38" height="38" rx="8"/>
322
+ </svg>
323
+ </div>
324
+ <div class="menu-text">Duplicate</div>
325
+ </div>
326
+ <div class="menu-item">
327
+ <div class="menu-icon">
328
+ <!-- Select/list -->
329
+ <svg viewBox="0 0 100 100">
330
+ <path d="M24 30 H76 M24 50 H76 M24 70 H76"/>
331
+ <path d="M18 30 L18 70"/>
332
+ </svg>
333
+ </div>
334
+ <div class="menu-text">Select</div>
335
+ </div>
336
+ </div>
337
+
338
+ <!-- Bottom bar icons -->
339
+ <div class="bottom-bar">
340
+ <div class="bottom-icon primary">
341
+ <!-- check in box -->
342
+ <svg viewBox="0 0 100 100">
343
+ <rect x="18" y="18" width="64" height="64" rx="12" fill="none" stroke="#FFFFFF" stroke-width="10"/>
344
+ <path d="M30 52 L44 66 L70 38" stroke="#FFFFFF" stroke-width="12" stroke-linecap="round" stroke-linejoin="round"/>
345
+ </svg>
346
+ </div>
347
+ <div class="bottom-icon gray">
348
+ <!-- calendar -->
349
+ <svg viewBox="0 0 100 100">
350
+ <rect x="18" y="26" width="64" height="56" rx="8"/>
351
+ <path d="M18 42 H82"/>
352
+ <path d="M32 18 V34 M68 18 V34"/>
353
+ </svg>
354
+ </div>
355
+ <div class="bottom-icon gray">
356
+ <!-- settings gear simple -->
357
+ <svg viewBox="0 0 100 100">
358
+ <circle cx="50" cy="50" r="16"/>
359
+ <path d="M50 20 V12 M50 88 V80 M20 50 H12 M88 50 H80 M32 32 L26 26 M74 74 L80 80 M32 68 L26 74 M74 26 L80 20"/>
360
+ </svg>
361
+ </div>
362
+ </div>
363
+
364
+ <!-- Floating Action Button -->
365
+ <div class="fab">
366
+ <svg viewBox="0 0 100 100">
367
+ <path d="M50 24 V76 M24 50 H76"/>
368
+ </svg>
369
+ </div>
370
+
371
+ <!-- Gesture handle -->
372
+ <div class="gesture"></div>
373
+
374
+ </div>
375
+ </body>
376
+ </html>
code/16/16_2.html ADDED
@@ -0,0 +1,223 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0" />
6
+ <title>Personal Items - Bottom Sheet</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
13
+ }
14
+ #render-target {
15
+ width: 1080px;
16
+ height: 2400px;
17
+ position: relative;
18
+ overflow: hidden;
19
+ background: #0b0b0b;
20
+ color: #eee;
21
+ }
22
+
23
+ /* Top App Bar */
24
+ .appbar {
25
+ position: absolute;
26
+ top: 96px;
27
+ left: 40px;
28
+ right: 40px;
29
+ display: flex;
30
+ align-items: center;
31
+ gap: 28px;
32
+ color: #bdbdbd;
33
+ }
34
+ .appbar .title {
35
+ font-size: 64px;
36
+ font-weight: 700;
37
+ letter-spacing: 0.5px;
38
+ color: #bdbdbd;
39
+ }
40
+ .icon-btn {
41
+ width: 72px;
42
+ height: 72px;
43
+ border-radius: 18px;
44
+ display: flex;
45
+ align-items: center;
46
+ justify-content: center;
47
+ }
48
+ .icon-btn svg {
49
+ width: 44px;
50
+ height: 44px;
51
+ fill: #bdbdbd;
52
+ }
53
+ .spacer {
54
+ flex: 1;
55
+ }
56
+
57
+ /* List card */
58
+ .list-card {
59
+ position: absolute;
60
+ top: 320px;
61
+ left: 40px;
62
+ right: 40px;
63
+ background: #1e1e1e;
64
+ border-radius: 28px;
65
+ padding: 32px;
66
+ box-shadow: 0 6px 18px rgba(0,0,0,0.35) inset;
67
+ }
68
+ .list-row {
69
+ display: flex;
70
+ align-items: center;
71
+ padding: 26px 18px;
72
+ border-radius: 18px;
73
+ color: #e0e0e0;
74
+ }
75
+ .list-row + .list-row {
76
+ margin-top: 10px;
77
+ color: #b0b0b0;
78
+ }
79
+ .item-icon {
80
+ width: 56px;
81
+ height: 56px;
82
+ border-radius: 12px;
83
+ border: 1px solid #3a3a3a;
84
+ display: flex;
85
+ align-items: center;
86
+ justify-content: center;
87
+ margin-right: 24px;
88
+ }
89
+ .item-icon svg {
90
+ width: 34px;
91
+ height: 34px;
92
+ fill: #8a8a8a;
93
+ }
94
+ .item-text {
95
+ font-size: 40px;
96
+ line-height: 1.2;
97
+ }
98
+ .item-date {
99
+ margin-left: auto;
100
+ font-size: 34px;
101
+ color: #8ea0ff;
102
+ }
103
+
104
+ /* Bottom sheet */
105
+ .bottom-sheet {
106
+ position: absolute;
107
+ left: 0;
108
+ right: 0;
109
+ bottom: 0;
110
+ height: 920px;
111
+ background: #262626;
112
+ border-top-left-radius: 36px;
113
+ border-top-right-radius: 36px;
114
+ box-shadow: 0 -10px 30px rgba(0,0,0,0.5);
115
+ padding: 36px 40px 120px;
116
+ }
117
+ .sheet-grabber {
118
+ width: 180px;
119
+ height: 10px;
120
+ border-radius: 6px;
121
+ background: #8d8d8d33;
122
+ margin: 6px auto 20px;
123
+ }
124
+ .section-title {
125
+ color: #9e9e9e;
126
+ font-size: 40px;
127
+ margin: 24px 0 28px;
128
+ }
129
+ .chips {
130
+ display: grid;
131
+ grid-template-columns: repeat(3, 1fr);
132
+ gap: 28px 36px;
133
+ }
134
+ .chip {
135
+ text-align: center;
136
+ background: #3a3a3a;
137
+ color: #bdbdbd;
138
+ border-radius: 100px;
139
+ padding: 28px 12px;
140
+ font-size: 40px;
141
+ user-select: none;
142
+ }
143
+ .chip.selected {
144
+ background: #4c66ff;
145
+ color: #ffffff;
146
+ box-shadow: 0 8px 18px rgba(76,102,255,0.35);
147
+ }
148
+
149
+ /* Home indicator */
150
+ .home-indicator {
151
+ position: absolute;
152
+ bottom: 18px;
153
+ left: 50%;
154
+ transform: translateX(-50%);
155
+ width: 300px;
156
+ height: 10px;
157
+ border-radius: 8px;
158
+ background: #e6e6e6;
159
+ opacity: 0.9;
160
+ }
161
+ </style>
162
+ </head>
163
+ <body>
164
+ <div id="render-target">
165
+ <!-- Top App Bar -->
166
+ <div class="appbar">
167
+ <div class="icon-btn" aria-label="Menu">
168
+ <svg viewBox="0 0 24 24"><path d="M3 6h18v2H3zM3 11h18v2H3zM3 16h18v2H3z"/></svg>
169
+ </div>
170
+ <div class="title">personal items</div>
171
+ <div class="spacer"></div>
172
+ <div class="icon-btn" aria-label="More">
173
+ <svg viewBox="0 0 24 24"><path d="M12 5a2 2 0 110 4 2 2 0 010-4zm0 5a2 2 0 110 4 2 2 0 010-4zm0 5a2 2 0 110 4 2 2 0 010-4z"/></svg>
174
+ </div>
175
+ </div>
176
+
177
+ <!-- List Card -->
178
+ <div class="list-card">
179
+ <div class="list-row">
180
+ <div class="item-icon" aria-hidden="true">
181
+ <svg viewBox="0 0 24 24"><path d="M4 4h12l4 4v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2zm12 1.5V8h2.5L16 5.5zM6 10h12v2H6zm0 4h12v2H6z"/></svg>
182
+ </div>
183
+ <div class="item-text">Personal goals</div>
184
+ </div>
185
+ <div class="list-row">
186
+ <div class="item-icon" aria-hidden="true">
187
+ <svg viewBox="0 0 24 24"><path d="M3 4h14l4 4v12H3V4zm14 1.5V8h2.5L17 5.5zM6 11h12v2H6zm0 4h8v2H6z"/></svg>
188
+ </div>
189
+ <div class="item-text">Buy Hiking boots and Camping gear</div>
190
+ <div class="item-date">Nov 18</div>
191
+ </div>
192
+ </div>
193
+
194
+ <!-- Bottom Sheet -->
195
+ <div class="bottom-sheet">
196
+ <div class="sheet-grabber"></div>
197
+
198
+ <div class="section-title">Group by</div>
199
+ <div class="chips">
200
+ <div class="chip selected">Custom</div>
201
+ <div class="chip">Date</div>
202
+ <div class="chip">Tag</div>
203
+ <div class="chip">Priority</div>
204
+ <div class="chip">None</div>
205
+ <div class="chip" style="visibility:hidden;">placeholder</div>
206
+ </div>
207
+
208
+ <div class="section-title" style="margin-top:48px;">Sort by</div>
209
+ <div class="chips">
210
+ <div class="chip selected">Custom</div>
211
+ <div class="chip">Date</div>
212
+ <div class="chip">Title</div>
213
+ <div class="chip">Tag</div>
214
+ <div class="chip">Priority</div>
215
+ <div class="chip" style="visibility:hidden;">placeholder</div>
216
+ </div>
217
+ </div>
218
+
219
+ <!-- Home Indicator -->
220
+ <div class="home-indicator"></div>
221
+ </div>
222
+ </body>
223
+ </html>
code/16/16_3.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>Personal Items UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #000000;
15
+ border-radius: 24px; /* subtle rounding as in mobile screenshot */
16
+ box-shadow: 0 20px 60px rgba(0,0,0,0.35);
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ width: 100%;
25
+ height: 110px;
26
+ padding: 24px 36px;
27
+ box-sizing: border-box;
28
+ color: #E0E0E0;
29
+ font-size: 32px;
30
+ display: flex;
31
+ align-items: center;
32
+ justify-content: space-between;
33
+ opacity: 0.9;
34
+ }
35
+ .status-left { display: flex; align-items: center; gap: 18px; }
36
+ .status-icons { display: flex; align-items: center; gap: 18px; }
37
+ .icon { width: 36px; height: 36px; }
38
+ .wifi path, .battery rect, .battery path { fill: #E0E0E0; }
39
+
40
+ /* Header */
41
+ .header {
42
+ position: absolute;
43
+ top: 140px;
44
+ left: 0;
45
+ width: 100%;
46
+ padding: 0 36px;
47
+ box-sizing: border-box;
48
+ display: flex;
49
+ align-items: center;
50
+ justify-content: space-between;
51
+ }
52
+ .hdr-left { display: flex; align-items: center; gap: 24px; }
53
+ .menu-icon { width: 54px; height: 54px; }
54
+ .dots { width: 48px; height: 48px; }
55
+ .title {
56
+ color: #CFCFCF;
57
+ font-size: 64px;
58
+ font-weight: 700;
59
+ letter-spacing: 0.5px;
60
+ }
61
+
62
+ /* Cards */
63
+ .list {
64
+ position: absolute;
65
+ top: 280px;
66
+ left: 36px;
67
+ right: 36px;
68
+ display: flex;
69
+ flex-direction: column;
70
+ gap: 28px;
71
+ }
72
+ .card {
73
+ background: #1E1E1E;
74
+ border-radius: 28px;
75
+ padding: 32px;
76
+ display: flex;
77
+ align-items: center;
78
+ justify-content: space-between;
79
+ box-shadow: 0 2px 0 rgba(255,255,255,0.03) inset;
80
+ }
81
+ .card-left {
82
+ display: flex;
83
+ align-items: center;
84
+ gap: 26px;
85
+ }
86
+ .doc-icon {
87
+ width: 54px;
88
+ height: 54px;
89
+ border-radius: 12px;
90
+ background: #2A2A2A;
91
+ display: flex; align-items: center; justify-content: center;
92
+ }
93
+ .card-title {
94
+ color: #DADADA;
95
+ font-size: 40px;
96
+ font-weight: 500;
97
+ }
98
+ .card-date {
99
+ color: #6E7BFF;
100
+ font-size: 34px;
101
+ font-weight: 600;
102
+ }
103
+
104
+ /* Bottom sheet */
105
+ .sheet {
106
+ position: absolute;
107
+ left: 0;
108
+ right: 0;
109
+ bottom: 110px;
110
+ background: #232323;
111
+ border-top-left-radius: 40px;
112
+ border-top-right-radius: 40px;
113
+ padding: 48px 36px 60px;
114
+ box-sizing: border-box;
115
+ color: #BDBDBD;
116
+ }
117
+ .sheet h3 {
118
+ margin: 12px 0 24px;
119
+ font-size: 36px;
120
+ font-weight: 600;
121
+ color: #9F9F9F;
122
+ }
123
+ .pill-row {
124
+ display: flex;
125
+ flex-wrap: nowrap;
126
+ gap: 28px;
127
+ margin-bottom: 28px;
128
+ }
129
+ .pill {
130
+ min-width: 240px;
131
+ height: 96px;
132
+ border-radius: 48px;
133
+ background: #343434;
134
+ color: #DCDCDC;
135
+ display: flex;
136
+ align-items: center;
137
+ justify-content: center;
138
+ font-size: 34px;
139
+ font-weight: 600;
140
+ box-shadow: 0 1px 0 rgba(255,255,255,0.05) inset;
141
+ }
142
+ .pill.wide { min-width: 300px; }
143
+ .pill.selected {
144
+ background: #5675FF;
145
+ color: #FFFFFF;
146
+ }
147
+
148
+ /* Home indicator */
149
+ .home-indicator {
150
+ position: absolute;
151
+ bottom: 36px;
152
+ left: 50%;
153
+ transform: translateX(-50%);
154
+ width: 360px;
155
+ height: 18px;
156
+ background: #EAEAEA;
157
+ border-radius: 10px;
158
+ opacity: 0.9;
159
+ }
160
+ </style>
161
+ </head>
162
+ <body>
163
+ <div id="render-target">
164
+
165
+ <!-- Status Bar -->
166
+ <div class="status-bar">
167
+ <div class="status-left">
168
+ <div>4:18</div>
169
+ <div>79°</div>
170
+ <svg class="icon" viewBox="0 0 24 24" aria-hidden="true">
171
+ <path fill="#E0E0E0" d="M3 18h18L12 6 3 18z"></path>
172
+ </svg>
173
+ <svg class="icon" viewBox="0 0 24 24" aria-hidden="true">
174
+ <rect x="5" y="5" width="14" height="14" rx="2" fill="#E0E0E0"></rect>
175
+ </svg>
176
+ </div>
177
+ <div class="status-icons">
178
+ <svg class="icon wifi" viewBox="0 0 24 24" aria-hidden="true">
179
+ <path d="M2 8a14 14 0 0 1 20 0l-2 2a10 10 0 0 0-16 0L2 8zm4 5a8 8 0 0 1 12 0l-2 2a6 6 0 0 0-8 0l-2-2zm6 6a2 2 0 1 0 0-4 2 2 0 0 0 0 4z"></path>
180
+ </svg>
181
+ <svg class="icon battery" viewBox="0 0 24 24" aria-hidden="true">
182
+ <rect x="2" y="6" width="18" height="12" rx="2" fill="#E0E0E0"></rect>
183
+ <rect x="20" y="10" width="2" height="4" rx="1" fill="#E0E0E0"></rect>
184
+ </svg>
185
+ </div>
186
+ </div>
187
+
188
+ <!-- Header -->
189
+ <div class="header">
190
+ <div class="hdr-left">
191
+ <svg class="menu-icon" viewBox="0 0 24 24" aria-hidden="true">
192
+ <path fill="#BDBDBD" d="M3 6h18v2H3V6zm0 5h18v2H3v-2zm0 5h18v2H3v-2z"></path>
193
+ </svg>
194
+ <div class="title">personal items</div>
195
+ </div>
196
+ <svg class="dots" viewBox="0 0 24 24" aria-hidden="true">
197
+ <circle cx="12" cy="5" r="2.2" fill="#BDBDBD"></circle>
198
+ <circle cx="12" cy="12" r="2.2" fill="#BDBDBD"></circle>
199
+ <circle cx="12" cy="19" r="2.2" fill="#BDBDBD"></circle>
200
+ </svg>
201
+ </div>
202
+
203
+ <!-- List Cards -->
204
+ <div class="list">
205
+ <div class="card">
206
+ <div class="card-left">
207
+ <div class="doc-icon">
208
+ <svg viewBox="0 0 24 24" width="34" height="34" aria-hidden="true">
209
+ <rect x="5" y="4" width="14" height="16" rx="2" fill="#6A6A6A"></rect>
210
+ <rect x="7" y="8" width="10" height="2" fill="#9A9A9A"></rect>
211
+ <rect x="7" y="12" width="10" height="2" fill="#9A9A9A"></rect>
212
+ </svg>
213
+ </div>
214
+ <div class="card-title">Buy Hiking boots and Camping gear</div>
215
+ </div>
216
+ <div class="card-date">Nov 18</div>
217
+ </div>
218
+
219
+ <div class="card">
220
+ <div class="card-left">
221
+ <div class="doc-icon">
222
+ <svg viewBox="0 0 24 24" width="34" height="34" aria-hidden="true">
223
+ <rect x="5" y="4" width="14" height="16" rx="2" fill="#6A6A6A"></rect>
224
+ <rect x="7" y="8" width="10" height="2" fill="#9A9A9A"></rect>
225
+ <rect x="7" y="12" width="10" height="2" fill="#9A9A9A"></rect>
226
+ </svg>
227
+ </div>
228
+ <div class="card-title">Personal goals</div>
229
+ </div>
230
+ <div class="card-date" style="opacity:0.15;">&nbsp;</div>
231
+ </div>
232
+ </div>
233
+
234
+ <!-- Bottom Sheet -->
235
+ <div class="sheet">
236
+ <h3>Group by</h3>
237
+ <div class="pill-row">
238
+ <div class="pill selected">Custom</div>
239
+ <div class="pill">Date</div>
240
+ <div class="pill">Tag</div>
241
+ </div>
242
+ <div class="pill-row">
243
+ <div class="pill">Priority</div>
244
+ <div class="pill">None</div>
245
+ </div>
246
+
247
+ <h3 style="margin-top:36px;">Sort by</h3>
248
+ <div class="pill-row">
249
+ <div class="pill">Custom</div>
250
+ <div class="pill selected">Date</div>
251
+ <div class="pill">Title</div>
252
+ </div>
253
+ <div class="pill-row">
254
+ <div class="pill">Tag</div>
255
+ <div class="pill">Priority</div>
256
+ </div>
257
+ </div>
258
+
259
+ <!-- Home indicator -->
260
+ <div class="home-indicator"></div>
261
+
262
+ </div>
263
+ </body>
264
+ </html>
code/16/16_4.html ADDED
@@ -0,0 +1,281 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Personal Items UI</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
13
+ }
14
+ #render-target {
15
+ width: 1080px;
16
+ height: 2400px;
17
+ position: relative;
18
+ overflow: hidden;
19
+ background: #000000;
20
+ }
21
+
22
+ /* Top App Bar */
23
+ .top-bar {
24
+ position: absolute;
25
+ top: 60px; /* leave a bit of space like a status bar */
26
+ left: 0;
27
+ right: 0;
28
+ height: 160px;
29
+ display: flex;
30
+ align-items: center;
31
+ padding: 0 36px;
32
+ color: #FFFFFF;
33
+ }
34
+ .top-bar .title {
35
+ font-size: 58px;
36
+ font-weight: 700;
37
+ letter-spacing: 0.5px;
38
+ margin-left: 24px;
39
+ }
40
+ .top-bar .spacer {
41
+ flex: 1;
42
+ }
43
+ .icon-btn {
44
+ width: 72px;
45
+ height: 72px;
46
+ display: flex;
47
+ align-items: center;
48
+ justify-content: center;
49
+ border-radius: 18px;
50
+ color: #FFFFFF;
51
+ }
52
+ .icon svg {
53
+ width: 48px;
54
+ height: 48px;
55
+ fill: none;
56
+ stroke: #FFFFFF;
57
+ stroke-width: 8;
58
+ stroke-linecap: round;
59
+ stroke-linejoin: round;
60
+ }
61
+ .kebab svg {
62
+ width: 12px;
63
+ height: 48px;
64
+ stroke: none;
65
+ fill: #FFFFFF;
66
+ }
67
+
68
+ /* Card list */
69
+ .card {
70
+ position: absolute;
71
+ top: 280px;
72
+ left: 36px;
73
+ width: 1008px; /* 1080 - 72 */
74
+ background: #3A3A3A;
75
+ border-radius: 28px;
76
+ box-shadow: 0 2px 8px rgba(0,0,0,0.35);
77
+ overflow: hidden;
78
+ color: #EAEAEA;
79
+ }
80
+ .card-row {
81
+ display: flex;
82
+ align-items: center;
83
+ padding: 34px 36px;
84
+ font-size: 42px;
85
+ }
86
+ .card-row + .card-row {
87
+ border-top: 1px solid #4A4A4A;
88
+ }
89
+ .row-icon {
90
+ width: 64px;
91
+ height: 64px;
92
+ margin-right: 28px;
93
+ display: flex;
94
+ align-items: center;
95
+ justify-content: center;
96
+ border-radius: 12px;
97
+ }
98
+ .row-icon svg {
99
+ width: 54px;
100
+ height: 54px;
101
+ stroke: #C0C0C0;
102
+ fill: none;
103
+ stroke-width: 6;
104
+ stroke-linecap: round;
105
+ stroke-linejoin: round;
106
+ }
107
+ .row-text {
108
+ flex: 1;
109
+ color: #F0F0F0;
110
+ }
111
+ .row-date {
112
+ font-size: 36px;
113
+ color: #5C7CFF;
114
+ font-weight: 600;
115
+ margin-left: 24px;
116
+ white-space: nowrap;
117
+ }
118
+
119
+ /* Floating Action Button */
120
+ .fab {
121
+ position: absolute;
122
+ right: 60px;
123
+ bottom: 280px;
124
+ width: 156px;
125
+ height: 156px;
126
+ background: #3D5AFE;
127
+ border-radius: 50%;
128
+ box-shadow: 0 10px 24px rgba(0,0,0,0.45);
129
+ display: flex;
130
+ align-items: center;
131
+ justify-content: center;
132
+ }
133
+ .fab svg {
134
+ width: 72px;
135
+ height: 72px;
136
+ stroke: #FFFFFF;
137
+ stroke-width: 12;
138
+ stroke-linecap: round;
139
+ }
140
+
141
+ /* Bottom navigation */
142
+ .bottom-nav {
143
+ position: absolute;
144
+ left: 0;
145
+ right: 0;
146
+ bottom: 140px;
147
+ height: 140px;
148
+ display: flex;
149
+ align-items: center;
150
+ justify-content: space-around;
151
+ padding: 0 120px;
152
+ }
153
+ .nav-item {
154
+ width: 120px;
155
+ height: 120px;
156
+ display: flex;
157
+ align-items: center;
158
+ justify-content: center;
159
+ }
160
+ .nav-item .tile {
161
+ width: 96px;
162
+ height: 96px;
163
+ border-radius: 20px;
164
+ display: flex;
165
+ align-items: center;
166
+ justify-content: center;
167
+ }
168
+ .nav-item.active .tile {
169
+ background: #3D5AFE;
170
+ }
171
+ .nav-item.inactive .tile {
172
+ background: #BDBDBD;
173
+ }
174
+ .nav-item svg {
175
+ width: 56px;
176
+ height: 56px;
177
+ stroke: #FFFFFF;
178
+ stroke-width: 8;
179
+ fill: none;
180
+ }
181
+
182
+ /* Gesture bar */
183
+ .gesture-bar {
184
+ position: absolute;
185
+ left: 50%;
186
+ transform: translateX(-50%);
187
+ bottom: 60px;
188
+ width: 420px;
189
+ height: 12px;
190
+ background: #EDEDED;
191
+ border-radius: 8px;
192
+ opacity: 0.92;
193
+ }
194
+ </style>
195
+ </head>
196
+ <body>
197
+ <div id="render-target">
198
+
199
+ <!-- Top App Bar -->
200
+ <div class="top-bar">
201
+ <div class="icon-btn icon" aria-label="Menu">
202
+ <svg viewBox="0 0 24 24">
203
+ <path d="M3 6h18M3 12h18M3 18h18"></path>
204
+ </svg>
205
+ </div>
206
+ <div class="title">personal items</div>
207
+ <div class="spacer"></div>
208
+ <div class="icon-btn kebab" aria-label="More">
209
+ <svg viewBox="0 0 6 24">
210
+ <circle cx="3" cy="4" r="3"></circle>
211
+ <circle cx="3" cy="12" r="3"></circle>
212
+ <circle cx="3" cy="20" r="3"></circle>
213
+ </svg>
214
+ </div>
215
+ </div>
216
+
217
+ <!-- Card with list items -->
218
+ <div class="card">
219
+ <div class="card-row">
220
+ <div class="row-icon">
221
+ <svg viewBox="0 0 24 24">
222
+ <rect x="3" y="3" width="18" height="18" rx="3"></rect>
223
+ <line x1="6" y1="9" x2="18" y2="9"></line>
224
+ <line x1="6" y1="13" x2="16" y2="13"></line>
225
+ </svg>
226
+ </div>
227
+ <div class="row-text">Buy Hiking boots and Camping gear</div>
228
+ <div class="row-date">Nov 18</div>
229
+ </div>
230
+ <div class="card-row">
231
+ <div class="row-icon">
232
+ <svg viewBox="0 0 24 24">
233
+ <rect x="3" y="3" width="18" height="18" rx="3"></rect>
234
+ <line x1="6" y1="9" x2="18" y2="9"></line>
235
+ <line x1="6" y1="13" x2="16" y2="13"></line>
236
+ </svg>
237
+ </div>
238
+ <div class="row-text">Personal goals</div>
239
+ </div>
240
+ </div>
241
+
242
+ <!-- Floating Action Button -->
243
+ <div class="fab" aria-label="Add">
244
+ <svg viewBox="0 0 24 24">
245
+ <path d="M12 5v14M5 12h14"></path>
246
+ </svg>
247
+ </div>
248
+
249
+ <!-- Bottom Navigation -->
250
+ <div class="bottom-nav">
251
+ <div class="nav-item active">
252
+ <div class="tile">
253
+ <svg viewBox="0 0 24 24">
254
+ <path d="M5 13l4 4L19 7"></path>
255
+ </svg>
256
+ </div>
257
+ </div>
258
+ <div class="nav-item inactive">
259
+ <div class="tile">
260
+ <svg viewBox="0 0 24 24">
261
+ <path d="M6 5h12M6 9h12M6 19h12"></path>
262
+ <rect x="6" y="11" width="12" height="8" rx="2"></rect>
263
+ </svg>
264
+ </div>
265
+ </div>
266
+ <div class="nav-item inactive">
267
+ <div class="tile">
268
+ <svg viewBox="0 0 24 24">
269
+ <circle cx="12" cy="12" r="8"></circle>
270
+ <circle cx="12" cy="12" r="3"></circle>
271
+ </svg>
272
+ </div>
273
+ </div>
274
+ </div>
275
+
276
+ <!-- Gesture Bar -->
277
+ <div class="gesture-bar"></div>
278
+
279
+ </div>
280
+ </body>
281
+ </html>
code/16007/16007_0.html ADDED
@@ -0,0 +1,385 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Recipe Detail - Mobile 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: #181818;
15
+ color: #EDEDED;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 1080px;
24
+ height: 110px;
25
+ background: #0b0b0b;
26
+ color: #fff;
27
+ display: flex;
28
+ align-items: center;
29
+ padding: 0 40px;
30
+ box-sizing: border-box;
31
+ font-weight: 600;
32
+ letter-spacing: 0.2px;
33
+ }
34
+ .status-right {
35
+ margin-left: auto;
36
+ display: flex;
37
+ align-items: center;
38
+ gap: 28px;
39
+ opacity: 0.9;
40
+ font-size: 30px;
41
+ }
42
+
43
+ /* Page content */
44
+ .content {
45
+ position: absolute;
46
+ top: 110px;
47
+ left: 0;
48
+ right: 0;
49
+ bottom: 0;
50
+ padding: 40px 48px 220px;
51
+ box-sizing: border-box;
52
+ }
53
+ .intro-text {
54
+ font-size: 44px;
55
+ line-height: 58px;
56
+ color: #E0E0E0;
57
+ opacity: 0.95;
58
+ padding-right: 140px;
59
+ margin-top: 24px;
60
+ }
61
+
62
+ /* Floating circle action icons */
63
+ .circle-btn {
64
+ position: absolute;
65
+ width: 84px;
66
+ height: 84px;
67
+ border-radius: 50%;
68
+ background: rgba(30,30,30,0.9);
69
+ border: 1px solid #2f2f2f;
70
+ display: flex;
71
+ align-items: center;
72
+ justify-content: center;
73
+ top: 240px;
74
+ box-shadow: 0 4px 10px rgba(0,0,0,0.35);
75
+ }
76
+ .circle-btn svg { fill: #EDEDED; opacity: 0.95; }
77
+ .btn-back { left: 40px; }
78
+ .btn-share { right: 160px; }
79
+ .btn-bookmark { right: 48px; }
80
+
81
+ /* Section titles */
82
+ .section-title {
83
+ font-size: 56px;
84
+ font-weight: 800;
85
+ color: #F1F1F1;
86
+ margin: 48px 0 20px;
87
+ }
88
+
89
+ /* Rating row */
90
+ .rate-row {
91
+ display: flex;
92
+ align-items: center;
93
+ gap: 24px;
94
+ margin: 12px 0 28px;
95
+ }
96
+ .rate-label {
97
+ font-size: 34px;
98
+ color: #c6c6c6;
99
+ width: 220px;
100
+ }
101
+ .stars { display: flex; gap: 24px; }
102
+ .star svg { width: 54px; height: 54px; }
103
+ .star .gold { fill: #E7B24B; }
104
+
105
+ /* Comment input */
106
+ .comment-row {
107
+ display: flex;
108
+ align-items: center;
109
+ gap: 22px;
110
+ margin-top: 16px;
111
+ }
112
+ .camera {
113
+ width: 92px;
114
+ height: 92px;
115
+ border-radius: 50%;
116
+ background: #242424;
117
+ border: 1px solid #383838;
118
+ display: flex; align-items: center; justify-content: center;
119
+ }
120
+ .comment-input {
121
+ flex: 1;
122
+ height: 92px;
123
+ border-radius: 46px;
124
+ background: #232323;
125
+ border: 1px solid #3a3a3a;
126
+ color: #BDBDBD;
127
+ display: flex; align-items: center;
128
+ padding: 0 34px;
129
+ font-size: 36px;
130
+ }
131
+
132
+ /* Segmented control */
133
+ .seg-row {
134
+ display: flex;
135
+ gap: 22px;
136
+ margin-top: 18px;
137
+ flex-wrap: nowrap;
138
+ }
139
+ .chip {
140
+ padding: 22px 34px;
141
+ border-radius: 48px;
142
+ font-size: 34px;
143
+ border: 1px solid #444;
144
+ color: #E0E0E0;
145
+ background: transparent;
146
+ }
147
+ .chip.active {
148
+ background: #FFFFFF;
149
+ color: #111;
150
+ border-color: #FFFFFF;
151
+ box-shadow: 0 2px 10px rgba(0,0,0,0.25) inset;
152
+ }
153
+
154
+ /* Card carousel */
155
+ .carousel {
156
+ display: flex;
157
+ gap: 28px;
158
+ margin-top: 28px;
159
+ overflow: hidden;
160
+ padding-bottom: 16px;
161
+ }
162
+ .card {
163
+ min-width: 880px;
164
+ max-width: 880px;
165
+ border-radius: 36px;
166
+ background: #262626;
167
+ overflow: hidden;
168
+ position: relative;
169
+ }
170
+ .card .img {
171
+ width: 100%;
172
+ height: 520px;
173
+ background: #E0E0E0;
174
+ border-bottom: 1px solid #BDBDBD;
175
+ display: flex; align-items: center; justify-content: center;
176
+ color: #757575;
177
+ font-size: 38px;
178
+ }
179
+ .img .badge-bookmark {
180
+ position: absolute;
181
+ top: 26px;
182
+ right: 26px;
183
+ width: 72px; height: 72px; border-radius: 50%;
184
+ background: rgba(30,30,30,0.85);
185
+ border: 1px solid #3a3a3a;
186
+ display: flex; align-items: center; justify-content: center;
187
+ }
188
+ .card .time {
189
+ position: absolute;
190
+ left: 26px;
191
+ top: 470px;
192
+ background: rgba(20,20,20,0.85);
193
+ padding: 12px 18px;
194
+ border-radius: 18px;
195
+ font-size: 30px;
196
+ border: 1px solid #3a3a3a;
197
+ }
198
+ .card .meta {
199
+ padding: 24px 28px 30px;
200
+ position: relative;
201
+ }
202
+ .card .meta .rating-small {
203
+ display: flex; gap: 10px; margin-bottom: 12px;
204
+ }
205
+ .card .meta .rating-small svg { width: 34px; height: 34px; }
206
+ .card .title {
207
+ font-size: 46px;
208
+ font-weight: 700;
209
+ color: #F1F1F1;
210
+ margin-right: 110px;
211
+ }
212
+ .avatar {
213
+ position: absolute;
214
+ right: 28px;
215
+ bottom: 28px;
216
+ width: 72px; height: 72px; border-radius: 50%;
217
+ background: #E0E0E0; border: 1px solid #BDBDBD;
218
+ display: flex; align-items: center; justify-content: center;
219
+ color: #777; font-size: 24px;
220
+ }
221
+
222
+ .card.small {
223
+ min-width: 540px;
224
+ max-width: 540px;
225
+ }
226
+ .card.small .img { height: 520px; }
227
+
228
+ /* Bottom sticky actions */
229
+ .bottom-actions {
230
+ position: absolute;
231
+ left: 0; right: 0; bottom: 44px;
232
+ padding: 0 40px 36px;
233
+ display: flex; gap: 30px; justify-content: space-between; align-items: center;
234
+ }
235
+ .btn {
236
+ height: 120px;
237
+ border-radius: 60px;
238
+ font-size: 36px;
239
+ letter-spacing: 1px;
240
+ padding: 0 64px;
241
+ display: flex; align-items: center; justify-content: center;
242
+ cursor: default;
243
+ }
244
+ .btn.outline {
245
+ border: 3px solid #EDEDED;
246
+ color: #FFFFFF;
247
+ background: transparent;
248
+ flex: 1;
249
+ }
250
+ .btn.filled {
251
+ background: #EAEAEA;
252
+ color: #1a1a1a;
253
+ border: 3px solid #EAEAEA;
254
+ flex: 1;
255
+ }
256
+
257
+ /* Home indicator mock */
258
+ .home-indicator {
259
+ position: absolute;
260
+ bottom: 8px;
261
+ left: 50%;
262
+ transform: translateX(-50%);
263
+ width: 360px;
264
+ height: 10px;
265
+ background: #D9D9D9;
266
+ border-radius: 10px;
267
+ opacity: 0.9;
268
+ }
269
+ </style>
270
+ </head>
271
+ <body>
272
+ <div id="render-target">
273
+
274
+ <!-- Status bar -->
275
+ <div class="status-bar">
276
+ <div style="font-size:38px;">1:57</div>
277
+ <div class="status-right">
278
+ <span style="font-size:30px;">◦</span>
279
+ <span style="font-size:30px;">⌁</span>
280
+ <span style="font-size:30px;">▮▮</span>
281
+ </div>
282
+ </div>
283
+
284
+ <div class="content">
285
+ <div class="intro-text">
286
+ Hello, name is Kee! I create delicious plant-based dishes that everyone can experience and enjoy together, whether vegan, vegetarian or meat eater.
287
+ </div>
288
+
289
+ <!-- Floating icons -->
290
+ <div class="circle-btn btn-back">
291
+ <svg viewBox="0 0 24 24" width="42" height="42">
292
+ <path d="M15.5 4.5L7 12l8.5 7.5-1.8 2L3.5 12 13.7 2.5l1.8 2z"/>
293
+ </svg>
294
+ </div>
295
+ <div class="circle-btn btn-share">
296
+ <svg viewBox="0 0 24 24" width="40" height="40">
297
+ <path d="M18 16a3 3 0 0 0-2.6 1.5L8.9 13a3.2 3.2 0 0 0 0-2l6.5-4.5A3 3 0 1 0 14 5a3 3 0 0 0 .1.7L7.6 10A3 3 0 1 0 8 14l6.5 4.3a3 3 0 1 0 3.5-2.3z" fill="#EDEDED"/>
298
+ </svg>
299
+ </div>
300
+ <div class="circle-btn btn-bookmark">
301
+ <svg viewBox="0 0 24 24" width="40" height="40">
302
+ <path d="M6 2h12v20l-6-4-6 4V2z"/>
303
+ </svg>
304
+ </div>
305
+
306
+ <div class="section-title" style="margin-top: 180px;">Ratings & Comments</div>
307
+
308
+ <div class="rate-row">
309
+ <div class="rate-label">Tap to Rate:</div>
310
+ <div class="stars">
311
+ <div class="star"><svg viewBox="0 0 24 24"><path class="gold" d="M12 2l3.3 6.6 7.2 1-5.2 5.1 1.2 7.1L12 18l-6.5 3.8 1.2-7.1-5.2-5.1 7.2-1z"/></svg></div>
312
+ <div class="star"><svg viewBox="0 0 24 24"><path class="gold" d="M12 2l3.3 6.6 7.2 1-5.2 5.1 1.2 7.1L12 18l-6.5 3.8 1.2-7.1-5.2-5.1 7.2-1z"/></svg></div>
313
+ <div class="star"><svg viewBox="0 0 24 24"><path class="gold" d="M12 2l3.3 6.6 7.2 1-5.2 5.1 1.2 7.1L12 18l-6.5 3.8 1.2-7.1-5.2-5.1 7.2-1z"/></svg></div>
314
+ <div class="star"><svg viewBox="0 0 24 24"><path class="gold" d="M12 2l3.3 6.6 7.2 1-5.2 5.1 1.2 7.1L12 18l-6.5 3.8 1.2-7.1-5.2-5.1 7.2-1z"/></svg></div>
315
+ <div class="star"><svg viewBox="0 0 24 24"><path class="gold" d="M12 2l3.3 6.6 7.2 1-5.2 5.1 1.2 7.1L12 18l-6.5 3.8 1.2-7.1-5.2-5.1 7.2-1z"/></svg></div>
316
+ </div>
317
+ </div>
318
+
319
+ <div class="comment-row">
320
+ <div class="camera">
321
+ <svg viewBox="0 0 24 24" width="44" height="44" fill="#cfcfcf">
322
+ <path d="M9 3l1.5 2H18a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h2L9 3zm3 5a5 5 0 1 0 0 10 5 5 0 0 0 0-10zm0 2.2a2.8 2.8 0 1 1 0 5.6 2.8 2.8 0 0 1 0-5.6z"/>
323
+ </svg>
324
+ </div>
325
+ <div class="comment-input">Leave a comment</div>
326
+ </div>
327
+
328
+ <div class="section-title" style="margin-top: 54px;">Complete the Meal</div>
329
+
330
+ <div class="seg-row">
331
+ <div class="chip active">Appetizers</div>
332
+ <div class="chip">Main Dish</div>
333
+ <div class="chip">Side Dish</div>
334
+ <div class="chip">Drinks</div>
335
+ <div class="chip">Dessert</div>
336
+ </div>
337
+
338
+ <div class="carousel">
339
+ <!-- Main card -->
340
+ <div class="card">
341
+ <div class="img">[IMG: Kale and Mushroom Puff Dumplings]
342
+ <div class="badge-bookmark">
343
+ <svg viewBox="0 0 24 24" width="34" height="34" fill="#EDEDED"><path d="M6 2h12v20l-6-4-6 4V2z"/></svg>
344
+ </div>
345
+ </div>
346
+ <div class="time">2hr 20min</div>
347
+ <div class="meta">
348
+ <div class="rating-small">
349
+ <svg viewBox="0 0 24 24"><path class="gold" d="M12 2l3.3 6.6 7.2 1-5.2 5.1 1.2 7.1L12 18l-6.5 3.8 1.2-7.1-5.2-5.1 7.2-1z"/></svg>
350
+ <svg viewBox="0 0 24 24"><path class="gold" d="M12 2l3.3 6.6 7.2 1-5.2 5.1 1.2 7.1L12 18l-6.5 3.8 1.2-7.1-5.2-5.1 7.2-1z"/></svg>
351
+ <svg viewBox="0 0 24 24"><path class="gold" d="M12 2l3.3 6.6 7.2 1-5.2 5.1 1.2 7.1L12 18l-6.5 3.8 1.2-7.1-5.2-5.1 7.2-1z"/></svg>
352
+ <svg viewBox="0 0 24 24"><path class="gold" d="M12 2l3.3 6.6 7.2 1-5.2 5.1 1.2 7.1L12 18l-6.5 3.8 1.2-7.1-5.2-5.1 7.2-1z"/></svg>
353
+ <svg viewBox="0 0 24 24"><path class="gold" d="M12 2l3.3 6.6 7.2 1-5.2 5.1 1.2 7.1L12 18l-6.5 3.8 1.2-7.1-5.2-5.1 7.2-1z"/></svg>
354
+ </div>
355
+ <div class="title">Kale and Mushroom Puff Dumpling</div>
356
+ <div class="avatar">[IMG]</div>
357
+ </div>
358
+ </div>
359
+
360
+ <!-- Second card preview -->
361
+ <div class="card small">
362
+ <div class="img">[IMG: Sesame Greens]</div>
363
+ <div class="meta">
364
+ <div class="rating-small">
365
+ <svg viewBox="0 0 24 24"><path class="gold" d="M12 2l3.3 6.6 7.2 1-5.2 5.1 1.2 7.1L12 18l-6.5 3.8 1.2-7.1-5.2-5.1 7.2-1z"/></svg>
366
+ <svg viewBox="0 0 24 24"><path class="gold" d="M12 2l3.3 6.6 7.2 1-5.2 5.1 1.2 7.1L12 18l-6.5 3.8 1.2-7.1-5.2-5.1 7.2-1z"/></svg>
367
+ <svg viewBox="0 0 24 24"><path class="gold" d="M12 2l3.3 6.6 7.2 1-5.2 5.1 1.2 7.1L12 18l-6.5 3.8 1.2-7.1-5.2-5.1 7.2-1z"/></svg>
368
+ <svg viewBox="0 0 24 24"><path class="gold" d="M12 2l3.3 6.6 7.2 1-5.2 5.1 1.2 7.1L12 18l-6.5 3.8 1.2-7.1-5.2-5.1 7.2-1z"/></svg>
369
+ </div>
370
+ <div class="title" style="font-size:40px;">Sesame Greens</div>
371
+ </div>
372
+ </div>
373
+ </div>
374
+ </div>
375
+
376
+ <!-- Bottom actions -->
377
+ <div class="bottom-actions">
378
+ <div class="btn outline">ADD TO PLAN</div>
379
+ <div class="btn filled">ADD TO CART</div>
380
+ </div>
381
+
382
+ <div class="home-indicator"></div>
383
+ </div>
384
+ </body>
385
+ </html>
code/16007/16007_1.html ADDED
@@ -0,0 +1,276 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Comments - Dark 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: #1f1f1f;
15
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
16
+ color: #fff;
17
+ }
18
+
19
+ /* Header */
20
+ .app-header {
21
+ position: absolute;
22
+ left: 0; top: 0; right: 0;
23
+ height: 160px;
24
+ background: #121212;
25
+ display: flex;
26
+ align-items: center;
27
+ padding: 0 32px;
28
+ box-sizing: border-box;
29
+ border-bottom: 1px solid #212121;
30
+ }
31
+ .back-btn {
32
+ width: 64px; height: 64px;
33
+ display: inline-flex; align-items: center; justify-content: center;
34
+ margin-right: 12px;
35
+ }
36
+ .title {
37
+ font-size: 44px;
38
+ font-weight: 600;
39
+ color: #EDEDED;
40
+ }
41
+
42
+ /* Content */
43
+ .content-area {
44
+ position: absolute;
45
+ left: 0; right: 0;
46
+ top: 160px;
47
+ bottom: 1040px; /* leaves space for input + keyboard */
48
+ padding: 24px 36px;
49
+ box-sizing: border-box;
50
+ background: #212121;
51
+ }
52
+ .empty-copy {
53
+ margin-top: 40px;
54
+ font-size: 40px;
55
+ color: #7f7f7f;
56
+ letter-spacing: 0.2px;
57
+ }
58
+
59
+ /* Input composer (above keyboard) */
60
+ .composer {
61
+ position: absolute;
62
+ left: 0; right: 0;
63
+ bottom: 920px; /* sits just above keyboard */
64
+ height: 140px;
65
+ background: #212121;
66
+ box-sizing: border-box;
67
+ padding: 20px 28px;
68
+ display: flex; align-items: center;
69
+ gap: 22px;
70
+ border-top: 1px solid #2a2a2a;
71
+ }
72
+ .cam-btn {
73
+ width: 92px; height: 92px;
74
+ border-radius: 50%;
75
+ border: 1px solid #3b3b3b;
76
+ background: #2a2a2a;
77
+ display: inline-flex; align-items: center; justify-content: center;
78
+ }
79
+ .input-pill {
80
+ flex: 1;
81
+ height: 96px;
82
+ border-radius: 48px;
83
+ border: 1px solid #3a3a3a;
84
+ background: #2b2b2b;
85
+ display: flex; align-items: center;
86
+ padding: 0 28px;
87
+ color: #9e9e9e;
88
+ font-size: 34px;
89
+ }
90
+ .post-btn {
91
+ width: 120px;
92
+ text-align: right;
93
+ font-size: 34px;
94
+ font-weight: 600;
95
+ color: #6f6f6f;
96
+ letter-spacing: 1px;
97
+ }
98
+
99
+ /* Keyboard */
100
+ .keyboard {
101
+ position: absolute;
102
+ left: 0; right: 0; bottom: 40px;
103
+ height: 880px;
104
+ background: #191919;
105
+ border-top: 1px solid #2a2a2a;
106
+ box-sizing: border-box;
107
+ padding: 16px 22px 22px;
108
+ }
109
+ .kb-toolbar {
110
+ height: 120px;
111
+ display: flex; align-items: center;
112
+ gap: 40px;
113
+ padding: 0 8px;
114
+ }
115
+ .kb-icon {
116
+ width: 88px; height: 88px;
117
+ border-radius: 20px;
118
+ background: #232323;
119
+ border: 1px solid #303030;
120
+ display: flex; align-items: center; justify-content: center;
121
+ color: #cfcfcf; font-size: 34px; font-weight: 600;
122
+ }
123
+
124
+ .key-row {
125
+ display: flex;
126
+ gap: 14px;
127
+ margin: 14px 0;
128
+ padding: 0 6px;
129
+ }
130
+ .key {
131
+ flex: 1;
132
+ height: 126px;
133
+ border-radius: 22px;
134
+ background: #2a2a2a;
135
+ border: 1px solid #3a3a3a;
136
+ color: #f0f0f0;
137
+ font-size: 40px;
138
+ display: flex; align-items: center; justify-content: center;
139
+ }
140
+ .key.wide { flex: 1.5; }
141
+ .key.extra-wide { flex: 4.5; color: #d9d9d9; }
142
+ .key.action {
143
+ background: #cfe0ff;
144
+ color: #0b1b3a;
145
+ border-color: #cfe0ff;
146
+ }
147
+ .key.dark { background: #242424; }
148
+
149
+ /* Gesture pill */
150
+ .gesture {
151
+ position: absolute;
152
+ left: 50%; bottom: 10px;
153
+ transform: translateX(-50%);
154
+ width: 300px; height: 10px;
155
+ background: #e7e7e7; border-radius: 8px;
156
+ opacity: 0.9;
157
+ }
158
+
159
+ /* Simple helper svg color */
160
+ svg { display: block; }
161
+ </style>
162
+ </head>
163
+ <body>
164
+ <div id="render-target">
165
+
166
+ <!-- Header -->
167
+ <div class="app-header">
168
+ <div class="back-btn" aria-label="Back">
169
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none">
170
+ <path d="M14.5 5L8 11.5L14.5 18" stroke="#ffffff" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"/>
171
+ </svg>
172
+ </div>
173
+ <div class="title">Comments</div>
174
+ </div>
175
+
176
+ <!-- Content -->
177
+ <div class="content-area">
178
+ <div class="empty-copy">Be the first to share your thoughts!</div>
179
+ </div>
180
+
181
+ <!-- Composer -->
182
+ <div class="composer">
183
+ <div class="cam-btn" aria-label="Add photo">
184
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none">
185
+ <rect x="3" y="6" width="18" height="13" rx="2" stroke="#d0d0d0" stroke-width="1.6"/>
186
+ <path d="M8 6.5l1.3-2h5.4l1.3 2" stroke="#d0d0d0" stroke-width="1.6" stroke-linecap="round"/>
187
+ <circle cx="12" cy="12.5" r="3.2" stroke="#d0d0d0" stroke-width="1.6"/>
188
+ </svg>
189
+ </div>
190
+ <div class="input-pill">Leave a comment or photo</div>
191
+ <div class="post-btn">POST</div>
192
+ </div>
193
+
194
+ <!-- Keyboard -->
195
+ <div class="keyboard">
196
+ <div class="kb-toolbar">
197
+ <div class="kb-icon" title="Grid">
198
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none">
199
+ <path d="M4 4h6v6H4zM14 4h6v6h-6zM4 14h6v6H4zM14 14h6v6h-6z" fill="#cfcfcf"/>
200
+ </svg>
201
+ </div>
202
+ <div class="kb-icon" title="Emoji">
203
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none">
204
+ <circle cx="12" cy="12" r="9" stroke="#cfcfcf" stroke-width="1.6"/>
205
+ <circle cx="9" cy="10" r="1.2" fill="#cfcfcf"/>
206
+ <circle cx="15" cy="10" r="1.2" fill="#cfcfcf"/>
207
+ <path d="M8 14.5c1 .9 2.3 1.5 4 1.5s3-.6 4-1.5" stroke="#cfcfcf" stroke-width="1.6" stroke-linecap="round"/>
208
+ </svg>
209
+ </div>
210
+ <div class="kb-icon" title="GIF">GIF</div>
211
+ <div class="kb-icon" title="Settings">
212
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none">
213
+ <circle cx="12" cy="12" r="3.2" stroke="#cfcfcf" stroke-width="1.6"/>
214
+ <path d="M12 3v3M12 18v3M3 12h3M18 12h3M5.3 5.3l2.1 2.1M16.6 16.6l2.1 2.1M5.3 18.7l2.1-2.1M16.6 7.4l2.1-2.1" stroke="#cfcfcf" stroke-width="1.4" stroke-linecap="round"/>
215
+ </svg>
216
+ </div>
217
+ <div class="kb-icon" title="Translate">
218
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none">
219
+ <path d="M4 6h8v12H4z" stroke="#cfcfcf" stroke-width="1.6"/>
220
+ <path d="M14 8h6M14 12h6M14 16h6" stroke="#cfcfcf" stroke-width="1.6" stroke-linecap="round"/>
221
+ </svg>
222
+ </div>
223
+ <div class="kb-icon" title="Palette">
224
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none">
225
+ <path d="M12 4a8 8 0 100 16 2 2 0 012-2h2a2 2 0 000-4h-1" stroke="#cfcfcf" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/>
226
+ <circle cx="8.5" cy="9.5" r="1.1" fill="#cfcfcf"/>
227
+ <circle cx="12" cy="8" r="1.1" fill="#cfcfcf"/>
228
+ <circle cx="10" cy="13" r="1.1" fill="#cfcfcf"/>
229
+ </svg>
230
+ </div>
231
+ <div class="kb-icon" title="Mic">
232
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none">
233
+ <rect x="9" y="5" width="6" height="10" rx="3" stroke="#cfcfcf" stroke-width="1.6"/>
234
+ <path d="M6 12a6 6 0 0012 0M12 18v3" stroke="#cfcfcf" stroke-width="1.6" stroke-linecap="round"/>
235
+ </svg>
236
+ </div>
237
+ </div>
238
+
239
+ <div class="key-row">
240
+ <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>
241
+ <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>
242
+ </div>
243
+ <div class="key-row" style="padding: 0 54px;">
244
+ <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>
245
+ <div class="key">H</div><div class="key">J</div><div class="key">K</div><div class="key">L</div>
246
+ </div>
247
+ <div class="key-row">
248
+ <div class="key wide dark">↑</div>
249
+ <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>
250
+ <div class="key wide dark">
251
+ <svg width="38" height="38" viewBox="0 0 24 24" fill="none">
252
+ <path d="M19 12l-6 6M13 18H5V6h8" stroke="#f0f0f0" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/>
253
+ </svg>
254
+ </div>
255
+ </div>
256
+ <div class="key-row">
257
+ <div class="key wide dark">?123</div>
258
+ <div class="key">,</div>
259
+ <div class="key dark">
260
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none">
261
+ <circle cx="12" cy="12" r="9" stroke="#f0f0f0" stroke-width="1.6"/>
262
+ <circle cx="9" cy="10" r="1.2" fill="#f0f0f0"/>
263
+ <circle cx="15" cy="10" r="1.2" fill="#f0f0f0"/>
264
+ <path d="M8 14.5c1 .9 2.3 1.5 4 1.5s3-.6 4-1.5" stroke="#f0f0f0" stroke-width="1.6" stroke-linecap="round"/>
265
+ </svg>
266
+ </div>
267
+ <div class="key extra-wide">Space</div>
268
+ <div class="key">.</div>
269
+ <div class="key action">↵</div>
270
+ </div>
271
+ </div>
272
+
273
+ <div class="gesture"></div>
274
+ </div>
275
+ </body>
276
+ </html>
code/16007/16007_2.html ADDED
@@ -0,0 +1,322 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Comments Screen</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
13
+ }
14
+ #render-target {
15
+ width: 1080px;
16
+ height: 2400px;
17
+ position: relative;
18
+ overflow: hidden;
19
+ background: #121212;
20
+ color: #ffffff;
21
+ }
22
+
23
+ /* Status bar */
24
+ .status-bar {
25
+ position: absolute;
26
+ top: 0;
27
+ left: 0;
28
+ width: 1080px;
29
+ height: 120px;
30
+ background: #0E0E0E;
31
+ display: flex;
32
+ align-items: center;
33
+ padding: 0 36px;
34
+ box-sizing: border-box;
35
+ font-size: 40px;
36
+ letter-spacing: 0.5px;
37
+ }
38
+ .status-left { flex: 1; }
39
+ .status-right {
40
+ display: flex;
41
+ align-items: center;
42
+ gap: 28px;
43
+ }
44
+ .status-icon { width: 44px; height: 44px; opacity: 0.9; }
45
+
46
+ /* App bar */
47
+ .app-bar {
48
+ position: absolute;
49
+ top: 120px;
50
+ left: 0;
51
+ width: 1080px;
52
+ height: 160px;
53
+ background: #1A1A1A;
54
+ display: flex;
55
+ align-items: center;
56
+ box-sizing: border-box;
57
+ padding: 0 32px;
58
+ border-bottom: 1px solid #242424;
59
+ }
60
+ .back-btn {
61
+ width: 84px;
62
+ height: 84px;
63
+ display: flex;
64
+ align-items: center;
65
+ justify-content: center;
66
+ margin-right: 16px;
67
+ }
68
+ .app-title {
69
+ font-size: 56px;
70
+ font-weight: 600;
71
+ color: #EDEDED;
72
+ }
73
+
74
+ /* Content area */
75
+ .content {
76
+ position: absolute;
77
+ top: 280px;
78
+ left: 0;
79
+ width: 1080px;
80
+ bottom: 1060px; /* leaves space for keyboard */
81
+ background: #1A1A1A;
82
+ }
83
+ .placeholder {
84
+ margin-top: 120px;
85
+ text-align: center;
86
+ color: #8A8A8A;
87
+ font-size: 46px;
88
+ font-weight: 500;
89
+ }
90
+
91
+ /* Comment input bar above keyboard */
92
+ .comment-bar {
93
+ position: absolute;
94
+ bottom: 1060px; /* sits just above keyboard */
95
+ left: 0;
96
+ width: 1080px;
97
+ height: 160px;
98
+ display: flex;
99
+ align-items: center;
100
+ padding: 0 36px;
101
+ box-sizing: border-box;
102
+ background: rgba(0,0,0,0.15);
103
+ }
104
+ .camera-wrap {
105
+ width: 120px;
106
+ height: 120px;
107
+ border-radius: 60px;
108
+ background: #2B2B2B;
109
+ display: flex;
110
+ align-items: center;
111
+ justify-content: center;
112
+ margin-right: 24px;
113
+ border: 1px solid #3A3A3A;
114
+ }
115
+ .input-bubble {
116
+ flex: 1;
117
+ height: 120px;
118
+ background: #2A2A2A;
119
+ border-radius: 60px;
120
+ border: 1px solid #3B3B3B;
121
+ display: flex;
122
+ align-items: center;
123
+ padding: 0 40px;
124
+ box-sizing: border-box;
125
+ font-size: 44px;
126
+ color: #EFEFEF;
127
+ }
128
+ .post-action {
129
+ margin-left: 24px;
130
+ font-size: 38px;
131
+ letter-spacing: 2px;
132
+ color: #A7C3FF;
133
+ text-transform: uppercase;
134
+ font-weight: 700;
135
+ }
136
+
137
+ /* Keyboard */
138
+ .keyboard {
139
+ position: absolute;
140
+ bottom: 0;
141
+ left: 0;
142
+ width: 1080px;
143
+ height: 1060px;
144
+ background: #0F0F0F;
145
+ border-top: 1px solid #2A2A2A;
146
+ box-sizing: border-box;
147
+ }
148
+ .suggestions {
149
+ height: 120px;
150
+ display: flex;
151
+ align-items: center;
152
+ padding: 0 36px;
153
+ box-sizing: border-box;
154
+ color: #D9D9D9;
155
+ font-size: 40px;
156
+ gap: 24px;
157
+ }
158
+ .suggestion {
159
+ padding: 10px 18px;
160
+ color: #EAEAEA;
161
+ }
162
+ .divider {
163
+ width: 2px;
164
+ height: 44px;
165
+ background: #3B3B3B;
166
+ margin: 0 10px;
167
+ }
168
+ .suggestions-spacer { flex: 1; }
169
+ .mic-btn {
170
+ width: 72px;
171
+ height: 72px;
172
+ }
173
+
174
+ .keys {
175
+ padding: 0 24px;
176
+ box-sizing: border-box;
177
+ }
178
+ .row {
179
+ display: flex;
180
+ justify-content: center;
181
+ gap: 18px;
182
+ margin: 24px 0;
183
+ }
184
+ .key {
185
+ width: 92px;
186
+ height: 140px;
187
+ background: #2A2A2A;
188
+ border-radius: 26px;
189
+ color: #F2F2F2;
190
+ font-size: 48px;
191
+ display: flex;
192
+ align-items: center;
193
+ justify-content: center;
194
+ box-shadow: inset 0 -2px 0 rgba(255,255,255,0.04);
195
+ }
196
+ .key-wide {
197
+ width: 160px;
198
+ }
199
+ .space {
200
+ flex: 1;
201
+ height: 140px;
202
+ background: #2A2A2A;
203
+ border-radius: 26px;
204
+ color: #CACACA;
205
+ font-size: 36px;
206
+ display: flex;
207
+ align-items: center;
208
+ justify-content: center;
209
+ }
210
+ .key-pill {
211
+ width: 150px;
212
+ height: 140px;
213
+ border-radius: 26px;
214
+ background: #D7E6FF;
215
+ color: #111;
216
+ font-weight: 700;
217
+ }
218
+ .enter-btn {
219
+ width: 150px;
220
+ height: 140px;
221
+ border-radius: 26px;
222
+ background: #CFE0FF;
223
+ display: flex;
224
+ align-items: center;
225
+ justify-content: center;
226
+ }
227
+ .bottom-gesture {
228
+ position: absolute;
229
+ bottom: 16px;
230
+ left: 50%;
231
+ transform: translateX(-50%);
232
+ width: 220px;
233
+ height: 10px;
234
+ border-radius: 10px;
235
+ background: #EDEDED;
236
+ opacity: 0.9;
237
+ }
238
+ </style>
239
+ </head>
240
+ <body>
241
+ <div id="render-target">
242
+
243
+ <!-- Status bar -->
244
+ <div class="status-bar">
245
+ <div class="status-left">2:03</div>
246
+ <div class="status-right">
247
+ <!-- simple icons -->
248
+ <svg class="status-icon" viewBox="0 0 24 24">
249
+ <path d="M3 12a9 9 0 0 1 9-9" stroke="#fff" stroke-width="2" fill="none" opacity="0.7"/>
250
+ <path d="M3 12a6 6 0 0 1 6-6" stroke="#fff" stroke-width="2" fill="none"/>
251
+ <circle cx="3" cy="12" r="2" fill="#fff"/>
252
+ </svg>
253
+ <svg class="status-icon" viewBox="0 0 24 24">
254
+ <rect x="2" y="7" width="18" height="10" rx="2" ry="2" stroke="#fff" stroke-width="2" fill="none"/>
255
+ <rect x="20" y="10" width="2" height="4" fill="#fff"/>
256
+ </svg>
257
+ </div>
258
+ </div>
259
+
260
+ <!-- App bar -->
261
+ <div class="app-bar">
262
+ <div class="back-btn">
263
+ <svg width="64" height="64" viewBox="0 0 24 24">
264
+ <path d="M15 6L9 12l6 6" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
265
+ </svg>
266
+ </div>
267
+ <div class="app-title">Comments</div>
268
+ </div>
269
+
270
+ <!-- Content area -->
271
+ <div class="content">
272
+ <div class="placeholder">Be the first to share your thoughts!</div>
273
+ </div>
274
+
275
+ <!-- Comment input -->
276
+ <div class="comment-bar">
277
+ <div class="camera-wrap">
278
+ <svg width="64" height="64" viewBox="0 0 24 24">
279
+ <rect x="3" y="6" width="18" height="12" rx="2" ry="2" fill="none" stroke="#ccc" stroke-width="2"/>
280
+ <circle cx="12" cy="12" r="4" fill="none" stroke="#ccc" stroke-width="2"/>
281
+ <rect x="7" y="4" width="4" height="3" rx="1" fill="#ccc"/>
282
+ </svg>
283
+ </div>
284
+ <div class="input-bubble">Delicioso! I am grateful to have a vegan option</div>
285
+ <div class="post-action">POST</div>
286
+ </div>
287
+
288
+ <!-- Keyboard -->
289
+ <div class="keyboard">
290
+ <div class="suggestions">
291
+ <div class="suggestion">option</div>
292
+ <div class="divider"></div>
293
+ <div class="suggestion">options</div>
294
+ <div class="divider"></div>
295
+ <div class="suggestion">optional</div>
296
+ <div class="suggestions-spacer"></div>
297
+ <svg class="mic-btn" viewBox="0 0 24 24">
298
+ <rect x="9" y="4" width="6" height="10" rx="3" fill="#eaeaea"/>
299
+ <path d="M6 11a6 6 0 0 0 12 0" fill="none" stroke="#eaeaea" stroke-width="2"/>
300
+ <path d="M12 17v3" stroke="#eaeaea" stroke-width="2"/>
301
+ </svg>
302
+ </div>
303
+ <div class="keys">
304
+ <div class="row">
305
+ <div class="key">q</div>
306
+ <div class="key">w</div>
307
+ <div class="key">e</div>
308
+ <div class="key">r</div>
309
+ <div class="key">t</div>
310
+ <div class="key">y</div>
311
+ <div class="key">u</div>
312
+ <div class="key">i</div>
313
+ <div class="key">o</div>
314
+ <div class="key">p</div>
315
+ </div>
316
+ <div class="row">
317
+ <div class="key key-wide">a</div>
318
+ <div class="key key-wide">s</div>
319
+ <div class="key key-wide">d</div>
320
+ <div class="key key-wide">f</div>
321
+ <div class="key key-wide">g</div>
322
+ <div class="key
code/16007/16007_3.html ADDED
@@ -0,0 +1,200 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Comments Screen</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: "Roboto", Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #212121;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ height: 100px;
20
+ background: #000;
21
+ color: #fff;
22
+ display: flex;
23
+ align-items: center;
24
+ padding: 0 40px;
25
+ font-size: 34px;
26
+ letter-spacing: 0.5px;
27
+ }
28
+ .status-time { flex: 0 0 auto; }
29
+ .status-icons {
30
+ margin-left: auto;
31
+ display: flex;
32
+ gap: 24px;
33
+ align-items: center;
34
+ }
35
+ .status-dot {
36
+ width: 12px; height: 12px; background: #fff; border-radius: 50%;
37
+ }
38
+ .status-shape {
39
+ width: 24px; height: 16px; border: 2px solid #fff; border-radius: 4px;
40
+ position: relative;
41
+ }
42
+ .status-shape::after {
43
+ content: ""; position: absolute; right: -6px; top: 4px;
44
+ width: 4px; height: 8px; background: #fff; border-radius: 1px;
45
+ }
46
+
47
+ /* Header/App bar */
48
+ .app-bar {
49
+ height: 120px;
50
+ background: #2A2A2A;
51
+ border-bottom: 1px solid #333;
52
+ display: flex;
53
+ align-items: center;
54
+ padding: 0 40px;
55
+ color: #fff;
56
+ }
57
+ .back-btn {
58
+ width: 80px; height: 80px;
59
+ display: flex; align-items: center; justify-content: center;
60
+ margin-right: 20px;
61
+ }
62
+ .app-title {
63
+ font-size: 44px;
64
+ font-weight: 600;
65
+ }
66
+
67
+ /* Content area */
68
+ .content {
69
+ position: absolute;
70
+ top: 220px; /* status-bar (100) + app-bar (120) */
71
+ bottom: 300px; /* space for input + home indicator */
72
+ left: 0; right: 0;
73
+ padding: 30px 40px;
74
+ overflow-y: auto;
75
+ background: #252525;
76
+ }
77
+
78
+ .comment-item {
79
+ display: flex;
80
+ gap: 24px;
81
+ padding: 32px 0;
82
+ border-bottom: 1px solid rgba(255,255,255,0.05);
83
+ }
84
+ .avatar-placeholder {
85
+ width: 88px; height: 88px; border-radius: 50%;
86
+ background: #E0E0E0; border: 1px solid #BDBDBD;
87
+ display: flex; align-items: center; justify-content: center;
88
+ color: #757575; font-size: 22px; text-align: center;
89
+ }
90
+ .comment-body { flex: 1; }
91
+ .author {
92
+ font-size: 38px; color: #FFFFFF; font-weight: 600; line-height: 1.2;
93
+ }
94
+ .timestamp {
95
+ font-size: 28px; color: #9E9E9E; margin-top: 6px;
96
+ }
97
+ .message {
98
+ font-size: 36px; color: #EDEDED; margin-top: 28px; line-height: 1.4;
99
+ }
100
+
101
+ /* Input bar */
102
+ .input-bar {
103
+ position: absolute;
104
+ left: 0; right: 0; bottom: 96px;
105
+ height: 220px;
106
+ background: #2A2A2A;
107
+ border-top: 1px solid #333;
108
+ display: flex;
109
+ align-items: center;
110
+ padding: 0 40px;
111
+ gap: 24px;
112
+ }
113
+ .camera-wrap {
114
+ width: 108px; height: 108px; border-radius: 54px;
115
+ background: #3A3A3A; display: flex; align-items: center; justify-content: center;
116
+ }
117
+ .text-input {
118
+ flex: 1;
119
+ height: 150px;
120
+ background: #3B3B3B;
121
+ border-radius: 36px;
122
+ padding: 28px 32px;
123
+ color: #EDEDED;
124
+ font-size: 34px;
125
+ line-height: 1.4;
126
+ }
127
+ .post-btn {
128
+ font-size: 32px; color: #BDBDBD; text-transform: uppercase;
129
+ font-weight: 600; letter-spacing: 1px;
130
+ padding: 12px 8px;
131
+ }
132
+
133
+ /* Bottom home indicator */
134
+ .home-indicator-area {
135
+ position: absolute; left: 0; right: 0; bottom: 0;
136
+ height: 96px; background: #000;
137
+ display: flex; align-items: center; justify-content: center;
138
+ }
139
+ .home-indicator {
140
+ width: 240px; height: 12px; background: #FFFFFF; border-radius: 6px;
141
+ opacity: 0.9;
142
+ }
143
+ </style>
144
+ </head>
145
+ <body>
146
+ <div id="render-target">
147
+
148
+ <!-- Top status bar -->
149
+ <div class="status-bar">
150
+ <div class="status-time">2:04</div>
151
+ <div class="status-icons">
152
+ <div class="status-dot"></div>
153
+ <div class="status-dot"></div>
154
+ <div class="status-dot"></div>
155
+ <div class="status-shape"></div>
156
+ </div>
157
+ </div>
158
+
159
+ <!-- Header -->
160
+ <div class="app-bar">
161
+ <div class="back-btn" aria-label="Back">
162
+ <svg width="40" height="40" viewBox="0 0 24 24">
163
+ <path d="M15 18l-6-6 6-6" stroke="#ffffff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
164
+ </svg>
165
+ </div>
166
+ <div class="app-title">Comments</div>
167
+ </div>
168
+
169
+ <!-- Content -->
170
+ <div class="content">
171
+ <div class="comment-item">
172
+ <div class="avatar-placeholder">[IMG: Avatar]</div>
173
+ <div class="comment-body">
174
+ <div class="author">Cerebra Research</div>
175
+ <div class="timestamp">just now</div>
176
+ <div class="message">Delicioso! I am grateful to have a vegan option</div>
177
+ </div>
178
+ </div>
179
+ </div>
180
+
181
+ <!-- Input bar -->
182
+ <div class="input-bar">
183
+ <div class="camera-wrap" aria-label="Camera">
184
+ <svg width="44" height="44" viewBox="0 0 24 24">
185
+ <path d="M4 7h4l2-2h4l2 2h4v12H4z" fill="none" stroke="#ffffff" stroke-width="2" stroke-linejoin="round"/>
186
+ <circle cx="12" cy="13" r="4" fill="none" stroke="#ffffff" stroke-width="2"/>
187
+ </svg>
188
+ </div>
189
+ <div class="text-input">Delicioso! I am grateful to have a vegan option</div>
190
+ <div class="post-btn">POST</div>
191
+ </div>
192
+
193
+ <!-- Home indicator -->
194
+ <div class="home-indicator-area">
195
+ <div class="home-indicator"></div>
196
+ </div>
197
+
198
+ </div>
199
+ </body>
200
+ </html>
code/16008/16008_0.html ADDED
@@ -0,0 +1,405 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Currency Trends & Charts Mock</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ position: relative;
9
+ width: 1080px;
10
+ height: 2400px;
11
+ overflow: hidden;
12
+ background: #ffffff;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ height: 90px;
18
+ background: #111111;
19
+ color: #ffffff;
20
+ display: flex;
21
+ align-items: center;
22
+ padding: 0 36px;
23
+ font-size: 36px;
24
+ letter-spacing: 0.5px;
25
+ }
26
+ .status-icons {
27
+ margin-left: auto;
28
+ display: flex;
29
+ align-items: center;
30
+ gap: 26px;
31
+ }
32
+ .status-dot { width: 18px; height: 18px; background:#fff; border-radius: 50%; opacity:0.9; }
33
+ .battery {
34
+ width: 52px; height: 26px; border: 3px solid #fff; position: relative; border-radius: 5px;
35
+ }
36
+ .battery::after {
37
+ content:""; position:absolute; right:-10px; top:7px; width:8px; height:12px; background:#fff; border-radius:2px;
38
+ }
39
+ .battery .level { position:absolute; left:3px; top:3px; height:16px; width:34px; background:#4caf50; }
40
+
41
+ /* App bar */
42
+ .app-bar {
43
+ height: 120px;
44
+ background: #1a1a1a;
45
+ color: #ffffff;
46
+ display: flex;
47
+ align-items: center;
48
+ padding: 0 28px;
49
+ }
50
+ .hamburger {
51
+ width: 68px; height: 56px; display: flex; flex-direction: column; justify-content: space-between; margin-right: 22px;
52
+ }
53
+ .hamburger span { height: 8px; background:#fff; border-radius: 2px; }
54
+ .app-title {
55
+ font-weight: bold;
56
+ font-size: 40px;
57
+ letter-spacing: 1px;
58
+ }
59
+ .more {
60
+ margin-left: auto; display: flex; flex-direction: column; gap: 8px; padding: 10px;
61
+ }
62
+ .more span { width: 10px; height: 10px; background:#fff; border-radius: 50%; display:block; }
63
+
64
+ /* Banner image */
65
+ .banner {
66
+ height: 260px;
67
+ background: #E0E0E0;
68
+ border: 1px solid #BDBDBD;
69
+ margin: 0;
70
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size: 32px;
71
+ }
72
+
73
+ /* Currency pair header */
74
+ .pair-bar {
75
+ background: #1f1f1f;
76
+ color: #fff;
77
+ padding: 28px 24px;
78
+ display: flex;
79
+ align-items: center;
80
+ gap: 28px;
81
+ }
82
+ .pair {
83
+ flex: 1;
84
+ display: flex;
85
+ align-items: center;
86
+ gap: 18px;
87
+ }
88
+ .flag {
89
+ width: 52px; height: 34px; background:#3f51b5; border: 2px solid #fff; box-shadow: inset 0 0 0 2px #e91e63;
90
+ }
91
+ .pair .code { font-size: 46px; font-weight: 700; }
92
+ .pair .sub { font-size: 28px; color: #cfcfcf; }
93
+ .caret {
94
+ width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent;
95
+ border-top: 16px solid #ff5252; margin-left: 8px;
96
+ }
97
+ .caret.blue { border-top-color:#42a5f5; }
98
+ .spacer { width: 2px; height: 60px; background:#333; }
99
+
100
+ /* Range tabs */
101
+ .tabs {
102
+ display: flex;
103
+ background: #2a2a2a;
104
+ padding: 14px 16px;
105
+ gap: 16px;
106
+ }
107
+ .tab {
108
+ flex: 1;
109
+ background:#dcdcdc;
110
+ height: 96px;
111
+ border-radius: 8px;
112
+ display:flex; align-items:center; justify-content:center;
113
+ font-size: 34px; color:#333;
114
+ }
115
+ .tab.active {
116
+ color:#d32f2f;
117
+ border: 3px solid #d32f2f;
118
+ background:#efefef;
119
+ font-weight: 700;
120
+ }
121
+
122
+ /* Chart area */
123
+ .chart-wrap {
124
+ position: relative;
125
+ height: 860px;
126
+ background: #ffffff;
127
+ border-top: 1px solid #e0e0e0;
128
+ border-bottom: 1px solid #e0e0e0;
129
+ margin: 0 0;
130
+ padding-bottom: 20px;
131
+ }
132
+ .grid {
133
+ position:absolute; left:0; right:0; top:0; bottom:0;
134
+ }
135
+ .grid-line {
136
+ position:absolute; left:80px; right:20px; height:1px; background:#eaeaea;
137
+ }
138
+ .grid-line:nth-child(1){ top:80px; }
139
+ .grid-line:nth-child(2){ top:200px; }
140
+ .grid-line:nth-child(3){ top:320px; }
141
+ .grid-line:nth-child(4){ top:440px; }
142
+ .grid-line:nth-child(5){ top:560px; }
143
+ .grid-line:nth-child(6){ top:680px; }
144
+ .grid-line:nth-child(7){ top:800px; }
145
+
146
+ .axis-labels {
147
+ position:absolute; left:24px; top:70px; color:#9e9e9e; font-size: 30px; line-height: 120px;
148
+ }
149
+ .axis-labels div { height:120px; }
150
+ .chart-svg {
151
+ position:absolute; left:80px; right:40px; top:60px; bottom:120px;
152
+ }
153
+ .x-axis {
154
+ position:absolute; left:60px; right:60px; bottom:60px;
155
+ display:flex; justify-content: space-between; color:#9e9e9e; font-size: 30px;
156
+ }
157
+ .x-label {
158
+ text-align:center;
159
+ width:70px;
160
+ }
161
+ .axis-desc {
162
+ position:absolute; left:360px; bottom:20px; color:#7a7a7a; font-size:34px;
163
+ }
164
+
165
+ /* Date chips and calendar row */
166
+ .chips-row {
167
+ display: grid;
168
+ grid-template-columns: repeat(5, 1fr);
169
+ gap: 16px;
170
+ padding: 22px 24px 0 24px;
171
+ }
172
+ .chip {
173
+ background:#eeeeee; height: 96px; border-radius:12px; display:flex; align-items:center; justify-content:center;
174
+ font-size: 30px; color:#666;
175
+ }
176
+ .calendar-row {
177
+ display:grid; grid-template-columns: repeat(5, 1fr); gap: 16px; padding: 12px 24px;
178
+ }
179
+ .cal-box {
180
+ background:#efefef; height: 98px; border-radius:12px; display:flex; align-items:center; justify-content:center;
181
+ font-size: 38px; color:#666;
182
+ }
183
+
184
+ /* Table-like values */
185
+ .values-row {
186
+ display:grid; grid-template-columns: repeat(5, 1fr); gap: 16px; padding: 8px 24px 16px 24px;
187
+ }
188
+ .value-card {
189
+ background:#ffffff; border:1px solid #e0e0e0; border-radius: 12px; padding: 16px;
190
+ display:flex; flex-direction: column; align-items: center; gap: 12px;
191
+ }
192
+ .value-card .date { font-size: 32px; color:#333; }
193
+ .value-card .number { font-size: 40px; font-weight: 700; color:#222; }
194
+ .value-card .delta { font-size: 34px; }
195
+ .delta.red { color:#d32f2f; }
196
+ .delta.blue { color:#1e88e5; }
197
+
198
+ /* Ad banner */
199
+ .ad {
200
+ margin: 18px 24px;
201
+ background:#ffffff;
202
+ border:1px solid #e0e0e0;
203
+ border-radius: 16px;
204
+ display:flex; align-items:center; padding: 22px;
205
+ gap: 24px;
206
+ }
207
+ .ad-img {
208
+ width: 320px; height: 180px; background:#E0E0E0; border:1px solid #BDBDBD; display:flex; align-items:center; justify-content:center; color:#757575; font-size: 28px;
209
+ }
210
+ .ad-info { flex: 1; }
211
+ .ad-title { font-size: 44px; font-weight: 700; color:#222; }
212
+ .ad-sub { font-size: 30px; color:#777; margin-top: 6px; }
213
+ .open-btn {
214
+ background:#11a55a; color:#fff; border:none; border-radius: 60px; width: 220px; height: 98px;
215
+ font-size: 40px; font-weight: 700;
216
+ }
217
+
218
+ /* Bottom bar */
219
+ .bottom-bar {
220
+ position:absolute; left:0; right:0; bottom:0; height: 110px; display:flex; align-items:center; padding: 0 24px;
221
+ }
222
+ .dismiss { color:#00BCD4; font-size: 50px; }
223
+ .gesture {
224
+ margin: 0 auto; width: 520px; height: 14px; background:#cccccc; border-radius: 8px;
225
+ }
226
+ </style>
227
+ </head>
228
+ <body>
229
+ <div id="render-target">
230
+
231
+ <!-- Status bar -->
232
+ <div class="status-bar">
233
+ <div>9:34</div>
234
+ <div class="status-icons">
235
+ <div class="status-dot"></div>
236
+ <svg width="42" height="26">
237
+ <rect x="2" y="10" width="38" height="6" fill="#fff"></rect>
238
+ <circle cx="8" cy="13" r="3" fill="#fff"></circle>
239
+ <circle cx="18" cy="13" r="3" fill="#fff"></circle>
240
+ <circle cx="28" cy="13" r="3" fill="#fff"></circle>
241
+ </svg>
242
+ <div class="battery"><div class="level"></div></div>
243
+ </div>
244
+ </div>
245
+
246
+ <!-- App bar -->
247
+ <div class="app-bar">
248
+ <div class="hamburger">
249
+ <span></span><span></span><span></span>
250
+ </div>
251
+ <div class="app-title">CURRENCY TRENDS &amp; CHARTS</div>
252
+ <div class="more">
253
+ <span></span><span></span><span></span>
254
+ </div>
255
+ </div>
256
+
257
+ <!-- Banner -->
258
+ <div class="banner">[IMG: Papers, charts and resume documents on desk]</div>
259
+
260
+ <!-- Pair header -->
261
+ <div class="pair-bar">
262
+ <div class="pair">
263
+ <div class="code">EUR</div>
264
+ <div class="flag"></div>
265
+ <div class="caret"></div>
266
+ <div style="margin-left:14px;">
267
+ <div class="sub">Euro</div>
268
+ </div>
269
+ </div>
270
+ <div class="spacer"></div>
271
+ <div class="pair">
272
+ <div class="code">GBP</div>
273
+ <div class="flag" style="background:#c62828;"></div>
274
+ <div class="caret blue"></div>
275
+ <div style="margin-left:14px;">
276
+ <div class="sub">British Pound Sterling</div>
277
+ </div>
278
+ </div>
279
+ </div>
280
+
281
+ <!-- Tabs -->
282
+ <div class="tabs">
283
+ <div class="tab active">10D</div>
284
+ <div class="tab">1M</div>
285
+ <div class="tab">3M</div>
286
+ <div class="tab">6M</div>
287
+ <div class="tab">1Y</div>
288
+ <div class="tab">2Y</div>
289
+ </div>
290
+
291
+ <!-- Chart -->
292
+ <div class="chart-wrap">
293
+ <div class="grid">
294
+ <div class="grid-line"></div>
295
+ <div class="grid-line"></div>
296
+ <div class="grid-line"></div>
297
+ <div class="grid-line"></div>
298
+ <div class="grid-line"></div>
299
+ <div class="grid-line"></div>
300
+ <div class="grid-line"></div>
301
+ </div>
302
+ <div class="axis-labels">
303
+ <div>0.8729</div>
304
+ <div>0.8722</div>
305
+ <div>0.8715</div>
306
+ <div>0.8708</div>
307
+ <div>0.8701</div>
308
+ <div>0.8694</div>
309
+ <div>0.8687</div>
310
+ </div>
311
+
312
+ <!-- Simplified chart line with fill -->
313
+ <svg class="chart-svg" viewBox="0 0 900 650" preserveAspectRatio="none">
314
+ <defs>
315
+ <linearGradient id="fill" x1="0" y1="0" x2="0" y2="1">
316
+ <stop offset="0%" stop-color="#6ec6a0" stop-opacity="0.65"/>
317
+ <stop offset="100%" stop-color="#6ec6a0" stop-opacity="0.25"/>
318
+ </linearGradient>
319
+ </defs>
320
+ <path d="M0,50 C120,40 180,20 240,50 C300,80 360,220 420,320 C480,420 540,220 600,210 C660,200 720,430 780,520 C840,610 900,500 900,500 L900,650 L0,650 Z"
321
+ fill="url(#fill)" stroke="#0aa18f" stroke-width="4"/>
322
+ </svg>
323
+
324
+ <div class="x-axis">
325
+ <div class="x-label">0</div>
326
+ <div class="x-label">1</div>
327
+ <div class="x-label">2</div>
328
+ <div class="x-label">3</div>
329
+ <div class="x-label">4</div>
330
+ <div class="x-label">5</div>
331
+ <div class="x-label">6</div>
332
+ <div class="x-label">7</div>
333
+ <div class="x-label">8</div>
334
+ <div class="x-label">9</div>
335
+ <div class="x-label">10</div>
336
+ <div class="x-label">1</div>
337
+ </div>
338
+ <div class="axis-desc">1 EUR = (y) GBP</div>
339
+ </div>
340
+
341
+ <!-- Chips row -->
342
+ <div class="chips-row">
343
+ <div class="chip">OCT 28, 2023</div>
344
+ <div class="chip">OCT 30, 2023</div>
345
+ <div class="chip">NOV 1, 2023</div>
346
+ <div class="chip">NOV 3, 2023</div>
347
+ <div class="chip">NOV 6, 2023</div>
348
+ </div>
349
+
350
+ <!-- Calendar numbers -->
351
+ <div class="calendar-row">
352
+ <div class="cal-box">5</div>
353
+ <div class="cal-box">6</div>
354
+ <div class="cal-box">7</div>
355
+ <div class="cal-box">8</div>
356
+ <div class="cal-box">9</div>
357
+ </div>
358
+
359
+ <!-- Value cards -->
360
+ <div class="values-row">
361
+ <div class="value-card">
362
+ <div class="date">Nov 2, 2023</div>
363
+ <div class="number">0.87098</div>
364
+ <div class="delta red">+0.212%</div>
365
+ </div>
366
+ <div class="value-card">
367
+ <div class="date">Nov 3, 2023</div>
368
+ <div class="number">0.86752</div>
369
+ <div class="delta blue">-0.397%</div>
370
+ </div>
371
+ <div class="value-card">
372
+ <div class="date">Nov 4, 2023</div>
373
+ <div class="number">0.86755</div>
374
+ <div class="delta red">+0.003%</div>
375
+ </div>
376
+ <div class="value-card">
377
+ <div class="date">Nov 5, 2023</div>
378
+ <div class="number">0.86722</div>
379
+ <div class="delta blue">-0.038%</div>
380
+ </div>
381
+ <div class="value-card">
382
+ <div class="date">Nov 6, 2023</div>
383
+ <div class="number">0.86838</div>
384
+ <div class="delta red">+0.134%</div>
385
+ </div>
386
+ </div>
387
+
388
+ <!-- Ad banner -->
389
+ <div class="ad">
390
+ <div class="ad-img">[IMG: Booking.com App Preview]</div>
391
+ <div class="ad-info">
392
+ <div class="ad-title">Booking.com</div>
393
+ <div class="ad-sub">4.7 ★ • FREE</div>
394
+ </div>
395
+ <button class="open-btn">Open</button>
396
+ </div>
397
+
398
+ <!-- Bottom bar -->
399
+ <div class="bottom-bar">
400
+ <div class="dismiss">✕</div>
401
+ <div class="gesture"></div>
402
+ </div>
403
+ </div>
404
+ </body>
405
+ </html>
code/16008/16008_1.html ADDED
@@ -0,0 +1,296 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>Currency Trends UI</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;
10
+ }
11
+
12
+ /* Status bar */
13
+ .status-bar {
14
+ position:absolute; top:0; left:0; width:100%; height:80px; background:#000;
15
+ display:flex; align-items:center; justify-content:space-between; padding:0 32px; box-sizing:border-box;
16
+ font-size:38px; letter-spacing:0.5px;
17
+ }
18
+ .status-icons { display:flex; align-items:center; gap:22px; }
19
+ .icon-dot { width:20px; height:20px; background:#fff; border-radius:3px; }
20
+ .icon-wifi, .icon-battery, .icon-signal { width:40px; height:24px; }
21
+ .icon-battery { width:52px; height:28px; }
22
+
23
+ /* App bar */
24
+ .app-bar {
25
+ position:absolute; top:80px; left:0; right:0; height:120px; background:#1e1e1e;
26
+ display:flex; align-items:center; padding:0 28px; box-sizing:border-box;
27
+ box-shadow:0 2px 0 rgba(255,255,255,0.06);
28
+ }
29
+ .title { flex:1; text-align:center; font-weight:700; font-size:44px; color:#fff; }
30
+ .nav-btn { width:96px; display:flex; align-items:center; justify-content:center; }
31
+ .menu-icon svg, .more-icon svg { fill:#fff; }
32
+
33
+ /* Banner image */
34
+ .banner {
35
+ position:absolute; top:200px; left:0; width:100%; height:300px;
36
+ background:#E0E0E0; border-top:1px solid #BDBDBD; border-bottom:1px solid #BDBDBD;
37
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:32px;
38
+ }
39
+
40
+ /* Currency header row */
41
+ .pair-row {
42
+ position:absolute; top:500px; left:0; width:100%; height:140px; background:#262626;
43
+ display:flex; align-items:center; padding:0 24px; box-sizing:border-box; gap:24px;
44
+ }
45
+ .pair { flex:1; display:flex; align-items:center; gap:18px; }
46
+ .flag { width:60px; height:40px; background:#E0E0E0; border:1px solid #BDBDBD; color:#555; display:flex; align-items:center; justify-content:center; font-size:20px; }
47
+ .pair .code { font-size:46px; font-weight:700; }
48
+ .pair .name { font-size:30px; color:#cfcfcf; margin-top:6px; }
49
+ .down { width:0; height:0; border-left:10px solid transparent; border-right:10px solid transparent; border-top:14px solid #d44; margin-left:8px; }
50
+ .down.blue { border-top-color:#3aa7ff; }
51
+
52
+ /* Range tabs */
53
+ .tabs {
54
+ position:absolute; top:640px; left:0; width:100%; height:110px; background:#1f1f1f;
55
+ display:flex; align-items:center; justify-content:space-around; padding:0 24px; box-sizing:border-box;
56
+ }
57
+ .tab {
58
+ width:160px; height:90px; background:#2b2b2b; border-radius:10px; color:#e6e6e6;
59
+ display:flex; align-items:center; justify-content:center; font-size:34px; border:1px solid #3a3a3a;
60
+ }
61
+ .tab.active { border-color:#ff6b6b; color:#ff6b6b; }
62
+
63
+ /* Chart area */
64
+ .chart {
65
+ position:absolute; top:750px; left:40px; width:1000px; height:600px;
66
+ background:#e9fbf8; border:1px solid #b9dcd6; border-radius:6px;
67
+ box-shadow: inset 0 0 0 2px rgba(0,0,0,0.03);
68
+ }
69
+ .chart gridline { }
70
+ .chart .grid {
71
+ position:absolute; inset:20px; border:0;
72
+ background:
73
+ linear-gradient(#d7efe9 1px, transparent 1px) 0 0/100% 120px,
74
+ linear-gradient(to right, #d7efe9 1px, transparent 1px) 0 0/120px 100%;
75
+ }
76
+ .chart .caption {
77
+ position:absolute; left:20px; top:12px; color:#7aa8a2; font-size:28px;
78
+ }
79
+ .chart .xcaption { position:absolute; bottom:10px; left:360px; color:#7aa8a2; font-size:32px; }
80
+
81
+ .chart .shape {
82
+ position:absolute; left:0; top:0; right:0; bottom:0; pointer-events:none;
83
+ }
84
+ /* simple teal area to hint graph */
85
+ .chart .shape svg { width:100%; height:100%; }
86
+ .chart .shape path { fill:#9fdcd2; stroke:#55b6a9; stroke-width:4; opacity:0.9; }
87
+
88
+ /* Chips row (dates above table) */
89
+ .chip-row {
90
+ position:absolute; top:1376px; left:0; width:100%; height:120px; background:#ececec;
91
+ display:flex; align-items:center; gap:20px; padding:0 20px; box-sizing:border-box;
92
+ }
93
+ .chip {
94
+ background:#f7f7f7; color:#333; border:1px solid #cccccc; border-radius:12px;
95
+ padding:18px 26px; font-size:32px;
96
+ }
97
+
98
+ /* Table rows */
99
+ .table {
100
+ position:absolute; top:1496px; left:0; width:100%; background:#f6f6f6; color:#222;
101
+ border-top:1px solid #ddd;
102
+ }
103
+ .table .header {
104
+ display:grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; gap:0;
105
+ background:#e6e6e6; height:120px;
106
+ }
107
+ .cell {
108
+ border-right:1px solid #d0d0d0; display:flex; align-items:center; justify-content:center; font-size:36px;
109
+ }
110
+ .row {
111
+ display:grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; background:#fff; height:120px;
112
+ }
113
+ .row:nth-child(even){ background:#fafafa; }
114
+ .muted { color:#6a6a6a; }
115
+ .blue { color:#1a9bd7; }
116
+ .red { color:#d62b2b; }
117
+
118
+ /* Ad banner */
119
+ .ad {
120
+ position:absolute; bottom:160px; left:40px; width:1000px; height:220px; background:#ffffff; border:1px solid #c7c7c7; border-radius:16px;
121
+ display:flex; align-items:center; padding:20px; box-sizing:border-box; gap:24px; color:#000;
122
+ }
123
+ .ad .img {
124
+ width:240px; height:180px; background:#0e4bb7; border-radius:12px; color:#fff; display:flex; align-items:center; justify-content:center; font-size:34px; font-weight:bold;
125
+ }
126
+ .ad .text { flex:1; }
127
+ .ad .text .title { font-size:44px; font-weight:700; margin-bottom:8px; }
128
+ .ad .text .sub { font-size:32px; color:#555; }
129
+ .ad .cta {
130
+ width:200px; height:120px; background:#08a85f; color:#fff; border-radius:60px; display:flex; align-items:center; justify-content:center; font-size:40px; font-weight:700;
131
+ }
132
+
133
+ /* Bottom nav pill */
134
+ .nav-pill {
135
+ position:absolute; bottom:56px; left:50%; transform:translateX(-50%);
136
+ width:360px; height:16px; background:#e7e7e7; border-radius:12px;
137
+ }
138
+ </style>
139
+ </head>
140
+ <body>
141
+ <div id="render-target">
142
+
143
+ <!-- Status bar -->
144
+ <div class="status-bar">
145
+ <div>9:35</div>
146
+ <div class="status-icons">
147
+ <div class="icon-dot"></div>
148
+ <svg class="icon-signal" viewBox="0 0 40 24">
149
+ <rect x="2" y="14" width="6" height="8" fill="#fff"></rect>
150
+ <rect x="12" y="10" width="6" height="12" fill="#fff"></rect>
151
+ <rect x="22" y="6" width="6" height="16" fill="#fff"></rect>
152
+ <rect x="32" y="2" width="6" height="20" fill="#fff"></rect>
153
+ </svg>
154
+ <svg class="icon-wifi" viewBox="0 0 40 24">
155
+ <path d="M2 10 Q20 -2 38 10" stroke="#fff" stroke-width="3" fill="none"></path>
156
+ <path d="M8 14 Q20 6 32 14" stroke="#fff" stroke-width="3" fill="none"></path>
157
+ <circle cx="20" cy="18" r="3" fill="#fff"></circle>
158
+ </svg>
159
+ <svg class="icon-battery" viewBox="0 0 52 28">
160
+ <rect x="2" y="5" width="44" height="18" rx="3" fill="none" stroke="#fff" stroke-width="3"></rect>
161
+ <rect x="6" y="9" width="30" height="10" fill="#fff"></rect>
162
+ <rect x="48" y="10" width="4" height="8" fill="#fff"></rect>
163
+ </svg>
164
+ </div>
165
+ </div>
166
+
167
+ <!-- App bar -->
168
+ <div class="app-bar">
169
+ <div class="nav-btn menu-icon">
170
+ <svg width="54" height="54" viewBox="0 0 24 24">
171
+ <rect x="3" y="5" width="18" height="2"></rect>
172
+ <rect x="3" y="11" width="18" height="2"></rect>
173
+ <rect x="3" y="17" width="18" height="2"></rect>
174
+ </svg>
175
+ </div>
176
+ <div class="title">CURRENCY TRENDS & CHARTS</div>
177
+ <div class="nav-btn more-icon">
178
+ <svg width="54" height="54" viewBox="0 0 24 24">
179
+ <circle cx="5" cy="12" r="2"></circle>
180
+ <circle cx="12" cy="12" r="2"></circle>
181
+ <circle cx="19" cy="12" r="2"></circle>
182
+ </svg>
183
+ </div>
184
+ </div>
185
+
186
+ <!-- Banner image -->
187
+ <div class="banner">[IMG: Papers with charts and resume layouts]</div>
188
+
189
+ <!-- Currency pair row -->
190
+ <div class="pair-row">
191
+ <div class="pair">
192
+ <div class="code">EUR</div>
193
+ <div class="flag">[EU]</div>
194
+ <div class="down"></div>
195
+ <div style="display:flex; flex-direction:column;">
196
+ <div class="muted" style="font-size:30px;">Euro</div>
197
+ </div>
198
+ </div>
199
+ <div class="pair" style="justify-content:flex-end;">
200
+ <div class="code">GBP</div>
201
+ <div class="flag">[UK]</div>
202
+ <div class="down blue"></div>
203
+ <div style="display:flex; flex-direction:column; margin-left:10px;">
204
+ <div class="muted" style="font-size:30px;">British Pound Sterling</div>
205
+ </div>
206
+ </div>
207
+ </div>
208
+
209
+ <!-- Tabs -->
210
+ <div class="tabs">
211
+ <div class="tab active">10D</div>
212
+ <div class="tab">1M</div>
213
+ <div class="tab">3M</div>
214
+ <div class="tab">6M</div>
215
+ <div class="tab">1Y</div>
216
+ <div class="tab">2Y</div>
217
+ </div>
218
+
219
+ <!-- Chart -->
220
+ <div class="chart">
221
+ <div class="grid"></div>
222
+ <div class="caption">GBP/EUR</div>
223
+ <div class="xcaption">1 EUR = (y) GBP</div>
224
+ <div class="shape">
225
+ <svg viewBox="0 0 1000 600" preserveAspectRatio="none">
226
+ <!-- simple wave-like area to match the feel -->
227
+ <path d="M0,120
228
+ C120,80 220,40 340,120
229
+ C460,200 560,340 660,220
230
+ C760,120 860,300 1000,260
231
+ L1000,600 L0,600 Z"></path>
232
+ </svg>
233
+ </div>
234
+ </div>
235
+
236
+ <!-- Date chips -->
237
+ <div class="chip-row">
238
+ <div class="chip">OCT 28, 2023</div>
239
+ <div class="chip">OCT 30, 2023</div>
240
+ <div class="chip">NOV 1, 2023</div>
241
+ <div class="chip">NOV 3, 2023</div>
242
+ <div class="chip">NOV 6, 2023</div>
243
+ </div>
244
+
245
+ <!-- Table -->
246
+ <div class="table">
247
+ <div class="header">
248
+ <div class="cell">1</div>
249
+ <div class="cell">2</div>
250
+ <div class="cell">3</div>
251
+ <div class="cell">4</div>
252
+ <div class="cell">5</div>
253
+ <div class="cell">6</div>
254
+ </div>
255
+ <div class="row">
256
+ <div class="cell muted">29, 2023</div>
257
+ <div class="cell muted">Oct 30, 2023</div>
258
+ <div class="cell muted">Oct 31, 2023</div>
259
+ <div class="cell muted">Nov 1, 2023</div>
260
+ <div class="cell muted">Nov 2, 2023</div>
261
+ <div class="cell muted">Nov 3, 2023</div>
262
+ </div>
263
+ <div class="row">
264
+ <div class="cell">0.87200</div>
265
+ <div class="cell">0.87253</div>
266
+ <div class="cell">0.87061</div>
267
+ <div class="cell">0.86914</div>
268
+ <div class="cell">0.87098</div>
269
+ <div class="cell">0.87050</div>
270
+ </div>
271
+ <div class="row">
272
+ <div class="cell blue">-0.029%</div>
273
+ <div class="cell red">+0.061%</div>
274
+ <div class="cell blue">-0.220%</div>
275
+ <div class="cell blue">-0.169%</div>
276
+ <div class="cell red">+0.212%</div>
277
+ <div class="cell blue">-0.045%</div>
278
+ </div>
279
+ </div>
280
+
281
+ <!-- Ad banner -->
282
+ <div class="ad">
283
+ <div class="img">Booking.com</div>
284
+ <div class="text">
285
+ <div class="title">Booking.com</div>
286
+ <div class="sub">4.7 ★ FREE</div>
287
+ </div>
288
+ <div class="cta">Open</div>
289
+ </div>
290
+
291
+ <!-- Bottom navigation pill -->
292
+ <div class="nav-pill"></div>
293
+
294
+ </div>
295
+ </body>
296
+ </html>
code/16008/16008_2.html ADDED
@@ -0,0 +1,284 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Currency Trends & Charts</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px;
10
+ position: relative; overflow: hidden;
11
+ background: #ffffff;
12
+ color: #111;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ position: absolute; top: 0; left: 0; right: 0;
18
+ height: 80px; background: #000;
19
+ color: #fff; font-weight: 600;
20
+ display: flex; align-items: center; padding: 0 32px;
21
+ font-size: 36px;
22
+ }
23
+ .status-right { margin-left: auto; display: flex; align-items: center; gap: 20px; }
24
+ .status-dot { width: 18px; height: 18px; background: #fff; border-radius: 50%; opacity: 0.9; }
25
+ .status-icon { width: 28px; height: 28px; border: 2px solid #fff; border-radius: 4px; }
26
+
27
+ /* App bar */
28
+ .app-bar {
29
+ position: absolute; top: 80px; left: 0; right: 0;
30
+ height: 140px; background: #121212; color: #fff;
31
+ display: flex; align-items: center; padding: 0 28px; gap: 28px;
32
+ }
33
+ .app-title { font-size: 44px; font-weight: 700; letter-spacing: 1px; }
34
+ .spacer { flex: 1; }
35
+ .icon-btn { width: 64px; height: 64px; display: flex; align-items: center; justify-content: center; }
36
+ .icon { width: 48px; height: 48px; fill: #fff; }
37
+
38
+ /* Banner image */
39
+ .banner {
40
+ position: absolute; top: 220px; left: 0; right: 0;
41
+ height: 300px;
42
+ display: flex; align-items: center; justify-content: center;
43
+ background: #E0E0E0; border-top: 1px solid #BDBDBD; border-bottom: 1px solid #BDBDBD;
44
+ color: #757575; font-size: 30px;
45
+ }
46
+
47
+ /* Currency selector bar */
48
+ .currency-bar {
49
+ position: absolute; top: 520px; left: 0; right: 0;
50
+ background: #1f1f1f; color: #fff;
51
+ height: 130px; display: flex; padding: 0 16px; gap: 16px;
52
+ }
53
+ .currency-card {
54
+ flex: 1; display: flex; flex-direction: column; justify-content: center;
55
+ padding: 14px 24px; border-radius: 8px;
56
+ }
57
+ .curr-top { display: flex; align-items: center; gap: 16px; }
58
+ .flag {
59
+ width: 60px; height: 40px; background: #E0E0E0; border: 1px solid #BDBDBD;
60
+ display: inline-flex; align-items: center; justify-content: center; color: #555; font-size: 18px;
61
+ border-radius: 4px;
62
+ }
63
+ .curr-name { font-size: 44px; font-weight: 800; }
64
+ .curr-sub { font-size: 28px; color: #cfcfcf; margin-left: 76px; margin-top: 6px; }
65
+ .triangle-down { width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 14px solid #c94949; }
66
+ .triangle-down.blue { border-top-color: #5ba0e3; }
67
+
68
+ /* Time range chips */
69
+ .chips {
70
+ position: absolute; top: 650px; left: 0; right: 0;
71
+ display: flex; gap: 18px; padding: 0 16px;
72
+ }
73
+ .chip {
74
+ flex: 1; height: 110px; background: #efefef; border-radius: 8px;
75
+ display: flex; align-items: center; justify-content: center;
76
+ font-size: 34px; font-weight: 700; color: #444; border: 1px solid #ddd;
77
+ }
78
+ .chip.active { color: #de3a3a; border: 2px solid #de3a3a; background: #fff; }
79
+
80
+ /* Chart area */
81
+ .chart-area {
82
+ position: absolute; top: 780px; left: 0; right: 0;
83
+ height: 520px; margin: 0 16px; border: 1px solid #d0d0d0; border-radius: 8px;
84
+ background: linear-gradient(to bottom, rgba(66,196,180,0.2), rgba(66,196,180,0.35));
85
+ display: flex; align-items: center; justify-content: center; color: #2c7169;
86
+ font-size: 32px; letter-spacing: 0.5px;
87
+ }
88
+ .chart-caption { position: absolute; top: 792px; left: 40px; color: #9aa7a7; font-size: 28px; }
89
+
90
+ /* Date chips row under chart */
91
+ .date-row {
92
+ position: absolute; top: 1330px; left: 0; right: 0;
93
+ display: flex; gap: 18px; padding: 0 16px;
94
+ }
95
+ .date-chip {
96
+ flex: 1; height: 96px; background: #f5f5f5; border: 1px solid #ddd; border-radius: 8px;
97
+ display: flex; align-items: center; justify-content: center; color: #666; font-size: 30px;
98
+ }
99
+
100
+ /* Small index row numbers */
101
+ .index-row {
102
+ position: absolute; top: 1440px; left: 0; right: 0;
103
+ display: flex; gap: 18px; padding: 0 16px;
104
+ }
105
+ .index-cell {
106
+ flex: 1; height: 100px; background: #fafafa; border: 1px solid #e4e4e4; border-radius: 8px;
107
+ display: flex; align-items: center; justify-content: center; font-size: 36px; color: #7a7a7a; font-weight: 700;
108
+ }
109
+
110
+ /* Table of values and changes */
111
+ .table {
112
+ position: absolute; top: 1550px; left: 0; right: 0;
113
+ padding: 0 16px; display: grid;
114
+ grid-template-columns: repeat(5, 1fr);
115
+ gap: 18px;
116
+ }
117
+ .tcell {
118
+ background: #ffffff; border: 1px solid #dddddd; border-radius: 10px; padding: 20px;
119
+ display: flex; flex-direction: column; gap: 14px; min-height: 240px;
120
+ justify-content: center; align-items: center;
121
+ }
122
+ .tdate { font-size: 32px; color: #333; font-weight: 700; }
123
+ .tvalue { font-size: 40px; color: #111; font-weight: 800; }
124
+ .tchange { font-size: 34px; font-weight: 800; }
125
+ .red { color: #d22; }
126
+ .blue { color: #2a78c2; }
127
+
128
+ /* Ad banner */
129
+ .ad-banner {
130
+ position: absolute; bottom: 120px; left: 0; right: 0;
131
+ height: 220px; border-top: 1px solid #ddd; background: #f7f9ff;
132
+ display: flex; align-items: center; padding: 0 28px; gap: 24px;
133
+ }
134
+ .ad-image {
135
+ width: 260px; height: 180px; background: #E0E0E0; border: 1px solid #BDBDBD;
136
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 26px;
137
+ }
138
+ .ad-text { flex: 1; }
139
+ .ad-title { font-size: 42px; font-weight: 800; color: #111; }
140
+ .ad-sub { font-size: 28px; color: #4d4d4d; margin-top: 6px; }
141
+ .ad-button {
142
+ width: 180px; height: 90px; background: #09c46b; color: #fff; font-weight: 800;
143
+ border-radius: 45px; display: flex; align-items: center; justify-content: center; font-size: 32px;
144
+ }
145
+
146
+ /* Bottom safe-area bar mimic */
147
+ .home-indicator {
148
+ position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%);
149
+ width: 440px; height: 16px; background: #111; border-radius: 8px; opacity: 0.12;
150
+ }
151
+ </style>
152
+ </head>
153
+ <body>
154
+ <div id="render-target">
155
+
156
+ <!-- Status Bar -->
157
+ <div class="status-bar">
158
+ 9:35
159
+ <div class="status-right">
160
+ <div class="status-dot"></div>
161
+ <div class="status-icon"></div>
162
+ <div class="status-dot" style="opacity:0.6;"></div>
163
+ </div>
164
+ </div>
165
+
166
+ <!-- App Bar -->
167
+ <div class="app-bar">
168
+ <div class="icon-btn">
169
+ <svg class="icon" viewBox="0 0 24 24">
170
+ <rect x="2" y="4" width="20" height="2"></rect>
171
+ <rect x="2" y="11" width="20" height="2"></rect>
172
+ <rect x="2" y="18" width="20" height="2"></rect>
173
+ </svg>
174
+ </div>
175
+ <div class="app-title">CURRENCY TRENDS & CHARTS</div>
176
+ <div class="spacer"></div>
177
+ <div class="icon-btn">
178
+ <svg class="icon" viewBox="0 0 24 24">
179
+ <circle cx="12" cy="4" r="2"></circle>
180
+ <circle cx="12" cy="12" r="2"></circle>
181
+ <circle cx="12" cy="20" r="2"></circle>
182
+ </svg>
183
+ </div>
184
+ </div>
185
+
186
+ <!-- Banner Image Placeholder -->
187
+ <div class="banner">[IMG: Desk with charts and resume documents]</div>
188
+
189
+ <!-- Currency Selector -->
190
+ <div class="currency-bar">
191
+ <div class="currency-card">
192
+ <div class="curr-top">
193
+ <div class="curr-name">EUR</div>
194
+ <div class="flag">[EU Flag]</div>
195
+ <div class="triangle-down"></div>
196
+ </div>
197
+ <div class="curr-sub">Euro</div>
198
+ </div>
199
+
200
+ <div class="currency-card">
201
+ <div class="curr-top">
202
+ <div class="curr-name">GBP</div>
203
+ <div class="flag">[UK Flag]</div>
204
+ <div class="triangle-down blue"></div>
205
+ </div>
206
+ <div class="curr-sub">British Pound Sterling</div>
207
+ </div>
208
+ </div>
209
+
210
+ <!-- Time Range Chips -->
211
+ <div class="chips">
212
+ <div class="chip active">10D</div>
213
+ <div class="chip">1M</div>
214
+ <div class="chip">3M</div>
215
+ <div class="chip">6M</div>
216
+ <div class="chip">1Y</div>
217
+ <div class="chip">2Y</div>
218
+ </div>
219
+
220
+ <!-- Chart -->
221
+ <div class="chart-caption">GBP/EUR</div>
222
+ <div class="chart-area">[IMG: Filled area chart of GBP/EUR over last 10 days]</div>
223
+
224
+ <!-- Date Chips Row -->
225
+ <div class="date-row">
226
+ <div class="date-chip">Oct 28, 2023</div>
227
+ <div class="date-chip">Oct 30, 2023</div>
228
+ <div class="date-chip">Nov 1, 2023</div>
229
+ <div class="date-chip">Nov 3, 2023</div>
230
+ <div class="date-chip">Nov 6, 2023</div>
231
+ </div>
232
+
233
+ <!-- Index Row -->
234
+ <div class="index-row">
235
+ <div class="index-cell">0</div>
236
+ <div class="index-cell">1</div>
237
+ <div class="index-cell">2</div>
238
+ <div class="index-cell">3</div>
239
+ <div class="index-cell">4</div>
240
+ </div>
241
+
242
+ <!-- Table Values -->
243
+ <div class="table">
244
+ <div class="tcell">
245
+ <div class="tdate">Oct 28, 2023</div>
246
+ <div class="tvalue">0.87225</div>
247
+ <div class="tchange red">0.000%</div>
248
+ </div>
249
+ <div class="tcell">
250
+ <div class="tdate">Oct 29, 2023</div>
251
+ <div class="tvalue">0.87200</div>
252
+ <div class="tchange blue">-0.029%</div>
253
+ </div>
254
+ <div class="tcell">
255
+ <div class="tdate">Oct 30, 2023</div>
256
+ <div class="tvalue">0.87253</div>
257
+ <div class="tchange red">+0.061%</div>
258
+ </div>
259
+ <div class="tcell">
260
+ <div class="tdate">Oct 31, 2023</div>
261
+ <div class="tvalue">0.87061</div>
262
+ <div class="tchange blue">-0.220%</div>
263
+ </div>
264
+ <div class="tcell">
265
+ <div class="tdate">Nov 1, 2023</div>
266
+ <div class="tvalue">0.86900</div>
267
+ <div class="tchange blue">-0.16%</div>
268
+ </div>
269
+ </div>
270
+
271
+ <!-- Ad banner -->
272
+ <div class="ad-banner">
273
+ <div class="ad-image">[IMG: Booking.com app banner]</div>
274
+ <div class="ad-text">
275
+ <div class="ad-title">Booking.com</div>
276
+ <div class="ad-sub">4.7 ★ FREE</div>
277
+ </div>
278
+ <div class="ad-button">Open</div>
279
+ </div>
280
+
281
+ <div class="home-indicator"></div>
282
+ </div>
283
+ </body>
284
+ </html>
code/16011/16011_0.html ADDED
@@ -0,0 +1,272 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Apartment Detail Sheet</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: #1d0f2a;
14
+ border-radius: 0;
15
+ }
16
+
17
+ /* Top photo */
18
+ .hero {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 520px;
24
+ display: flex;
25
+ align-items: flex-end;
26
+ justify-content: center;
27
+ background: #E0E0E0;
28
+ border-bottom: 1px solid #BDBDBD;
29
+ color: #757575;
30
+ font-weight: 600;
31
+ letter-spacing: 0.3px;
32
+ }
33
+ .hero::after {
34
+ content: "";
35
+ position: absolute;
36
+ inset: 0;
37
+ background: linear-gradient(to bottom, rgba(29,15,42,0.0) 50%, rgba(29,15,42,0.75) 100%);
38
+ pointer-events: none;
39
+ }
40
+ .hero label {
41
+ position: relative;
42
+ z-index: 1;
43
+ margin-bottom: 18px;
44
+ background: rgba(255,255,255,0.85);
45
+ padding: 10px 16px;
46
+ border-radius: 6px;
47
+ font-size: 24px;
48
+ }
49
+
50
+ /* Status bar (mock) */
51
+ .status {
52
+ position: absolute;
53
+ top: 18px;
54
+ left: 24px;
55
+ right: 24px;
56
+ height: 40px;
57
+ display: flex;
58
+ align-items: center;
59
+ color: #ffffff;
60
+ z-index: 4;
61
+ font-size: 28px;
62
+ font-weight: 600;
63
+ text-shadow: 0 1px 2px rgba(0,0,0,0.3);
64
+ }
65
+ .status .right {
66
+ margin-left: auto;
67
+ display: flex;
68
+ align-items: center;
69
+ gap: 18px;
70
+ }
71
+ .status svg { fill: none; stroke: #fff; stroke-width: 2.5; }
72
+
73
+ /* Floating action bubbles */
74
+ .bubble {
75
+ position: absolute;
76
+ top: 120px;
77
+ width: 92px;
78
+ height: 92px;
79
+ border-radius: 50%;
80
+ background: rgba(81,67,96,0.9);
81
+ display: flex;
82
+ align-items: center;
83
+ justify-content: center;
84
+ z-index: 5;
85
+ backdrop-filter: blur(2px);
86
+ }
87
+ .bubble.left { left: 24px; }
88
+ .bubble.right1 { right: 188px; }
89
+ .bubble.right2 { right: 68px; }
90
+ .bubble svg { width: 44px; height: 44px; stroke: #fff; fill: none; stroke-width: 3.5; }
91
+
92
+ /* Bottom sheet */
93
+ .sheet {
94
+ position: absolute;
95
+ left: 0;
96
+ right: 0;
97
+ top: 360px;
98
+ bottom: 0;
99
+ background: #2b173c;
100
+ border-top-left-radius: 42px;
101
+ border-top-right-radius: 42px;
102
+ z-index: 3;
103
+ box-shadow: 0 -10px 30px rgba(0,0,0,0.5);
104
+ }
105
+ .handle {
106
+ position: absolute;
107
+ top: 18px;
108
+ left: 50%;
109
+ transform: translateX(-50%);
110
+ width: 160px;
111
+ height: 14px;
112
+ border-radius: 10px;
113
+ background: #bdb6c7;
114
+ opacity: 0.85;
115
+ }
116
+ .content {
117
+ position: absolute;
118
+ top: 56px;
119
+ left: 24px;
120
+ right: 24px;
121
+ bottom: 230px;
122
+ overflow: hidden;
123
+ padding: 28px 24px 24px 24px;
124
+ }
125
+ .scroll {
126
+ height: 100%;
127
+ overflow-y: auto;
128
+ padding-right: 12px;
129
+ }
130
+ .text {
131
+ color: #e7e0f2;
132
+ font-size: 36px;
133
+ line-height: 1.55;
134
+ }
135
+ .text h3 {
136
+ margin: 28px 0 10px;
137
+ font-size: 38px;
138
+ color: #f0eaff;
139
+ font-weight: 700;
140
+ }
141
+
142
+ /* Footer action */
143
+ .footer {
144
+ position: absolute;
145
+ left: 0;
146
+ right: 0;
147
+ bottom: 84px;
148
+ height: 170px;
149
+ z-index: 4;
150
+ display: flex;
151
+ align-items: center;
152
+ justify-content: center;
153
+ pointer-events: none;
154
+ }
155
+ .cta {
156
+ pointer-events: auto;
157
+ width: 940px;
158
+ height: 120px;
159
+ background: #ffffff;
160
+ border-radius: 28px;
161
+ color: #4b276a;
162
+ display: flex;
163
+ align-items: center;
164
+ justify-content: center;
165
+ font-size: 40px;
166
+ font-weight: 700;
167
+ box-shadow: 0 8px 24px rgba(0,0,0,0.35);
168
+ }
169
+
170
+ /* Nav pill */
171
+ .nav-pill {
172
+ position: absolute;
173
+ bottom: 24px;
174
+ left: 50%;
175
+ transform: translateX(-50%);
176
+ width: 220px;
177
+ height: 10px;
178
+ border-radius: 6px;
179
+ background: #c3bccd;
180
+ opacity: 0.85;
181
+ }
182
+
183
+ /* Thin side shading to emulate inset margins */
184
+ .sheet::before, .sheet::after {
185
+ content: "";
186
+ position: absolute;
187
+ top: 0;
188
+ bottom: 0;
189
+ width: 18px;
190
+ background: rgba(0,0,0,0.12);
191
+ }
192
+ .sheet::before { left: 0; border-top-left-radius: 42px; }
193
+ .sheet::after { right: 0; border-top-right-radius: 42px; }
194
+ </style>
195
+ </head>
196
+ <body>
197
+ <div id="render-target">
198
+ <!-- Top banner image placeholder -->
199
+ <div class="hero">
200
+ <label>[IMG: Apartment Interior]</label>
201
+ </div>
202
+
203
+ <!-- Mock status bar -->
204
+ <div class="status">
205
+ 3:06
206
+ <div class="right">
207
+ <svg width="34" height="24" viewBox="0 0 24 24">
208
+ <path d="M2 18h20M6 14h12M10 10h4M12 6h0"></path>
209
+ </svg>
210
+ <svg width="24" height="24" viewBox="0 0 24 24">
211
+ <circle cx="12" cy="12" r="8"></circle>
212
+ </svg>
213
+ <svg width="28" height="24" viewBox="0 0 24 24">
214
+ <path d="M3 8l9-6 9 6v9a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3z"></path>
215
+ </svg>
216
+ <svg width="28" height="24" viewBox="0 0 24 24">
217
+ <path d="M18 7h1a3 3 0 0 1 3 3v6a2 2 0 0 1-2 2h-2"></path>
218
+ <rect x="2" y="7" width="14" height="10" rx="2"></rect>
219
+ </svg>
220
+ </div>
221
+ </div>
222
+
223
+ <!-- Floating buttons -->
224
+ <div class="bubble left">
225
+ <svg viewBox="0 0 24 24">
226
+ <path d="M6 6l12 12M18 6L6 18"></path>
227
+ </svg>
228
+ </div>
229
+ <div class="bubble right1">
230
+ <svg viewBox="0 0 24 24">
231
+ <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" fill="none"></path>
232
+ </svg>
233
+ </div>
234
+ <div class="bubble right2">
235
+ <svg viewBox="0 0 24 24">
236
+ <circle cx="18" cy="5" r="3"></circle>
237
+ <circle cx="6" cy="12" r="3"></circle>
238
+ <circle cx="18" cy="19" r="3"></circle>
239
+ <path d="M8.9 11.2l6.2-3.4M8.9 12.8l6.2 3.4"></path>
240
+ </svg>
241
+ </div>
242
+
243
+ <!-- Bottom sheet with description -->
244
+ <div class="sheet">
245
+ <div class="handle"></div>
246
+ <div class="content">
247
+ <div class="scroll">
248
+ <div class="text">
249
+ Freshly renovated apartment located in the most vibrant and colorful area of central Brussels. A few steps away from the Grand Place, metro station and Brussels most attractive hype nightlife area. This is definitely an ideally situated apartment to discover Brussels.
250
+ <h3>The space</h3>
251
+ Fully furnished with taste for a delightful stay (internet, dressing room, table service, iron, dishwasher, ...).
252
+ <br><br>
253
+ On the 2nd floor of an imposing historical classified building this apartment will make you feel "at home". Spacious, luxurious and restful but also right in the centre of Brussels to go sightseeing around.
254
+ <br><br>
255
+ The apartment is located in a Maison de Maître, one of Brussels main historical architectural housings that offers both comfort and quietness. The apartment keeps some elements of Brussels main art currents, mainly art deco and comic strips. In fact the first mural comic strip is located just outside the street and was painted back in 1991.
256
+ <br><br>
257
+ On the Coal street, formerly serving as the gathering point of coal traders back in the 18th century - which gave its name - the street hosts a church built by the former coal traders, also one of Belgium's most important industries during the industrial revolution.
258
+ </div>
259
+ </div>
260
+ </div>
261
+ </div>
262
+
263
+ <!-- Footer button -->
264
+ <div class="footer">
265
+ <div class="cta">Message</div>
266
+ </div>
267
+
268
+ <!-- Navigation pill -->
269
+ <div class="nav-pill"></div>
270
+ </div>
271
+ </body>
272
+ </html>
code/16011/16011_1.html ADDED
@@ -0,0 +1,246 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Apartment Detail - UI Recreation</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: #e9e4f5; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ }
16
+
17
+ /* Hero image */
18
+ .hero {
19
+ position: relative;
20
+ height: 540px;
21
+ overflow: hidden;
22
+ }
23
+ .hero .img {
24
+ width: 1080px;
25
+ height: 540px;
26
+ background: #E0E0E0;
27
+ border-bottom: 1px solid #BDBDBD;
28
+ display: flex;
29
+ align-items: center;
30
+ justify-content: center;
31
+ color: #757575;
32
+ font-size: 36px;
33
+ letter-spacing: 0.5px;
34
+ }
35
+
36
+ /* Status bar (simple) */
37
+ .status-bar {
38
+ position: absolute;
39
+ top: 18px;
40
+ left: 24px;
41
+ right: 24px;
42
+ height: 64px;
43
+ color: #ffffff;
44
+ display: flex;
45
+ align-items: center;
46
+ justify-content: space-between;
47
+ mix-blend-mode: normal;
48
+ }
49
+ .status-left {
50
+ display: flex;
51
+ align-items: center;
52
+ gap: 18px;
53
+ font-weight: 600;
54
+ font-size: 34px;
55
+ text-shadow: 0 1px 2px rgba(0,0,0,0.3);
56
+ }
57
+ .status-right {
58
+ display: flex;
59
+ align-items: center;
60
+ gap: 18px;
61
+ }
62
+ .status-right svg { width: 38px; height: 38px; fill: #fff; opacity: 0.95; }
63
+
64
+ /* Floating circular action buttons */
65
+ .fab {
66
+ position: absolute;
67
+ top: 150px;
68
+ width: 112px;
69
+ height: 112px;
70
+ border-radius: 56px;
71
+ background: rgba(43,35,70,0.75);
72
+ box-shadow: 0 10px 24px rgba(0,0,0,0.25);
73
+ display: flex;
74
+ align-items: center;
75
+ justify-content: center;
76
+ backdrop-filter: blur(2px);
77
+ }
78
+ .fab svg { width: 52px; height: 52px; fill: #fff; }
79
+ .fab.close { left: 28px; }
80
+ .fab.like { right: 196px; }
81
+ .fab.share { right: 56px; }
82
+
83
+ /* Bottom sheet */
84
+ .sheet {
85
+ position: absolute;
86
+ left: 0;
87
+ right: 0;
88
+ top: 380px;
89
+ bottom: 0;
90
+ background: #2b1a40;
91
+ border-top-left-radius: 54px;
92
+ border-top-right-radius: 54px;
93
+ box-shadow: 0 -12px 24px rgba(0,0,0,0.25) inset;
94
+ }
95
+ .grab {
96
+ width: 160px;
97
+ height: 16px;
98
+ background: #b9a6d3;
99
+ border-radius: 10px;
100
+ margin: 18px auto 12px;
101
+ opacity: 0.9;
102
+ }
103
+ .inner {
104
+ position: absolute;
105
+ top: 60px;
106
+ left: 36px;
107
+ right: 36px;
108
+ bottom: 260px;
109
+ padding: 42px 40px 40px 40px;
110
+ overflow-y: hidden;
111
+ }
112
+
113
+ /* Decorative side band similar to screenshot */
114
+ .inner::before {
115
+ content: "";
116
+ position: absolute;
117
+ left: -8px;
118
+ top: -24px;
119
+ bottom: -24px;
120
+ width: 26px;
121
+ border-radius: 16px;
122
+ background: rgba(255,255,255,0.08);
123
+ }
124
+
125
+ .content {
126
+ height: 100%;
127
+ overflow-y: auto;
128
+ padding-right: 14px;
129
+ }
130
+
131
+ .content p {
132
+ font-size: 40px;
133
+ line-height: 1.55;
134
+ color: #ded6f2;
135
+ margin: 0 0 36px 0;
136
+ }
137
+ .content h3 {
138
+ font-size: 42px;
139
+ color: #f2ebff;
140
+ font-weight: 700;
141
+ margin: 18px 0 24px;
142
+ }
143
+
144
+ /* Bottom CTA area */
145
+ .bottom-cta {
146
+ position: absolute;
147
+ left: 0;
148
+ right: 0;
149
+ bottom: 120px;
150
+ height: 140px;
151
+ display: flex;
152
+ align-items: center;
153
+ justify-content: center;
154
+ pointer-events: none;
155
+ }
156
+ .pill {
157
+ pointer-events: auto;
158
+ width: 930px;
159
+ height: 124px;
160
+ background: #F6F1FF;
161
+ border: 1px solid rgba(90, 65, 120, 0.2);
162
+ border-radius: 28px;
163
+ display: flex;
164
+ align-items: center;
165
+ justify-content: center;
166
+ color: #5a3a87;
167
+ font-weight: 700;
168
+ font-size: 44px;
169
+ box-shadow: 0 8px 16px rgba(0,0,0,0.25);
170
+ }
171
+
172
+ /* Home indicator */
173
+ .home-indicator {
174
+ position: absolute;
175
+ bottom: 36px;
176
+ left: 50%;
177
+ transform: translateX(-50%);
178
+ width: 360px;
179
+ height: 14px;
180
+ border-radius: 10px;
181
+ background: #d9d9d9;
182
+ opacity: 0.9;
183
+ }
184
+ </style>
185
+ </head>
186
+ <body>
187
+ <div id="render-target">
188
+ <!-- Header / Hero -->
189
+ <div class="hero">
190
+ <div class="img">[IMG: Apartment Interior]</div>
191
+
192
+ <!-- Simplified status bar -->
193
+ <div class="status-bar">
194
+ <div class="status-left">
195
+ <span>3:06</span>
196
+ <svg viewBox="0 0 24 24"><path d="M10 4h4v4h-4V4zm-6 8h4v4H4v-4zm12 0h4v4h-4v-4zM8 6l2 2-2 2-2-2 2-2z" /></svg>
197
+ </div>
198
+ <div class="status-right">
199
+ <svg viewBox="0 0 24 24"><path d="M2 22h20v-2H2v2zm2-4h16v-2H4v2zm2-4h12V8H6v6zm2-8h8V2H8v4z"/></svg>
200
+ <svg viewBox="0 0 24 24"><path d="M20 8c-3.31 0-6 2.69-6 6h-2c0-4.42 3.58-8 8-8v2zM4 6l8 8H8l-4 4V6z"/></svg>
201
+ <svg viewBox="0 0 24 24"><path d="M16 4h2v16h-2V4zM6 9h2v11H6V9zm5-5h2v16h-2V4z"/></svg>
202
+ </div>
203
+ </div>
204
+
205
+ <!-- Floating action buttons -->
206
+ <div class="fab close" title="Close">
207
+ <svg viewBox="0 0 24 24"><path d="M6 6l12 12M18 6L6 18" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
208
+ </div>
209
+ <div class="fab like" title="Favorite">
210
+ <svg viewBox="0 0 24 24"><path d="M12 21s-6.7-4.3-9.2-8.1C1 10.3 2.3 6.9 5.9 6.5c2-.2 3.3 1 4.1 2 0 0 1.3-2.3 4-2 3.6.4 5 3.8 3.1 6.4C18.7 16.7 12 21 12 21z"/></svg>
211
+ </div>
212
+ <div class="fab share" title="Share">
213
+ <svg viewBox="0 0 24 24"><path d="M18 8a3 3 0 10-2.9-3.6L7.6 9a3 3 0 100 6l7.4 4.6A3 3 0 1016 17l-7.4-4.6A3 3 0 109 9.6L16.4 5A3 3 0 0018 8z"/></svg>
214
+ </div>
215
+ </div>
216
+
217
+ <!-- Bottom sheet with details -->
218
+ <div class="sheet">
219
+ <div class="grab"></div>
220
+ <div class="inner">
221
+ <div class="content">
222
+ <p>Freshly renovated apartment located in the most vibrant and colorful area of central Brussels. A few steps away from the Grand Place, metro station and Brussels most attractive hype nightlife area. This is definitely an ideally situated apartment to discover Brussels.</p>
223
+
224
+ <h3>The space</h3>
225
+
226
+ <p>Fully furnished with taste for a delightful stay (internet, dressing room, table service, iron, dishwasher, ...).</p>
227
+
228
+ <p>On the 2nd floor of an imposing historical classified building this apartment will make you feel "at home". Spacious, luxurious and restful but also right in the centre of Brussels to go sightseeing around.</p>
229
+
230
+ <p>The apartment is located in a Maison de Maître, one of Brussels main historical architectural housings that offers both comfort and quietness. The apartment keeps some elements of Brussels main art currents, mainly art deco and comic strips. In fact the first mural comic strip is located just outside the street and was painted back in 1991.</p>
231
+
232
+ <p>On the Coal street, formerly serving as the gathering point of coal traders back in the 18th century - which gave its name - the street hosts a church built by the former coal traders, also one of Belgium's most important industries during the industrial revolution.</p>
233
+ </div>
234
+ </div>
235
+
236
+ <!-- CTA -->
237
+ <div class="bottom-cta">
238
+ <div class="pill">Message</div>
239
+ </div>
240
+ </div>
241
+
242
+ <!-- Home indicator -->
243
+ <div class="home-indicator"></div>
244
+ </div>
245
+ </body>
246
+ </html>
code/16016/16016_0.html ADDED
@@ -0,0 +1,262 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Android Home Screen Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background:
15
+ linear-gradient(180deg, rgba(0,0,0,0.55), rgba(0,0,0,0.65)),
16
+ radial-gradient(1400px 1400px at 25% 20%, #2a2a2a 0%, #1d1d1d 50%, #0e0e0e 100%),
17
+ repeating-linear-gradient(160deg, rgba(255,255,255,0.06) 0px, rgba(255,255,255,0.06) 3px, rgba(0,0,0,0.12) 3px, rgba(0,0,0,0.12) 10px);
18
+ color: #fff;
19
+ }
20
+
21
+ /* Status bar */
22
+ .status-time {
23
+ position: absolute;
24
+ top: 36px;
25
+ left: 36px;
26
+ font-size: 44px;
27
+ letter-spacing: 0.5px;
28
+ opacity: 0.95;
29
+ }
30
+ .status-right {
31
+ position: absolute;
32
+ top: 32px;
33
+ right: 28px;
34
+ display: flex;
35
+ gap: 22px;
36
+ align-items: center;
37
+ }
38
+ .status-right svg {
39
+ width: 40px; height: 40px;
40
+ fill: none; stroke: #fff; stroke-width: 3;
41
+ opacity: 0.95;
42
+ }
43
+
44
+ /* Date & weather widget */
45
+ .widget {
46
+ position: absolute;
47
+ left: 72px;
48
+ top: 300px;
49
+ color: #ffffff;
50
+ }
51
+ .widget .date {
52
+ font-size: 72px;
53
+ font-weight: 600;
54
+ margin-bottom: 18px;
55
+ letter-spacing: 0.5px;
56
+ }
57
+ .widget .weather {
58
+ display: flex;
59
+ align-items: center;
60
+ gap: 16px;
61
+ font-size: 40px;
62
+ opacity: 0.95;
63
+ }
64
+ .widget .weather svg {
65
+ width: 52px; height: 52px;
66
+ fill: #ffffff; opacity: 0.9;
67
+ }
68
+
69
+ /* App rows */
70
+ .app-row {
71
+ position: absolute;
72
+ left: 50px;
73
+ width: 980px;
74
+ display: flex;
75
+ justify-content: space-between;
76
+ align-items: center;
77
+ }
78
+ .row-1 { top: 1450px; }
79
+ .row-2 { top: 1820px; }
80
+
81
+ .app {
82
+ width: 200px;
83
+ text-align: center;
84
+ color: #fff;
85
+ }
86
+ .icon {
87
+ width: 170px; height: 170px; margin: 0 auto 24px auto;
88
+ background: #E0E0E0;
89
+ border: 1px solid #BDBDBD;
90
+ border-radius: 50%;
91
+ color: #4c4c4c;
92
+ display: flex; align-items: center; justify-content: center;
93
+ font-weight: 600; font-size: 28px;
94
+ }
95
+ .label {
96
+ font-size: 36px;
97
+ opacity: 0.95;
98
+ }
99
+
100
+ /* Search bar dock */
101
+ .search-bar {
102
+ position: absolute;
103
+ left: 80px;
104
+ top: 2005px;
105
+ width: 920px;
106
+ height: 140px;
107
+ background: #3a3a3a;
108
+ border-radius: 70px;
109
+ box-shadow: 0 10px 24px rgba(0,0,0,0.35);
110
+ display: flex;
111
+ align-items: center;
112
+ padding: 0 28px;
113
+ gap: 24px;
114
+ color: #ddd;
115
+ }
116
+ .search-left {
117
+ display: flex; align-items: center; gap: 18px;
118
+ flex: 1;
119
+ }
120
+ .g-chip {
121
+ width: 64px; height: 64px;
122
+ border-radius: 50%;
123
+ background: #E0E0E0;
124
+ border: 1px solid #BDBDBD;
125
+ display: flex; align-items: center; justify-content: center;
126
+ color: #444; font-weight: 700; font-size: 30px;
127
+ }
128
+ .search-placeholder {
129
+ font-size: 34px;
130
+ color: #cfcfcf;
131
+ opacity: 0.9;
132
+ }
133
+ .search-actions {
134
+ display: flex; align-items: center; gap: 18px;
135
+ }
136
+ .dock-btn {
137
+ width: 64px; height: 64px;
138
+ border-radius: 50%;
139
+ background: #E0E0E0;
140
+ border: 1px solid #BDBDBD;
141
+ display: flex; align-items: center; justify-content: center;
142
+ }
143
+ .dock-btn svg { width: 32px; height: 32px; fill: #4c4c4c; }
144
+
145
+ /* Gesture bar */
146
+ .gesture {
147
+ position: absolute;
148
+ left: 360px;
149
+ top: 2346px;
150
+ width: 360px;
151
+ height: 10px;
152
+ border-radius: 6px;
153
+ background: #ffffff;
154
+ opacity: 0.9;
155
+ }
156
+ </style>
157
+ </head>
158
+ <body>
159
+ <div id="render-target">
160
+
161
+ <!-- Status Bar -->
162
+ <div class="status-time">6:43</div>
163
+ <div class="status-right">
164
+ <!-- Wi-Fi icon -->
165
+ <svg viewBox="0 0 24 24">
166
+ <path d="M2 8c5-4 15-4 20 0" />
167
+ <path d="M5 11c3.5-3 10.5-3 14 0" />
168
+ <path d="M8 14c2-2 6-2 8 0" />
169
+ <circle cx="12" cy="18" r="2" fill="#fff" stroke="none"/>
170
+ </svg>
171
+ <!-- Battery icon -->
172
+ <svg viewBox="0 0 28 24">
173
+ <rect x="2" y="5" width="20" height="14" rx="2" />
174
+ <rect x="22" y="9" width="4" height="6" rx="1" />
175
+ <rect x="4" y="7" width="16" height="10" rx="1" fill="#fff" stroke="none"/>
176
+ </svg>
177
+ </div>
178
+
179
+ <!-- Date & Weather widget -->
180
+ <div class="widget">
181
+ <div class="date">Wed, Oct 11</div>
182
+ <div class="weather">
183
+ <svg viewBox="0 0 48 48" aria-hidden="true">
184
+ <circle cx="20" cy="22" r="10" />
185
+ <rect x="8" y="24" width="32" height="10" rx="5" />
186
+ </svg>
187
+ <span>31°C</span>
188
+ </div>
189
+ </div>
190
+
191
+ <!-- First row of apps -->
192
+ <div class="app-row row-1">
193
+ <div class="app">
194
+ <div class="icon">Play</div>
195
+ <div class="label">Play Store</div>
196
+ </div>
197
+ <div class="app">
198
+ <div class="icon">Gmail</div>
199
+ <div class="label">Gmail</div>
200
+ </div>
201
+ <div class="app">
202
+ <div class="icon">Photos</div>
203
+ <div class="label">Photos</div>
204
+ </div>
205
+ <div class="app">
206
+ <div class="icon">YouTube</div>
207
+ <div class="label">YouTube</div>
208
+ </div>
209
+ </div>
210
+
211
+ <!-- Dock apps above search bar -->
212
+ <div class="app-row row-2">
213
+ <div class="app">
214
+ <div class="icon">Phone</div>
215
+ </div>
216
+ <div class="app">
217
+ <div class="icon">Messages</div>
218
+ </div>
219
+ <div class="app">
220
+ <div class="icon">Chrome</div>
221
+ </div>
222
+ <div class="app">
223
+ <div class="icon">Camera</div>
224
+ </div>
225
+ </div>
226
+
227
+ <!-- Search bar at bottom dock -->
228
+ <div class="search-bar">
229
+ <div class="search-left">
230
+ <div class="g-chip">G</div>
231
+ <div class="search-placeholder">Search</div>
232
+ </div>
233
+ <div class="search-actions">
234
+ <div class="dock-btn" title="Voice">
235
+ <svg viewBox="0 0 24 24">
236
+ <rect x="9" y="4" width="6" height="10" rx="3"></rect>
237
+ <path d="M5 12c0 4 14 4 14 0" />
238
+ <path d="M12 16v4" />
239
+ </svg>
240
+ </div>
241
+ <div class="dock-btn" title="Assistant">
242
+ <svg viewBox="0 0 24 24">
243
+ <circle cx="8" cy="12" r="3"></circle>
244
+ <circle cx="14" cy="9" r="2"></circle>
245
+ <circle cx="16.5" cy="14" r="1.5"></circle>
246
+ </svg>
247
+ </div>
248
+ <div class="dock-btn" title="Lens">
249
+ <svg viewBox="0 0 24 24">
250
+ <rect x="4" y="6" width="16" height="12" rx="3"></rect>
251
+ <circle cx="12" cy="12" r="3.5"></circle>
252
+ </svg>
253
+ </div>
254
+ </div>
255
+ </div>
256
+
257
+ <!-- Bottom gesture bar -->
258
+ <div class="gesture"></div>
259
+
260
+ </div>
261
+ </body>
262
+ </html>
code/16016/16016_1.html ADDED
@@ -0,0 +1,449 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 Inbox Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ position: relative;
11
+ overflow: hidden;
12
+ width: 1080px;
13
+ height: 2400px;
14
+ background: #12171C;
15
+ color: #E8EAED;
16
+ }
17
+
18
+ /* Status bar */
19
+ .statusbar {
20
+ height: 86px;
21
+ padding: 18px 32px 0 32px;
22
+ box-sizing: border-box;
23
+ color: #DDE1E6;
24
+ font-size: 44px;
25
+ line-height: 68px;
26
+ display: flex;
27
+ justify-content: space-between;
28
+ align-items: center;
29
+ letter-spacing: 0.5px;
30
+ }
31
+ .status-icons { display: flex; align-items: center; gap: 22px; opacity: 0.9; }
32
+
33
+ /* Toolbar / Search */
34
+ .toolbar {
35
+ padding: 18px 28px 10px 28px;
36
+ box-sizing: border-box;
37
+ }
38
+ .toolbar-inner {
39
+ display: flex;
40
+ align-items: center;
41
+ gap: 22px;
42
+ }
43
+ .icon-btn {
44
+ width: 88px;
45
+ height: 88px;
46
+ border-radius: 16px;
47
+ background: transparent;
48
+ border: none;
49
+ display: flex;
50
+ align-items: center;
51
+ justify-content: center;
52
+ padding: 0;
53
+ cursor: default;
54
+ }
55
+ .search-field {
56
+ position: relative;
57
+ flex: 1;
58
+ height: 94px;
59
+ background: #2A3740;
60
+ border-radius: 48px;
61
+ box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06);
62
+ display: flex;
63
+ align-items: center;
64
+ padding: 0 140px 0 86px;
65
+ box-sizing: border-box;
66
+ color: #9AA0A6;
67
+ font-size: 38px;
68
+ }
69
+ .search-field .avatar {
70
+ position: absolute;
71
+ right: 10px;
72
+ top: 50%;
73
+ transform: translateY(-50%);
74
+ width: 76px;
75
+ height: 76px;
76
+ border-radius: 50%;
77
+ background: #C2185B;
78
+ color: #fff;
79
+ font-weight: bold;
80
+ display: flex;
81
+ align-items: center;
82
+ justify-content: center;
83
+ font-size: 40px;
84
+ box-shadow: 0 2px 6px rgba(0,0,0,0.4);
85
+ }
86
+ .divider { height: 1px; background: #26323B; margin: 12px 0; }
87
+
88
+ /* Section header + tip */
89
+ .section-label {
90
+ padding: 14px 36px;
91
+ font-size: 34px;
92
+ color: #9AA0A6;
93
+ }
94
+ .tip-banner {
95
+ padding: 24px 36px;
96
+ display: flex;
97
+ align-items: center;
98
+ justify-content: space-between;
99
+ gap: 22px;
100
+ font-size: 34px;
101
+ color: #B8C1C9;
102
+ }
103
+ .tip-left { display: flex; align-items: center; gap: 20px; }
104
+ .tip-dismiss { color: #8AB4F8; }
105
+
106
+ /* Promotions header row */
107
+ .promo-row {
108
+ padding: 26px 36px;
109
+ display: flex;
110
+ align-items: center;
111
+ justify-content: space-between;
112
+ border-top: 1px solid #26323B;
113
+ border-bottom: 1px solid #26323B;
114
+ }
115
+ .promo-left {
116
+ display: flex;
117
+ align-items: center;
118
+ gap: 22px;
119
+ }
120
+ .promo-title {
121
+ font-size: 44px;
122
+ font-weight: 700;
123
+ }
124
+ .promo-sub {
125
+ font-size: 34px;
126
+ color: #9AA0A6;
127
+ margin-top: 6px;
128
+ }
129
+ .chip {
130
+ background: #2E7D32;
131
+ color: #D7FFD9;
132
+ font-size: 30px;
133
+ padding: 10px 20px;
134
+ border-radius: 24px;
135
+ }
136
+
137
+ /* Email list */
138
+ .mail-list { }
139
+ .mail-item {
140
+ padding: 26px 28px;
141
+ display: grid;
142
+ grid-template-columns: 120px 1fr 120px;
143
+ gap: 20px;
144
+ align-items: start;
145
+ border-bottom: 1px solid #26323B;
146
+ }
147
+ .avatar-circle {
148
+ width: 96px;
149
+ height: 96px;
150
+ border-radius: 50%;
151
+ background: #3A434A;
152
+ display: flex;
153
+ align-items: center;
154
+ justify-content: center;
155
+ color: #E8EAED;
156
+ font-weight: bold;
157
+ font-size: 42px;
158
+ box-shadow: inset 0 0 0 2px rgba(255,255,255,0.06);
159
+ }
160
+ .sender {
161
+ display: flex;
162
+ align-items: center;
163
+ justify-content: space-between;
164
+ font-size: 40px;
165
+ font-weight: 700;
166
+ margin-bottom: 8px;
167
+ }
168
+ .time {
169
+ font-size: 32px;
170
+ color: #9AA0A6;
171
+ font-weight: 600;
172
+ margin-left: 16px;
173
+ }
174
+ .subject { font-size: 38px; font-weight: 700; margin-bottom: 8px; }
175
+ .snippet { font-size: 32px; color: #9AA0A6; }
176
+ .item-actions {
177
+ display: flex;
178
+ align-items: start;
179
+ justify-content: center;
180
+ padding-top: 8px;
181
+ }
182
+ .more-dots { color: #9AA0A6; font-size: 50px; }
183
+
184
+ /* Floating compose button */
185
+ .compose {
186
+ position: absolute;
187
+ right: 48px;
188
+ bottom: 520px;
189
+ background: #2A3740;
190
+ color: #E8EAED;
191
+ border-radius: 28px;
192
+ height: 124px;
193
+ padding: 0 36px 0 28px;
194
+ display: flex;
195
+ align-items: center;
196
+ gap: 18px;
197
+ box-shadow: 0 6px 18px rgba(0,0,0,0.5);
198
+ border: 1px solid rgba(255,255,255,0.06);
199
+ font-size: 40px;
200
+ }
201
+
202
+ /* Bottom message bubble and nav pill */
203
+ .bottom-bubble {
204
+ position: absolute;
205
+ left: 50%;
206
+ transform: translateX(-50%);
207
+ bottom: 310px;
208
+ background: #2A3740;
209
+ border-radius: 42px;
210
+ width: 220px;
211
+ height: 84px;
212
+ display: flex;
213
+ align-items: center;
214
+ justify-content: center;
215
+ color: #E8EAED;
216
+ font-size: 34px;
217
+ box-shadow: 0 6px 18px rgba(0,0,0,0.5);
218
+ border: 1px solid rgba(255,255,255,0.06);
219
+ }
220
+ .nav-pill {
221
+ position: absolute;
222
+ left: 50%;
223
+ transform: translateX(-50%);
224
+ bottom: 210px;
225
+ width: 320px;
226
+ height: 14px;
227
+ background: #8A96A3;
228
+ border-radius: 8px;
229
+ opacity: 0.6;
230
+ }
231
+
232
+ /* SVG helpers */
233
+ svg { display: block; }
234
+ .icon { fill: none; stroke: #E8EAED; stroke-width: 3; }
235
+ .icon-fill { fill: #E8EAED; }
236
+ .icon-muted { stroke: #9AA0A6; }
237
+ .green { stroke: #34A853; fill: #34A853; }
238
+ .blue { stroke: #8AB4F8; fill: #8AB4F8; }
239
+ </style>
240
+ </head>
241
+ <body>
242
+ <div id="render-target">
243
+
244
+ <!-- Status bar -->
245
+ <div class="statusbar">
246
+ <div>6:44</div>
247
+ <div class="status-icons">
248
+ <!-- WiFi -->
249
+ <svg width="40" height="40" viewBox="0 0 24 24">
250
+ <path class="icon" d="M2 8c5-4 15-4 20 0" />
251
+ <path class="icon" d="M5 12c3-3 11-3 14 0" />
252
+ <path class="icon" d="M8 16c2-2 6-2 8 0" />
253
+ <circle class="icon-fill" cx="12" cy="19" r="2"/>
254
+ </svg>
255
+ <!-- Battery -->
256
+ <svg width="44" height="40" viewBox="0 0 28 24">
257
+ <rect x="2" y="6" width="20" height="12" rx="2" fill="none" stroke="#E8EAED" stroke-width="3"/>
258
+ <rect x="4" y="8" width="14" height="8" rx="1" fill="#E8EAED"/>
259
+ <rect x="22" y="10" width="4" height="6" rx="1" fill="#E8EAED"/>
260
+ </svg>
261
+ </div>
262
+ </div>
263
+
264
+ <!-- Toolbar with search -->
265
+ <div class="toolbar">
266
+ <div class="toolbar-inner">
267
+ <button class="icon-btn" aria-label="Menu">
268
+ <svg width="52" height="52" viewBox="0 0 24 24">
269
+ <path class="icon" d="M3 6h18M3 12h14M3 18h10"/>
270
+ </svg>
271
+ </button>
272
+ <div class="search-field">
273
+ <svg width="48" height="48" viewBox="0 0 24 24" style="position:absolute;left:26px;">
274
+ <circle cx="10" cy="10" r="7" stroke="#9AA0A6" stroke-width="2" fill="none"/>
275
+ <path d="M15 15l6 6" stroke="#9AA0A6" stroke-width="2"/>
276
+ </svg>
277
+ <span>Search in mail</span>
278
+ <div class="avatar">C</div>
279
+ </div>
280
+ </div>
281
+ </div>
282
+
283
+ <!-- Section -->
284
+ <div class="section-label">Primary</div>
285
+
286
+ <!-- Tip banner -->
287
+ <div class="tip-banner">
288
+ <div class="tip-left">
289
+ <svg width="40" height="40" viewBox="0 0 24 24">
290
+ <path class="blue" d="M12 2v20M7 7l5-5 5 5" />
291
+ </svg>
292
+ <div>Tap a sender image to select that conversation.</div>
293
+ </div>
294
+ <div class="tip-dismiss">Dismiss</div>
295
+ </div>
296
+
297
+ <div class="divider"></div>
298
+
299
+ <!-- Promotions header -->
300
+ <div class="promo-row">
301
+ <div class="promo-left">
302
+ <svg width="44" height="44" viewBox="0 0 24 24">
303
+ <path class="green" d="M3 7l7-4 11 6v7l-7 4-11-6z"/>
304
+ </svg>
305
+ <div>
306
+ <div class="promo-title">Promotions</div>
307
+ <div class="promo-sub">Expedia.com, Kobo, Coursera, Trip...</div>
308
+ </div>
309
+ </div>
310
+ <div class="chip">99+ new</div>
311
+ </div>
312
+
313
+ <!-- Mail list -->
314
+ <div class="mail-list">
315
+
316
+ <div class="mail-item">
317
+ <div class="avatar-circle">
318
+ <svg width="52" height="52" viewBox="0 0 24 24">
319
+ <circle cx="12" cy="8" r="4" fill="#E8EAED"/>
320
+ <path d="M4 20c0-3.5 3.5-6 8-6s8 2.5 8 6" fill="#E8EAED"/>
321
+ </svg>
322
+ </div>
323
+ <div>
324
+ <div class="sender">
325
+ <div>Simplilearn</div>
326
+ <div class="time">2:13 PM</div>
327
+ </div>
328
+ <div class="subject">Don't miss this opportunity to boost you...</div>
329
+ <div class="snippet">Keep going, Your journey is almost complet...</div>
330
+ </div>
331
+ <div class="item-actions">
332
+ <svg width="56" height="56" viewBox="0 0 24 24">
333
+ <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z" fill="none" stroke="#9AA0A6" stroke-width="2"/>
334
+ </svg>
335
+ </div>
336
+ </div>
337
+
338
+ <div class="mail-item">
339
+ <div class="avatar-circle">
340
+ <svg width="52" height="52" viewBox="0 0 24 24">
341
+ <circle cx="12" cy="8" r="4" fill="#E8EAED"/>
342
+ <path d="M4 20c0-3.5 3.5-6 8-6s8 2.5 8 6" fill="#E8EAED"/>
343
+ </svg>
344
+ </div>
345
+ <div>
346
+ <div class="sender">
347
+ <div>Brilliant</div>
348
+ <div class="time">8:05 AM</div>
349
+ </div>
350
+ <div class="subject">✨ New coding course!</div>
351
+ <div class="snippet">New course: Creative Coding Expand your c...</div>
352
+ </div>
353
+ <div class="item-actions">
354
+ <svg width="56" height="56" viewBox="0 0 24 24">
355
+ <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z" fill="none" stroke="#9AA0A6" stroke-width="2"/>
356
+ </svg>
357
+ </div>
358
+ </div>
359
+
360
+ <div class="mail-item">
361
+ <div class="avatar-circle">C</div>
362
+ <div>
363
+ <div class="sender">
364
+ <div>Coursera</div>
365
+ <div class="time">Oct 10</div>
366
+ </div>
367
+ <div class="subject">🚀 Accelerate your data science career</div>
368
+ <div class="snippet">Apply before 12 November and transform yo...</div>
369
+ </div>
370
+ <div class="item-actions">
371
+ <svg width="56" height="56" viewBox="0 0 24 24">
372
+ <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z" fill="none" stroke="#9AA0A6" stroke-width="2"/>
373
+ </svg>
374
+ </div>
375
+ </div>
376
+
377
+ <div class="mail-item">
378
+ <div class="avatar-circle" style="background:#2E7D32;">
379
+ <div style="font-size:36px;">IMG</div>
380
+ </div>
381
+ <div>
382
+ <div class="sender">
383
+ <div>Duolingo</div>
384
+ <div class="time">Oct 6</div>
385
+ </div>
386
+ <div class="subject">लगता है इन रिमाइंडर्स का कोई फ़ायदा नहीं हो र...</div>
387
+ <div class="snippet">हम अभी के लिए इन्हें भेजना बंद कर देते हैं।</div>
388
+ </div>
389
+ <div class="item-actions">
390
+ <div class="more-dots">⋯</div>
391
+ </div>
392
+ </div>
393
+
394
+ <div class="mail-item">
395
+ <div class="avatar-circle">C</div>
396
+ <div>
397
+ <div class="sender">
398
+ <div>Coursera</div>
399
+ <div class="time">Oct 6</div>
400
+ </div>
401
+ <div class="subject">Closing in 3 weeks: Final round applicati...</div>
402
+ <div class="snippet">Earn a PGDM from one of India's top B-Sch...</div>
403
+ </div>
404
+ <div class="item-actions">
405
+ <svg width="56" height="56" viewBox="0 0 24 24">
406
+ <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z" fill="none" stroke="#9AA0A6" stroke-width="2"/>
407
+ </svg>
408
+ </div>
409
+ </div>
410
+
411
+ <div class="mail-item">
412
+ <div class="avatar-circle" style="background:#F5B400;color:#1A1A1A;">G</div>
413
+ <div>
414
+ <div class="sender">
415
+ <div>Google Maps Timeline</div>
416
+ <div class="time">Oct 6</div>
417
+ </div>
418
+ <div class="subject">🌍 Cerebra, your September update</div>
419
+ <div class="snippet">Here's your new Timeline update...</div>
420
+ </div>
421
+ <div class="item-actions">
422
+ <svg width="56" height="56" viewBox="0 0 24 24">
423
+ <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z" fill="none" stroke="#9AA0A6" stroke-width="2"/>
424
+ </svg>
425
+ </div>
426
+ </div>
427
+
428
+ </div>
429
+
430
+ <!-- Floating compose -->
431
+ <div class="compose">
432
+ <svg width="48" height="48" viewBox="0 0 24 24">
433
+ <path d="M3 21h6L21 9l-6-6L3 15v6z" fill="#E8EAED"/>
434
+ </svg>
435
+ <div>Compose</div>
436
+ </div>
437
+
438
+ <!-- Bottom inbox bubble -->
439
+ <div class="bottom-bubble">
440
+ <svg width="36" height="36" viewBox="0 0 24 24" style="margin-right:8px;">
441
+ <path d="M3 19h18V7l-9 6-9-6v12z" fill="#E8EAED"/>
442
+ </svg>
443
+ <span>99+</span>
444
+ </div>
445
+ <div class="nav-pill"></div>
446
+
447
+ </div>
448
+ </body>
449
+ </html>
code/16016/16016_2.html ADDED
@@ -0,0 +1,355 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Mail - Dark UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #121212;
15
+ color: #EAEAEA;
16
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
17
+ }
18
+
19
+ .status-bar {
20
+ height: 100px;
21
+ padding: 24px 32px;
22
+ color: #EAEAEA;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ font-weight: 600;
27
+ font-size: 44px;
28
+ }
29
+ .status-icons { display:flex; gap:32px; align-items:center; opacity:0.9; }
30
+ .status-icons svg { width: 40px; height: 40px; fill: #EAEAEA; opacity:0.85; }
31
+
32
+ .toolbar {
33
+ padding: 16px 32px 8px 32px;
34
+ display: flex;
35
+ align-items: center;
36
+ gap: 24px;
37
+ }
38
+ .hamburger {
39
+ width: 72px;
40
+ height: 72px;
41
+ border-radius: 16px;
42
+ display:flex;
43
+ align-items:center;
44
+ justify-content:center;
45
+ }
46
+ .hamburger svg { width: 48px; height: 48px; fill:#EAEAEA; opacity:0.9; }
47
+
48
+ .search-pill {
49
+ flex: 1;
50
+ height: 96px;
51
+ border-radius: 48px;
52
+ background: #1F1F1F;
53
+ border: 1px solid #2A2A2A;
54
+ display: flex;
55
+ align-items: center;
56
+ padding: 0 24px;
57
+ gap: 24px;
58
+ color: #9AA0A6;
59
+ font-size: 40px;
60
+ }
61
+ .search-pill .avatar {
62
+ margin-left: auto;
63
+ width: 80px;
64
+ height: 80px;
65
+ border-radius: 40px;
66
+ background: #1E6AE9;
67
+ display:flex;
68
+ align-items:center;
69
+ justify-content:center;
70
+ color: #FFFFFF;
71
+ font-weight: 700;
72
+ border: 2px solid rgba(255,255,255,0.1);
73
+ }
74
+ .search-pill .search-icon svg { width: 40px; height: 40px; fill: #9AA0A6; }
75
+
76
+ .section-header {
77
+ padding: 24px 40px 8px 40px;
78
+ color: #C9D1D9;
79
+ font-size: 36px;
80
+ font-weight: 600;
81
+ opacity: 0.9;
82
+ }
83
+
84
+ .hint-row {
85
+ display: flex;
86
+ align-items: center;
87
+ justify-content: space-between;
88
+ padding: 18px 40px;
89
+ color: #AAB2B9;
90
+ font-size: 34px;
91
+ border-bottom: 1px solid #1E1E1E;
92
+ }
93
+ .hint-left { display:flex; align-items:center; gap:20px; }
94
+ .hint-left svg { width: 38px; height: 38px; fill:#8AB4F8; }
95
+ .link { color:#8AB4F8; }
96
+
97
+ .privacy-card {
98
+ margin: 32px 32px;
99
+ padding: 36px;
100
+ background: #1A1A1A;
101
+ border: 1px solid #2A2A2A;
102
+ border-radius: 28px;
103
+ color: #DDE3EA;
104
+ }
105
+ .privacy-top {
106
+ display:flex; align-items:center; gap:24px; margin-bottom: 16px;
107
+ font-size: 40px; font-weight: 700;
108
+ }
109
+ .privacy-top .shield svg { width: 48px; height: 48px; fill:#4C8BF5; }
110
+ .privacy-desc { color:#AAB2B9; font-size: 34px; margin-bottom: 20px; }
111
+ .privacy-actions { display:flex; gap:36px; font-size: 34px; }
112
+ .privacy-actions .link { font-weight:600; }
113
+
114
+ .promo-row {
115
+ display:flex; align-items:center; justify-content:space-between;
116
+ padding: 24px 40px;
117
+ border-top: 1px solid #202020;
118
+ }
119
+ .promo-left { display:flex; align-items:center; gap:24px; }
120
+ .promo-left .tag svg { width: 40px; height: 40px; fill:#6DD28E; }
121
+ .promo-title { font-size: 40px; font-weight: 700; color:#EAEAEA; }
122
+ .chip {
123
+ background:#A5D6A7;
124
+ color:#184B24;
125
+ padding: 14px 22px;
126
+ font-size: 32px;
127
+ font-weight:700;
128
+ border-radius: 999px;
129
+ }
130
+
131
+ .list { margin-top: 8px; }
132
+ .email-item {
133
+ display:flex;
134
+ align-items:flex-start;
135
+ padding: 28px 40px;
136
+ gap: 28px;
137
+ border-bottom: 1px solid #1E1E1E;
138
+ }
139
+ .avatar-gray {
140
+ width: 88px; height: 88px; border-radius: 44px;
141
+ background:#3A3A3A; color:#D7D7D7;
142
+ display:flex; align-items:center; justify-content:center;
143
+ font-weight:700; font-size: 40px;
144
+ }
145
+ .avatar-yellow {
146
+ width: 88px; height: 88px; border-radius: 44px;
147
+ background:#F4C542; color:#1A1A1A;
148
+ display:flex; align-items:center; justify-content:center;
149
+ font-weight:800; font-size: 40px;
150
+ }
151
+ .email-content { flex:1; }
152
+ .email-top {
153
+ display:flex; align-items:center; justify-content:space-between;
154
+ margin-bottom: 6px;
155
+ }
156
+ .sender { font-size: 40px; font-weight: 800; color:#EAEAEA; }
157
+ .date { font-size: 32px; color:#AAB2B9; margin-left: 16px; }
158
+ .subject { font-size: 36px; font-weight: 800; color:#EAEAEA; margin-bottom: 4px; }
159
+ .preview { font-size: 32px; color:#9AA0A6; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
160
+ .star { width: 48px; height: 48px; margin-left: 18px; }
161
+ .star svg { width: 48px; height: 48px; fill:#6E6E6E; }
162
+
163
+ .bottom-nav {
164
+ position: absolute;
165
+ left: 0; right: 0; bottom: 80px;
166
+ height: 120px;
167
+ border-top: 1px solid #1E1E1E;
168
+ background: rgba(18,18,18,0.95);
169
+ display:flex; align-items:center; justify-content:space-around;
170
+ padding: 0 60px;
171
+ }
172
+ .nav-item { display:flex; flex-direction:column; align-items:center; gap:12px; color:#9AA0A6; font-size: 28px; }
173
+ .nav-item.active { color:#EAEAEA; }
174
+ .nav-icon {
175
+ width: 92px; height: 92px;
176
+ background:#2A2F36; border-radius: 26px;
177
+ display:flex; align-items:center; justify-content:center;
178
+ position: relative;
179
+ }
180
+ .nav-icon svg { width: 48px; height: 48px; fill:#EAEAEA; }
181
+ .badge {
182
+ position:absolute; right: -8px; top: -8px;
183
+ background:#F8B6B6; color:#2A2A2A;
184
+ font-size: 28px; font-weight:700;
185
+ border-radius: 999px; padding: 6px 12px; border: 2px solid #2A2A2A;
186
+ }
187
+
188
+ .compose-btn {
189
+ position:absolute;
190
+ right: 40px;
191
+ bottom: 250px;
192
+ background:#2F3C4B;
193
+ color:#EAEAEA;
194
+ padding: 26px 36px;
195
+ border-radius: 24px;
196
+ display:flex; align-items:center; gap:18px;
197
+ box-shadow: 0 6px 20px rgba(0,0,0,0.5);
198
+ border: 1px solid #394655;
199
+ font-size: 36px; font-weight: 700;
200
+ }
201
+ .compose-btn svg { width: 44px; height: 44px; fill:#EAEAEA; }
202
+
203
+ .home-indicator {
204
+ position: absolute;
205
+ left: 50%;
206
+ transform: translateX(-50%);
207
+ bottom: 20px;
208
+ width: 320px;
209
+ height: 10px;
210
+ border-radius: 6px;
211
+ background: #3A3A3A;
212
+ opacity: 0.7;
213
+ }
214
+ </style>
215
+ </head>
216
+ <body>
217
+ <div id="render-target">
218
+ <div class="status-bar">
219
+ <div>6:47</div>
220
+ <div class="status-icons">
221
+ <svg viewBox="0 0 24 24"><path d="M4 9h16v6H4z" /></svg>
222
+ <svg viewBox="0 0 24 24"><path d="M7 12c0-3.314 2.686-6 6-6v12c-3.314 0-6-2.686-6-6z"/></svg>
223
+ </div>
224
+ </div>
225
+
226
+ <div class="toolbar">
227
+ <div class="hamburger">
228
+ <svg viewBox="0 0 24 24"><path d="M3 6h18v2H3zm0 5h18v2H3zm0 5h18v2H3z"/></svg>
229
+ </div>
230
+ <div class="search-pill">
231
+ <div class="search-icon">
232
+ <svg viewBox="0 0 24 24"><path d="M10 3a7 7 0 105.292 12.292l4.207 4.207 1.414-1.414-4.207-4.207A7 7 0 0010 3zm0 2a5 5 0 110 10 5 5 0 010-10z"/></svg>
233
+ </div>
234
+ <div>Search in mail</div>
235
+ <div class="avatar">J</div>
236
+ </div>
237
+ </div>
238
+
239
+ <div class="section-header">Primary</div>
240
+
241
+ <div class="hint-row">
242
+ <div class="hint-left">
243
+ <svg viewBox="0 0 24 24"><path d="M12 2L7 7h5v6H7l5 5V2z"/></svg>
244
+ <div>Tap a sender image to select that conversation.</div>
245
+ </div>
246
+ <div class="link">Dismiss</div>
247
+ </div>
248
+
249
+ <div class="privacy-card">
250
+ <div class="privacy-top">
251
+ <div class="shield">
252
+ <svg viewBox="0 0 24 24"><path d="M12 2l8 3v6c0 5.25-3.5 9.75-8 11-4.5-1.25-8-5.75-8-11V5l8-3z"/></svg>
253
+ </div>
254
+ <div>We protect your privacy</div>
255
+ </div>
256
+ <div class="privacy-desc">Ads in Gmail are never based on the content of your emails.</div>
257
+ <div class="privacy-actions">
258
+ <div class="link">Learn more</div>
259
+ <div class="link">Dismiss</div>
260
+ </div>
261
+ </div>
262
+
263
+ <div class="promo-row">
264
+ <div class="promo-left">
265
+ <div class="tag"><svg viewBox="0 0 24 24"><path d="M2 9l10 10 10-10V4H12L2 14zM16 8a2 2 0 104 0 2 2 0 00-4 0z"/></svg></div>
266
+ <div class="promo-title">Promotions</div>
267
+ </div>
268
+ <div class="chip">2 new</div>
269
+ </div>
270
+
271
+ <div class="list">
272
+ <div class="email-item">
273
+ <div class="avatar-gray">•</div>
274
+ <div class="email-content">
275
+ <div class="email-top">
276
+ <div class="sender">Kitchen Stories</div>
277
+ <div class="date">Oct 9</div>
278
+ </div>
279
+ <div class="subject">Good news is just one click away!</div>
280
+ <div class="preview">Please confirm your registration to receive ...</div>
281
+ </div>
282
+ <div class="star"><svg viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg></div>
283
+ </div>
284
+
285
+ <div class="email-item">
286
+ <div class="avatar-gray">•</div>
287
+ <div class="email-content">
288
+ <div class="email-top">
289
+ <div class="sender">Kitchen Stories</div>
290
+ <div class="date">Oct 9</div>
291
+ </div>
292
+ <div class="subject">Welcome to Kitchen Stories!</div>
293
+ <div class="preview">Thank you for signing up. Let's get cooking...</div>
294
+ </div>
295
+ <div class="star"><svg viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg></div>
296
+ </div>
297
+
298
+ <div class="email-item">
299
+ <div class="avatar-yellow">M</div>
300
+ <div class="email-content">
301
+ <div class="email-top">
302
+ <div class="sender">me, Mail</div>
303
+ <div class="date">Oct 5</div>
304
+ </div>
305
+ <div class="subject">Check out Repetto Professional Soft Ball...</div>
306
+ <div class="preview">Address not found Your message wasn't deli...</div>
307
+ </div>
308
+ <div class="star"><svg viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg></div>
309
+ </div>
310
+
311
+ <div class="email-item">
312
+ <div class="avatar-gray">•</div>
313
+ <div class="email-content">
314
+ <div class="email-top">
315
+ <div class="sender">Notion Team</div>
316
+ <div class="date">Oct 4</div>
317
+ </div>
318
+ <div class="subject">Week 1 in Notion ���</div>
319
+ <div class="preview">You learned about AI, inviting...</div>
320
+ </div>
321
+ <div class="star"><svg viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg></div>
322
+ </div>
323
+ </div>
324
+
325
+ <div class="compose-btn">
326
+ <svg viewBox="0 0 24 24"><path d="M3 17.25V21h3.75l11-11.03-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"/></svg>
327
+ <div>Compose</div>
328
+ </div>
329
+
330
+ <div class="bottom-nav">
331
+ <div class="nav-item active">
332
+ <div class="nav-icon">
333
+ <svg viewBox="0 0 24 24"><path d="M2 6l10 7 10-7v12H2V6zm10 5L2 6h20l-10 5z"/></svg>
334
+ <div class="badge">11</div>
335
+ </div>
336
+ <div>Mail</div>
337
+ </div>
338
+ <div class="nav-item">
339
+ <div class="nav-icon">
340
+ <svg viewBox="0 0 24 24"><path d="M4 4h16v12H5.17L4 17.17V4zm4 5h8v2H8V9zm0-3h10v2H8V6zm0 6h6v2H8v-2z"/></svg>
341
+ </div>
342
+ <div>Chat</div>
343
+ </div>
344
+ <div class="nav-item">
345
+ <div class="nav-icon">
346
+ <svg viewBox="0 0 24 24"><path d="M3 5h14v14H3V5zm16 4l4-4v14l-4-4V9z"/></svg>
347
+ </div>
348
+ <div>Meet</div>
349
+ </div>
350
+ </div>
351
+
352
+ <div class="home-indicator"></div>
353
+ </div>
354
+ </body>
355
+ </html>
code/16016/16016_3.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>Compose Email 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: #121212; color: #E6E6E6;
13
+ font-family: "Roboto", Arial, sans-serif;
14
+ }
15
+ /* Status bar */
16
+ .status-bar {
17
+ height: 120px;
18
+ padding: 24px;
19
+ box-sizing: border-box;
20
+ display: flex; align-items: center; justify-content: space-between;
21
+ color: #E6E6E6; font-size: 42px; letter-spacing: 0.3px;
22
+ }
23
+ .status-right { display: flex; align-items: center; gap: 28px; }
24
+ /* Header */
25
+ .header {
26
+ height: 180px;
27
+ padding: 0 24px;
28
+ border-top: 1px solid #1B1B1B;
29
+ border-bottom: 1px solid #1B1B1B;
30
+ display: flex; align-items: center; justify-content: space-between;
31
+ }
32
+ .header-left { display: flex; align-items: center; gap: 24px; }
33
+ .header-right { display: flex; align-items: center; gap: 36px; }
34
+ .icon {
35
+ width: 56px; height: 56px;
36
+ }
37
+ .icon path, .icon circle, .icon rect, .icon polyline, .icon line {
38
+ stroke: #E6E6E6; stroke-width: 4; fill: none; stroke-linecap: round; stroke-linejoin: round;
39
+ }
40
+ .icon-fill path, .icon-fill polygon, .icon-fill circle { fill: #E6E6E6; stroke: none; }
41
+ /* Fields */
42
+ .field {
43
+ height: 140px; padding: 0 24px;
44
+ display: flex; align-items: center;
45
+ border-bottom: 1px solid #1F1F1F;
46
+ box-sizing: border-box;
47
+ font-size: 34px; color: #CFCFCF;
48
+ }
49
+ .field .label {
50
+ width: 140px; color: #9AA0A6;
51
+ }
52
+ .field .value {
53
+ flex: 1; color: #E6E6E6;
54
+ }
55
+ .field .end {
56
+ width: 80px; display: flex; align-items: center; justify-content: flex-end;
57
+ }
58
+ /* Compose body */
59
+ .compose-body {
60
+ height: 840px; /* will be adjusted by keyboard occupying bottom */
61
+ padding: 24px;
62
+ font-size: 40px; color: #BDBDBD;
63
+ }
64
+ /* Keyboard */
65
+ .keyboard {
66
+ position: absolute; left: 0; bottom: 0;
67
+ width: 1080px; height: 900px;
68
+ background: #1A1A1A; border-top: 1px solid #242424;
69
+ box-sizing: border-box;
70
+ }
71
+ .kb-toolbar {
72
+ height: 120px; padding: 0 24px;
73
+ display: flex; align-items: center; gap: 36px;
74
+ color: #BDBDBD; font-size: 28px;
75
+ }
76
+ .kb-toolbar .tool {
77
+ width: 72px; height: 72px; border-radius: 16px;
78
+ background: #2A2A2A; display: flex; align-items: center; justify-content: center;
79
+ }
80
+ .keys { padding: 0 24px; display: grid; gap: 22px; }
81
+ .row { display: flex; gap: 18px; justify-content: center; }
82
+ .key {
83
+ height: 120px; min-width: 88px;
84
+ background: #2A2A2A; color: #E6E6E6;
85
+ border-radius: 22px; display: flex; align-items: center; justify-content: center;
86
+ font-size: 44px;
87
+ }
88
+ .key.wide { min-width: 140px; }
89
+ .key.xwide { min-width: 220px; }
90
+ .key.space { flex: 1; min-width: 420px; }
91
+ .key.special {
92
+ background: #CFE3F8; color: #0F2539;
93
+ }
94
+ .key.icon {
95
+ font-size: 40px;
96
+ }
97
+ /* Nav pill */
98
+ .nav-pill {
99
+ position: absolute; bottom: 18px; left: 50%;
100
+ width: 240px; height: 10px; background: #DADADA; border-radius: 5px;
101
+ transform: translateX(-50%);
102
+ }
103
+ .small-chevron {
104
+ position: absolute; bottom: 140px; left: 40px;
105
+ width: 36px; height: 36px; border-radius: 18px;
106
+ color: #BDBDBD; display: flex; align-items: center; justify-content: center;
107
+ font-size: 30px;
108
+ }
109
+ </style>
110
+ </head>
111
+ <body>
112
+ <div id="render-target">
113
+ <!-- Status Bar -->
114
+ <div class="status-bar">
115
+ <div>6:48</div>
116
+ <div class="status-right">
117
+ <!-- Simple status icons -->
118
+ <svg class="icon" viewBox="0 0 48 48" aria-label="Signal">
119
+ <path d="M6 34h4M12 28h4M18 22h4M24 16h4M30 10h4"></path>
120
+ </svg>
121
+ <svg class="icon" viewBox="0 0 48 48" aria-label="Wi-Fi">
122
+ <path d="M6 18c6-6 30-6 36 0"></path>
123
+ <path d="M12 24c4-4 20-4 24 0"></path>
124
+ <path d="M18 30c3-3 12-3 12 0"></path>
125
+ <circle cx="24" cy="36" r="2" fill="#E6E6E6"></circle>
126
+ </svg>
127
+ <svg class="icon" viewBox="0 0 48 48" aria-label="Battery">
128
+ <rect x="6" y="12" width="32" height="24" rx="4"></rect>
129
+ <rect x="38" y="18" width="4" height="12" rx="2"></rect>
130
+ <rect x="10" y="16" width="24" height="16" rx="3" fill="#E6E6E6"></rect>
131
+ </svg>
132
+ </div>
133
+ </div>
134
+
135
+ <!-- Header -->
136
+ <div class="header">
137
+ <div class="header-left">
138
+ <svg class="icon" viewBox="0 0 48 48" aria-label="Back">
139
+ <polyline points="30,10 16,24 30,38"></polyline>
140
+ </svg>
141
+ </div>
142
+ <div class="header-right">
143
+ <svg class="icon" viewBox="0 0 48 48" aria-label="Attach">
144
+ <path d="M14 26l12-12a6 6 0 0 1 8 8L20 36a10 10 0 0 1-14-14l14-14"></path>
145
+ </svg>
146
+ <svg class="icon" viewBox="0 0 48 48" aria-label="Send">
147
+ <path d="M8 40l32-16L8 8l6 12 10 4-10 4-6 12z"></path>
148
+ </svg>
149
+ <svg class="icon" viewBox="0 0 48 48" aria-label="More">
150
+ <circle cx="24" cy="12" r="3" fill="#E6E6E6"></circle>
151
+ <circle cx="24" cy="24" r="3" fill="#E6E6E6"></circle>
152
+ <circle cx="24" cy="36" r="3" fill="#E6E6E6"></circle>
153
+ </svg>
154
+ </div>
155
+ </div>
156
+
157
+ <!-- Fields -->
158
+ <div class="field">
159
+ <div class="label">From</div>
160
+ <div class="value">julesdupont205@gmail.com</div>
161
+ <div class="end">
162
+ <svg class="icon" viewBox="0 0 48 48" aria-label="Expand">
163
+ <polyline points="12,18 24,30 36,18"></polyline>
164
+ </svg>
165
+ </div>
166
+ </div>
167
+ <div class="field">
168
+ <div class="label">To</div>
169
+ <div class="value"></div>
170
+ <div class="end">
171
+ <svg class="icon" viewBox="0 0 48 48" aria-label="Expand">
172
+ <polyline points="12,18 24,30 36,18"></polyline>
173
+ </svg>
174
+ </div>
175
+ </div>
176
+ <div class="field">
177
+ <div class="label">Subject</div>
178
+ <div class="value"></div>
179
+ </div>
180
+
181
+ <div class="compose-body">Compose email</div>
182
+
183
+ <!-- Keyboard -->
184
+ <div class="keyboard">
185
+ <div class="kb-toolbar">
186
+ <div class="tool">
187
+ <svg class="icon" viewBox="0 0 48 48" aria-label="Grid">
188
+ <rect x="8" y="8" width="10" height="10" rx="2"></rect>
189
+ <rect x="20" y="8" width="10" height="10" rx="2"></rect>
190
+ <rect x="32" y="8" width="10" height="10" rx="2"></rect>
191
+ <rect x="8" y="20" width="10" height="10" rx="2"></rect>
192
+ <rect x="20" y="20" width="10" height="10" rx="2"></rect>
193
+ <rect x="32" y="20" width="10" height="10" rx="2"></rect>
194
+ </svg>
195
+ </div>
196
+ <div class="tool">
197
+ <svg class="icon" viewBox="0 0 48 48" aria-label="Emoji">
198
+ <circle cx="24" cy="24" r="16"></circle>
199
+ <circle cx="18" cy="20" r="2" fill="#E6E6E6"></circle>
200
+ <circle cx="30" cy="20" r="2" fill="#E6E6E6"></circle>
201
+ <path d="M16 30c4 4 12 4 16 0"></path>
202
+ </svg>
203
+ </div>
204
+ <div class="tool"><span style="color:#E6E6E6;font-weight:600;">GIF</span></div>
205
+ <div class="tool">
206
+ <svg class="icon" viewBox="0 0 48 48" aria-label="Settings">
207
+ <circle cx="24" cy="24" r="6"></circle>
208
+ <path d="M24 8v6M24 34v6M8 24h6M34 24h6M12 12l4 4M32 32l4 4M12 36l4-4M32 16l4-4"></path>
209
+ </svg>
210
+ </div>
211
+ <div class="tool">
212
+ <svg class="icon" viewBox="0 0 48 48" aria-label="Translate">
213
+ <path d="M10 30h14l-7-18-7 18z"></path>
214
+ <path d="M26 14h12M26 22h12M26 30h12"></path>
215
+ </svg>
216
+ </div>
217
+ <div class="tool">
218
+ <svg class="icon" viewBox="0 0 48 48" aria-label="Palette">
219
+ <path d="M24 10c-8 0-14 5-14 12s6 10 10 10c2 0 2-2 4-2h4c2 0 4-2 4-4 0-4-4-4-4-8s-4-8-4-8z"></path>
220
+ <circle cx="16" cy="22" r="2" fill="#E6E6E6"></circle>
221
+ <circle cx="20" cy="16" r="2" fill="#E6E6E6"></circle>
222
+ <circle cx="28" cy="16" r="2" fill="#E6E6E6"></circle>
223
+ </svg>
224
+ </div>
225
+ <div class="tool">
226
+ <svg class="icon" viewBox="0 0 48 48" aria-label="Mic">
227
+ <rect x="18" y="12" width="12" height="16" rx="6"></rect>
228
+ <path d="M12 24c0 6 6 10 12 10s12-4 12-10M24 34v6"></path>
229
+ </svg>
230
+ </div>
231
+ </div>
232
+
233
+ <div class="keys">
234
+ <!-- Row 1 -->
235
+ <div class="row">
236
+ <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>
237
+ </div>
238
+ <!-- Row 2 -->
239
+ <div class="row">
240
+ <div class="key">a</div><div class="key">s</div><div class="key">d</div><div class="key">f</div><div class="key">g</div><div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
241
+ <div class="key wide icon">
242
+ <!-- Backspace -->
243
+ <svg class="icon" viewBox="0 0 48 48">
244
+ <path d="M16 12l-8 12 8 12h20a4 4 0 0 0 4-4V16a4 4 0 0 0-4-4H16z"></path>
245
+ <path d="M22 18l12 12M34 18l-12 12"></path>
246
+ </svg>
247
+ </div>
248
+ </div>
249
+ <!-- Row 3 -->
250
+ <div class="row">
251
+ <div class="key wide icon">
252
+ <!-- Shift -->
253
+ <svg class="icon" viewBox="0 0 48 48">
254
+ <path d="M24 12l12 12h-8v12h-8V24h-8l12-12z"></path>
255
+ </svg>
256
+ </div>
257
+ <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>
258
+ <div class="key">.</div>
259
+ <div class="key wide special icon">
260
+ <!-- Enter -->
261
+ <svg class="icon" viewBox="0 0 48 48">
262
+ <path d="M10 16v8h20l-6 6M30 22l-6 6"></path>
263
+ </svg>
264
+ </div>
265
+ </div>
266
+ <!-- Row 4 -->
267
+ <div class="row">
268
+ <div class="key wide special">?123</div>
269
+ <div class="key">@</div>
270
+ <div class="key">😊</div>
271
+ <div class="key space"></div>
272
+ <div class="key">.</div>
273
+ <div class="key wide special icon">
274
+ <!-- Arrow (send) -->
275
+ <svg class="icon" viewBox="0 0 48 48">
276
+ <path d="M12 34l24-10-24-10 8 10-8 10z"></path>
277
+ </svg>
278
+ </div>
279
+ </div>
280
+ </div>
281
+
282
+ <div class="small-chevron">˅</div>
283
+ <div class="nav-pill"></div>
284
+ </div>
285
+ </div>
286
+ </body>
287
+ </html>
code/16016/16016_4.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>Email Compose - Dark</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: "Roboto", Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #101315; color: #E9ECEF;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ height: 90px; padding: 0 36px;
18
+ display: flex; align-items: center; justify-content: space-between;
19
+ color: #DDE2E7; font-size: 34px; letter-spacing: 0.5px;
20
+ }
21
+ .status-right { display: flex; align-items: center; gap: 28px; }
22
+ .status-icon svg { width: 40px; height: 40px; fill: none; stroke: #DDE2E7; stroke-width: 2.5; }
23
+
24
+ /* App bar */
25
+ .app-bar {
26
+ height: 120px; padding: 0 24px;
27
+ display: flex; align-items: center; justify-content: space-between;
28
+ }
29
+ .app-left { display: flex; align-items: center; gap: 18px; }
30
+ .app-actions { display: flex; align-items: center; gap: 36px; }
31
+ .icon-btn { width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; }
32
+ .icon-btn svg { width: 36px; height: 36px; stroke: #E9ECEF; fill: none; stroke-width: 2.5; }
33
+
34
+ /* Compose fields */
35
+ .compose { padding: 8px 36px 0 36px; }
36
+ .field {
37
+ padding: 26px 0;
38
+ border-bottom: 1px solid #1B1F22;
39
+ display: flex; align-items: center; justify-content: space-between;
40
+ }
41
+ .field .left { display: flex; align-items: center; gap: 22px; }
42
+ .label { color: #A4ACB3; font-size: 24px; width: 120px; }
43
+ .value { font-size: 28px; color: #E9ECEF; }
44
+ .caret svg { width: 28px; height: 28px; stroke: #A4ACB3; stroke-width: 3; }
45
+
46
+ /* Recipient suggestion */
47
+ .suggestion { padding: 26px 0; display: flex; align-items: center; gap: 24px; }
48
+ .avatar {
49
+ width: 72px; height: 72px; border-radius: 50%;
50
+ background: #2E7D32; color: #fff; display: flex; align-items: center; justify-content: center;
51
+ font-weight: 600; font-size: 34px;
52
+ }
53
+ .contact { display: flex; flex-direction: column; }
54
+ .contact .name { font-size: 28px; color: #E9ECEF; }
55
+ .contact .email { font-size: 24px; color: #8E959B; }
56
+
57
+ /* Spacer representing editor area */
58
+ .editor-space { height: 980px; border-top: 1px solid transparent; }
59
+
60
+ /* Keyboard */
61
+ .keyboard {
62
+ position: absolute; left: 0; bottom: 60px;
63
+ width: 100%; background: #0E1012; border-top: 1px solid #1C2023;
64
+ padding: 16px 18px 20px 18px;
65
+ }
66
+ .kbd-top { height: 72px; display: flex; align-items: center; gap: 24px; color: #B8BEC4; }
67
+ .kbd-top .mini { width: 58px; height: 58px; border-radius: 14px; background: #171A1D; display: flex; align-items: center; justify-content: center; }
68
+ .keys-row { display: flex; gap: 12px; padding: 12px 0; }
69
+ .key {
70
+ height: 110px; min-width: 88px; flex: 1;
71
+ border-radius: 18px; background: #1A1E22; color: #E9ECEF;
72
+ display: flex; align-items: center; justify-content: center;
73
+ font-size: 40px; box-shadow: inset 0 0 0 1px #23282C;
74
+ }
75
+ .key.small { flex: 0 0 100px; }
76
+ .key.wide { flex: 1.8; }
77
+ .key.extra-wide { flex: 4.5; }
78
+ .key-label-sub { font-size: 26px; color: #B8BEC4; }
79
+ .key svg { width: 40px; height: 40px; stroke: #E9ECEF; fill: none; stroke-width: 3; }
80
+
81
+ /* Bottom navigation pill */
82
+ .home-pill {
83
+ position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%);
84
+ width: 340px; height: 10px; border-radius: 6px; background: #E5E7EB; opacity: 0.8;
85
+ }
86
+ </style>
87
+ </head>
88
+ <body>
89
+ <div id="render-target">
90
+
91
+ <!-- Status bar -->
92
+ <div class="status-bar">
93
+ <div class="status-left">6:51</div>
94
+ <div class="status-right">
95
+ <div class="status-icon">
96
+ <!-- WiFi -->
97
+ <svg viewBox="0 0 24 24">
98
+ <path d="M2 8c5-4 15-4 20 0"></path>
99
+ <path d="M5 12c3-3 11-3 14 0"></path>
100
+ <path d="M8 15c2-2 6-2 8 0"></path>
101
+ <circle cx="12" cy="18" r="1.5" fill="#DDE2E7" stroke="none"></circle>
102
+ </svg>
103
+ </div>
104
+ <div class="status-icon">
105
+ <!-- Battery -->
106
+ <svg viewBox="0 0 26 24">
107
+ <rect x="2" y="6" width="18" height="12" rx="2"></rect>
108
+ <rect x="21" y="9" width="3" height="6" rx="1"></rect>
109
+ <rect x="4" y="8" width="12" height="8" fill="#DDE2E7" stroke="none"></rect>
110
+ </svg>
111
+ </div>
112
+ </div>
113
+ </div>
114
+
115
+ <!-- App bar -->
116
+ <div class="app-bar">
117
+ <div class="app-left">
118
+ <div class="icon-btn">
119
+ <!-- Back Arrow -->
120
+ <svg viewBox="0 0 24 24">
121
+ <path d="M15 6L7 12l8 6"></path>
122
+ </svg>
123
+ </div>
124
+ </div>
125
+ <div class="app-actions">
126
+ <div class="icon-btn">
127
+ <!-- Paperclip -->
128
+ <svg viewBox="0 0 24 24">
129
+ <path d="M8 7l7-1c3 0 5 3 3 6l-6 7a4 4 0 1 1-6-6l7-7"></path>
130
+ </svg>
131
+ </div>
132
+ <div class="icon-btn">
133
+ <!-- Send -->
134
+ <svg viewBox="0 0 24 24">
135
+ <path d="M3 12l18-9-6 18-3-7-9-2z"></path>
136
+ </svg>
137
+ </div>
138
+ <div class="icon-btn">
139
+ <!-- Kebab menu -->
140
+ <svg viewBox="0 0 24 24">
141
+ <circle cx="12" cy="5" r="2" fill="#E9ECEF" stroke="none"></circle>
142
+ <circle cx="12" cy="12" r="2" fill="#E9ECEF" stroke="none"></circle>
143
+ <circle cx="12" cy="19" r="2" fill="#E9ECEF" stroke="none"></circle>
144
+ </svg>
145
+ </div>
146
+ </div>
147
+ </div>
148
+
149
+ <!-- Compose fields -->
150
+ <div class="compose">
151
+ <div class="field">
152
+ <div class="left">
153
+ <div class="label">From</div>
154
+ <div class="value">julesdupont205@gmail.com</div>
155
+ </div>
156
+ <div class="caret">
157
+ <svg viewBox="0 0 20 20"><path d="M4 7l6 6 6-6"></path></svg>
158
+ </div>
159
+ </div>
160
+
161
+ <div class="field">
162
+ <div class="left">
163
+ <div class="label">To</div>
164
+ <div class="value">amilea.miller2709@gmail.com</div>
165
+ </div>
166
+ <div class="caret">
167
+ <svg viewBox="0 0 20 20"><path d="M4 7l6 6 6-6"></path></svg>
168
+ </div>
169
+ </div>
170
+
171
+ <div class="suggestion">
172
+ <div class="avatar">a</div>
173
+ <div class="contact">
174
+ <div class="name">amilea.miller2709@gmail.com</div>
175
+ <div class="email">amilea.miller2709@gmail.com</div>
176
+ </div>
177
+ </div>
178
+
179
+ <div class="editor-space"></div>
180
+ </div>
181
+
182
+ <!-- Keyboard -->
183
+ <div class="keyboard">
184
+ <div class="kbd-top">
185
+ <div class="mini">
186
+ <!-- grid icon -->
187
+ <svg viewBox="0 0 24 24">
188
+ <rect x="3" y="3" width="6" height="6" rx="1" stroke="#B8BEC4"></rect>
189
+ <rect x="15" y="3" width="6" height="6" rx="1" stroke="#B8BEC4"></rect>
190
+ <rect x="3" y="15" width="6" height="6" rx="1" stroke="#B8BEC4"></rect>
191
+ <rect x="15" y="15" width="6" height="6" rx="1" stroke="#B8BEC4"></rect>
192
+ </svg>
193
+ </div>
194
+ <div class="mini"><span class="key-label-sub">🙂</span></div>
195
+ <div class="mini"><span class="key-label-sub">GIF</span></div>
196
+ <div class="mini">
197
+ <!-- gear -->
198
+ <svg viewBox="0 0 24 24">
199
+ <circle cx="12" cy="12" r="3" stroke="#B8BEC4"></circle>
200
+ <path d="M12 2v4M12 18v4M2 12h4M18 12h4M5 5l3 3M16 16l3 3M5 19l3-3M16 8l3-3" stroke="#B8BEC4"></path>
201
+ </svg>
202
+ </div>
203
+ <div class="mini"><span class="key-label-sub">G↔︎</span></div>
204
+ <div class="mini"><span class="key-label-sub">🎨</span></div>
205
+ <div class="mini">
206
+ <!-- mic -->
207
+ <svg viewBox="0 0 24 24">
208
+ <rect x="9" y="4" width="6" height="10" rx="3" stroke="#B8BEC4"></rect>
209
+ <path d="M5 11c0 4 3 6 7 6s7-2 7-6M12 17v4" stroke="#B8BEC4"></path>
210
+ </svg>
211
+ </div>
212
+ </div>
213
+
214
+ <div class="keys-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 class="key small">
226
+ <!-- backspace -->
227
+ <svg viewBox="0 0 24 24">
228
+ <path d="M3 12l6-6h10a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H9z"></path>
229
+ <path d="M12 9l6 6M18 9l-6 6"></path>
230
+ </svg>
231
+ </div>
232
+ </div>
233
+
234
+ <div class="keys-row" style="padding-top: 4px;">
235
+ <div class="key">a</div>
236
+ <div class="key">s</div>
237
+ <div class="key">d</div>
238
+ <div class="key">f</div>
239
+ <div class="key">g</div>
240
+ <div class="key">h</div>
241
+ <div class="key">j</div>
242
+ <div class="key">k</div>
243
+ <div class="key">l</div>
244
+ </div>
245
+
246
+ <div class="keys-row" style="padding-top: 4px;">
247
+ <div class="key small">
248
+ <!-- shift -->
249
+ <svg viewBox="0 0 24 24">
250
+ <path d="M12 5l7 7h-4v7H9v-7H5z"></path>
251
+ </svg>
252
+ </div>
253
+ <div class="key">z</div>
254
+ <div class="key">x</div>
255
+ <div class="key">c</div>
256
+ <div class="key">v</div>
257
+ <div class="key">b</div>
258
+ <div class="key">n</div>
259
+ <div class="key">m</div>
260
+ <div class="key small">
261
+ <!-- delete/back -->
262
+ <svg viewBox="0 0 24 24">
263
+ <path d="M3 12l6-6h10a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H9z"></path>
264
+ <path d="M12 9l6 6M18 9l-6 6"></path>
265
+ </svg>
266
+ </div>
267
+ </div>
268
+
269
+ <div class="keys-row" style="padding-top: 4px;">
270
+ <div class="key small"><span class="key-label-sub">?123</span></div>
271
+ <div class="key small">@</div>
272
+ <div class="key small">🙂</div>
273
+ <div class="key extra-wide"></div>
274
+ <div class="key small">.</div>
275
+ <div class="key small">
276
+ <!-- enter arrow -->
277
+ <svg viewBox="0 0 24 24">
278
+ <path d="M5 12h10v-4l4 4-4 4v-4H5z"></path>
279
+ </svg>
280
+ </div>
281
+ </div>
282
+ </div>
283
+
284
+ <div class="home-pill"></div>
285
+ </div>
286
+ </body>
287
+ </html>
code/16016/16016_5.html ADDED
@@ -0,0 +1,222 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Email Compose - Dark</title>
7
+ <style>
8
+ body { margin:0; padding:0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width:1080px; height:2400px; position:relative; overflow:hidden;
11
+ background:#121212; color:#eaeaea;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ height:88px;
17
+ padding:0 28px;
18
+ display:flex; align-items:center; justify-content:space-between;
19
+ color:#e5e5e5; font-size:36px; letter-spacing:0.5px;
20
+ }
21
+ .status-icons { display:flex; align-items:center; gap:22px; }
22
+ .icon { width:44px; height:44px; fill:#e5e5e5; }
23
+
24
+ /* Top app bar */
25
+ .app-bar {
26
+ height:110px;
27
+ display:flex; align-items:center; justify-content:space-between;
28
+ padding:0 14px 0 10px;
29
+ }
30
+ .app-left { display:flex; align-items:center; gap:6px; }
31
+ .app-right { display:flex; align-items:center; gap:18px; }
32
+ .icon-btn { width:60px; height:60px; display:flex; align-items:center; justify-content:center; }
33
+ .icon.large { width:56px; height:56px; }
34
+
35
+ /* Fields area */
36
+ .fields { padding:8px 28px 0 28px; }
37
+ .row {
38
+ display:flex; align-items:center;
39
+ border-bottom:1px solid #2a2a2a;
40
+ padding:18px 0;
41
+ }
42
+ .label {
43
+ color:#9e9e9e; width:90px; font-size:30px;
44
+ }
45
+ .value {
46
+ flex:1; display:flex; align-items:center; gap:12px; font-size:32px;
47
+ }
48
+ .chev { width:40px; height:40px; fill:#bdbdbd; }
49
+
50
+ .to-input {
51
+ flex:1; background:#1b1b1b; border:1px solid #2b2b2b; border-radius:8px;
52
+ padding:18px 16px; color:#eaeaea; font-size:32px;
53
+ }
54
+
55
+ /* Contact suggestion */
56
+ .contact-suggestion {
57
+ display:flex; align-items:center; gap:24px;
58
+ padding:22px 0 28px 0;
59
+ border-bottom:1px solid #1f1f1f;
60
+ }
61
+ .avatar {
62
+ width:96px; height:96px; border-radius:50%;
63
+ background:#2e7d32; display:flex; align-items:center; justify-content:center;
64
+ color:#eaeaea; font-weight:bold; font-size:48px;
65
+ }
66
+ .contact-lines { display:flex; flex-direction:column; }
67
+ .contact-name { font-size:34px; color:#eaeaea; }
68
+ .contact-email { font-size:28px; color:#9e9e9e; }
69
+
70
+ /* Empty compose area */
71
+ .body-area {
72
+ padding:34px 28px;
73
+ height:1020px; /* remaining viewport above keyboard */
74
+ color:#bdbdbd; font-size:34px;
75
+ }
76
+
77
+ /* Keyboard mock */
78
+ .keyboard {
79
+ position:absolute; left:0; right:0; bottom:90px;
80
+ height:720px; background:#1a1a1a; border-top:1px solid #2a2a2a;
81
+ padding:16px 18px 10px 18px;
82
+ display:flex; flex-direction:column; gap:14px;
83
+ }
84
+ .kbd-row { display:flex; gap:12px; justify-content:center; }
85
+ .key {
86
+ background:#2a2a2a; color:#e5e5e5; border-radius:12px;
87
+ min-width:84px; height:110px; display:flex; align-items:center; justify-content:center;
88
+ font-size:38px; box-shadow: inset 0 -2px 0 rgba(255,255,255,0.05);
89
+ }
90
+ .key.wide { min-width:140px; }
91
+ .key.space { flex:1; min-width:auto; }
92
+ .key.iconish { font-size:30px; color:#cfcfcf; }
93
+ .bottom-bar {
94
+ position:absolute; left:50%; transform:translateX(-50%);
95
+ bottom:26px; width:220px; height:10px; border-radius:8px; background:#f2f2f2; opacity:0.9;
96
+ }
97
+ </style>
98
+ </head>
99
+ <body>
100
+ <div id="render-target">
101
+ <!-- Status bar -->
102
+ <div class="status-bar">
103
+ <div class="time">6:51</div>
104
+ <div class="status-icons">
105
+ <!-- Simple network/wifi icon -->
106
+ <svg class="icon" viewBox="0 0 24 24" aria-hidden="true">
107
+ <path d="M12 20l3-3a4 4 0 0 0-6 0l3 3zm6-6a8 8 0 0 0-12 0l2 2a5 5 0 0 1 8 0l2-2zm4-4a14 14 0 0 0-20 0l2 2a11 11 0 0 1 16 0l2-2z"></path>
108
+ </svg>
109
+ <!-- Battery -->
110
+ <svg class="icon" viewBox="0 0 24 24" aria-hidden="true">
111
+ <rect x="2" y="6" width="18" height="12" rx="2" fill="#e5e5e5"></rect>
112
+ <rect x="4" y="8" width="14" height="8" fill="#121212"></rect>
113
+ <rect x="4" y="8" width="10" height="8" fill="#e5e5e5"></rect>
114
+ <rect x="20" y="9" width="2" height="6" rx="1" fill="#e5e5e5"></rect>
115
+ </svg>
116
+ </div>
117
+ </div>
118
+
119
+ <!-- App bar with navigation and actions -->
120
+ <div class="app-bar">
121
+ <div class="app-left">
122
+ <div class="icon-btn">
123
+ <svg class="icon large" viewBox="0 0 24 24" aria-hidden="true">
124
+ <path d="M15 18l-6-6 6-6" stroke="#e5e5e5" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
125
+ </svg>
126
+ </div>
127
+ </div>
128
+ <div class="app-right">
129
+ <!-- paperclip -->
130
+ <div class="icon-btn">
131
+ <svg class="icon large" viewBox="0 0 24 24">
132
+ <path d="M8 12l6-6a4 4 0 1 1 6 6l-7 7a5 5 0 0 1-7-7l7-7" stroke="#e5e5e5" stroke-width="2" fill="none" stroke-linecap="round"/>
133
+ </svg>
134
+ </div>
135
+ <!-- send -->
136
+ <div class="icon-btn">
137
+ <svg class="icon large" viewBox="0 0 24 24">
138
+ <path d="M2 21l20-9L2 3l4 7 8 2-8 2-4 7z" fill="#90caf9"/>
139
+ </svg>
140
+ </div>
141
+ <!-- more/kebab -->
142
+ <div class="icon-btn">
143
+ <svg class="icon large" viewBox="0 0 24 24">
144
+ <circle cx="12" cy="5" r="2.2" fill="#e5e5e5"></circle>
145
+ <circle cx="12" cy="12" r="2.2" fill="#e5e5e5"></circle>
146
+ <circle cx="12" cy="19" r="2.2" fill="#e5e5e5"></circle>
147
+ </svg>
148
+ </div>
149
+ </div>
150
+ </div>
151
+
152
+ <!-- Fields -->
153
+ <div class="fields">
154
+ <div class="row">
155
+ <div class="label">From</div>
156
+ <div class="value">
157
+ <span>julesdupont205@gmail.com</span>
158
+ <svg class="chev" viewBox="0 0 24 24">
159
+ <path d="M7 10l5 5 5-5" fill="none" stroke="#bdbdbd" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
160
+ </svg>
161
+ </div>
162
+ </div>
163
+
164
+ <div class="row">
165
+ <div class="label">To</div>
166
+ <div class="value">
167
+ <div class="to-input">amilea.miller2709@gmail.com</div>
168
+ <svg class="chev" viewBox="0 0 24 24">
169
+ <path d="M7 10l5 5 5-5" fill="none" stroke="#bdbdbd" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
170
+ </svg>
171
+ </div>
172
+ </div>
173
+
174
+ <div class="contact-suggestion">
175
+ <div class="avatar">a</div>
176
+ <div class="contact-lines">
177
+ <div class="contact-name">amilea.miller2709@gmail.com</div>
178
+ <div class="contact-email">amilea.miller2709@gmail.com</div>
179
+ </div>
180
+ </div>
181
+ </div>
182
+
183
+ <!-- Body placeholder -->
184
+ <div class="body-area">
185
+ <!-- Intentionally empty body to reflect screenshot -->
186
+ </div>
187
+
188
+ <!-- Keyboard mock -->
189
+ <div class="keyboard">
190
+ <div class="kbd-row">
191
+ <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>
192
+ <div class="key">y</div><div class="key">u</div><div class="key">i</div><div class="key">o</div><div class="key">p</div>
193
+ </div>
194
+ <div class="kbd-row">
195
+ <div class="key">a</div><div class="key">s</div><div class="key">d</div><div class="key">f</div><div class="key">g</div>
196
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
197
+ <div class="key iconish">⌫</div>
198
+ </div>
199
+ <div class="kbd-row">
200
+ <div class="key iconish">⇧</div>
201
+ <div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div>
202
+ <div class="key">b</div><div class="key">n</div><div class="key">m</div>
203
+ <div class="key">.</div>
204
+ <div class="key iconish">↵</div>
205
+ </div>
206
+ <div class="kbd-row">
207
+ <div class="key wide">?123</div>
208
+ <div class="key iconish">@</div>
209
+ <div class="key iconish">☺</div>
210
+ <div class="key iconish">GIF</div>
211
+ <div class="key iconish">⚙</div>
212
+ <div class="key space"></div>
213
+ <div class="key">.</div>
214
+ <div class="key iconish">➤</div>
215
+ </div>
216
+ </div>
217
+
218
+ <!-- Gesture pill -->
219
+ <div class="bottom-bar"></div>
220
+ </div>
221
+ </body>
222
+ </html>
code/16016/16016_6.html ADDED
@@ -0,0 +1,175 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1">
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:#121212; color:#FFFFFF;
11
+ }
12
+
13
+ /* Status bar */
14
+ .status {
15
+ position:absolute; top:0; left:0; width:100%; height:92px;
16
+ background:#0f0f10; display:flex; align-items:center; padding:0 36px;
17
+ font-size:34px; color:#eaeaea;
18
+ }
19
+ .status .right { margin-left:auto; display:flex; align-items:center; gap:20px; }
20
+ .icon { width:38px; height:38px; display:inline-block; }
21
+
22
+ /* Top action area */
23
+ .compose-actions {
24
+ position:absolute; top:92px; left:0; width:100%; height:120px;
25
+ display:flex; align-items:center; padding:0 24px;
26
+ }
27
+ .compose-actions .left { display:flex; align-items:center; gap:12px; }
28
+ .compose-actions .right { margin-left:auto; display:flex; align-items:center; gap:34px; }
29
+ .icon-btn { width:64px; height:64px; display:flex; align-items:center; justify-content:center; }
30
+
31
+ /* Fields section */
32
+ .section { position:absolute; top:212px; left:0; width:100%; padding:0 40px; }
33
+ .field { padding:24px 0; border-bottom:1px solid #262626; display:flex; align-items:center; }
34
+ .field .label { color:#bdbdbd; font-size:32px; width:140px; }
35
+ .field .value { color:#e6e6e6; font-size:34px; flex:1; }
36
+ .field .caret { width:28px; height:28px; margin-left:12px; }
37
+
38
+ .contact-suggestion {
39
+ display:flex; align-items:center; gap:26px; padding:26px 0;
40
+ border-bottom:1px solid #262626;
41
+ }
42
+ .avatar {
43
+ width:72px; height:72px; border-radius:50%; background:#2e7d32;
44
+ display:flex; align-items:center; justify-content:center;
45
+ font-weight:600; font-size:36px;
46
+ }
47
+ .details { display:flex; flex-direction:column; }
48
+ .details .name { font-size:32px; color:#eaeaea; }
49
+ .details .sub { font-size:28px; color:#9e9e9e; }
50
+
51
+ .message-area {
52
+ position:absolute; top:540px; left:0; right:0; bottom:760px;
53
+ padding:40px; color:#9e9e9e; font-size:34px;
54
+ }
55
+
56
+ /* Keyboard mock */
57
+ .keyboard {
58
+ position:absolute; left:0; bottom:0; width:100%; height:760px;
59
+ background:#0f0f11; border-top:1px solid #1d1d1d;
60
+ }
61
+ .kbar { height:88px; display:flex; align-items:center; gap:24px; padding:0 24px; color:#cfcfcf; }
62
+ .krow { display:flex; justify-content:center; gap:12px; padding:14px 14px; }
63
+ .key {
64
+ background:#2a2b2f; color:#e0e0e0; border-radius:16px;
65
+ height:110px; width:92px; display:flex; align-items:center; justify-content:center;
66
+ font-size:40px;
67
+ }
68
+ .key.wide { width:150px; }
69
+ .key.back { width:150px; }
70
+ .krow.space-row { padding:14px 24px; gap:16px; }
71
+ .spacebar {
72
+ background:#2a2b2f; color:#9e9e9e; border-radius:18px; height:110px;
73
+ display:flex; align-items:center; justify-content:center; font-size:34px; flex:1;
74
+ }
75
+ .key.small { width:120px; }
76
+ .key.enter { width:150px; background:#a9c2dc; color:#000; }
77
+ </style>
78
+ </head>
79
+ <body>
80
+ <div id="render-target">
81
+
82
+ <!-- Status bar -->
83
+ <div class="status">
84
+ <div class="time">6:52</div>
85
+ <div class="right">
86
+ <!-- Wi‑Fi -->
87
+ <svg class="icon" viewBox="0 0 24 24"><path fill="#ffffff" d="M2 8c5-4 15-4 20 0l-2 2c-4-3-12-3-16 0L2 8zm4 5c3-2 9-2 12 0l-2 2c-2-1-6-1-8 0l-2-2zm4 5l2 2 2-2c-2-2-4-2-6 0z"/></svg>
88
+ <!-- Battery -->
89
+ <svg class="icon" viewBox="0 0 24 24"><rect x="2" y="6" width="18" height="12" rx="2" fill="#fff"/><rect x="4" y="8" width="12" height="8" fill="#121212"/><rect x="20" y="10" width="2" height="8" fill="#fff"/></svg>
90
+ </div>
91
+ </div>
92
+
93
+ <!-- Compose actions -->
94
+ <div class="compose-actions">
95
+ <div class="left">
96
+ <!-- Back -->
97
+ <svg class="icon-btn" viewBox="0 0 24 24"><path fill="#ffffff" d="M15 4L7 12l8 8V4z"/></svg>
98
+ </div>
99
+ <div class="right">
100
+ <!-- Attachment -->
101
+ <svg class="icon-btn" viewBox="0 0 24 24"><path fill="#ffffff" d="M7 13c0-3 2-5 5-5s5 2 5 5v5c0 2-2 4-4 4s-4-2-4-4v-6h2v6c0 1 1 2 2 2s2-1 2-2v-5c0-2-2-3-3-3s-3 1-3 3h-2z"/></svg>
102
+ <!-- Send -->
103
+ <svg class="icon-btn" viewBox="0 0 24 24"><path fill="#8ab4f8" d="M3 12l18-9-6 9 6 9z"/></svg>
104
+ <!-- More -->
105
+ <svg class="icon-btn" viewBox="0 0 24 24"><circle cx="12" cy="5" r="2" fill="#ffffff"/><circle cx="12" cy="12" r="2" fill="#ffffff"/><circle cx="12" cy="19" r="2" fill="#ffffff"/></svg>
106
+ </div>
107
+ </div>
108
+
109
+ <!-- Fields -->
110
+ <div class="section">
111
+ <div class="field">
112
+ <div class="label">From</div>
113
+ <div class="value">julesdupont205@gmail.com</div>
114
+ <svg class="caret" viewBox="0 0 24 24"><path fill="#bdbdbd" d="M7 10l5 5 5-5H7z"/></svg>
115
+ </div>
116
+
117
+ <div class="field">
118
+ <div class="label">To</div>
119
+ <div class="value">amilea.miller2709@gmail.com</div>
120
+ <svg class="caret" viewBox="0 0 24 24"><path fill="#bdbdbd" d="M7 10l5 5 5-5H7z"/></svg>
121
+ </div>
122
+
123
+ <div class="contact-suggestion">
124
+ <div class="avatar">a</div>
125
+ <div class="details">
126
+ <div class="name">amilea.miller2709@gmail.com</div>
127
+ <div class="sub">amilea.miller2709@gmail.com</div>
128
+ </div>
129
+ </div>
130
+ </div>
131
+
132
+ <!-- Message body area -->
133
+ <div class="message-area"></div>
134
+
135
+ <!-- Keyboard -->
136
+ <div class="keyboard">
137
+ <div class="kbar">
138
+ <div style="width:64px;height:64px;background:#2a2b2f;border-radius:14px;display:flex;align-items:center;justify-content:center;">▦</div>
139
+ <div style="width:64px;height:64px;background:#2a2b2f;border-radius:14px;display:flex;align-items:center;justify-content:center;">☺</div>
140
+ <div style="font-weight:600; margin-right:auto; color:#9e9e9e;">GIF</div>
141
+ <div style="width:64px;height:64px;background:#2a2b2f;border-radius:14px;display:flex;align-items:center;justify-content:center;">
142
+ <svg width="36" height="36" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" fill="#cfcfcf"/></svg>
143
+ </div>
144
+ <div style="width:64px;height:64px;background:#2a2b2f;border-radius:14px;display:flex;align-items:center;justify-content:center;">
145
+ <svg width="36" height="36" viewBox="0 0 24 24"><path fill="#cfcfcf" d="M12 3l4 4-9 9H3v-4l9-9z"/><path fill="#cfcfcf" d="M16 7l1 1-9 9-1-1z"/></svg>
146
+ </div>
147
+ <div style="width:64px;height:64px;background:#2a2b2f;border-radius:14px;display:flex;align-items:center;justify-content:center;">
148
+ <svg width="36" height="36" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" fill="#cfcfcf"/><path fill="#121212" d="M12 7v10M7 12h10"/></svg>
149
+ </div>
150
+ </div>
151
+
152
+ <div class="krow">
153
+ <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>
154
+ </div>
155
+ <div class="krow">
156
+ <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>
157
+ <div class="key back">⌫</div>
158
+ </div>
159
+ <div class="krow">
160
+ <div class="key wide">⇧</div>
161
+ <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>
162
+ </div>
163
+ <div class="krow space-row">
164
+ <div class="key small">?123</div>
165
+ <div class="key small">@</div>
166
+ <div class="key small">☺</div>
167
+ <div class="spacebar">space</div>
168
+ <div class="key small">.</div>
169
+ <div class="key enter">↩</div>
170
+ </div>
171
+ </div>
172
+
173
+ </div>
174
+ </body>
175
+ </html>
code/16016/16016_7.html ADDED
@@ -0,0 +1,351 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0" />
6
+ <title>Compose Email Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: "Roboto", Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #121212;
15
+ color: #EAEAEA;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ height: 84px;
21
+ padding: 0 28px;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ color: #EDEDED;
26
+ font-size: 34px;
27
+ letter-spacing: 0.5px;
28
+ }
29
+ .status-icons {
30
+ display: flex;
31
+ align-items: center;
32
+ gap: 24px;
33
+ }
34
+ .status-icons svg { width: 40px; height: 40px; fill: none; stroke: #E0E0E0; stroke-width: 3; }
35
+
36
+ /* App bar */
37
+ .app-bar {
38
+ height: 120px;
39
+ border-bottom: 1px solid #1F1F1F;
40
+ display: flex;
41
+ align-items: center;
42
+ padding: 0 18px;
43
+ gap: 18px;
44
+ }
45
+ .app-bar .left { display: flex; align-items: center; gap: 8px; flex: 1; }
46
+ .app-bar .right { display: flex; align-items: center; gap: 28px; }
47
+ .icon-btn svg { width: 56px; height: 56px; stroke: #E0E0E0; fill: none; stroke-width: 3; }
48
+ .icon-btn.solid svg { fill: #E0E0E0; stroke: none; }
49
+
50
+ /* Form rows */
51
+ .content {
52
+ padding: 10px 24px 0 24px;
53
+ }
54
+ .row {
55
+ display: flex;
56
+ align-items: center;
57
+ gap: 24px;
58
+ padding: 22px 0;
59
+ border-bottom: 1px solid #1F1F1F;
60
+ }
61
+ .label {
62
+ width: 110px;
63
+ font-size: 26px;
64
+ color: #9E9E9E;
65
+ }
66
+ .value {
67
+ flex: 1;
68
+ font-size: 30px;
69
+ color: #EAEAEA;
70
+ display: flex;
71
+ align-items: center;
72
+ justify-content: space-between;
73
+ }
74
+ .value span { opacity: 0.95; }
75
+ .chev svg { width: 42px; height: 42px; fill: none; stroke: #BDBDBD; stroke-width: 3; }
76
+
77
+ /* Suggested contact */
78
+ .suggestion {
79
+ display: flex;
80
+ align-items: center;
81
+ gap: 22px;
82
+ padding: 22px 0 28px 134px; /* indent aligns with 'To' field text */
83
+ border-bottom: 1px solid #1F1F1F;
84
+ }
85
+ .avatar {
86
+ width: 86px; height: 86px; border-radius: 50%;
87
+ background: #2E7D32;
88
+ color: #DDEAD9;
89
+ display: flex; align-items: center; justify-content: center;
90
+ font-size: 42px; font-weight: 600; text-transform: lowercase;
91
+ flex-shrink: 0;
92
+ }
93
+ .contact-lines {
94
+ display: flex; flex-direction: column;
95
+ }
96
+ .contact-name {
97
+ font-size: 30px; color: #EAEAEA; line-height: 36px;
98
+ }
99
+ .contact-sub {
100
+ font-size: 26px; color: #9E9E9E; line-height: 34px;
101
+ }
102
+
103
+ /* Message body placeholder area */
104
+ .body-area {
105
+ padding: 34px 24px;
106
+ color: #6E6E6E;
107
+ font-size: 28px;
108
+ min-height: 650px;
109
+ }
110
+
111
+ /* Keyboard mock */
112
+ .keyboard {
113
+ position: absolute;
114
+ left: 0; right: 0; bottom: 42px;
115
+ background: #1B1B1B;
116
+ border-top: 1px solid #242424;
117
+ padding: 14px 18px 18px 18px;
118
+ }
119
+ .kb-toolbar {
120
+ height: 70px;
121
+ display: flex;
122
+ align-items: center;
123
+ gap: 26px;
124
+ padding: 0 6px 10px 6px;
125
+ }
126
+ .kb-toolbar .tool {
127
+ width: 72px; height: 54px;
128
+ background: #2A2A2A; border-radius: 10px;
129
+ display: flex; align-items: center; justify-content: center;
130
+ }
131
+ .kb-toolbar svg { width: 34px; height: 34px; stroke: #D0D0D0; fill: none; stroke-width: 2.5; }
132
+
133
+ .keyboard-row {
134
+ display: flex;
135
+ gap: 12px;
136
+ margin: 10px 0;
137
+ }
138
+ .key {
139
+ flex: 1;
140
+ background: #2A2A2A;
141
+ color: #EAEAEA;
142
+ font-size: 36px;
143
+ padding: 26px 0;
144
+ text-align: center;
145
+ border-radius: 16px;
146
+ user-select: none;
147
+ }
148
+ .key.small { flex: 0.9; }
149
+ .key.medium { flex: 1.2; }
150
+ .key.wide { flex: 2.6; }
151
+ .key.action { background: #334; color: #C7D1FF; }
152
+ .key.light { background: #3A3A3A; }
153
+ .key.icon svg { width: 46px; height: 46px; stroke: #EAEAEA; fill: none; stroke-width: 3; vertical-align: middle; }
154
+
155
+ /* Navigation pill */
156
+ .nav-pill {
157
+ position: absolute; bottom: 10px; left: 50%;
158
+ transform: translateX(-50%);
159
+ width: 260px; height: 10px; border-radius: 6px; background: #E5E5E5; opacity: 0.9;
160
+ }
161
+ </style>
162
+ </head>
163
+ <body>
164
+ <div id="render-target">
165
+
166
+ <!-- Status bar -->
167
+ <div class="status-bar">
168
+ <div class="time">6:52</div>
169
+ <div class="status-icons">
170
+ <!-- Wi-Fi -->
171
+ <svg viewBox="0 0 24 24" aria-label="wifi">
172
+ <path d="M2 8c5-4 15-4 20 0"></path>
173
+ <path d="M5 12c3-3 11-3 14 0"></path>
174
+ <path d="M8 16c2-2 6-2 8 0"></path>
175
+ <circle cx="12" cy="19" r="1.5" fill="#E0E0E0" stroke="none"></circle>
176
+ </svg>
177
+ <!-- Battery -->
178
+ <svg viewBox="0 0 26 24" aria-label="battery">
179
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2"></rect>
180
+ <rect x="4" y="8" width="14" height="8" fill="#E0E0E0" stroke="none"></rect>
181
+ <rect x="21" y="10" width="3" height="6" rx="1" ry="1" stroke="#E0E0E0"></rect>
182
+ </svg>
183
+ </div>
184
+ </div>
185
+
186
+ <!-- App bar -->
187
+ <div class="app-bar">
188
+ <div class="left">
189
+ <div class="icon-btn">
190
+ <!-- Back arrow -->
191
+ <svg viewBox="0 0 24 24" aria-label="back">
192
+ <path d="M14 4 L6 12 L14 20" stroke-linecap="round" stroke-linejoin="round"></path>
193
+ </svg>
194
+ </div>
195
+ </div>
196
+ <div class="right">
197
+ <!-- Attach -->
198
+ <div class="icon-btn">
199
+ <svg viewBox="0 0 24 24" aria-label="attach">
200
+ <path d="M7 12v-5a5 5 0 1 1 10 0v7a4 4 0 0 1-8 0V9" stroke-linecap="round" stroke-linejoin="round"></path>
201
+ </svg>
202
+ </div>
203
+ <!-- Send -->
204
+ <div class="icon-btn solid">
205
+ <svg viewBox="0 0 24 24" aria-label="send">
206
+ <path d="M2 12L22 3 16 12 22 21 2 12Z"></path>
207
+ </svg>
208
+ </div>
209
+ <!-- Kebab menu -->
210
+ <div class="icon-btn">
211
+ <svg viewBox="0 0 24 24" aria-label="more">
212
+ <circle cx="12" cy="5" r="2" fill="#E0E0E0"></circle>
213
+ <circle cx="12" cy="12" r="2" fill="#E0E0E0"></circle>
214
+ <circle cx="12" cy="19" r="2" fill="#E0E0E0"></circle>
215
+ </svg>
216
+ </div>
217
+ </div>
218
+ </div>
219
+
220
+ <!-- Compose fields -->
221
+ <div class="content">
222
+ <div class="row">
223
+ <div class="label">From</div>
224
+ <div class="value">
225
+ <span>julesdupont205@gmail.com</span>
226
+ <div class="chev">
227
+ <svg viewBox="0 0 24 24" aria-label="expand">
228
+ <path d="M6 9l6 6 6-6"></path>
229
+ </svg>
230
+ </div>
231
+ </div>
232
+ </div>
233
+
234
+ <div class="row">
235
+ <div class="label">To</div>
236
+ <div class="value">
237
+ <span>amilea.miller2709@gmail.com</span>
238
+ <div class="chev">
239
+ <svg viewBox="0 0 24 24" aria-label="expand">
240
+ <path d="M6 9l6 6 6-6"></path>
241
+ </svg>
242
+ </div>
243
+ </div>
244
+ </div>
245
+
246
+ <!-- Suggested contact -->
247
+ <div class="suggestion">
248
+ <div class="avatar">a</div>
249
+ <div class="contact-lines">
250
+ <div class="contact-name">amilea.miller2709@gmail.com</div>
251
+ <div class="contact-sub">amilea.miller2709@gmail.com</div>
252
+ </div>
253
+ </div>
254
+
255
+ <!-- Body -->
256
+ <div class="body-area">
257
+ <!-- Empty compose body area -->
258
+ </div>
259
+ </div>
260
+
261
+ <!-- Keyboard -->
262
+ <div class="keyboard">
263
+ <div class="kb-toolbar">
264
+ <div class="tool">
265
+ <svg viewBox="0 0 24 24" aria-label="apps">
266
+ <rect x="3" y="3" width="6" height="6"></rect>
267
+ <rect x="15" y="3" width="6" height="6"></rect>
268
+ <rect x="3" y="15" width="6" height="6"></rect>
269
+ <rect x="15" y="15" width="6" height="6"></rect>
270
+ </svg>
271
+ </div>
272
+ <div class="tool">
273
+ <svg viewBox="0 0 24 24" aria-label="emoji">
274
+ <circle cx="12" cy="12" r="9"></circle>
275
+ <circle cx="9" cy="10" r="1.2" fill="#D0D0D0"></circle>
276
+ <circle cx="15" cy="10" r="1.2" fill="#D0D0D0"></circle>
277
+ <path d="M8 14c2.5 2 5.5 2 8 0" stroke="#D0D0D0" fill="none"></path>
278
+ </svg>
279
+ </div>
280
+ <div class="tool">
281
+ <span style="color:#D0D0D0; font-size:22px; letter-spacing:2px;">GIF</span>
282
+ </div>
283
+ <div class="tool">
284
+ <svg viewBox="0 0 24 24" aria-label="settings">
285
+ <circle cx="12" cy="12" r="3"></circle>
286
+ <path d="M4 12h4M16 12h4M12 4v4M12 16v4"></path>
287
+ </svg>
288
+ </div>
289
+ <div class="tool">
290
+ <svg viewBox="0 0 24 24" aria-label="translate">
291
+ <path d="M3 4h10v8H3z"></path>
292
+ <path d="M19 12l-3 8-3-8z"></path>
293
+ </svg>
294
+ </div>
295
+ <div class="tool">
296
+ <svg viewBox="0 0 24 24" aria-label="palette">
297
+ <path d="M12 3a9 9 0 1 0 0 18c2 0 2-2 0-3 3 0 3-3 1-4 2 0 2-2 0-3"></path>
298
+ </svg>
299
+ </div>
300
+ <div class="tool" style="margin-left:auto;">
301
+ <svg viewBox="0 0 24 24" aria-label="mic">
302
+ <rect x="9" y="4" width="6" height="10" rx="3" ry="3"></rect>
303
+ <path d="M12 15v4M8 19h8"></path>
304
+ </svg>
305
+ </div>
306
+ </div>
307
+
308
+ <div class="keyboard-row">
309
+ <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>
310
+ <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>
311
+ </div>
312
+ <div class="keyboard-row">
313
+ <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>
314
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
315
+ </div>
316
+ <div class="keyboard-row">
317
+ <div class="key small action">
318
+ <!-- Shift -->
319
+ <svg viewBox="0 0 24 24" class="icon">
320
+ <path d="M12 5l7 7h-4v7H9v-7H5z"></path>
321
+ </svg>
322
+ </div>
323
+ <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>
324
+ <div class="key small light icon">
325
+ <!-- Backspace -->
326
+ <svg viewBox="0 0 24 24">
327
+ <path d="M10 6H21V18H10L4 12z"></path>
328
+ <path d="M13 9l5 5M18 9l-5 5"></path>
329
+ </svg>
330
+ </div>
331
+ </div>
332
+ <div class="keyboard-row">
333
+ <div class="key medium light">?123</div>
334
+ <div class="key small light">@</div>
335
+ <div class="key small light">😊</div>
336
+ <div class="key wide">space</div>
337
+ <div class="key small light">.</div>
338
+ <div class="key medium action icon">
339
+ <!-- Enter -->
340
+ <svg viewBox="0 0 24 24">
341
+ <path d="M20 7v6a2 2 0 0 1-2 2H6"></path>
342
+ <path d="M10 19l-4-4 4-4"></path>
343
+ </svg>
344
+ </div>
345
+ </div>
346
+ </div>
347
+
348
+ <div class="nav-pill"></div>
349
+ </div>
350
+ </body>
351
+ </html>