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

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/16288/16288_10.html +266 -0
  2. code/16288/16288_2.html +290 -0
  3. code/16288/16288_3.html +265 -0
  4. code/16288/16288_4.html +269 -0
  5. code/16288/16288_5.html +258 -0
  6. code/16288/16288_6.html +227 -0
  7. code/16288/16288_7.html +231 -0
  8. code/16288/16288_8.html +196 -0
  9. code/16288/16288_9.html +268 -0
  10. code/16289/16289_0.html +212 -0
  11. code/16289/16289_1.html +288 -0
  12. code/1629/1629_0.html +415 -0
  13. code/1629/1629_1.html +269 -0
  14. code/1629/1629_2.html +247 -0
  15. code/1629/1629_3.html +213 -0
  16. code/1629/1629_4.html +364 -0
  17. code/1629/1629_5.html +231 -0
  18. code/1629/1629_6.html +280 -0
  19. code/16290/16290_0.html +370 -0
  20. code/16290/16290_1.html +191 -0
  21. code/16290/16290_2.html +309 -0
  22. code/16290/16290_3.html +225 -0
  23. code/16290/16290_4.html +284 -0
  24. code/16290/16290_5.html +295 -0
  25. code/16290/16290_6.html +317 -0
  26. code/16291/16291_0.html +331 -0
  27. code/16291/16291_1.html +171 -0
  28. code/16291/16291_2.html +360 -0
  29. code/16291/16291_3.html +344 -0
  30. code/16291/16291_4.html +419 -0
  31. code/16292/16292_0.html +255 -0
  32. code/16292/16292_1.html +242 -0
  33. code/16292/16292_10.html +202 -0
  34. code/16292/16292_11.html +392 -0
  35. code/16292/16292_12.html +252 -0
  36. code/16292/16292_2.html +245 -0
  37. code/16292/16292_3.html +334 -0
  38. code/16292/16292_4.html +390 -0
  39. code/16292/16292_5.html +399 -0
  40. code/16292/16292_6.html +394 -0
  41. code/16292/16292_7.html +362 -0
  42. code/16292/16292_8.html +267 -0
  43. code/16292/16292_9.html +196 -0
  44. code/16293/16293_0.html +308 -0
  45. code/16293/16293_1.html +297 -0
  46. code/16293/16293_2.html +207 -0
  47. code/16295/16295_0.html +274 -0
  48. code/16295/16295_1.html +336 -0
  49. code/16295/16295_2.html +236 -0
  50. code/16295/16295_3.html +370 -0
code/16288/16288_10.html ADDED
@@ -0,0 +1,266 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Listings 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: #ffffff;
11
+ }
12
+ /* Status bar */
13
+ .status-bar {
14
+ height: 110px;
15
+ padding: 0 36px;
16
+ display: flex; align-items: center; justify-content: space-between;
17
+ color: #111; font-size: 40px;
18
+ background: #f7f7f7;
19
+ }
20
+ .status-icons { display: flex; align-items: center; gap: 22px; }
21
+ .app-bar {
22
+ height: 150px;
23
+ display: flex; align-items: center;
24
+ padding: 0 32px;
25
+ border-bottom: 1px solid #e6e6e6;
26
+ background: #ffffff;
27
+ }
28
+ .app-title {
29
+ font-size: 56px; font-weight: 600; color: #222; margin-left: 26px;
30
+ }
31
+ .app-actions { margin-left: auto; display: flex; align-items: center; gap: 32px; }
32
+ .action-text { font-size: 42px; color: #222; }
33
+ .icon-btn svg { width: 56px; height: 56px; }
34
+ .listing {
35
+ width: 1080px;
36
+ background: #fff;
37
+ }
38
+ .photo {
39
+ position: relative;
40
+ width: 1080px; height: 720px;
41
+ background: #E0E0E0;
42
+ border: 1px solid #BDBDBD;
43
+ display: flex; align-items: center; justify-content: center;
44
+ color: #757575; font-size: 36px; letter-spacing: 0.5px;
45
+ }
46
+ .overlay-heart {
47
+ position: absolute; right: 36px; top: 26px;
48
+ width: 80px; height: 80px;
49
+ display: flex; align-items: center; justify-content: center;
50
+ background: rgba(255,255,255,0.9);
51
+ border-radius: 40px;
52
+ box-shadow: 0 2px 6px rgba(0,0,0,0.18);
53
+ }
54
+ .row {
55
+ display: flex; align-items: center;
56
+ padding: 24px 32px;
57
+ }
58
+ .dots { display: flex; gap: 18px; margin-right: 20px; }
59
+ .dot {
60
+ width: 30px; height: 30px; border-radius: 50%;
61
+ border: 2px solid #bbb;
62
+ }
63
+ .dot.red { background: #b33a3a; }
64
+ .dot.blue { background: #2b6dbb; }
65
+ .dot.grey { background: #444; }
66
+ .miles { font-size: 40px; color: #222; }
67
+ .details {
68
+ padding: 14px 32px 30px 32px;
69
+ }
70
+ .title { font-size: 52px; color: #222; margin-bottom: 10px; }
71
+ .subtitle { font-size: 34px; color: #666; margin-bottom: 24px; }
72
+ .dealer { font-size: 40px; font-weight: 700; color: #333; margin-bottom: 10px; }
73
+ .distance { font-size: 34px; color: #666; }
74
+ .price-right {
75
+ margin-left: auto; text-align: right;
76
+ }
77
+ .price-label { font-size: 36px; color: #777; }
78
+ .price { font-size: 56px; color: #222; font-weight: 700; }
79
+ .loan { font-size: 34px; color: #777; margin-top: 6px; }
80
+ .separator { height: 24px; background: #f2f2f2; }
81
+ /* Snackbar */
82
+ .snackbar {
83
+ position: absolute; left: 50%; bottom: 220px;
84
+ transform: translateX(-50%);
85
+ background: #2f2f2f; color: #fff;
86
+ padding: 26px 40px;
87
+ border-radius: 90px;
88
+ display: flex; align-items: center; gap: 22px;
89
+ box-shadow: 0 6px 20px rgba(0,0,0,0.3);
90
+ font-size: 44px;
91
+ }
92
+ .snackbar .pill-icon {
93
+ width: 60px; height: 60px; display: inline-flex; align-items: center; justify-content: center;
94
+ background: #3e6ce7; border-radius: 18px;
95
+ }
96
+ /* Bottom navigation */
97
+ .bottom-nav {
98
+ position: absolute; bottom: 0; left: 0; width: 1080px; height: 190px;
99
+ background: #ffffff; border-top: 1px solid #e6e6e6;
100
+ display: flex; align-items: center; justify-content: space-around;
101
+ }
102
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 12px; color: #777; font-size: 36px; }
103
+ .nav-item svg { width: 64px; height: 64px; }
104
+ .nav-item.active { color: #1976d2; }
105
+ .nav-item.active svg path { fill: #1976d2; }
106
+ </style>
107
+ </head>
108
+ <body>
109
+ <div id="render-target">
110
+
111
+ <!-- Status Bar -->
112
+ <div class="status-bar">
113
+ <div>10:01</div>
114
+ <div class="status-icons">
115
+ <!-- wifi icon -->
116
+ <svg width="40" height="40" viewBox="0 0 24 24">
117
+ <path d="M12 18.5l2.5-2.5a3.5 3.5 0 00-5 0L12 18.5zm5-5l2.5-2.5a8.5 8.5 0 00-15 0L7 13.5a5.5 5.5 0 019.9 0z" fill="#111"/>
118
+ </svg>
119
+ <!-- battery icon -->
120
+ <svg width="54" height="40" viewBox="0 0 28 24">
121
+ <rect x="1" y="5" width="22" height="14" rx="2" stroke="#111" fill="none" stroke-width="2"/>
122
+ <rect x="3" y="7" width="18" height="10" fill="#111"/>
123
+ <rect x="23" y="9" width="4" height="6" rx="1" fill="#111"/>
124
+ </svg>
125
+ </div>
126
+ </div>
127
+
128
+ <!-- App Bar -->
129
+ <div class="app-bar">
130
+ <!-- Back icon -->
131
+ <svg width="60" height="60" viewBox="0 0 24 24">
132
+ <path d="M15 6l-6 6 6 6" stroke="#222" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
133
+ </svg>
134
+ <div class="app-title">Listings</div>
135
+ <div class="app-actions">
136
+ <div class="action-text">SAVE SEARCH</div>
137
+ <div class="icon-btn">
138
+ <!-- filter sliders icon -->
139
+ <svg viewBox="0 0 24 24">
140
+ <path d="M4 6h10M4 12h16M4 18h8" stroke="#222" stroke-width="2.5" stroke-linecap="round"/>
141
+ <circle cx="16" cy="6" r="2.5" fill="#222"/>
142
+ <circle cx="10" cy="18" r="2.5" fill="#222"/>
143
+ <circle cx="12" cy="12" r="2.5" fill="#222"/>
144
+ </svg>
145
+ </div>
146
+ </div>
147
+ </div>
148
+
149
+ <!-- First Listing -->
150
+ <div class="listing">
151
+ <div class="photo">
152
+ [IMG: Blue Honda Civic on dealer backdrop]
153
+ <div class="overlay-heart">
154
+ <svg width="44" height="44" viewBox="0 0 24 24">
155
+ <path d="M12 20s-7-4.5-7-10a4.5 4.5 0 018-2.7A4.5 4.5 0 0120 10c0 5.5-8 10-8 10z" fill="none" stroke="#111" stroke-width="2"/>
156
+ </svg>
157
+ </div>
158
+ </div>
159
+
160
+ <div class="row">
161
+ <div class="dots">
162
+ <div class="dot blue"></div>
163
+ <div class="dot red"></div>
164
+ </div>
165
+ <div class="miles">55,000 miles</div>
166
+ </div>
167
+
168
+ <div class="row" style="align-items:flex-start;">
169
+ <div style="flex:1;">
170
+ <div class="title">USED 2021 Honda Civic</div>
171
+ <div class="subtitle">Type R</div>
172
+ <div class="dealer">World Auto Group Houston</div>
173
+ <div class="distance">(26.5mi away)</div>
174
+ </div>
175
+ <div class="price-right">
176
+ <div class="price-label">List</div>
177
+ <div class="price">$41,995</div>
178
+ <div class="loan">Est. Loan $841/mo</div>
179
+ </div>
180
+ </div>
181
+ </div>
182
+
183
+ <div class="separator"></div>
184
+
185
+ <!-- Second Listing -->
186
+ <div class="listing">
187
+ <div class="photo">
188
+ [IMG: Orange Honda Civic studio shot]
189
+ <div class="overlay-heart">
190
+ <svg width="44" height="44" viewBox="0 0 24 24">
191
+ <path d="M12 20s-7-4.5-7-10a4.5 4.5 0 018-2.7A4.5 4.5 0 0120 10c0 5.5-8 10-8 10z" fill="none" stroke="#111" stroke-width="2"/>
192
+ </svg>
193
+ </div>
194
+ </div>
195
+
196
+ <div class="row">
197
+ <div class="dots">
198
+ <div class="dot grey"></div>
199
+ <div class="dot red"></div>
200
+ </div>
201
+ <div class="miles">88,000 miles</div>
202
+ </div>
203
+
204
+ <div class="row" style="align-items:flex-start;">
205
+ <div style="flex:1;">
206
+ <div class="title">USED 2019 Honda Civic</div>
207
+ <div class="subtitle">Type R</div>
208
+ <div class="dealer">Mac Haik Ford Pasadena</div>
209
+ <div class="distance">(32.6mi away)</div>
210
+ </div>
211
+ <div class="price-right">
212
+ <div class="price-label">List</div>
213
+ <div class="price">$32,988</div>
214
+ <div class="loan">Est. Loan $661/mo</div>
215
+ </div>
216
+ </div>
217
+ </div>
218
+
219
+ <!-- Spacer area similar to screenshot -->
220
+ <div style="height: 480px; background:#f6f6f6;"></div>
221
+
222
+ <!-- Snackbar -->
223
+ <div class="snackbar">
224
+ <div class="pill-icon">
225
+ <!-- car icon -->
226
+ <svg width="40" height="40" viewBox="0 0 24 24">
227
+ <path d="M3 16v-3l2-5h14l2 5v3h-2a2 2 0 01-4 0H9a2 2 0 01-4 0H3z" fill="#fff"/>
228
+ </svg>
229
+ </div>
230
+ <div>Saved to Dashboard</div>
231
+ </div>
232
+
233
+ <!-- Bottom Navigation -->
234
+ <div class="bottom-nav">
235
+ <div class="nav-item active">
236
+ <svg viewBox="0 0 24 24">
237
+ <path d="M3 16v-3l2-5h14l2 5v3h-2a2 2 0 01-4 0H9a2 2 0 01-4 0H3z" fill="#777"/>
238
+ </svg>
239
+ <div>Buy a Car</div>
240
+ </div>
241
+ <div class="nav-item">
242
+ <svg viewBox="0 0 24 24">
243
+ <circle cx="11" cy="11" r="6" stroke="#777" stroke-width="2" fill="none"/>
244
+ <path d="M16 16l5 5" stroke="#777" stroke-width="2" stroke-linecap="round"/>
245
+ </svg>
246
+ <div>Research</div>
247
+ </div>
248
+ <div class="nav-item">
249
+ <svg viewBox="0 0 24 24">
250
+ <path d="M12 21s-7-4.5-7-10a5 5 0 0110 0 5 5 0 0110 0c0 5.5-13 10-13 10z" fill="#777"/>
251
+ </svg>
252
+ <div>Dashboard</div>
253
+ </div>
254
+ <div class="nav-item">
255
+ <svg viewBox="0 0 24 24">
256
+ <circle cx="5" cy="12" r="2" fill="#777"/>
257
+ <circle cx="12" cy="12" r="2" fill="#777"/>
258
+ <circle cx="19" cy="12" r="2" fill="#777"/>
259
+ </svg>
260
+ <div>More</div>
261
+ </div>
262
+ </div>
263
+
264
+ </div>
265
+ </body>
266
+ </html>
code/16288/16288_2.html ADDED
@@ -0,0 +1,290 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Dashboard UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
7
+ #render-target {
8
+ position: relative;
9
+ width: 1080px;
10
+ height: 2400px;
11
+ overflow: hidden;
12
+ background: #F5F6F7;
13
+ box-sizing: border-box;
14
+ }
15
+
16
+ /* Top area */
17
+ .status-bar {
18
+ height: 120px;
19
+ background: #EDEDED;
20
+ display: flex;
21
+ align-items: center;
22
+ justify-content: space-between;
23
+ padding: 0 36px;
24
+ color: #666;
25
+ font-size: 34px;
26
+ box-shadow: inset 0 -1px 0 rgba(0,0,0,0.06);
27
+ }
28
+ .status-right {
29
+ display: flex;
30
+ align-items: center;
31
+ gap: 18px;
32
+ }
33
+ .toolbar {
34
+ height: 120px;
35
+ padding: 0 36px;
36
+ display: flex;
37
+ align-items: center;
38
+ justify-content: space-between;
39
+ background: #FFFFFF;
40
+ box-shadow: 0 1px 0 rgba(0,0,0,0.08);
41
+ }
42
+ .title {
43
+ font-size: 64px;
44
+ color: #333;
45
+ font-weight: 700;
46
+ letter-spacing: 0.5px;
47
+ }
48
+ .toolbar-icons {
49
+ display: flex;
50
+ gap: 36px;
51
+ }
52
+ .icon-btn {
53
+ width: 72px;
54
+ height: 72px;
55
+ border-radius: 18px;
56
+ display: flex;
57
+ align-items: center;
58
+ justify-content: center;
59
+ color: #888;
60
+ }
61
+
62
+ /* Main card */
63
+ .main-card {
64
+ width: 1008px;
65
+ margin: 30px auto 0;
66
+ background: #FFFFFF;
67
+ border-radius: 16px;
68
+ box-shadow: 0 6px 18px rgba(0,0,0,0.08);
69
+ padding: 36px;
70
+ }
71
+ .main-card h2 {
72
+ margin: 6px 0 16px;
73
+ font-size: 54px;
74
+ color: #1E5BBE;
75
+ font-weight: 700;
76
+ }
77
+ .main-card p {
78
+ margin: 0;
79
+ font-size: 34px;
80
+ color: #666;
81
+ }
82
+ .plus-wrap {
83
+ display: flex;
84
+ align-items: center;
85
+ justify-content: center;
86
+ padding: 36px 0 28px;
87
+ }
88
+
89
+ /* Section */
90
+ .section-title {
91
+ margin: 36px;
92
+ font-size: 56px;
93
+ color: #333;
94
+ font-weight: 700;
95
+ }
96
+
97
+ /* Cards grid */
98
+ .cards {
99
+ display: flex;
100
+ gap: 24px;
101
+ padding: 0 36px 0;
102
+ }
103
+ .car-card {
104
+ flex: 1;
105
+ background: #FFFFFF;
106
+ border-radius: 16px;
107
+ box-shadow: 0 6px 18px rgba(0,0,0,0.08);
108
+ overflow: hidden;
109
+ }
110
+ .car-image {
111
+ height: 380px;
112
+ background: #E0E0E0;
113
+ border-bottom: 1px solid #BDBDBD;
114
+ display: flex;
115
+ align-items: center;
116
+ justify-content: center;
117
+ color: #757575;
118
+ font-size: 32px;
119
+ }
120
+ .car-info {
121
+ padding: 30px;
122
+ }
123
+ .car-name {
124
+ font-size: 46px;
125
+ color: #222;
126
+ font-weight: 700;
127
+ margin-bottom: 16px;
128
+ }
129
+ .car-sub {
130
+ font-size: 34px;
131
+ color: #666;
132
+ }
133
+
134
+ /* Bottom nav */
135
+ .bottom-nav {
136
+ position: absolute;
137
+ bottom: 0;
138
+ left: 0;
139
+ width: 100%;
140
+ height: 180px;
141
+ background: #FFFFFF;
142
+ box-shadow: 0 -4px 12px rgba(0,0,0,0.06);
143
+ display: flex;
144
+ align-items: center;
145
+ justify-content: space-around;
146
+ }
147
+ .nav-item {
148
+ display: flex;
149
+ flex-direction: column;
150
+ align-items: center;
151
+ gap: 12px;
152
+ color: #777;
153
+ font-size: 34px;
154
+ }
155
+ .nav-item.active { color: #1E5BBE; }
156
+ .home-indicator {
157
+ position: absolute;
158
+ bottom: 16px;
159
+ left: 50%;
160
+ transform: translateX(-50%);
161
+ width: 480px;
162
+ height: 12px;
163
+ background: #D0D0D0;
164
+ border-radius: 8px;
165
+ }
166
+ /* Utility */
167
+ svg { display: block; }
168
+ </style>
169
+ </head>
170
+ <body>
171
+ <div id="render-target">
172
+
173
+ <!-- Status bar -->
174
+ <div class="status-bar">
175
+ <div>9:58</div>
176
+ <div class="status-right">
177
+ <!-- Simple wifi icon -->
178
+ <svg width="36" height="36" viewBox="0 0 24 24">
179
+ <path d="M2 8c5-4 15-4 20 0" stroke="#777" stroke-width="2" fill="none" stroke-linecap="round"/>
180
+ <path d="M5 11c4-3 10-3 14 0" stroke="#777" stroke-width="2" fill="none" stroke-linecap="round"/>
181
+ <path d="M8 14c3-2 5-2 8 0" stroke="#777" stroke-width="2" fill="none" stroke-linecap="round"/>
182
+ <circle cx="12" cy="18" r="1.8" fill="#777"/>
183
+ </svg>
184
+ <!-- Battery icon -->
185
+ <svg width="42" height="36" viewBox="0 0 26 16">
186
+ <rect x="1" y="3" width="20" height="10" rx="2" ry="2" stroke="#777" stroke-width="2" fill="none"/>
187
+ <rect x="3" y="5" width="16" height="6" fill="#777"/>
188
+ <rect x="22" y="6" width="3" height="4" rx="1" fill="#777"/>
189
+ </svg>
190
+ </div>
191
+ </div>
192
+
193
+ <!-- Toolbar -->
194
+ <div class="toolbar">
195
+ <div class="title">Dashboard</div>
196
+ <div class="toolbar-icons">
197
+ <div class="icon-btn">
198
+ <!-- Bell icon -->
199
+ <svg width="48" height="48" viewBox="0 0 24 24">
200
+ <path d="M12 22a2.5 2.5 0 0 0 2.5-2.5h-5A2.5 2.5 0 0 0 12 22z" fill="#909090"/>
201
+ <path d="M12 4c-3 0-5 2.5-5 5.5v3.2l-1.6 2.1c-.3.4 0 1 .5 1h12.2c.6 0 .9-.6.6-1.1L17 12.7V9.5C17 6.5 15 4 12 4z" fill="#909090"/>
202
+ </svg>
203
+ </div>
204
+ <div class="icon-btn">
205
+ <!-- User icon -->
206
+ <svg width="48" height="48" viewBox="0 0 24 24">
207
+ <circle cx="12" cy="8" r="4" fill="#909090"/>
208
+ <path d="M4 20c0-4.2 4-6 8-6s8 1.8 8 6" fill="#909090"/>
209
+ </svg>
210
+ </div>
211
+ </div>
212
+ </div>
213
+
214
+ <!-- Main card -->
215
+ <div class="main-card">
216
+ <h2>Start a Search</h2>
217
+ <p>Save your searches to get inventory alerts</p>
218
+ <div class="plus-wrap">
219
+ <svg width="120" height="120" viewBox="0 0 100 100">
220
+ <circle cx="50" cy="50" r="42" fill="#1E5BBE"/>
221
+ <rect x="46" y="28" width="8" height="44" fill="#FFFFFF" rx="4"/>
222
+ <rect x="28" y="46" width="44" height="8" fill="#FFFFFF" rx="4"/>
223
+ </svg>
224
+ </div>
225
+ </div>
226
+
227
+ <!-- Favorite Models -->
228
+ <div class="section-title">Favorite Models</div>
229
+
230
+ <div class="cards">
231
+ <!-- Card 1 -->
232
+ <div class="car-card">
233
+ <div class="car-image">[IMG: Lime Honda Civic Hatchback]</div>
234
+ <div class="car-info">
235
+ <div class="car-name">2019 Honda Civic</div>
236
+ <div class="car-sub">Type R</div>
237
+ </div>
238
+ </div>
239
+ <!-- Card 2 -->
240
+ <div class="car-card">
241
+ <div class="car-image">[IMG: Blue Toyota Camry Sedan]</div>
242
+ <div class="car-info">
243
+ <div class="car-name">2019 Toyota Camry</div>
244
+ <div class="car-sub">Sedan</div>
245
+ </div>
246
+ </div>
247
+ </div>
248
+
249
+ <!-- Bottom navigation -->
250
+ <div class="bottom-nav">
251
+ <div class="nav-item">
252
+ <!-- Car icon -->
253
+ <svg width="56" height="48" viewBox="0 0 24 24">
254
+ <rect x="3" y="10" width="18" height="6" rx="2" fill="#777"/>
255
+ <rect x="5" y="7" width="14" height="4" rx="1" fill="#777"/>
256
+ <circle cx="7" cy="17" r="2" fill="#777"/>
257
+ <circle cx="17" cy="17" r="2" fill="#777"/>
258
+ </svg>
259
+ <div>Buy a Car</div>
260
+ </div>
261
+ <div class="nav-item">
262
+ <!-- Search icon -->
263
+ <svg width="48" height="48" viewBox="0 0 24 24">
264
+ <circle cx="11" cy="11" r="6" stroke="#777" stroke-width="3" fill="none"/>
265
+ <line x1="16" y1="16" x2="22" y2="22" stroke="#777" stroke-width="3" stroke-linecap="round"/>
266
+ </svg>
267
+ <div>Research</div>
268
+ </div>
269
+ <div class="nav-item active">
270
+ <!-- Heart icon -->
271
+ <svg width="50" height="50" viewBox="0 0 24 24">
272
+ <path d="M12 21s-7-4.5-9.5-8.1C-0.1 9.7 1.9 5 6.1 5c2 0 3.6 1.2 4.9 2.7C12.3 6.2 13.9 5 15.9 5 20.1 5 22.1 9.7 21.5 12.9 19 16.5 12 21 12 21z" fill="#1E5BBE"/>
273
+ </svg>
274
+ <div>Dashboard</div>
275
+ </div>
276
+ <div class="nav-item">
277
+ <!-- More (dots) icon -->
278
+ <svg width="48" height="48" viewBox="0 0 24 24">
279
+ <circle cx="5" cy="12" r="2.5" fill="#777"/>
280
+ <circle cx="12" cy="12" r="2.5" fill="#777"/>
281
+ <circle cx="19" cy="12" r="2.5" fill="#777"/>
282
+ </svg>
283
+ <div>More</div>
284
+ </div>
285
+ <div class="home-indicator"></div>
286
+ </div>
287
+
288
+ </div>
289
+ </body>
290
+ </html>
code/16288/16288_3.html ADDED
@@ -0,0 +1,265 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Buy a Car - UI Mock</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #F5F5F7;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ position: absolute;
18
+ top: 0;
19
+ left: 0;
20
+ width: 1080px;
21
+ height: 110px;
22
+ background: #EFEFEF;
23
+ display: flex;
24
+ align-items: center;
25
+ padding: 0 40px;
26
+ box-sizing: border-box;
27
+ color: #7a7a7a;
28
+ font-size: 40px;
29
+ }
30
+ .status-bar .time { flex: 1; }
31
+ .status-icons {
32
+ display: flex;
33
+ gap: 28px;
34
+ align-items: center;
35
+ }
36
+ .status-icons svg { width: 48px; height: 48px; fill: none; stroke: #7a7a7a; stroke-width: 6; }
37
+
38
+ /* App bar */
39
+ .app-bar {
40
+ position: absolute;
41
+ top: 110px;
42
+ left: 0;
43
+ width: 1080px;
44
+ height: 160px;
45
+ background: #FFFFFF;
46
+ box-shadow: 0 1px 0 rgba(0,0,0,0.08);
47
+ display: flex;
48
+ align-items: center;
49
+ padding: 0 40px;
50
+ box-sizing: border-box;
51
+ }
52
+ .app-bar .back {
53
+ width: 88px;
54
+ height: 88px;
55
+ display: flex;
56
+ align-items: center;
57
+ justify-content: center;
58
+ margin-right: 20px;
59
+ }
60
+ .app-bar .title {
61
+ font-size: 64px;
62
+ font-weight: 700;
63
+ color: #2c2c2c;
64
+ }
65
+
66
+ /* List area */
67
+ .list-area {
68
+ position: absolute;
69
+ top: 270px; /* status 110 + appbar 160 */
70
+ left: 0;
71
+ width: 1080px;
72
+ height: 1900px; /* remaining space minus bottom nav */
73
+ overflow: hidden;
74
+ background: #FFFFFF;
75
+ }
76
+ .brand-row {
77
+ display: flex;
78
+ align-items: center;
79
+ padding: 28px 40px;
80
+ height: 150px;
81
+ box-sizing: border-box;
82
+ border-bottom: 1px solid #EAEAEA;
83
+ }
84
+ .brand-logo {
85
+ width: 100px;
86
+ height: 100px;
87
+ background: #E0E0E0;
88
+ border: 1px solid #BDBDBD;
89
+ display: flex;
90
+ align-items: center;
91
+ justify-content: center;
92
+ color: #757575;
93
+ font-size: 28px;
94
+ margin-right: 40px;
95
+ border-radius: 6px;
96
+ }
97
+ .brand-name {
98
+ font-size: 56px;
99
+ color: #222;
100
+ }
101
+
102
+ /* Bottom navigation */
103
+ .bottom-nav {
104
+ position: absolute;
105
+ bottom: 0;
106
+ left: 0;
107
+ width: 1080px;
108
+ height: 230px;
109
+ background: #FFFFFF;
110
+ box-shadow: 0 -1px 0 rgba(0,0,0,0.08);
111
+ display: flex;
112
+ justify-content: space-around;
113
+ align-items: center;
114
+ padding-bottom: 10px;
115
+ box-sizing: border-box;
116
+ }
117
+ .nav-item {
118
+ display: flex;
119
+ flex-direction: column;
120
+ align-items: center;
121
+ gap: 20px;
122
+ color: #8A8A8A;
123
+ font-size: 40px;
124
+ }
125
+ .nav-item svg { width: 80px; height: 80px; }
126
+ .nav-item.active { color: #1976D2; }
127
+ .nav-item.active svg path, .nav-item.active svg circle, .nav-item.active svg rect { stroke: #1976D2; fill: none; }
128
+ .nav-item svg path, .nav-item svg circle, .nav-item svg rect { stroke: #8A8A8A; fill: none; stroke-width: 6; }
129
+
130
+ /* Gesture bar */
131
+ .gesture {
132
+ position: absolute;
133
+ bottom: 10px;
134
+ left: 50%;
135
+ transform: translateX(-50%);
136
+ width: 300px;
137
+ height: 12px;
138
+ background: #BDBDBD;
139
+ border-radius: 6px;
140
+ opacity: 0.7;
141
+ }
142
+ </style>
143
+ </head>
144
+ <body>
145
+ <div id="render-target">
146
+
147
+ <!-- Status Bar -->
148
+ <div class="status-bar">
149
+ <div class="time">9:58</div>
150
+ <div class="status-icons">
151
+ <!-- Wi-Fi icon -->
152
+ <svg viewBox="0 0 48 48">
153
+ <path d="M4 18c9-8 31-8 40 0"></path>
154
+ <path d="M10 24c7-6 21-6 28 0"></path>
155
+ <path d="M16 30c5-4 15-4 20 0"></path>
156
+ <circle cx="24" cy="36" r="3" fill="#7a7a7a" stroke="none"></circle>
157
+ </svg>
158
+ <!-- Battery icon -->
159
+ <svg viewBox="0 0 60 48">
160
+ <rect x="2" y="8" width="46" height="32" rx="6"></rect>
161
+ <rect x="50" y="16" width="8" height="16" rx="2" fill="#7a7a7a" stroke="none"></rect>
162
+ <rect x="6" y="12" width="36" height="24" rx="4" fill="#7a7a7a" stroke="none"></rect>
163
+ </svg>
164
+ </div>
165
+ </div>
166
+
167
+ <!-- App Bar -->
168
+ <div class="app-bar">
169
+ <div class="back">
170
+ <svg viewBox="0 0 72 72">
171
+ <path d="M44 16 L24 36 L44 56" stroke="#333" stroke-width="8" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
172
+ </svg>
173
+ </div>
174
+ <div class="title">Buy a Car</div>
175
+ </div>
176
+
177
+ <!-- List Area -->
178
+ <div class="list-area">
179
+ <div class="brand-row">
180
+ <div class="brand-logo">[IMG: Acura]</div>
181
+ <div class="brand-name">Acura</div>
182
+ </div>
183
+ <div class="brand-row">
184
+ <div class="brand-logo">[IMG: Alfa Romeo]</div>
185
+ <div class="brand-name">Alfa Romeo</div>
186
+ </div>
187
+ <div class="brand-row">
188
+ <div class="brand-logo">[IMG: AM General]</div>
189
+ <div class="brand-name">AM General</div>
190
+ </div>
191
+ <div class="brand-row">
192
+ <div class="brand-logo">[IMG: Aston Martin]</div>
193
+ <div class="brand-name">Aston Martin</div>
194
+ </div>
195
+ <div class="brand-row">
196
+ <div class="brand-logo">[IMG: Audi]</div>
197
+ <div class="brand-name">Audi</div>
198
+ </div>
199
+ <div class="brand-row">
200
+ <div class="brand-logo">[IMG: Bentley]</div>
201
+ <div class="brand-name">Bentley</div>
202
+ </div>
203
+ <div class="brand-row">
204
+ <div class="brand-logo">[IMG: BMW]</div>
205
+ <div class="brand-name">BMW</div>
206
+ </div>
207
+ <div class="brand-row">
208
+ <div class="brand-logo">[IMG: Bugatti]</div>
209
+ <div class="brand-name">Bugatti</div>
210
+ </div>
211
+ <div class="brand-row">
212
+ <div class="brand-logo">[IMG: Buick]</div>
213
+ <div class="brand-name">Buick</div>
214
+ </div>
215
+ <div class="brand-row">
216
+ <div class="brand-logo">[IMG: BYTON]</div>
217
+ <div class="brand-name">BYTON</div>
218
+ </div>
219
+ <div class="brand-row">
220
+ <div class="brand-logo">[IMG: Cadillac]</div>
221
+ <div class="brand-name">Cadillac</div>
222
+ </div>
223
+ </div>
224
+
225
+ <!-- Bottom Navigation -->
226
+ <div class="bottom-nav">
227
+ <div class="nav-item active">
228
+ <!-- Car icon -->
229
+ <svg viewBox="0 0 100 80">
230
+ <path d="M18 46 L24 30 Q30 20 40 20 L60 20 Q70 20 76 30 L82 46" stroke-linecap="round" stroke-linejoin="round"></path>
231
+ <circle cx="30" cy="58" r="10"></circle>
232
+ <circle cx="70" cy="58" r="10"></circle>
233
+ </svg>
234
+ <div>Buy a Car</div>
235
+ </div>
236
+ <div class="nav-item">
237
+ <!-- Search icon -->
238
+ <svg viewBox="0 0 100 80">
239
+ <circle cx="40" cy="36" r="24"></circle>
240
+ <path d="M60 52 L86 72"></path>
241
+ </svg>
242
+ <div>Research</div>
243
+ </div>
244
+ <div class="nav-item">
245
+ <!-- Heart icon -->
246
+ <svg viewBox="0 0 100 80">
247
+ <path d="M50 66 C20 46 20 24 34 20 C42 18 48 24 50 30 C52 24 58 18 66 20 C80 24 80 46 50 66 Z" fill="none"></path>
248
+ </svg>
249
+ <div>Dashboard</div>
250
+ </div>
251
+ <div class="nav-item">
252
+ <!-- More icon -->
253
+ <svg viewBox="0 0 100 80">
254
+ <circle cx="24" cy="40" r="6" fill="#8A8A8A" stroke="none"></circle>
255
+ <circle cx="50" cy="40" r="6" fill="#8A8A8A" stroke="none"></circle>
256
+ <circle cx="76" cy="40" r="6" fill="#8A8A8A" stroke="none"></circle>
257
+ </svg>
258
+ <div>More</div>
259
+ </div>
260
+ </div>
261
+
262
+ <div class="gesture"></div>
263
+ </div>
264
+ </body>
265
+ </html>
code/16288/16288_4.html ADDED
@@ -0,0 +1,269 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Buy a Car - UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #ffffff;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ height: 110px;
18
+ background: #f2f2f2;
19
+ position: relative;
20
+ color: #7a7a7a;
21
+ font-size: 34px;
22
+ letter-spacing: 0.5px;
23
+ }
24
+ .status-time {
25
+ position: absolute;
26
+ left: 40px;
27
+ top: 28px;
28
+ font-weight: 500;
29
+ }
30
+ .status-icons {
31
+ position: absolute;
32
+ right: 40px;
33
+ top: 26px;
34
+ display: flex;
35
+ align-items: center;
36
+ gap: 24px;
37
+ }
38
+ .status-icons svg { width: 48px; height: 48px; fill: #7a7a7a; }
39
+
40
+ /* App bar */
41
+ .app-bar {
42
+ height: 150px;
43
+ background: #ffffff;
44
+ box-shadow: 0 2px 6px rgba(0,0,0,0.08);
45
+ display: flex;
46
+ align-items: center;
47
+ padding: 0 24px;
48
+ }
49
+ .back-btn {
50
+ width: 96px;
51
+ height: 96px;
52
+ display: flex;
53
+ align-items: center;
54
+ justify-content: center;
55
+ margin-left: 16px;
56
+ margin-right: 8px;
57
+ }
58
+ .title {
59
+ font-size: 60px;
60
+ font-weight: 700;
61
+ color: #222;
62
+ margin-left: 8px;
63
+ }
64
+
65
+ /* List area */
66
+ .list {
67
+ position: absolute;
68
+ top: 260px; /* status + app bar */
69
+ left: 0;
70
+ right: 0;
71
+ bottom: 220px; /* above bottom navigation */
72
+ overflow-y: auto;
73
+ -webkit-overflow-scrolling: touch;
74
+ background: #ffffff;
75
+ }
76
+ .list-item {
77
+ display: flex;
78
+ align-items: center;
79
+ padding: 28px 40px;
80
+ height: 150px;
81
+ border-bottom: 1px solid #eeeeee;
82
+ }
83
+ .logo {
84
+ width: 120px;
85
+ height: 80px;
86
+ background: #E0E0E0;
87
+ border: 1px solid #BDBDBD;
88
+ display: flex;
89
+ justify-content: center;
90
+ align-items: center;
91
+ color: #757575;
92
+ font-size: 26px;
93
+ margin-right: 40px;
94
+ border-radius: 8px;
95
+ }
96
+ .brand {
97
+ font-size: 54px;
98
+ color: #222;
99
+ letter-spacing: 0.2px;
100
+ }
101
+
102
+ /* Bottom navigation */
103
+ .bottom-nav {
104
+ position: absolute;
105
+ left: 0;
106
+ right: 0;
107
+ bottom: 80px; /* leave space for gesture bar */
108
+ height: 200px;
109
+ border-top: 1px solid #e6e6e6;
110
+ background: #ffffff;
111
+ display: flex;
112
+ justify-content: space-around;
113
+ align-items: center;
114
+ }
115
+ .nav-item {
116
+ width: 25%;
117
+ height: 100%;
118
+ display: flex;
119
+ flex-direction: column;
120
+ align-items: center;
121
+ justify-content: center;
122
+ color: #666;
123
+ font-size: 36px;
124
+ }
125
+ .nav-item svg { width: 82px; height: 82px; }
126
+ .nav-item.active { color: #1976d2; }
127
+ .nav-item.active svg { fill: #1976d2; }
128
+ .nav-item svg { fill: #999; }
129
+
130
+ /* Gesture bar */
131
+ .gesture-bar {
132
+ position: absolute;
133
+ bottom: 24px;
134
+ left: 50%;
135
+ transform: translateX(-50%);
136
+ width: 500px;
137
+ height: 12px;
138
+ background: #000000;
139
+ border-radius: 10px;
140
+ opacity: 0.85;
141
+ }
142
+ </style>
143
+ </head>
144
+ <body>
145
+ <div id="render-target">
146
+
147
+ <!-- Status bar -->
148
+ <div class="status-bar">
149
+ <div class="status-time">9:59</div>
150
+ <div class="status-icons">
151
+ <!-- Wi-Fi -->
152
+ <svg viewBox="0 0 24 24">
153
+ <path d="M12 18.5l2-2c-1.1-1.1-2.9-1.1-4 0l2 2zm4.5-4.5c-2.7-2.7-7.3-2.7-10 0l1.4 1.4c2-2 5.1-2 7.2 0l1.4-1.4zm3.3-3.2c-4.6-4.6-12-4.6-16.6 0l1.4 1.4c3.8-3.8 10-3.8 13.8 0l1.4-1.4z"/>
154
+ </svg>
155
+ <!-- Battery -->
156
+ <svg viewBox="0 0 24 24">
157
+ <path d="M20 7h1.5c.8 0 1.5.7 1.5 1.5v6c0 .8-.7 1.5-1.5 1.5H20V7zM3 8.5C3 7.7 3.7 7 4.5 7h13c.8 0 1.5.7 1.5 1.5v6c0 .8-.7 1.5-1.5 1.5h-13c-.8 0-1.5-.7-1.5-1.5v-6z"/>
158
+ </svg>
159
+ </div>
160
+ </div>
161
+
162
+ <!-- App bar -->
163
+ <div class="app-bar">
164
+ <div class="back-btn">
165
+ <svg viewBox="0 0 24 24">
166
+ <path d="M15.5 4l-9 8 9 8 1.5-1.7-6.2-6.3 6.2-6.3L15.5 4z" fill="#333"/>
167
+ </svg>
168
+ </div>
169
+ <div class="title">Buy a Car</div>
170
+ </div>
171
+
172
+ <!-- List -->
173
+ <div class="list">
174
+ <div class="list-item">
175
+ <div class="logo">[IMG: BYTON]</div>
176
+ <div class="brand">BYTON</div>
177
+ </div>
178
+
179
+ <div class="list-item">
180
+ <div class="logo">[IMG: Cadillac]</div>
181
+ <div class="brand">Cadillac</div>
182
+ </div>
183
+
184
+ <div class="list-item">
185
+ <div class="logo">[IMG: Chevrolet]</div>
186
+ <div class="brand">Chevrolet</div>
187
+ </div>
188
+
189
+ <div class="list-item">
190
+ <div class="logo">[IMG: Chrysler]</div>
191
+ <div class="brand">Chrysler</div>
192
+ </div>
193
+
194
+ <div class="list-item">
195
+ <div class="logo">[IMG: Daewoo]</div>
196
+ <div class="brand">Daewoo</div>
197
+ </div>
198
+
199
+ <div class="list-item">
200
+ <div class="logo">[IMG: Dodge]</div>
201
+ <div class="brand">Dodge</div>
202
+ </div>
203
+
204
+ <div class="list-item">
205
+ <div class="logo">[IMG: Eagle]</div>
206
+ <div class="brand">Eagle</div>
207
+ </div>
208
+
209
+ <div class="list-item">
210
+ <div class="logo">[IMG: Ferrari]</div>
211
+ <div class="brand">Ferrari</div>
212
+ </div>
213
+
214
+ <div class="list-item">
215
+ <div class="logo">[IMG: FIAT]</div>
216
+ <div class="brand">FIAT</div>
217
+ </div>
218
+
219
+ <div class="list-item">
220
+ <div class="logo">[IMG: Fisker]</div>
221
+ <div class="brand">Fisker</div>
222
+ </div>
223
+
224
+ <div class="list-item">
225
+ <div class="logo">[IMG: Ford]</div>
226
+ <div class="brand">Ford</div>
227
+ </div>
228
+
229
+ <div class="list-item">
230
+ <div class="logo">[IMG: Genesis]</div>
231
+ <div class="brand">Genesis</div>
232
+ </div>
233
+ </div>
234
+
235
+ <!-- Bottom navigation -->
236
+ <div class="bottom-nav">
237
+ <div class="nav-item active">
238
+ <svg viewBox="0 0 24 24">
239
+ <path d="M3 16l2-6h14l2 6H3zm3.5-8l2.2-3h6.6l2.2 3H6.5zm2 9v3h-2v-3h2zm9 0v3h-2v-3h2z"/>
240
+ </svg>
241
+ <div>Buy a Car</div>
242
+ </div>
243
+ <div class="nav-item">
244
+ <svg viewBox="0 0 24 24">
245
+ <path d="M15.5 14h-.8l-.3-.3a6.5 6.5 0 10.9.9l.3.3v.8l5 5 1.5-1.5-5-5zm-6 0A4.5 4.5 0 119.5 5a4.5 4.5 0 010 9z"/>
246
+ </svg>
247
+ <div>Research</div>
248
+ </div>
249
+ <div class="nav-item">
250
+ <svg viewBox="0 0 24 24">
251
+ <path d="M12 21s-6.7-4.5-8.7-7.2A5.1 5.1 0 016.8 4.2c1.8 0 3.2 1 4 2.3.8-1.3 2.2-2.3 4-2.3a5.1 5.1 0 03.9 10.1C18.7 16.5 12 21 12 21z"/>
252
+ </svg>
253
+ <div>Dashboard</div>
254
+ </div>
255
+ <div class="nav-item">
256
+ <svg viewBox="0 0 24 24">
257
+ <circle cx="5" cy="12" r="2.3"></circle>
258
+ <circle cx="12" cy="12" r="2.3"></circle>
259
+ <circle cx="19" cy="12" r="2.3"></circle>
260
+ </svg>
261
+ <div>More</div>
262
+ </div>
263
+ </div>
264
+
265
+ <!-- Gesture bar -->
266
+ <div class="gesture-bar"></div>
267
+ </div>
268
+ </body>
269
+ </html>
code/16288/16288_5.html ADDED
@@ -0,0 +1,258 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>Buy a Car - Mobile UI</title>
5
+ <style>
6
+ body { margin:0; padding:0; background:transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width:1080px;
9
+ height:2400px;
10
+ position:relative;
11
+ overflow:hidden;
12
+ background:#ffffff;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ position:absolute;
18
+ top:0;
19
+ left:0;
20
+ width:100%;
21
+ height:110px;
22
+ background:#f2f2f2;
23
+ display:flex;
24
+ align-items:center;
25
+ justify-content:space-between;
26
+ padding:0 36px;
27
+ color:#7a7a7a;
28
+ font-size:40px;
29
+ }
30
+ .status-right {
31
+ display:flex;
32
+ align-items:center;
33
+ gap:26px;
34
+ }
35
+ .wifi-icon, .battery-icon, .signal-icon {
36
+ width:44px; height:44px;
37
+ }
38
+
39
+ /* Header */
40
+ .header {
41
+ position:absolute;
42
+ top:110px;
43
+ left:0;
44
+ width:100%;
45
+ height:160px;
46
+ background:#ffffff;
47
+ border-bottom:1px solid #e6e6e6;
48
+ display:flex;
49
+ align-items:center;
50
+ padding:0 34px;
51
+ }
52
+ .back-btn {
53
+ width:90px; height:90px;
54
+ display:flex; align-items:center; justify-content:center;
55
+ margin-right:18px;
56
+ }
57
+ .title {
58
+ font-size:64px;
59
+ color:#222222;
60
+ font-weight:700;
61
+ letter-spacing:0.5px;
62
+ }
63
+
64
+ /* Content list */
65
+ .content {
66
+ position:absolute;
67
+ top:270px; /* below header */
68
+ left:0; right:0;
69
+ bottom:210px; /* above bottom nav */
70
+ overflow:hidden;
71
+ background:#ffffff;
72
+ }
73
+ .brand-list {
74
+ list-style:none;
75
+ margin:0;
76
+ padding:0;
77
+ }
78
+ .brand-item {
79
+ display:flex;
80
+ align-items:center;
81
+ height:160px;
82
+ padding:0 40px;
83
+ border-bottom:1px solid #ececec;
84
+ }
85
+ .brand-img {
86
+ width:140px;
87
+ height:80px;
88
+ background:#E0E0E0;
89
+ border:1px solid #BDBDBD;
90
+ display:flex;
91
+ align-items:center;
92
+ justify-content:center;
93
+ color:#757575;
94
+ font-size:28px;
95
+ margin-right:40px;
96
+ border-radius:6px;
97
+ }
98
+ .brand-name {
99
+ font-size:54px;
100
+ color:#444444;
101
+ letter-spacing:0.3px;
102
+ }
103
+
104
+ /* Bottom navigation */
105
+ .bottom-nav {
106
+ position:absolute;
107
+ left:0; right:0;
108
+ bottom:0;
109
+ height:210px;
110
+ background:#ffffff;
111
+ border-top:1px solid #e6e6e6;
112
+ display:flex;
113
+ align-items:center;
114
+ justify-content:space-around;
115
+ padding:18px 0 26px 0;
116
+ }
117
+ .nav-item {
118
+ width:25%;
119
+ display:flex;
120
+ flex-direction:column;
121
+ align-items:center;
122
+ justify-content:center;
123
+ color:#6f6f6f;
124
+ font-size:38px;
125
+ }
126
+ .nav-item .icon {
127
+ width:92px; height:92px;
128
+ margin-bottom:16px;
129
+ }
130
+ .nav-item.active { color:#2a74ff; }
131
+ .nav-item.active svg { stroke:#2a74ff; fill:#2a74ff; }
132
+ .nav-item svg { stroke:#666; fill:none; }
133
+ </style>
134
+ </head>
135
+ <body>
136
+ <div id="render-target">
137
+
138
+ <!-- Status Bar -->
139
+ <div class="status-bar">
140
+ <div class="time">9:59</div>
141
+ <div class="status-right">
142
+ <!-- Simple signal dot -->
143
+ <svg class="signal-icon" viewBox="0 0 24 24">
144
+ <circle cx="12" cy="12" r="8" fill="#cfcfcf"></circle>
145
+ </svg>
146
+ <!-- WiFi icon -->
147
+ <svg class="wifi-icon" viewBox="0 0 24 24">
148
+ <path d="M2 9c5-4 15-4 20 0" stroke="#9a9a9a" stroke-width="2" fill="none"/>
149
+ <path d="M5 12c4-3 10-3 14 0" stroke="#9a9a9a" stroke-width="2" fill="none"/>
150
+ <path d="M8 15c3-2 5-2 8 0" stroke="#9a9a9a" stroke-width="2" fill="none"/>
151
+ <circle cx="12" cy="18" r="2" fill="#9a9a9a"></circle>
152
+ </svg>
153
+ <!-- Battery icon -->
154
+ <svg class="battery-icon" viewBox="0 0 28 18">
155
+ <rect x="1" y="2" width="22" height="14" rx="2" ry="2" stroke="#9a9a9a" stroke-width="2" fill="none"></rect>
156
+ <rect x="4" y="5" width="16" height="8" fill="#9a9a9a"></rect>
157
+ <rect x="24" y="6" width="3" height="6" fill="#9a9a9a"></rect>
158
+ </svg>
159
+ </div>
160
+ </div>
161
+
162
+ <!-- Header -->
163
+ <div class="header">
164
+ <div class="back-btn">
165
+ <svg viewBox="0 0 64 64">
166
+ <path d="M40 12 L20 32 L40 52" stroke="#333" stroke-width="6" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
167
+ </svg>
168
+ </div>
169
+ <div class="title">Buy a Car</div>
170
+ </div>
171
+
172
+ <!-- Content List -->
173
+ <div class="content">
174
+ <ul class="brand-list">
175
+ <li class="brand-item">
176
+ <div class="brand-img">[IMG: Ford logo]</div>
177
+ <div class="brand-name">Ford</div>
178
+ </li>
179
+ <li class="brand-item">
180
+ <div class="brand-img">[IMG: Genesis logo]</div>
181
+ <div class="brand-name">Genesis</div>
182
+ </li>
183
+ <li class="brand-item">
184
+ <div class="brand-img">[IMG: Geo logo]</div>
185
+ <div class="brand-name">Geo</div>
186
+ </li>
187
+ <li class="brand-item">
188
+ <div class="brand-img">[IMG: GMC logo]</div>
189
+ <div class="brand-name">GMC</div>
190
+ </li>
191
+ <li class="brand-item">
192
+ <div class="brand-img">[IMG: Honda logo]</div>
193
+ <div class="brand-name">Honda</div>
194
+ </li>
195
+ <li class="brand-item">
196
+ <div class="brand-img">[IMG: HUMMER logo]</div>
197
+ <div class="brand-name">HUMMER</div>
198
+ </li>
199
+ <li class="brand-item">
200
+ <div class="brand-img">[IMG: Hyundai logo]</div>
201
+ <div class="brand-name">Hyundai</div>
202
+ </li>
203
+ <li class="brand-item">
204
+ <div class="brand-img">[IMG: INFINITI logo]</div>
205
+ <div class="brand-name">INFINITI</div>
206
+ </li>
207
+ <li class="brand-item">
208
+ <div class="brand-img">[IMG: Isuzu logo]</div>
209
+ <div class="brand-name">Isuzu</div>
210
+ </li>
211
+ <li class="brand-item">
212
+ <div class="brand-img">[IMG: Jaguar logo]</div>
213
+ <div class="brand-name">Jaguar</div>
214
+ </li>
215
+ <li class="brand-item">
216
+ <div class="brand-img">[IMG: Jeep logo]</div>
217
+ <div class="brand-name">Jeep</div>
218
+ </li>
219
+ </ul>
220
+ </div>
221
+
222
+ <!-- Bottom Navigation -->
223
+ <div class="bottom-nav">
224
+ <div class="nav-item active">
225
+ <svg class="icon" viewBox="0 0 64 48">
226
+ <rect x="10" y="18" width="44" height="16" rx="4" stroke="#666" stroke-width="4"></rect>
227
+ <circle cx="20" cy="38" r="5" fill="#2a74ff"></circle>
228
+ <circle cx="44" cy="38" r="5" fill="#2a74ff"></circle>
229
+ <path d="M18 18 L24 10 H40 L46 18" stroke="#2a74ff" stroke-width="4" fill="none" stroke-linecap="round"/>
230
+ </svg>
231
+ <div>Buy a Car</div>
232
+ </div>
233
+ <div class="nav-item">
234
+ <svg class="icon" viewBox="0 0 64 64">
235
+ <circle cx="28" cy="28" r="18" stroke="#666" stroke-width="4"></circle>
236
+ <line x1="44" y1="44" x2="58" y2="58" stroke="#666" stroke-width="4" stroke-linecap="round"></line>
237
+ </svg>
238
+ <div>Research</div>
239
+ </div>
240
+ <div class="nav-item">
241
+ <svg class="icon" viewBox="0 0 64 64">
242
+ <path d="M32 52 C20 44 12 36 12 26 C12 18 18 12 26 12 C30 12 32 14 32 16 C32 14 34 12 38 12 C46 12 52 18 52 26 C52 36 44 44 32 52 Z" stroke="#666" stroke-width="4" fill="none"></path>
243
+ </svg>
244
+ <div>Dashboard</div>
245
+ </div>
246
+ <div class="nav-item">
247
+ <svg class="icon" viewBox="0 0 64 64">
248
+ <circle cx="16" cy="32" r="6" fill="#666"></circle>
249
+ <circle cx="32" cy="32" r="6" fill="#666"></circle>
250
+ <circle cx="48" cy="32" r="6" fill="#666"></circle>
251
+ </svg>
252
+ <div>More</div>
253
+ </div>
254
+ </div>
255
+
256
+ </div>
257
+ </body>
258
+ </html>
code/16288/16288_6.html ADDED
@@ -0,0 +1,227 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Select a Model - Mobile UI</title>
5
+ <style>
6
+ body {
7
+ margin: 0;
8
+ padding: 0;
9
+ background: transparent;
10
+ font-family: Arial, Helvetica, sans-serif;
11
+ }
12
+ #render-target {
13
+ width: 1080px;
14
+ height: 2400px;
15
+ position: relative;
16
+ overflow: hidden;
17
+ background: #ffffff;
18
+ box-sizing: border-box;
19
+ }
20
+
21
+ /* Status bar */
22
+ .status-bar {
23
+ position: absolute;
24
+ top: 0;
25
+ left: 0;
26
+ width: 1080px;
27
+ height: 120px;
28
+ background: #f2f2f2;
29
+ display: flex;
30
+ align-items: center;
31
+ justify-content: space-between;
32
+ padding: 0 36px;
33
+ color: #4b4b4b;
34
+ font-size: 36px;
35
+ box-sizing: border-box;
36
+ }
37
+ .status-icons {
38
+ display: flex;
39
+ gap: 28px;
40
+ align-items: center;
41
+ }
42
+ .status-icons .icon-box {
43
+ width: 44px;
44
+ height: 32px;
45
+ border-radius: 6px;
46
+ background: #e0e0e0;
47
+ border: 1px solid #c8c8c8;
48
+ }
49
+
50
+ /* App bar */
51
+ .app-bar {
52
+ position: absolute;
53
+ top: 120px;
54
+ left: 0;
55
+ width: 1080px;
56
+ height: 170px;
57
+ background: #ffffff;
58
+ display: flex;
59
+ align-items: center;
60
+ box-sizing: border-box;
61
+ padding: 0 32px;
62
+ border-bottom: 1px solid #eaeaea;
63
+ }
64
+ .back-btn {
65
+ width: 80px;
66
+ height: 80px;
67
+ display: flex;
68
+ align-items: center;
69
+ justify-content: center;
70
+ margin-left: 8px;
71
+ margin-right: 16px;
72
+ }
73
+ .app-title {
74
+ font-size: 64px;
75
+ font-weight: 700;
76
+ color: #3a3a3a;
77
+ }
78
+
79
+ /* List */
80
+ .list {
81
+ position: absolute;
82
+ top: 290px;
83
+ left: 0;
84
+ width: 1080px;
85
+ bottom: 220px; /* leave room for bottom nav */
86
+ overflow: hidden; /* mimic native screen (no scroll in render) */
87
+ padding: 14px 48px 0 48px;
88
+ box-sizing: border-box;
89
+ }
90
+ .list-item {
91
+ font-size: 54px;
92
+ color: #4a4a4a;
93
+ padding: 28px 0;
94
+ margin: 22px 0;
95
+ border-radius: 12px;
96
+ }
97
+
98
+ /* Bottom navigation */
99
+ .bottom-nav {
100
+ position: absolute;
101
+ left: 0;
102
+ bottom: 0;
103
+ width: 1080px;
104
+ height: 220px;
105
+ background: #ffffff;
106
+ border-top: 1px solid #e6e6e6;
107
+ display: flex;
108
+ }
109
+ .nav-item {
110
+ flex: 1;
111
+ display: flex;
112
+ flex-direction: column;
113
+ align-items: center;
114
+ justify-content: center;
115
+ gap: 18px;
116
+ color: #8a8a8a;
117
+ font-size: 40px;
118
+ }
119
+ .nav-item .icon {
120
+ width: 84px;
121
+ height: 84px;
122
+ }
123
+ .nav-item.active {
124
+ color: #1e88e5;
125
+ }
126
+ .nav-item.active svg path,
127
+ .nav-item.active svg circle,
128
+ .nav-item.active svg rect {
129
+ fill: #1e88e5;
130
+ stroke: #1e88e5;
131
+ }
132
+ .nav-item svg path,
133
+ .nav-item svg circle,
134
+ .nav-item svg rect {
135
+ fill: #9e9e9e;
136
+ stroke: #9e9e9e;
137
+ }
138
+ </style>
139
+ </head>
140
+ <body>
141
+ <div id="render-target">
142
+
143
+ <!-- Status Bar -->
144
+ <div class="status-bar">
145
+ <div>9:59</div>
146
+ <div class="status-icons">
147
+ <!-- Wi-Fi icon -->
148
+ <svg width="48" height="36" viewBox="0 0 24 24">
149
+ <path d="M12 18l2-2a3 3 0 00-4 0l2 2zm-6-6a9 9 0 0112 0l-2 2a6 6 0 00-8 0l-2-2zm-4-4a13 13 0 0116 0l-2 2a10 10 0 00-12 0l-2-2z" fill="#6d6d6d"></path>
150
+ </svg>
151
+ <!-- Battery icon -->
152
+ <svg width="56" height="36" viewBox="0 0 28 16">
153
+ <rect x="1" y="2" width="22" height="12" rx="2" ry="2" fill="#6d6d6d"></rect>
154
+ <rect x="3" y="4" width="16" height="8" fill="#cfcfcf"></rect>
155
+ <rect x="23" y="6" width="3" height="4" fill="#6d6d6d"></rect>
156
+ </svg>
157
+ </div>
158
+ </div>
159
+
160
+ <!-- App Bar -->
161
+ <div class="app-bar">
162
+ <div class="back-btn">
163
+ <svg width="64" height="64" viewBox="0 0 24 24">
164
+ <path d="M15 5l-7 7 7 7" fill="none" stroke="#4a4a4a" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
165
+ </svg>
166
+ </div>
167
+ <div class="app-title">Select a Model</div>
168
+ </div>
169
+
170
+ <!-- List of models -->
171
+ <div class="list">
172
+ <div class="list-item">Accord</div>
173
+ <div class="list-item">Accord Hybrid Sedan</div>
174
+ <div class="list-item">Civic</div>
175
+ <div class="list-item">Clarity</div>
176
+ <div class="list-item">CR-V</div>
177
+ <div class="list-item">CR-V Hybrid SUV</div>
178
+ <div class="list-item">HR-V SUV</div>
179
+ <div class="list-item">Insight Sedan</div>
180
+ <div class="list-item">Odyssey Minivan</div>
181
+ <div class="list-item">Passport SUV</div>
182
+ <div class="list-item">Pilot SUV</div>
183
+ <div class="list-item">Prologue SUV</div>
184
+ <div class="list-item">Ridgeline Crew Cab</div>
185
+ </div>
186
+
187
+ <!-- Bottom Navigation -->
188
+ <div class="bottom-nav">
189
+ <div class="nav-item active">
190
+ <svg class="icon" viewBox="0 0 24 24">
191
+ <!-- Car icon -->
192
+ <rect x="4" y="10" width="16" height="6" rx="2"></rect>
193
+ <rect x="6" y="8" width="12" height="3" rx="1"></rect>
194
+ <circle cx="8" cy="17" r="2"></circle>
195
+ <circle cx="16" cy="17" r="2"></circle>
196
+ </svg>
197
+ <div>Buy a Car</div>
198
+ </div>
199
+ <div class="nav-item">
200
+ <svg class="icon" viewBox="0 0 24 24">
201
+ <!-- Search icon -->
202
+ <circle cx="10" cy="10" r="6" fill="none" stroke="#9e9e9e" stroke-width="2"></circle>
203
+ <path d="M15 15l5 5" fill="none" stroke="#9e9e9e" stroke-width="2"></path>
204
+ </svg>
205
+ <div>Research</div>
206
+ </div>
207
+ <div class="nav-item">
208
+ <svg class="icon" viewBox="0 0 24 24">
209
+ <!-- Heart icon -->
210
+ <path d="M12 21s-7-4.4-9-8.5C1.8 9 3.6 6.5 6.5 6.5c2 0 3.3 1.1 3.5 1.3.2-.2 1.5-1.3 3.5-1.3 2.9 0 4.7 2.5 3.5 6C19 16.6 12 21 12 21z"></path>
211
+ </svg>
212
+ <div>Dashboard</div>
213
+ </div>
214
+ <div class="nav-item">
215
+ <svg class="icon" viewBox="0 0 24 24">
216
+ <!-- More (three dots) -->
217
+ <circle cx="6" cy="12" r="2"></circle>
218
+ <circle cx="12" cy="12" r="2"></circle>
219
+ <circle cx="18" cy="12" r="2"></circle>
220
+ </svg>
221
+ <div>More</div>
222
+ </div>
223
+ </div>
224
+
225
+ </div>
226
+ </body>
227
+ </html>
code/16288/16288_7.html ADDED
@@ -0,0 +1,231 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Select a Model - Mobile UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #ffffff;
13
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
14
+ color: #222;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 110px;
24
+ background: #efefef;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: space-between;
28
+ padding: 0 40px;
29
+ box-sizing: border-box;
30
+ color: #555;
31
+ font-size: 36px;
32
+ font-weight: 600;
33
+ }
34
+ .status-right {
35
+ display: flex;
36
+ align-items: center;
37
+ gap: 28px;
38
+ }
39
+ .icon-wifi, .icon-battery {
40
+ width: 48px;
41
+ height: 48px;
42
+ }
43
+
44
+ /* App bar */
45
+ .app-bar {
46
+ position: absolute;
47
+ top: 110px;
48
+ left: 0;
49
+ width: 1080px;
50
+ height: 170px;
51
+ background: #ffffff;
52
+ display: flex;
53
+ align-items: center;
54
+ padding: 0 36px;
55
+ box-sizing: border-box;
56
+ border-bottom: 1px solid #e8e8e8;
57
+ }
58
+ .back-btn {
59
+ width: 72px;
60
+ height: 72px;
61
+ display: flex;
62
+ align-items: center;
63
+ justify-content: center;
64
+ margin-right: 16px;
65
+ }
66
+ .title {
67
+ font-size: 64px;
68
+ font-weight: 700;
69
+ letter-spacing: 0.5px;
70
+ }
71
+
72
+ /* Content list */
73
+ .content {
74
+ position: absolute;
75
+ top: 280px;
76
+ left: 0;
77
+ width: 1080px;
78
+ height: 1820px;
79
+ padding: 0 44px;
80
+ box-sizing: border-box;
81
+ overflow: hidden;
82
+ }
83
+ .item {
84
+ font-size: 56px;
85
+ margin: 40px 0;
86
+ color: #222;
87
+ }
88
+ .link {
89
+ color: #1e63d6;
90
+ font-weight: 600;
91
+ }
92
+ .sub-item {
93
+ font-size: 54px;
94
+ color: #555;
95
+ font-weight: 700;
96
+ margin: 36px 0 36px 0;
97
+ }
98
+ /* Bottom nav */
99
+ .bottom-nav {
100
+ position: absolute;
101
+ bottom: 70px;
102
+ left: 0;
103
+ width: 1080px;
104
+ height: 200px;
105
+ border-top: 1px solid #e5e5e5;
106
+ background: #ffffff;
107
+ display: flex;
108
+ }
109
+ .nav-item {
110
+ flex: 1;
111
+ display: flex;
112
+ flex-direction: column;
113
+ align-items: center;
114
+ justify-content: center;
115
+ color: #777;
116
+ font-size: 36px;
117
+ gap: 18px;
118
+ }
119
+ .nav-item svg { width: 72px; height: 72px; }
120
+ .nav-item.active { color: #1976d2; }
121
+ .nav-item.active svg path,
122
+ .nav-item.active svg circle,
123
+ .nav-item.active svg rect {
124
+ fill: #1976d2;
125
+ stroke: #1976d2;
126
+ }
127
+
128
+ /* Home indicator */
129
+ .home-indicator {
130
+ position: absolute;
131
+ bottom: 24px;
132
+ left: 50%;
133
+ transform: translateX(-50%);
134
+ width: 360px;
135
+ height: 12px;
136
+ background: #cfcfcf;
137
+ border-radius: 6px;
138
+ }
139
+ </style>
140
+ </head>
141
+ <body>
142
+ <div id="render-target">
143
+
144
+ <!-- Status Bar -->
145
+ <div class="status-bar">
146
+ <div>10:00</div>
147
+ <div class="status-right">
148
+ <!-- Simple Wifi icon -->
149
+ <svg class="icon-wifi" viewBox="0 0 24 24">
150
+ <path d="M12 20a2 2 0 1 0 0.001-4.001A2 2 0 0 0 12 20z" fill="#555"/>
151
+ <path d="M4 10c4.418-4 11.582-4 16 0" stroke="#555" stroke-width="2" fill="none" stroke-linecap="round"/>
152
+ <path d="M7 13c3-2.8 7-2.8 10 0" stroke="#555" stroke-width="2" fill="none" stroke-linecap="round"/>
153
+ <path d="M9.5 15.5c1.5-1.2 3.5-1.2 5 0" stroke="#555" stroke-width="2" fill="none" stroke-linecap="round"/>
154
+ </svg>
155
+ <!-- Simple battery icon -->
156
+ <svg class="icon-battery" viewBox="0 0 28 24">
157
+ <rect x="2" y="5" width="20" height="14" rx="2" ry="2" fill="none" stroke="#555" stroke-width="2"/>
158
+ <rect x="4" y="7" width="14" height="10" fill="#555"/>
159
+ <rect x="22" y="9" width="4" height="6" rx="1" fill="#555"/>
160
+ </svg>
161
+ </div>
162
+ </div>
163
+
164
+ <!-- App Bar -->
165
+ <div class="app-bar">
166
+ <div class="back-btn">
167
+ <svg viewBox="0 0 24 24">
168
+ <path d="M15 5l-7 7 7 7" fill="none" stroke="#222" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
169
+ </svg>
170
+ </div>
171
+ <div class="title">Select a Model</div>
172
+ </div>
173
+
174
+ <!-- Content -->
175
+ <div class="content">
176
+ <div class="item">Accord</div>
177
+ <div class="item">Accord Hybrid Sedan</div>
178
+
179
+ <div class="item link">Civic</div>
180
+ <div class="sub-item">Type R</div>
181
+ <div class="sub-item">Si</div>
182
+ <div class="sub-item">Sedan</div>
183
+ <div class="sub-item">Hatchback</div>
184
+
185
+ <div class="item">Clarity</div>
186
+ <div class="item">CR-V</div>
187
+ <div class="item">CR-V Hybrid SUV</div>
188
+ <div class="item">HR-V SUV</div>
189
+ <div class="item">Insight Sedan</div>
190
+ <div class="item">Odyssey Minivan</div>
191
+ </div>
192
+
193
+ <!-- Bottom Navigation -->
194
+ <div class="bottom-nav">
195
+ <div class="nav-item active">
196
+ <svg viewBox="0 0 24 24">
197
+ <rect x="4" y="9" width="16" height="7" rx="2" fill="#1976d2"/>
198
+ <circle cx="7" cy="17" r="2" fill="#1976d2"/>
199
+ <circle cx="17" cy="17" r="2" fill="#1976d2"/>
200
+ <rect x="7" y="7" width="10" height="2" fill="#1976d2"/>
201
+ </svg>
202
+ <div>Buy a Car</div>
203
+ </div>
204
+ <div class="nav-item">
205
+ <svg viewBox="0 0 24 24">
206
+ <circle cx="11" cy="11" r="7" fill="none" stroke="#777" stroke-width="2"/>
207
+ <line x1="16.5" y1="16.5" x2="22" y2="22" stroke="#777" stroke-width="2" stroke-linecap="round"/>
208
+ </svg>
209
+ <div>Research</div>
210
+ </div>
211
+ <div class="nav-item">
212
+ <svg viewBox="0 0 24 24">
213
+ <path d="M12 21s-7-4.5-7-10a4.5 4.5 0 0 1 8-2.7A4.5 4.5 0 0 1 19 11c0 5.5-7 10-7 10z" fill="#777"/>
214
+ </svg>
215
+ <div>Dashboard</div>
216
+ </div>
217
+ <div class="nav-item">
218
+ <svg viewBox="0 0 24 24">
219
+ <circle cx="5" cy="12" r="2" fill="#777"/>
220
+ <circle cx="12" cy="12" r="2" fill="#777"/>
221
+ <circle cx="19" cy="12" r="2" fill="#777"/>
222
+ </svg>
223
+ <div>More</div>
224
+ </div>
225
+ </div>
226
+
227
+ <!-- Home indicator -->
228
+ <div class="home-indicator"></div>
229
+ </div>
230
+ </body>
231
+ </html>
code/16288/16288_8.html ADDED
@@ -0,0 +1,196 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>Select New or Used - Mock</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
7
+ #render-target {
8
+ position: relative;
9
+ width: 1080px;
10
+ height: 2400px;
11
+ overflow: hidden;
12
+ background: #FFFFFF;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ position: absolute;
18
+ top: 0;
19
+ left: 0;
20
+ width: 1080px;
21
+ height: 120px;
22
+ background: #F2F2F2;
23
+ color: #606060;
24
+ font-size: 40px;
25
+ }
26
+ .status-time {
27
+ position: absolute;
28
+ left: 60px;
29
+ top: 35px;
30
+ font-weight: 600;
31
+ color: #7a7a7a;
32
+ }
33
+ .status-icons {
34
+ position: absolute;
35
+ right: 60px;
36
+ top: 30px;
37
+ display: flex;
38
+ gap: 26px;
39
+ align-items: center;
40
+ }
41
+ /* Header */
42
+ .header {
43
+ position: absolute;
44
+ top: 120px;
45
+ left: 0;
46
+ width: 1080px;
47
+ height: 190px;
48
+ background: #FFFFFF;
49
+ border-bottom: 1px solid #EAEAEA;
50
+ }
51
+ .back-btn {
52
+ position: absolute;
53
+ left: 36px;
54
+ top: 60px;
55
+ width: 72px;
56
+ height: 72px;
57
+ display: flex;
58
+ align-items: center;
59
+ justify-content: center;
60
+ color: #303030;
61
+ }
62
+ .header-title {
63
+ position: absolute;
64
+ left: 140px;
65
+ top: 58px;
66
+ font-size: 58px;
67
+ font-weight: 700;
68
+ color: #3A3A3A;
69
+ }
70
+
71
+ /* Options list */
72
+ .options {
73
+ position: absolute;
74
+ top: 330px;
75
+ left: 0;
76
+ right: 0;
77
+ padding: 0 60px;
78
+ }
79
+ .option-item {
80
+ font-size: 60px;
81
+ color: #2E2E2E;
82
+ padding: 56px 0;
83
+ }
84
+
85
+ /* Bottom nav */
86
+ .bottom-nav {
87
+ position: absolute;
88
+ left: 0;
89
+ bottom: 108px;
90
+ width: 1080px;
91
+ height: 180px;
92
+ border-top: 1px solid #E6E6E6;
93
+ background: #FFFFFF;
94
+ display: flex;
95
+ justify-content: space-around;
96
+ align-items: center;
97
+ }
98
+ .nav-item {
99
+ width: 240px;
100
+ text-align: center;
101
+ color: #909090;
102
+ font-size: 38px;
103
+ }
104
+ .nav-item svg {
105
+ display: block;
106
+ margin: 0 auto 14px;
107
+ }
108
+ .nav-item.active {
109
+ color: #1E88E5;
110
+ }
111
+
112
+ /* Home indicator */
113
+ .home-indicator {
114
+ position: absolute;
115
+ bottom: 32px;
116
+ left: 50%;
117
+ transform: translateX(-50%);
118
+ width: 420px;
119
+ height: 14px;
120
+ background: #CFCFCF;
121
+ border-radius: 10px;
122
+ }
123
+ </style>
124
+ </head>
125
+ <body>
126
+ <div id="render-target">
127
+
128
+ <!-- Status bar -->
129
+ <div class="status-bar">
130
+ <div class="status-time">10:00</div>
131
+ <div class="status-icons">
132
+ <!-- Wi‑Fi icon -->
133
+ <svg width="48" height="48" viewBox="0 0 24 24">
134
+ <path fill="#8A8A8A" d="M12 20.5c.7 0 1.2-.5 1.2-1.2S12.7 18 12 18s-1.2.5-1.2 1.3.5 1.2 1.2 1.2zM3 9.5l1.4 1.4C6.8 8.5 9.3 7.5 12 7.5s5.2 1 7.6 3.4L21 9.5C18.2 6.7 15.2 5.5 12 5.5S5.8 6.7 3 9.5zm4 4l1.4 1.4C9.8 13 10.9 12.6 12 12.6s2.2.3 3.6 2.3L17 13.5c-1.6-1.6-3.3-2.5-5-2.5s-3.4.9-5 2.5z"/>
135
+ </svg>
136
+ <!-- Battery icon -->
137
+ <svg width="56" height="56" viewBox="0 0 28 28">
138
+ <rect x="1" y="7" width="22" height="14" rx="2" ry="2" fill="none" stroke="#8A8A8A" stroke-width="2"/>
139
+ <rect x="24" y="11" width="3" height="6" fill="#8A8A8A"/>
140
+ <rect x="3" y="9" width="18" height="10" fill="#8A8A8A"/>
141
+ </svg>
142
+ </div>
143
+ </div>
144
+
145
+ <!-- Header -->
146
+ <div class="header">
147
+ <div class="back-btn">
148
+ <svg width="56" height="56" viewBox="0 0 24 24">
149
+ <path fill="#333" d="M15.5 19L8.5 12l7-7-1.5-1.5L5.5 12l8.5 8.5z"/>
150
+ </svg>
151
+ </div>
152
+ <div class="header-title">Select New or Used</div>
153
+ </div>
154
+
155
+ <!-- Options -->
156
+ <div class="options">
157
+ <div class="option-item">New</div>
158
+ <div class="option-item">Used</div>
159
+ <div class="option-item">Any</div>
160
+ </div>
161
+
162
+ <!-- Bottom navigation -->
163
+ <div class="bottom-nav">
164
+ <div class="nav-item active">
165
+ <svg width="70" height="70" viewBox="0 0 24 24">
166
+ <path fill="#1E88E5" d="M5 11l1-3c.3-.8 1-1.3 1.8-1.3h8.4c.8 0 1.5.5 1.8 1.3l1 3H22v7c0 .6-.4 1-1 1h-1c-.6 0-1-.4-1-1v-1H5v1c0 .6-.4 1-1 1H3c-.6 0-1-.4-1-1v-7h3zm2.6-3c-.2 0-.4.1-.5.3L6.4 11h11.2l-.7-2.7c-.1-.2-.3-.3-.5-.3H7.6zM6 15.5c0 .8.7 1.5 1.5 1.5S9 16.3 9 15.5 8.3 14 7.5 14 6 14.7 6 15.5zm9 0c0 .8.7 1.5 1.5 1.5S18 16.3 18 15.5 17.3 14 16.5 14 15 14.7 15 15.5z"/>
167
+ </svg>
168
+ Buy a Car
169
+ </div>
170
+ <div class="nav-item">
171
+ <svg width="70" height="70" viewBox="0 0 24 24">
172
+ <path fill="#909090" d="M10 18a8 8 0 1 1 5.3-14.1A8 8 0 0 1 10 18zm0-2a6 6 0 1 0 0-12 6 6 0 0 0 0 12zm9.7 5.3l-5-5 1.4-1.4 5 5-1.4 1.4z"/>
173
+ </svg>
174
+ Research
175
+ </div>
176
+ <div class="nav-item">
177
+ <svg width="70" height="70" viewBox="0 0 24 24">
178
+ <path fill="#909090" d="M12 21.35l-1.45-1.32C6.4 15.36 4 13.28 4 10.5 4 8.5 5.5 7 7.5 7c1.2 0 2.4.6 3.1 1.6.7-1 1.9-1.6 3.1-1.6C15.5 7 17 8.5 17 10.5c0 2.78-2.4 4.86-6.55 9.54L12 21.35z"/>
179
+ </svg>
180
+ Dashboard
181
+ </div>
182
+ <div class="nav-item">
183
+ <svg width="70" height="70" viewBox="0 0 24 24">
184
+ <circle cx="5" cy="12" r="2" fill="#909090"/>
185
+ <circle cx="12" cy="12" r="2" fill="#909090"/>
186
+ <circle cx="19" cy="12" r="2" fill="#909090"/>
187
+ </svg>
188
+ More
189
+ </div>
190
+ </div>
191
+
192
+ <div class="home-indicator"></div>
193
+
194
+ </div>
195
+ </body>
196
+ </html>
code/16288/16288_9.html ADDED
@@ -0,0 +1,268 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>Listings 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:#ffffff;
10
+ box-shadow: 0 0 0 1px #ddd;
11
+ }
12
+
13
+ /* Top status bar */
14
+ .status-bar {
15
+ position:absolute; top:0; left:0; width:100%; height:110px;
16
+ background:#ffffff;
17
+ display:flex; align-items:center; justify-content:space-between;
18
+ padding:0 40px; box-sizing:border-box; color:#000;
19
+ font-size:42px; letter-spacing:0.5px;
20
+ }
21
+ .status-icons { display:flex; gap:26px; align-items:center; }
22
+ .status-dot, .status-battery {
23
+ width:28px; height:28px; border-radius:50%; background:#C7C7C7;
24
+ }
25
+ .status-battery {
26
+ width:34px; height:20px; border-radius:4px; background:#C7C7C7;
27
+ position:relative;
28
+ }
29
+ .status-battery::after {
30
+ content:""; position:absolute; right:-6px; top:6px;
31
+ width:6px; height:8px; background:#C7C7C7; border-radius:1px;
32
+ }
33
+
34
+ /* Navigation bar */
35
+ .nav-bar {
36
+ position:absolute; top:110px; left:0; width:100%; height:140px;
37
+ background:#ffffff; border-bottom:1px solid #e6e6e6;
38
+ display:flex; align-items:center; justify-content:space-between;
39
+ padding:0 32px;
40
+ box-sizing:border-box;
41
+ }
42
+ .nav-left, .nav-right { display:flex; align-items:center; gap:26px; }
43
+ .back-icon {
44
+ width:72px; height:72px;
45
+ }
46
+ .back-icon svg { width:100%; height:100%; }
47
+ .filter-icon {
48
+ width:72px; height:72px;
49
+ }
50
+ .filter-icon svg { width:100%; height:100%; }
51
+ .nav-title { font-size:58px; font-weight:600; color:#111; }
52
+ .save-search { font-size:42px; color:#1a73e8; font-weight:600; }
53
+
54
+ /* Listing cards */
55
+ .content-area {
56
+ position:absolute; top:250px; left:0; right:0; bottom:200px;
57
+ overflow:hidden auto;
58
+ padding-bottom:20px;
59
+ }
60
+ .card { width:100%; box-sizing:border-box; }
61
+ .card + .card { margin-top:36px; }
62
+
63
+ .image-wrap {
64
+ position:relative; width:100%; height:620px; background:#E0E0E0;
65
+ border-top:1px solid #BDBDBD; border-bottom:1px solid #BDBDBD;
66
+ display:flex; align-items:center; justify-content:center; color:#757575;
67
+ font-size:36px; text-align:center;
68
+ }
69
+ /* thin side ribbons to mimic screenshot */
70
+ .image-wrap::before, .image-wrap::after {
71
+ content:""; position:absolute; top:0; bottom:0; width:24px; background:#19314b;
72
+ }
73
+ .image-wrap::before { left:0; }
74
+ .image-wrap::after { right:0; }
75
+ .heart-btn {
76
+ position:absolute; right:36px; top:36px; width:86px; height:86px;
77
+ background:#ffffff; border-radius:50%; box-shadow:0 0 0 4px #e9e9e9 inset;
78
+ display:flex; align-items:center; justify-content:center;
79
+ }
80
+ .heart-btn svg { width:56px; height:56px; stroke:#333; fill:none; stroke-width:6; }
81
+
82
+ .miles-chip {
83
+ position:absolute; bottom:24px; left:36px;
84
+ background:rgba(255,255,255,0.95); border-radius:40px;
85
+ padding:14px 26px; display:flex; align-items:center; gap:18px;
86
+ font-size:42px; color:#222; box-shadow:0 2px 8px rgba(0,0,0,0.08);
87
+ }
88
+ .color-dot { width:26px; height:26px; border-radius:50%; }
89
+ .dot-red { background:#a63131; border:2px solid #7a1f1f; }
90
+ .dot-blue { background:#2b67c8; border:2px solid #1f4b8f; }
91
+
92
+ .details {
93
+ padding:32px; box-sizing:border-box;
94
+ display:flex; flex-direction:column; gap:18px;
95
+ }
96
+ .title-row {
97
+ display:flex; justify-content:space-between; align-items:flex-start;
98
+ }
99
+ .car-title { font-size:54px; color:#222; font-weight:700; }
100
+ .price { text-align:right; }
101
+ .price .label { font-size:36px; color:#777; }
102
+ .price .value { font-size:52px; color:#222; font-weight:700; margin-top:6px; }
103
+ .loan { font-size:36px; color:#888; }
104
+
105
+ .subline { font-size:40px; color:#666; }
106
+ .dealer { font-size:44px; color:#222; font-weight:700; }
107
+ .distance { font-size:36px; color:#666; }
108
+
109
+ .spacer {
110
+ width:100%; height:300px; background:#f2f2f2; border-top:1px solid #e6e6e6;
111
+ }
112
+
113
+ /* Bottom Tab Bar */
114
+ .tab-bar {
115
+ position:absolute; bottom:0; left:0; width:100%; height:170px;
116
+ background:#ffffff; border-top:1px solid #e6e6e6;
117
+ display:flex; align-items:center; justify-content:space-around;
118
+ }
119
+ .tab {
120
+ display:flex; flex-direction:column; align-items:center; gap:12px;
121
+ color:#777;
122
+ }
123
+ .tab.active { color:#1a73e8; }
124
+ .tab svg { width:72px; height:72px; }
125
+ .tab-label { font-size:40px; }
126
+ .home-indicator {
127
+ position:absolute; bottom:16px; left:50%; transform:translateX(-50%);
128
+ width:400px; height:12px; background:#222; border-radius:8px;
129
+ }
130
+ </style>
131
+ </head>
132
+ <body>
133
+ <div id="render-target">
134
+
135
+ <!-- Status Bar -->
136
+ <div class="status-bar">
137
+ <div>10:00</div>
138
+ <div class="status-icons">
139
+ <div class="status-dot"></div>
140
+ <div class="status-battery"></div>
141
+ </div>
142
+ </div>
143
+
144
+ <!-- Navigation Bar -->
145
+ <div class="nav-bar">
146
+ <div class="nav-left">
147
+ <div class="back-icon">
148
+ <svg viewBox="0 0 24 24">
149
+ <path d="M15 18l-6-6 6-6" stroke="#111" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
150
+ </svg>
151
+ </div>
152
+ <div class="nav-title">Listings</div>
153
+ </div>
154
+ <div class="nav-right">
155
+ <div class="save-search">SAVE SEARCH</div>
156
+ <div class="filter-icon">
157
+ <svg viewBox="0 0 24 24">
158
+ <path d="M3 6h10M3 12h18M3 18h14" stroke="#111" stroke-width="2.5" fill="none" stroke-linecap="round"/>
159
+ <circle cx="14" cy="6" r="2" fill="#111"/>
160
+ <circle cx="7" cy="12" r="2" fill="#111"/>
161
+ <circle cx="15" cy="18" r="2" fill="#111"/>
162
+ </svg>
163
+ </div>
164
+ </div>
165
+ </div>
166
+
167
+ <!-- Scroll Content -->
168
+ <div class="content-area">
169
+ <!-- Card 1 -->
170
+ <div class="card">
171
+ <div class="image-wrap">
172
+ <div class="heart-btn">
173
+ <svg viewBox="0 0 24 24">
174
+ <path d="M12 21s-7-4.35-9.5-8.5C0 8.5 3 5 6.5 5c2.04 0 3.57 1.06 4.5 2.54C12.93 6.06 14.46 5 16.5 5 20 5 23 8.5 21.5 12.5 19 16.65 12 21 12 21z"/>
175
+ </svg>
176
+ </div>
177
+ <div class="miles-chip">
178
+ <div class="color-dot dot-blue"></div>
179
+ <div class="color-dot dot-red"></div>
180
+ <div>55,000 miles</div>
181
+ </div>
182
+ <div>[IMG: Blue Honda Civic Type R Side Photo]</div>
183
+ </div>
184
+ <div class="details">
185
+ <div class="title-row">
186
+ <div class="car-title">USED 2021 Honda Civic</div>
187
+ <div class="price">
188
+ <div class="label">List</div>
189
+ <div class="value">$41,995</div>
190
+ <div class="loan">Est. Loan $841/mo</div>
191
+ </div>
192
+ </div>
193
+ <div class="subline">Type R</div>
194
+ <div class="dealer">World Auto Group Houston</div>
195
+ <div class="distance">(26.5mi away)</div>
196
+ </div>
197
+ </div>
198
+
199
+ <!-- Card 2 -->
200
+ <div class="card">
201
+ <div class="image-wrap">
202
+ <div class="heart-btn">
203
+ <svg viewBox="0 0 24 24">
204
+ <path d="M12 21s-7-4.35-9.5-8.5C0 8.5 3 5 6.5 5c2.04 0 3.57 1.06 4.5 2.54C12.93 6.06 14.46 5 16.5 5 20 5 23 8.5 21.5 12.5 19 16.65 12 21 12 21z"/>
205
+ </svg>
206
+ </div>
207
+ <div class="miles-chip">
208
+ <div class="color-dot dot-blue"></div>
209
+ <div class="color-dot dot-red"></div>
210
+ <div>88,000 miles</div>
211
+ </div>
212
+ <div>[IMG: Orange Honda Civic Type R Night Studio Photo]</div>
213
+ </div>
214
+ <div class="details">
215
+ <div class="title-row">
216
+ <div class="car-title">USED 2019 Honda Civic</div>
217
+ <div class="price">
218
+ <div class="label">List</div>
219
+ <div class="value">$32,988</div>
220
+ <div class="loan">Est. Loan $661/mo</div>
221
+ </div>
222
+ </div>
223
+ <div class="subline">Type R</div>
224
+ <div class="dealer">Mac Haik Ford Pasadena</div>
225
+ <div class="distance">(32.6mi away)</div>
226
+ </div>
227
+ </div>
228
+
229
+ <div class="spacer"></div>
230
+ </div>
231
+
232
+ <!-- Bottom Tabs -->
233
+ <div class="tab-bar">
234
+ <div class="tab active">
235
+ <svg viewBox="0 0 24 24">
236
+ <path d="M4 16h16l-2-6H6l-2 6z" fill="#1a73e8"/>
237
+ <circle cx="6" cy="18" r="2" fill="#1a73e8"/>
238
+ <circle cx="18" cy="18" r="2" fill="#1a73e8"/>
239
+ </svg>
240
+ <div class="tab-label">Buy a Car</div>
241
+ </div>
242
+ <div class="tab">
243
+ <svg viewBox="0 0 24 24">
244
+ <circle cx="11" cy="11" r="6" stroke="#777" stroke-width="2.5" fill="none"/>
245
+ <path d="M20 20l-4-4" stroke="#777" stroke-width="2.5" stroke-linecap="round"/>
246
+ </svg>
247
+ <div class="tab-label">Research</div>
248
+ </div>
249
+ <div class="tab">
250
+ <svg viewBox="0 0 24 24">
251
+ <path d="M12 21s-7-4.35-9.5-8.5C0 8.5 3 5 6.5 5c2.5 0 4 1.5 5.5 3 1.5-1.5 3-3 5.5-3C20 5 23 8.5 21.5 12.5 19 16.65 12 21 12 21z" fill="#777"/>
252
+ </svg>
253
+ <div class="tab-label">Dashboard</div>
254
+ </div>
255
+ <div class="tab">
256
+ <svg viewBox="0 0 24 24">
257
+ <circle cx="6" cy="12" r="2" fill="#777"/>
258
+ <circle cx="12" cy="12" r="2" fill="#777"/>
259
+ <circle cx="18" cy="12" r="2" fill="#777"/>
260
+ </svg>
261
+ <div class="tab-label">More</div>
262
+ </div>
263
+ <div class="home-indicator"></div>
264
+ </div>
265
+
266
+ </div>
267
+ </body>
268
+ </html>
code/16289/16289_0.html ADDED
@@ -0,0 +1,212 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Stopwatch UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #1b1c20; color: #e6e7eb; font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ position: absolute; top: 18px; left: 32px; right: 32px; height: 72px; pointer-events: none;
17
+ display: flex; align-items: center; justify-content: space-between; font-size: 38px; color: #d9d9df;
18
+ }
19
+ .status-left { display: flex; align-items: center; gap: 20px; }
20
+ .status-right { display: flex; align-items: center; gap: 22px; }
21
+ .sb-icon { width: 34px; height: 34px; opacity: .85; }
22
+ .dot { width: 10px; height: 10px; background: #d9d9df; border-radius: 50%; opacity: .8; }
23
+
24
+ /* Header */
25
+ .header {
26
+ position: absolute; top: 140px; left: 64px; right: 64px;
27
+ display: flex; align-items: center; justify-content: space-between;
28
+ }
29
+ .title { font-size: 86px; font-weight: 500; color: #dfe1e7; letter-spacing: 0.5px; }
30
+ .more-menu { display: grid; gap: 14px; }
31
+ .more-menu span { width: 10px; height: 10px; background: #cfd1d6; border-radius: 50%; justify-self: end; opacity: .8; }
32
+
33
+ /* Big dial */
34
+ .dial {
35
+ position: absolute; top: 510px; left: 110px; width: 860px; height: 860px;
36
+ border-radius: 50%;
37
+ border: 28px solid #3b3d47;
38
+ display: flex; align-items: center; justify-content: center;
39
+ }
40
+ .time {
41
+ text-align: center;
42
+ line-height: 1;
43
+ }
44
+ .time .main {
45
+ font-size: 210px; font-weight: 600; color: #ececf1; letter-spacing: 6px;
46
+ }
47
+ .time .ms {
48
+ margin-top: 22px;
49
+ font-size: 120px; color: #ececf1; opacity: .9;
50
+ }
51
+
52
+ /* Controls row */
53
+ .controls {
54
+ position: absolute; left: 0; right: 0; bottom: 415px;
55
+ display: flex; align-items: center; justify-content: space-between;
56
+ padding: 0 90px;
57
+ }
58
+ .round-btn {
59
+ width: 170px; height: 170px; border-radius: 50%;
60
+ background: #5c3d57; /* base */
61
+ display: grid; place-items: center;
62
+ box-shadow: inset 0 0 0 10px rgba(255,255,255,0.08);
63
+ }
64
+ .round-btn .inner {
65
+ width: 140px; height: 140px; border-radius: 50%;
66
+ background: #6e4b66; display: grid; place-items: center;
67
+ }
68
+ .primary-btn {
69
+ width: 560px; height: 200px; border-radius: 56px;
70
+ background: #b9c5ff; color: #22306a; display: grid; place-items: center;
71
+ box-shadow: 0 10px 20px rgba(0,0,0,.3), inset 0 0 0 8px rgba(255,255,255,.14);
72
+ }
73
+
74
+ /* Bottom nav */
75
+ .bottom-nav {
76
+ position: absolute; left: 0; right: 0; bottom: 170px; height: 230px;
77
+ background: #24262b;
78
+ display: flex; align-items: center; justify-content: space-around;
79
+ color: #c8cbd2;
80
+ }
81
+ .nav-item {
82
+ width: 20%; height: 100%; display: flex; flex-direction: column;
83
+ align-items: center; justify-content: center; gap: 18px; font-size: 36px;
84
+ }
85
+ .nav-icon { width: 68px; height: 68px; opacity: .9; }
86
+ .nav-pill {
87
+ position: absolute; bottom: 108px;
88
+ width: 120px; height: 86px; border-radius: 40px; background: #3a3d46;
89
+ display: grid; place-items: center;
90
+ }
91
+ .selected .label { color: #ffffff; font-weight: 600; }
92
+ .label { font-size: 36px; }
93
+
94
+ /* Gesture bar */
95
+ .gesture {
96
+ position: absolute; left: 50%; transform: translateX(-50%);
97
+ bottom: 100px; width: 360px; height: 12px; border-radius: 6px;
98
+ background: rgba(255,255,255,.65);
99
+ }
100
+ </style>
101
+ </head>
102
+ <body>
103
+ <div id="render-target">
104
+
105
+ <!-- Status bar -->
106
+ <div class="status-bar">
107
+ <div class="status-left">
108
+ <div style="font-weight:600;">5:32</div>
109
+ <!-- simple placeholders for left status icons -->
110
+ <svg class="sb-icon" viewBox="0 0 24 24" fill="#d9d9df"><path d="M2 12h3l2 3 2-6 2 6 2-4 3 1 6-8-2 12H2z"/></svg>
111
+ <svg class="sb-icon" viewBox="0 0 24 24" fill="#d9d9df"><path d="M3 4h18v4H3zM4 9h16l-2 10H6z"/></svg>
112
+ <svg class="sb-icon" viewBox="0 0 24 24" fill="#d9d9df"><path d="M4 4h6v16H4zM14 4h6v16h-6z"/></svg>
113
+ <div class="dot"></div>
114
+ </div>
115
+ <div class="status-right">
116
+ <svg class="sb-icon" viewBox="0 0 24 24" fill="#d9d9df"><path d="M2 18h2a14 14 0 0 1 18-14v2A12 12 0 0 0 4 18z"/></svg>
117
+ <svg class="sb-icon" viewBox="0 0 24 24" fill="#d9d9df"><path d="M7 2h10v20H7z"/></svg>
118
+ </div>
119
+ </div>
120
+
121
+ <!-- Header -->
122
+ <div class="header">
123
+ <div class="title">Stopwatch</div>
124
+ <div class="more-menu">
125
+ <span></span><span></span><span></span>
126
+ </div>
127
+ </div>
128
+
129
+ <!-- Big dial -->
130
+ <div class="dial">
131
+ <div class="time">
132
+ <div class="main">1:11</div>
133
+ <div class="ms">81</div>
134
+ </div>
135
+ </div>
136
+
137
+ <!-- Controls -->
138
+ <div class="controls">
139
+ <!-- Reset -->
140
+ <div class="round-btn">
141
+ <div class="inner">
142
+ <svg width="84" height="84" viewBox="0 0 24 24">
143
+ <path d="M12 5v-3l-4 4 4 4V7a5 5 0 1 1-4.9 6" fill="none" stroke="#f0c6e4" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
144
+ </svg>
145
+ </div>
146
+ </div>
147
+
148
+ <!-- Pause primary -->
149
+ <div class="primary-btn">
150
+ <svg width="80" height="80" viewBox="0 0 24 24" fill="#233065">
151
+ <rect x="6" y="4" width="4" height="16" rx="1" />
152
+ <rect x="14" y="4" width="4" height="16" rx="1" />
153
+ </svg>
154
+ </div>
155
+
156
+ <!-- Lap / stopwatch -->
157
+ <div class="round-btn">
158
+ <div class="inner">
159
+ <svg width="84" height="84" viewBox="0 0 24 24">
160
+ <path d="M8 2h8v2H8zM12 7a7 7 0 1 1 0 14 7 7 0 0 1 0-14zm0 3v5h4" fill="none" stroke="#f0c6e4" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
161
+ </svg>
162
+ </div>
163
+ </div>
164
+ </div>
165
+
166
+ <!-- Bottom navigation -->
167
+ <div class="bottom-nav">
168
+ <div class="nav-item">
169
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="#c8cbd2">
170
+ <path d="M12 3a5 5 0 0 0-5 5v3H5v7h14v-7h-2V8a5 5 0 0 0-5-5zm0 2a3 3 0 0 1 3 3v3H9V8a3 3 0 0 1 3-3z"/>
171
+ </svg>
172
+ <div class="label">Alarm</div>
173
+ </div>
174
+
175
+ <div class="nav-item">
176
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="#c8cbd2">
177
+ <path d="M12 3a9 9 0 1 0 0 18 9 9 0 0 0 0-18zm1 5h-2v6l4 2 .9-1.8-2.9-1.2z"/>
178
+ </svg>
179
+ <div class="label">Clock</div>
180
+ </div>
181
+
182
+ <div class="nav-item">
183
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="#c8cbd2">
184
+ <path d="M7 2h10v4H7zM7 18h10v4H7zM7 6l-3 6 3 6h10l3-6-3-6z"/>
185
+ </svg>
186
+ <div class="label">Timer</div>
187
+ </div>
188
+
189
+ <div class="nav-item selected" style="position:relative;">
190
+ <div class="nav-pill">
191
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="#e8ebf4" style="width:58px;height:58px;">
192
+ <path d="M8 2h8v2H8zM12 6a8 8 0 1 0 0 16 8 8 0 0 0 0-16zm1 4h-2v6h5v-2h-3z"/>
193
+ </svg>
194
+ </div>
195
+ <div style="height:86px;"></div>
196
+ <div class="label">Stopwatch</div>
197
+ </div>
198
+
199
+ <div class="nav-item">
200
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="#c8cbd2">
201
+ <path d="M3 12h7a3 3 0 0 1 3 3v3H3zM14 12h7v6h-7zM6 8a3 3 0 1 0-3-3 3 3 0 0 0 3 3z"/>
202
+ </svg>
203
+ <div class="label">Bedtime</div>
204
+ </div>
205
+ </div>
206
+
207
+ <!-- Gesture bar -->
208
+ <div class="gesture"></div>
209
+
210
+ </div>
211
+ </body>
212
+ </html>
code/16289/16289_1.html ADDED
@@ -0,0 +1,288 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Stopwatch 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: #1f2025;
15
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
16
+ color: #EDEDED;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ right: 0;
25
+ height: 120px;
26
+ padding: 0 32px;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ color: #D8D8D8;
31
+ font-size: 44px;
32
+ letter-spacing: 1px;
33
+ }
34
+ .status-icons {
35
+ display: flex;
36
+ gap: 24px;
37
+ align-items: center;
38
+ }
39
+ .dot {
40
+ width: 10px;
41
+ height: 10px;
42
+ background: #BDBEC4;
43
+ border-radius: 50%;
44
+ display: inline-block;
45
+ }
46
+ /* Vertical menu (3 dots) */
47
+ .menu-vertical {
48
+ position: absolute;
49
+ top: 150px;
50
+ right: 36px;
51
+ display: grid;
52
+ gap: 12px;
53
+ justify-items: center;
54
+ }
55
+ .menu-vertical span {
56
+ width: 10px;
57
+ height: 10px;
58
+ background: #BDBEC4;
59
+ border-radius: 50%;
60
+ display: block;
61
+ opacity: 0.9;
62
+ }
63
+
64
+ /* Title */
65
+ .page-title {
66
+ position: absolute;
67
+ top: 150px;
68
+ left: 56px;
69
+ font-size: 84px;
70
+ font-weight: 500;
71
+ color: #E8EAED;
72
+ }
73
+
74
+ /* Big ring stopwatch */
75
+ .ring {
76
+ position: absolute;
77
+ top: 520px;
78
+ left: 90px;
79
+ width: 900px;
80
+ height: 900px;
81
+ border-radius: 50%;
82
+ border: 28px solid #3b3d47;
83
+ box-sizing: border-box;
84
+ display: flex;
85
+ align-items: center;
86
+ justify-content: center;
87
+ }
88
+ .time-container {
89
+ text-align: center;
90
+ line-height: 1;
91
+ }
92
+ .time-main {
93
+ font-size: 240px;
94
+ font-weight: 500;
95
+ color: #F1F1F1;
96
+ }
97
+ .time-sub {
98
+ margin-top: 26px;
99
+ font-size: 150px;
100
+ color: #E1E1E6;
101
+ opacity: 0.95;
102
+ }
103
+
104
+ /* Play button */
105
+ .play-btn {
106
+ position: absolute;
107
+ top: 1650px;
108
+ left: 50%;
109
+ transform: translateX(-50%);
110
+ width: 280px;
111
+ height: 280px;
112
+ border-radius: 50%;
113
+ background: #b8c5ff;
114
+ display: flex;
115
+ align-items: center;
116
+ justify-content: center;
117
+ box-shadow: 0 10px 30px rgba(0,0,0,0.35) inset;
118
+ }
119
+ .play-btn svg { transform: translateX(6px); }
120
+
121
+ /* Bottom navigation */
122
+ .bottom-nav {
123
+ position: absolute;
124
+ left: 0;
125
+ right: 0;
126
+ bottom: 90px;
127
+ height: 220px;
128
+ background: #262930;
129
+ display: flex;
130
+ align-items: center;
131
+ justify-content: space-around;
132
+ padding: 0 24px;
133
+ box-sizing: border-box;
134
+ }
135
+ .nav-item {
136
+ width: 180px;
137
+ display: flex;
138
+ flex-direction: column;
139
+ align-items: center;
140
+ gap: 18px;
141
+ color: #C9CDD3;
142
+ font-size: 40px;
143
+ }
144
+ .nav-icon {
145
+ width: 96px;
146
+ height: 96px;
147
+ display: grid;
148
+ place-items: center;
149
+ color: #C9CDD3;
150
+ }
151
+ .nav-item.active {
152
+ color: #FFFFFF;
153
+ }
154
+ .nav-item.active .pill {
155
+ background: #3b3d47;
156
+ border-radius: 48px;
157
+ padding: 18px 26px;
158
+ display: flex;
159
+ align-items: center;
160
+ justify-content: center;
161
+ }
162
+ .nav-item.active .nav-icon {
163
+ color: #FFFFFF;
164
+ width: 96px;
165
+ height: 96px;
166
+ }
167
+
168
+ /* Gesture bar */
169
+ .gesture {
170
+ position: absolute;
171
+ left: 50%;
172
+ transform: translateX(-50%);
173
+ bottom: 24px;
174
+ width: 420px;
175
+ height: 16px;
176
+ border-radius: 12px;
177
+ background: #E9E9ED;
178
+ opacity: 0.9;
179
+ }
180
+
181
+ /* Utility: simple icon colors */
182
+ svg { display: block; }
183
+ </style>
184
+ </head>
185
+ <body>
186
+ <div id="render-target">
187
+
188
+ <!-- Status Bar -->
189
+ <div class="status-bar">
190
+ <div>5:33</div>
191
+ <div class="status-icons">
192
+ <span class="dot"></span>
193
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#D8D8D8" aria-hidden="true">
194
+ <path d="M12 3C7 3 3 7 3 12h3a6 6 0 1 1 12 0h3c0-5-4-9-9-9z"/>
195
+ </svg>
196
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#D8D8D8" aria-hidden="true">
197
+ <path d="M3 10l9-7 9 7v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V10z"/>
198
+ </svg>
199
+ </div>
200
+ </div>
201
+
202
+ <!-- Title -->
203
+ <div class="page-title">Stopwatch</div>
204
+
205
+ <!-- 3-dot menu -->
206
+ <div class="menu-vertical">
207
+ <span></span><span></span><span></span>
208
+ </div>
209
+
210
+ <!-- Big Ring -->
211
+ <div class="ring">
212
+ <div class="time-container">
213
+ <div class="time-main">00</div>
214
+ <div class="time-sub">00</div>
215
+ </div>
216
+ </div>
217
+
218
+ <!-- Play Button -->
219
+ <div class="play-btn" aria-label="Start">
220
+ <svg width="120" height="120" viewBox="0 0 24 24" fill="#2b3a73" aria-hidden="true">
221
+ <path d="M8 5v14l11-7z"/>
222
+ </svg>
223
+ </div>
224
+
225
+ <!-- Bottom Navigation -->
226
+ <div class="bottom-nav">
227
+ <div class="nav-item">
228
+ <div class="nav-icon">
229
+ <!-- Alarm (bell) -->
230
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2">
231
+ <path d="M6 8a6 6 0 0 1 12 0v5l2 2H4l2-2V8"/>
232
+ <path d="M9 19a3 3 0 0 0 6 0"/>
233
+ </svg>
234
+ </div>
235
+ <div>Alarm</div>
236
+ </div>
237
+
238
+ <div class="nav-item">
239
+ <div class="nav-icon">
240
+ <!-- Clock -->
241
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2">
242
+ <circle cx="12" cy="12" r="9"/>
243
+ <path d="M12 7v6l4 2"/>
244
+ </svg>
245
+ </div>
246
+ <div>Clock</div>
247
+ </div>
248
+
249
+ <div class="nav-item">
250
+ <div class="nav-icon">
251
+ <!-- Timer (hourglass) -->
252
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="currentColor">
253
+ <path d="M6 2h12v2c0 2-4 4-6 4S6 6 6 4V2zm0 20h12v-2c0-2-4-4-6-4s-6 2-6 4v2zM8 8c1.6 1.4 3.8 2 4 2s2.4-.6 4-2H8z"/>
254
+ </svg>
255
+ </div>
256
+ <div>Timer</div>
257
+ </div>
258
+
259
+ <div class="nav-item active">
260
+ <div class="pill">
261
+ <div class="nav-icon">
262
+ <!-- Stopwatch -->
263
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2">
264
+ <path d="M10 2h4v2h-4z"/>
265
+ <circle cx="12" cy="14" r="7"/>
266
+ <path d="M12 14l4-2"/>
267
+ </svg>
268
+ </div>
269
+ </div>
270
+ <div>Stopwatch</div>
271
+ </div>
272
+
273
+ <div class="nav-item">
274
+ <div class="nav-icon">
275
+ <!-- Bed -->
276
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="currentColor">
277
+ <path d="M2 11h4a3 3 0 0 1 3 3v2h13v-3a4 4 0 0 0-4-4H2v2zm0 6h20v2H2z"/>
278
+ </svg>
279
+ </div>
280
+ <div>Bedtime</div>
281
+ </div>
282
+ </div>
283
+
284
+ <!-- Gesture bar -->
285
+ <div class="gesture"></div>
286
+ </div>
287
+ </body>
288
+ </html>
code/1629/1629_0.html ADDED
@@ -0,0 +1,415 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Google Play - For you (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: #121212;
15
+ color: #eaeaea;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 100%;
24
+ height: 90px;
25
+ padding: 0 34px;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ color: #fff;
30
+ font-size: 40px;
31
+ box-sizing: border-box;
32
+ }
33
+ .status-icons {
34
+ display: flex;
35
+ gap: 22px;
36
+ align-items: center;
37
+ }
38
+ .status-dot { width: 16px; height: 16px; background: #9e9e9e; border-radius: 50%; display: inline-block; }
39
+
40
+ /* Header with search */
41
+ .header {
42
+ position: absolute;
43
+ top: 90px;
44
+ left: 0;
45
+ width: 100%;
46
+ padding: 22px 30px 16px;
47
+ box-sizing: border-box;
48
+ }
49
+ .search-pill {
50
+ height: 96px;
51
+ background: #2b3a2f;
52
+ border-radius: 48px;
53
+ display: flex;
54
+ align-items: center;
55
+ padding: 0 24px;
56
+ box-sizing: border-box;
57
+ color: #cfcfcf;
58
+ gap: 18px;
59
+ }
60
+ .search-pill svg { fill: #cfcfcf; }
61
+ .play-logo {
62
+ width: 42px; height: 42px; margin-right: 6px;
63
+ }
64
+ .search-text {
65
+ font-size: 40px;
66
+ letter-spacing: 0.2px;
67
+ flex: 1;
68
+ color: #d9e0d9;
69
+ }
70
+ .header-actions {
71
+ display: flex;
72
+ align-items: center;
73
+ gap: 26px;
74
+ }
75
+ .badge {
76
+ position: absolute;
77
+ top: -6px;
78
+ right: -6px;
79
+ background: #1976d2;
80
+ color: #fff;
81
+ font-size: 24px;
82
+ border-radius: 12px;
83
+ padding: 2px 8px;
84
+ line-height: 1;
85
+ }
86
+ .circle-avatar {
87
+ width: 68px; height: 68px; background: #5b45c7; color: #fff;
88
+ border-radius: 50%;
89
+ display: flex; align-items: center; justify-content: center;
90
+ font-weight: bold;
91
+ }
92
+
93
+ /* Tabs */
94
+ .tabs {
95
+ margin-top: 18px;
96
+ display: flex;
97
+ gap: 36px;
98
+ padding: 8px 6px 0;
99
+ align-items: flex-end;
100
+ }
101
+ .tab {
102
+ font-size: 36px;
103
+ color: #b8b8b8;
104
+ padding-bottom: 14px;
105
+ }
106
+ .tab.active {
107
+ color: #78e08f;
108
+ border-bottom: 4px solid #78e08f;
109
+ }
110
+
111
+ /* Sections */
112
+ .content {
113
+ position: absolute;
114
+ top: 300px;
115
+ left: 0;
116
+ right: 0;
117
+ bottom: 180px;
118
+ padding: 24px 30px 0;
119
+ overflow: hidden; /* snapshot style */
120
+ box-sizing: border-box;
121
+ }
122
+ .section {
123
+ margin-top: 28px;
124
+ }
125
+ .section-header {
126
+ display: flex;
127
+ align-items: center;
128
+ justify-content: space-between;
129
+ margin-bottom: 18px;
130
+ }
131
+ .section-title {
132
+ font-size: 46px;
133
+ color: #e7e7e7;
134
+ }
135
+ .section small { color: #9e9e9e; font-size: 28px; }
136
+
137
+ /* Horizontal cards with app icons */
138
+ .app-row {
139
+ display: flex;
140
+ gap: 38px;
141
+ padding: 12px 4px;
142
+ }
143
+ .app-card {
144
+ width: 220px;
145
+ }
146
+ .app-icon {
147
+ width: 220px;
148
+ height: 220px;
149
+ border-radius: 48px;
150
+ }
151
+ .img-placeholder {
152
+ background: #E0E0E0;
153
+ border: 1px solid #BDBDBD;
154
+ color: #757575;
155
+ display: flex;
156
+ align-items: center;
157
+ justify-content: center;
158
+ font-size: 28px;
159
+ }
160
+ .app-name {
161
+ margin-top: 18px;
162
+ font-size: 30px;
163
+ color: #e0e0e0;
164
+ }
165
+ .rating {
166
+ margin-top: 8px;
167
+ font-size: 26px;
168
+ color: #9e9e9e;
169
+ }
170
+
171
+ /* Suggested list (ads) */
172
+ .list {
173
+ margin-top: 16px;
174
+ display: flex;
175
+ flex-direction: column;
176
+ gap: 26px;
177
+ }
178
+ .list-item {
179
+ display: flex;
180
+ gap: 22px;
181
+ align-items: flex-start;
182
+ }
183
+ .list-icon {
184
+ width: 120px;
185
+ height: 120px;
186
+ border-radius: 26px;
187
+ }
188
+ .list-text .title {
189
+ font-size: 36px;
190
+ color: #ededed;
191
+ }
192
+ .list-text .desc {
193
+ font-size: 28px;
194
+ color: #a3a3a3;
195
+ line-height: 1.35;
196
+ margin-top: 6px;
197
+ }
198
+ .list-text .meta {
199
+ font-size: 26px;
200
+ color: #8d8d8d;
201
+ margin-top: 8px;
202
+ }
203
+
204
+ /* Bottom navigation */
205
+ .bottom-nav {
206
+ position: absolute;
207
+ bottom: 0;
208
+ left: 0;
209
+ width: 100%;
210
+ height: 180px;
211
+ background: #223125;
212
+ border-top: 1px solid #2f3f30;
213
+ display: flex;
214
+ justify-content: space-around;
215
+ align-items: center;
216
+ }
217
+ .nav-item {
218
+ width: 20%;
219
+ display: flex;
220
+ flex-direction: column;
221
+ align-items: center;
222
+ color: #c5d0c6;
223
+ font-size: 28px;
224
+ gap: 12px;
225
+ position: relative;
226
+ }
227
+ .nav-icon {
228
+ width: 56px; height: 56px;
229
+ }
230
+ .nav-active {
231
+ position: absolute;
232
+ top: 12px;
233
+ left: calc(50% - 70px);
234
+ width: 140px;
235
+ height: 90px;
236
+ background: #2b3a2f;
237
+ border-radius: 26px;
238
+ z-index: 0;
239
+ }
240
+ .nav-item.active { color: #e7f3ea; font-weight: 600; }
241
+ .nav-item.active svg { fill: #e7f3ea; }
242
+ .nav-item svg { fill: #c5d0c6; position: relative; z-index: 1; }
243
+
244
+ /* Utility */
245
+ .arrow {
246
+ width: 40px; height: 40px; fill: #9e9e9e;
247
+ }
248
+ </style>
249
+ </head>
250
+ <body>
251
+ <div id="render-target">
252
+
253
+ <!-- Status bar -->
254
+ <div class="status-bar">
255
+ <div style="display:flex;align-items:center;gap:16px;">
256
+ <span>10:51</span>
257
+ <span class="status-dot"></span>
258
+ <span class="status-dot"></span>
259
+ </div>
260
+ <div class="status-icons">
261
+ <svg width="40" height="40" viewBox="0 0 24 24"><path fill="#ffffff" d="M12 3L2 12h3v8h6v-6h2v6h6v-8h3z"/></svg>
262
+ <svg width="40" height="40" viewBox="0 0 24 24"><path fill="#ffffff" d="M12 4a8 8 0 100 16 8 8 0 000-16z"/></svg>
263
+ <svg width="40" height="40" viewBox="0 0 24 24"><path fill="#ffffff" d="M18 7H6v10h12z"/></svg>
264
+ </div>
265
+ </div>
266
+
267
+ <!-- Header with search -->
268
+ <div class="header">
269
+ <div class="search-pill">
270
+ <svg width="44" height="44" viewBox="0 0 24 24"><path d="M10 2a8 8 0 105.3 14l4.1 4.1 1.4-1.4-4.1-4.1A8 8 0 0010 2zm0 2a6 6 0 110 12A6 6 0 0110 4z"/></svg>
271
+ <svg class="play-logo" viewBox="0 0 24 24">
272
+ <polygon points="4,3 20,12 4,21" fill="#34a853"></polygon>
273
+ </svg>
274
+ <div class="search-text">Google Play</div>
275
+ <div class="header-actions">
276
+ <div style="position:relative;">
277
+ <svg width="44" height="44" viewBox="0 0 24 24"><path d="M12 22a2 2 0 002-2H10a2 2 0 002 2zm6-6V11c0-3.1-1.6-5.6-4.5-6.3V4a1.5 1.5 0 10-3 0v.7C7.6 5.4 6 7.9 6 11v5l-2 2v1h16v-1l-2-2z"/></svg>
278
+ <span class="badge">1</span>
279
+ </div>
280
+ <div class="circle-avatar">C</div>
281
+ </div>
282
+ </div>
283
+
284
+ <div class="tabs">
285
+ <div class="tab active">For you</div>
286
+ <div class="tab">Top charts</div>
287
+ <div class="tab">Kids</div>
288
+ <div class="tab">Categories</div>
289
+ </div>
290
+ </div>
291
+
292
+ <!-- Content area -->
293
+ <div class="content">
294
+ <!-- Based on your recent activity -->
295
+ <div class="section">
296
+ <div class="section-header">
297
+ <div class="section-title">Based on your recent activity</div>
298
+ <svg class="arrow" viewBox="0 0 24 24"><path d="M10 6l6 6-6 6" /></svg>
299
+ </div>
300
+ <div class="app-row">
301
+ <div class="app-card">
302
+ <div class="img-placeholder app-icon">[IMG: App Icon]</div>
303
+ <div class="app-name">Google News – Daily Headlines</div>
304
+ <div class="rating">4.2 ★</div>
305
+ </div>
306
+ <div class="app-card">
307
+ <div class="img-placeholder app-icon">[IMG: App Icon]</div>
308
+ <div class="app-name">Gallery</div>
309
+ <div class="rating">4.2 ★</div>
310
+ </div>
311
+ <div class="app-card">
312
+ <div class="img-placeholder app-icon">[IMG: App Icon]</div>
313
+ <div class="app-name">CNN Breaking US & World News</div>
314
+ <div class="rating">4.6 ★</div>
315
+ </div>
316
+ <div class="app-card">
317
+ <div class="img-placeholder app-icon">[IMG: App Icon]</div>
318
+ <div class="app-name">More App</div>
319
+ <div class="rating">4.4 ★</div>
320
+ </div>
321
+ </div>
322
+ </div>
323
+
324
+ <!-- Ads Suggested for you -->
325
+ <div class="section" style="margin-top:42px;">
326
+ <div class="section-header">
327
+ <div class="section-title"><small>Ads • </small>Suggested for you</div>
328
+ </div>
329
+ <div class="list">
330
+ <div class="list-item">
331
+ <div class="img-placeholder list-icon">[IMG: App Icon]</div>
332
+ <div class="list-text">
333
+ <div class="title">Myntra - Fashion Shopping App</div>
334
+ <div class="desc">Shop fashionable clothes brands & beauty products. Trending mobile shopping app.</div>
335
+ <div class="meta">4.4 ★ • 15 MB</div>
336
+ </div>
337
+ </div>
338
+ <div class="list-item">
339
+ <div class="img-placeholder list-icon">[IMG: App Icon]</div>
340
+ <div class="list-text">
341
+ <div class="title">Blinkit: Grocery in minutes</div>
342
+ <div class="desc">Order fruits, vegetables & groceries and get them in minutes.</div>
343
+ <div class="meta">4.2 ★ • 17 MB</div>
344
+ </div>
345
+ </div>
346
+ <div class="list-item">
347
+ <div class="img-placeholder list-icon">[IMG: App Icon]</div>
348
+ <div class="list-text">
349
+ <div class="title">MakeMyTrip Hotels, Flight, Bus</div>
350
+ <div class="desc">Book Flight, Hotel, Bus, Cab & IRCTC Train in a snap</div>
351
+ <div class="meta">4.6 ★ • 54 MB</div>
352
+ </div>
353
+ </div>
354
+ </div>
355
+ </div>
356
+
357
+ <!-- Recommended for you -->
358
+ <div class="section" style="margin-top:44px;">
359
+ <div class="section-header">
360
+ <div class="section-title">Recommended for you</div>
361
+ <svg class="arrow" viewBox="0 0 24 24"><path d="M10 6l6 6-6 6" /></svg>
362
+ </div>
363
+ <div class="app-row">
364
+ <div class="app-card">
365
+ <div class="img-placeholder app-icon">[IMG: App Icon]</div>
366
+ <div class="app-name">WhatsUp</div>
367
+ <div class="rating">4.5 ★</div>
368
+ </div>
369
+ <div class="app-card">
370
+ <div class="img-placeholder app-icon">[IMG: App Icon]</div>
371
+ <div class="app-name">Prime Video</div>
372
+ <div class="rating">4.4 ★</div>
373
+ </div>
374
+ <div class="app-card">
375
+ <div class="img-placeholder app-icon">[IMG: App Icon]</div>
376
+ <div class="app-name">Utility App</div>
377
+ <div class="rating">4.3 ★</div>
378
+ </div>
379
+ <div class="app-card">
380
+ <div class="img-placeholder app-icon">[IMG: App Icon]</div>
381
+ <div class="app-name">Weather</div>
382
+ <div class="rating">4.6 ★</div>
383
+ </div>
384
+ </div>
385
+ </div>
386
+ </div>
387
+
388
+ <!-- Bottom Navigation -->
389
+ <div class="bottom-nav">
390
+ <div class="nav-item">
391
+ <svg class="nav-icon" viewBox="0 0 24 24"><path d="M6 8h4v4H6V8zm8 0h4v4h-4V8zM6 16h4v4H6v-4zm8 0h4v4h-4v-4z"/></svg>
392
+ <div>Games</div>
393
+ </div>
394
+ <div class="nav-item active">
395
+ <div class="nav-active"></div>
396
+ <svg class="nav-icon" viewBox="0 0 24 24"><path d="M4 10h16v4H4zM4 4h16v4H4zM4 16h16v4H4z"/></svg>
397
+ <div>Apps</div>
398
+ </div>
399
+ <div class="nav-item">
400
+ <svg class="nav-icon" viewBox="0 0 24 24"><path d="M20 12l-8 8-8-8 8-8 8 8zm-8 4l4-4-4-4-4 4 4 4z"/></svg>
401
+ <div>Offers</div>
402
+ </div>
403
+ <div class="nav-item">
404
+ <svg class="nav-icon" viewBox="0 0 24 24"><path d="M4 4h14a2 2 0 012 2v14l-4-2-4 2-4-2-4 2V6a2 2 0 012-2z"/></svg>
405
+ <div>Books</div>
406
+ </div>
407
+ <div class="nav-item">
408
+ <svg class="nav-icon" viewBox="0 0 24 24"><path d="M6 2h9a3 3 0 013 3v14a3 3 0 01-3 3H6V2zm3 3v14h6a1 1 0 001-1V6a1 1 0 00-1-1H9z"/></svg>
409
+ <div>Library</div>
410
+ </div>
411
+ </div>
412
+
413
+ </div>
414
+ </body>
415
+ </html>
code/1629/1629_1.html ADDED
@@ -0,0 +1,269 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Calendar - June</title>
7
+ <style>
8
+ body { margin:0; padding:0; background:transparent; font-family: system-ui, -apple-system, Roboto, "Segoe UI", Arial, sans-serif; }
9
+ #render-target{
10
+ width:1080px; height:2400px;
11
+ position:relative; overflow:hidden;
12
+ background:#0e1110; /* app background */
13
+ color:#e7e7e7;
14
+ }
15
+
16
+ /* Top area */
17
+ .topbar{
18
+ position:absolute; left:0; top:0; right:0; height:280px;
19
+ background:#1e2721;
20
+ padding:24px 36px 0 36px;
21
+ box-sizing:border-box;
22
+ }
23
+ .status{
24
+ height:64px; display:flex; align-items:center; justify-content:space-between; color:#eaeaea;
25
+ font-weight:600; font-size:42px; letter-spacing:0.5px;
26
+ }
27
+ .status .icons{ display:flex; gap:26px; align-items:center; }
28
+ .icon{ width:44px; height:44px; display:inline-block; }
29
+ .appbar{
30
+ margin-top:24px;
31
+ display:flex; align-items:center; justify-content:space-between; color:#eaeaea;
32
+ }
33
+ .appbar-left{ display:flex; align-items:center; gap:24px; }
34
+ .hamburger{ width:64px; height:64px; display:flex; align-items:center; justify-content:center; }
35
+ .month-title{ font-size:64px; font-weight:600; letter-spacing:0.3px; }
36
+ .month-title small{ margin-left:12px; opacity:0.9; }
37
+ .appbar-right{ display:flex; align-items:center; gap:36px; }
38
+ .avatar{
39
+ width:84px; height:84px; border-radius:50%; background:#6c47d6;
40
+ display:flex; align-items:center; justify-content:center; font-weight:700; font-size:42px; color:white;
41
+ }
42
+
43
+ /* Content area */
44
+ .content{
45
+ position:absolute; left:0; right:0; top:280px; bottom:0;
46
+ background:#0b0c0b;
47
+ padding:24px 28px 140px 28px;
48
+ box-sizing:border-box;
49
+ }
50
+
51
+ .section{
52
+ padding:22px 18px 0 18px;
53
+ }
54
+
55
+ .day-row{
56
+ display:flex; align-items:flex-start;
57
+ margin:18px 0;
58
+ }
59
+ .date-col{
60
+ width:150px; text-align:center; color:#bfbfbf;
61
+ }
62
+ .date-col .dow{ font-size:34px; color:#bfbfbf; }
63
+ .date-col .daynum{ font-size:50px; font-weight:700; margin-top:6px; color:#e7e7e7; }
64
+ .date-badge{
65
+ width:112px; height:112px; border-radius:56px; background:#9ad3a2; color:#17341e;
66
+ display:flex; align-items:center; justify-content:center; font-size:46px; font-weight:800; margin:6px auto 6px;
67
+ }
68
+ .event-area{ flex:1; padding-left:12px; }
69
+
70
+ .empty-note{
71
+ font-size:44px; color:#cfd8d3; padding-top:26px;
72
+ }
73
+
74
+ .range-label{
75
+ margin:28px 0 6px 168px;
76
+ color:#c4c8c5; font-size:34px;
77
+ }
78
+
79
+ .event-card{
80
+ background:#5ca6e9;
81
+ color:white;
82
+ border-radius:40px;
83
+ padding:28px 36px;
84
+ margin:14px 0;
85
+ width:860px;
86
+ box-shadow: inset 0 -4px 0 rgba(0,0,0,0.15);
87
+ }
88
+ .event-card.teal{ background:#4da494; }
89
+ .event-title{ font-size:50px; font-weight:700; }
90
+ .event-time{ font-size:38px; opacity:0.9; margin-top:6px; }
91
+
92
+ .image-card{
93
+ width:860px; height:260px; border-radius:40px; overflow:hidden; position:relative;
94
+ margin:18px 0;
95
+ border:1px solid #BDBDBD; background:#E0E0E0;
96
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:40px; font-weight:600;
97
+ }
98
+ .image-card .overlay{
99
+ position:absolute; left:0; right:0; bottom:0; padding:26px 32px;
100
+ color:white; text-shadow:0 1px 2px rgba(0,0,0,0.6);
101
+ }
102
+ .image-card .overlay .event-title{ font-size:50px; }
103
+ .image-card .overlay .event-time{ font-size:38px; }
104
+
105
+ .month-banner{
106
+ margin-top:26px;
107
+ width:100%; height:360px; border-radius:28px;
108
+ border:1px solid #BDBDBD; background:#E0E0E0;
109
+ display:flex; align-items:flex-start; justify-content:flex-start; color:#555; padding:36px; box-sizing:border-box;
110
+ font-size:64px; font-weight:600;
111
+ }
112
+
113
+ /* Floating action button */
114
+ .fab{
115
+ position:absolute; right:44px; bottom:230px;
116
+ width:130px; height:130px; border-radius:28px; background:#3b5a43;
117
+ display:flex; align-items:center; justify-content:center; box-shadow:0 8px 20px rgba(0,0,0,0.35);
118
+ }
119
+ .fab svg{ width:64px; height:64px; }
120
+
121
+ /* Gesture handle */
122
+ .handle{
123
+ position:absolute; left:50%; transform:translateX(-50%);
124
+ bottom:110px; width:420px; height:16px; background:#f2f2f2; opacity:0.95; border-radius:10px;
125
+ }
126
+ </style>
127
+ </head>
128
+ <body>
129
+ <div id="render-target">
130
+
131
+ <!-- Top bars -->
132
+ <div class="topbar">
133
+ <div class="status">
134
+ <div>10:52</div>
135
+ <div class="icons">
136
+ <!-- simple "play" icon mimicking store/indicator -->
137
+ <svg class="icon" viewBox="0 0 24 24" fill="#eaeaea"><path d="M8 5l10 7-10 7z"/></svg>
138
+ <svg class="icon" viewBox="0 0 24 24" fill="#eaeaea"><path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zM3 6v2h18V6H3z"/></svg>
139
+ <svg class="icon" viewBox="0 0 24 24" fill="#eaeaea"><path d="M18.5 4A3.5 3.5 0 0 1 22 7.5V20h-2V7.5A1.5 1.5 0 0 0 18.5 6h-13A1.5 1.5 0 0 0 4 7.5V20H2V7.5A3.5 3.5 0 0 1 5.5 4h13z"/></svg>
140
+ </div>
141
+ </div>
142
+
143
+ <div class="appbar">
144
+ <div class="appbar-left">
145
+ <div class="hamburger">
146
+ <svg viewBox="0 0 24 24" width="56" height="56" fill="#eaeaea"><path d="M3 6h18v2H3V6zm0 5h18v2H3v-2zm0 5h18v2H3v-2z"/></svg>
147
+ </div>
148
+ <div class="month-title">June
149
+ <small>
150
+ <svg viewBox="0 0 24 24" width="36" height="36" fill="#eaeaea"><path d="M7 10l5 5 5-5H7z"/></svg>
151
+ </small>
152
+ </div>
153
+ </div>
154
+ <div class="appbar-right">
155
+ <svg class="icon" viewBox="0 0 24 24" fill="#eaeaea"><path d="M15.5 14h-.79l-.28-.27A6.5 6.5 0 1 0 14 15.5l.27.28v.79L20 22l2-2-6.5-6.5zM6.5 11A4.5 4.5 0 1 1 11 6.5 4.5 4.5 0 0 1 6.5 11z"/></svg>
156
+ <svg class="icon" viewBox="0 0 24 24" fill="#eaeaea"><path d="M19 4h-1V2h-2v2H8V2H6v2H5a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zm0 15H5V9h14v10z"/></svg>
157
+ <div class="avatar">C</div>
158
+ </div>
159
+ </div>
160
+ </div>
161
+
162
+ <!-- Content -->
163
+ <div class="content">
164
+
165
+ <!-- Fri 16 -->
166
+ <div class="day-row" style="margin-top:26px;">
167
+ <div class="date-col">
168
+ <div class="dow" style="color:#9ad3a2;">Fri</div>
169
+ <div class="date-badge">16</div>
170
+ </div>
171
+ <div class="event-area">
172
+ <div class="empty-note">Nothing planned. Tap to create.</div>
173
+ </div>
174
+ </div>
175
+
176
+ <div class="range-label">Jun 18 – 24</div>
177
+
178
+ <!-- Sun 18 -->
179
+ <div class="day-row">
180
+ <div class="date-col">
181
+ <div class="dow">Sun</div>
182
+ <div class="daynum">18</div>
183
+ </div>
184
+ <div class="event-area">
185
+ <div class="event-card">
186
+ <div class="event-title">Anniversary</div>
187
+ <div class="event-time">10 – 11 AM</div>
188
+ </div>
189
+ </div>
190
+ </div>
191
+
192
+ <!-- Tue 20 -->
193
+ <div class="day-row">
194
+ <div class="date-col">
195
+ <div class="dow">Tue</div>
196
+ <div class="daynum">20</div>
197
+ </div>
198
+ <div class="event-area">
199
+ <div class="event-card teal">
200
+ <div class="event-title">Rath Yatra</div>
201
+ </div>
202
+ <div class="event-card">
203
+ <div class="event-title">Funeral</div>
204
+ <div class="event-time">10:30 – 11:30 AM</div>
205
+ </div>
206
+ </div>
207
+ </div>
208
+
209
+ <!-- Fri 23 -->
210
+ <div class="day-row">
211
+ <div class="date-col">
212
+ <div class="dow">Fri</div>
213
+ <div class="daynum">23</div>
214
+ </div>
215
+ <div class="event-area">
216
+ <div class="image-card">
217
+ [IMG: Birthday cake illustration]
218
+ <div class="overlay">
219
+ <div class="event-title">Birthday</div>
220
+ <div class="event-time">10:45 – 11:45 AM</div>
221
+ </div>
222
+ </div>
223
+ </div>
224
+ </div>
225
+
226
+ <div class="range-label">Jun 25 – Jul 1</div>
227
+
228
+ <!-- Mon 26 -->
229
+ <div class="day-row">
230
+ <div class="date-col">
231
+ <div class="dow">Mon</div>
232
+ <div class="daynum">26</div>
233
+ </div>
234
+ <div class="event-area">
235
+ <div class="event-card">
236
+ <div class="event-title">First working day</div>
237
+ <div class="event-time">10:30 – 11:30 AM</div>
238
+ </div>
239
+ </div>
240
+ </div>
241
+
242
+ <!-- Thu 29 -->
243
+ <div class="day-row">
244
+ <div class="date-col">
245
+ <div class="dow">Thu</div>
246
+ <div class="daynum">29</div>
247
+ </div>
248
+ <div class="event-area">
249
+ <div class="event-card teal">
250
+ <div class="event-title">Bakrid/Eid ul-Adha</div>
251
+ </div>
252
+ </div>
253
+ </div>
254
+
255
+ <div class="month-banner">July 2023</div>
256
+
257
+ </div>
258
+
259
+ <!-- Floating Action Button -->
260
+ <div class="fab">
261
+ <svg viewBox="0 0 24 24" fill="#ffffff"><path d="M11 5h2v14h-2V5zm-6 6h14v2H5v-2z"/></svg>
262
+ </div>
263
+
264
+ <!-- Gesture handle -->
265
+ <div class="handle"></div>
266
+
267
+ </div>
268
+ </body>
269
+ </html>
code/1629/1629_2.html ADDED
@@ -0,0 +1,247 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Event Detail - Dark</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: #0f1412; /* deep dark greenish black */
20
+ color: #e8efe9;
21
+ }
22
+
23
+ /* Status bar */
24
+ .status-bar {
25
+ position: absolute;
26
+ top: 0;
27
+ left: 0;
28
+ width: 1080px;
29
+ height: 110px;
30
+ padding: 24px 36px;
31
+ box-sizing: border-box;
32
+ color: #e8efe9;
33
+ font-size: 44px;
34
+ letter-spacing: 1px;
35
+ }
36
+ .status-left {
37
+ position: absolute;
38
+ left: 36px;
39
+ top: 26px;
40
+ }
41
+ .status-right {
42
+ position: absolute;
43
+ right: 36px;
44
+ top: 26px;
45
+ display: flex;
46
+ align-items: center;
47
+ gap: 22px;
48
+ }
49
+ .status-icon svg {
50
+ display: block;
51
+ }
52
+
53
+ /* Top action icons */
54
+ .top-actions {
55
+ position: absolute;
56
+ top: 138px;
57
+ left: 40px;
58
+ right: 40px;
59
+ height: 64px;
60
+ }
61
+ .action-left, .action-right {
62
+ position: absolute;
63
+ top: 0;
64
+ height: 64px;
65
+ display: flex;
66
+ align-items: center;
67
+ }
68
+ .action-left { left: 0; }
69
+ .action-right { right: 0; gap: 36px; }
70
+ .icon-btn svg {
71
+ width: 64px;
72
+ height: 64px;
73
+ fill: none;
74
+ stroke: #c8d1cb;
75
+ stroke-width: 2.5;
76
+ }
77
+
78
+ /* Content */
79
+ .content {
80
+ position: absolute;
81
+ top: 230px;
82
+ left: 64px;
83
+ right: 64px;
84
+ color: #e8efe9;
85
+ }
86
+ .title-row {
87
+ display: flex;
88
+ align-items: center;
89
+ gap: 26px;
90
+ }
91
+ .color-dot {
92
+ width: 50px;
93
+ height: 50px;
94
+ background: #4e8df7;
95
+ border-radius: 10px;
96
+ }
97
+ .event-title {
98
+ font-size: 76px;
99
+ font-weight: 500;
100
+ letter-spacing: 0.2px;
101
+ }
102
+ .subtitle {
103
+ margin-top: 18px;
104
+ font-size: 42px;
105
+ color: #c9d1cc;
106
+ }
107
+
108
+ .section {
109
+ display: flex;
110
+ align-items: flex-start;
111
+ gap: 28px;
112
+ margin-top: 54px;
113
+ color: #e8efe9;
114
+ }
115
+ .section .icon {
116
+ width: 64px;
117
+ height: 64px;
118
+ flex: 0 0 64px;
119
+ }
120
+ .section .primary {
121
+ font-size: 46px;
122
+ color: #e8efe9;
123
+ }
124
+ .section .secondary {
125
+ margin-top: 6px;
126
+ font-size: 36px;
127
+ color: #aab4ae;
128
+ }
129
+
130
+ /* Gesture pill */
131
+ .gesture {
132
+ position: absolute;
133
+ bottom: 34px;
134
+ left: 50%;
135
+ transform: translateX(-50%);
136
+ width: 320px;
137
+ height: 12px;
138
+ background: #f0f1f0;
139
+ border-radius: 10px;
140
+ opacity: 0.9;
141
+ }
142
+ </style>
143
+ </head>
144
+ <body>
145
+ <div id="render-target">
146
+
147
+ <!-- Status Bar -->
148
+ <div class="status-bar">
149
+ <div class="status-left">10:52</div>
150
+ <div class="status-right">
151
+ <!-- Cellular -->
152
+ <span class="status-icon">
153
+ <svg width="46" height="46" viewBox="0 0 24 24">
154
+ <path d="M3 21h2v-3H3v3zm4 0h2v-6H7v6zm4 0h2v-9h-2v9zm4 0h2v-12h-2v12z" fill="#e8efe9"/>
155
+ </svg>
156
+ </span>
157
+ <!-- Cloud (simple) -->
158
+ <span class="status-icon">
159
+ <svg width="46" height="46" viewBox="0 0 24 24">
160
+ <path d="M6 18a4 4 0 0 1 0-8c.3-2.8 2.6-5 5.5-5A5.5 5.5 0 0 1 17 10h1a4 4 0 1 1 0 8H6z" fill="#e8efe9"/>
161
+ </svg>
162
+ </span>
163
+ <!-- Wi-Fi -->
164
+ <span class="status-icon">
165
+ <svg width="46" height="46" viewBox="0 0 24 24">
166
+ <path d="M12 20.5l1.5-1.5a2.1 2.1 0 0 0-3 0L12 20.5z" fill="#e8efe9"/>
167
+ <path d="M4.5 13.5a10 10 0 0 1 15 0" stroke="#e8efe9" stroke-width="2" fill="none" stroke-linecap="round"/>
168
+ <path d="M7.5 16.5a6 6 0 0 1 9 0" stroke="#e8efe9" stroke-width="2" fill="none" stroke-linecap="round"/>
169
+ </svg>
170
+ </span>
171
+ <!-- Battery -->
172
+ <span class="status-icon">
173
+ <svg width="54" height="46" viewBox="0 0 28 16">
174
+ <rect x="1" y="3" width="22" height="10" rx="2" ry="2" stroke="#e8efe9" fill="none" stroke-width="2"/>
175
+ <rect x="3" y="5" width="16" height="6" fill="#e8efe9"/>
176
+ <rect x="23" y="6" width="3" height="4" rx="1" fill="#e8efe9"/>
177
+ </svg>
178
+ </span>
179
+ </div>
180
+ </div>
181
+
182
+ <!-- Top actions -->
183
+ <div class="top-actions">
184
+ <div class="action-left">
185
+ <span class="icon-btn" title="Close">
186
+ <svg viewBox="0 0 24 24">
187
+ <path d="M5 5l14 14M19 5L5 19" stroke="#c8d1cb" stroke-width="2.5" stroke-linecap="round"/>
188
+ </svg>
189
+ </span>
190
+ </div>
191
+ <div class="action-right">
192
+ <span class="icon-btn" title="Edit">
193
+ <svg viewBox="0 0 24 24">
194
+ <path d="M3 17.25V21h3.75L18.81 8.94l-3.75-3.75L3 17.25z" fill="#c8d1cb"/>
195
+ <path d="M20.71 7.04a1 1 0 0 0 0-1.41L18.37 3.3a1 1 0 0 0-1.41 0l-1.34 1.34 3.75 3.75 1.34-1.35z" fill="#c8d1cb"/>
196
+ </svg>
197
+ </span>
198
+ <span class="icon-btn" title="More">
199
+ <svg viewBox="0 0 24 24">
200
+ <circle cx="12" cy="5" r="2" fill="#c8d1cb"/>
201
+ <circle cx="12" cy="12" r="2" fill="#c8d1cb"/>
202
+ <circle cx="12" cy="19" r="2" fill="#c8d1cb"/>
203
+ </svg>
204
+ </span>
205
+ </div>
206
+ </div>
207
+
208
+ <!-- Content -->
209
+ <div class="content">
210
+ <div class="title-row">
211
+ <div class="color-dot"></div>
212
+ <div class="event-title">Anniversary</div>
213
+ </div>
214
+ <div class="subtitle">Sunday, Jun 18 • 10:00 – 11:00 AM</div>
215
+
216
+ <div class="section" style="margin-top: 56px;">
217
+ <div class="icon">
218
+ <svg viewBox="0 0 24 24">
219
+ <path d="M12 22c1.1 0 2-.9 2-2h-4a2 2 0 0 0 2 2z" fill="#c8d1cb"/>
220
+ <path d="M18 16V11a6 6 0 1 0-12 0v5l-2 2h16l-2-2z" fill="none" stroke="#c8d1cb" stroke-width="2" stroke-linejoin="round"/>
221
+ </svg>
222
+ </div>
223
+ <div>
224
+ <div class="primary">30 minutes before</div>
225
+ </div>
226
+ </div>
227
+
228
+ <div class="section" style="margin-top: 46px;">
229
+ <div class="icon">
230
+ <svg viewBox="0 0 24 24">
231
+ <rect x="3" y="5" width="18" height="16" rx="2" ry="2" stroke="#c8d1cb" stroke-width="2" fill="none"/>
232
+ <path d="M3 9h18" stroke="#c8d1cb" stroke-width="2"/>
233
+ <rect x="7.5" y="12" width="4" height="4" fill="#c8d1cb"/>
234
+ </svg>
235
+ </div>
236
+ <div>
237
+ <div class="primary">Events</div>
238
+ <div class="secondary">dbwscratch.test.id3@gmail.com</div>
239
+ </div>
240
+ </div>
241
+ </div>
242
+
243
+ <!-- Gesture pill -->
244
+ <div class="gesture"></div>
245
+ </div>
246
+ </body>
247
+ </html>
code/1629/1629_3.html ADDED
@@ -0,0 +1,213 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Event Editor - Dark</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;height:2400px;position:relative;overflow:hidden;
11
+ background:#101613;color:#E7EFE7;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status{
16
+ height:80px;padding:18px 32px 0 32px;font-size:34px;color:#EDEFEA;
17
+ display:flex;align-items:center;justify-content:space-between;opacity:.96;
18
+ }
19
+ .status .icons{display:flex;gap:16px;align-items:center;}
20
+ .status .dot{width:18px;height:18px;background:#D9D9D9;border-radius:50%;}
21
+ .chevron{
22
+ position:absolute;top:90px;left:50%;transform:translateX(-50%);
23
+ width:130px;height:16px;border-radius:12px;background:#2A332E;opacity:.9;
24
+ }
25
+
26
+ /* Header actions and title */
27
+ .header{
28
+ padding:32px; padding-top:48px;
29
+ }
30
+ .header-row{
31
+ display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;
32
+ }
33
+ .icon-btn{width:64px;height:64px;border-radius:32px;display:flex;align-items:center;justify-content:center;}
34
+ .icon{width:36px;height:36px;fill:#B5C2BA;}
35
+ .save-btn{
36
+ background:#8BD49C;color:#0F1412;border-radius:28px;padding:16px 28px;
37
+ font-weight:600;font-size:36px;
38
+ box-shadow:0 2px 0 rgba(0,0,0,.15) inset;
39
+ }
40
+ .title{font-size:72px;line-height:1.15;font-weight:600;margin-top:6px;}
41
+
42
+ /* List */
43
+ .section{padding:0 32px;}
44
+ .row{
45
+ display:flex;align-items:center;justify-content:space-between;
46
+ padding:34px 0;color:#E7EFE7;font-size:40px;
47
+ border-bottom:1px solid #1c2420;
48
+ }
49
+ .row .left{display:flex;align-items:center;gap:28px;}
50
+ .subtext{color:#B8C4BD;font-size:34px;margin-top:6px;}
51
+ .two-col{display:flex;justify-content:space-between;align-items:center;padding:28px 0;border-bottom:1px solid #1c2420;font-size:40px;}
52
+ .two-col .date{color:#E7EFE7;}
53
+ .two-col .time{color:#E7EFE7;}
54
+ .globe, .refresh, .person, .video, .pin, .bell, .menu{
55
+ width:44px;height:44px;fill:#A6B1AA;flex:0 0 auto;
56
+ }
57
+
58
+ /* Toggle (off) */
59
+ .toggle{
60
+ width:106px;height:56px;border-radius:34px;background:#3A403C;position:relative;
61
+ }
62
+ .toggle::after{
63
+ content:"";position:absolute;top:6px;left:6px;width:44px;height:44px;border-radius:50%;
64
+ background:#B9B9B9;
65
+ }
66
+
67
+ /* Small button */
68
+ .outline-btn{
69
+ display:inline-block;margin-top:16px;border:2px solid #8BD49C;color:#8BD49C;
70
+ padding:12px 24px;border-radius:16px;font-size:34px;
71
+ }
72
+
73
+ /* Notification extra line */
74
+ .row.column{flex-direction:column;align-items:flex-start;gap:6px;}
75
+ .row .right-inline{display:flex;align-items:center;gap:22px;color:#E7EFE7;}
76
+ .x-icon{width:36px;height:36px;fill:#B0BAB4;}
77
+
78
+ /* Color dot row */
79
+ .dot-blue{
80
+ width:26px;height:26px;border-radius:50%;background:#4A8AE8;display:inline-block;margin-right:18px;
81
+ box-shadow:0 0 0 6px rgba(74,138,232,0.25) inset;
82
+ }
83
+
84
+ /* Bottom home indicator */
85
+ .home-indicator{
86
+ position:absolute;left:50%;bottom:22px;transform:translateX(-50%);
87
+ width:360px;height:12px;border-radius:8px;background:#E7E7E7;opacity:.85;
88
+ }
89
+ </style>
90
+ </head>
91
+ <body>
92
+ <div id="render-target">
93
+ <!-- Status Bar -->
94
+ <div class="status">
95
+ <div>10:53</div>
96
+ <div class="icons">
97
+ <!-- simple placeholders for status icons -->
98
+ <svg width="34" height="22" viewBox="0 0 24 14"><path d="M2 12h20M4 9h16M6 6h12M8 3h8" stroke="#EAEAEA" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
99
+ <svg width="28" height="22" viewBox="0 0 24 14"><rect x="2" y="3" width="16" height="8" rx="2" fill="#EAEAEA"/><rect x="19" y="5" width="3" height="4" fill="#EAEAEA"/></svg>
100
+ </div>
101
+ </div>
102
+ <div class="chevron"></div>
103
+
104
+ <!-- Header -->
105
+ <div class="header">
106
+ <div class="header-row">
107
+ <div class="icon-btn" aria-label="Close">
108
+ <svg class="icon" viewBox="0 0 24 24"><path d="M5 5l14 14M19 5L5 19" stroke="#C5CEC8" stroke-width="2" stroke-linecap="round"/></svg>
109
+ </div>
110
+ <div class="save-btn">Save</div>
111
+ </div>
112
+ <div class="title">Anniversary</div>
113
+ </div>
114
+
115
+ <!-- Content -->
116
+ <div class="section">
117
+ <!-- All-day -->
118
+ <div class="row">
119
+ <div class="left">
120
+ <svg class="globe" viewBox="0 0 24 24"><circle cx="12" cy="12" r="9" stroke="#A6B1AA" stroke-width="2" fill="none"/><path d="M3 12h18M12 3a14 14 0 0 0 0 18M12 3a14 14 0 0 1 0 18" stroke="#A6B1AA" stroke-width="1.5" fill="none"/></svg>
121
+ <div>All-day</div>
122
+ </div>
123
+ <div class="toggle" aria-hidden="true"></div>
124
+ </div>
125
+
126
+ <!-- Start date/time -->
127
+ <div class="two-col">
128
+ <div class="date">Sun, Jun 18, 2023</div>
129
+ <div class="time">10:00 AM</div>
130
+ </div>
131
+
132
+ <!-- End date/time -->
133
+ <div class="two-col">
134
+ <div class="date">Sun, Jun 18, 2023</div>
135
+ <div class="time">11:00 AM</div>
136
+ </div>
137
+
138
+ <!-- Timezone -->
139
+ <div class="row">
140
+ <div class="left">
141
+ <svg class="globe" viewBox="0 0 24 24"><circle cx="12" cy="12" r="9" stroke="#A6B1AA" stroke-width="2" fill="none"/><path d="M3 12h18M12 3a14 14 0 0 0 0 18M12 3a14 14 0 0 1 0 18" stroke="#A6B1AA" stroke-width="1.5" fill="none"/></svg>
142
+ <div>India Standard Time</div>
143
+ </div>
144
+ </div>
145
+
146
+ <!-- Repeat -->
147
+ <div class="row">
148
+ <div class="left">
149
+ <svg class="refresh" viewBox="0 0 24 24"><path d="M4 4v6h6" stroke="#A6B1AA" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/><path d="M20 20v-6h-6" stroke="#A6B1AA" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/><path d="M20 9a7 7 0 0 0-12-4M4 15a7 7 0 0 0 12 4" stroke="#A6B1AA" stroke-width="1.5" fill="none"/></svg>
150
+ <div>Does not repeat</div>
151
+ </div>
152
+ </div>
153
+
154
+ <!-- Add people -->
155
+ <div class="row column" style="border-bottom:1px solid #1c2420;">
156
+ <div class="left">
157
+ <svg class="person" viewBox="0 0 24 24"><circle cx="12" cy="8" r="4" fill="#A6B1AA"/><path d="M4 20c1.5-4 14.5-4 16 0" stroke="#A6B1AA" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
158
+ <div>Add people</div>
159
+ </div>
160
+ <span class="outline-btn">View schedules</span>
161
+ </div>
162
+
163
+ <!-- Video conferencing -->
164
+ <div class="row">
165
+ <div class="left">
166
+ <svg class="video" viewBox="0 0 24 24"><rect x="3" y="6" width="12" height="12" rx="2" fill="#A6B1AA"/><path d="M15 10l6-3v10l-6-3z" fill="#A6B1AA"/></svg>
167
+ <div>Add video conferencing</div>
168
+ </div>
169
+ </div>
170
+
171
+ <!-- Location -->
172
+ <div class="row">
173
+ <div class="left">
174
+ <svg class="pin" viewBox="0 0 24 24"><path d="M12 22s7-7 7-12a7 7 0 1 0-14 0c0 5 7 12 7 12z" stroke="#A6B1AA" stroke-width="2" fill="none"/><circle cx="12" cy="10" r="2.5" fill="#A6B1AA"/></svg>
175
+ <div>Add location</div>
176
+ </div>
177
+ </div>
178
+
179
+ <!-- Notification -->
180
+ <div class="row" style="border-bottom:1px solid #1c2420;">
181
+ <div class="left">
182
+ <svg class="bell" viewBox="0 0 24 24"><path d="M12 3a5 5 0 0 0-5 5v3c0 .9-.4 1.7-1 2.3L5 15h14l-1-1.7c-.6-.6-1-1.4-1-2.3V8a5 5 0 0 0-5-5z" stroke="#A6B1AA" stroke-width="2" fill="none"/><path d="M9 18a3 3 0 0 0 6 0" stroke="#A6B1AA" stroke-width="2" fill="none"/></svg>
183
+ <div>30 minutes before</div>
184
+ </div>
185
+ <div class="right-inline">
186
+ <svg class="x-icon" viewBox="0 0 24 24"><path d="M5 5l14 14M19 5L5 19" stroke="#B0BAB4" stroke-width="2" stroke-linecap="round"/></svg>
187
+ </div>
188
+ </div>
189
+ <div class="section" style="padding:12px 32px 0 104px;color:#B8C4BD;font-size:34px;margin-top:-8px;">
190
+ Add notification
191
+ </div>
192
+
193
+ <!-- Default color -->
194
+ <div class="row">
195
+ <div class="left">
196
+ <span class="dot-blue"></span>
197
+ <div>Default color</div>
198
+ </div>
199
+ </div>
200
+
201
+ <!-- Description -->
202
+ <div class="row">
203
+ <div class="left">
204
+ <svg class="menu" viewBox="0 0 24 24"><path d="M4 6h16M4 12h16M4 18h16" stroke="#A6B1AA" stroke-width="2" stroke-linecap="round"/></svg>
205
+ <div>Add description</div>
206
+ </div>
207
+ </div>
208
+ </div>
209
+
210
+ <div class="home-indicator"></div>
211
+ </div>
212
+ </body>
213
+ </html>
code/1629/1629_4.html ADDED
@@ -0,0 +1,364 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0" />
6
+ <title>Calendar Event - 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: #0f1412; /* dark green-black */
15
+ color: #e7eee9;
16
+ font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ height: 92px;
22
+ padding: 0 36px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ color: #dfe7e2;
27
+ font-size: 42px;
28
+ letter-spacing: 0.5px;
29
+ }
30
+ .status-icons {
31
+ display: flex;
32
+ gap: 26px;
33
+ align-items: center;
34
+ }
35
+ .status-icon {
36
+ width: 40px;
37
+ height: 40px;
38
+ }
39
+
40
+ /* Top app bar */
41
+ .topbar {
42
+ height: 190px;
43
+ padding: 0 36px;
44
+ position: relative;
45
+ }
46
+ .topbar .close {
47
+ position: absolute;
48
+ left: 36px;
49
+ top: 26px;
50
+ width: 64px;
51
+ height: 64px;
52
+ border-radius: 32px;
53
+ display: flex;
54
+ align-items: center;
55
+ justify-content: center;
56
+ color: #b6c2b9;
57
+ }
58
+ .topbar .title {
59
+ position: absolute;
60
+ left: 120px;
61
+ top: 64px;
62
+ font-size: 72px;
63
+ font-weight: 600;
64
+ color: #e7eee9;
65
+ }
66
+ .save-btn {
67
+ position: absolute;
68
+ right: 36px;
69
+ top: 52px;
70
+ background: #98d7a8;
71
+ color: #0f1412;
72
+ padding: 20px 36px;
73
+ border-radius: 32px;
74
+ font-size: 42px;
75
+ font-weight: 600;
76
+ }
77
+ .chevron {
78
+ position: absolute;
79
+ left: 50%;
80
+ transform: translateX(-50%);
81
+ top: 160px;
82
+ width: 120px;
83
+ height: 40px;
84
+ opacity: 0.7;
85
+ }
86
+
87
+ /* List / content */
88
+ .content {
89
+ padding-top: 10px;
90
+ }
91
+ .section {
92
+ border-top: 1px solid #1c211d;
93
+ border-bottom: 1px solid #1c211d;
94
+ margin-top: 8px;
95
+ }
96
+ .row {
97
+ height: 120px;
98
+ padding: 0 36px;
99
+ display: flex;
100
+ align-items: center;
101
+ gap: 28px;
102
+ color: #e7eee9;
103
+ border-bottom: 1px solid #1a1f1b;
104
+ }
105
+ .row:last-child { border-bottom: none; }
106
+ .icon {
107
+ width: 64px;
108
+ height: 64px;
109
+ min-width: 64px;
110
+ display: flex;
111
+ align-items: center;
112
+ justify-content: center;
113
+ }
114
+ .label {
115
+ font-size: 44px;
116
+ font-weight: 500;
117
+ color: #e7eee9;
118
+ }
119
+ .sub {
120
+ font-size: 40px;
121
+ color: #b6c2b9;
122
+ }
123
+ .right {
124
+ margin-left: auto;
125
+ font-size: 42px;
126
+ color: #e7eee9;
127
+ }
128
+
129
+ /* Switch */
130
+ .switch {
131
+ margin-left: auto;
132
+ width: 120px;
133
+ height: 64px;
134
+ border-radius: 32px;
135
+ background: #646a67;
136
+ position: relative;
137
+ }
138
+ .switch::after {
139
+ content: "";
140
+ position: absolute;
141
+ right: 6px;
142
+ top: 6px;
143
+ width: 52px;
144
+ height: 52px;
145
+ background: #c9c9c9;
146
+ border-radius: 26px;
147
+ }
148
+
149
+ /* Small outlined button */
150
+ .outline-btn {
151
+ margin: 24px 36px;
152
+ display: inline-block;
153
+ border: 2px solid #98d7a8;
154
+ color: #98d7a8;
155
+ font-size: 40px;
156
+ padding: 18px 28px;
157
+ border-radius: 18px;
158
+ }
159
+
160
+ /* Divider to match screenshot */
161
+ .divider {
162
+ height: 2px;
163
+ background: #1c211d;
164
+ margin: 18px 0;
165
+ }
166
+
167
+ /* Blue dot icon for "Default color" */
168
+ .dot {
169
+ width: 28px;
170
+ height: 28px;
171
+ background: #3ea1ff;
172
+ border-radius: 50%;
173
+ box-shadow: 0 0 0 8px rgba(62,161,255,0.15);
174
+ }
175
+
176
+ /* Bottom home indicator */
177
+ .home-indicator {
178
+ position: absolute;
179
+ bottom: 26px;
180
+ left: 50%;
181
+ transform: translateX(-50%);
182
+ width: 300px;
183
+ height: 16px;
184
+ border-radius: 10px;
185
+ background: #ffffff;
186
+ opacity: 0.8;
187
+ }
188
+ </style>
189
+ </head>
190
+ <body>
191
+ <div id="render-target">
192
+ <!-- Status bar -->
193
+ <div class="status-bar">
194
+ <div>10:54</div>
195
+ <div class="status-icons">
196
+ <!-- Simple Play Store-like triangle -->
197
+ <svg class="status-icon" viewBox="0 0 24 24">
198
+ <polygon points="5,3 20,12 5,21" fill="#dfe7e2"></polygon>
199
+ </svg>
200
+ <!-- Cloud icon -->
201
+ <svg class="status-icon" viewBox="0 0 24 24">
202
+ <path d="M7 15a5 5 0 1 1 3-9 6 6 0 0 1 9 5h1a3 3 0 0 1 0 6H7z" fill="#dfe7e2"></path>
203
+ </svg>
204
+ <!-- Signal -->
205
+ <svg class="status-icon" viewBox="0 0 24 24">
206
+ <rect x="3" y="14" width="3" height="7" fill="#dfe7e2"></rect>
207
+ <rect x="8" y="10" width="3" height="11" fill="#dfe7e2"></rect>
208
+ <rect x="13" y="6" width="3" height="15" fill="#dfe7e2"></rect>
209
+ <rect x="18" y="3" width="3" height="18" fill="#dfe7e2"></rect>
210
+ </svg>
211
+ <!-- Battery -->
212
+ <svg class="status-icon" viewBox="0 0 26 24">
213
+ <rect x="2" y="5" width="20" height="14" rx="3" ry="3" stroke="#dfe7e2" fill="none" stroke-width="2"></rect>
214
+ <rect x="4" y="7" width="12" height="10" fill="#dfe7e2"></rect>
215
+ <rect x="22" y="9" width="3" height="6" fill="#dfe7e2"></rect>
216
+ </svg>
217
+ </div>
218
+ </div>
219
+
220
+ <!-- Top app bar -->
221
+ <div class="topbar">
222
+ <div class="close">
223
+ <svg width="48" height="48" viewBox="0 0 24 24">
224
+ <path d="M5 5 L19 19 M19 5 L5 19" stroke="#c1c9c3" stroke-width="2" stroke-linecap="round"></path>
225
+ </svg>
226
+ </div>
227
+ <div class="title">Anniversary</div>
228
+ <div class="save-btn">Save</div>
229
+ <svg class="chevron" viewBox="0 0 24 24">
230
+ <path d="M5 8 L12 15 L19 8" stroke="#9fb6a7" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
231
+ </svg>
232
+ </div>
233
+
234
+ <!-- Content area -->
235
+ <div class="content">
236
+ <!-- All-day -->
237
+ <div class="row">
238
+ <div class="icon">
239
+ <svg width="64" height="64" viewBox="0 0 24 24">
240
+ <circle cx="12" cy="12" r="9" stroke="#b6c2b9" stroke-width="2" fill="none"></circle>
241
+ <path d="M12 6 L12 12 L17 12" stroke="#b6c2b9" stroke-width="2" stroke-linecap="round"></path>
242
+ </svg>
243
+ </div>
244
+ <div class="label">All-day</div>
245
+ <div class="switch"></div>
246
+ </div>
247
+
248
+ <!-- Start date -->
249
+ <div class="row">
250
+ <div class="icon" style="visibility:hidden"></div>
251
+ <div class="sub">Sun, Jun 18, 2023</div>
252
+ <div class="right">10:00 AM</div>
253
+ </div>
254
+
255
+ <!-- End date -->
256
+ <div class="row">
257
+ <div class="icon" style="visibility:hidden"></div>
258
+ <div class="sub">Sun, Jun 18, 2023</div>
259
+ <div class="right">11:00 AM</div>
260
+ </div>
261
+
262
+ <!-- Time zone -->
263
+ <div class="row">
264
+ <div class="icon">
265
+ <svg width="64" height="64" viewBox="0 0 24 24">
266
+ <circle cx="12" cy="12" r="9" stroke="#b6c2b9" stroke-width="2" fill="none"></circle>
267
+ <path d="M3 12 H21" stroke="#b6c2b9" stroke-width="2"></path>
268
+ <path d="M12 3 V21" stroke="#b6c2b9" stroke-width="2"></path>
269
+ </svg>
270
+ </div>
271
+ <div class="label">India Standard Time</div>
272
+ </div>
273
+
274
+ <!-- Repeat -->
275
+ <div class="row">
276
+ <div class="icon">
277
+ <svg width="64" height="64" viewBox="0 0 24 24">
278
+ <path d="M7 7h6l-2-2M17 17H11l2 2" stroke="#b6c2b9" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
279
+ <path d="M7 7a7 7 0 0 1 7-3M17 17a7 7 0 0 1-7 3" stroke="#b6c2b9" stroke-width="2" fill="none"></path>
280
+ </svg>
281
+ </div>
282
+ <div class="label">Does not repeat</div>
283
+ </div>
284
+
285
+ <div class="divider"></div>
286
+
287
+ <!-- Add people -->
288
+ <div class="row">
289
+ <div class="icon">
290
+ <svg width="64" height="64" viewBox="0 0 24 24">
291
+ <circle cx="12" cy="8" r="4" stroke="#b6c2b9" stroke-width="2" fill="none"></circle>
292
+ <path d="M4 20c0-4 4-6 8-6s8 2 8 6" stroke="#b6c2b9" stroke-width="2" fill="none" stroke-linecap="round"></path>
293
+ </svg>
294
+ </div>
295
+ <div class="label">Add people</div>
296
+ </div>
297
+ <div class="outline-btn">View schedules</div>
298
+
299
+ <!-- Add video conferencing -->
300
+ <div class="row">
301
+ <div class="icon">
302
+ <svg width="64" height="64" viewBox="0 0 24 24">
303
+ <rect x="3" y="7" width="12" height="10" rx="2" ry="2" stroke="#b6c2b9" stroke-width="2" fill="none"></rect>
304
+ <polygon points="16,10 21,8 21,16 16,14" fill="none" stroke="#b6c2b9" stroke-width="2"></polygon>
305
+ </svg>
306
+ </div>
307
+ <div class="label">Add video conferencing</div>
308
+ </div>
309
+
310
+ <!-- Add location -->
311
+ <div class="row">
312
+ <div class="icon">
313
+ <svg width="64" height="64" viewBox="0 0 24 24">
314
+ <path d="M12 21s-6-6-6-10a6 6 0 1 1 12 0c0 4-6 10-6 10z" stroke="#b6c2b9" stroke-width="2" fill="none"></path>
315
+ <circle cx="12" cy="11" r="2" fill="none" stroke="#b6c2b9" stroke-width="2"></circle>
316
+ </svg>
317
+ </div>
318
+ <div class="label">Add location</div>
319
+ </div>
320
+
321
+ <!-- Add notification -->
322
+ <div class="row">
323
+ <div class="icon">
324
+ <svg width="64" height="64" viewBox="0 0 24 24">
325
+ <path d="M12 4a5 5 0 0 0-5 5v4l-2 2h14l-2-2V9a5 5 0 0 0-5-5z" stroke="#b6c2b9" stroke-width="2" fill="none"></path>
326
+ <path d="M9 18a3 3 0 0 0 6 0" stroke="#b6c2b9" stroke-width="2" fill="none"></path>
327
+ </svg>
328
+ </div>
329
+ <div class="label">Add notification</div>
330
+ </div>
331
+
332
+ <!-- Default color -->
333
+ <div class="row">
334
+ <div class="icon" style="justify-content:flex-start;">
335
+ <div class="dot"></div>
336
+ </div>
337
+ <div class="label">Default color</div>
338
+ </div>
339
+
340
+ <!-- Add description -->
341
+ <div class="row">
342
+ <div class="icon">
343
+ <svg width="64" height="64" viewBox="0 0 24 24">
344
+ <path d="M4 7h16M4 12h16M4 17h10" stroke="#b6c2b9" stroke-width="2" stroke-linecap="round"></path>
345
+ </svg>
346
+ </div>
347
+ <div class="label">Add description</div>
348
+ </div>
349
+
350
+ <!-- Add attachment -->
351
+ <div class="row">
352
+ <div class="icon">
353
+ <svg width="64" height="64" viewBox="0 0 24 24">
354
+ <path d="M7 12l7-7a4 4 0 1 1 6 6l-9 9a6 6 0 1 1-8-8l9-9" stroke="#b6c2b9" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
355
+ </svg>
356
+ </div>
357
+ <div class="label">Add attachment</div>
358
+ </div>
359
+ </div>
360
+
361
+ <div class="home-indicator"></div>
362
+ </div>
363
+ </body>
364
+ </html>
code/1629/1629_5.html ADDED
@@ -0,0 +1,231 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Event Edit - Reminder Sheet</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #0f1311; color: #e6e6e6;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ position: absolute; top: 20px; left: 0; right: 0; height: 70px; padding: 0 36px;
17
+ display: flex; align-items: center; justify-content: space-between; color: #eaeaea; font-size: 38px;
18
+ opacity: 0.95;
19
+ }
20
+ .status-icons { display: flex; align-items: center; gap: 20px; }
21
+ .status-dot { width: 18px; height: 18px; border-radius: 50%; background: #eaeaea; opacity: .9; }
22
+
23
+ /* Header */
24
+ .header {
25
+ position: absolute; top: 110px; left: 0; right: 0; padding: 0 36px 24px 36px;
26
+ }
27
+ .top-actions {
28
+ display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px;
29
+ }
30
+ .close-btn {
31
+ width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
32
+ color: #cfcfcf; border: 2px solid transparent;
33
+ }
34
+ .close-btn svg { width: 40px; height: 40px; opacity: .9; }
35
+ .save-btn {
36
+ background: #6DA375; color: #0c0f0e; border: none; padding: 18px 34px; border-radius: 40px;
37
+ font-size: 36px; font-weight: 600;
38
+ }
39
+ .caret {
40
+ width: 80px; height: 28px; margin: 8px auto 10px auto; opacity: .45;
41
+ }
42
+ .title {
43
+ font-size: 72px; font-weight: 600; color: #d5d5d5; letter-spacing: 0.5px; margin-top: 18px;
44
+ }
45
+
46
+ /* Content rows */
47
+ .content {
48
+ position: absolute; top: 350px; left: 0; right: 0; padding: 0 36px;
49
+ }
50
+ .row {
51
+ height: 140px; display: flex; align-items: center; justify-content: space-between;
52
+ border-bottom: 1px solid rgba(255,255,255,0.06);
53
+ color: #cfcfcf;
54
+ }
55
+ .row .left { display: flex; align-items: center; gap: 26px; }
56
+ .icon {
57
+ width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; color: #bdbdbd;
58
+ }
59
+ .row .label { font-size: 40px; }
60
+ .row .value { font-size: 40px; color: #bdbdbd; }
61
+ .toggle {
62
+ width: 100px; height: 56px; background: #5f5f5f; border-radius: 40px; position: relative; opacity: .7;
63
+ }
64
+ .toggle:after {
65
+ content: ""; position: absolute; left: 8px; top: 8px; width: 40px; height: 40px; border-radius: 50%; background: #bfbfbf;
66
+ }
67
+
68
+ /* Bottom sheet overlay */
69
+ .sheet {
70
+ position: absolute; left: 70px; right: 70px; bottom: 420px;
71
+ background: #1e2a22; border-radius: 44px;
72
+ box-shadow: 0 20px 50px rgba(0,0,0,0.6);
73
+ padding: 40px 36px;
74
+ color: #e9f0eb;
75
+ }
76
+ .sheet .option {
77
+ display: flex; align-items: center; gap: 30px; padding: 34px 10px;
78
+ border-bottom: 1px solid rgba(255,255,255,0.06);
79
+ font-size: 44px;
80
+ }
81
+ .sheet .option:last-child { border-bottom: none; }
82
+ .radio {
83
+ width: 44px; height: 44px; border-radius: 50%; border: 4px solid #e9f0eb; box-sizing: border-box;
84
+ background: transparent;
85
+ }
86
+
87
+ /* Bottom list continuing */
88
+ .footer-list {
89
+ position: absolute; left: 0; right: 0; bottom: 120px; padding: 0 36px;
90
+ }
91
+ .footer-row {
92
+ height: 140px; display: flex; align-items: center; justify-content: flex-start; gap: 26px;
93
+ border-top: 1px solid rgba(255,255,255,0.06);
94
+ color: #cfcfcf; font-size: 40px;
95
+ }
96
+ .dot-blue {
97
+ width: 28px; height: 28px; border-radius: 50%; background: #4A86FF; box-shadow: 0 0 0 6px rgba(255,255,255,0.1) inset;
98
+ }
99
+
100
+ /* Gesture bar */
101
+ .gesture {
102
+ position: absolute; bottom: 38px; left: 50%; transform: translateX(-50%);
103
+ width: 300px; height: 10px; background: white; border-radius: 10px; opacity: .85;
104
+ }
105
+ </style>
106
+ </head>
107
+ <body>
108
+ <div id="render-target">
109
+
110
+ <!-- Status bar -->
111
+ <div class="status-bar">
112
+ <div>10:55</div>
113
+ <div class="status-icons">
114
+ <div class="status-dot"></div>
115
+ <div class="status-dot"></div>
116
+ <div class="status-dot"></div>
117
+ </div>
118
+ </div>
119
+
120
+ <!-- Header with actions -->
121
+ <div class="header">
122
+ <div class="top-actions">
123
+ <div class="close-btn" aria-label="Close">
124
+ <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
125
+ <path d="M6 6 L18 18 M18 6 L6 18"></path>
126
+ </svg>
127
+ </div>
128
+ <button class="save-btn">Save</button>
129
+ </div>
130
+ <svg class="caret" viewBox="0 0 24 8">
131
+ <path d="M2,2 L12,6 L22,2" fill="none" stroke="#cfcfcf" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
132
+ </svg>
133
+ <div class="title">Anniversary</div>
134
+ </div>
135
+
136
+ <!-- Main content rows -->
137
+ <div class="content">
138
+ <div class="row">
139
+ <div class="left">
140
+ <div class="icon">
141
+ <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
142
+ <circle cx="12" cy="12" r="8"></circle>
143
+ <path d="M12 8 v5 l4 2"></path>
144
+ </svg>
145
+ </div>
146
+ <div class="label">All-day</div>
147
+ </div>
148
+ <div class="toggle" aria-hidden="true"></div>
149
+ </div>
150
+
151
+ <div class="row">
152
+ <div class="left">
153
+ <div class="icon">
154
+ <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
155
+ <path d="M2 7 h20" />
156
+ <path d="M6 3 v4 M18 3 v4" />
157
+ <rect x="3" y="7" width="18" height="14" rx="2" />
158
+ </svg>
159
+ </div>
160
+ <div class="label">Sun, Jun 18, 2023</div>
161
+ </div>
162
+ <div class="value">10:00 AM</div>
163
+ </div>
164
+
165
+ <div class="row">
166
+ <div class="left">
167
+ <div class="icon">
168
+ <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
169
+ <path d="M2 7 h20" />
170
+ <path d="M6 3 v4 M18 3 v4" />
171
+ <rect x="3" y="7" width="18" height="14" rx="2" />
172
+ </svg>
173
+ </div>
174
+ <div class="label">Sun, Jun 18, 2023</div>
175
+ </div>
176
+ <div class="value">11:00 AM</div>
177
+ </div>
178
+ </div>
179
+
180
+ <!-- Bottom sheet with reminder options -->
181
+ <div class="sheet">
182
+ <div class="option"><span class="radio"></span>5 minutes before</div>
183
+ <div class="option"><span class="radio"></span>10 minutes before</div>
184
+ <div class="option"><span class="radio"></span>15 minutes before</div>
185
+ <div class="option"><span class="radio"></span>30 minutes before</div>
186
+ <div class="option"><span class="radio"></span>1 hour before</div>
187
+ <div class="option"><span class="radio"></span>1 day before</div>
188
+ <div class="option"><span class="radio"></span>Custom...</div>
189
+ </div>
190
+
191
+ <!-- Footer list items visible behind sheet -->
192
+ <div class="footer-list">
193
+ <div class="footer-row">
194
+ <div class="icon">
195
+ <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
196
+ <path d="M12 22 a7 7 0 0 1 -7 -7 v-2" />
197
+ <path d="M19 13 v2 a7 7 0 0 1 -7 7" />
198
+ <path d="M12 2 v7" />
199
+ <circle cx="12" cy="12" r="3" />
200
+ </svg>
201
+ </div>
202
+ Add notification
203
+ </div>
204
+ <div class="footer-row">
205
+ <div class="dot-blue"></div>
206
+ Default color
207
+ </div>
208
+ <div class="footer-row">
209
+ <div class="icon">
210
+ <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
211
+ <path d="M4 6 h16" />
212
+ <path d="M4 12 h16" />
213
+ <path d="M4 18 h12" />
214
+ </svg>
215
+ </div>
216
+ Add description
217
+ </div>
218
+ <div class="footer-row">
219
+ <div class="icon">
220
+ <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
221
+ <path d="M8 13 l6-6 a4 4 0 0 1 6 6 l-7 7 a5 5 0 0 1 -7-7 l6-6" />
222
+ </svg>
223
+ </div>
224
+ Add attachment
225
+ </div>
226
+ </div>
227
+
228
+ <div class="gesture"></div>
229
+ </div>
230
+ </body>
231
+ </html>
code/1629/1629_6.html ADDED
@@ -0,0 +1,280 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Calendar Edit - Dark</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: #0e1311;
15
+ color: #e7ece9;
16
+ }
17
+
18
+ /* Utility */
19
+ .muted { color: #a5b0a9; }
20
+ .divider { height: 1px; background: #1f2623; margin: 8px 0; }
21
+ .thin-divider { height: 1px; background: #1a201d; }
22
+ .content { padding: 0 48px; }
23
+ .row {
24
+ display: flex; align-items: center; justify-content: space-between;
25
+ padding: 34px 0; border-bottom: 1px solid #1a201d;
26
+ font-size: 44px; line-height: 1.2;
27
+ }
28
+ .row.no-border { border-bottom: none; }
29
+ .left { display: flex; align-items: center; gap: 26px; }
30
+ .sub { font-size: 38px; color: #d5ddd7; padding: 18px 0; }
31
+ .right { color: #dfe6e1; }
32
+ .icon {
33
+ width: 56px; height: 56px; display: inline-flex; align-items: center; justify-content: center;
34
+ color: #cfd8d2;
35
+ }
36
+
37
+ /* Status bar */
38
+ .status {
39
+ height: 96px; display: flex; align-items: center; justify-content: space-between;
40
+ padding: 0 36px; color: #e9efe9; font-size: 36px;
41
+ }
42
+ .status .right-icons { display: flex; align-items: center; gap: 22px; }
43
+ .pill-indicator {
44
+ position: absolute; top: 120px; left: 50%; transform: translateX(-50%);
45
+ width: 160px; height: 14px; border-radius: 10px; background: #2a312e;
46
+ }
47
+
48
+ /* Header */
49
+ .header {
50
+ padding: 18px 36px 12px 36px;
51
+ }
52
+ .head-top {
53
+ display: flex; align-items: center; justify-content: space-between; margin-top: 8px;
54
+ }
55
+ .close-btn, .save-btn {
56
+ display: inline-flex; align-items: center; justify-content: center;
57
+ }
58
+ .close-btn svg { width: 60px; height: 60px; color: #cfd8d2; }
59
+ .save-btn {
60
+ background: #7fd18e; color: #0b140f; padding: 18px 34px; border-radius: 30px;
61
+ font-weight: 600; font-size: 40px;
62
+ }
63
+ .title { font-size: 78px; font-weight: 500; margin: 22px 0 8px 8px; }
64
+
65
+ /* Controls */
66
+ .toggle {
67
+ width: 120px; height: 64px; border-radius: 32px; background: #4b4f4d;
68
+ position: relative;
69
+ }
70
+ .toggle::after {
71
+ content: ""; position: absolute; top: 6px; left: 6px; width: 52px; height: 52px;
72
+ background: #b9b9b9; border-radius: 50%;
73
+ }
74
+
75
+ .outline-btn {
76
+ display: inline-flex; align-items: center; justify-content: center;
77
+ border: 2px solid #6bbf7e; color: #bfe8c8; border-radius: 16px;
78
+ padding: 16px 26px; font-size: 38px; margin: 18px 0 28px 116px;
79
+ width: fit-content;
80
+ }
81
+
82
+ .x-right {
83
+ width: 48px; height: 48px; color: #cbd5cf;
84
+ }
85
+
86
+ /* Color dot */
87
+ .dot {
88
+ width: 26px; height: 26px; background: #3c86ff; border-radius: 50%;
89
+ box-shadow: 0 0 0 6px rgba(60,134,255,0.25);
90
+ }
91
+
92
+ /* Bottom gesture pill */
93
+ .home-indicator {
94
+ position: absolute; left: 50%; bottom: 28px; transform: translateX(-50%);
95
+ width: 420px; height: 12px; background: #e8ece9; border-radius: 8px; opacity: 0.85;
96
+ }
97
+ </style>
98
+ </head>
99
+ <body>
100
+ <div id="render-target">
101
+
102
+ <!-- Status bar -->
103
+ <div class="status">
104
+ <div>10:55</div>
105
+ <div class="right-icons">
106
+ <!-- simple triangle play icon -->
107
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="currentColor"><path d="M8 5v14l11-7z"/></svg>
108
+ <!-- cloud icon -->
109
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="currentColor"><path d="M6 19h11a4 4 0 0 0 0-8 5 5 0 0 0-9.7-1.6A4 4 0 0 0 6 19z"/></svg>
110
+ <!-- signal -->
111
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="currentColor"><path d="M2 20h2v-4H2v4zm4 0h2v-7H6v7zm4 0h2v-10h-2v10zm4 0h2V6h-2v14zm4 0h2V3h-2v17z"/></svg>
112
+ <!-- battery -->
113
+ <svg width="44" height="24" viewBox="0 0 28 14" fill="none" stroke="currentColor" stroke-width="2">
114
+ <rect x="2" y="2" width="20" height="10" rx="2" fill="currentColor"></rect>
115
+ <rect x="23" y="5" width="3" height="4" rx="1" fill="currentColor"></rect>
116
+ </svg>
117
+ </div>
118
+ </div>
119
+ <div class="pill-indicator"></div>
120
+
121
+ <!-- Header -->
122
+ <div class="header">
123
+ <div class="head-top">
124
+ <div class="close-btn">
125
+ <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
126
+ <path d="M5 5l14 14M19 5L5 19"/>
127
+ </svg>
128
+ </div>
129
+ <div class="save-btn">Save</div>
130
+ </div>
131
+ <div class="title">Anniversary</div>
132
+ </div>
133
+
134
+ <div class="content">
135
+
136
+ <!-- All-day toggle -->
137
+ <div class="row">
138
+ <div class="left">
139
+ <span class="icon">
140
+ <!-- clock icon -->
141
+ <svg viewBox="0 0 24 24" width="56" height="56" fill="none" stroke="currentColor" stroke-width="2">
142
+ <circle cx="12" cy="12" r="9"></circle>
143
+ <path d="M12 7v6l4 2"></path>
144
+ </svg>
145
+ </span>
146
+ <span>All-day</span>
147
+ </div>
148
+ <div class="toggle" aria-label="toggle off"></div>
149
+ </div>
150
+
151
+ <!-- Start date/time -->
152
+ <div class="row">
153
+ <div class="left muted" style="margin-left: 84px;">Sun, Jun 18, 2023</div>
154
+ <div class="right">10:00 AM</div>
155
+ </div>
156
+
157
+ <!-- End date/time -->
158
+ <div class="row">
159
+ <div class="left muted" style="margin-left: 84px;">Sun, Jun 18, 2023</div>
160
+ <div class="right">11:00 AM</div>
161
+ </div>
162
+
163
+ <!-- Timezone -->
164
+ <div class="row">
165
+ <div class="left">
166
+ <span class="icon">
167
+ <!-- globe -->
168
+ <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
169
+ <circle cx="12" cy="12" r="9"></circle>
170
+ <path d="M3 12h18M12 3a12 12 0 0 0 0 18M12 3a12 12 0 0 1 0 18"></path>
171
+ </svg>
172
+ </span>
173
+ <span>India Standard Time</span>
174
+ </div>
175
+ </div>
176
+
177
+ <!-- Repeat -->
178
+ <div class="row">
179
+ <div class="left">
180
+ <span class="icon">
181
+ <!-- refresh -->
182
+ <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
183
+ <path d="M20 11a8 8 0 1 0-2.3 5.6M20 11V5h-6"></path>
184
+ </svg>
185
+ </span>
186
+ <span>Does not repeat</span>
187
+ </div>
188
+ </div>
189
+
190
+ <div class="divider"></div>
191
+
192
+ <!-- Add people -->
193
+ <div class="row no-border">
194
+ <div class="left">
195
+ <span class="icon">
196
+ <!-- person -->
197
+ <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
198
+ <circle cx="12" cy="8" r="3.2"></circle>
199
+ <path d="M5 20a7 7 0 0 1 14 0"></path>
200
+ </svg>
201
+ </span>
202
+ <span>Add people</span>
203
+ </div>
204
+ </div>
205
+ <div class="outline-btn">View schedules</div>
206
+
207
+ <!-- Video conferencing -->
208
+ <div class="row">
209
+ <div class="left">
210
+ <span class="icon">
211
+ <!-- video camera -->
212
+ <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
213
+ <rect x="3" y="6" width="12" height="12" rx="2"></rect>
214
+ <path d="M15 10l6-3v10l-6-3z"></path>
215
+ </svg>
216
+ </span>
217
+ <span>Add video conferencing</span>
218
+ </div>
219
+ </div>
220
+
221
+ <!-- Location -->
222
+ <div class="row">
223
+ <div class="left">
224
+ <span class="icon">
225
+ <!-- location pin -->
226
+ <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
227
+ <path d="M12 21s7-7 7-11a7 7 0 1 0-14 0c0 4 7 11 7 11z"></path>
228
+ <circle cx="12" cy="10" r="2.5"></circle>
229
+ </svg>
230
+ </span>
231
+ <span>Add location</span>
232
+ </div>
233
+ </div>
234
+
235
+ <!-- Notification primary -->
236
+ <div class="row">
237
+ <div class="left">
238
+ <span class="icon">
239
+ <!-- bell -->
240
+ <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
241
+ <path d="M18 16v-5a6 6 0 1 0-12 0v5l-2 2h16l-2-2z"></path>
242
+ <path d="M12 22a2 2 0 0 0 2-2H10a2 2 0 0 0 2 2z"></path>
243
+ </svg>
244
+ </span>
245
+ <span>1 hour before</span>
246
+ </div>
247
+ <svg class="x-right" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
248
+ <path d="M5 5l14 14M19 5L5 19"/>
249
+ </svg>
250
+ </div>
251
+ <div class="sub muted" style="margin-left: 116px;">Add notification</div>
252
+
253
+ <!-- Default color -->
254
+ <div class="row">
255
+ <div class="left">
256
+ <div class="dot"></div>
257
+ <span>Default color</span>
258
+ </div>
259
+ </div>
260
+
261
+ <!-- Add description -->
262
+ <div class="row">
263
+ <div class="left">
264
+ <span class="icon">
265
+ <!-- menu lines -->
266
+ <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
267
+ <path d="M4 7h16M4 12h16M4 17h12"></path>
268
+ </svg>
269
+ </span>
270
+ <span>Add description</span>
271
+ </div>
272
+ </div>
273
+
274
+ </div>
275
+
276
+ <!-- Bottom gesture bar -->
277
+ <div class="home-indicator"></div>
278
+ </div>
279
+ </body>
280
+ </html>
code/16290/16290_0.html ADDED
@@ -0,0 +1,370 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Shop - Running</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: "Helvetica Neue", Arial, sans-serif; color: #111; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ height: 96px;
20
+ padding: 0 36px;
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ color: #333;
25
+ font-size: 36px;
26
+ letter-spacing: 0.5px;
27
+ }
28
+ .status-right {
29
+ display: flex;
30
+ align-items: center;
31
+ gap: 22px;
32
+ }
33
+ .dot { width: 10px; height: 10px; background: #666; border-radius: 50%; display: inline-block; }
34
+
35
+ /* Category segmented control */
36
+ .segmented {
37
+ padding: 18px 28px 22px 28px;
38
+ display: flex;
39
+ gap: 22px;
40
+ }
41
+ .pill {
42
+ padding: 28px 34px;
43
+ border-radius: 999px;
44
+ background: #F2F4F7;
45
+ color: #444;
46
+ font-weight: 700;
47
+ letter-spacing: 0.5px;
48
+ font-size: 34px;
49
+ border: 2px solid transparent;
50
+ }
51
+ .pill.active {
52
+ background: #fff;
53
+ border-color: #111;
54
+ }
55
+ .divider {
56
+ height: 2px;
57
+ background: #e9e9e9;
58
+ margin: 0 0 10px 0;
59
+ }
60
+
61
+ /* Product grid */
62
+ .content {
63
+ padding: 24px 36px 240px 36px; /* leave room for bottom nav */
64
+ }
65
+ .grid {
66
+ display: grid;
67
+ grid-template-columns: repeat(2, 1fr);
68
+ gap: 44px 36px;
69
+ }
70
+ .product {
71
+ position: relative;
72
+ }
73
+ .img-box {
74
+ width: 100%;
75
+ height: 320px;
76
+ background: #E0E0E0;
77
+ border: 1px solid #BDBDBD;
78
+ border-radius: 8px;
79
+ display: flex;
80
+ align-items: center;
81
+ justify-content: center;
82
+ color: #757575;
83
+ font-size: 28px;
84
+ text-align: center;
85
+ }
86
+ .favorite {
87
+ position: absolute;
88
+ top: 14px;
89
+ right: 14px;
90
+ width: 56px;
91
+ height: 56px;
92
+ border-radius: 50%;
93
+ background: rgba(255,255,255,0.95);
94
+ display: flex;
95
+ align-items: center;
96
+ justify-content: center;
97
+ box-shadow: 0 1px 2px rgba(0,0,0,0.08);
98
+ }
99
+ .meta {
100
+ margin-top: 20px;
101
+ color: #666;
102
+ font-size: 30px;
103
+ display: flex;
104
+ align-items: center;
105
+ gap: 12px;
106
+ }
107
+ .title {
108
+ margin-top: 12px;
109
+ font-size: 36px;
110
+ font-weight: 800;
111
+ line-height: 1.25;
112
+ }
113
+ .price {
114
+ margin-top: 16px;
115
+ font-size: 34px;
116
+ font-weight: 800;
117
+ }
118
+ .rating {
119
+ margin-top: 12px;
120
+ color: #111;
121
+ font-size: 30px;
122
+ display: flex;
123
+ align-items: center;
124
+ gap: 10px;
125
+ }
126
+ .rating .count { color: #666; font-weight: 600; }
127
+
128
+ /* Bottom navigation */
129
+ .bottom-nav {
130
+ position: absolute;
131
+ left: 0; right: 0; bottom: 0;
132
+ height: 180px;
133
+ border-top: 1px solid #E6E6E6;
134
+ background: #fff;
135
+ display: flex;
136
+ justify-content: space-around;
137
+ align-items: center;
138
+ padding-bottom: 14px;
139
+ }
140
+ .tab {
141
+ display: flex;
142
+ flex-direction: column;
143
+ align-items: center;
144
+ gap: 8px;
145
+ color: #8A8A8A;
146
+ font-size: 26px;
147
+ font-weight: 700;
148
+ }
149
+ .tab.active { color: #111; }
150
+ .tab svg { width: 58px; height: 58px; stroke-width: 2.5; }
151
+ .badge {
152
+ position: absolute;
153
+ right: -4px;
154
+ top: -6px;
155
+ width: 42px; height: 42px;
156
+ background: #c6a775;
157
+ color: #fff;
158
+ border-radius: 50%;
159
+ font-size: 26px;
160
+ display: flex;
161
+ align-items: center;
162
+ justify-content: center;
163
+ font-weight: 800;
164
+ }
165
+
166
+ /* Simple helpers */
167
+ .chev { width: 24px; height: 24px; }
168
+ </style>
169
+ </head>
170
+ <body>
171
+ <div id="render-target">
172
+
173
+ <!-- Status bar -->
174
+ <div class="status-bar">
175
+ <div>5:38</div>
176
+ <div class="status-right">
177
+ <span class="dot"></span>
178
+ <span class="dot"></span>
179
+ <span class="dot"></span>
180
+ <!-- WiFi icon -->
181
+ <svg width="40" height="28" viewBox="0 0 24 24" fill="none" stroke="#666">
182
+ <path d="M2 8c5-4 15-4 20 0" stroke-width="2" stroke-linecap="round"/>
183
+ <path d="M5 11c3-3 11-3 14 0" stroke-width="2" stroke-linecap="round"/>
184
+ <path d="M8 14c2-2 6-2 8 0" stroke-width="2" stroke-linecap="round"/>
185
+ <circle cx="12" cy="18" r="1.5" fill="#666" stroke="none"/>
186
+ </svg>
187
+ <!-- Battery -->
188
+ <svg width="56" height="28" viewBox="0 0 32 16" fill="none">
189
+ <rect x="1" y="3" width="26" height="10" rx="2" stroke="#666" stroke-width="2"/>
190
+ <rect x="3" y="5" width="18" height="6" rx="1" fill="#666"/>
191
+ <rect x="28" y="6" width="3" height="4" rx="1" fill="#666"/>
192
+ </svg>
193
+ </div>
194
+ </div>
195
+
196
+ <!-- Segment Control -->
197
+ <div class="segmented">
198
+ <div class="pill">ALL</div>
199
+ <div class="pill active">RUNNING</div>
200
+ <div class="pill">BASKETBALL</div>
201
+ <div class="pill">SOCCER</div>
202
+ </div>
203
+ <div class="divider"></div>
204
+
205
+ <!-- Products -->
206
+ <div class="content">
207
+ <div class="grid">
208
+
209
+ <!-- Product 1 -->
210
+ <div class="product">
211
+ <div class="img-box">[IMG: Coral Running Shoe]</div>
212
+ <div class="favorite">
213
+ <svg viewBox="0 0 24 24" fill="none" stroke="#111">
214
+ <path d="M12 21s-7-4.7-9.5-8.1C.6 9.5 2.2 6 5.6 6c1.8 0 3 .9 3.9 2.1C10.4 6.9 11.6 6 13.4 6c3.4 0 5 3.5 3.1 6.9C19 16.3 12 21 12 21z" stroke-width="1.8" stroke-linejoin="round"/>
215
+ </svg>
216
+ </div>
217
+ <div class="meta">
218
+ <span>5 Colors</span>
219
+ <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="#666">
220
+ <path d="M6 9l6 6 6-6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
221
+ </svg>
222
+ </div>
223
+ <div class="title">Deviate NITRO 2 Women's Running Sho...</div>
224
+ <div class="price">$160.00</div>
225
+ </div>
226
+
227
+ <!-- Product 2 -->
228
+ <div class="product">
229
+ <div class="img-box">[IMG: Sage Trail Running Shoe]</div>
230
+ <div class="favorite">
231
+ <svg viewBox="0 0 24 24" fill="none" stroke="#111">
232
+ <path d="M12 21s-7-4.7-9.5-8.1C.6 9.5 2.2 6 5.6 6c1.8 0 3 .9 3.9 2.1C10.4 6.9 11.6 6 13.4 6c3.4 0 5 3.5 3.1 6.9C19 16.3 12 21 12 21z" stroke-width="1.8" stroke-linejoin="round"/>
233
+ </svg>
234
+ </div>
235
+ <div class="meta">
236
+ <span>4 Colors</span>
237
+ <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="#666">
238
+ <path d="M6 9l6 6 6-6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
239
+ </svg>
240
+ </div>
241
+ <div class="title">SEASONS Voyage NITRO 3 Women's R...</div>
242
+ <div class="price">$140.00</div>
243
+ </div>
244
+
245
+ <!-- Product 3 -->
246
+ <div class="product">
247
+ <div class="img-box">[IMG: White/Blue Running Shoe]</div>
248
+ <div class="favorite">
249
+ <svg viewBox="0 0 24 24" fill="none" stroke="#111">
250
+ <path d="M12 21s-7-4.7-9.5-8.1C.6 9.5 2.2 6 5.6 6c1.8 0 3 .9 3.9 2.1C10.4 6.9 11.6 6 13.4 6c3.4 0 5 3.5 3.1 6.9C19 16.3 12 21 12 21z" stroke-width="1.8" stroke-linejoin="round"/>
251
+ </svg>
252
+ </div>
253
+ <div class="meta">
254
+ <span>4 Colors</span>
255
+ <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="#666">
256
+ <path d="M6 9l6 6 6-6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
257
+ </svg>
258
+ </div>
259
+ <div class="title">ForeverRUN NITRO Women's Running Sho...</div>
260
+ <div class="price">$150.00</div>
261
+ <div class="rating">
262
+ <span>★★★★★</span>
263
+ <span class="count">(9)</span>
264
+ </div>
265
+ </div>
266
+
267
+ <!-- Product 4 -->
268
+ <div class="product">
269
+ <div class="img-box">[IMG: White/Black Running Shoe]</div>
270
+ <div class="favorite">
271
+ <svg viewBox="0 0 24 24" fill="none" stroke="#111">
272
+ <path d="M12 21s-7-4.7-9.5-8.1C.6 9.5 2.2 6 5.6 6c1.8 0 3 .9 3.9 2.1C10.4 6.9 11.6 6 13.4 6c3.4 0 5 3.5 3.1 6.9C19 16.3 12 21 12 21z" stroke-width="1.8" stroke-linejoin="round"/>
273
+ </svg>
274
+ </div>
275
+ <div class="meta">
276
+ <span>1 Color</span>
277
+ <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="#666">
278
+ <path d="M6 9l6 6 6-6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
279
+ </svg>
280
+ </div>
281
+ <div class="title">Electrify NITRO 2 75th Anniversary Wo...</div>
282
+ <div class="price">$100.00</div>
283
+ <div class="rating">
284
+ <span>★★★★☆</span>
285
+ <span class="count">(1)</span>
286
+ </div>
287
+ </div>
288
+
289
+ <!-- Product 5 (extra to suggest scrolling) -->
290
+ <div class="product">
291
+ <div class="img-box">[IMG: Lime Accent Running Shoe]</div>
292
+ <div class="favorite">
293
+ <svg viewBox="0 0 24 24" fill="none" stroke="#111">
294
+ <path d="M12 21s-7-4.7-9.5-8.1C.6 9.5 2.2 6 5.6 6c1.8 0 3 .9 3.9 2.1C10.4 6.9 11.6 6 13.4 6c3.4 0 5 3.5 3.1 6.9C19 16.3 12 21 12 21z" stroke-width="1.8" stroke-linejoin="round"/>
295
+ </svg>
296
+ </div>
297
+ <div class="meta">
298
+ <span>3 Colors</span>
299
+ <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="#666">
300
+ <path d="M6 9l6 6 6-6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
301
+ </svg>
302
+ </div>
303
+ <div class="title">Velocity NITRO Women's Road Running</div>
304
+ <div class="price">$120.00</div>
305
+ </div>
306
+
307
+ <div class="product">
308
+ <div class="img-box">[IMG: Black Racing Shoe]</div>
309
+ <div class="favorite">
310
+ <svg viewBox="0 0 24 24" fill="none" stroke="#111">
311
+ <path d="M12 21s-7-4.7-9.5-8.1C.6 9.5 2.2 6 5.6 6c1.8 0 3 .9 3.9 2.1C10.4 6.9 11.6 6 13.4 6c3.4 0 5 3.5 3.1 6.9C19 16.3 12 21 12 21z" stroke-width="1.8" stroke-linejoin="round"/>
312
+ </svg>
313
+ </div>
314
+ <div class="meta">
315
+ <span>2 Colors</span>
316
+ <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="#666">
317
+ <path d="M6 9l6 6 6-6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
318
+ </svg>
319
+ </div>
320
+ <div class="title">Fast-R Elite NITRO Women's Racing</div>
321
+ <div class="price">$220.00</div>
322
+ </div>
323
+
324
+ </div>
325
+ </div>
326
+
327
+ <!-- Bottom Navigation -->
328
+ <div class="bottom-nav">
329
+ <div class="tab">
330
+ <svg viewBox="0 0 24 24" fill="none" stroke="#8A8A8A">
331
+ <path d="M3 10l9-7 9 7v9a2 2 0 0 1-2 2h-4v-6H9v6H5a2 2 0 0 1-2-2v-9z" stroke-width="2" stroke-linejoin="round"/>
332
+ </svg>
333
+ <div>HOME</div>
334
+ </div>
335
+ <div class="tab">
336
+ <svg viewBox="0 0 24 24" fill="none" stroke="#8A8A8A">
337
+ <rect x="3" y="4" width="18" height="16" rx="2" stroke-width="2"/>
338
+ <path d="M3 9h18M8 4v5M16 4v5" stroke-width="2"/>
339
+ </svg>
340
+ <div>DROPS</div>
341
+ </div>
342
+ <div class="tab active">
343
+ <svg viewBox="0 0 24 24" fill="none" stroke="#111">
344
+ <circle cx="11" cy="11" r="7" stroke-width="2"/>
345
+ <path d="M20 20l-4-4" stroke-width="2" stroke-linecap="round"/>
346
+ </svg>
347
+ <div>SHOP</div>
348
+ </div>
349
+ <div class="tab">
350
+ <svg viewBox="0 0 24 24" fill="none" stroke="#8A8A8A">
351
+ <path d="M6 6h15l-2 10H7L6 6z" stroke-width="2"/>
352
+ <circle cx="9" cy="20" r="1.6" fill="#8A8A8A"/>
353
+ <circle cx="17" cy="20" r="1.6" fill="#8A8A8A"/>
354
+ <path d="M6 6 5 3H2" stroke-width="2" stroke-linecap="round"/>
355
+ </svg>
356
+ <div>CART</div>
357
+ </div>
358
+ <div class="tab" style="position: relative;">
359
+ <svg viewBox="0 0 24 24" fill="none" stroke="#8A8A8A">
360
+ <circle cx="12" cy="7" r="4" stroke-width="2"/>
361
+ <path d="M4 21c1.5-4 6-6 8-6s6.5 2 8 6" stroke-width="2" stroke-linecap="round"/>
362
+ </svg>
363
+ <div>ACCOUNT</div>
364
+ <div class="badge">1</div>
365
+ </div>
366
+ </div>
367
+
368
+ </div>
369
+ </body>
370
+ </html>
code/16290/16290_1.html ADDED
@@ -0,0 +1,191 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Product Detail - Women's Running Shoes</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: #ffffff;
13
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
14
+ color: #111;
15
+ }
16
+
17
+ /* General helpers */
18
+ .pad { padding: 0 64px; }
19
+ .divider { height: 2px; background: #e5e5e5; width: 100%; }
20
+ .muted { color: #555; }
21
+
22
+ /* Top spacer (status area visual space) */
23
+ .top-spacer { height: 190px; }
24
+
25
+ /* Hero section */
26
+ .hero {
27
+ position: relative;
28
+ width: 100%;
29
+ height: 760px;
30
+ background: #fff;
31
+ }
32
+ .hero-img {
33
+ position: absolute;
34
+ left: 50%;
35
+ top: 50%;
36
+ transform: translate(-50%, -40%);
37
+ width: 920px;
38
+ height: 520px;
39
+ background: #E0E0E0;
40
+ border: 1px solid #BDBDBD;
41
+ display: flex; align-items: center; justify-content: center;
42
+ color: #757575; font-size: 28px; letter-spacing: 0.2px;
43
+ }
44
+ .close-btn {
45
+ position: absolute;
46
+ right: 64px; top: -30px;
47
+ width: 110px; height: 110px;
48
+ background: #ffffff;
49
+ border-radius: 55px;
50
+ box-shadow: 0 2px 8px rgba(0,0,0,0.08);
51
+ display: flex; align-items: center; justify-content: center;
52
+ border: 1px solid #f0f0f0;
53
+ }
54
+ .close-btn svg { width: 42px; height: 42px; }
55
+ .pager-pill {
56
+ position: absolute;
57
+ left: 64px; bottom: 40px;
58
+ background: #fff;
59
+ border: 1px solid #d9d9d9;
60
+ border-radius: 24px;
61
+ padding: 14px 26px;
62
+ font-weight: 700; font-size: 32px;
63
+ box-shadow: 0 2px 8px rgba(0,0,0,0.06);
64
+ }
65
+
66
+ /* Color options */
67
+ .color-label {
68
+ margin-top: 28px;
69
+ font-size: 36px;
70
+ }
71
+ .color-label .name { font-weight: 800; }
72
+ .thumbs {
73
+ margin-top: 28px;
74
+ display: flex; gap: 34px;
75
+ }
76
+ .thumb {
77
+ width: 190px; height: 150px;
78
+ border: 1px solid #BDBDBD;
79
+ background: #E0E0E0;
80
+ display: flex; align-items: center; justify-content: center;
81
+ color: #757575; font-size: 22px;
82
+ }
83
+ .thumb.selected {
84
+ border: 4px solid #b6a07a;
85
+ box-sizing: border-box;
86
+ }
87
+
88
+ /* Title and favorite */
89
+ .title-row { display: flex; justify-content: space-between; align-items: flex-start; }
90
+ h1 {
91
+ margin: 44px 0 0;
92
+ font-size: 64px; line-height: 76px;
93
+ font-weight: 900;
94
+ letter-spacing: 0.2px;
95
+ max-width: 860px;
96
+ }
97
+ .favorite {
98
+ margin-top: 60px;
99
+ width: 64px; height: 64px;
100
+ }
101
+ .favorite svg { width: 64px; height: 64px; }
102
+
103
+ /* Price & description */
104
+ .price {
105
+ margin: 40px 64px 0;
106
+ font-size: 54px; font-weight: 800;
107
+ }
108
+ .description {
109
+ margin: 24px 64px 0;
110
+ font-size: 34px; line-height: 46px;
111
+ }
112
+ .description a {
113
+ color: #111; font-weight: 800; text-decoration: underline;
114
+ }
115
+
116
+ /* Size selector */
117
+ .size-select {
118
+ margin: 60px 64px 0;
119
+ height: 140px;
120
+ border: 3px solid #2b2b2b;
121
+ display: flex; align-items: center; justify-content: space-between;
122
+ padding: 0 34px;
123
+ }
124
+ .size-label { font-size: 40px; font-weight: 800; letter-spacing: 1px; }
125
+ .chev svg { width: 44px; height: 44px; }
126
+
127
+ /* Bottom gesture bar visual (subtle) */
128
+ .gesture-bar {
129
+ position: absolute; bottom: 24px; left: 50%;
130
+ transform: translateX(-50%);
131
+ width: 280px; height: 10px;
132
+ background: #000; border-radius: 6px; opacity: 0.2;
133
+ }
134
+ </style>
135
+ </head>
136
+ <body>
137
+ <div id="render-target">
138
+
139
+ <div class="top-spacer"></div>
140
+
141
+ <div class="hero">
142
+ <div class="close-btn">
143
+ <svg viewBox="0 0 32 32">
144
+ <path d="M4 4 L28 28 M28 4 L4 28" stroke="#111" stroke-width="3" stroke-linecap="round" fill="none"/>
145
+ </svg>
146
+ </div>
147
+ <div class="hero-img">[IMG: Icy Blue Women's Running Shoe]</div>
148
+ <div class="pager-pill">1/8</div>
149
+ </div>
150
+
151
+ <div class="divider"></div>
152
+
153
+ <div class="pad">
154
+ <div class="color-label">Color: <span class="name">Icy Blue–Ultra Blue–Fire Orchid</span></div>
155
+ <div class="thumbs">
156
+ <div class="thumb">[IMG: Black Shoe]</div>
157
+ <div class="thumb">[IMG: Pink Shoe]</div>
158
+ <div class="thumb">[IMG: Orange Shoe]</div>
159
+ <div class="thumb selected">[IMG: Blue Shoe]</div>
160
+ </div>
161
+ </div>
162
+
163
+ <div class="pad title-row">
164
+ <h1>ForeverRUN NITRO™<br>Women's Running Shoes</h1>
165
+ <div class="favorite">
166
+ <svg viewBox="0 0 48 48">
167
+ <path d="M24 40 L10 26c-5-5-5-13 0-18s13-5 18 0c5-5 13-5 18 0s5 13 0 18L32 40" stroke="#111" stroke-width="3" fill="none" stroke-linejoin="round" stroke-linecap="round"/>
168
+ </svg>
169
+ </div>
170
+ </div>
171
+
172
+ <div class="price">$150.00</div>
173
+
174
+ <div class="description">
175
+ Introducing 30 Day Test Run. Try this shoe for 30 days and if things don't work out, return hassle-free.<br>
176
+ <a href="#">LEARN MORE</a>
177
+ </div>
178
+
179
+ <div class="size-select">
180
+ <span class="size-label">SIZE</span>
181
+ <div class="chev">
182
+ <svg viewBox="0 0 36 36">
183
+ <path d="M6 12 L18 24 L30 12" stroke="#111" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
184
+ </svg>
185
+ </div>
186
+ </div>
187
+
188
+ <div class="gesture-bar"></div>
189
+ </div>
190
+ </body>
191
+ </html>
code/16290/16290_2.html ADDED
@@ -0,0 +1,309 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Product Detail - Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ * { box-sizing: border-box; }
10
+ #render-target {
11
+ width: 1080px;
12
+ height: 2400px;
13
+ position: relative;
14
+ overflow: hidden;
15
+ background: #ffffff;
16
+ font-family: Arial, Helvetica, sans-serif;
17
+ color: #111;
18
+ }
19
+
20
+ /* Status bar */
21
+ .status-bar {
22
+ height: 120px;
23
+ padding: 0 40px;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ color: #333;
28
+ font-weight: 600;
29
+ font-size: 40px;
30
+ }
31
+ .status-right {
32
+ display: flex;
33
+ align-items: center;
34
+ gap: 26px;
35
+ }
36
+ .sb-dot {
37
+ width: 16px; height: 16px; background:#666; border-radius:50%;
38
+ }
39
+ .sb-icon {
40
+ display:inline-flex; align-items:center; justify-content:center;
41
+ }
42
+ .sb-battery {
43
+ width: 58px; height: 34px; border: 3px solid #555; border-radius:6px; position: relative;
44
+ }
45
+ .sb-battery::after {
46
+ content:""; position:absolute; right:-10px; top:10px; width:8px; height:14px; background:#555; border-radius:2px;
47
+ }
48
+ .sb-battery .lvl { width: 32px; height: 22px; background:#555; margin: 5px; border-radius:3px; }
49
+ .sb-signal {
50
+ width: 42px; height: 34px; border-left: 8px solid #555; border-top: 8px solid transparent;
51
+ transform: skewX(-20deg);
52
+ }
53
+ .sb-wifi {
54
+ width: 40px; height: 40px;
55
+ }
56
+
57
+ /* Hero / gallery */
58
+ .hero {
59
+ position: relative;
60
+ height: 540px;
61
+ padding-top: 10px;
62
+ }
63
+ .hero .gallery-placeholder {
64
+ width: 100%;
65
+ height: 100%;
66
+ background: #E0E0E0;
67
+ border: 1px solid #BDBDBD;
68
+ display: flex; align-items: center; justify-content: center;
69
+ color: #757575; font-size: 36px;
70
+ }
71
+ .hero .counter-pill {
72
+ position: absolute;
73
+ left: 56px;
74
+ bottom: 40px;
75
+ background: #fff;
76
+ border: 2px solid #d9d9d9;
77
+ border-radius: 40px;
78
+ padding: 16px 28px;
79
+ font-weight: 600;
80
+ font-size: 36px;
81
+ box-shadow: 0 2px 6px rgba(0,0,0,0.08);
82
+ }
83
+ .progress-line {
84
+ width: 100%;
85
+ height: 6px;
86
+ background: #d9d9d9;
87
+ }
88
+ .progress-line .progress {
89
+ width: 180px; height: 6px; background: #111;
90
+ }
91
+
92
+ .content {
93
+ padding: 40px 56px 0 56px;
94
+ }
95
+
96
+ /* Color section */
97
+ .color-label {
98
+ font-size: 38px;
99
+ color: #333;
100
+ margin: 36px 0 24px 0;
101
+ }
102
+ .color-label .value { font-weight: 700; }
103
+ .thumbs {
104
+ display: flex;
105
+ gap: 34px;
106
+ margin-bottom: 40px;
107
+ }
108
+ .thumb {
109
+ width: 220px; height: 220px;
110
+ background: #E0E0E0;
111
+ border: 1px solid #BDBDBD;
112
+ display: flex; align-items:center; justify-content:center;
113
+ color:#757575; font-size:26px; text-align:center; padding:12px;
114
+ }
115
+ .thumb.selected {
116
+ border: 6px solid #b69b6b;
117
+ background: #F0F0F0;
118
+ }
119
+
120
+ /* Title and favorite */
121
+ .title-row {
122
+ display: flex;
123
+ align-items: flex-start;
124
+ justify-content: space-between;
125
+ margin-top: 28px;
126
+ }
127
+ .product-title {
128
+ font-size: 64px;
129
+ font-weight: 800;
130
+ line-height: 1.15;
131
+ letter-spacing: -0.5px;
132
+ max-width: 830px;
133
+ }
134
+ .fav-btn {
135
+ width: 72px; height: 72px;
136
+ }
137
+
138
+ .price {
139
+ font-size: 52px;
140
+ font-weight: 800;
141
+ margin: 32px 0 24px 0;
142
+ }
143
+
144
+ .desc {
145
+ font-size: 36px;
146
+ color: #444;
147
+ line-height: 1.55;
148
+ margin-bottom: 14px;
149
+ }
150
+ .link {
151
+ font-size: 36px;
152
+ font-weight: 700;
153
+ text-decoration: underline;
154
+ color: #111;
155
+ margin-bottom: 36px;
156
+ display: inline-block;
157
+ }
158
+
159
+ /* Size selector & button */
160
+ .select-box {
161
+ border: 4px solid #333;
162
+ height: 140px;
163
+ display: flex; align-items: center; justify-content: center;
164
+ font-size: 40px; font-weight: 700; letter-spacing: 1px;
165
+ margin: 24px 0 36px;
166
+ position: relative;
167
+ }
168
+ .select-box .chev {
169
+ position: absolute; right: 36px; top: 50%; transform: translateY(-50%);
170
+ width: 44px; height: 44px;
171
+ }
172
+ .cta {
173
+ height: 140px;
174
+ background: #121212;
175
+ color: #fff;
176
+ font-size: 40px;
177
+ font-weight: 800;
178
+ letter-spacing: 2px;
179
+ display:flex; align-items:center; justify-content:center;
180
+ margin-bottom: 40px;
181
+ }
182
+
183
+ /* Info rows */
184
+ .info-row {
185
+ display: flex; align-items: center;
186
+ gap: 24px;
187
+ margin: 26px 0;
188
+ }
189
+ .info-row .icon {
190
+ width: 56px; height: 56px;
191
+ }
192
+ .info-row .text {
193
+ font-size: 34px; color: #333;
194
+ }
195
+
196
+ /* Product story */
197
+ .section-title {
198
+ font-size: 50px;
199
+ font-weight: 800;
200
+ letter-spacing: 0.5px;
201
+ margin: 52px 0 18px;
202
+ }
203
+ .story-text {
204
+ font-size: 34px;
205
+ color: #555;
206
+ line-height: 1.6;
207
+ margin-bottom: 24px;
208
+ }
209
+
210
+ /* Bottom gesture area hint (visual) */
211
+ .bottom-indicator {
212
+ position: absolute;
213
+ bottom: 24px; left: 50%; transform: translateX(-50%);
214
+ width: 240px; height: 10px; background: #111; border-radius: 8px; opacity: 0.85;
215
+ }
216
+ </style>
217
+ </head>
218
+ <body>
219
+ <div id="render-target">
220
+ <!-- Status Bar -->
221
+ <div class="status-bar">
222
+ <div>5:39</div>
223
+ <div class="status-right">
224
+ <div class="sb-icon">
225
+ <svg class="sb-wifi" viewBox="0 0 24 24">
226
+ <path d="M2 8c6-6 14-6 20 0" stroke="#555" stroke-width="2" fill="none" stroke-linecap="round"/>
227
+ <path d="M6 12c4-4 8-4 12 0" stroke="#555" stroke-width="2" fill="none" stroke-linecap="round"/>
228
+ <circle cx="12" cy="16" r="2" fill="#555"/>
229
+ </svg>
230
+ </div>
231
+ <div class="sb-signal"></div>
232
+ <div class="sb-dot"></div>
233
+ <div class="sb-icon">
234
+ <svg width="42" height="34" viewBox="0 0 24 24">
235
+ <circle cx="12" cy="12" r="10" stroke="#555" stroke-width="2" fill="none"/>
236
+ <path d="M12 6v7l4 3" stroke="#555" stroke-width="2" fill="none" stroke-linecap="round"/>
237
+ </svg>
238
+ </div>
239
+ <div class="sb-battery"><div class="lvl"></div></div>
240
+ </div>
241
+ </div>
242
+
243
+ <!-- Hero / Product gallery -->
244
+ <div class="hero">
245
+ <div class="gallery-placeholder">[IMG: Product Gallery - Running Shoe]</div>
246
+ <div class="counter-pill">1/8</div>
247
+ </div>
248
+ <div class="progress-line"><div class="progress"></div></div>
249
+
250
+ <div class="content">
251
+ <div class="color-label">Color: <span class="value">Icy Blue–Ultra Blue–Fire Orchid</span></div>
252
+ <div class="thumbs">
253
+ <div class="thumb">[IMG: Black shoe]</div>
254
+ <div class="thumb">[IMG: Pink shoe]</div>
255
+ <div class="thumb">[IMG: Orange shoe]</div>
256
+ <div class="thumb selected">[IMG: Icy Blue shoe]</div>
257
+ </div>
258
+
259
+ <div class="title-row">
260
+ <div class="product-title">ForeverRUN NITRO™<br>Women's Running Shoes</div>
261
+ <svg class="fav-btn" viewBox="0 0 24 24">
262
+ <path d="M12 21s-7-4.5-9.5-8A5.7 5.7 0 0 1 12 6a5.7 5.7 0 0 1 9.5 7c-2.5 3.5-9.5 8-9.5 8z" fill="none" stroke="#111" stroke-width="2" />
263
+ </svg>
264
+ </div>
265
+
266
+ <div class="price">$150.00</div>
267
+
268
+ <div class="desc">
269
+ Introducing 30 Day Test Run. Try this shoe for 30 days and if things don't work out, return hassle-free.
270
+ </div>
271
+ <a href="#" class="link">LEARN MORE</a>
272
+
273
+ <div class="select-box">
274
+ SIZE
275
+ <svg class="chev" viewBox="0 0 24 24">
276
+ <path d="M6 9l6 6 6-6" stroke="#111" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
277
+ </svg>
278
+ </div>
279
+
280
+ <div class="cta">ADD TO CART</div>
281
+
282
+ <div class="info-row">
283
+ <svg class="icon" viewBox="0 0 24 24">
284
+ <rect x="1" y="7" width="15" height="9" rx="2" stroke="#555" stroke-width="2" fill="none"/>
285
+ <rect x="16" y="10" width="6" height="6" rx="1" stroke="#555" stroke-width="2" fill="none"/>
286
+ <circle cx="6" cy="18" r="2" fill="#555"/>
287
+ <circle cx="18" cy="18" r="2" fill="#555"/>
288
+ </svg>
289
+ <div class="text">This item qualifies for free shipping!</div>
290
+ </div>
291
+
292
+ <div class="info-row">
293
+ <svg class="icon" viewBox="0 0 24 24">
294
+ <path d="M5 13l4 4 10-10" stroke="#555" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
295
+ </svg>
296
+ <div class="text">Free returns on all qualifying orders.</div>
297
+ </div>
298
+
299
+ <div class="section-title">PRODUCT STORY</div>
300
+ <div class="story-text">
301
+ The ForeverRUN NITRO dawns a new era of support and guidance for all runners, providing
302
+ comfort and reliable performance run after run.
303
+ </div>
304
+ </div>
305
+
306
+ <div class="bottom-indicator"></div>
307
+ </div>
308
+ </body>
309
+ </html>
code/16290/16290_3.html ADDED
@@ -0,0 +1,225 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Choose Size Bottom Sheet</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: #f2f2f2;
15
+ }
16
+
17
+ /* Status bar (top) */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0; left: 0;
21
+ width: 100%;
22
+ height: 140px;
23
+ background: #1a1a1a;
24
+ color: #fff;
25
+ }
26
+ .status-content {
27
+ position: absolute;
28
+ top: 36px; left: 40px; right: 40px;
29
+ height: 68px;
30
+ display: flex; align-items: center; justify-content: space-between;
31
+ font-size: 36px; letter-spacing: 1px;
32
+ }
33
+ .status-icons {
34
+ display: flex; align-items: center; gap: 26px;
35
+ }
36
+ .dot { width: 10px; height: 10px; background: #ffffffa8; border-radius: 50%; }
37
+
38
+ /* Background product image area */
39
+ .product-photo {
40
+ position: absolute;
41
+ top: 140px; left: 0;
42
+ width: 100%;
43
+ height: 420px;
44
+ background: #bdbdbd;
45
+ border-top: 1px solid #b0b0b0;
46
+ border-bottom: 1px solid #b0b0b0;
47
+ display: flex; align-items: center; justify-content: center;
48
+ color: #6a6a6a; font-size: 36px;
49
+ }
50
+ .chip {
51
+ position: absolute;
52
+ top: 360px; left: 52px;
53
+ background: #d1d1d1;
54
+ color: #333;
55
+ padding: 16px 24px;
56
+ border-radius: 28px;
57
+ font-weight: 700;
58
+ font-size: 34px;
59
+ }
60
+
61
+ /* Bottom sheet */
62
+ .sheet {
63
+ position: absolute;
64
+ top: 520px; left: 0;
65
+ width: 100%;
66
+ height: 1780px;
67
+ background: #ffffff;
68
+ border-top-left-radius: 26px;
69
+ border-top-right-radius: 26px;
70
+ box-shadow: 0 -6px 20px rgba(0,0,0,0.15);
71
+ }
72
+ .grabber {
73
+ position: absolute;
74
+ top: 18px; left: 50%;
75
+ transform: translateX(-50%);
76
+ width: 150px; height: 10px;
77
+ background: #cfcfd4;
78
+ border-radius: 8px;
79
+ }
80
+ .sheet-header {
81
+ display: flex;
82
+ align-items: center;
83
+ justify-content: space-between;
84
+ padding: 80px 48px 36px 48px;
85
+ }
86
+ .sheet-title {
87
+ font-size: 64px;
88
+ font-weight: 800;
89
+ color: #1d1d1d;
90
+ letter-spacing: 1px;
91
+ }
92
+ .close-btn {
93
+ width: 64px; height: 64px; cursor: pointer;
94
+ }
95
+
96
+ .sizes {
97
+ padding: 0 48px;
98
+ }
99
+ .size-row {
100
+ height: 140px;
101
+ display: flex; align-items: center; justify-content: space-between;
102
+ border-bottom: 1px solid #e3e4e6;
103
+ }
104
+ .size-label {
105
+ font-size: 46px;
106
+ font-weight: 700;
107
+ color: #111;
108
+ }
109
+ .note {
110
+ font-size: 38px;
111
+ color: #9aa0a6;
112
+ font-weight: 600;
113
+ }
114
+
115
+ .size-guide {
116
+ display: flex; align-items: center; gap: 14px;
117
+ justify-content: flex-end;
118
+ padding: 36px 48px 24px 48px;
119
+ font-weight: 800;
120
+ font-size: 38px;
121
+ color: #111;
122
+ }
123
+ .add-btn {
124
+ margin: 12px 48px 120px 48px;
125
+ height: 120px;
126
+ background: #b7bcc1;
127
+ color: #3b3f44;
128
+ border-radius: 6px;
129
+ display: flex; align-items: center; justify-content: center;
130
+ font-weight: 800;
131
+ font-size: 40px;
132
+ letter-spacing: 3px;
133
+ text-transform: uppercase;
134
+ }
135
+
136
+ /* Bottom gesture area */
137
+ .bottom-bar {
138
+ position: absolute;
139
+ bottom: 0; left: 0; width: 100%; height: 120px; background: #000;
140
+ }
141
+ .gesture-pill {
142
+ position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%);
143
+ width: 220px; height: 12px; border-radius: 10px; background: #e7e7e7;
144
+ opacity: 0.9;
145
+ }
146
+ </style>
147
+ </head>
148
+ <body>
149
+ <div id="render-target">
150
+ <!-- Status bar -->
151
+ <div class="status-bar">
152
+ <div class="status-content">
153
+ <div>5:39</div>
154
+ <div class="status-icons">
155
+ <div class="dot"></div>
156
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#fff"><circle cx="12" cy="12" r="10"/></svg>
157
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2"><rect x="2" y="6" width="20" height="12" rx="2"/><rect x="5" y="9" width="14" height="6" fill="#fff"/></svg>
158
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2"><path d="M4 7h16M4 12h10M4 17h6"/></svg>
159
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#fff"><path d="M12 2l2 2h6v16H4V4h6l2-2z"/></svg>
160
+ </div>
161
+ </div>
162
+ </div>
163
+
164
+ <!-- Product image area -->
165
+ <div class="product-photo">[IMG: Product Photo]</div>
166
+ <div class="chip">1/8</div>
167
+
168
+ <!-- Bottom sheet -->
169
+ <div class="sheet">
170
+ <div class="grabber"></div>
171
+ <div class="sheet-header">
172
+ <div class="sheet-title">CHOOSE YOUR SIZE</div>
173
+ <svg class="close-btn" viewBox="0 0 24 24">
174
+ <path d="M5 5 L19 19 M19 5 L5 19" stroke="#1e1e1e" stroke-width="2.5" stroke-linecap="round"/>
175
+ </svg>
176
+ </div>
177
+
178
+ <div class="sizes">
179
+ <div class="size-row">
180
+ <div class="size-label">5.5</div>
181
+ <div class="note">Only a Few Left</div>
182
+ </div>
183
+ <div class="size-row">
184
+ <div class="size-label">6</div>
185
+ </div>
186
+ <div class="size-row">
187
+ <div class="size-label">6.5</div>
188
+ </div>
189
+ <div class="size-row">
190
+ <div class="size-label">7</div>
191
+ </div>
192
+ <div class="size-row">
193
+ <div class="size-label">7.5</div>
194
+ </div>
195
+ <div class="size-row">
196
+ <div class="size-label">8</div>
197
+ </div>
198
+ <div class="size-row">
199
+ <div class="size-label">8.5</div>
200
+ </div>
201
+ <div class="size-row">
202
+ <div class="size-label">9</div>
203
+ </div>
204
+ <div class="size-row" style="border-bottom: none;">
205
+ <div class="size-label">9.5</div>
206
+ </div>
207
+ </div>
208
+
209
+ <div class="size-guide">
210
+ <div>SIZE GUIDE</div>
211
+ <svg width="40" height="40" viewBox="0 0 24 24">
212
+ <path d="M8 5l7 7-7 7" stroke="#111" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
213
+ </svg>
214
+ </div>
215
+
216
+ <div class="add-btn">ADD TO CART</div>
217
+ </div>
218
+
219
+ <!-- Bottom gesture area -->
220
+ <div class="bottom-bar">
221
+ <div class="gesture-pill"></div>
222
+ </div>
223
+ </div>
224
+ </body>
225
+ </html>
code/16290/16290_4.html ADDED
@@ -0,0 +1,284 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Choose Your Size</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ font-family: "Helvetica Neue", Arial, sans-serif;
16
+ color: #111111;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ width: 100%;
25
+ height: 150px;
26
+ background: #202020;
27
+ color: #fff;
28
+ display: flex;
29
+ align-items: center;
30
+ justify-content: space-between;
31
+ padding: 0 36px;
32
+ box-sizing: border-box;
33
+ }
34
+ .status-left { font-size: 42px; font-weight: 600; }
35
+ .status-right { display: flex; align-items: center; gap: 22px; }
36
+ .icon {
37
+ width: 40px; height: 40px;
38
+ display: inline-flex; align-items: center; justify-content: center;
39
+ }
40
+ /* simple icons */
41
+ .wifi svg, .battery svg { display: block; }
42
+
43
+ /* Top product area under status bar */
44
+ .product-area {
45
+ position: absolute;
46
+ top: 150px;
47
+ left: 0;
48
+ width: 100%;
49
+ height: 460px;
50
+ background: #9c9c9c;
51
+ border-bottom: 1px solid #d8d8d8;
52
+ display: flex;
53
+ align-items: center;
54
+ justify-content: center;
55
+ color: #555;
56
+ font-size: 36px;
57
+ letter-spacing: 0.2px;
58
+ }
59
+ .counter-pill {
60
+ position: absolute;
61
+ top: 370px;
62
+ left: 36px;
63
+ background: #e0e0e0;
64
+ color: #2b2b2b;
65
+ font-weight: 700;
66
+ font-size: 34px;
67
+ padding: 12px 22px;
68
+ border-radius: 24px;
69
+ box-shadow: 0 0 0 1px rgba(0,0,0,0.06) inset;
70
+ }
71
+
72
+ /* Bottom sheet */
73
+ .sheet {
74
+ position: absolute;
75
+ left: 0;
76
+ right: 0;
77
+ top: 610px;
78
+ bottom: 0;
79
+ background: #ffffff;
80
+ border-top-left-radius: 18px;
81
+ border-top-right-radius: 18px;
82
+ box-shadow: 0 -2px 8px rgba(0,0,0,0.06);
83
+ }
84
+ .handle {
85
+ width: 140px; height: 10px;
86
+ background: #c9c9c9;
87
+ border-radius: 8px;
88
+ position: absolute;
89
+ top: 626px;
90
+ left: 50%;
91
+ transform: translateX(-50%);
92
+ }
93
+ .sheet-header {
94
+ padding: 60px 48px 20px 48px;
95
+ }
96
+ .title-row {
97
+ display: flex;
98
+ align-items: center;
99
+ justify-content: space-between;
100
+ }
101
+ .sheet-title {
102
+ font-size: 64px;
103
+ font-weight: 800;
104
+ letter-spacing: 1px;
105
+ }
106
+ .close-btn {
107
+ width: 70px; height: 70px;
108
+ }
109
+
110
+ /* Size list */
111
+ .size-list {
112
+ list-style: none;
113
+ padding: 10px 0 0 0;
114
+ margin: 0 0 20px 0;
115
+ }
116
+ .size-item {
117
+ display: flex;
118
+ align-items: center;
119
+ justify-content: space-between;
120
+ padding: 48px 48px;
121
+ border-bottom: 2px solid #e6e6e6;
122
+ }
123
+ .size-label {
124
+ font-size: 50px;
125
+ font-weight: 700;
126
+ }
127
+ .note {
128
+ margin-left: 28px;
129
+ font-size: 36px;
130
+ color: #9aa0a6;
131
+ font-weight: 600;
132
+ }
133
+ .tick {
134
+ width: 44px; height: 44px;
135
+ }
136
+
137
+ /* Size guide and CTA */
138
+ .guide-row {
139
+ display: flex;
140
+ justify-content: flex-end;
141
+ align-items: center;
142
+ gap: 16px;
143
+ padding: 36px 48px 0 48px;
144
+ color: #111;
145
+ font-weight: 800;
146
+ font-size: 40px;
147
+ }
148
+ .guide-row .arrow {
149
+ width: 36px; height: 36px;
150
+ }
151
+ .cta {
152
+ position: absolute;
153
+ left: 48px;
154
+ right: 48px;
155
+ bottom: 140px;
156
+ height: 132px;
157
+ background: #141414;
158
+ color: #ffffff;
159
+ border-radius: 6px;
160
+ display: flex;
161
+ align-items: center;
162
+ justify-content: center;
163
+ font-weight: 800;
164
+ font-size: 44px;
165
+ letter-spacing: 2px;
166
+ }
167
+
168
+ /* Home indicator bar */
169
+ .home-indicator {
170
+ position: absolute;
171
+ left: 50%;
172
+ transform: translateX(-50%);
173
+ bottom: 48px;
174
+ width: 260px; height: 16px;
175
+ background: #d0d0d0;
176
+ border-radius: 10px;
177
+ }
178
+ </style>
179
+ </head>
180
+ <body>
181
+ <div id="render-target">
182
+
183
+ <!-- Status bar -->
184
+ <div class="status-bar">
185
+ <div class="status-left">5:39</div>
186
+ <div class="status-right">
187
+ <div class="icon">
188
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#fff">
189
+ <circle cx="12" cy="12" r="10" opacity="0.3"></circle>
190
+ <rect x="6" y="6" width="12" height="12" rx="2" opacity="0.6"></rect>
191
+ </svg>
192
+ </div>
193
+ <div class="icon wifi">
194
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none">
195
+ <path d="M2 9c5-4 15-4 20 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
196
+ <path d="M5 12c4-3 10-3 14 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
197
+ <path d="M9 15c2-2 4-2 6 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
198
+ <circle cx="12" cy="18" r="1.6" fill="#fff"/>
199
+ </svg>
200
+ </div>
201
+ <div class="icon battery">
202
+ <svg width="48" height="40" viewBox="0 0 32 18" fill="none">
203
+ <rect x="1" y="3" width="26" height="12" rx="2" stroke="#fff" stroke-width="2"></rect>
204
+ <rect x="3" y="5" width="18" height="8" rx="1" fill="#fff"></rect>
205
+ <rect x="28" y="6" width="3" height="6" rx="1" fill="#fff"></rect>
206
+ </svg>
207
+ </div>
208
+ </div>
209
+ </div>
210
+
211
+ <!-- Product gallery area -->
212
+ <div class="product-area">
213
+ [IMG: Product Gallery]
214
+ <div class="counter-pill">1/8</div>
215
+ </div>
216
+
217
+ <!-- Bottom sheet with sizes -->
218
+ <div class="sheet"></div>
219
+ <div class="handle"></div>
220
+
221
+ <div class="sheet-header">
222
+ <div class="title-row">
223
+ <div class="sheet-title">CHOOSE YOUR SIZE</div>
224
+ <div class="close-btn">
225
+ <svg width="70" height="70" viewBox="0 0 24 24">
226
+ <path d="M5 5L19 19M19 5L5 19" stroke="#111" stroke-width="2" stroke-linecap="round"/>
227
+ </svg>
228
+ </div>
229
+ </div>
230
+ </div>
231
+
232
+ <ul class="size-list">
233
+ <li class="size-item">
234
+ <div style="display:flex; align-items:center;">
235
+ <div class="size-label">5.5</div>
236
+ <div class="note">Only a Few Left</div>
237
+ </div>
238
+ </li>
239
+ <li class="size-item">
240
+ <div class="size-label">6</div>
241
+ </li>
242
+ <li class="size-item">
243
+ <div class="size-label">6.5</div>
244
+ </li>
245
+ <li class="size-item">
246
+ <div class="size-label">7</div>
247
+ </li>
248
+ <li class="size-item">
249
+ <div class="size-label">7.5</div>
250
+ </li>
251
+ <li class="size-item">
252
+ <div class="size-label">8</div>
253
+ <div class="tick">
254
+ <svg width="44" height="44" viewBox="0 0 24 24">
255
+ <path d="M6 13l4 4 8-8" stroke="#111" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
256
+ </svg>
257
+ </div>
258
+ </li>
259
+ <li class="size-item">
260
+ <div class="size-label">8.5</div>
261
+ </li>
262
+ <li class="size-item">
263
+ <div class="size-label">9</div>
264
+ </li>
265
+ <li class="size-item">
266
+ <div class="size-label">9.5</div>
267
+ </li>
268
+ </ul>
269
+
270
+ <div class="guide-row">
271
+ <div>SIZE GUIDE</div>
272
+ <div class="arrow">
273
+ <svg width="36" height="36" viewBox="0 0 24 24">
274
+ <path d="M9 6l6 6-6 6" stroke="#111" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
275
+ </svg>
276
+ </div>
277
+ </div>
278
+
279
+ <div class="cta">ADD TO CART</div>
280
+
281
+ <div class="home-indicator"></div>
282
+ </div>
283
+ </body>
284
+ </html>
code/16290/16290_5.html ADDED
@@ -0,0 +1,295 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Product Detail - Mock</title>
6
+ <style>
7
+ body {
8
+ margin: 0;
9
+ padding: 0;
10
+ background: transparent;
11
+ }
12
+ #render-target {
13
+ width: 1080px;
14
+ height: 2400px;
15
+ position: relative;
16
+ overflow: hidden;
17
+ background: #ffffff;
18
+ color: #222;
19
+ font-family: Arial, Helvetica, sans-serif;
20
+ }
21
+
22
+ /* Top status area */
23
+ .statusbar {
24
+ position: absolute;
25
+ top: 0;
26
+ left: 0;
27
+ width: 1080px;
28
+ height: 160px;
29
+ background: #fafafa;
30
+ display: flex;
31
+ align-items: center;
32
+ justify-content: space-between;
33
+ padding: 0 48px;
34
+ box-sizing: border-box;
35
+ }
36
+ .statusbar .time {
37
+ font-size: 40px;
38
+ font-weight: 600;
39
+ color: #333;
40
+ }
41
+ .statusbar .icons {
42
+ display: flex;
43
+ align-items: center;
44
+ gap: 24px;
45
+ }
46
+ .statusbar .icons div {
47
+ width: 34px;
48
+ height: 34px;
49
+ background: #e5e5e5;
50
+ border-radius: 6px;
51
+ }
52
+
53
+ /* Small chip */
54
+ .chip {
55
+ position: absolute;
56
+ top: 210px;
57
+ left: 60px;
58
+ background: #ffffff;
59
+ border: 1px solid #dcdcdc;
60
+ border-radius: 40px;
61
+ padding: 16px 28px;
62
+ font-size: 36px;
63
+ color: #333;
64
+ box-shadow: 0 2px 4px rgba(0,0,0,0.06);
65
+ }
66
+ .top-divider {
67
+ position: absolute;
68
+ top: 430px;
69
+ left: 0;
70
+ width: 1080px;
71
+ height: 6px;
72
+ background: #d7d7d7;
73
+ }
74
+
75
+ /* Content area */
76
+ .content {
77
+ position: absolute;
78
+ top: 480px;
79
+ left: 60px;
80
+ width: 960px;
81
+ box-sizing: border-box;
82
+ }
83
+ .label {
84
+ font-size: 34px;
85
+ color: #444;
86
+ margin-bottom: 28px;
87
+ }
88
+ .label .val {
89
+ font-weight: 700;
90
+ color: #111;
91
+ }
92
+
93
+ .thumb-row {
94
+ display: flex;
95
+ gap: 34px;
96
+ margin-bottom: 64px;
97
+ }
98
+ .thumb {
99
+ width: 198px;
100
+ height: 160px;
101
+ background: #E0E0E0;
102
+ border: 1px solid #BDBDBD;
103
+ display: flex;
104
+ justify-content: center;
105
+ align-items: center;
106
+ color: #757575;
107
+ font-size: 26px;
108
+ }
109
+ .thumb.selected {
110
+ border: 6px solid #b8a27f;
111
+ }
112
+
113
+ .title-row {
114
+ display: flex;
115
+ align-items: flex-start;
116
+ justify-content: space-between;
117
+ margin-bottom: 20px;
118
+ }
119
+ .product-title {
120
+ font-size: 64px;
121
+ font-weight: 800;
122
+ line-height: 78px;
123
+ color: #111;
124
+ margin: 0;
125
+ max-width: 820px;
126
+ }
127
+ .icon-heart {
128
+ margin-top: 12px;
129
+ }
130
+
131
+ .price {
132
+ font-size: 58px;
133
+ font-weight: 800;
134
+ color: #111;
135
+ margin: 24px 0 28px;
136
+ }
137
+
138
+ .desc {
139
+ font-size: 34px;
140
+ line-height: 1.5;
141
+ color: #333;
142
+ margin-bottom: 16px;
143
+ max-width: 960px;
144
+ }
145
+ .learn {
146
+ font-size: 34px;
147
+ font-weight: 800;
148
+ text-decoration: underline;
149
+ color: #111;
150
+ margin-bottom: 40px;
151
+ display: inline-block;
152
+ }
153
+
154
+ .dropdown {
155
+ width: 960px;
156
+ height: 124px;
157
+ border: 3px solid #bfbfbf;
158
+ border-radius: 8px;
159
+ display: flex;
160
+ align-items: center;
161
+ justify-content: center;
162
+ gap: 16px;
163
+ font-size: 40px;
164
+ font-weight: 700;
165
+ color: #757575;
166
+ margin: 28px 0 32px;
167
+ }
168
+
169
+ .big-btn {
170
+ width: 960px;
171
+ height: 124px;
172
+ border-radius: 6px;
173
+ background: #cfcfcf;
174
+ display: flex;
175
+ align-items: center;
176
+ justify-content: center;
177
+ margin-bottom: 44px;
178
+ }
179
+
180
+ .benefit {
181
+ display: flex;
182
+ align-items: center;
183
+ gap: 22px;
184
+ font-size: 34px;
185
+ color: #222;
186
+ margin-bottom: 34px;
187
+ }
188
+
189
+ .section-title {
190
+ font-size: 48px;
191
+ font-weight: 800;
192
+ color: #222;
193
+ margin: 70px 0 20px;
194
+ }
195
+ .story {
196
+ font-size: 34px;
197
+ line-height: 1.55;
198
+ color: #555;
199
+ max-width: 960px;
200
+ }
201
+
202
+ /* Bottom gesture bar */
203
+ .gesture {
204
+ position: absolute;
205
+ bottom: 26px;
206
+ left: 50%;
207
+ transform: translateX(-50%);
208
+ width: 320px;
209
+ height: 16px;
210
+ background: #cfcfcf;
211
+ border-radius: 10px;
212
+ }
213
+ </style>
214
+ </head>
215
+ <body>
216
+ <div id="render-target">
217
+ <div class="statusbar">
218
+ <div class="time">5:40</div>
219
+ <div class="icons">
220
+ <div></div>
221
+ <div></div>
222
+ <div></div>
223
+ <div style="width:10px;height:10px;background:#999;border-radius:50%;"></div>
224
+ <div></div>
225
+ <div></div>
226
+ </div>
227
+ </div>
228
+
229
+ <div class="chip">1/8</div>
230
+ <div class="top-divider"></div>
231
+
232
+ <div class="content">
233
+ <div class="label">Color: <span class="val">Icy Blue–Ultra Blue–Fire Orchid</span></div>
234
+
235
+ <div class="thumb-row">
236
+ <div class="thumb">[IMG: Black Shoe]</div>
237
+ <div class="thumb">[IMG: Pink Shoe]</div>
238
+ <div class="thumb">[IMG: Orange Shoe]</div>
239
+ <div class="thumb selected">[IMG: Icy Blue Shoe]</div>
240
+ </div>
241
+
242
+ <div class="title-row">
243
+ <h1 class="product-title">ForeverRUN NITRO™<br>Women's Running Shoes</h1>
244
+ <svg class="icon-heart" width="64" height="64" viewBox="0 0 24 24">
245
+ <path d="M12 21s-7-4.4-9.1-7.9A5.6 5.6 0 0112 5a5.6 5.6 0 019.1 8.1C18.9 16.6 12 21 12 21z" fill="none" stroke="#111" stroke-width="1.8"/>
246
+ </svg>
247
+ </div>
248
+
249
+ <div class="price">$150.00</div>
250
+
251
+ <div class="desc">
252
+ Introducing 30 Day Test Run. Try this shoe for 30 days and if things don't work out, return hassle-free.
253
+ </div>
254
+ <a class="learn" href="#">LEARN MORE</a>
255
+
256
+ <div class="dropdown">
257
+ SIZE 8
258
+ <svg width="30" height="30" viewBox="0 0 24 24">
259
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#555" stroke-width="2"/>
260
+ </svg>
261
+ </div>
262
+
263
+ <div class="big-btn">
264
+ <svg class="spinner" width="44" height="44" viewBox="0 0 24 24">
265
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#ffffff" stroke-opacity="0.5" stroke-width="3"/>
266
+ <path d="M12 3a9 9 0 009 9" fill="none" stroke="#ffffff" stroke-width="3"/>
267
+ </svg>
268
+ </div>
269
+
270
+ <div class="benefit">
271
+ <svg width="48" height="48" viewBox="0 0 24 24">
272
+ <path d="M3 6h10v8H3zM13 9h5l3 3v2h-8z" fill="none" stroke="#111" stroke-width="1.6"/>
273
+ <circle cx="6" cy="17" r="2" fill="none" stroke="#111" stroke-width="1.6"/>
274
+ <circle cx="17" cy="17" r="2" fill="none" stroke="#111" stroke-width="1.6"/>
275
+ </svg>
276
+ <span>This item qualifies for free shipping!</span>
277
+ </div>
278
+
279
+ <div class="benefit">
280
+ <svg width="48" height="48" viewBox="0 0 24 24">
281
+ <path d="M4 12l5 5 11-11" fill="none" stroke="#111" stroke-width="2"/>
282
+ </svg>
283
+ <span>Free returns on all qualifying orders.</span>
284
+ </div>
285
+
286
+ <div class="section-title">PRODUCT STORY</div>
287
+ <div class="story">
288
+ The ForeverRUN NITRO dawns a new era of support and guidance for all runners, providing smooth cushioning and a stable ride mile after mile.
289
+ </div>
290
+ </div>
291
+
292
+ <div class="gesture"></div>
293
+ </div>
294
+ </body>
295
+ </html>
code/16290/16290_6.html ADDED
@@ -0,0 +1,317 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Product Detail UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ }
15
+
16
+ .status-bar {
17
+ height: 120px;
18
+ padding: 0 36px;
19
+ display: flex;
20
+ align-items: center;
21
+ justify-content: flex-end;
22
+ color: #555;
23
+ font-size: 28px;
24
+ }
25
+ .status-dot { width: 12px; height: 12px; background: #757575; border-radius: 50%; margin: 0 18px; }
26
+
27
+ .slide-counter {
28
+ position: absolute;
29
+ top: 220px;
30
+ left: 40px;
31
+ background: #F4F4F4;
32
+ border: 1px solid #D0D0D0;
33
+ width: 150px;
34
+ height: 80px;
35
+ border-radius: 40px;
36
+ display: flex;
37
+ align-items: center;
38
+ justify-content: center;
39
+ color: #333;
40
+ font-weight: 600;
41
+ font-size: 32px;
42
+ }
43
+ .progress-bar {
44
+ position: absolute;
45
+ top: 330px;
46
+ left: 0;
47
+ width: 1080px;
48
+ height: 10px;
49
+ background: #E6E6E6;
50
+ }
51
+ .progress-bar .fill {
52
+ width: 220px;
53
+ height: 10px;
54
+ background: #111;
55
+ }
56
+
57
+ .content {
58
+ position: relative;
59
+ padding: 40px 54px 40px 54px;
60
+ top: 360px;
61
+ }
62
+
63
+ .color-label {
64
+ font-size: 36px;
65
+ color: #333;
66
+ margin-bottom: 30px;
67
+ }
68
+ .color-label b { font-weight: 800; }
69
+
70
+ .thumbs {
71
+ display: flex;
72
+ gap: 28px;
73
+ margin-bottom: 50px;
74
+ }
75
+ .thumb {
76
+ width: 210px;
77
+ height: 160px;
78
+ background: #E0E0E0;
79
+ border: 1px solid #BDBDBD;
80
+ display: flex;
81
+ align-items: center;
82
+ justify-content: center;
83
+ color: #757575;
84
+ font-size: 24px;
85
+ }
86
+ .thumb.selected {
87
+ border: 6px solid #B49B74;
88
+ }
89
+
90
+ .title-row {
91
+ display: flex;
92
+ align-items: flex-start;
93
+ justify-content: space-between;
94
+ margin-top: 20px;
95
+ margin-bottom: 18px;
96
+ }
97
+ .product-title {
98
+ font-size: 64px;
99
+ line-height: 1.08;
100
+ font-weight: 800;
101
+ color: #111;
102
+ max-width: 860px;
103
+ }
104
+
105
+ .icon-heart {
106
+ width: 56px;
107
+ height: 56px;
108
+ margin-top: 10px;
109
+ }
110
+
111
+ .price {
112
+ font-size: 54px;
113
+ font-weight: 800;
114
+ color: #111;
115
+ margin: 22px 0 32px 0;
116
+ }
117
+
118
+ .description {
119
+ font-size: 34px;
120
+ color: #222;
121
+ line-height: 1.4;
122
+ margin-bottom: 16px;
123
+ }
124
+ .learn-more {
125
+ font-size: 34px;
126
+ font-weight: 800;
127
+ text-decoration: underline;
128
+ color: #111;
129
+ margin-bottom: 40px;
130
+ display: inline-block;
131
+ }
132
+
133
+ .size-selector {
134
+ width: 972px;
135
+ height: 140px;
136
+ border: 3px solid #222;
137
+ display: flex;
138
+ align-items: center;
139
+ justify-content: center;
140
+ font-size: 36px;
141
+ font-weight: 800;
142
+ letter-spacing: 2px;
143
+ margin-bottom: 36px;
144
+ }
145
+ .size-selector .chevron {
146
+ margin-left: 14px;
147
+ width: 32px;
148
+ height: 32px;
149
+ }
150
+
151
+ .btn-add {
152
+ width: 972px;
153
+ height: 140px;
154
+ background: #111;
155
+ color: #fff;
156
+ font-size: 36px;
157
+ font-weight: 800;
158
+ letter-spacing: 4px;
159
+ display: flex;
160
+ align-items: center;
161
+ justify-content: center;
162
+ text-transform: uppercase;
163
+ margin-bottom: 40px;
164
+ }
165
+
166
+ .shipping {
167
+ display: flex;
168
+ align-items: center;
169
+ gap: 22px;
170
+ color: #222;
171
+ font-size: 32px;
172
+ }
173
+ .shipping .truck {
174
+ width: 54px;
175
+ height: 54px;
176
+ }
177
+
178
+ .cart-overlay {
179
+ position: absolute;
180
+ left: 0;
181
+ bottom: 120px;
182
+ width: 1080px;
183
+ height: 540px;
184
+ background: #225E4A;
185
+ color: #fff;
186
+ padding: 50px 54px;
187
+ }
188
+ .cart-overlay .close {
189
+ position: absolute;
190
+ right: 40px;
191
+ top: 40px;
192
+ width: 40px;
193
+ height: 40px;
194
+ cursor: default;
195
+ }
196
+ .overlay-row {
197
+ display: flex;
198
+ align-items: center;
199
+ gap: 24px;
200
+ margin-bottom: 40px;
201
+ }
202
+ .overlay-row .check {
203
+ width: 54px;
204
+ height: 54px;
205
+ }
206
+ .overlay-text {
207
+ font-size: 36px;
208
+ font-weight: 700;
209
+ color: #fff;
210
+ }
211
+ .goto-cart {
212
+ width: 972px;
213
+ height: 140px;
214
+ background: #ffffff;
215
+ color: #215945;
216
+ display: flex;
217
+ align-items: center;
218
+ justify-content: center;
219
+ font-size: 36px;
220
+ font-weight: 800;
221
+ letter-spacing: 3px;
222
+ border-radius: 6px;
223
+ margin-top: 30px;
224
+ text-transform: uppercase;
225
+ }
226
+
227
+ .gesture-pill {
228
+ position: absolute;
229
+ bottom: 24px;
230
+ left: 50%;
231
+ transform: translateX(-50%);
232
+ width: 250px;
233
+ height: 12px;
234
+ background: #DADADA;
235
+ border-radius: 6px;
236
+ }
237
+ </style>
238
+ </head>
239
+ <body>
240
+ <div id="render-target">
241
+
242
+ <div class="status-bar">
243
+ <span>5:40</span>
244
+ <span class="status-dot"></span>
245
+ <span>🔔</span>
246
+ <span class="status-dot"></span>
247
+ <span>•</span>
248
+ <span class="status-dot"></span>
249
+ </div>
250
+
251
+ <div class="slide-counter">1/8</div>
252
+ <div class="progress-bar"><div class="fill"></div></div>
253
+
254
+ <div class="content">
255
+ <div class="color-label">Color: <b>Icy Blue–Ultra Blue–Fire Orchid</b></div>
256
+
257
+ <div class="thumbs">
258
+ <div class="thumb">[IMG: Black Running Shoe]</div>
259
+ <div class="thumb">[IMG: Pink Running Shoe]</div>
260
+ <div class="thumb">[IMG: Orange Running Shoe]</div>
261
+ <div class="thumb selected">[IMG: Icy Blue Running Shoe]</div>
262
+ </div>
263
+
264
+ <div class="title-row">
265
+ <div class="product-title">ForeverRUN NITRO™ Women's Running Shoes</div>
266
+ <svg class="icon-heart" viewBox="0 0 24 24">
267
+ <path d="M12 21s-7-4.6-9.2-8.1C1.3 10.4 2.5 7.3 5.6 6.5c2-.5 3.5.3 4.4 1.6.9-1.3 2.4-2.1 4.4-1.6 3.1.8 4.3 3.9 2.8 6.4C19 16.4 12 21 12 21z" fill="none" stroke="#222" stroke-width="2"/>
268
+ </svg>
269
+ </div>
270
+
271
+ <div class="price">$150.00</div>
272
+
273
+ <div class="description">
274
+ Introducing 30 Day Test Run. Try this shoe for 30 days and if things don't work out, return hassle-free.
275
+ </div>
276
+ <div class="learn-more">LEARN MORE</div>
277
+
278
+ <div class="size-selector">
279
+ SIZE 8
280
+ <svg class="chevron" viewBox="0 0 24 24">
281
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#222" stroke-width="2"/>
282
+ </svg>
283
+ </div>
284
+
285
+ <div class="btn-add">ADD TO CART</div>
286
+
287
+ <div class="shipping">
288
+ <svg class="truck" viewBox="0 0 24 24">
289
+ <rect x="1" y="6" width="13" height="8" fill="none" stroke="#222" stroke-width="2"/>
290
+ <path d="M14 9h4l3 3v2h-7z" fill="none" stroke="#222" stroke-width="2"/>
291
+ <circle cx="6" cy="17" r="2" fill="none" stroke="#222" stroke-width="2"/>
292
+ <circle cx="18" cy="17" r="2" fill="none" stroke="#222" stroke-width="2"/>
293
+ </svg>
294
+ <div>This item qualifies for free shipping!</div>
295
+ </div>
296
+ </div>
297
+
298
+ <div class="cart-overlay">
299
+ <svg class="close" viewBox="0 0 24 24">
300
+ <path d="M5 5l14 14M19 5L5 19" stroke="#fff" stroke-width="2" fill="none"/>
301
+ </svg>
302
+
303
+ <div class="overlay-row">
304
+ <svg class="check" viewBox="0 0 24 24">
305
+ <circle cx="12" cy="12" r="10" fill="none" stroke="#fff" stroke-width="2"/>
306
+ <path d="M7 12l3 3 7-7" fill="none" stroke="#fff" stroke-width="2"/>
307
+ </svg>
308
+ <div class="overlay-text">Item added to your cart.</div>
309
+ </div>
310
+
311
+ <div class="goto-cart">GO TO CART</div>
312
+ </div>
313
+
314
+ <div class="gesture-pill"></div>
315
+ </div>
316
+ </body>
317
+ </html>
code/16291/16291_0.html ADDED
@@ -0,0 +1,331 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Reviews Screen</title>
7
+ <style>
8
+ body { margin:0; padding:0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width:1080px; height:2400px; position:relative; overflow:hidden;
11
+ background:#0f171d; color:#e9edf1;
12
+ }
13
+
14
+ /* Top status and app bar */
15
+ .status-bar { height:90px; padding:0 30px; display:flex; align-items:center; justify-content:space-between; color:#cfd7dd; font-size:36px; background:#0f171d; }
16
+ .app-bar {
17
+ height:140px; display:flex; align-items:center; justify-content:space-between;
18
+ padding:0 36px; border-bottom:1px solid rgba(255,255,255,0.06); background:#121b23;
19
+ }
20
+ .icon-btn { width:70px; height:70px; display:flex; align-items:center; justify-content:center; }
21
+ .carousel {
22
+ height:240px; display:flex; gap:28px; padding:24px 36px; background:#121b23; border-bottom:1px solid rgba(255,255,255,0.06);
23
+ overflow:hidden;
24
+ }
25
+ .card-thumb {
26
+ width:420px; height:200px; border-radius:18px; overflow:hidden; border:1px solid #2a333b;
27
+ background:#0e141a;
28
+ display:flex; flex-direction:column; justify-content:flex-end;
29
+ }
30
+ .thumb-image {
31
+ height:120px; background:#E0E0E0; border-top:1px solid #BDBDBD;
32
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:34px;
33
+ }
34
+ .thumb-caption {
35
+ padding:18px 22px; border-top:1px solid #202a32;
36
+ }
37
+ .thumb-title { color:#1fa3ff; font-weight:700; font-size:38px; }
38
+ .thumb-sub { color:#96a3ad; font-size:30px; margin-top:6px; }
39
+
40
+ /* Content area */
41
+ .content { padding:40px 36px 280px; }
42
+ .section-title { font-weight:800; font-size:52px; margin:26px 0 18px; }
43
+ .rating-header { display:flex; align-items:center; gap:24px; }
44
+ .score { font-size:140px; font-weight:800; line-height:1; letter-spacing:2px; }
45
+ .stars { display:flex; gap:10px; align-items:center; margin-top:18px; }
46
+ .star-ico { width:52px; height:52px; }
47
+ .based { color:#2aa9ff; font-size:34px; margin-top:6px; }
48
+
49
+ /* Bars */
50
+ .bar-row { display:flex; align-items:center; gap:22px; margin:22px 0; }
51
+ .bar-row .label { width:140px; color:#cdd6dd; font-size:36px; }
52
+ .bar { flex:1; height:22px; background:#cfd3d7; border-radius:20px; position:relative; overflow:hidden; }
53
+ .bar .fill { height:100%; background:#28c334; border-radius:20px 0 0 20px; }
54
+ .bar-row .count { width:220px; text-align:right; color:#cdd6dd; font-size:34px; }
55
+
56
+ /* Review cards */
57
+ .sub-title { font-weight:800; font-size:48px; margin:44px 0 22px; }
58
+ .review-list { display:flex; gap:26px; overflow:hidden; }
59
+ .review-card {
60
+ width:980px; background:#111a22; border:1px solid #2a333b; border-radius:22px;
61
+ padding:28px; color:#e9edf1;
62
+ }
63
+ .review-title { font-size:40px; font-weight:800; line-height:1.3; margin-bottom:16px; }
64
+ .review-meta { display:flex; align-items:center; gap:16px; color:#b8c3cb; font-size:34px; margin:8px 0 18px; }
65
+ .pros, .cons { display:flex; align-items:center; gap:18px; margin:12px 0; color:#d9e0e6; font-size:36px; }
66
+ .dot-green, .dot-gray { width:46px; height:46px; border-radius:50%; display:flex; align-items:center; justify-content:center; }
67
+ .dot-green { background:#28c334; color:#0c141a; }
68
+ .dot-gray { background:#bfc6cc; color:#0c141a; }
69
+ .review-footer { color:#95a3ad; font-size:34px; margin-top:16px; }
70
+
71
+ .link-row { margin:28px 0 10px; color:#2aa9ff; font-size:40px; display:flex; align-items:center; gap:14px; }
72
+
73
+ /* Bottom actions */
74
+ .bottom-bar-space { height:260px; }
75
+ .cta-wrap {
76
+ position:absolute; left:0; right:0; bottom:170px; padding:0 36px; display:flex; gap:24px;
77
+ }
78
+ .cta {
79
+ flex:1; background:#1ad01d; color:#fff; border-radius:22px; height:120px; display:flex; align-items:center; justify-content:center; gap:20px;
80
+ font-size:42px; font-weight:800; box-shadow:0 8px 0 rgba(0,0,0,0.35);
81
+ }
82
+ .wish {
83
+ width:220px; background:#1a232b; border:1px solid #2a333b; border-radius:22px; display:flex; align-items:center; justify-content:center;
84
+ }
85
+
86
+ /* Tab bar */
87
+ .tabs {
88
+ position:absolute; left:0; right:0; bottom:0; height:170px; background:#1b242c; border-top:1px solid #2a333b;
89
+ display:flex; justify-content:space-around; align-items:center; color:#aab4bd;
90
+ }
91
+ .tab { display:flex; flex-direction:column; align-items:center; gap:10px; font-size:28px; }
92
+ .tab svg { width:58px; height:58px; }
93
+ .tab.active { color:#1fa3ff; }
94
+ .home-indicator {
95
+ position:absolute; left:50%; transform:translateX(-50%); bottom:20px; width:360px; height:10px; background:#ffffff; opacity:0.75; border-radius:10px;
96
+ }
97
+
98
+ /* Helpers */
99
+ .chev { width:30px; height:30px; }
100
+ </style>
101
+ </head>
102
+ <body>
103
+ <div id="render-target">
104
+
105
+ <div class="status-bar">
106
+ <div>11:40</div>
107
+ <div>● ● ●</div>
108
+ </div>
109
+
110
+ <div class="app-bar">
111
+ <div class="icon-btn">
112
+ <svg viewBox="0 0 24 24" width="54" height="54" fill="#9fb0bc"><path d="M15.4 4.6 8 12l7.4 7.4-1.4 1.4L5.2 12l8.8-8.8z"/></svg>
113
+ </div>
114
+ <div class="icon-btn">
115
+ <svg viewBox="0 0 24 24" width="54" height="54" fill="#39b0ff"><path d="M18 16.1V21l-5-3-5 3v-4.9l5-3 5 3zM13 3v8.1l-1-.6-6 3.6V6l7-3z"/></svg>
116
+ </div>
117
+ </div>
118
+
119
+ <div class="carousel">
120
+ <div class="card-thumb">
121
+ <div class="thumb-image">[IMG: Food storage containers]</div>
122
+ <div class="thumb-caption">
123
+ <div class="thumb-title">Food storage containers</div>
124
+ <div class="thumb-sub">(5)</div>
125
+ </div>
126
+ </div>
127
+ <div class="card-thumb">
128
+ <div class="thumb-image">[IMG: Microwaves]</div>
129
+ <div class="thumb-caption">
130
+ <div class="thumb-title">Microwaves</div>
131
+ <div class="thumb-sub">(52)</div>
132
+ </div>
133
+ </div>
134
+ </div>
135
+
136
+ <div class="content">
137
+ <div class="section-title">Reviews</div>
138
+
139
+ <div class="rating-header">
140
+ <div class="score">9,1</div>
141
+ <div>
142
+ <div class="stars">
143
+ <!-- green circle star -->
144
+ <svg class="star-ico" viewBox="0 0 24 24">
145
+ <circle cx="12" cy="12" r="12" fill="#28c334"/>
146
+ <path d="M12 5l2.3 4.6 5 .7-3.7 3.6.9 5-4.5-2.4-4.5 2.4.9-5L4.7 10l5-.7L12 5z" fill="#0f171d"/>
147
+ </svg>
148
+ <svg class="star-ico" viewBox="0 0 24 24">
149
+ <circle cx="12" cy="12" r="12" fill="#28c334"/>
150
+ <path d="M12 5l2.3 4.6 5 .7-3.7 3.6.9 5-4.5-2.4-4.5 2.4.9-5L4.7 10l5-.7L12 5z" fill="#0f171d"/>
151
+ </svg>
152
+ <svg class="star-ico" viewBox="0 0 24 24">
153
+ <circle cx="12" cy="12" r="12" fill="#28c334"/>
154
+ <path d="M12 5l2.3 4.6 5 .7-3.7 3.6.9 5-4.5-2.4-4.5 2.4.9-5L4.7 10l5-.7L12 5z" fill="#0f171d"/>
155
+ </svg>
156
+ <svg class="star-ico" viewBox="0 0 24 24">
157
+ <circle cx="12" cy="12" r="12" fill="#28c334"/>
158
+ <path d="M12 5l2.3 4.6 5 .7-3.7 3.6.9 5-4.5-2.4-4.5 2.4.9-5L4.7 10l5-.7L12 5z" fill="#0f171d"/>
159
+ </svg>
160
+ <svg class="star-ico" viewBox="0 0 24 24">
161
+ <circle cx="12" cy="12" r="12" fill="#28c334"/>
162
+ <path d="M12 5l2.3 4.6 5 .7-3.7 3.6.9 5-4.5-2.4-4.5 2.4.9-5L4.7 10l5-.7L12 5z" fill="#0f171d"/>
163
+ </svg>
164
+ </div>
165
+ <div class="based">Based on 1.097 reviews</div>
166
+ </div>
167
+ </div>
168
+
169
+ <div style="margin-top:18px;">
170
+ <div class="bar-row">
171
+ <div class="label">5 stars</div>
172
+ <div class="bar"><div class="fill" style="width:62%;"></div></div>
173
+ <div class="count">693 reviews</div>
174
+ </div>
175
+ <div class="bar-row">
176
+ <div class="label">4 stars</div>
177
+ <div class="bar"><div class="fill" style="width:34%;"></div></div>
178
+ <div class="count">377 reviews</div>
179
+ </div>
180
+ <div class="bar-row">
181
+ <div class="label">3 stars</div>
182
+ <div class="bar"><div class="fill" style="width:5%;"></div></div>
183
+ <div class="count">23 reviews</div>
184
+ </div>
185
+ <div class="bar-row">
186
+ <div class="label">2 stars</div>
187
+ <div class="bar"><div class="fill" style="width:1%;"></div></div>
188
+ <div class="count">1 review</div>
189
+ </div>
190
+ <div class="bar-row">
191
+ <div class="label">1 star</div>
192
+ <div class="bar"><div class="fill" style="width:2%;"></div></div>
193
+ <div class="count">3 reviews</div>
194
+ </div>
195
+ </div>
196
+
197
+ <div class="sub-title">Most helpful reviews</div>
198
+
199
+ <div class="review-list">
200
+ <div class="review-card">
201
+ <div class="review-title">"Great fridge incomprehensible messy finish top."</div>
202
+ <div class="review-meta">
203
+ <div class="stars">
204
+ <svg class="star-ico" viewBox="0 0 24 24">
205
+ <circle cx="12" cy="12" r="12" fill="#28c334"/>
206
+ <path d="M12 5l2.3 4.6 5 .7-3.7 3.6.9 5-4.5-2.4-4.5 2.4.9-5L4.7 10l5-.7L12 5z" fill="#0f171d"/>
207
+ </svg>
208
+ <svg class="star-ico" viewBox="0 0 24 24">
209
+ <circle cx="12" cy="12" r="12" fill="#28c334"/>
210
+ <path d="M12 5l2.3 4.6 5 .7-3.7 3.6.9 5-4.5-2.4-4.5 2.4.9-5L4.7 10l5-.7L12 5z" fill="#0f171d"/>
211
+ </svg>
212
+ <svg class="star-ico" viewBox="0 0 24 24">
213
+ <circle cx="12" cy="12" r="12" fill="#28c334"/>
214
+ <path d="M12 5l2.3 4.6 5 .7-3.7 3.6.9 5-4.5-2.4-4.5 2.4.9-5L4.7 10l5-.7L12 5z" fill="#0f171d"/>
215
+ </svg>
216
+ <svg class="star-ico" viewBox="0 0 24 24">
217
+ <circle cx="12" cy="12" r="12" fill="#28c334"/>
218
+ <path d="M12 5l2.3 4.6 5 .7-3.7 3.6.9 5-4.5-2.4-4.5 2.4.9-5L4.7 10l5-.7L12 5z" fill="#0f171d"/>
219
+ </svg>
220
+ <svg class="star-ico" viewBox="0 0 24 24">
221
+ <circle cx="12" cy="12" r="12" fill="#28c334"/>
222
+ <path d="M12 5l2.3 4.6 5 .7-3.7 3.6.9 5-4.5-2.4-4.5 2.4.9-5L4.7 10l5-.7L12 5z" fill="#0f171d"/>
223
+ </svg>
224
+ </div>
225
+ <div>8,8/10</div>
226
+ </div>
227
+
228
+ <div class="pros">
229
+ <div class="dot-green">
230
+ <svg viewBox="0 0 24 24" width="28" height="28"><path fill="#0f171d" d="M10 17l-4-4 1.4-1.4L10 14.2l6.6-6.6L18 9z"/></svg>
231
+ </div>
232
+ <div>very quiet</div>
233
+ </div>
234
+ <div class="pros">
235
+ <div class="dot-green">
236
+ <svg viewBox="0 0 24 24" width="28" height="28"><path fill="#0f171d" d="M10 17l-4-4 1.4-1.4L10 14.2l6.6-6.6L18 9z"/></svg>
237
+ </div>
238
+ <div>spacious drawers freezer</div>
239
+ </div>
240
+ <div class="cons">
241
+ <div class="dot-gray">
242
+ <svg viewBox="0 0 24 24" width="28" height="28"><path fill="#0f171d" d="M6 11h12v2H6z"/></svg>
243
+ </div>
244
+ <div>messy finish top</div>
245
+ </div>
246
+
247
+ <div class="review-footer">Paul Vonk | February 21, 2021</div>
248
+ </div>
249
+
250
+ <div class="review-card" style="opacity:.7;">
251
+ <div class="review-title">"Good quality and lots of space!"</div>
252
+ <div class="review-meta">
253
+ <div class="stars">
254
+ <svg class="star-ico" viewBox="0 0 24 24">
255
+ <circle cx="12" cy="12" r="12" fill="#28c334"/>
256
+ <path d="M12 5l2.3 4.6 5 .7-3.7 3.6.9 5-4.5-2.4-4.5 2.4.9-5L4.7 10l5-.7L12 5z" fill="#0f171d"/>
257
+ </svg>
258
+ <svg class="star-ico" viewBox="0 0 24 24">
259
+ <circle cx="12" cy="12" r="12" fill="#28c334"/>
260
+ <path d="M12 5l2.3 4.6 5 .7-3.7 3.6.9 5-4.5-2.4-4.5 2.4.9-5L4.7 10l5-.7L12 5z" fill="#0f171d"/>
261
+ </svg>
262
+ <svg class="star-ico" viewBox="0 0 24 24">
263
+ <circle cx="12" cy="12" r="12" fill="#28c334"/>
264
+ <path d="M12 5l2.3 4.6 5 .7-3.7 3.6.9 5-4.5-2.4-4.5 2.4.9-5L4.7 10l5-.7L12 5z" fill="#0f171d"/>
265
+ </svg>
266
+ <svg class="star-ico" viewBox="0 0 24 24">
267
+ <circle cx="12" cy="12" r="12" fill="#28c334"/>
268
+ <path d="M12 5l2.3 4.6 5 .7-3.7 3.6.9 5-4.5-2.4-4.5 2.4.9-5L4.7 10l5-.7L12 5z" fill="#0f171d"/>
269
+ </svg>
270
+ <svg class="star-ico" viewBox="0 0 24 24">
271
+ <circle cx="12" cy="12" r="12" fill="#28c334"/>
272
+ <path d="M12 5l2.3 4.6 5 .7-3.7 3.6.9 5-4.5-2.4-4.5 2.4.9-5L4.7 10l5-.7L12 5z" fill="#0f171d"/>
273
+ </svg>
274
+ </div>
275
+ <div>9/10</div>
276
+ </div>
277
+ <div class="pros">
278
+ <div class="dot-green">
279
+ <svg viewBox="0 0 24 24" width="28" height="28"><path fill="#0f171d" d="M10 17l-4-4 1.4-1.4L10 14.2l6.6-6.6L18 9z"/></svg>
280
+ </div>
281
+ <div>energy efficient</div>
282
+ </div>
283
+ <div class="review-footer">M. Janssen | March 4, 2021</div>
284
+ </div>
285
+ </div>
286
+
287
+ <div class="link-row">
288
+ <svg class="chev" viewBox="0 0 24 24" fill="#2aa9ff"><path d="M9 6l6 6-6 6-1.4-1.4L12.2 12 7.6 7.4z"/></svg>
289
+ <div>View all 1.097 reviews</div>
290
+ </div>
291
+
292
+ <div class="bottom-bar-space"></div>
293
+ </div>
294
+
295
+ <div class="cta-wrap">
296
+ <div class="cta">
297
+ <svg viewBox="0 0 24 24" width="56" height="56" fill="#fff"><path d="M7 6h-2v2h2l3 7h7l3-6H9.4L8.5 7H7zm1 13a2 2 0 100-4 2 2 0 000 4zm8 0a2 2 0 100-4 2 2 0 000 4z"/></svg>
298
+ <span>In my shopping cart</span>
299
+ </div>
300
+ <div class="wish">
301
+ <svg viewBox="0 0 24 24" width="56" height="56" fill="#7b8993"><path d="M12 21s-6.7-4.6-9.3-7.2A6 6 0 1112 6a6 6 0 119.3 7.8C18.7 16.4 12 21 12 21z"/></svg>
302
+ </div>
303
+ </div>
304
+
305
+ <div class="tabs">
306
+ <div class="tab">
307
+ <svg viewBox="0 0 24 24" fill="#aab4bd"><path d="M12 3l9 8h-3v9H6v-9H3l9-8z"/></svg>
308
+ <div>start</div>
309
+ </div>
310
+ <div class="tab active">
311
+ <svg viewBox="0 0 24 24" fill="#1fa3ff"><path d="M15.5 14h-.8l-.3-.3a6.5 6.5 0 10-.7.7l.3.3v.8l5 5 1.5-1.5-5-5zm-6 0A4.5 4.5 0 1114 9.5 4.5 4.5 0 019.5 14z"/></svg>
312
+ <div>search</div>
313
+ </div>
314
+ <div class="tab">
315
+ <svg viewBox="0 0 24 24" fill="#aab4bd"><path d="M3 10l9-7 9 7v10H3V10zm5 8h8v-7H8v7z"/></svg>
316
+ <div>stores</div>
317
+ </div>
318
+ <div class="tab">
319
+ <svg viewBox="0 0 24 24" fill="#aab4bd"><path d="M7 6h-2v2h2l3 7h7l3-6H9.4L8.5 7H7zm1 13a2 2 0 100-4 2 2 0 000 4zm8 0a2 2 0 100-4 2 2 0 000 4z"/></svg>
320
+ <div>cart</div>
321
+ </div>
322
+ <div class="tab">
323
+ <svg viewBox="0 0 24 24" fill="#aab4bd"><path d="M12 12a5 5 0 100-10 5 5 0 000 10zm0 2c-4.4 0-8 2.2-8 5v3h16v-3c0-2.8-3.6-5-8-5z"/></svg>
324
+ <div>profile</div>
325
+ </div>
326
+ </div>
327
+
328
+ <div class="home-indicator"></div>
329
+ </div>
330
+ </body>
331
+ </html>
code/16291/16291_1.html ADDED
@@ -0,0 +1,171 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Almost yours - Mock</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
13
+ }
14
+
15
+ /* Root render target */
16
+ #render-target {
17
+ width: 1080px;
18
+ height: 2400px;
19
+ position: relative;
20
+ overflow: hidden;
21
+ background: #000000;
22
+ }
23
+
24
+ /* Top dark area (status + app bar) */
25
+ .top-wrap {
26
+ position: absolute;
27
+ left: 0;
28
+ top: 0;
29
+ width: 100%;
30
+ height: 320px; /* status bar (120) + header (200) */
31
+ background: #141A1F;
32
+ }
33
+
34
+ /* Status bar */
35
+ .status-bar {
36
+ position: absolute;
37
+ left: 0;
38
+ top: 0;
39
+ width: 100%;
40
+ height: 120px;
41
+ padding: 0 40px;
42
+ display: flex;
43
+ align-items: center;
44
+ justify-content: space-between;
45
+ color: #EDEFF2;
46
+ font-weight: 700;
47
+ font-size: 42px;
48
+ letter-spacing: 0.5px;
49
+ }
50
+
51
+ .status-left {
52
+ opacity: 0.95;
53
+ }
54
+
55
+ .status-right {
56
+ display: flex;
57
+ align-items: center;
58
+ gap: 26px;
59
+ }
60
+
61
+ .status-center-dot {
62
+ position: absolute;
63
+ left: 50%;
64
+ transform: translateX(-50%);
65
+ top: 50%;
66
+ transform-origin: center;
67
+ color: #D9DDE3;
68
+ font-size: 48px;
69
+ line-height: 1;
70
+ }
71
+
72
+ /* Header row */
73
+ .app-bar {
74
+ position: absolute;
75
+ left: 0;
76
+ top: 120px;
77
+ width: 100%;
78
+ height: 200px;
79
+ display: flex;
80
+ align-items: center;
81
+ gap: 28px;
82
+ padding: 0 44px;
83
+ color: #FFFFFF;
84
+ }
85
+
86
+ .close-icon {
87
+ width: 76px;
88
+ height: 76px;
89
+ display: inline-flex;
90
+ align-items: center;
91
+ justify-content: center;
92
+ }
93
+
94
+ .title {
95
+ font-size: 70px;
96
+ font-weight: 800;
97
+ letter-spacing: 0.2px;
98
+ }
99
+
100
+ /* Content body remains black */
101
+ .content {
102
+ position: absolute;
103
+ left: 0;
104
+ top: 320px;
105
+ width: 100%;
106
+ height: calc(100% - 320px);
107
+ background: #000000;
108
+ }
109
+
110
+ /* iOS/Android gesture bar indicator */
111
+ .home-indicator {
112
+ position: absolute;
113
+ left: 50%;
114
+ bottom: 44px;
115
+ transform: translateX(-50%);
116
+ width: 330px;
117
+ height: 16px;
118
+ border-radius: 10px;
119
+ background: #E6E6E6;
120
+ opacity: 0.95;
121
+ }
122
+
123
+ /* Simple icon styling */
124
+ svg {
125
+ display: block;
126
+ }
127
+ </style>
128
+ </head>
129
+ <body>
130
+ <div id="render-target">
131
+ <div class="top-wrap"></div>
132
+
133
+ <!-- Status bar -->
134
+ <div class="status-bar">
135
+ <div class="status-left">11:40</div>
136
+ <div class="status-right">
137
+ <!-- Wi‑Fi icon -->
138
+ <svg width="46" height="40" viewBox="0 0 24 24" aria-hidden="true">
139
+ <path d="M3 8 Q12 2 21 8" fill="none" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round"/>
140
+ <path d="M6 11 Q12 7 18 11" fill="none" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round"/>
141
+ <path d="M9 14 Q12 12 15 14" fill="none" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round"/>
142
+ <circle cx="12" cy="18" r="1.5" fill="#FFFFFF"/>
143
+ </svg>
144
+ <!-- Battery icon -->
145
+ <svg width="54" height="40" viewBox="0 0 28 16" aria-hidden="true">
146
+ <rect x="1" y="3" width="22" height="10" rx="2" ry="2" fill="none" stroke="#FFFFFF" stroke-width="2"/>
147
+ <rect x="3" y="5" width="14" height="6" rx="1" ry="1" fill="#FFFFFF"/>
148
+ <rect x="23" y="6" width="4" height="4" rx="1" ry="1" fill="#FFFFFF"/>
149
+ </svg>
150
+ </div>
151
+ <div class="status-center-dot">•</div>
152
+ </div>
153
+
154
+ <!-- App bar -->
155
+ <div class="app-bar">
156
+ <div class="close-icon" aria-label="Close">
157
+ <svg viewBox="0 0 24 24">
158
+ <path d="M4 4 L20 20 M20 4 L4 20" stroke="#FFFFFF" stroke-width="3.8" stroke-linecap="round" fill="none"/>
159
+ </svg>
160
+ </div>
161
+ <div class="title">Almost yours</div>
162
+ </div>
163
+
164
+ <!-- Main content area (empty/black as in screenshot) -->
165
+ <div class="content"></div>
166
+
167
+ <!-- Bottom gesture indicator -->
168
+ <div class="home-indicator"></div>
169
+ </div>
170
+ </body>
171
+ </html>
code/16291/16291_2.html ADDED
@@ -0,0 +1,360 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Almost yours - Add-ons</title>
6
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
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: #0f1418;
15
+ color: #e9eef2;
16
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, "Helvetica Neue", sans-serif;
17
+ }
18
+ .status-bar {
19
+ height: 120px;
20
+ background: #121a20;
21
+ color: #d8e0e6;
22
+ display: flex;
23
+ align-items: center;
24
+ padding: 0 36px;
25
+ box-sizing: border-box;
26
+ font-weight: 600;
27
+ }
28
+ .status-left { font-size: 36px; }
29
+ .status-right { margin-left: auto; display: flex; align-items: center; gap: 28px; }
30
+ .topbar {
31
+ height: 120px;
32
+ background: #121a20;
33
+ border-bottom: 1px solid #1e2a33;
34
+ display: flex;
35
+ align-items: center;
36
+ padding: 0 36px;
37
+ box-sizing: border-box;
38
+ }
39
+ .x-btn {
40
+ width: 72px; height: 72px; display: inline-flex; align-items: center; justify-content: center;
41
+ margin-right: 20px;
42
+ }
43
+ .top-title {
44
+ font-size: 54px;
45
+ font-weight: 700;
46
+ color: #eaf2f7;
47
+ }
48
+
49
+ .content {
50
+ padding: 28px 32px 220px 32px; /* leave room for CTA */
51
+ box-sizing: border-box;
52
+ }
53
+
54
+ .product-row {
55
+ display: flex;
56
+ align-items: center;
57
+ gap: 28px;
58
+ padding: 28px 8px 40px 8px;
59
+ border-bottom: 1px solid #1f2a33;
60
+ }
61
+ .img-placeholder {
62
+ width: 96px;
63
+ height: 200px;
64
+ background: #E0E0E0;
65
+ border: 1px solid #BDBDBD;
66
+ color: #757575;
67
+ display: flex;
68
+ align-items: center;
69
+ justify-content: center;
70
+ font-size: 26px;
71
+ text-align: center;
72
+ border-radius: 6px;
73
+ position: relative;
74
+ }
75
+ .check-badge {
76
+ position: absolute;
77
+ bottom: -12px;
78
+ left: -12px;
79
+ width: 48px; height: 48px; background: #18c46c; border-radius: 50%;
80
+ display: flex; align-items: center; justify-content: center;
81
+ border: 3px solid #0f1418;
82
+ }
83
+ .product-info {
84
+ flex: 1;
85
+ }
86
+ .product-title {
87
+ font-size: 44px;
88
+ color: #12a8ff;
89
+ font-weight: 700;
90
+ }
91
+ .product-price {
92
+ font-size: 38px;
93
+ color: #c9d0d6;
94
+ margin-left: 10px;
95
+ }
96
+
97
+ .section-title {
98
+ font-size: 48px;
99
+ font-weight: 800;
100
+ margin: 36px 0 12px 8px;
101
+ }
102
+ .subtext {
103
+ color: #a7b3bd;
104
+ font-size: 34px;
105
+ line-height: 1.45;
106
+ margin: 6px 8px 28px 8px;
107
+ }
108
+
109
+ .option-card {
110
+ background: #172027;
111
+ border: 2px solid #26333d;
112
+ border-radius: 18px;
113
+ padding: 28px;
114
+ margin: 18px 8px;
115
+ box-sizing: border-box;
116
+ }
117
+ .option-card.selected {
118
+ border-color: #0ea5ff;
119
+ box-shadow: 0 0 0 2px rgba(14,165,255,0.25) inset;
120
+ }
121
+ .option-header {
122
+ display: flex;
123
+ align-items: center;
124
+ justify-content: space-between;
125
+ }
126
+ .radio {
127
+ width: 40px; height: 40px; border-radius: 50%;
128
+ border: 4px solid #5b6a75;
129
+ margin-right: 18px;
130
+ box-sizing: border-box;
131
+ }
132
+ .radio.selected {
133
+ border-color: #0ea5ff;
134
+ position: relative;
135
+ }
136
+ .radio.selected::after {
137
+ content: "";
138
+ position: absolute;
139
+ width: 20px; height: 20px; border-radius: 50%;
140
+ background: #0ea5ff; top: 50%; left: 50%; transform: translate(-50%, -50%);
141
+ }
142
+ .option-title {
143
+ font-size: 42px;
144
+ font-weight: 700;
145
+ color: #eaf2f7;
146
+ }
147
+ .option-line {
148
+ display: flex;
149
+ align-items: center;
150
+ gap: 16px;
151
+ margin-top: 18px;
152
+ color: #cfd6db;
153
+ font-size: 34px;
154
+ }
155
+ .muted {
156
+ color: #7f8b95;
157
+ }
158
+ .explain {
159
+ color: #12a8ff;
160
+ font-size: 34px;
161
+ font-weight: 700;
162
+ }
163
+
164
+ .benefits { margin-top: 16px; }
165
+ .benefit {
166
+ display: flex; align-items: center; gap: 16px;
167
+ color: #cfe7d8; font-size: 34px; margin: 10px 0;
168
+ }
169
+ .price-line {
170
+ margin-top: 16px; font-size: 36px; color: #e9eef2;
171
+ }
172
+ .one-time { color: #9aa6af; margin-left: 12px; font-weight: 500; }
173
+
174
+ .link-row {
175
+ color: #12a8ff; font-size: 36px; padding: 10px 8px 24px 8px; display: flex; align-items: center; gap: 10px;
176
+ }
177
+
178
+ .storage-card .img-small {
179
+ width: 160px; height: 110px;
180
+ background: #E0E0E0; border: 1px solid #BDBDBD; color: #757575;
181
+ display: flex; align-items: center; justify-content: center; border-radius: 8px;
182
+ margin-right: 20px;
183
+ }
184
+
185
+ .sticky-cta {
186
+ position: absolute;
187
+ left: 24px; right: 24px; bottom: 110px;
188
+ height: 120px; background: #18c159;
189
+ border-radius: 18px;
190
+ display: flex; align-items: center; justify-content: center;
191
+ color: white; font-size: 40px; font-weight: 800;
192
+ box-shadow: 0 8px 20px rgba(0,0,0,0.4);
193
+ }
194
+ .gesture {
195
+ position: absolute; bottom: 34px; left: 50%; transform: translateX(-50%);
196
+ width: 280px; height: 14px; background: #bfc7cc; opacity: 0.7; border-radius: 10px;
197
+ }
198
+
199
+ /* Simple inline icon helpers */
200
+ .icon {
201
+ width: 32px; height: 32px; display: inline-block;
202
+ }
203
+ .icon.plus { color: #19c16a; }
204
+ .icon.minus { color: #9aa6af; }
205
+ </style>
206
+ </head>
207
+ <body>
208
+ <div id="render-target">
209
+ <!-- Status bar -->
210
+ <div class="status-bar">
211
+ <div class="status-left">11:41</div>
212
+ <div class="status-right">
213
+ <!-- signal -->
214
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#d8e0e6" xmlns="http://www.w3.org/2000/svg">
215
+ <path d="M2 20h2v-2H2v2zm4 0h2v-6H6v6zm4 0h2v-10h-2v10zm4 0h2V6h-2v14zm4 0h2V2h-2v18z"/>
216
+ </svg>
217
+ <!-- wifi -->
218
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#d8e0e6" xmlns="http://www.w3.org/2000/svg">
219
+ <path d="M12 18c.7 0 1.3.3 1.8.7L12 22l-1.8-3.3c.5-.4 1.1-.7 1.8-.7z"/>
220
+ <path d="M2 8.8C5.1 6 8.5 4.6 12 4.6s6.9 1.4 10 4.2l-1.5 1.7C17.9 8.1 15 7 12 7s-5.9 1.1-8.5 3.5L2 8.8z"/>
221
+ <path d="M5 12c2.1-1.7 4.6-2.6 7-2.6s4.9.9 7 2.6l-1.5 1.7C15.8 12.3 13.9 11.7 12 11.7s-3.8.6-5.5 2L5 12z"/>
222
+ </svg>
223
+ <!-- battery -->
224
+ <svg width="52" height="52" viewBox="0 0 26 26" xmlns="http://www.w3.org/2000/svg">
225
+ <rect x="1" y="7" width="20" height="12" rx="2" ry="2" fill="#d8e0e6"/>
226
+ <rect x="22" y="10" width="3" height="6" rx="1" fill="#d8e0e6"/>
227
+ </svg>
228
+ </div>
229
+ </div>
230
+
231
+ <!-- Top bar -->
232
+ <div class="topbar">
233
+ <div class="x-btn">
234
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#e9eef2" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
235
+ <path d="M18 6L6 18M6 6l12 12"/>
236
+ </svg>
237
+ </div>
238
+ <div class="top-title">Almost yours</div>
239
+ </div>
240
+
241
+ <div class="content">
242
+ <!-- Product row -->
243
+ <div class="product-row">
244
+ <div class="img-placeholder">[IMG: Fridge]</div>
245
+ <div class="check-badge">
246
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="#0f1418" stroke-width="3" stroke-linecap="round" stroke-linejoin="round">
247
+ <path d="M20 6L9 17l-5-5"/>
248
+ </svg>
249
+ </div>
250
+ <div class="product-info">
251
+ <div>
252
+ <span class="product-title">Samsung RB34C605CB1/EF</span>
253
+ <span class="product-price">679,-</span>
254
+ </div>
255
+ </div>
256
+ </div>
257
+
258
+ <div class="section-title">Extra coverage for your RB34C605CB1/EF</div>
259
+ <div class="subtext">
260
+ Of course, you're careful with your new purchase. But accidents can happen. You can choose the coverage yourself below.
261
+ </div>
262
+
263
+ <div class="section-title" style="font-size:42px; margin-top: 12px;">Choose your coverage</div>
264
+
265
+ <!-- Option: No insurance -->
266
+ <div class="option-card selected">
267
+ <div class="option-header">
268
+ <div style="display:flex; align-items:center;">
269
+ <div class="radio selected"></div>
270
+ <div class="option-title">No, I don't want to insure my fridge</div>
271
+ </div>
272
+ </div>
273
+ <div class="option-line">
274
+ <svg class="icon minus" viewBox="0 0 24 24">
275
+ <circle cx="12" cy="12" r="10" fill="currentColor" opacity="0.25"></circle>
276
+ <rect x="6" y="11" width="12" height="2" rx="1" fill="currentColor"></rect>
277
+ </svg>
278
+ <span>Standard manufacturer's warranty</span>
279
+ </div>
280
+ <div class="option-line muted" style="margin-top:8px;">Included</div>
281
+ </div>
282
+
283
+ <!-- Option: Backup plan -->
284
+ <div class="option-card">
285
+ <div class="option-header">
286
+ <div style="display:flex; align-items:center;">
287
+ <div class="radio"></div>
288
+ <div class="option-title">5-year Backup Plan White Goods</div>
289
+ </div>
290
+ <div class="explain">Explanation</div>
291
+ </div>
292
+ <div class="benefits">
293
+ <div class="benefit">
294
+ <svg class="icon plus" viewBox="0 0 24 24">
295
+ <circle cx="12" cy="12" r="10" fill="currentColor" opacity="0.2"></circle>
296
+ <path d="M11 6h2v5h5v2h-5v5h-2v-5H6v-2h5V6z" fill="currentColor"></path>
297
+ </svg>
298
+ <span>Schade door onopzettelijk verkeerd gebruik</span>
299
+ </div>
300
+ <div class="benefit">
301
+ <svg class="icon plus" viewBox="0 0 24 24">
302
+ <circle cx="12" cy="12" r="10" fill="currentColor" opacity="0.2"></circle>
303
+ <path d="M11 6h2v5h5v2h-5v5h-2v-5H6v-2h5V6z" fill="currentColor"></path>
304
+ </svg>
305
+ <span>Schade door kortsluiting</span>
306
+ </div>
307
+ <div class="benefit">
308
+ <svg class="icon plus" viewBox="0 0 24 24">
309
+ <circle cx="12" cy="12" r="10" fill="currentColor" opacity="0.2"></circle>
310
+ <path d="M11 6h2v5h5v2h-5v5h-2v-5H6v-2h5V6z" fill="currentColor"></path>
311
+ </svg>
312
+ <span>Onderzoeks- en voorrijkosten</span>
313
+ </div>
314
+ </div>
315
+ <div class="price-line">
316
+ 139,00 <span class="one-time">one-time</span>
317
+ </div>
318
+ </div>
319
+
320
+ <div class="link-row">
321
+ Show all Backup Plans
322
+ <svg width="30" height="30" viewBox="0 0 24 24" fill="#12a8ff" xmlns="http://www.w3.org/2000/svg">
323
+ <path d="M9 18l6-6-6-6" stroke="#12a8ff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
324
+ </svg>
325
+ </div>
326
+
327
+ <div class="section-title">Choose your food storage container</div>
328
+
329
+ <div class="option-card selected">
330
+ <div class="option-header">
331
+ <div style="display:flex; align-items:center;">
332
+ <div class="radio selected"></div>
333
+ <div class="option-title">Without food storage container</div>
334
+ </div>
335
+ </div>
336
+ <div class="option-line muted" style="margin-top:14px;">
337
+ You won't receive any food storage containers with your fridge.
338
+ </div>
339
+ </div>
340
+
341
+ <div class="option-card storage-card" style="opacity:0.96;">
342
+ <div style="display:flex; align-items:center;">
343
+ <div class="radio"></div>
344
+ <div class="img-small">[IMG: Containers]</div>
345
+ <div style="flex:1;">
346
+ <div class="option-title" style="color:#12a8ff; font-weight:800; font-size:40px;">5 food storage containers</div>
347
+ </div>
348
+ <div style="font-size:40px; color:#e9eef2; font-weight:700;">23,99</div>
349
+ </div>
350
+ </div>
351
+ </div>
352
+
353
+ <!-- Sticky CTA -->
354
+ <div class="sticky-cta">View my shopping cart</div>
355
+
356
+ <!-- Gesture bar -->
357
+ <div class="gesture"></div>
358
+ </div>
359
+ </body>
360
+ </html>
code/16291/16291_3.html ADDED
@@ -0,0 +1,344 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Shopping Cart UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #0f1216; color: #eaeef3;
13
+ }
14
+
15
+ /* Status bar */
16
+ .statusbar {
17
+ height: 80px; background: #141820; color: #ffffff;
18
+ display: flex; align-items: center; justify-content: space-between;
19
+ padding: 0 36px; font-weight: 600; letter-spacing: 0.5px; font-size: 32px;
20
+ }
21
+ .status-icons { display: flex; align-items: center; gap: 22px; opacity: 0.9; }
22
+ .dot { width: 10px; height: 10px; background: #8fa0ad; border-radius: 50%; display: inline-block; }
23
+
24
+ /* Header */
25
+ .header {
26
+ background: #171b22;
27
+ padding: 48px 48px 36px 48px;
28
+ border-bottom: 1px solid #222831;
29
+ }
30
+ .title-row { display: flex; align-items: baseline; gap: 12px; }
31
+ .title {
32
+ font-size: 72px; line-height: 1.05; font-weight: 800; color: #ffffff;
33
+ margin: 0;
34
+ }
35
+ .title-dot { width: 18px; height: 18px; background: #ff6c2f; border-radius: 50%; display: inline-block; transform: translateY(-10px); }
36
+ .subtitle {
37
+ margin: 10px 0 0 0; font-size: 38px; color: #78b6da; font-weight: 600;
38
+ }
39
+
40
+ /* Main content scroller */
41
+ .content {
42
+ position: absolute; left: 0; right: 0; top: 196px; bottom: 160px;
43
+ overflow-y: auto;
44
+ }
45
+
46
+ /* CTA button card */
47
+ .cta-card { padding: 36px 36px 18px 36px; background: #12161d; }
48
+ .cta-btn {
49
+ background: #13c457; color: #ffffff; font-size: 40px; font-weight: 800;
50
+ border-radius: 16px; padding: 28px 32px; display: inline-flex; align-items: center; gap: 22px;
51
+ box-shadow: 0 8px 0 #0b8a3a; border: 1px solid rgba(255,255,255,0.05);
52
+ }
53
+ .cta-btn svg { width: 54px; height: 54px; }
54
+
55
+ /* Info list */
56
+ .info-list { margin-top: 26px; display: grid; gap: 22px; font-size: 36px; line-height: 1.35; }
57
+ .info-item { display: flex; gap: 24px; align-items: flex-start; color: #dfe6ee; }
58
+ .snow-ico { width: 44px; height: 44px; }
59
+ .accent-blue { color: #34b5ff; font-weight: 800; }
60
+ .accent-orange { color: #ff6c2f; font-weight: 800; }
61
+
62
+ /* Divider */
63
+ .divider { height: 1px; background: #222831; margin: 24px 0; }
64
+
65
+ /* Product section */
66
+ .product-section { background: #14171d; padding: 34px 36px; border-top: 1px solid #222831; }
67
+ .product-row { display: grid; grid-template-columns: 160px 1fr 220px; align-items: center; gap: 26px; }
68
+ .img-ph {
69
+ width: 160px; height: 160px; background: #E0E0E0; border: 1px solid #BDBDBD;
70
+ display: flex; justify-content: center; align-items: center; color: #757575; font-size: 28px; text-align: center;
71
+ }
72
+ .prod-title { font-size: 40px; font-weight: 800; color: #33aaff; margin: 6px 0; }
73
+ .price-box { text-align: right; color: #b9c0c8; }
74
+ .price-box .retail { font-size: 30px; opacity: 0.7; text-decoration: line-through; }
75
+ .price-box .now { font-size: 44px; font-weight: 900; color: #ffffff; }
76
+ .close-btn { margin-left: auto; }
77
+ .close-btn svg { width: 40px; height: 40px; fill: none; stroke: #33aaff; stroke-width: 6; }
78
+
79
+ /* Options */
80
+ .options { padding: 18px 36px 36px 36px; background: #14171d; }
81
+ .option-line { display: flex; align-items: center; gap: 22px; font-size: 36px; padding: 14px 0; color: #eaeef3; }
82
+ .subtext { font-size: 30px; color: #a8b2bd; margin-left: 70px; }
83
+ .link { color: #33aaff; font-weight: 700; margin-left: 12px; }
84
+
85
+ /* Simple checkbox & radio icons */
86
+ .check svg, .radio svg { width: 44px; height: 44px; }
87
+ .check .on { stroke: #27b1ff; fill: #27b1ff; }
88
+ .check .off { stroke: #7d8793; fill: none; }
89
+ .radio .on circle { stroke: #27b1ff; stroke-width: 6; }
90
+ .radio .on .dot { fill: #27b1ff; }
91
+ .radio .off circle { stroke: #7d8793; stroke-width: 6; }
92
+ .radio .off .dot { fill: transparent; }
93
+
94
+ /* Section titles */
95
+ .section-title { font-size: 40px; font-weight: 900; margin-top: 22px; margin-bottom: 8px; }
96
+
97
+ /* Delivery row before nav */
98
+ .delivery-row { padding: 18px 36px; background: #12161d; border-top: 1px solid #222831; border-bottom: 1px solid #222831; }
99
+ .delivery-head { display: flex; align-items: center; justify-content: space-between; font-size: 38px; font-weight: 800; }
100
+ .progress { height: 10px; background: #2a2f39; border-radius: 6px; margin-top: 16px; position: relative; }
101
+ .progress .fill { position: absolute; left: 0; top: 0; bottom: 0; width: 68%; background: #a0a6b2; border-radius: 6px; }
102
+
103
+ /* Bottom nav */
104
+ .navbar {
105
+ position: absolute; left: 0; right: 0; bottom: 0;
106
+ height: 160px; background: #1a1e25; border-top: 1px solid #2a313a;
107
+ display: grid; grid-template-columns: repeat(5, 1fr); align-items: center;
108
+ }
109
+ .nav-item { color: #b8c0ca; text-align: center; }
110
+ .nav-item .label { font-size: 28px; margin-top: 8px; }
111
+ .nav-item svg { width: 52px; height: 52px; }
112
+ .nav-active { color: #23a9ff; }
113
+ .badge {
114
+ position: absolute; right: 140px; bottom: 106px;
115
+ background: #ff7a2e; color: #fff; border-radius: 22px; font-size: 26px; font-weight: 800;
116
+ width: 42px; height: 42px; display: flex; align-items: center; justify-content: center;
117
+ box-shadow: 0 0 0 3px #1a1e25;
118
+ }
119
+ </style>
120
+ </head>
121
+ <body>
122
+ <div id="render-target">
123
+
124
+ <!-- Status bar -->
125
+ <div class="statusbar">
126
+ <div>11:41</div>
127
+ <div class="status-icons">
128
+ <span class="dot"></span>
129
+ <span class="dot"></span>
130
+ <span class="dot"></span>
131
+ <span class="dot"></span>
132
+ <span class="dot"></span>
133
+ </div>
134
+ </div>
135
+
136
+ <!-- Header -->
137
+ <div class="header">
138
+ <div class="title-row">
139
+ <h1 class="title">SHOPPING CART</h1>
140
+ <span class="title-dot"></span>
141
+ </div>
142
+ <div class="subtitle">All aboard.</div>
143
+ </div>
144
+
145
+ <!-- Scrollable content -->
146
+ <div class="content">
147
+
148
+ <!-- CTA card -->
149
+ <div class="cta-card">
150
+ <div class="cta-btn">
151
+ <svg viewBox="0 0 24 24">
152
+ <rect x="1" y="6" width="14" height="10" rx="2" ry="2" fill="#ffffff"></rect>
153
+ <rect x="15" y="9" width="6" height="7" rx="1" ry="1" fill="#ffffff"></rect>
154
+ <circle cx="6" cy="18.5" r="2.2" fill="#ffffff"></circle>
155
+ <circle cx="18" cy="18.5" r="2.2" fill="#ffffff"></circle>
156
+ </svg>
157
+ <span>I'm ready to order</span>
158
+ </div>
159
+
160
+ <div class="info-list">
161
+ <div class="info-item">
162
+ <svg class="snow-ico" viewBox="0 0 24 24" fill="none" stroke="#34b5ff" stroke-width="2">
163
+ <path d="M12 2v20"></path>
164
+ <path d="M2 12h20"></path>
165
+ <path d="M4 4l16 16"></path>
166
+ <path d="M20 4L4 20"></path>
167
+ </svg>
168
+ <div><span class="accent-blue">Free delivery</span> 7 days a week.</div>
169
+ </div>
170
+ <div class="info-item">
171
+ <svg class="snow-ico" viewBox="0 0 24 24" fill="none" stroke="#34b5ff" stroke-width="2">
172
+ <path d="M12 2v20"></path>
173
+ <path d="M2 12h20"></path>
174
+ <path d="M4 4l16 16"></path>
175
+ <path d="M20 4L4 20"></path>
176
+ </svg>
177
+ <div>Choose the delivery day that suits you best <span class="accent-orange">for free</span>.</div>
178
+ </div>
179
+ <div class="info-item">
180
+ <svg class="snow-ico" viewBox="0 0 24 24" fill="none" stroke="#34b5ff" stroke-width="2">
181
+ <path d="M12 2v20"></path>
182
+ <path d="M2 12h20"></path>
183
+ <path d="M4 4l16 16"></path>
184
+ <path d="M20 4L4 20"></path>
185
+ </svg>
186
+ <div>You don't have to stay home all day, because we'll keep you updated.</div>
187
+ </div>
188
+ </div>
189
+ </div>
190
+
191
+ <div class="divider"></div>
192
+
193
+ <!-- Product section -->
194
+ <div class="product-section">
195
+ <div class="product-row">
196
+ <div class="img-ph">[IMG: Fridge]</div>
197
+ <div>
198
+ <div class="prod-title">Samsung RB34C605CB1/EF</div>
199
+ </div>
200
+ <div class="price-box">
201
+ <div class="retail">Retail price € 899,00</div>
202
+ <div class="now">€ 679,00</div>
203
+ </div>
204
+ </div>
205
+ <div style="display:flex; justify-content:flex-end; margin-top:-46px;">
206
+ <div class="close-btn" title="Remove">
207
+ <svg viewBox="0 0 24 24"><path d="M4 4L20 20M20 4L4 20"></path></svg>
208
+ </div>
209
+ </div>
210
+ </div>
211
+
212
+ <!-- Options -->
213
+ <div class="options">
214
+
215
+ <div class="option-line">
216
+ <span class="check">
217
+ <svg viewBox="0 0 24 24" class="on">
218
+ <rect x="2" y="2" width="20" height="20" rx="4" ry="4"></rect>
219
+ <path d="M6 12l4 4 8-8" fill="none" stroke="#ffffff" stroke-width="3"></path>
220
+ </svg>
221
+ </span>
222
+ <span>Take old product with us</span>
223
+ <span class="link">Explanation</span>
224
+ </div>
225
+ <div class="subtext accent-orange">Free</div>
226
+
227
+ <div class="section-title">Choose convenience</div>
228
+
229
+ <div class="option-line">
230
+ <span class="radio">
231
+ <svg viewBox="0 0 24 24" class="off">
232
+ <circle cx="12" cy="12" r="9"></circle>
233
+ <circle class="dot" cx="12" cy="12" r="4"></circle>
234
+ </svg>
235
+ </span>
236
+ <span>Doorstep delivery</span>
237
+ <span class="link">Explanation</span>
238
+ </div>
239
+ <div class="subtext accent-orange">Free</div>
240
+
241
+ <div class="option-line">
242
+ <span class="radio">
243
+ <svg viewBox="0 0 24 24" class="off">
244
+ <circle cx="12" cy="12" r="9"></circle>
245
+ <circle class="dot" cx="12" cy="12" r="4"></circle>
246
+ </svg>
247
+ </span>
248
+ <span>Connect in the desired spot</span>
249
+ <span class="link">Explanation</span>
250
+ </div>
251
+ <div class="subtext">€ 25,00</div>
252
+
253
+ <div class="section-title">Adjust your fridge</div>
254
+
255
+ <div class="option-line">
256
+ <span class="check">
257
+ <svg viewBox="0 0 24 24" class="off">
258
+ <rect x="2" y="2" width="20" height="20" rx="4" ry="4"></rect>
259
+ </svg>
260
+ </span>
261
+ <span>Door reversal</span>
262
+ <span class="link">Explanation</span>
263
+ </div>
264
+ <div class="subtext">€ 35,00</div>
265
+
266
+ <div class="section-title">Extra coverage for your RB34C605CB1/EF</div>
267
+
268
+ <div class="option-line">
269
+ <span class="radio">
270
+ <svg viewBox="0 0 24 24" class="on">
271
+ <circle cx="12" cy="12" r="9"></circle>
272
+ <circle class="dot" cx="12" cy="12" r="4"></circle>
273
+ </svg>
274
+ </span>
275
+ <span>No, I don't want to insure my fridge</span>
276
+ </div>
277
+
278
+ <div class="option-line">
279
+ <span class="radio">
280
+ <svg viewBox="0 0 24 24" class="off">
281
+ <circle cx="12" cy="12" r="9"></circle>
282
+ <circle class="dot" cx="12" cy="12" r="4"></circle>
283
+ </svg>
284
+ </span>
285
+ <span>5-year Backup Plan White Goods</span>
286
+ <span class="link">Explanation</span>
287
+ </div>
288
+ <div class="subtext">139,00 one-time payment</div>
289
+
290
+ </div>
291
+
292
+ <div class="delivery-row">
293
+ <div class="delivery-head">
294
+ <div>Delivery</div>
295
+ <div class="accent-orange">Free</div>
296
+ </div>
297
+ <div class="progress"><div class="fill"></div></div>
298
+ </div>
299
+
300
+ </div>
301
+
302
+ <!-- Bottom navigation -->
303
+ <div class="navbar">
304
+ <div class="nav-item">
305
+ <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
306
+ <path d="M3 11l9-7 9 7v9h-6v-6H9v6H3z"></path>
307
+ </svg>
308
+ <div class="label">start</div>
309
+ </div>
310
+ <div class="nav-item">
311
+ <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
312
+ <circle cx="11" cy="11" r="7"></circle>
313
+ <path d="M21 21l-4.3-4.3"></path>
314
+ </svg>
315
+ <div class="label">search</div>
316
+ </div>
317
+ <div class="nav-item">
318
+ <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
319
+ <rect x="3" y="8" width="18" height="12" rx="2"></rect>
320
+ <path d="M7 8V5h10v3"></path>
321
+ </svg>
322
+ <div class="label">stores</div>
323
+ </div>
324
+ <div class="nav-item nav-active">
325
+ <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
326
+ <path d="M4 6h17l-2 10H6z"></path>
327
+ <circle cx="9" cy="19" r="2"></circle>
328
+ <circle cx="17" cy="19" r="2"></circle>
329
+ </svg>
330
+ <div class="label">cart</div>
331
+ </div>
332
+ <div class="nav-item">
333
+ <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
334
+ <circle cx="12" cy="8" r="4"></circle>
335
+ <path d="M4 22c1.5-5 14.5-5 16 0"></path>
336
+ </svg>
337
+ <div class="label">profile</div>
338
+ </div>
339
+ </div>
340
+ <div class="badge">1</div>
341
+
342
+ </div>
343
+ </body>
344
+ </html>
code/16291/16291_4.html ADDED
@@ -0,0 +1,419 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Shopping Cart - Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: "Roboto", Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ position: relative;
11
+ overflow: hidden;
12
+ width: 1080px;
13
+ height: 2400px;
14
+ background: #121618;
15
+ color: #EAEFF2;
16
+ }
17
+
18
+ /* Status bar */
19
+ .statusbar {
20
+ height: 120px;
21
+ background: #0f1417;
22
+ color: #fff;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ padding: 0 40px;
27
+ font-size: 40px;
28
+ letter-spacing: 1px;
29
+ }
30
+ .status-icons { display: flex; gap: 26px; align-items: center; opacity: 0.9; }
31
+ .dot { width: 12px; height: 12px; background: #bbb; border-radius: 50%; display: inline-block; }
32
+
33
+ /* Page header */
34
+ .page-header {
35
+ padding: 36px 40px 28px 40px;
36
+ background: linear-gradient(#141a1d, #111517);
37
+ border-bottom: 1px solid rgba(255,255,255,0.06);
38
+ }
39
+ .title-row {
40
+ display: flex;
41
+ align-items: baseline;
42
+ gap: 12px;
43
+ }
44
+ .title {
45
+ font-weight: 900;
46
+ font-size: 84px;
47
+ letter-spacing: 1px;
48
+ }
49
+ .title .dot-orange {
50
+ color: #ff7a2f;
51
+ }
52
+ .subtitle {
53
+ margin-top: 8px;
54
+ color: #9CB6C3;
55
+ font-size: 46px;
56
+ font-weight: 600;
57
+ }
58
+
59
+ /* Primary CTA */
60
+ .cta {
61
+ padding: 28px 40px;
62
+ border-bottom: 1px solid rgba(255,255,255,0.06);
63
+ }
64
+ .btn-primary {
65
+ display: flex;
66
+ align-items: center;
67
+ justify-content: center;
68
+ gap: 24px;
69
+ width: 100%;
70
+ height: 140px;
71
+ background: #11C632;
72
+ color: #ffffff;
73
+ border-radius: 22px;
74
+ box-shadow: 0 8px 0 rgba(0,0,0,0.35);
75
+ font-size: 46px;
76
+ font-weight: 800;
77
+ }
78
+ .btn-primary svg { width: 56px; height: 56px; fill: #fff; }
79
+
80
+ /* Info bullets */
81
+ .bullets {
82
+ padding: 8px 40px 28px 40px;
83
+ border-bottom: 1px solid rgba(255,255,255,0.06);
84
+ }
85
+ .bullets li {
86
+ list-style: none;
87
+ display: flex;
88
+ align-items: flex-start;
89
+ gap: 22px;
90
+ margin: 24px 0;
91
+ line-height: 1.45;
92
+ font-size: 40px;
93
+ color: #DCE5EA;
94
+ }
95
+ .flake {
96
+ width: 44px;
97
+ height: 44px;
98
+ flex: 0 0 44px;
99
+ }
100
+ .accent-orange { color: #ff7a2f; }
101
+ .accent-blue { color: #1fa1ff; }
102
+
103
+ /* Product block */
104
+ .product {
105
+ padding: 36px 40px 20px 40px;
106
+ border-bottom: 1px solid rgba(255,255,255,0.08);
107
+ }
108
+ .prod-top {
109
+ display: grid;
110
+ grid-template-columns: 160px 1fr 60px;
111
+ gap: 28px;
112
+ align-items: center;
113
+ }
114
+ .img-ph {
115
+ width: 160px;
116
+ height: 220px;
117
+ background: #E0E0E0;
118
+ border: 1px solid #BDBDBD;
119
+ color: #757575;
120
+ display: flex; align-items: center; justify-content: center;
121
+ font-size: 28px;
122
+ }
123
+ .prod-title {
124
+ color: #2aa3e4;
125
+ font-weight: 800;
126
+ font-size: 48px;
127
+ }
128
+ .close-x {
129
+ justify-self: end;
130
+ width: 48px; height: 48px;
131
+ }
132
+ .price-row {
133
+ display: flex;
134
+ justify-content: flex-end;
135
+ align-items: flex-end;
136
+ gap: 20px;
137
+ margin-top: 6px;
138
+ padding-right: 20px;
139
+ }
140
+ .retail {
141
+ color: #A2A9AE;
142
+ font-size: 34px;
143
+ }
144
+ .striked {
145
+ text-decoration: line-through;
146
+ opacity: 0.6;
147
+ }
148
+ .price {
149
+ font-size: 54px;
150
+ font-weight: 900;
151
+ }
152
+
153
+ /* Options */
154
+ .section {
155
+ padding: 8px 40px 24px 40px;
156
+ border-bottom: 1px solid rgba(255,255,255,0.06);
157
+ }
158
+ .section h3 {
159
+ margin: 20px 0 14px;
160
+ font-size: 46px;
161
+ color: #EAF1F5;
162
+ }
163
+ .option {
164
+ display: grid;
165
+ grid-template-columns: 56px 1fr auto;
166
+ gap: 20px;
167
+ align-items: center;
168
+ margin: 22px 0 6px;
169
+ }
170
+ .checkbox, .radio {
171
+ width: 42px; height: 42px; border-radius: 8px;
172
+ border: 3px solid #AAB3B8; box-sizing: border-box;
173
+ }
174
+ .checkbox.checked {
175
+ background: #1fa1ff; border-color: #1fa1ff; position: relative;
176
+ }
177
+ .checkbox.checked:after {
178
+ content: ""; position: absolute; left: 9px; top: 4px; width: 12px; height: 22px;
179
+ border: 5px solid #fff; border-top: 0; border-left: 0; transform: rotate(45deg);
180
+ }
181
+ .radio {
182
+ border-radius: 50%;
183
+ }
184
+ .radio.checked {
185
+ position: relative; border-color: #1fa1ff;
186
+ }
187
+ .radio.checked:after {
188
+ content: ""; position: absolute; inset: 8px;
189
+ background: #1fa1ff; border-radius: 50%;
190
+ }
191
+ .opt-label {
192
+ font-size: 42px; color: #E6EDF1;
193
+ }
194
+ .explain {
195
+ color: #2aa3e4; font-weight: 700; margin-left: 14px;
196
+ }
197
+ .subprice {
198
+ grid-column: 2 / 4;
199
+ color: #A9B2B7; font-size: 36px; margin-left: 4px;
200
+ }
201
+ .subprice .free { color: #ff7a2f; font-weight: 800; }
202
+
203
+ /* Delivery header */
204
+ .split-heading {
205
+ display: flex; justify-content: space-between; align-items: center;
206
+ padding: 26px 40px; font-size: 48px; font-weight: 800;
207
+ border-top: 1px solid rgba(255,255,255,0.06);
208
+ border-bottom: 1px solid rgba(255,255,255,0.06);
209
+ }
210
+ .split-heading .right { color: #ff7a2f; }
211
+
212
+ /* Bottom nav */
213
+ .bottom-nav {
214
+ position: absolute;
215
+ left: 0; right: 0; bottom: 110px;
216
+ height: 170px; background: #1f2427;
217
+ border-top: 1px solid rgba(255,255,255,0.08);
218
+ display: grid; grid-template-columns: repeat(5, 1fr);
219
+ align-items: center; text-align: center; color: #bfc6cb;
220
+ font-size: 34px;
221
+ }
222
+ .bottom-nav .item { display: flex; flex-direction: column; align-items: center; gap: 8px; position: relative; }
223
+ .bottom-nav svg { width: 56px; height: 56px; fill: #bfc6cb; }
224
+ .bottom-nav .active svg, .bottom-nav .active { color: #11a8ff; }
225
+ .bottom-nav .active svg { fill: #11a8ff; }
226
+ .badge {
227
+ position: absolute; right: 230px; top: 12px;
228
+ background: #ff7a2f; color: #fff; width: 42px; height: 42px; border-radius: 50%;
229
+ font-size: 30px; display: flex; align-items: center; justify-content: center; font-weight: 800;
230
+ }
231
+
232
+ /* Home indicator */
233
+ .home-indicator {
234
+ position: absolute; bottom: 34px; left: 50%; transform: translateX(-50%);
235
+ width: 360px; height: 10px; background: #E7E7E7; border-radius: 6px; opacity: 0.9;
236
+ }
237
+
238
+ /* Small helpers */
239
+ .muted { color: #A5B0B5; }
240
+ </style>
241
+ </head>
242
+ <body>
243
+ <div id="render-target">
244
+
245
+ <!-- Status Bar -->
246
+ <div class="statusbar">
247
+ <div>11:41</div>
248
+ <div class="status-icons">
249
+ <span class="dot"></span>
250
+ <span class="dot"></span>
251
+ <span class="dot"></span>
252
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#fff" aria-hidden="true">
253
+ <path d="M3 7h18v10H3z" fill="none" stroke="#fff" stroke-width="2"/><path d="M22 10v4" stroke="#fff" stroke-width="2"/>
254
+ </svg>
255
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#fff" aria-hidden="true">
256
+ <path d="M6 18c0-5 3-9 6-9s6 4 6 9" fill="none" stroke="#fff" stroke-width="2"/>
257
+ <circle cx="12" cy="19" r="2" fill="#fff"/>
258
+ </svg>
259
+ </div>
260
+ </div>
261
+
262
+ <!-- Header -->
263
+ <div class="page-header">
264
+ <div class="title-row">
265
+ <div class="title">SHOPPING CART<span class="dot-orange">.</span></div>
266
+ </div>
267
+ <div class="subtitle">All aboard.</div>
268
+ </div>
269
+
270
+ <!-- CTA -->
271
+ <div class="cta">
272
+ <div class="btn-primary">
273
+ <svg viewBox="0 0 24 24" aria-hidden="true">
274
+ <path d="M3 6h11v9H3zM14 9h4l3 3v3h-7V9zM6 18a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm9 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4z"/>
275
+ </svg>
276
+ <span>I'm ready to order</span>
277
+ </div>
278
+ </div>
279
+
280
+ <!-- Bullets -->
281
+ <ul class="bullets">
282
+ <li>
283
+ <svg class="flake" viewBox="0 0 24 24">
284
+ <path d="M12 2v20M4.2 6l15.6 12M4.2 18L19.8 6M2 12h20" stroke="#1fa1ff" stroke-width="2" stroke-linecap="round"/>
285
+ </svg>
286
+ <span><span class="accent-orange">Free delivery</span> 7 days a week.</span>
287
+ </li>
288
+ <li>
289
+ <svg class="flake" viewBox="0 0 24 24">
290
+ <path d="M12 2v20M4.2 6l15.6 12M4.2 18L19.8 6M2 12h20" stroke="#1fa1ff" stroke-width="2" stroke-linecap="round"/>
291
+ </svg>
292
+ <span>Choose the delivery day that suits you best <span class="accent-orange">for free</span>.</span>
293
+ </li>
294
+ <li>
295
+ <svg class="flake" viewBox="0 0 24 24">
296
+ <path d="M12 2v20M4.2 6l15.6 12M4.2 18L19.8 6M2 12h20" stroke="#1fa1ff" stroke-width="2" stroke-linecap="round"/>
297
+ </svg>
298
+ <span>You don't have to stay home all day, because we'll keep you updated.</span>
299
+ </li>
300
+ </ul>
301
+
302
+ <!-- Product row -->
303
+ <div class="product">
304
+ <div class="prod-top">
305
+ <div class="img-ph">[IMG: Fridge]</div>
306
+ <div class="prod-title">Samsung RB34C605CB1/EF</div>
307
+ <svg class="close-x" viewBox="0 0 24 24" aria-hidden="true">
308
+ <path d="M4 4l16 16M20 4L4 20" stroke="#2aa3e4" stroke-width="2" stroke-linecap="round"/>
309
+ </svg>
310
+ </div>
311
+ <div class="price-row">
312
+ <div class="retail">Retail price <span class="striked">€ 899,00</span></div>
313
+ <div class="price">€ 679,00</div>
314
+ </div>
315
+ </div>
316
+
317
+ <!-- Options: Take old product -->
318
+ <div class="section">
319
+ <div class="option">
320
+ <div class="checkbox checked"></div>
321
+ <div class="opt-label">Take old product with us <span class="explain">Explanation</span></div>
322
+ <div></div>
323
+ <div class="subprice"><span class="free accent-orange">Free</span></div>
324
+ </div>
325
+ </div>
326
+
327
+ <!-- Choose convenience -->
328
+ <div class="section">
329
+ <h3>Choose convenience</h3>
330
+ <div class="option">
331
+ <div class="checkbox"></div>
332
+ <div class="opt-label">Doorstep delivery <span class="explain">Explanation</span></div>
333
+ <div></div>
334
+ <div class="subprice"><span class="free">Free</span></div>
335
+ </div>
336
+ <div class="option">
337
+ <div class="checkbox"></div>
338
+ <div class="opt-label">Connect in the desired spot <span class="explain">Explanation</span></div>
339
+ <div></div>
340
+ <div class="subprice">€ 25,00</div>
341
+ </div>
342
+ </div>
343
+
344
+ <!-- Adjust your fridge -->
345
+ <div class="section">
346
+ <h3>Adjust your fridge</h3>
347
+ <div class="option">
348
+ <div class="checkbox"></div>
349
+ <div class="opt-label">Door reversal <span class="explain">Explanation</span></div>
350
+ <div></div>
351
+ <div class="subprice">€ 35,00</div>
352
+ </div>
353
+ </div>
354
+
355
+ <!-- Extra coverage -->
356
+ <div class="section">
357
+ <h3>Extra coverage for your RB34C605CB1/EF</h3>
358
+ <div class="option">
359
+ <div class="radio checked"></div>
360
+ <div class="opt-label">No, I don't want to insure my fridge</div>
361
+ <div></div>
362
+ </div>
363
+ <div class="option">
364
+ <div class="radio"></div>
365
+ <div class="opt-label">5-year Backup Plan White Goods<br><span class="explain">Explanation</span></div>
366
+ <div></div>
367
+ <div class="subprice">139,00 one-time payment</div>
368
+ </div>
369
+ </div>
370
+
371
+ <!-- Delivery heading -->
372
+ <div class="split-heading">
373
+ <div>Delivery</div>
374
+ <div class="right">Free</div>
375
+ </div>
376
+
377
+ <!-- Bottom Navigation -->
378
+ <div class="bottom-nav">
379
+ <div class="item">
380
+ <svg viewBox="0 0 24 24">
381
+ <path d="M12 3l9 8h-3v7H6v-7H3z"/>
382
+ </svg>
383
+ <div>start</div>
384
+ </div>
385
+ <div class="item">
386
+ <svg viewBox="0 0 24 24">
387
+ <path d="M10 18a8 8 0 1 1 0-16 8 8 0 0 1 0 16z" fill="none" stroke="#bfc6cb" stroke-width="2"/>
388
+ <path d="M21 21l-5.5-5.5" stroke="#bfc6cb" stroke-width="2" stroke-linecap="round"/>
389
+ </svg>
390
+ <div>search</div>
391
+ </div>
392
+ <div class="item">
393
+ <svg viewBox="0 0 24 24">
394
+ <path d="M3 7h18v4H3zM5 11h14v8H5z"/>
395
+ </svg>
396
+ <div>stores</div>
397
+ </div>
398
+ <div class="item active">
399
+ <svg viewBox="0 0 24 24">
400
+ <path d="M3 5h2l2 10h11l2-7H7" fill="none" stroke="#11a8ff" stroke-width="2"/>
401
+ <circle cx="9" cy="19" r="2"/>
402
+ <circle cx="17" cy="19" r="2"/>
403
+ </svg>
404
+ <div>cart</div>
405
+ <div class="badge">1</div>
406
+ </div>
407
+ <div class="item">
408
+ <svg viewBox="0 0 24 24">
409
+ <circle cx="12" cy="8" r="4"/>
410
+ <path d="M4 20c0-4 4-6 8-6s8 2 8 6" fill="none" stroke="#bfc6cb" stroke-width="2"/>
411
+ </svg>
412
+ <div>profile</div>
413
+ </div>
414
+ </div>
415
+
416
+ <div class="home-indicator"></div>
417
+ </div>
418
+ </body>
419
+ </html>
code/16292/16292_0.html ADDED
@@ -0,0 +1,255 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Android Home Mock</title>
6
+ <style>
7
+ body { margin:0; padding:0; background:transparent; font-family: Roboto, Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width:1080px; height:2400px; position:relative; overflow:hidden;
10
+ border-radius:0;
11
+ background:#0000; /* transparent container - wallpaper below */
12
+ }
13
+
14
+ /* Wallpaper placeholder */
15
+ .wallpaper {
16
+ position:absolute; inset:0;
17
+ background:#E0E0E0;
18
+ border:1px solid #BDBDBD;
19
+ display:flex; align-items:center; justify-content:center;
20
+ color:#757575; font-size:28px; letter-spacing:0.5px;
21
+ }
22
+
23
+ /* Status bar */
24
+ .status-bar {
25
+ position:absolute; top:18px; left:24px; right:24px; height:64px;
26
+ display:flex; align-items:center; justify-content:space-between;
27
+ color:#ffffff;
28
+ }
29
+ .status-left { font-size:38px; font-weight:600; }
30
+ .status-right { display:flex; align-items:center; gap:26px; }
31
+ .icon-small { width:34px; height:34px; }
32
+ .battery {
33
+ width:52px; height:26px; border:2px solid #fff; border-radius:5px; position:relative;
34
+ }
35
+ .battery:after {
36
+ content:""; position:absolute; right:-8px; top:6px; width:6px; height:14px; background:#fff; border-radius:2px;
37
+ }
38
+ .battery .level { position:absolute; left:3px; top:3px; bottom:3px; width:60%; background:#fff; border-radius:3px; }
39
+
40
+ /* Date & weather widget */
41
+ .weather-card {
42
+ position:absolute; top:150px; left:48px; color:#ffffff;
43
+ }
44
+ .date-label { font-size:58px; font-weight:500; margin-bottom:16px; text-shadow:0 1px 2px rgba(0,0,0,0.35); }
45
+ .weather-row { display:flex; align-items:center; gap:18px; font-size:38px; opacity:0.95; }
46
+ .cloud {
47
+ width:54px; height:36px; position:relative;
48
+ }
49
+ .cloud:before, .cloud:after {
50
+ content:""; position:absolute; background:#ffffff; opacity:0.95;
51
+ border-radius:50%;
52
+ }
53
+ .cloud:before { width:34px; height:34px; left:0; top:2px; }
54
+ .cloud:after { width:46px; height:28px; left:20px; top:8px; border-radius:20px; }
55
+
56
+ /* App rows */
57
+ .apps-row {
58
+ position:absolute; left:0; right:0; top:1180px;
59
+ display:flex; justify-content:space-around; padding:0 60px;
60
+ }
61
+ .dock-row {
62
+ position:absolute; left:0; right:0; top:1720px;
63
+ display:flex; justify-content:space-around; padding:0 120px;
64
+ }
65
+ .app {
66
+ width:210px; text-align:center; color:#ffffff;
67
+ }
68
+ .icon-circle {
69
+ width:170px; height:170px; margin:0 auto 22px auto; border-radius:50%;
70
+ background:#ffffff; box-shadow:0 10px 24px rgba(0,0,0,0.25); display:flex; align-items:center; justify-content:center;
71
+ }
72
+ .label { font-size:36px; text-shadow:0 1px 2px rgba(0,0,0,0.35); }
73
+
74
+ /* Google search bar */
75
+ .search-bar {
76
+ position:absolute; left:60px; right:60px; bottom:180px; height:120px;
77
+ background:#3b3532; border-radius:60px; display:flex; align-items:center; padding:0 28px; color:#fff;
78
+ box-shadow:0 10px 24px rgba(0,0,0,0.35);
79
+ }
80
+ .g-chip {
81
+ width:74px; height:74px; border-radius:50%; background:#1f1a17; display:flex; align-items:center; justify-content:center; margin-right:22px;
82
+ }
83
+ .search-placeholder { flex:1; opacity:0.85; font-size:36px; }
84
+ .search-actions { display:flex; gap:26px; }
85
+ .round-btn {
86
+ width:74px; height:74px; border-radius:50%; background:#1f1a17; display:flex; align-items:center; justify-content:center;
87
+ }
88
+
89
+ /* Gesture bar */
90
+ .gesture {
91
+ position:absolute; bottom:38px; left:50%; transform:translateX(-50%);
92
+ width:220px; height:10px; background:#404040; border-radius:10px; opacity:0.85;
93
+ }
94
+ </style>
95
+ </head>
96
+ <body>
97
+ <div id="render-target">
98
+ <div class="wallpaper">[IMG: Mountain coast background]</div>
99
+
100
+ <!-- Status Bar -->
101
+ <div class="status-bar">
102
+ <div class="status-left">9:51</div>
103
+ <div class="status-right">
104
+ <!-- Silent icon -->
105
+ <svg class="icon-small" viewBox="0 0 24 24" fill="#fff">
106
+ <path d="M12 3 7 8H4v8h3l5 5V3zM2 2l20 20-1.5 1.5L.5 3.5 2 2z"/>
107
+ </svg>
108
+ <!-- Wi‑Fi -->
109
+ <svg class="icon-small" viewBox="0 0 24 24" fill="#fff">
110
+ <path d="M12 18.5c-.8 0-1.5.7-1.5 1.5S11.2 21.5 12 21.5s1.5-.7 1.5-1.5-.7-1.5-1.5-1.5zM2 9l2 2c5-5 13-5 18 0l2-2C17-1 7-1 2 9zm5 5 2 2c3-3 7-3 10 0l2-2c-4-4-10-4-14 0z"/>
111
+ </svg>
112
+ <!-- Battery -->
113
+ <div class="battery"><div class="level"></div></div>
114
+ </div>
115
+ </div>
116
+
117
+ <!-- Date & Weather -->
118
+ <div class="weather-card">
119
+ <div class="date-label">Thu, Dec 14</div>
120
+ <div class="weather-row">
121
+ <div class="cloud"></div>
122
+ <div>18°C · Today 24° / 9° · Cloudy</div>
123
+ </div>
124
+ </div>
125
+
126
+ <!-- Main Apps Row -->
127
+ <div class="apps-row">
128
+ <!-- Play Store -->
129
+ <div class="app">
130
+ <div class="icon-circle">
131
+ <svg width="120" height="120" viewBox="0 0 24 24">
132
+ <path d="M3 2l12 10L3 22V2z" fill="#34a853"/>
133
+ <path d="M3 2l8 6 3-3L3 2z" fill="#4285f4"/>
134
+ <path d="M3 22l11-8 3 3-14 5z" fill="#fbbc05"/>
135
+ <path d="M14 12l3-3v6l-3-3z" fill="#ea4335"/>
136
+ </svg>
137
+ </div>
138
+ <div class="label">Play Store</div>
139
+ </div>
140
+
141
+ <!-- Gmail -->
142
+ <div class="app">
143
+ <div class="icon-circle">
144
+ <svg width="120" height="120" viewBox="0 0 24 24">
145
+ <rect x="3" y="6" width="18" height="12" rx="2" fill="#fff" stroke="#c7c7c7"/>
146
+ <path d="M3 7l9 6 9-6" fill="none" stroke="#ea4335" stroke-width="2"/>
147
+ <path d="M3 18V8l9 6 9-6v10" fill="none" stroke="#34a853" stroke-width="2"/>
148
+ </svg>
149
+ </div>
150
+ <div class="label">Gmail</div>
151
+ </div>
152
+
153
+ <!-- Photos -->
154
+ <div class="app">
155
+ <div class="icon-circle">
156
+ <svg width="120" height="120" viewBox="0 0 24 24">
157
+ <path d="M12 12V4a8 8 0 0 1 8 8h-8z" fill="#fbbc05"/>
158
+ <path d="M12 12h8a8 8 0 0 1-8 8v-8z" fill="#34a853"/>
159
+ <path d="M12 12v8a8 8 0 0 1-8-8h8z" fill="#4285f4"/>
160
+ <path d="M12 12H4a8 8 0 0 1 8-8v8z" fill="#ea4335"/>
161
+ </svg>
162
+ </div>
163
+ <div class="label">Photos</div>
164
+ </div>
165
+
166
+ <!-- YouTube -->
167
+ <div class="app">
168
+ <div class="icon-circle">
169
+ <svg width="120" height="120" viewBox="0 0 24 24">
170
+ <rect x="3" y="6" width="18" height="12" rx="4" fill="#ff0000"/>
171
+ <path d="M10 9.5 15 12l-5 2.5V9.5z" fill="#fff"/>
172
+ </svg>
173
+ </div>
174
+ <div class="label">YouTube</div>
175
+ </div>
176
+ </div>
177
+
178
+ <!-- Dock Row -->
179
+ <div class="dock-row">
180
+ <!-- Phone -->
181
+ <div class="app">
182
+ <div class="icon-circle">
183
+ <svg width="120" height="120" viewBox="0 0 24 24" fill="#1a73e8">
184
+ <path d="M6 2h4l1 5-3 2a16 16 0 0 0 7 7l2-3 5 1v4c0 1-1 2-2 2C10 22 2 14 2 4c0-1 1-2 2-2z" />
185
+ </svg>
186
+ </div>
187
+ <div class="label">Phone</div>
188
+ </div>
189
+
190
+ <!-- Messages -->
191
+ <div class="app">
192
+ <div class="icon-circle">
193
+ <svg width="120" height="120" viewBox="0 0 24 24" fill="#1e88e5">
194
+ <path d="M4 4h16v12H7l-3 4V4z" />
195
+ <rect x="7" y="8" width="10" height="2" fill="#fff"/>
196
+ <rect x="7" y="11.5" width="7" height="2" fill="#fff"/>
197
+ </svg>
198
+ </div>
199
+ <div class="label">Messages</div>
200
+ </div>
201
+
202
+ <!-- Chrome -->
203
+ <div class="app">
204
+ <div class="icon-circle">
205
+ <svg width="120" height="120" viewBox="0 0 24 24">
206
+ <circle cx="12" cy="12" r="10" fill="#ea4335"/>
207
+ <path d="M12 12L4 12a10 10 0 0 1 18-2z" fill="#fbbc05"/>
208
+ <path d="M12 12l4.6 7.9A10 10 0 0 1 4 12z" fill="#34a853"/>
209
+ <circle cx="12" cy="12" r="4.5" fill="#4285f4" stroke="#fff" stroke-width="1.5"/>
210
+ </svg>
211
+ </div>
212
+ <div class="label">Chrome</div>
213
+ </div>
214
+
215
+ <!-- Camera -->
216
+ <div class="app">
217
+ <div class="icon-circle">
218
+ <svg width="120" height="120" viewBox="0 0 24 24">
219
+ <rect x="3" y="6" width="18" height="12" rx="2" fill="#8e8e8e"/>
220
+ <rect x="8" y="4.5" width="4" height="3" rx="1" fill="#6e6e6e"/>
221
+ <circle cx="12" cy="12" r="4" fill="#3b7cff"/>
222
+ <circle cx="12" cy="12" r="2" fill="#aed0ff"/>
223
+ </svg>
224
+ </div>
225
+ <div class="label">Camera</div>
226
+ </div>
227
+ </div>
228
+
229
+ <!-- Search bar -->
230
+ <div class="search-bar">
231
+ <div class="g-chip">
232
+ <svg width="40" height="40" viewBox="0 0 24 24">
233
+ <path d="M21 12a9 9 0 1 0-9 9c2.4 0 4.4-.9 5.9-2.3l-2.4-1.9C14 18.3 13.1 18.6 12 18.6A6.6 6.6 0 1 1 18.6 12h-6.6v3h9z" fill="#fff"/>
234
+ </svg>
235
+ </div>
236
+ <div class="search-placeholder">Search…</div>
237
+ <div class="search-actions">
238
+ <div class="round-btn">
239
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#39c0ff">
240
+ <path d="M12 3a4 4 0 0 0-4 4v4.5l-2 2V15h12v-1.5l-2-2V7a4 4 0 0 0-4-4zm-2 16h4v2h-4z"/>
241
+ </svg>
242
+ </div>
243
+ <div class="round-btn">
244
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#4caf50">
245
+ <path d="M20 5h-3.6l-1-1.7H8.6L7.6 5H4v14h16V5zm-8 13a5 5 0 1 1 0-10 5 5 0 0 1 0 10z"/>
246
+ </svg>
247
+ </div>
248
+ </div>
249
+ </div>
250
+
251
+ <!-- Gesture bar -->
252
+ <div class="gesture"></div>
253
+ </div>
254
+ </body>
255
+ </html>
code/16292/16292_1.html ADDED
@@ -0,0 +1,242 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Mobile UI Mock</title>
5
+ <style>
6
+ body{
7
+ margin:0;
8
+ padding:0;
9
+ background:transparent;
10
+ font-family: Arial, Helvetica, sans-serif;
11
+ }
12
+ #render-target{
13
+ width:1080px;
14
+ height:2400px;
15
+ position:relative;
16
+ overflow:hidden;
17
+ background:#000000;
18
+ color:#FFFFFF;
19
+ }
20
+ /* Status bar */
21
+ .statusbar{
22
+ position:absolute;
23
+ top:0;
24
+ left:0;
25
+ width:1080px;
26
+ height:120px;
27
+ display:flex;
28
+ align-items:center;
29
+ justify-content:space-between;
30
+ padding:0 40px;
31
+ box-sizing:border-box;
32
+ color:#fff;
33
+ opacity:0.95;
34
+ font-weight:600;
35
+ }
36
+ .status-left{
37
+ font-size:44px;
38
+ letter-spacing:0.5px;
39
+ }
40
+ .status-right{
41
+ display:flex;
42
+ align-items:center;
43
+ gap:28px;
44
+ }
45
+ .icon{
46
+ display:inline-flex;
47
+ align-items:center;
48
+ justify-content:center;
49
+ }
50
+ .wifi svg,
51
+ .battery svg{
52
+ width:52px;
53
+ height:34px;
54
+ fill:none;
55
+ stroke:#fff;
56
+ stroke-width:3;
57
+ }
58
+ .battery svg rect{ rx:4; }
59
+ .battery-tip{
60
+ width:8px; height:16px; background:#fff; border-radius:3px; margin-left:4px;
61
+ }
62
+
63
+ /* Skip pill */
64
+ .skip{
65
+ position:absolute;
66
+ top:160px;
67
+ right:80px;
68
+ background:#2a2a2a;
69
+ color:#fff;
70
+ border-radius:28px;
71
+ padding:20px 36px;
72
+ font-size:42px;
73
+ font-weight:700;
74
+ box-shadow:0 6px 16px rgba(0,0,0,0.4);
75
+ }
76
+
77
+ /* Title */
78
+ .title{
79
+ position:absolute;
80
+ left:60px;
81
+ top:260px;
82
+ width:960px;
83
+ font-weight:900;
84
+ font-size:120px;
85
+ line-height:160px;
86
+ letter-spacing:-1px;
87
+ }
88
+
89
+ /* Big panel with tilted book */
90
+ .panel{
91
+ position:absolute;
92
+ left:60px;
93
+ top:1080px;
94
+ width:960px;
95
+ height:815px;
96
+ border-radius:42px;
97
+ background:linear-gradient(180deg,#1c2d45,#395e85 70%, #2f496b);
98
+ box-shadow:0 30px 60px rgba(0,0,0,0.6);
99
+ }
100
+
101
+ .book-cover{
102
+ position:absolute;
103
+ left:280px;
104
+ top:190px;
105
+ width:420px;
106
+ height:600px;
107
+ background:#E0E0E0;
108
+ border:1px solid #BDBDBD;
109
+ color:#757575;
110
+ display:flex;
111
+ align-items:center;
112
+ justify-content:center;
113
+ transform:rotate(-16deg);
114
+ box-shadow:0 20px 40px rgba(0,0,0,0.5);
115
+ font-weight:700;
116
+ }
117
+
118
+ .webnovel-row{
119
+ position:absolute;
120
+ left:60px;
121
+ bottom:70px;
122
+ display:flex;
123
+ align-items:center;
124
+ gap:26px;
125
+ color:#fff;
126
+ }
127
+ .w-badge{
128
+ width:70px;
129
+ height:70px;
130
+ border-radius:8px;
131
+ background:#ffffff;
132
+ color:#121212;
133
+ display:flex;
134
+ align-items:center;
135
+ justify-content:center;
136
+ font-weight:900;
137
+ font-size:44px;
138
+ }
139
+ .webnovel-text{
140
+ font-size:64px;
141
+ font-weight:800;
142
+ letter-spacing:2px;
143
+ }
144
+
145
+ /* Description */
146
+ .desc{
147
+ position:absolute;
148
+ left:80px;
149
+ top:1900px;
150
+ width:920px;
151
+ text-align:center;
152
+ color:#9EA3A8;
153
+ font-size:44px;
154
+ line-height:72px;
155
+ font-weight:500;
156
+ }
157
+
158
+ /* CTA button */
159
+ .cta{
160
+ position:absolute;
161
+ left:60px;
162
+ top:2060px;
163
+ width:960px;
164
+ height:150px;
165
+ background:#1d1d1d;
166
+ border-radius:36px;
167
+ display:flex;
168
+ align-items:center;
169
+ justify-content:center;
170
+ color:#fff;
171
+ font-size:64px;
172
+ font-weight:800;
173
+ box-shadow:0 20px 40px rgba(0,0,0,0.45);
174
+ }
175
+
176
+ /* Home indicator */
177
+ .home-indicator{
178
+ position:absolute;
179
+ left:50%;
180
+ transform:translateX(-50%);
181
+ bottom:36px;
182
+ width:330px;
183
+ height:14px;
184
+ background:#e8e8e8;
185
+ border-radius:8px;
186
+ opacity:0.9;
187
+ }
188
+ </style>
189
+ </head>
190
+ <body>
191
+ <div id="render-target">
192
+
193
+ <div class="statusbar">
194
+ <div class="status-left">9:53</div>
195
+ <div class="status-right">
196
+ <div class="icon">🔇</div>
197
+ <div class="icon wifi">
198
+ <svg viewBox="0 0 64 40">
199
+ <path d="M4 12 Q32 -4 60 12" />
200
+ <path d="M12 22 Q32 8 52 22" />
201
+ <path d="M22 30 Q32 22 42 30" />
202
+ <circle cx="32" cy="34" r="3" fill="#fff" />
203
+ </svg>
204
+ </div>
205
+ <div class="icon battery" style="display:flex; align-items:center;">
206
+ <svg viewBox="0 0 64 34">
207
+ <rect x="2" y="2" width="52" height="30" />
208
+ <rect x="6" y="6" width="44" height="22" fill="#ffffff"/>
209
+ </svg>
210
+ <div class="battery-tip"></div>
211
+ </div>
212
+ </div>
213
+ </div>
214
+
215
+ <div class="skip">Skip 3</div>
216
+
217
+ <div class="title">
218
+ I Reincarnated<br>
219
+ During the<br>
220
+ Apocalypse and<br>
221
+ Killed My Enemies
222
+ </div>
223
+
224
+ <div class="panel">
225
+ <div class="book-cover">[IMG: Book Cover Tilted]</div>
226
+
227
+ <div class="webnovel-row">
228
+ <div class="w-badge">W</div>
229
+ <div class="webnovel-text">WEBNOVEL</div>
230
+ </div>
231
+ </div>
232
+
233
+ <div class="desc">
234
+ After reincarnating, she took revenge on these people and embarked on a new journey.
235
+ </div>
236
+
237
+ <div class="cta">Read now</div>
238
+
239
+ <div class="home-indicator"></div>
240
+ </div>
241
+ </body>
242
+ </html>
code/16292/16292_10.html ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>Email Compose - Dark UI</title>
5
+ <style>
6
+ body { margin:0; padding:0; background:transparent; font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; }
7
+ #render-target {
8
+ width:1080px; height:2400px;
9
+ position:relative; overflow:hidden;
10
+ background:#1b1511; color:#e9e4de;
11
+ }
12
+
13
+ /* Status bar */
14
+ .status-bar {
15
+ height:84px;
16
+ padding:0 36px;
17
+ display:flex; align-items:center; justify-content:space-between;
18
+ font-weight:600; color:#f0ede9; font-size:36px;
19
+ }
20
+ .status-right { display:flex; align-items:center; gap:28px; }
21
+ .status-dot { width:18px; height:18px; border-radius:50%; background:#e7d4c0; opacity:.8; }
22
+ .battery {
23
+ width:36px; height:22px; border:2px solid #e7d4c0; border-radius:4px; position:relative;
24
+ }
25
+ .battery::after { content:""; position:absolute; right:-8px; top:7px; width:6px; height:8px; background:#e7d4c0; border-radius:2px; }
26
+ .battery .level { position:absolute; left:2px; top:2px; height:16px; width:24px; background:#e7d4c0; }
27
+
28
+ /* App bar */
29
+ .app-bar {
30
+ height:120px; border-bottom:1px solid #2a221d;
31
+ display:flex; align-items:center; justify-content:space-between;
32
+ padding:0 28px;
33
+ }
34
+ .icon-btn { width:72px; height:72px; display:flex; align-items:center; justify-content:center; }
35
+ .svg-stroke { stroke:#d3a376; fill:none; stroke-width:7; }
36
+ .svg-fill { fill:#d3a376; }
37
+ .kebab { width:10px; height:40px; background:linear-gradient(#d3a376,#d3a376); border-radius:20px; }
38
+ .title-spacer { height:0; }
39
+
40
+ /* Content area */
41
+ .content { padding:24px 36px 40px; }
42
+ .row { display:flex; align-items:center; gap:22px; margin-top:26px; }
43
+ .label { color:#c6b8a9; font-size:34px; width:120px; }
44
+ .field { flex:1; display:flex; align-items:center; }
45
+ .from-address, .to-pill {
46
+ border:1px solid #3a2f28; background:#201913; color:#f1ebe5;
47
+ padding:22px 26px; border-radius:18px; font-size:34px; line-height:40px;
48
+ }
49
+ .to-pill { border-radius:44px; display:flex; align-items:center; gap:20px; }
50
+ .avatar {
51
+ width:72px; height:72px; border-radius:50%;
52
+ background:#c86; display:flex; align-items:center; justify-content:center; color:#fff; font-weight:700;
53
+ }
54
+ .caret {
55
+ margin-left:auto;
56
+ width:0; height:0; border-left:14px solid transparent; border-right:14px solid transparent; border-top:18px solid #c6b8a9;
57
+ }
58
+
59
+ .input-area {
60
+ margin:26px 0 10px; border-bottom:1px solid #2a221d; height:84px;
61
+ display:flex; align-items:center; padding-left:10px;
62
+ }
63
+ .cursor { width:3px; height:40px; background:#e5c19b; animation:blink .9s infinite; }
64
+ @keyframes blink { 0%,49%{opacity:1;} 50%,100%{opacity:0;} }
65
+
66
+ .section-title { font-size:48px; margin:26px 0 20px; color:#efe7df; }
67
+
68
+ .share-text { font-size:44px; line-height:64px; color:#efe7df; margin-bottom:24px; }
69
+
70
+ /* Book card */
71
+ .card {
72
+ border:1px solid #3b2f28; background:#211912; border-radius:18px;
73
+ display:flex; padding:28px; gap:24px;
74
+ }
75
+ .card-left { flex:1; }
76
+ .chip { color:#c6b8a9; font-size:34px; margin-bottom:12px; }
77
+ .book-title { font-size:44px; font-weight:700; color:#f3eee9; }
78
+ .cover {
79
+ width:250px; height:320px; margin-left:auto;
80
+ background:#E0E0E0; border:1px solid #BDBDBD;
81
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:28px;
82
+ }
83
+
84
+ /* Attachment pill */
85
+ .attachment {
86
+ margin-top:24px;
87
+ border:1px solid #3b2f28; background:#3a2a20; border-radius:18px;
88
+ display:flex; align-items:center; padding:26px 28px; gap:24px;
89
+ }
90
+ .thumb {
91
+ width:64px; height:64px; background:#E0E0E0; border:1px solid #BDBDBD;
92
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:22px; border-radius:8px;
93
+ }
94
+ .att-info { flex:1; }
95
+ .att-name { font-size:40px; color:#f3eee9; }
96
+ .att-size { font-size:30px; color:#c6b8a9; margin-top:6px; }
97
+ .close-x {
98
+ width:56px; height:56px; border-radius:50%; border:1px solid #5b463a;
99
+ display:flex; align-items:center; justify-content:center; color:#e7c39b; font-size:44px;
100
+ }
101
+
102
+ /* subtle divider after rows */
103
+ .divider { height:1px; background:#2a221d; margin:26px 0; }
104
+ </style>
105
+ </head>
106
+ <body>
107
+ <div id="render-target">
108
+
109
+ <!-- Status Bar -->
110
+ <div class="status-bar">
111
+ <div>10:00</div>
112
+ <div class="status-right">
113
+ <div>10°</div>
114
+ <div class="status-dot"></div>
115
+ <div class="status-dot" style="width:26px; height:26px;"></div>
116
+ <div class="battery"><div class="level"></div></div>
117
+ </div>
118
+ </div>
119
+
120
+ <!-- App Bar -->
121
+ <div class="app-bar">
122
+ <div class="icon-btn">
123
+ <!-- Back chevron -->
124
+ <svg width="44" height="44" viewBox="0 0 24 24"><path class="svg-stroke" d="M15 4 L7 12 L15 20"/></svg>
125
+ </div>
126
+ <div class="title-spacer"></div>
127
+ <div style="display:flex; align-items:center; gap:26px;">
128
+ <div class="icon-btn">
129
+ <!-- Paperclip -->
130
+ <svg width="48" height="48" viewBox="0 0 24 24"><path class="svg-stroke" d="M7 13 l6-6 c2-2 5 1 3 3 l-8 8 c-3 3 -7-1 -4-4 l7-7"/></svg>
131
+ </div>
132
+ <div class="icon-btn">
133
+ <!-- Send (paper plane) -->
134
+ <svg width="48" height="48" viewBox="0 0 24 24"><path class="svg-fill" d="M2 21 L22 12 L2 3 L5 10 L14 12 L5 14 Z"/></svg>
135
+ </div>
136
+ <div class="icon-btn">
137
+ <!-- Kebab -->
138
+ <svg width="8" height="40" viewBox="0 0 8 40">
139
+ <circle cx="4" cy="6" r="4" fill="#d3a376"></circle>
140
+ <circle cx="4" cy="20" r="4" fill="#d3a376"></circle>
141
+ <circle cx="4" cy="34" r="4" fill="#d3a376"></circle>
142
+ </svg>
143
+ </div>
144
+ </div>
145
+ </div>
146
+
147
+ <!-- Content -->
148
+ <div class="content">
149
+
150
+ <!-- From Row -->
151
+ <div class="row">
152
+ <div class="label">From</div>
153
+ <div class="field from-address">dbwscratch.test.id11@gmail.com
154
+ <div class="caret"></div>
155
+ </div>
156
+ </div>
157
+
158
+ <!-- To Row -->
159
+ <div class="row">
160
+ <div class="label">To</div>
161
+ <div class="field to-pill">
162
+ <div class="avatar">B</div>
163
+ <div style="font-size:36px;">bianca.rossi1967@gmail.com</div>
164
+ <div class="caret"></div>
165
+ </div>
166
+ </div>
167
+
168
+ <div class="input-area">
169
+ <div class="cursor"></div>
170
+ </div>
171
+
172
+ <div class="section-title">Share to</div>
173
+
174
+ <div class="share-text">
175
+ I'm reading The catcher in the rye and highly<br>
176
+ recommend it! Join me in reading it!<br>
177
+ http://wbnv.in/a/3egH37d
178
+ </div>
179
+
180
+ <!-- Book Card -->
181
+ <div class="card">
182
+ <div class="card-left">
183
+ <div class="chip">Fantasy</div>
184
+ <div class="book-title">The catcher in the rye</div>
185
+ </div>
186
+ <div class="cover">[IMG: Book Cover]</div>
187
+ </div>
188
+
189
+ <!-- Attachment -->
190
+ <div class="attachment">
191
+ <div class="thumb">IMG</div>
192
+ <div class="att-info">
193
+ <div class="att-name">1702528067738.png</div>
194
+ <div class="att-size">98 KB</div>
195
+ </div>
196
+ <div class="close-x">×</div>
197
+ </div>
198
+
199
+ </div>
200
+ </div>
201
+ </body>
202
+ </html>
code/16292/16292_11.html ADDED
@@ -0,0 +1,392 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Webnovel Share UI - Mock</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #0f0f12;
13
+ color: #fff;
14
+ }
15
+
16
+ /* Subtle blurred poster background */
17
+ .poster-bg {
18
+ position: absolute;
19
+ left: -60px;
20
+ top: 200px;
21
+ width: 1200px;
22
+ height: 1100px;
23
+ background: radial-gradient(ellipse at left, #2a0f0f 10%, #1a1414 60%, #111 100%);
24
+ filter: blur(2px);
25
+ opacity: 0.7;
26
+ }
27
+ .poster-cover {
28
+ position: absolute;
29
+ left: 40px;
30
+ top: 290px;
31
+ width: 360px;
32
+ height: 540px;
33
+ background: #E0E0E0;
34
+ border: 1px solid #BDBDBD;
35
+ display: flex;
36
+ align-items: center;
37
+ justify-content: center;
38
+ color: #555;
39
+ font-weight: bold;
40
+ }
41
+
42
+ /* Status bar */
43
+ .status-bar {
44
+ position: absolute;
45
+ top: 0;
46
+ left: 0;
47
+ width: 1080px;
48
+ height: 92px;
49
+ color: #d9d9d9;
50
+ display: flex;
51
+ align-items: center;
52
+ justify-content: space-between;
53
+ padding: 0 28px;
54
+ box-sizing: border-box;
55
+ font-size: 30px;
56
+ }
57
+ .status-icons {
58
+ display: flex;
59
+ align-items: center;
60
+ gap: 20px;
61
+ }
62
+ .icon {
63
+ width: 34px;
64
+ height: 34px;
65
+ display: inline-flex;
66
+ align-items: center;
67
+ justify-content: center;
68
+ }
69
+ .back-btn {
70
+ position: absolute;
71
+ left: 28px;
72
+ top: 120px;
73
+ width: 72px;
74
+ height: 72px;
75
+ border-radius: 36px;
76
+ display: flex;
77
+ align-items: center;
78
+ justify-content: center;
79
+ color: #dcdcdc;
80
+ }
81
+ .big-title {
82
+ position: absolute;
83
+ top: 260px;
84
+ left: 270px;
85
+ right: 40px;
86
+ font-size: 80px;
87
+ line-height: 1.1;
88
+ color: rgba(255,255,255,0.5);
89
+ font-weight: 800;
90
+ letter-spacing: 1px;
91
+ }
92
+
93
+ /* White info card */
94
+ .sheet-card {
95
+ position: absolute;
96
+ left: 58px;
97
+ right: 58px;
98
+ top: 420px;
99
+ background: #ffffff;
100
+ color: #1b1b1b;
101
+ border-radius: 52px;
102
+ box-shadow: 0 20px 60px rgba(0,0,0,0.45);
103
+ padding: 56px;
104
+ box-sizing: border-box;
105
+ }
106
+ .row {
107
+ display: flex;
108
+ align-items: center;
109
+ justify-content: space-between;
110
+ }
111
+ .label {
112
+ color: #777;
113
+ font-weight: 700;
114
+ font-size: 36px;
115
+ }
116
+ .author {
117
+ font-size: 40px;
118
+ font-weight: 800;
119
+ color: #111;
120
+ }
121
+ .meta {
122
+ margin-top: 56px;
123
+ color: #8a8a8a;
124
+ font-weight: 700;
125
+ font-size: 36px;
126
+ }
127
+ .title-row {
128
+ display: flex;
129
+ align-items: flex-start;
130
+ justify-content: space-between;
131
+ margin-top: 18px;
132
+ }
133
+ .book-title {
134
+ font-size: 64px;
135
+ font-weight: 900;
136
+ color: #0c0c0c;
137
+ line-height: 1.1;
138
+ max-width: 560px;
139
+ }
140
+ .book-thumb {
141
+ width: 260px;
142
+ height: 360px;
143
+ background: #E0E0E0;
144
+ border: 1px solid #BDBDBD;
145
+ display: flex;
146
+ align-items: center;
147
+ justify-content: center;
148
+ color: #666;
149
+ font-size: 26px;
150
+ border-radius: 6px;
151
+ }
152
+ .brand {
153
+ margin-top: 70px;
154
+ width: 240px;
155
+ height: 60px;
156
+ background: #E0E0E0;
157
+ border: 1px solid #BDBDBD;
158
+ color: #666;
159
+ display: flex;
160
+ align-items: center;
161
+ justify-content: center;
162
+ font-weight: 800;
163
+ border-radius: 8px;
164
+ }
165
+
166
+ /* Dimmed content below card */
167
+ .dim-section {
168
+ position: absolute;
169
+ left: 40px;
170
+ right: 40px;
171
+ top: 1120px;
172
+ color: rgba(255,255,255,0.55);
173
+ font-size: 40px;
174
+ }
175
+ .dim-sub {
176
+ margin-top: 16px;
177
+ font-size: 30px;
178
+ color: rgba(255,255,255,0.5);
179
+ }
180
+ .dim-divider {
181
+ margin-top: 40px;
182
+ height: 2px;
183
+ background: rgba(255,255,255,0.08);
184
+ }
185
+ .fans {
186
+ margin-top: 40px;
187
+ display: flex;
188
+ justify-content: space-between;
189
+ color: rgba(255,255,255,0.85);
190
+ font-size: 44px;
191
+ align-items: center;
192
+ }
193
+ .be-first {
194
+ font-size: 40px;
195
+ color: #d1b972;
196
+ }
197
+
198
+ /* Bottom share sheet */
199
+ .share-sheet {
200
+ position: absolute;
201
+ left: 0;
202
+ right: 0;
203
+ bottom: 0;
204
+ height: 640px;
205
+ background: #121214;
206
+ border-top-left-radius: 36px;
207
+ border-top-right-radius: 36px;
208
+ box-shadow: 0 -10px 40px rgba(0,0,0,0.6);
209
+ padding: 34px 40px 40px;
210
+ box-sizing: border-box;
211
+ }
212
+ .drag-handle {
213
+ width: 240px;
214
+ height: 56px;
215
+ background: #1e1e22;
216
+ border-radius: 30px;
217
+ margin: 0 auto 26px;
218
+ display: flex;
219
+ align-items: center;
220
+ justify-content: center;
221
+ color: #bbb;
222
+ }
223
+ .share-title {
224
+ color: #f3f3f3;
225
+ font-size: 64px;
226
+ font-weight: 800;
227
+ margin: 10px 0 34px 0;
228
+ }
229
+ .share-grid {
230
+ display: flex;
231
+ gap: 68px;
232
+ padding-left: 10px;
233
+ }
234
+ .share-item {
235
+ display: flex;
236
+ flex-direction: column;
237
+ align-items: center;
238
+ color: #cfcfcf;
239
+ font-size: 34px;
240
+ }
241
+ .circle {
242
+ width: 150px;
243
+ height: 150px;
244
+ border-radius: 90px;
245
+ display: flex;
246
+ align-items: center;
247
+ justify-content: center;
248
+ color: #fff;
249
+ margin-bottom: 22px;
250
+ font-weight: 800;
251
+ font-size: 60px;
252
+ }
253
+ .fb { background: #1877F2; }
254
+ .tw { background: #1DA1F2; }
255
+ .lnk { background: #7C89FF; }
256
+ .dl { background: #E0E0E0; color: #111; }
257
+ .more { background: #2a2a2e; }
258
+ /* Small footer bar mimic */
259
+ .footer-bar {
260
+ position: absolute;
261
+ bottom: 22px;
262
+ left: 50%;
263
+ transform: translateX(-50%);
264
+ width: 420px;
265
+ height: 10px;
266
+ background: rgba(255,255,255,0.55);
267
+ border-radius: 6px;
268
+ }
269
+ </style>
270
+ </head>
271
+ <body>
272
+ <div id="render-target">
273
+
274
+ <div class="poster-bg"></div>
275
+ <div class="poster-cover">[IMG: Book Poster]</div>
276
+
277
+ <div class="status-bar">
278
+ <div class="time">10:01</div>
279
+ <div class="status-icons">
280
+ <div class="icon">
281
+ <!-- Vibrate/quiet icon -->
282
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#cfcfcf">
283
+ <path d="M7 3h10v18H7z" opacity="0.25"></path>
284
+ <path d="M9 7h6v10H9z" fill="#cfcfcf"></path>
285
+ </svg>
286
+ </div>
287
+ <div class="icon">
288
+ <!-- WiFi -->
289
+ <svg width="30" height="30" viewBox="0 0 24 24" fill="#cfcfcf">
290
+ <path d="M2 8a16 16 0 0 1 20 0l-1.6 1.2A13.5 13.5 0 0 0 3.6 9.2L2 8zM5 11a11 11 0 0 1 14 0l-1.6 1.2a8.6 8.6 0 0 0-10.8 0L5 11zm3 3a7 7 0 0 1 8 0l-1.7 1.2a4.6 4.6 0 0 0-4.6 0L8 14zM12 18.5l2.2 2.2-2.2 2.3-2.2-2.3 2.2-2.2z"></path>
291
+ </svg>
292
+ </div>
293
+ <div class="icon">
294
+ <!-- Battery -->
295
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#cfcfcf">
296
+ <rect x="2" y="7" width="18" height="10" rx="2" ry="2" stroke="#cfcfcf" fill="none" stroke-width="2"/>
297
+ <rect x="4" y="9" width="12" height="6" fill="#cfcfcf"/>
298
+ <rect x="20" y="10" width="2" height="4" fill="#cfcfcf"/>
299
+ </svg>
300
+ </div>
301
+ </div>
302
+ </div>
303
+
304
+ <div class="back-btn" title="Back">
305
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="none" stroke="#e6e6e6" stroke-width="3" stroke-linecap="round" stroke-linejoin="round">
306
+ <path d="M15 18l-6-6 6-6"></path>
307
+ </svg>
308
+ </div>
309
+
310
+ <div class="big-title">The catcher in the rye</div>
311
+
312
+ <div class="sheet-card">
313
+ <div class="row">
314
+ <div class="label">By</div>
315
+ <div class="author">Pihu_Sah_197</div>
316
+ </div>
317
+
318
+ <div class="meta">Fantasy</div>
319
+
320
+ <div class="title-row">
321
+ <div class="book-title">The catcher in the rye</div>
322
+ <div class="book-thumb">[IMG: Book Cover]</div>
323
+ </div>
324
+
325
+ <div class="brand">WEBNOVEL</div>
326
+ </div>
327
+
328
+ <div class="dim-section">
329
+ 1 Chapters Updated
330
+ <div class="dim-sub">Latest update 2yr ago</div>
331
+ <div class="dim-divider"></div>
332
+ <div class="fans">
333
+ <div>Top fans</div>
334
+ <div class="be-first">Be the first Fan!</div>
335
+ </div>
336
+ </div>
337
+
338
+ <div class="share-sheet">
339
+ <div class="drag-handle">
340
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#bdbdbd">
341
+ <path d="M6 9l6 6 6-6"></path>
342
+ </svg>
343
+ </div>
344
+ <div class="share-title">Share to</div>
345
+ <div class="share-grid">
346
+ <div class="share-item">
347
+ <div class="circle fb">f</div>
348
+ <div>Facebook</div>
349
+ </div>
350
+ <div class="share-item">
351
+ <div class="circle tw">t</div>
352
+ <div>Twitter</div>
353
+ </div>
354
+ <div class="share-item">
355
+ <div class="circle lnk">
356
+ <!-- Link icon -->
357
+ <svg width="68" height="68" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round">
358
+ <path d="M10 14l4-4"></path>
359
+ <path d="M7 17a3.5 3.5 0 0 1 0-5l3-3"></path>
360
+ <path d="M17 7a3.5 3.5 0 0 1 0 5l-3 3"></path>
361
+ </svg>
362
+ </div>
363
+ <div>Copy link</div>
364
+ </div>
365
+ <div class="share-item">
366
+ <div class="circle dl">
367
+ <!-- Download icon -->
368
+ <svg width="72" height="72" viewBox="0 0 24 24" fill="#111">
369
+ <path d="M11 3h2v9l3-3 1.4 1.4L12 18 6.6 10.4 8 9l3 3V3z"></path>
370
+ <rect x="4" y="19" width="16" height="2" rx="1" fill="#111"></rect>
371
+ </svg>
372
+ </div>
373
+ <div>Download</div>
374
+ </div>
375
+ <div class="share-item">
376
+ <div class="circle more">
377
+ <!-- More (three dots) -->
378
+ <svg width="62" height="62" viewBox="0 0 24 24" fill="#e6e6e6">
379
+ <circle cx="5" cy="12" r="2"></circle>
380
+ <circle cx="12" cy="12" r="2"></circle>
381
+ <circle cx="19" cy="12" r="2"></circle>
382
+ </svg>
383
+ </div>
384
+ <div>More</div>
385
+ </div>
386
+ </div>
387
+ </div>
388
+
389
+ <div class="footer-bar"></div>
390
+ </div>
391
+ </body>
392
+ </html>
code/16292/16292_12.html ADDED
@@ -0,0 +1,252 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Mobile UI - Share Sheet and Book Card</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: #0e0e0e;
11
+ color: #fff;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ position: absolute; top: 0; left: 0;
17
+ width: 100%; height: 120px;
18
+ display: flex; align-items: center; justify-content: space-between;
19
+ padding: 0 36px;
20
+ font-size: 40px; color: #d7d7d7;
21
+ }
22
+ .status-right { display: flex; gap: 28px; align-items: center; }
23
+
24
+ /* Top controls */
25
+ .top-controls {
26
+ position: absolute; top: 150px; left: 32px; right: 32px;
27
+ display: flex; justify-content: space-between; align-items: center;
28
+ }
29
+ .icon-btn {
30
+ width: 92px; height: 92px; border-radius: 46px;
31
+ display: flex; align-items: center; justify-content: center;
32
+ color: #cfcfcf; background: rgba(255,255,255,0.06);
33
+ }
34
+ .icon-btn svg { width: 48px; height: 48px; fill: none; stroke: #cfcfcf; stroke-width: 6; }
35
+
36
+ /* Faint title behind card */
37
+ .hero-title {
38
+ position: absolute; top: 260px; left: 90px;
39
+ font-size: 86px; font-weight: 800; letter-spacing: 1px;
40
+ color: rgba(255,255,255,0.18);
41
+ }
42
+
43
+ /* Book info card */
44
+ .info-card {
45
+ position: absolute; left: 60px; top: 420px;
46
+ width: 960px; height: 980px;
47
+ background: #f5f5f5; color: #111;
48
+ border-radius: 60px;
49
+ box-shadow: 0 20px 60px rgba(0,0,0,0.5);
50
+ padding: 56px;
51
+ }
52
+ .row-spread {
53
+ display: flex; justify-content: space-between; align-items: center;
54
+ font-size: 40px; color: #333;
55
+ border-bottom: 2px solid #e0e0e0; padding-bottom: 28px;
56
+ }
57
+ .row-spread .right { font-weight: 700; }
58
+ .category {
59
+ margin-top: 40px; font-size: 42px; color: #6b6b6b; font-weight: 700;
60
+ }
61
+ .book-title {
62
+ margin-top: 26px; font-size: 62px; font-weight: 800; color: #111;
63
+ max-width: 560px; line-height: 1.2;
64
+ }
65
+ .book-cover {
66
+ position: absolute; right: 80px; top: 260px;
67
+ width: 320px; height: 460px;
68
+ background: #E0E0E0; border: 1px solid #BDBDBD;
69
+ display: flex; align-items: center; justify-content: center;
70
+ color: #757575; text-align: center; font-size: 30px; padding: 10px;
71
+ }
72
+ .watermark {
73
+ position: absolute; bottom: 60px; left: 56px;
74
+ font-size: 46px; color: #2b89ff; opacity: 0.9;
75
+ }
76
+
77
+ /* Share sheet */
78
+ .share-sheet {
79
+ position: absolute; left: 0; bottom: 0;
80
+ width: 100%; height: 980px;
81
+ background: #1c1917;
82
+ border-top-left-radius: 48px; border-top-right-radius: 48px;
83
+ box-shadow: 0 -10px 50px rgba(0,0,0,0.6);
84
+ z-index: 20; color: #fff;
85
+ }
86
+ .sheet-handle {
87
+ width: 120px; height: 10px; border-radius: 5px;
88
+ background: #6f6f6f; margin: 28px auto;
89
+ }
90
+ .chips { display: flex; gap: 30px; padding: 20px 60px; }
91
+ .chip {
92
+ display: inline-flex; align-items: center; gap: 18px;
93
+ border: 2px solid #b78d6c; color: #f2d3bb;
94
+ padding: 22px 34px; border-radius: 22px; font-size: 40px;
95
+ background: rgba(255,255,255,0.03);
96
+ }
97
+ .chip svg { width: 34px; height: 34px; stroke: #f2d3bb; stroke-width: 6; fill: none; }
98
+
99
+ .share-grid {
100
+ display: grid; grid-template-columns: repeat(4, 1fr);
101
+ gap: 44px; padding: 30px 60px;
102
+ }
103
+ .share-item { text-align: center; }
104
+ .avatar {
105
+ width: 170px; height: 170px; border-radius: 50%;
106
+ display: inline-flex; align-items: center; justify-content: center;
107
+ font-size: 80px; font-weight: 700; position: relative;
108
+ color: #0b0b0b;
109
+ }
110
+ .avatar.blue { background: #62c1d7; }
111
+ .avatar.pink { background: #f48bb5; }
112
+ .avatar.peach { background: #f1c59d; }
113
+ .avatar.green { background: #a7dbc3; }
114
+ .avatar .mini {
115
+ position: absolute; right: -6px; bottom: -6px;
116
+ width: 54px; height: 54px; border-radius: 50%;
117
+ background: #ffd84a; border: 4px solid #121212;
118
+ }
119
+ .avatar .mini.blue { background: #5aa7ff; }
120
+ .label { margin-top: 22px; font-size: 38px; }
121
+ .sub { font-size: 32px; color: #cfcfcf; }
122
+
123
+ /* App icons row */
124
+ .app-icon {
125
+ width: 170px; height: 170px; border-radius: 38px;
126
+ display: inline-flex; align-items: center; justify-content: center;
127
+ font-size: 40px; font-weight: 700; color: #111;
128
+ }
129
+ .gmail { background: #ffffff; color: #d93025; border: 2px solid #e5e5e5; }
130
+ .messages { background: #1976d2; color: #fff; }
131
+ .instagram {
132
+ background: linear-gradient(135deg, #fdc468, #df4996, #5b5bd6);
133
+ color: #fff;
134
+ }
135
+ .facebook { background: #1877f2; color: #fff; }
136
+ </style>
137
+ </head>
138
+ <body>
139
+ <div id="render-target">
140
+
141
+ <!-- Status bar -->
142
+ <div class="status-bar">
143
+ <div>10:01</div>
144
+ <div class="status-right">
145
+ <span>🔇</span>
146
+ <span>📶</span>
147
+ <span>🔋</span>
148
+ </div>
149
+ </div>
150
+
151
+ <!-- Top controls -->
152
+ <div class="top-controls">
153
+ <div class="icon-btn">
154
+ <!-- Back arrow -->
155
+ <svg viewBox="0 0 24 24">
156
+ <path d="M14 5l-7 7 7 7"/>
157
+ </svg>
158
+ </div>
159
+ <div class="icon-btn">
160
+ <!-- rotate icon -->
161
+ <svg viewBox="0 0 24 24">
162
+ <path d="M6 8a6 6 0 1 1 6 10"/>
163
+ <path d="M12 2v6l4-2"/>
164
+ </svg>
165
+ </div>
166
+ </div>
167
+
168
+ <!-- Faint background title -->
169
+ <div class="hero-title">The catcher in the rye</div>
170
+
171
+ <!-- Book info card -->
172
+ <div class="info-card">
173
+ <div class="row-spread">
174
+ <div>By</div>
175
+ <div class="right">Pihu_Sah_197</div>
176
+ </div>
177
+
178
+ <div class="category">Fantasy</div>
179
+ <div class="book-title">The catcher in the rye</div>
180
+
181
+ <div class="book-cover">[IMG: Book Cover - "The Catcher in the Rye"]</div>
182
+
183
+ <div class="watermark">WEBNOVEL</div>
184
+ </div>
185
+
186
+ <!-- Share sheet -->
187
+ <div class="share-sheet">
188
+ <div class="sheet-handle"></div>
189
+
190
+ <div class="chips">
191
+ <div class="chip">
192
+ <svg viewBox="0 0 24 24"><path d="M4 12l4 2 4-2 4 2 4-2"/></svg>
193
+ Nearby
194
+ </div>
195
+ <div class="chip">
196
+ <svg viewBox="0 0 24 24"><path d="M4 16l8-8M10 16h6"/></svg>
197
+ Edit
198
+ </div>
199
+ </div>
200
+
201
+ <!-- First row of contacts -->
202
+ <div class="share-grid">
203
+ <div class="share-item">
204
+ <div class="avatar blue">M<div class="mini blue"></div></div>
205
+ <div class="label">Mike</div>
206
+ <div class="sub">Waggoner</div>
207
+ </div>
208
+ <div class="share-item">
209
+ <div class="avatar pink">J<div class="mini blue"></div></div>
210
+ <div class="label">Janet</div>
211
+ </div>
212
+ <div class="share-item">
213
+ <div class="avatar peach">
214
+ <span style="font-size:74px; color:#1a1a1a;">👤</span>
215
+ <div class="mini"></div>
216
+ </div>
217
+ <div class="label">Rimi Mohanta</div>
218
+ </div>
219
+ <div class="share-item">
220
+ <div class="avatar green">
221
+ <span style="font-size:74px; color:#1a1a1a;">👤</span>
222
+ <div class="mini"></div>
223
+ </div>
224
+ <div class="label">Anchu</div>
225
+ <div class="sub">Sharma</div>
226
+ </div>
227
+
228
+ <!-- Apps row -->
229
+ <div class="share-item">
230
+ <div class="app-icon gmail">Gmail</div>
231
+ <div class="label">Gmail</div>
232
+ </div>
233
+ <div class="share-item">
234
+ <div class="app-icon messages">Messages</div>
235
+ <div class="label">Messages</div>
236
+ </div>
237
+ <div class="share-item">
238
+ <div class="app-icon instagram">Instagram</div>
239
+ <div class="label">Instagram</div>
240
+ <div class="sub">Feed</div>
241
+ </div>
242
+ <div class="share-item">
243
+ <div class="app-icon facebook">Facebook</div>
244
+ <div class="label">Facebook</div>
245
+ <div class="sub">Set as profil...</div>
246
+ </div>
247
+ </div>
248
+ </div>
249
+
250
+ </div>
251
+ </body>
252
+ </html>
code/16292/16292_2.html ADDED
@@ -0,0 +1,245 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>Mobile UI - Featured</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:#0f0f10; color:#fff;
10
+ }
11
+ .status-bar {
12
+ height:80px; padding:0 36px; display:flex; align-items:center; justify-content:space-between;
13
+ color:#d9d9d9; font-size:32px;
14
+ }
15
+ .status-icons { display:flex; gap:20px; align-items:center; }
16
+ .icon {
17
+ width:36px; height:36px; display:inline-flex; align-items:center; justify-content:center;
18
+ }
19
+ .icon svg { width:100%; height:100%; fill:#d9d9d9; }
20
+ /* Header / Search */
21
+ .header {
22
+ padding:18px 36px 8px 36px;
23
+ }
24
+ .top-row { display:flex; align-items:center; justify-content:space-between; }
25
+ .logo {
26
+ width:70px; height:70px; border-radius:14px; background:#3bd; color:#000;
27
+ display:flex; align-items:center; justify-content:center; font-weight:700; font-size:34px;
28
+ }
29
+ .search-box {
30
+ flex:1; margin:0 18px; height:74px; border-radius:16px; background:#1a1a1d; border:1px solid #2a2a2e;
31
+ display:flex; align-items:center; padding:0 24px; color:#bfbfbf; font-size:30px;
32
+ }
33
+ .search-box .placeholder { margin-left:14px; }
34
+ .underline {
35
+ height:6px; margin-top:14px; border-radius:3px;
36
+ background:linear-gradient(90deg, #5d7dff 0%, #7a52ff 50%, #59d1ff 100%);
37
+ width:760px;
38
+ }
39
+ /* Tabs */
40
+ .tabs { display:flex; gap:44px; padding:18px 36px 24px 36px; font-size:34px; }
41
+ .tab { color:#a7a7ad; }
42
+ .tab.active { color:#ffffff; font-weight:700; }
43
+ /* Quick actions */
44
+ .quick-actions { display:flex; gap:40px; padding:18px 36px 26px 36px; }
45
+ .qa-item { width:234px; height:112px; background:#1a1a1d; border:1px solid #2a2a2e; border-radius:24px;
46
+ display:flex; align-items:center; justify-content:flex-start; padding:0 22px; gap:22px;
47
+ }
48
+ .qa-icon { width:60px; height:60px; border-radius:14px; display:flex; align-items:center; justify-content:center; }
49
+ .qa-item:nth-child(1) .qa-icon { background:#a57e1f; }
50
+ .qa-item:nth-child(2) .qa-icon { background:#ad4a24; }
51
+ .qa-item:nth-child(3) .qa-icon { background:#2678c9; }
52
+ .qa-item:nth-child(4) .qa-icon { background:#b24f22; }
53
+ .qa-label { font-size:30px; color:#fff; }
54
+ /* Section title */
55
+ .section-title { font-size:56px; font-weight:800; padding:40px 36px 24px 36px; }
56
+ /* Cards grid */
57
+ .cards-wrap { padding:0 36px; display:flex; flex-wrap:wrap; gap:38px 36px; }
58
+ .card { width:234px; }
59
+ .cover {
60
+ width:234px; height:330px; background:#E0E0E0; border:1px solid #BDBDBD;
61
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:26px; text-align:center;
62
+ border-radius:14px;
63
+ }
64
+ .title { margin-top:18px; font-size:32px; line-height:1.25; font-weight:700; }
65
+ .meta { margin-top:12px; font-size:28px; color:#9ea0a6; }
66
+ /* Switch button */
67
+ .switch-btn {
68
+ width:960px; height:96px; margin:36px auto 24px auto; border-radius:28px;
69
+ background:#1a1a1d; border:1px solid #2a2a2e; display:flex; align-items:center; justify-content:center;
70
+ font-size:44px; font-weight:800;
71
+ }
72
+ /* Bottom nav */
73
+ .bottom-nav {
74
+ position:absolute; left:0; right:0; bottom:0; height:160px; background:#121216; border-top:1px solid #2a2a2e;
75
+ display:flex; justify-content:space-around; align-items:center;
76
+ }
77
+ .nav-item { display:flex; flex-direction:column; align-items:center; gap:16px; color:#9ea0a6; font-size:26px; }
78
+ .nav-item .nav-icon { width:54px; height:54px; }
79
+ .nav-item.active { color:#ffffff; }
80
+ .dot { width:14px; height:14px; background:#4d7cff; border-radius:50%; position:absolute; right:54px; bottom:118px; }
81
+ </style>
82
+ </head>
83
+ <body>
84
+ <div id="render-target">
85
+
86
+ <!-- Status bar -->
87
+ <div class="status-bar">
88
+ <div>9:53</div>
89
+ <div class="status-icons">
90
+ <div class="icon">
91
+ <svg viewBox="0 0 24 24"><path d="M3 5h18v12H3z"/><path d="M7 19h10v2H7z"/></svg>
92
+ </div>
93
+ <div class="icon">
94
+ <svg viewBox="0 0 24 24"><path d="M12 3l9 6v6c0 3.3-2.7 6-6 6H9c-3.3 0-6-2.7-6-6V9l9-6z"/></svg>
95
+ </div>
96
+ <div class="icon">
97
+ <svg viewBox="0 0 24 24"><path d="M6 8c3-5 9-5 12 0"/><path d="M3 12c5-8 13-8 18 0"/><circle cx="12" cy="16" r="2"/></svg>
98
+ </div>
99
+ <div class="icon">
100
+ <svg viewBox="0 0 24 24"><path d="M20 8v10h-2V8c0-2.2-1.8-4-4-4H5V2h9c3.3 0 6 2.7 6 6z"/></svg>
101
+ </div>
102
+ </div>
103
+ </div>
104
+
105
+ <!-- Header Search -->
106
+ <div class="header">
107
+ <div class="top-row">
108
+ <div class="logo">W</div>
109
+ <div class="search-box">
110
+ <div class="icon">
111
+ <svg viewBox="0 0 24 24"><path d="M21 21l-4.3-4.3"/><circle cx="11" cy="11" r="7"/></svg>
112
+ </div>
113
+ <div class="placeholder">Search for stories</div>
114
+ </div>
115
+ <div class="icon">
116
+ <svg viewBox="0 0 24 24"><path d="M12 3a9 9 0 100 18 9 9 0 000-18z"/><path d="M12 3a12 12 0 016 18M12 3a12 12 0 00-6 18M3 12h18"/></svg>
117
+ </div>
118
+ </div>
119
+ <div class="underline"></div>
120
+ </div>
121
+
122
+ <!-- Tabs -->
123
+ <div class="tabs">
124
+ <div class="tab active">Novel</div>
125
+ <div class="tab">New Novel</div>
126
+ <div class="tab">Comic</div>
127
+ </div>
128
+
129
+ <!-- Quick Actions -->
130
+ <div class="quick-actions">
131
+ <div class="qa-item">
132
+ <div class="qa-icon">
133
+ <svg viewBox="0 0 24 24"><path d="M12 2l6 6-6 14-6-14z"/></svg>
134
+ </div>
135
+ <div class="qa-label">WPC</div>
136
+ </div>
137
+ <div class="qa-item">
138
+ <div class="qa-icon">
139
+ <svg viewBox="0 0 24 24"><path d="M12 2l4 8h-8l4-8z"/><circle cx="12" cy="18" r="3"/></svg>
140
+ </div>
141
+ <div class="qa-label">Win-Win</div>
142
+ </div>
143
+ <div class="qa-item">
144
+ <div class="qa-icon">
145
+ <svg viewBox="0 0 24 24"><path d="M12 3v10M6 9h12"/><path d="M5 16h14"/></svg>
146
+ </div>
147
+ <div class="qa-label">Preview</div>
148
+ </div>
149
+ <div class="qa-item">
150
+ <div class="qa-icon">
151
+ <svg viewBox="0 0 24 24"><path d="M7 20l5-16 5 16H7z"/></svg>
152
+ </div>
153
+ <div class="qa-label">Ranking</div>
154
+ </div>
155
+ </div>
156
+
157
+ <!-- Highly Recommended -->
158
+ <div class="section-title">Highly Recommended</div>
159
+
160
+ <div class="cards-wrap">
161
+ <!-- Row 1 -->
162
+ <div class="card">
163
+ <div class="cover">[IMG: Book Cover - Romance]</div>
164
+ <div class="title">Marriage First, Mate Second</div>
165
+ <div class="meta">Fantasy R...</div>
166
+ </div>
167
+ <div class="card">
168
+ <div class="cover">[IMG: Book Cover - Lycan]</div>
169
+ <div class="title">The Lycan’s Rejected Mate</div>
170
+ <div class="meta">Contempor...</div>
171
+ </div>
172
+ <div class="card">
173
+ <div class="cover">[IMG: Book Cover - Mafia Romance]</div>
174
+ <div class="title">Love Slave to the Mafia Boss</div>
175
+ <div class="meta">Contempor...</div>
176
+ </div>
177
+ <div class="card">
178
+ <div class="cover">[IMG: Book Cover - Beach Sunset]</div>
179
+ <div class="title">Longing for the Beach Billionaire Daddy</div>
180
+ <div class="meta">Contempor...</div>
181
+ </div>
182
+
183
+ <!-- Row 2 -->
184
+ <div class="card">
185
+ <div class="cover">[IMG: Book Cover - Medieval Fantasy]</div>
186
+ <div class="title">Under the Oak Tree</div>
187
+ <div class="meta">Fantasy R...</div>
188
+ </div>
189
+ <div class="card">
190
+ <div class="cover">[IMG: Book Cover - Office Romance]</div>
191
+ <div class="title">The President’s Secret</div>
192
+ <div class="meta">Contempor...</div>
193
+ </div>
194
+ <div class="card">
195
+ <div class="cover">[IMG: Book Cover - Heiress]</div>
196
+ <div class="title">THE FORGOTTEN HEIRESS</div>
197
+ <div class="meta">Contempor...</div>
198
+ </div>
199
+ <div class="card">
200
+ <div class="cover">[IMG: Book Cover - Fantasy Beasts]</div>
201
+ <div class="title">Beauty and the Beasts</div>
202
+ <div class="meta">Fantasy R...</div>
203
+ </div>
204
+ </div>
205
+
206
+ <div class="switch-btn">Switch</div>
207
+
208
+ <!-- Bottom Navigation -->
209
+ <div class="bottom-nav">
210
+ <div class="nav-item">
211
+ <div class="nav-icon">
212
+ <svg viewBox="0 0 24 24"><path d="M3 11l9-7 9 7v9H3z"/></svg>
213
+ </div>
214
+ <div>Library</div>
215
+ </div>
216
+ <div class="nav-item active">
217
+ <div class="nav-icon">
218
+ <svg viewBox="0 0 24 24"><path d="M12 2l2.5 6.5L21 9l-5 4 1.9 6L12 16l-5.9 3L8 13 3 9l6.5-.5z"/></svg>
219
+ </div>
220
+ <div>Featured</div>
221
+ </div>
222
+ <div class="nav-item">
223
+ <div class="nav-icon">
224
+ <svg viewBox="0 0 24 24"><path d="M5 19V5h8l6 6v8z"/><path d="M13 5v6h6"/></svg>
225
+ </div>
226
+ <div>Write</div>
227
+ </div>
228
+ <div class="nav-item">
229
+ <div class="nav-icon">
230
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9"/><path d="M12 7v10M7 12h10"/></svg>
231
+ </div>
232
+ <div>Explore</div>
233
+ </div>
234
+ <div class="nav-item">
235
+ <div class="nav-icon">
236
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="8" r="4"/><path d="M4 21c0-4.4 3.6-8 8-8s8 3.6 8 8"/></svg>
237
+ </div>
238
+ <div>Profile</div>
239
+ </div>
240
+ <div class="dot"></div>
241
+ </div>
242
+
243
+ </div>
244
+ </body>
245
+ </html>
code/16292/16292_3.html ADDED
@@ -0,0 +1,334 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Search Screen</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
+ color: #FFFFFF;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 90px;
24
+ padding: 0 28px;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: space-between;
28
+ color: #d7d7d7;
29
+ font-size: 28px;
30
+ letter-spacing: 0.5px;
31
+ }
32
+ .sb-left { display:flex; align-items:center; gap:18px; }
33
+ .sb-right { display:flex; align-items:center; gap:18px; }
34
+ .status-icon {
35
+ width: 26px; height: 26px; border-radius: 4px;
36
+ background: #cfcfcf;
37
+ }
38
+ .battery {
39
+ width: 36px; height: 18px; border: 2px solid #cfcfcf; border-radius: 3px; position: relative;
40
+ }
41
+ .battery::after {
42
+ content: "";
43
+ position: absolute; right: -6px; top: 4px;
44
+ width: 4px; height: 10px; background: #cfcfcf; border-radius: 1px;
45
+ }
46
+ .battery .level {
47
+ width: 26px; height: 12px; background: #cfcfcf; margin: 2px;
48
+ }
49
+
50
+ /* Top navigation */
51
+ .back-btn {
52
+ position: absolute;
53
+ top: 112px;
54
+ left: 36px;
55
+ width: 64px;
56
+ height: 64px;
57
+ display: flex;
58
+ align-items: center;
59
+ justify-content: center;
60
+ }
61
+ .back-btn svg { width: 42px; height: 42px; fill: #e0e0e0; }
62
+
63
+ /* Search field */
64
+ .search-area {
65
+ position: absolute;
66
+ top: 170px;
67
+ left: 56px;
68
+ width: 968px;
69
+ }
70
+ .search-field {
71
+ display: flex;
72
+ align-items: center;
73
+ height: 116px;
74
+ color: #bdbdbd;
75
+ }
76
+ .search-icon {
77
+ width: 56px; height: 56px; margin-right: 18px;
78
+ }
79
+ .search-placeholder {
80
+ font-size: 52px;
81
+ color: #d0d0d0;
82
+ opacity: .0; /* placeholder only - empty input look */
83
+ }
84
+ .underline {
85
+ width: 100%;
86
+ height: 6px;
87
+ background: linear-gradient(90deg, #1f89ff, #6a5bff);
88
+ border-radius: 3px;
89
+ }
90
+
91
+ /* Big pill */
92
+ .big-pill {
93
+ margin-top: 36px;
94
+ width: 968px;
95
+ height: 132px;
96
+ background: #151515;
97
+ border-radius: 66px;
98
+ display: flex;
99
+ align-items: center;
100
+ padding: 0 36px;
101
+ border: 1px solid #2a2a2a;
102
+ color: #e6e6e6;
103
+ font-size: 52px;
104
+ gap: 24px;
105
+ }
106
+ .big-pill .mag {
107
+ width: 50px; height: 50px;
108
+ }
109
+
110
+ /* Sections */
111
+ .section {
112
+ position: absolute;
113
+ left: 36px;
114
+ right: 36px;
115
+ color: #cfcfcf;
116
+ }
117
+ .title-row {
118
+ display: flex;
119
+ align-items: center;
120
+ justify-content: space-between;
121
+ margin-bottom: 26px;
122
+ }
123
+ .section h3 {
124
+ margin: 0;
125
+ font-weight: 700;
126
+ letter-spacing: .5px;
127
+ color: #cfcfcf;
128
+ font-size: 46px;
129
+ }
130
+ .trash {
131
+ width: 46px; height: 46px;
132
+ }
133
+ .pill-row { display: flex; flex-wrap: wrap; gap: 24px; }
134
+ .pill {
135
+ padding: 26px 38px;
136
+ background: #1a1a1a;
137
+ border: 1px solid #2c2c2c;
138
+ color: #eaeaea;
139
+ border-radius: 44px;
140
+ font-size: 44px;
141
+ }
142
+
143
+ /* Popular searches section positions */
144
+ #history { top: 560px; }
145
+ #popular { top: 860px; }
146
+
147
+ /* Bottom list card */
148
+ .list-card {
149
+ position: absolute;
150
+ left: 18px;
151
+ right: 18px;
152
+ top: 1240px;
153
+ bottom: 160px;
154
+ background: #0e0e0e;
155
+ border: 1px solid #1f1f1f;
156
+ border-radius: 48px;
157
+ padding: 36px;
158
+ }
159
+ .tabs {
160
+ display: flex;
161
+ align-items: center;
162
+ gap: 24px;
163
+ margin-bottom: 18px;
164
+ }
165
+ .tab {
166
+ padding: 22px 32px;
167
+ border-radius: 32px;
168
+ background: transparent;
169
+ border: 1px solid #2a2a2a;
170
+ color: #bdbdbd;
171
+ font-size: 38px;
172
+ }
173
+ .tab.active {
174
+ background: #1a1a1a;
175
+ color: #ffffff;
176
+ border-color: #3a3a3a;
177
+ }
178
+
179
+ .list {
180
+ margin-top: 12px;
181
+ }
182
+ .row {
183
+ display: flex;
184
+ gap: 24px;
185
+ margin: 34px 0;
186
+ align-items: flex-start;
187
+ }
188
+ .rank {
189
+ min-width: 56px;
190
+ height: 56px;
191
+ border-radius: 14px;
192
+ font-weight: bold;
193
+ display: flex;
194
+ align-items: center;
195
+ justify-content: center;
196
+ color: #0b0b0b;
197
+ font-size: 36px;
198
+ }
199
+ .rank.blue { background: #6b7bff; color: #0a0a0a; }
200
+ .rank.dark { background: #141414; color: #a1a1a1; }
201
+ .book-title {
202
+ font-size: 44px;
203
+ line-height: 58px;
204
+ color: #f2f2f2;
205
+ }
206
+
207
+ /* Bottom gesture bar */
208
+ .gesture {
209
+ position: absolute;
210
+ left: 50%;
211
+ transform: translateX(-50%);
212
+ bottom: 46px;
213
+ width: 380px;
214
+ height: 12px;
215
+ background: #2c2c2c;
216
+ border-radius: 12px;
217
+ opacity: 0.9;
218
+ }
219
+ </style>
220
+ </head>
221
+ <body>
222
+ <div id="render-target">
223
+
224
+ <!-- Status Bar -->
225
+ <div class="status-bar">
226
+ <div class="sb-left">
227
+ <div>9:55</div>
228
+ <div>10°</div>
229
+ <div class="status-icon"></div>
230
+ <div class="status-icon"></div>
231
+ <div class="status-icon"></div>
232
+ </div>
233
+ <div class="sb-right">
234
+ <!-- silent, wifi, battery -->
235
+ <div class="status-icon" style="border-radius:50%;"></div>
236
+ <div class="status-icon"></div>
237
+ <div class="battery"><div class="level"></div></div>
238
+ </div>
239
+ </div>
240
+
241
+ <!-- Back Button -->
242
+ <div class="back-btn">
243
+ <svg viewBox="0 0 24 24">
244
+ <path d="M15.5 4.5 7 12l8.5 7.5-1.8 2L3.5 12l10.2-9.5z"/>
245
+ </svg>
246
+ </div>
247
+
248
+ <!-- Search Area -->
249
+ <div class="search-area">
250
+ <div class="search-field">
251
+ <svg class="search-icon" viewBox="0 0 24 24">
252
+ <path fill="#e0e0e0" d="M15.5 14h-.8l-.3-.3a6.5 6.5 0 1 0-.7.7l.3.3v.8l5 5 1.5-1.5-5-5zm-6 0A4.5 4.5 0 1 1 14 9.5 4.5 4.5 0 0 1 9.5 14z"/>
253
+ </svg>
254
+ <div class="search-placeholder">Search</div>
255
+ </div>
256
+ <div class="underline"></div>
257
+
258
+ <div class="big-pill">
259
+ <svg class="mag" viewBox="0 0 24 24">
260
+ <path fill="#e0e0e0" d="M15.5 14h-.8l-.3-.3a6.5 6.5 0 1 0-.7.7l.3.3v.8l5 5 1.5-1.5-5-5zm-6 0A4.5 4.5 0 1 1 14 9.5 4.5 4.5 0 0 1 9.5 14z"/>
261
+ </svg>
262
+ <div>Advanced Search</div>
263
+ </div>
264
+ </div>
265
+
266
+ <!-- History Section -->
267
+ <div class="section" id="history">
268
+ <div class="title-row">
269
+ <h3>History</h3>
270
+ <svg class="trash" viewBox="0 0 24 24">
271
+ <path fill="#a8a8a8" d="M9 3h6l1 2h4v2H4V5h4l1-2zm1 6h2v9h-2V9zm4 0h2v9h-2V9zM6 9h2v9H6V9z"/>
272
+ </svg>
273
+ </div>
274
+ <div class="pill-row">
275
+ <div class="pill">The name of the rose</div>
276
+ <div class="pill">The Alchemist</div>
277
+ </div>
278
+ </div>
279
+
280
+ <!-- Popular searches Section -->
281
+ <div class="section" id="popular">
282
+ <div class="title-row">
283
+ <h3>Popular searches</h3>
284
+ <div></div>
285
+ </div>
286
+ <div class="pill-row">
287
+ <div class="pill">highschool dxd</div>
288
+ <div class="pill">system</div>
289
+ <div class="pill">scp</div>
290
+ <div class="pill">bl</div>
291
+ <div class="pill">star wars</div>
292
+ <div class="pill">tvd</div>
293
+ <div class="pill">tbate</div>
294
+ <div class="pill">vampire</div>
295
+ </div>
296
+ </div>
297
+
298
+ <!-- Bottom list card -->
299
+ <div class="list-card">
300
+ <div class="tabs">
301
+ <div class="tab active">Top 10 Completed</div>
302
+ <div class="tab">Top 10 Popular Tags</div>
303
+ <div class="tab">Top 10 Sa…</div>
304
+ </div>
305
+
306
+ <div class="list">
307
+ <div class="row">
308
+ <div class="rank blue">1</div>
309
+ <div class="book-title">Help! The Seductive Villain Chases Me Everyday to Expose My Other Identities!</div>
310
+ </div>
311
+ <div class="row">
312
+ <div class="rank blue">2</div>
313
+ <div class="book-title">Divorced My Scum Husband, Married His Evil brother</div>
314
+ </div>
315
+ <div class="row">
316
+ <div class="rank blue">3</div>
317
+ <div class="book-title">Perfect Secret Love: The Bad New Wife is a Little Sweet</div>
318
+ </div>
319
+ <div class="row">
320
+ <div class="rank dark">4</div>
321
+ <div class="book-title">After Breaking Off My Marriage, I Became A Powerful Minister's Treasure</div>
322
+ </div>
323
+ <div class="row">
324
+ <div class="rank dark">5</div>
325
+ <div class="book-title">Unwanted Marriage: Honey, No More Divorce!</div>
326
+ </div>
327
+ </div>
328
+ </div>
329
+
330
+ <!-- Bottom gesture bar -->
331
+ <div class="gesture"></div>
332
+ </div>
333
+ </body>
334
+ </html>
code/16292/16292_4.html ADDED
@@ -0,0 +1,390 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Search UI - Mobile</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #000000;
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: 110px;
23
+ padding: 0 32px;
24
+ box-sizing: border-box;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: space-between;
28
+ color: #eaeaea;
29
+ font-size: 40px;
30
+ letter-spacing: 0.3px;
31
+ }
32
+ .status-right {
33
+ display: flex;
34
+ align-items: center;
35
+ gap: 26px;
36
+ }
37
+ .status-icon {
38
+ width: 34px;
39
+ height: 34px;
40
+ border-radius: 6px;
41
+ border: 2px solid #9e9e9e;
42
+ opacity: 0.85;
43
+ }
44
+
45
+ /* Header & search bar */
46
+ .header {
47
+ position: absolute;
48
+ top: 110px;
49
+ left: 0;
50
+ width: 1080px;
51
+ height: 160px;
52
+ display: flex;
53
+ align-items: center;
54
+ gap: 24px;
55
+ padding: 0 28px;
56
+ box-sizing: border-box;
57
+ }
58
+ .back-btn {
59
+ width: 70px;
60
+ height: 70px;
61
+ display: flex;
62
+ align-items: center;
63
+ justify-content: center;
64
+ }
65
+ .back-btn svg { width: 44px; height: 44px; fill: none; stroke: #ffffff; stroke-width: 6; }
66
+ .search-container {
67
+ flex: 1;
68
+ }
69
+ .search-input {
70
+ height: 88px;
71
+ display: flex;
72
+ align-items: center;
73
+ padding: 0 20px;
74
+ box-sizing: border-box;
75
+ gap: 22px;
76
+ color: #eaeaea;
77
+ font-size: 56px;
78
+ font-weight: 500;
79
+ }
80
+ .search-input .magnify svg { width: 42px; height: 42px; fill: none; stroke: #d9d9d9; stroke-width: 6; }
81
+ .search-text { flex: 1; white-space: nowrap; overflow: hidden; }
82
+ .search-text b { color: #eaeaea; }
83
+ .clear-btn {
84
+ width: 66px;
85
+ height: 66px;
86
+ border-radius: 50%;
87
+ display: flex;
88
+ align-items: center;
89
+ justify-content: center;
90
+ opacity: 0.9;
91
+ }
92
+ .clear-btn svg { width: 34px; height: 34px; stroke: #ffffff; stroke-width: 6; fill: none; }
93
+ .active-underline {
94
+ width: calc(100% - 120px);
95
+ height: 8px;
96
+ background: #3b5bff;
97
+ margin-left: 120px;
98
+ border-radius: 4px;
99
+ }
100
+
101
+ /* Suggestions panel */
102
+ .suggest-panel {
103
+ position: absolute;
104
+ top: 320px;
105
+ left: 32px;
106
+ width: 1016px;
107
+ background: #141414;
108
+ border-radius: 38px;
109
+ box-shadow: 0 6px 20px rgba(0,0,0,0.35);
110
+ overflow: hidden;
111
+ border: 1px solid #1f1f1f;
112
+ }
113
+ .suggest-item {
114
+ display: flex;
115
+ align-items: center;
116
+ padding: 34px 36px;
117
+ gap: 28px;
118
+ font-size: 52px;
119
+ color: #7AA1FF;
120
+ }
121
+ .doc-icon {
122
+ width: 68px;
123
+ height: 68px;
124
+ background: #ffffff;
125
+ border-radius: 14px;
126
+ display: flex;
127
+ align-items: center;
128
+ justify-content: center;
129
+ }
130
+ .doc-icon .bars {
131
+ width: 42px;
132
+ height: 30px;
133
+ position: relative;
134
+ }
135
+ .doc-icon .bars span {
136
+ position: absolute;
137
+ left: 0;
138
+ right: 0;
139
+ height: 6px;
140
+ background: #b5b5b5;
141
+ top: 4px;
142
+ }
143
+ .doc-icon .bars span:nth-child(2){ top: 18px; }
144
+ .divider {
145
+ height: 1px;
146
+ background: #2a2a2a;
147
+ margin: 0 36px;
148
+ }
149
+
150
+ /* Filler area */
151
+ .content-filler {
152
+ position: absolute;
153
+ top: 600px;
154
+ left: 0;
155
+ right: 0;
156
+ bottom: 880px;
157
+ background: transparent;
158
+ }
159
+
160
+ /* Keyboard */
161
+ .keyboard {
162
+ position: absolute;
163
+ left: 0;
164
+ bottom: 0;
165
+ width: 1080px;
166
+ height: 960px;
167
+ background: #221c19;
168
+ border-top-left-radius: 30px;
169
+ border-top-right-radius: 30px;
170
+ }
171
+ .kb-suggestions {
172
+ display: flex;
173
+ align-items: center;
174
+ gap: 22px;
175
+ padding: 26px 36px 16px 36px;
176
+ }
177
+ .chip {
178
+ background: #2e2724;
179
+ color: #cfcfcf;
180
+ padding: 12px 26px;
181
+ border-radius: 22px;
182
+ font-size: 40px;
183
+ border: 1px solid #3a302c;
184
+ }
185
+ .chip.eye { font-size: 42px; }
186
+ .chip:last-child { margin-left: auto; }
187
+ .mic {
188
+ width: 60px;
189
+ height: 60px;
190
+ border-radius: 50%;
191
+ border: 2px solid #cfcfcf;
192
+ display: flex;
193
+ align-items: center;
194
+ justify-content: center;
195
+ }
196
+ .mic:before {
197
+ content: "";
198
+ width: 20px;
199
+ height: 32px;
200
+ border: 3px solid #cfcfcf;
201
+ border-radius: 12px;
202
+ }
203
+
204
+ .keys {
205
+ padding: 6px 22px 18px;
206
+ display: grid;
207
+ grid-template-columns: repeat(10, 1fr);
208
+ grid-row-gap: 16px;
209
+ grid-column-gap: 12px;
210
+ }
211
+ .key {
212
+ background: #2f2825;
213
+ color: #e5e1df;
214
+ border-radius: 18px;
215
+ height: 100px;
216
+ display: flex;
217
+ align-items: center;
218
+ justify-content: center;
219
+ font-size: 46px;
220
+ border: 1px solid #3b332f;
221
+ box-shadow: inset 0 -2px 0 rgba(0,0,0,0.2);
222
+ }
223
+ .key.wide { grid-column: span 2; }
224
+ .key.space { grid-column: span 4; }
225
+ .key.icon { font-size: 60px; }
226
+ .bottom-row {
227
+ position: absolute;
228
+ left: 22px;
229
+ right: 22px;
230
+ bottom: 28px;
231
+ display: grid;
232
+ grid-template-columns: 140px 110px 110px 1fr 110px 140px;
233
+ grid-gap: 16px;
234
+ align-items: center;
235
+ }
236
+ .btn-round {
237
+ height: 130px;
238
+ border-radius: 28px;
239
+ background: #2f2825;
240
+ border: 1px solid #3b332f;
241
+ color: #eadfd5;
242
+ font-size: 44px;
243
+ display: flex;
244
+ align-items: center;
245
+ justify-content: center;
246
+ }
247
+ .search-fab {
248
+ position: absolute;
249
+ right: 34px;
250
+ bottom: 40px;
251
+ width: 150px;
252
+ height: 150px;
253
+ background: #e3c4ad;
254
+ border-radius: 75px;
255
+ display: flex;
256
+ align-items: center;
257
+ justify-content: center;
258
+ box-shadow: 0 6px 10px rgba(0,0,0,0.45);
259
+ }
260
+ .search-fab svg { width: 56px; height: 56px; stroke: #3a2d26; stroke-width: 6; fill: none; }
261
+
262
+ /* Home dot */
263
+ .home-dot {
264
+ position: absolute;
265
+ left: 468px;
266
+ bottom: 12px;
267
+ width: 144px;
268
+ height: 10px;
269
+ background: #9e9e9e;
270
+ border-radius: 6px;
271
+ opacity: 0.6;
272
+ }
273
+ </style>
274
+ </head>
275
+ <body>
276
+ <div id="render-target">
277
+
278
+ <!-- Status bar -->
279
+ <div class="status-bar">
280
+ <div class="status-left">9:56</div>
281
+ <div class="status-right">
282
+ <div class="status-icon" title="signal"></div>
283
+ <div class="status-icon" title="wifi"></div>
284
+ <div class="status-icon" title="battery"></div>
285
+ </div>
286
+ </div>
287
+
288
+ <!-- Header with back and search -->
289
+ <div class="header">
290
+ <div class="back-btn">
291
+ <svg viewBox="0 0 48 48">
292
+ <path d="M30 8 L14 24 L30 40" />
293
+ </svg>
294
+ </div>
295
+ <div class="search-container">
296
+ <div class="search-input">
297
+ <div class="magnify">
298
+ <svg viewBox="0 0 48 48">
299
+ <circle cx="20" cy="20" r="14"></circle>
300
+ <line x1="32" y1="32" x2="44" y2="44"></line>
301
+ </svg>
302
+ </div>
303
+ <div class="search-text">The catcher in the <b>rye</b></div>
304
+ <div class="clear-btn">
305
+ <svg viewBox="0 0 48 48">
306
+ <line x1="14" y1="14" x2="34" y2="34"></line>
307
+ <line x1="34" y1="14" x2="14" y2="34"></line>
308
+ </svg>
309
+ </div>
310
+ </div>
311
+ <div class="active-underline"></div>
312
+ </div>
313
+ </div>
314
+
315
+ <!-- Suggestions panel -->
316
+ <div class="suggest-panel">
317
+ <div class="suggest-item">
318
+ <div class="doc-icon">
319
+ <div class="bars">
320
+ <span></span><span></span>
321
+ </div>
322
+ </div>
323
+ <div>The catcher in the rye</div>
324
+ </div>
325
+ <div class="divider"></div>
326
+ <div class="suggest-item" style="padding-bottom: 44px;">
327
+ <div class="doc-icon">
328
+ <div class="bars">
329
+ <span></span><span></span>
330
+ </div>
331
+ </div>
332
+ <div>the CATCHER in the RYE</div>
333
+ </div>
334
+ </div>
335
+
336
+ <div class="content-filler"></div>
337
+
338
+ <!-- Keyboard -->
339
+ <div class="keyboard">
340
+ <div class="kb-suggestions">
341
+ <div class="chip">rye</div>
342
+ <div class="chip">eye</div>
343
+ <div class="chip eye">👁</div>
344
+ <div class="chip eye">👀</div>
345
+ <div class="mic"></div>
346
+ </div>
347
+
348
+ <!-- Key rows -->
349
+ <div class="keys">
350
+ <!-- Row 1 -->
351
+ <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>
352
+
353
+ <!-- Row 2 -->
354
+ <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><div class="key icon">⌫</div>
355
+
356
+ <!-- Row 3 -->
357
+ <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><div class="key">b</div><div class="key">n</div><div class="key">m</div><div class="key wide">⟆</div><div class="key wide">⏎</div>
358
+
359
+ <!-- Row 4 -->
360
+ <div class="key wide">?123</div>
361
+ <div class="key">,</div>
362
+ <div class="key">😊</div>
363
+ <div class="key space"></div>
364
+ <div class="key">.</div>
365
+ <div class="key wide">◻</div>
366
+ </div>
367
+
368
+ <!-- bottom buttons -->
369
+ <div class="bottom-row">
370
+ <div class="btn-round">?123</div>
371
+ <div class="btn-round">,</div>
372
+ <div class="btn-round">🙂</div>
373
+ <div class="btn-round"> </div>
374
+ <div class="btn-round">.</div>
375
+ <div class="btn-round">◻</div>
376
+ </div>
377
+
378
+ <!-- Search floating button -->
379
+ <div class="search-fab">
380
+ <svg viewBox="0 0 48 48">
381
+ <circle cx="20" cy="20" r="14"></circle>
382
+ <line x1="32" y1="32" x2="44" y2="44"></line>
383
+ </svg>
384
+ </div>
385
+ </div>
386
+
387
+ <div class="home-dot"></div>
388
+ </div>
389
+ </body>
390
+ </html>
code/16292/16292_5.html ADDED
@@ -0,0 +1,399 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Book Detail 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: radial-gradient(1200px 1200px at 540px 600px, #2b1b1b 0%, #1a1212 60%, #0f0b0b 100%);
13
+ color: #fff;
14
+ }
15
+
16
+ /* Header controls */
17
+ .top-controls {
18
+ position: absolute;
19
+ top: 90px;
20
+ left: 40px;
21
+ right: 40px;
22
+ height: 80px;
23
+ }
24
+ .icon-btn {
25
+ width: 80px;
26
+ height: 80px;
27
+ display: inline-flex;
28
+ justify-content: center;
29
+ align-items: center;
30
+ border-radius: 40px;
31
+ color: #fff;
32
+ }
33
+ .icon-right {
34
+ position: absolute;
35
+ right: 0;
36
+ top: 0;
37
+ }
38
+
39
+ /* Main header area */
40
+ .header {
41
+ position: absolute;
42
+ top: 220px;
43
+ left: 40px;
44
+ right: 40px;
45
+ display: flex;
46
+ gap: 40px;
47
+ align-items: flex-start;
48
+ }
49
+ .cover {
50
+ width: 280px;
51
+ height: 390px;
52
+ background: #E0E0E0;
53
+ border: 1px solid #BDBDBD;
54
+ border-radius: 12px;
55
+ color: #757575;
56
+ display: flex;
57
+ align-items: center;
58
+ justify-content: center;
59
+ text-align: center;
60
+ font-size: 28px;
61
+ line-height: 1.3;
62
+ }
63
+ .title-block {
64
+ flex: 1;
65
+ padding-top: 10px;
66
+ }
67
+ .book-title {
68
+ font-size: 68px;
69
+ font-weight: 800;
70
+ line-height: 1.1;
71
+ margin: 0 0 24px 0;
72
+ }
73
+ .author {
74
+ font-size: 36px;
75
+ color: #ff8c78;
76
+ margin-bottom: 18px;
77
+ }
78
+ .chips {
79
+ font-size: 34px;
80
+ color: #cfcfcf;
81
+ }
82
+
83
+ /* Stats row */
84
+ .stats {
85
+ position: absolute;
86
+ top: 720px;
87
+ left: 40px;
88
+ right: 40px;
89
+ display: flex;
90
+ gap: 32px;
91
+ }
92
+ .stat-card {
93
+ flex: 1;
94
+ background: #1e1e1e;
95
+ border-radius: 28px;
96
+ padding: 36px;
97
+ border: 1px solid #2e2e2e;
98
+ }
99
+ .stat-top {
100
+ display: flex;
101
+ justify-content: space-between;
102
+ align-items: center;
103
+ color: #bfbfbf;
104
+ font-size: 34px;
105
+ }
106
+ .stat-value {
107
+ margin-top: 30px;
108
+ font-size: 56px;
109
+ font-weight: 700;
110
+ }
111
+
112
+ /* Big panel placeholder (description/content) */
113
+ .content-panel {
114
+ position: absolute;
115
+ top: 1000px;
116
+ left: 40px;
117
+ right: 40px;
118
+ height: 520px;
119
+ background: #141414;
120
+ border-radius: 30px;
121
+ border: 1px solid #292929;
122
+ padding: 40px;
123
+ color: #9e9e9e;
124
+ display: flex;
125
+ align-items: center;
126
+ justify-content: center;
127
+ font-size: 34px;
128
+ }
129
+
130
+ /* Chapters row */
131
+ .chapters {
132
+ position: absolute;
133
+ top: 1560px;
134
+ left: 40px;
135
+ right: 40px;
136
+ background: #1d1d1d;
137
+ border: 1px solid #2b2b2b;
138
+ border-radius: 30px;
139
+ padding: 40px;
140
+ color: #fff;
141
+ }
142
+ .chapters-top {
143
+ display: flex;
144
+ justify-content: space-between;
145
+ align-items: center;
146
+ font-size: 44px;
147
+ font-weight: 700;
148
+ }
149
+ .chapters-sub {
150
+ margin-top: 16px;
151
+ font-size: 32px;
152
+ color: #bcbcbc;
153
+ }
154
+
155
+ /* List rows */
156
+ .row {
157
+ position: absolute;
158
+ left: 40px;
159
+ right: 40px;
160
+ background: #171717;
161
+ border: 1px solid #2a2a2a;
162
+ border-radius: 30px;
163
+ padding: 36px 40px;
164
+ color: #fff;
165
+ display: flex;
166
+ justify-content: space-between;
167
+ align-items: center;
168
+ }
169
+ .row .left {
170
+ font-size: 44px;
171
+ font-weight: 700;
172
+ }
173
+ .row .right {
174
+ color: #d9c7a9;
175
+ font-size: 40px;
176
+ display: inline-flex;
177
+ align-items: center;
178
+ gap: 16px;
179
+ }
180
+
181
+ /* Reviews row and rate stars */
182
+ .reviews {
183
+ top: 1815px;
184
+ }
185
+ .rate {
186
+ top: 1945px;
187
+ }
188
+ .stars {
189
+ display: inline-flex;
190
+ gap: 16px;
191
+ }
192
+ .star {
193
+ width: 60px;
194
+ height: 60px;
195
+ }
196
+
197
+ /* Bottom suggestion area */
198
+ .bottom {
199
+ position: absolute;
200
+ bottom: 180px;
201
+ left: 40px;
202
+ right: 40px;
203
+ }
204
+ .bottom-title {
205
+ font-size: 48px;
206
+ font-weight: 800;
207
+ margin-bottom: 30px;
208
+ }
209
+ .bottom-row {
210
+ background: #161616;
211
+ border: 1px solid #2b2b2b;
212
+ border-radius: 40px;
213
+ padding: 30px;
214
+ display: flex;
215
+ align-items: center;
216
+ gap: 28px;
217
+ }
218
+ .dl-btn {
219
+ width: 120px;
220
+ height: 120px;
221
+ border-radius: 28px;
222
+ background: #222;
223
+ display: flex;
224
+ align-items: center;
225
+ justify-content: center;
226
+ border: 1px solid #333;
227
+ }
228
+ .read-pill {
229
+ flex: 1;
230
+ height: 120px;
231
+ background: #e17676;
232
+ border-radius: 36px;
233
+ display: flex;
234
+ align-items: center;
235
+ justify-content: center;
236
+ font-size: 46px;
237
+ font-weight: 800;
238
+ color: #250404;
239
+ }
240
+ .plus-btn {
241
+ width: 120px;
242
+ height: 120px;
243
+ border-radius: 28px;
244
+ background: #222;
245
+ border: 1px solid #333;
246
+ display: flex;
247
+ align-items: center;
248
+ justify-content: center;
249
+ }
250
+
251
+ /* Small chevron */
252
+ .chev {
253
+ width: 36px; height: 36px;
254
+ }
255
+ </style>
256
+ </head>
257
+ <body>
258
+ <div id="render-target">
259
+
260
+ <!-- Top icons -->
261
+ <div class="top-controls">
262
+ <div class="icon-btn">
263
+ <!-- Back arrow -->
264
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="none">
265
+ <path d="M15 18l-6-6 6-6" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
266
+ </svg>
267
+ </div>
268
+ <div class="icon-btn icon-right">
269
+ <!-- Circular reload/share icon -->
270
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="none">
271
+ <circle cx="12" cy="12" r="9" stroke="#ffffff" stroke-width="2"/>
272
+ <path d="M12 7v5h5" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
273
+ </svg>
274
+ </div>
275
+ </div>
276
+
277
+ <!-- Header area with cover and text -->
278
+ <div class="header">
279
+ <div class="cover">[IMG: Book Cover]</div>
280
+ <div class="title-block">
281
+ <div class="book-title">The catcher in the rye</div>
282
+ <div class="author">by Pihu_Sah_197</div>
283
+ <div class="chips">Novel · Fantasy</div>
284
+ </div>
285
+ </div>
286
+
287
+ <!-- Stats -->
288
+ <div class="stats">
289
+ <div class="stat-card">
290
+ <div class="stat-top">
291
+ <div>Views</div>
292
+ </div>
293
+ <div class="stat-value">2.4K</div>
294
+ </div>
295
+ <div class="stat-card">
296
+ <div class="stat-top">
297
+ <div>Power Stones</div>
298
+ </div>
299
+ <div class="stat-value">--</div>
300
+ </div>
301
+ </div>
302
+
303
+ <!-- Content panel placeholder -->
304
+ <div class="content-panel">[Content Area / Synopsis Placeholder]</div>
305
+
306
+ <!-- Chapters -->
307
+ <div class="chapters">
308
+ <div class="chapters-top">
309
+ <div>1 Chapters Updated</div>
310
+ <svg class="chev" viewBox="0 0 24 24" fill="none">
311
+ <path d="M9 6l6 6-6 6" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
312
+ </svg>
313
+ </div>
314
+ <div class="chapters-sub">Latest update 2yr ago</div>
315
+ </div>
316
+
317
+ <!-- Top fans row -->
318
+ <div class="row" style="top: 1700px;">
319
+ <div class="left">Top fans</div>
320
+ <div class="right">
321
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none">
322
+ <path d="M12 2l3 7h7l-5.5 4 2.1 7L12 17l-6.6 3 2.1-7L2 9h7z" stroke="#d9c7a9" stroke-width="1.5" fill="none"/>
323
+ </svg>
324
+ Be the first Fan!
325
+ <svg class="chev" viewBox="0 0 24 24" fill="none">
326
+ <path d="M9 6l6 6-6 6" stroke="#d9c7a9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
327
+ </svg>
328
+ </div>
329
+ </div>
330
+
331
+ <!-- Reviews row -->
332
+ <div class="row reviews">
333
+ <div class="left">Reviews</div>
334
+ <div class="right">
335
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
336
+ <path d="M4 5h16v12H8l-4 4V5z" stroke="#d9c7a9" stroke-width="1.8" fill="none"/>
337
+ </svg>
338
+ Write the first review!
339
+ <svg class="chev" viewBox="0 0 24 24" fill="none">
340
+ <path d="M9 6l6 6-6 6" stroke="#d9c7a9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
341
+ </svg>
342
+ </div>
343
+ </div>
344
+
345
+ <!-- Rate this book -->
346
+ <div class="row rate">
347
+ <div class="left">Rate This Book</div>
348
+ <div class="right">
349
+ <div class="stars">
350
+ <!-- 5 outlined stars -->
351
+ <svg class="star" viewBox="0 0 24 24" fill="none">
352
+ <path d="M12 2l3 6.5 7 .7-5 4.4 1.6 7.2L12 17.8 5.4 20.8l1.6-7.2-5-4.4 7-.7L12 2z" stroke="#bdbdbd" stroke-width="1.5" fill="none"/>
353
+ </svg>
354
+ <svg class="star" viewBox="0 0 24 24" fill="none">
355
+ <path d="M12 2l3 6.5 7 .7-5 4.4 1.6 7.2L12 17.8 5.4 20.8l1.6-7.2-5-4.4 7-.7L12 2z" stroke="#bdbdbd" stroke-width="1.5" fill="none"/>
356
+ </svg>
357
+ <svg class="star" viewBox="0 0 24 24" fill="none">
358
+ <path d="M12 2l3 6.5 7 .7-5 4.4 1.6 7.2L12 17.8 5.4 20.8l1.6-7.2-5-4.4 7-.7L12 2z" stroke="#bdbdbd" stroke-width="1.5" fill="none"/>
359
+ </svg>
360
+ <svg class="star" viewBox="0 0 24 24" fill="none">
361
+ <path d="M12 2l3 6.5 7 .7-5 4.4 1.6 7.2L12 17.8 5.4 20.8l1.6-7.2-5-4.4 7-.7L12 2z" stroke="#bdbdbd" stroke-width="1.5" fill="none"/>
362
+ </svg>
363
+ <svg class="star" viewBox="0 0 24 24" fill="none">
364
+ <path d="M12 2l3 6.5 7 .7-5 4.4 1.6 7.2L12 17.8 5.4 20.8l1.6-7.2-5-4.4 7-.7L12 2z" stroke="#bdbdbd" stroke-width="1.5" fill="none"/>
365
+ </svg>
366
+ </div>
367
+ </div>
368
+ </div>
369
+
370
+ <!-- Bottom area -->
371
+ <div class="bottom">
372
+ <div class="bottom-title">
373
+ You may also like
374
+ <span style="float:right; font-size:40px; color:#cfcfcf;">More
375
+ <svg class="chev" viewBox="0 0 24 24" fill="none" style="vertical-align: middle;">
376
+ <path d="M9 6l6 6-6 6" stroke="#cfcfcf" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
377
+ </svg>
378
+ </span>
379
+ </div>
380
+ <div class="bottom-row">
381
+ <div class="dl-btn">
382
+ <!-- simple download icon -->
383
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="none">
384
+ <path d="M12 3v10m0 0l-4-4m4 4l4-4" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
385
+ <path d="M4 20h16" stroke="#ffffff" stroke-width="2" stroke-linecap="round"/>
386
+ </svg>
387
+ </div>
388
+ <div class="read-pill">Read now</div>
389
+ <div class="plus-btn">
390
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="none">
391
+ <path d="M12 5v14M5 12h14" stroke="#ffffff" stroke-width="2" stroke-linecap="round"/>
392
+ </svg>
393
+ </div>
394
+ </div>
395
+ </div>
396
+
397
+ </div>
398
+ </body>
399
+ </html>
code/16292/16292_6.html ADDED
@@ -0,0 +1,394 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>UI Render</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: #0e0f12;
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: 96px;
23
+ background: #14151a;
24
+ display: flex;
25
+ align-items: center;
26
+ padding: 0 32px;
27
+ box-sizing: border-box;
28
+ font-size: 34px;
29
+ letter-spacing: 0.5px;
30
+ }
31
+ .status-bar .right {
32
+ margin-left: auto;
33
+ display: flex;
34
+ gap: 24px;
35
+ align-items: center;
36
+ opacity: 0.8;
37
+ font-size: 28px;
38
+ }
39
+ .status-icon svg { width: 36px; height: 36px; }
40
+
41
+ /* Background content */
42
+ .back-btn {
43
+ position: absolute;
44
+ top: 140px;
45
+ left: 28px;
46
+ width: 72px;
47
+ height: 72px;
48
+ }
49
+ .refresh-btn {
50
+ position: absolute;
51
+ top: 140px;
52
+ right: 28px;
53
+ width: 72px;
54
+ height: 72px;
55
+ }
56
+ .big-title {
57
+ position: absolute;
58
+ top: 280px;
59
+ left: 280px;
60
+ font-size: 66px;
61
+ font-weight: 800;
62
+ color: #9ea1a7;
63
+ letter-spacing: 1px;
64
+ }
65
+ .bg-book {
66
+ position: absolute;
67
+ top: 240px;
68
+ left: 60px;
69
+ width: 380px;
70
+ height: 540px;
71
+ background: #E0E0E0;
72
+ border: 1px solid #BDBDBD;
73
+ display: flex;
74
+ align-items: center;
75
+ justify-content: center;
76
+ color: #555;
77
+ font-weight: 700;
78
+ }
79
+
80
+ /* Modal card */
81
+ .card {
82
+ position: absolute;
83
+ top: 520px;
84
+ left: 60px;
85
+ width: 960px;
86
+ height: 950px;
87
+ background: #ffffff;
88
+ color: #0d0d0d;
89
+ border-radius: 60px;
90
+ box-shadow: 0 30px 80px rgba(0,0,0,0.5);
91
+ padding: 56px;
92
+ box-sizing: border-box;
93
+ }
94
+ .card-header {
95
+ display: flex;
96
+ align-items: center;
97
+ font-size: 42px;
98
+ border-bottom: 1px solid #ececec;
99
+ padding-bottom: 28px;
100
+ }
101
+ .card-header .label { color: #222; font-weight: 700; }
102
+ .card-header .author { margin-left: auto; font-weight: 800; color: #1b1b1b; }
103
+ .card-body {
104
+ display: flex;
105
+ gap: 40px;
106
+ margin-top: 40px;
107
+ }
108
+ .card-body .left {
109
+ flex: 1;
110
+ }
111
+ .genre {
112
+ color: #8b8f97;
113
+ font-size: 38px;
114
+ margin-bottom: 22px;
115
+ font-weight: 700;
116
+ }
117
+ .book-title {
118
+ font-size: 60px;
119
+ font-weight: 800;
120
+ line-height: 1.2;
121
+ margin-top: 22px;
122
+ }
123
+ .card-body .right {
124
+ width: 300px;
125
+ display: flex;
126
+ justify-content: flex-end;
127
+ }
128
+ .mini-cover {
129
+ width: 300px;
130
+ height: 420px;
131
+ background: #E0E0E0;
132
+ border: 1px solid #BDBDBD;
133
+ display: flex;
134
+ align-items: center;
135
+ justify-content: center;
136
+ color: #555;
137
+ font-weight: 700;
138
+ }
139
+ .webnovel-logo {
140
+ margin-top: 280px;
141
+ width: 280px;
142
+ height: 80px;
143
+ background: #E0E0E0;
144
+ border: 1px solid #BDBDBD;
145
+ display: flex;
146
+ align-items: center;
147
+ justify-content: center;
148
+ color: #757575;
149
+ font-weight: 700;
150
+ border-radius: 12px;
151
+ }
152
+
153
+ /* Under-card list rows */
154
+ .list-row {
155
+ position: absolute;
156
+ left: 60px;
157
+ width: 960px;
158
+ height: 120px;
159
+ background: rgba(255,255,255,0.04);
160
+ border-radius: 22px;
161
+ color: #bfc3c9;
162
+ display: flex;
163
+ align-items: center;
164
+ padding: 0 28px;
165
+ box-sizing: border-box;
166
+ font-size: 38px;
167
+ }
168
+ .list-row .arrow {
169
+ margin-left: auto;
170
+ opacity: 0.7;
171
+ }
172
+ #row1 { top: 1500px; }
173
+ #row2 { top: 1650px; }
174
+
175
+ /* Share sheet */
176
+ .share-sheet {
177
+ position: absolute;
178
+ left: 0;
179
+ bottom: 0;
180
+ width: 1080px;
181
+ height: 780px;
182
+ background: #15161a;
183
+ border-top-left-radius: 44px;
184
+ border-top-right-radius: 44px;
185
+ box-shadow: 0 -20px 60px rgba(0,0,0,0.6) inset;
186
+ }
187
+ .sheet-handle {
188
+ position: absolute;
189
+ top: 26px;
190
+ left: 50%;
191
+ transform: translateX(-50%);
192
+ width: 220px;
193
+ height: 80px;
194
+ background: #222428;
195
+ border-radius: 48px;
196
+ display: flex;
197
+ align-items: center;
198
+ justify-content: center;
199
+ }
200
+ .share-title {
201
+ position: absolute;
202
+ top: 130px;
203
+ left: 40px;
204
+ font-size: 64px;
205
+ font-weight: 800;
206
+ }
207
+ .share-grid {
208
+ position: absolute;
209
+ top: 250px;
210
+ left: 40px;
211
+ width: 1000px;
212
+ display: flex;
213
+ justify-content: space-between;
214
+ align-items: flex-start;
215
+ }
216
+ .share-item {
217
+ width: 180px;
218
+ text-align: center;
219
+ color: #d9dde3;
220
+ }
221
+ .share-icon {
222
+ width: 150px;
223
+ height: 150px;
224
+ border-radius: 50%;
225
+ margin: 0 auto 16px auto;
226
+ display: flex;
227
+ align-items: center;
228
+ justify-content: center;
229
+ }
230
+ .share-label { font-size: 36px; margin-top: 8px; }
231
+ .home-indicator {
232
+ position: absolute;
233
+ bottom: 24px;
234
+ left: 50%;
235
+ transform: translateX(-50%);
236
+ width: 320px;
237
+ height: 12px;
238
+ background: #e6e6e6;
239
+ border-radius: 6px;
240
+ opacity: 0.8;
241
+ }
242
+ </style>
243
+ </head>
244
+ <body>
245
+ <div id="render-target">
246
+
247
+ <!-- Status bar -->
248
+ <div class="status-bar">
249
+ <div>9:57</div>
250
+ <div class="right">
251
+ <span class="status-icon">
252
+ <svg viewBox="0 0 24 24">
253
+ <path d="M5 19h14v-6H5v6zm0-8h14V5H5v6z" fill="#bfc3c9" opacity="0.6"/>
254
+ </svg>
255
+ </span>
256
+ <span class="status-icon">
257
+ <svg viewBox="0 0 24 24">
258
+ <path d="M3 12h18M6 16h12M9 20h6" stroke="#bfc3c9" stroke-width="2" fill="none" opacity="0.7"/>
259
+ </svg>
260
+ </span>
261
+ <span>•</span>
262
+ </div>
263
+ </div>
264
+
265
+ <!-- Navigation icons -->
266
+ <div class="back-btn">
267
+ <svg viewBox="0 0 48 48">
268
+ <path d="M30 10 L14 24 L30 38" stroke="#ffffff" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
269
+ </svg>
270
+ </div>
271
+ <div class="refresh-btn">
272
+ <svg viewBox="0 0 56 56">
273
+ <path d="M28 10 A18 18 0 1 1 26 46" stroke="#cfd2d7" stroke-width="4" fill="none"/>
274
+ <path d="M28 10 L40 10 L34 4" stroke="#cfd2d7" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
275
+ </svg>
276
+ </div>
277
+
278
+ <!-- Background title and image -->
279
+ <div class="big-title">The catcher in the rye</div>
280
+ <div class="bg-book">[IMG: Book Cover - The Catcher in the Rye]</div>
281
+
282
+ <!-- White modal card -->
283
+ <div class="card">
284
+ <div class="card-header">
285
+ <div class="label">By</div>
286
+ <div class="author">Pihu_Sah_197</div>
287
+ </div>
288
+
289
+ <div class="card-body">
290
+ <div class="left">
291
+ <div class="genre">Fantasy</div>
292
+ <div class="book-title">The catcher in the rye</div>
293
+ </div>
294
+ <div class="right">
295
+ <div class="mini-cover">[IMG: Book Cover]</div>
296
+ </div>
297
+ </div>
298
+
299
+ <div class="webnovel-logo">[IMG: WEBNOVEL Logo]</div>
300
+ </div>
301
+
302
+ <!-- Under-card rows -->
303
+ <div id="row1" class="list-row">
304
+ <div>1 Chapters Updated</div>
305
+ <div style="margin-left: 20px; color:#8f939a;">Latest update 2yr ago</div>
306
+ <div class="arrow">
307
+ <svg viewBox="0 0 48 48" width="48" height="48">
308
+ <path d="M16 12 L32 24 L16 36" stroke="#bfc3c9" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
309
+ </svg>
310
+ </div>
311
+ </div>
312
+
313
+ <div id="row2" class="list-row">
314
+ <div style="font-weight:800;">Top fans</div>
315
+ <div style="margin-left: 24px;">🙌 Be the first Fan!</div>
316
+ <div class="arrow">
317
+ <svg viewBox="0 0 48 48" width="48" height="48">
318
+ <path d="M16 12 L32 24 L16 36" stroke="#bfc3c9" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
319
+ </svg>
320
+ </div>
321
+ </div>
322
+
323
+ <!-- Share Sheet -->
324
+ <div class="share-sheet">
325
+ <div class="sheet-handle">
326
+ <svg viewBox="0 0 120 60" width="120" height="60">
327
+ <path d="M20 20 L60 40 L100 20" stroke="#cfd2d7" stroke-width="6" fill="none" stroke-linecap="round"/>
328
+ </svg>
329
+ </div>
330
+ <div class="share-title">Share to</div>
331
+
332
+ <div class="share-grid">
333
+ <!-- Facebook -->
334
+ <div class="share-item">
335
+ <div class="share-icon" style="background:#1877F2;">
336
+ <svg viewBox="0 0 48 48" width="48" height="48">
337
+ <path d="M28 16h6v6h-6v20h-6V22h-4v-6h4v-3c0-4 2-7 7-7h5v6h-4c-2 0-2 1-2 2v2z" fill="#ffffff"/>
338
+ </svg>
339
+ </div>
340
+ <div class="share-label">Facebook</div>
341
+ </div>
342
+
343
+ <!-- Twitter -->
344
+ <div class="share-item">
345
+ <div class="share-icon" style="background:#1DA1F2;">
346
+ <svg viewBox="0 0 48 48" width="48" height="48">
347
+ <path d="M44 12c-1 1-3 2-5 2 2-1 3-3 3-5-2 1-4 2-6 3-2-2-5-3-8-2-6 2-8 9-4 14-7 0-13-4-16-9-2 5 1 10 6 12-2 0-3 0-4-1 1 5 5 8 10 8-4 3-9 4-14 3 5 3 11 4 17 3 12-2 19-12 18-23z" fill="#ffffff"/>
348
+ </svg>
349
+ </div>
350
+ <div class="share-label">Twitter</div>
351
+ </div>
352
+
353
+ <!-- Copy link -->
354
+ <div class="share-item">
355
+ <div class="share-icon" style="background:#7B83FF;">
356
+ <svg viewBox="0 0 56 56" width="56" height="56">
357
+ <path d="M20 32c3 3 7 3 10 0l6-6c3-3 3-7 0-10s-7-3-10 0l-2 2" stroke="#fff" stroke-width="4" fill="none" stroke-linecap="round"/>
358
+ <path d="M36 24c-3-3-7-3-10 0l-6 6c-3 3-3 7 0 10s7 3 10 0l2-2" stroke="#fff" stroke-width="4" fill="none" stroke-linecap="round"/>
359
+ </svg>
360
+ </div>
361
+ <div class="share-label">Copy link</div>
362
+ </div>
363
+
364
+ <!-- Download -->
365
+ <div class="share-item">
366
+ <div class="share-icon" style="background:#e7e7e7;">
367
+ <svg viewBox="0 0 56 56" width="56" height="56">
368
+ <path d="M28 12v18" stroke="#111" stroke-width="4" stroke-linecap="round"/>
369
+ <path d="M18 24l10 10 10-10" stroke="#111" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
370
+ <rect x="14" y="40" width="28" height="6" rx="3" fill="#111"/>
371
+ </svg>
372
+ </div>
373
+ <div class="share-label" style="color:#e0e3e8;">Download</div>
374
+ </div>
375
+
376
+ <!-- More -->
377
+ <div class="share-item">
378
+ <div class="share-icon" style="background:#3a3b40;">
379
+ <svg viewBox="0 0 56 56" width="56" height="56">
380
+ <circle cx="14" cy="28" r="4" fill="#fff"/>
381
+ <circle cx="28" cy="28" r="4" fill="#fff"/>
382
+ <circle cx="42" cy="28" r="4" fill="#fff"/>
383
+ </svg>
384
+ </div>
385
+ <div class="share-label">More</div>
386
+ </div>
387
+ </div>
388
+
389
+ <div class="home-indicator"></div>
390
+ </div>
391
+
392
+ </div>
393
+ </body>
394
+ </html>
code/16292/16292_7.html ADDED
@@ -0,0 +1,362 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Mobile UI - Share Sheet</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: #0f0f0f;
13
+ color: #fff;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 20px;
20
+ left: 0;
21
+ width: 100%;
22
+ height: 80px;
23
+ display: flex;
24
+ align-items: center;
25
+ padding: 0 36px;
26
+ box-sizing: border-box;
27
+ color: #ffffff;
28
+ font-size: 36px;
29
+ opacity: 0.95;
30
+ }
31
+ .status-bar .right {
32
+ margin-left: auto;
33
+ display: flex;
34
+ align-items: center;
35
+ gap: 24px;
36
+ font-size: 30px;
37
+ }
38
+ .icon {
39
+ width: 44px;
40
+ height: 44px;
41
+ display: inline-flex;
42
+ align-items: center;
43
+ justify-content: center;
44
+ }
45
+ .icon svg { width: 100%; height: 100%; fill: none; stroke: #fff; stroke-width: 6; }
46
+
47
+ /* Top app bar icons */
48
+ .top-actions {
49
+ position: absolute;
50
+ top: 160px;
51
+ left: 40px;
52
+ right: 40px;
53
+ display: flex;
54
+ justify-content: space-between;
55
+ align-items: center;
56
+ opacity: 0.9;
57
+ }
58
+ .top-actions .round {
59
+ width: 80px;
60
+ height: 80px;
61
+ border-radius: 40px;
62
+ display: flex;
63
+ align-items: center;
64
+ justify-content: center;
65
+ background: rgba(255,255,255,0.08);
66
+ }
67
+
68
+ /* Background title */
69
+ .bg-title {
70
+ position: absolute;
71
+ top: 260px;
72
+ left: 80px;
73
+ right: 80px;
74
+ font-weight: 700;
75
+ font-size: 72px;
76
+ color: rgba(255,255,255,0.12);
77
+ }
78
+
79
+ /* Info card */
80
+ .info-card {
81
+ position: absolute;
82
+ top: 420px;
83
+ left: 60px;
84
+ width: 960px;
85
+ background: #f2f2f2;
86
+ color: #111;
87
+ border-radius: 48px;
88
+ padding: 48px 52px;
89
+ box-sizing: border-box;
90
+ }
91
+ .info-row {
92
+ display: flex;
93
+ justify-content: space-between;
94
+ align-items: center;
95
+ margin-bottom: 28px;
96
+ font-size: 38px;
97
+ font-weight: 700;
98
+ }
99
+ .info-row .label { color: #444; font-weight: 700; }
100
+ .book-body {
101
+ display: grid;
102
+ grid-template-columns: 1fr 260px;
103
+ gap: 40px;
104
+ align-items: start;
105
+ }
106
+ .category {
107
+ color: #666;
108
+ font-size: 36px;
109
+ font-weight: 700;
110
+ margin: 18px 0 10px;
111
+ }
112
+ .title {
113
+ font-size: 56px;
114
+ font-weight: 800;
115
+ color: #111;
116
+ margin-bottom: 18px;
117
+ }
118
+ .img-placeholder {
119
+ width: 260px;
120
+ height: 340px;
121
+ background: #E0E0E0;
122
+ border: 1px solid #BDBDBD;
123
+ border-radius: 8px;
124
+ display: flex;
125
+ align-items: center;
126
+ justify-content: center;
127
+ color: #757575;
128
+ text-align: center;
129
+ font-size: 26px;
130
+ padding: 10px;
131
+ box-sizing: border-box;
132
+ }
133
+ .logo-placeholder {
134
+ margin-top: 40px;
135
+ width: 260px;
136
+ height: 70px;
137
+ background: #E0E0E0;
138
+ border: 1px solid #BDBDBD;
139
+ display: flex;
140
+ align-items: center;
141
+ justify-content: center;
142
+ color: #757575;
143
+ font-size: 24px;
144
+ border-radius: 8px;
145
+ }
146
+
147
+ /* Share sheet */
148
+ .share-sheet {
149
+ position: absolute;
150
+ bottom: 0;
151
+ left: 0;
152
+ width: 1080px;
153
+ height: 960px;
154
+ background: #1c1715;
155
+ border-top-left-radius: 34px;
156
+ border-top-right-radius: 34px;
157
+ box-shadow: 0 -6px 16px rgba(0,0,0,0.5);
158
+ padding: 28px 36px 120px;
159
+ box-sizing: border-box;
160
+ }
161
+ .grabber {
162
+ width: 120px;
163
+ height: 12px;
164
+ background: #4a403c;
165
+ border-radius: 6px;
166
+ margin: 20px auto 36px;
167
+ }
168
+ .action-row {
169
+ display: flex;
170
+ gap: 26px;
171
+ margin-bottom: 48px;
172
+ }
173
+ .pill {
174
+ display: inline-flex;
175
+ align-items: center;
176
+ gap: 18px;
177
+ padding: 24px 28px;
178
+ border-radius: 22px;
179
+ background: #2a2320;
180
+ color: #fff;
181
+ border: 1px solid #3a312d;
182
+ font-size: 36px;
183
+ font-weight: 700;
184
+ }
185
+ .pill svg { stroke: #ffb37a; stroke-width: 8; }
186
+ .grid {
187
+ display: grid;
188
+ grid-template-columns: repeat(4, 1fr);
189
+ gap: 40px 24px;
190
+ }
191
+ .tile {
192
+ text-align: center;
193
+ color: #ddd;
194
+ font-size: 32px;
195
+ }
196
+ .avatar {
197
+ width: 164px;
198
+ height: 164px;
199
+ border-radius: 50%;
200
+ margin: 0 auto 18px;
201
+ display: flex;
202
+ align-items: center;
203
+ justify-content: center;
204
+ font-weight: 800;
205
+ font-size: 64px;
206
+ color: #1c1c1c;
207
+ position: relative;
208
+ box-shadow: inset 0 0 0 2px rgba(255,255,255,0.08);
209
+ }
210
+ .avatar.m { background: #6bc3d5; }
211
+ .avatar.j { background: #f78ab4; }
212
+ .avatar.r { background: #f2e1e1; color: #c03; }
213
+ .avatar.a { background: #bfe0d3; color: #186a56; }
214
+ .badge {
215
+ position: absolute;
216
+ right: 18px;
217
+ bottom: 18px;
218
+ width: 54px;
219
+ height: 54px;
220
+ border-radius: 50%;
221
+ background: #fff;
222
+ border: 4px solid #ffc107;
223
+ }
224
+
225
+ .app-icon {
226
+ width: 160px;
227
+ height: 160px;
228
+ border-radius: 36px;
229
+ margin: 0 auto 16px;
230
+ display: flex;
231
+ align-items: center;
232
+ justify-content: center;
233
+ background: #E0E0E0;
234
+ border: 1px solid #BDBDBD;
235
+ color: #757575;
236
+ font-size: 28px;
237
+ }
238
+
239
+ .home-indicator {
240
+ position: absolute;
241
+ bottom: 24px;
242
+ left: 50%;
243
+ transform: translateX(-50%);
244
+ width: 420px;
245
+ height: 12px;
246
+ background: #eaeaea;
247
+ border-radius: 6px;
248
+ opacity: 0.9;
249
+ }
250
+ </style>
251
+ </head>
252
+ <body>
253
+ <div id="render-target">
254
+
255
+ <!-- Status bar -->
256
+ <div class="status-bar">
257
+ <div>9:58</div>
258
+ <div class="right">
259
+ <span class="icon">
260
+ <svg viewBox="0 0 24 24"><path d="M3 12h18"></path><path d="M6 8h12"></path><path d="M9 4h6"></path></svg>
261
+ </span>
262
+ <span class="icon">
263
+ <svg viewBox="0 0 24 24"><rect x="4" y="6" width="14" height="12" rx="2"></rect><path d="M20 10v4"></path></svg>
264
+ </span>
265
+ <span>100%</span>
266
+ </div>
267
+ </div>
268
+
269
+ <!-- Top actions -->
270
+ <div class="top-actions">
271
+ <div class="round">
272
+ <svg viewBox="0 0 24 24" class="icon"><path d="M15 18l-6-6 6-6"></path></svg>
273
+ </div>
274
+ <div class="round">
275
+ <svg viewBox="0 0 24 24" class="icon"><path d="M3 12a9 9 0 0 1 14-7"></path><path d="M21 12a9 9 0 0 1-14 7"></path><path d="M7 4v4h4"></path></svg>
276
+ </div>
277
+ </div>
278
+
279
+ <!-- Background title text -->
280
+ <div class="bg-title">The catcher in the rye</div>
281
+
282
+ <!-- Information card -->
283
+ <div class="info-card">
284
+ <div class="info-row">
285
+ <div class="label">By</div>
286
+ <div>Pihu_Sah_197</div>
287
+ </div>
288
+
289
+ <div class="book-body">
290
+ <div>
291
+ <div class="category">Fantasy</div>
292
+ <div class="title">The catcher in the rye</div>
293
+ <div class="logo-placeholder">[IMG: WEBNOVEL Logo]</div>
294
+ </div>
295
+ <div class="img-placeholder">[IMG: Book Cover]</div>
296
+ </div>
297
+ </div>
298
+
299
+ <!-- Share sheet -->
300
+ <div class="share-sheet">
301
+ <div class="grabber"></div>
302
+
303
+ <div class="action-row">
304
+ <div class="pill">
305
+ <svg viewBox="0 0 24 24"><path d="M12 6l6 6-6 6-6-6z"></path></svg>
306
+ Nearby
307
+ </div>
308
+ <div class="pill">
309
+ <svg viewBox="0 0 24 24"><path d="M4 20l6-2 10-10-4-4-10 10-2 6z"></path></svg>
310
+ Edit
311
+ </div>
312
+ </div>
313
+
314
+ <div class="grid">
315
+ <!-- Contacts row -->
316
+ <div class="tile">
317
+ <div class="avatar m">M<div class="badge"></div></div>
318
+ <div>Mike Waggoner</div>
319
+ </div>
320
+ <div class="tile">
321
+ <div class="avatar j">J<div class="badge"></div></div>
322
+ <div>Janet</div>
323
+ </div>
324
+ <div class="tile">
325
+ <div class="avatar r">
326
+ <svg viewBox="0 0 24 24" width="80" height="80"><circle cx="12" cy="8" r="5" fill="#e36c6c"></circle><rect x="5" y="13" width="14" height="8" rx="4" fill="#e36c6c"></rect></svg>
327
+ <div class="badge"></div>
328
+ </div>
329
+ <div>Rimi Mohanta</div>
330
+ </div>
331
+ <div class="tile">
332
+ <div class="avatar a">
333
+ <svg viewBox="0 0 24 24" width="80" height="80"><circle cx="12" cy="8" r="5" fill="#489a86"></circle><rect x="5" y="13" width="14" height="8" rx="4" fill="#489a86"></rect></svg>
334
+ <div class="badge"></div>
335
+ </div>
336
+ <div>Anchu Sharma</div>
337
+ </div>
338
+
339
+ <!-- Apps row -->
340
+ <div class="tile">
341
+ <div class="app-icon">[APP: Gmail]</div>
342
+ <div>Gmail</div>
343
+ </div>
344
+ <div class="tile">
345
+ <div class="app-icon">[APP: Messages]</div>
346
+ <div>Messages</div>
347
+ </div>
348
+ <div class="tile">
349
+ <div class="app-icon">[APP: Instagram]</div>
350
+ <div>Instagram<br>Feed</div>
351
+ </div>
352
+ <div class="tile">
353
+ <div class="app-icon">[APP: Facebook]</div>
354
+ <div>Facebook<br>Set as profil…</div>
355
+ </div>
356
+ </div>
357
+
358
+ <div class="home-indicator"></div>
359
+ </div>
360
+ </div>
361
+ </body>
362
+ </html>
code/16292/16292_8.html ADDED
@@ -0,0 +1,267 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Email Compose 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
+ overflow: hidden;
10
+ width: 1080px;
11
+ height: 2400px;
12
+ background: #1c1410; /* dark brown/black */
13
+ color: #fff;
14
+ }
15
+ .status-bar {
16
+ position: absolute;
17
+ top: 0;
18
+ left: 0;
19
+ width: 1080px;
20
+ height: 84px;
21
+ padding: 0 28px;
22
+ box-sizing: border-box;
23
+ color: #e8e0d9;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ font-size: 34px;
28
+ letter-spacing: 0.5px;
29
+ }
30
+ .status-icons { display: flex; align-items: center; gap: 22px; }
31
+ .appbar {
32
+ position: absolute;
33
+ top: 84px;
34
+ left: 0;
35
+ width: 1080px;
36
+ height: 110px;
37
+ display: flex;
38
+ align-items: center;
39
+ padding: 0 28px;
40
+ box-sizing: border-box;
41
+ color: #e8dfd6;
42
+ }
43
+ .appbar .left,
44
+ .appbar .right { display: flex; align-items: center; gap: 36px; }
45
+ .appbar .left { flex: 1; }
46
+ .icon-btn svg { width: 42px; height: 42px; fill: #d6c9c0; }
47
+ .content {
48
+ position: absolute;
49
+ top: 194px;
50
+ left: 0;
51
+ width: 1080px;
52
+ height: calc(2400px - 194px);
53
+ overflow: hidden;
54
+ }
55
+
56
+ .field-row {
57
+ display: flex;
58
+ align-items: center;
59
+ padding: 26px 34px;
60
+ border-bottom: 1px solid #3b2f29;
61
+ font-size: 38px;
62
+ letter-spacing: 0.2px;
63
+ }
64
+ .label {
65
+ width: 140px;
66
+ color: #c6b7ad;
67
+ }
68
+ .value {
69
+ flex: 1;
70
+ color: #efe6de;
71
+ }
72
+ .caret { width: 34px; height: 34px; margin-left: 10px; }
73
+ .section-title {
74
+ color: #c6b7ad;
75
+ padding: 28px 34px 10px 34px;
76
+ font-size: 36px;
77
+ }
78
+ .message {
79
+ padding: 16px 34px 12px 34px;
80
+ font-size: 44px;
81
+ line-height: 1.26;
82
+ color: #fff;
83
+ letter-spacing: 0.2px;
84
+ }
85
+ .link-card {
86
+ margin: 22px 34px;
87
+ background: #ffffff;
88
+ color: #222;
89
+ border-radius: 16px;
90
+ overflow: hidden;
91
+ border: 1px solid #d3d3d3;
92
+ }
93
+ .link-inner {
94
+ display: flex;
95
+ align-items: stretch;
96
+ height: 340px;
97
+ }
98
+ .link-text {
99
+ flex: 1;
100
+ padding: 28px;
101
+ display: flex;
102
+ flex-direction: column;
103
+ justify-content: center;
104
+ gap: 18px;
105
+ }
106
+ .chip {
107
+ font-size: 34px;
108
+ color: #777;
109
+ }
110
+ .link-title {
111
+ font-size: 48px;
112
+ font-weight: bold;
113
+ color: #1a1a1a;
114
+ }
115
+ .link-image {
116
+ width: 280px;
117
+ background: #E0E0E0;
118
+ border-left: 1px solid #BDBDBD;
119
+ display: flex;
120
+ align-items: center;
121
+ justify-content: center;
122
+ color: #757575;
123
+ font-size: 28px;
124
+ text-align: center;
125
+ padding: 10px;
126
+ }
127
+
128
+ .attachment {
129
+ margin: 0 34px;
130
+ background: #3a2c23;
131
+ border-radius: 12px;
132
+ border: 1px solid #4a3b32;
133
+ display: flex;
134
+ align-items: center;
135
+ padding: 22px;
136
+ gap: 22px;
137
+ }
138
+ .thumb {
139
+ width: 72px;
140
+ height: 72px;
141
+ background: #E0E0E0;
142
+ border: 1px solid #BDBDBD;
143
+ display: flex;
144
+ align-items: center;
145
+ justify-content: center;
146
+ color: #757575;
147
+ font-size: 22px;
148
+ border-radius: 6px;
149
+ }
150
+ .file-info {
151
+ flex: 1;
152
+ color: #efe6de;
153
+ }
154
+ .file-name { font-size: 40px; }
155
+ .file-size { font-size: 30px; color: #c6b7ad; margin-top: 4px; }
156
+ .close-x {
157
+ width: 58px; height: 58px; border-radius: 50%;
158
+ display: flex; align-items: center; justify-content: center;
159
+ }
160
+ .close-x svg { width: 40px; height: 40px; fill: #e6d9cf; }
161
+
162
+ .nav-pill {
163
+ position: absolute;
164
+ bottom: 16px;
165
+ left: 50%;
166
+ transform: translateX(-50%);
167
+ width: 480px;
168
+ height: 10px;
169
+ background: #e9e7e6;
170
+ opacity: 0.9;
171
+ border-radius: 10px;
172
+ }
173
+
174
+ /* subtle separators spacing */
175
+ .spacer-8 { height: 8px; }
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">9:58</div>
184
+ <div class="status-icons">
185
+ <!-- signal -->
186
+ <svg viewBox="0 0 24 24"><path fill="#e8e0d9" d="M2 20h2v-2H2v2zm3-3h2v-4H5v4zm3-5h2V7H8v5zm3-6h2V3h-2v3zm3-3v14h2V3h-2zm3 6v8h2v-8h-2z"/></svg>
187
+ <!-- wifi -->
188
+ <svg viewBox="0 0 24 24"><path fill="#e8e0d9" d="M12 20.5l3-3-1.4-1.4L12 17.7l-1.6-1.6L9 17.5l3 3zM2 8.5l2 2c4.7-4.7 13.3-4.7 18 0l2-2C17.2 2.7 6.8 2.7 2 8.5zm4 4l2 2c3.1-3.1 6.9-3.1 10 0l2-2c-4-4-10-4-14 0z"/></svg>
189
+ <!-- battery -->
190
+ <svg viewBox="0 0 24 24"><path fill="#e8e0d9" d="M16 4h-1V2h-6v2H8C6.3 4 5 5.3 5 7v10c0 1.7 1.3 3 3 3h8c1.7 0 3-1.3 3-3V7c0-1.7-1.3-3-3-3zm1 13H7V7h10v10z"/></svg>
191
+ </div>
192
+ </div>
193
+
194
+ <!-- App Bar -->
195
+ <div class="appbar">
196
+ <div class="left">
197
+ <div class="icon-btn">
198
+ <!-- back arrow -->
199
+ <svg viewBox="0 0 24 24"><path d="M15.5 5l-7 7 7 7 1.5-1.5L11.5 12l5.5-5.5L15.5 5z"/></svg>
200
+ </div>
201
+ </div>
202
+ <div class="right">
203
+ <!-- attach -->
204
+ <div class="icon-btn">
205
+ <svg viewBox="0 0 24 24"><path d="M7 17a5 5 0 0 0 8.66 3.54l5.3-5.3-1.41-1.41-5.3 5.29A3 3 0 0 1 7 17V7a4 4 0 0 1 6.83-2.83l7.07 7.07 1.41-1.41L15.24 2.76A6 6 0 0 0 5 7v10z"/></svg>
206
+ </div>
207
+ <!-- send -->
208
+ <div class="icon-btn">
209
+ <svg viewBox="0 0 24 24"><path d="M2 21l21-9L2 3v7l15 2-15 2v7z"/></svg>
210
+ </div>
211
+ <!-- menu -->
212
+ <div class="icon-btn">
213
+ <svg viewBox="0 0 24 24"><path d="M5 6h14v2H5V6zm0 5h14v2H5v-2zm0 5h14v2H5v-2z"/></svg>
214
+ </div>
215
+ </div>
216
+ </div>
217
+
218
+ <!-- Content -->
219
+ <div class="content">
220
+ <!-- From -->
221
+ <div class="field-row">
222
+ <div class="label">From</div>
223
+ <div class="value">dbwscratch.test.id11@gmail.com</div>
224
+ <svg class="caret" viewBox="0 0 24 24"><path fill="#d6c9c0" d="M7 10l5 5 5-5z"/></svg>
225
+ </div>
226
+ <!-- To -->
227
+ <div class="field-row">
228
+ <div class="label">To</div>
229
+ <div class="value" style="color:#8f8178;"> </div>
230
+ <svg class="caret" viewBox="0 0 24 24"><path fill="#d6c9c0" d="M7 10l5 5 5-5z"/></svg>
231
+ </div>
232
+
233
+ <div class="section-title">Share to</div>
234
+
235
+ <div class="message">
236
+ I'm reading The catcher in the rye and highly recommend it! Join me in reading it!
237
+ http://wbnv.in/a/3egH37d
238
+ </div>
239
+
240
+ <!-- Link Preview -->
241
+ <div class="link-card">
242
+ <div class="link-inner">
243
+ <div class="link-text">
244
+ <div class="chip">Fantasy</div>
245
+ <div class="link-title">The catcher in the rye</div>
246
+ </div>
247
+ <div class="link-image">[IMG: Book Cover]</div>
248
+ </div>
249
+ </div>
250
+
251
+ <!-- Attachment -->
252
+ <div class="attachment">
253
+ <div class="thumb">IMG</div>
254
+ <div class="file-info">
255
+ <div class="file-name">1702528067738.png</div>
256
+ <div class="file-size">98 KB</div>
257
+ </div>
258
+ <div class="close-x">
259
+ <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.3 10.6 10.6 16.9 4.3z"/></svg>
260
+ </div>
261
+ </div>
262
+ </div>
263
+
264
+ <div class="nav-pill"></div>
265
+ </div>
266
+ </body>
267
+ </html>
code/16292/16292_9.html ADDED
@@ -0,0 +1,196 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Gmail Compose Dark Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ position: relative;
10
+ overflow: hidden;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ background: #140E0B; /* deep dark brown/black */
14
+ color: #ECECEC;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ height: 100px;
20
+ padding: 0 34px;
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ color: #F5F5F5;
25
+ font-size: 42px;
26
+ letter-spacing: 1px;
27
+ }
28
+ .status-icons {
29
+ display: flex;
30
+ align-items: center;
31
+ gap: 26px;
32
+ }
33
+ .icon { display: inline-flex; width: 56px; height: 56px; fill: #F0F0F0; }
34
+
35
+ /* App bar */
36
+ .app-bar {
37
+ height: 140px;
38
+ padding: 0 24px 0 14px;
39
+ display: flex;
40
+ align-items: center;
41
+ gap: 12px;
42
+ }
43
+ .app-title { flex: 1; }
44
+ .action-icons { display: flex; align-items: center; gap: 38px; }
45
+ .icon-btn { width: 72px; height: 72px; display: inline-flex; align-items: center; justify-content: center; }
46
+
47
+ /* Fields */
48
+ .fields {
49
+ padding: 10px 34px 0 34px;
50
+ }
51
+ .row {
52
+ display: grid;
53
+ grid-template-columns: 150px 1fr 60px;
54
+ align-items: center;
55
+ gap: 14px;
56
+ min-height: 115px;
57
+ border-bottom: 1px solid #2A221D;
58
+ }
59
+ .label {
60
+ color: #C9BFB8;
61
+ font-size: 38px;
62
+ }
63
+ .value {
64
+ font-size: 40px;
65
+ color: #F4F0EC;
66
+ white-space: nowrap;
67
+ overflow: hidden;
68
+ text-overflow: ellipsis;
69
+ }
70
+ .caret { width: 48px; height: 48px; fill: #D9D6D3; justify-self: end; }
71
+
72
+ /* Suggested contact card */
73
+ .contact-card {
74
+ margin: 24px 34px;
75
+ padding: 26px 20px;
76
+ border-radius: 18px;
77
+ background: rgba(255,255,255,0.02);
78
+ border: 1px solid #2A221D;
79
+ display: flex;
80
+ align-items: center;
81
+ gap: 28px;
82
+ }
83
+ .avatar {
84
+ width: 110px;
85
+ height: 110px;
86
+ border-radius: 55px;
87
+ background: #E0E0E0;
88
+ border: 1px solid #BDBDBD;
89
+ color: #757575;
90
+ font-size: 22px;
91
+ display: flex;
92
+ align-items: center;
93
+ justify-content: center;
94
+ text-align: center;
95
+ line-height: 1.1;
96
+ }
97
+ .contact-info {
98
+ display: flex;
99
+ flex-direction: column;
100
+ gap: 10px;
101
+ }
102
+ .contact-name {
103
+ font-size: 44px;
104
+ color: #FFFFFF;
105
+ }
106
+ .contact-sub {
107
+ font-size: 34px;
108
+ color: #C8C3BE;
109
+ }
110
+
111
+ /* Bottom gesture bar */
112
+ .gesture {
113
+ position: absolute;
114
+ left: 50%;
115
+ bottom: 30px;
116
+ transform: translateX(-50%);
117
+ width: 520px;
118
+ height: 12px;
119
+ border-radius: 8px;
120
+ background: #F2F2F2;
121
+ opacity: 0.9;
122
+ }
123
+ </style>
124
+ </head>
125
+ <body>
126
+ <div id="render-target">
127
+
128
+ <!-- Status bar -->
129
+ <div class="status-bar">
130
+ <div>10:00</div>
131
+ <div class="status-icons">
132
+ <!-- vibration icon -->
133
+ <svg class="icon" viewBox="0 0 24 24"><path d="M16 3H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H8V5h8v14zM1 8h2v8H1V8zm20 0h2v8h-2V8zM4 6h2v12H4V6zm14 0h2v12h-2V6z" /></svg>
134
+ <!-- wifi -->
135
+ <svg class="icon" viewBox="0 0 24 24"><path d="M12 18.5l2.5 2.5L12 24l-2.5-3 2.5-2.5zM2 9l2 2c4.9-4.9 12.9-4.9 17.8 0L24 9C17-1 7 0 2 9zm5 5l2 2c2.9-2.9 7.1-2.9 10 0l2-2c-4.1-4.1-9.9-4.1-14 0z" /></svg>
136
+ <!-- battery -->
137
+ <svg class="icon" viewBox="0 0 24 24"><path d="M17 6h2v12h-2V6zM3 7c0-1.1.9-2 2-2h9c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2V7zm2 0h9v10H5V7z"/></svg>
138
+ </div>
139
+ </div>
140
+
141
+ <!-- App bar -->
142
+ <div class="app-bar">
143
+ <!-- back arrow -->
144
+ <div class="icon-btn">
145
+ <svg class="icon" viewBox="0 0 24 24"><path d="M20 11H7.8l5.6-5.6L12 4 4 12l8 8 1.4-1.4L7.8 13H20v-2z"/></svg>
146
+ </div>
147
+ <div class="app-title"></div>
148
+ <div class="action-icons">
149
+ <!-- attach/paperclip -->
150
+ <div class="icon-btn">
151
+ <svg class="icon" viewBox="0 0 24 24"><path d="M7 13.5V7a5 5 0 0 1 10 0v7.5a3.5 3.5 0 1 1-7 0V8h2v6.5a1.5 1.5 0 1 0 3 0V7a3 3 0 0 0-6 0v6.5H7z"/></svg>
152
+ </div>
153
+ <!-- send -->
154
+ <div class="icon-btn">
155
+ <svg class="icon" viewBox="0 0 24 24"><path d="M2 21l20-9L2 3v7l14 2-14 2v7z"/></svg>
156
+ </div>
157
+ <!-- overflow -->
158
+ <div class="icon-btn">
159
+ <svg class="icon" viewBox="0 0 24 24"><circle cx="12" cy="5" r="2.2"/><circle cx="12" cy="12" r="2.2"/><circle cx="12" cy="19" r="2.2"/></svg>
160
+ </div>
161
+ </div>
162
+ </div>
163
+
164
+ <!-- Fields -->
165
+ <div class="fields">
166
+ <!-- From -->
167
+ <div class="row">
168
+ <div class="label">From</div>
169
+ <div class="value">dbwscratch.test.id11@gmail.com</div>
170
+ <svg class="caret" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5H7z"/></svg>
171
+ </div>
172
+
173
+ <!-- To -->
174
+ <div class="row">
175
+ <div class="label">To</div>
176
+ <div class="value">bianca.rossi1967@gmail.com</div>
177
+ <svg class="caret" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5H7z"/></svg>
178
+ </div>
179
+ </div>
180
+
181
+ <!-- Suggested contact card -->
182
+ <div class="contact-card">
183
+ <div class="avatar">[IMG: User Avatar]</div>
184
+ <div class="contact-info">
185
+ <div class="contact-name">bianca.rossi1967@gmail.com</div>
186
+ <div class="contact-sub">bianca.rossi1967@gmail.com</div>
187
+ </div>
188
+ </div>
189
+
190
+ <!-- big empty compose space is left intentionally -->
191
+
192
+ <!-- bottom gesture bar -->
193
+ <div class="gesture"></div>
194
+ </div>
195
+ </body>
196
+ </html>
code/16293/16293_0.html ADDED
@@ -0,0 +1,308 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Alarm UI 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: #1c1f24; color: #e9ecef;
13
+ font-family: "Roboto", system-ui, -apple-system, Segoe UI, Arial, sans-serif;
14
+ }
15
+
16
+ /* General */
17
+ .status-bar {
18
+ height: 96px;
19
+ padding: 28px 32px 0 32px;
20
+ color: #dfe3e8;
21
+ display: flex; align-items: center; justify-content: space-between;
22
+ font-size: 34px; letter-spacing: .5px;
23
+ }
24
+ .title {
25
+ font-size: 72px; font-weight: 500; color: #f1f3f5;
26
+ padding: 16px 36px 24px 36px;
27
+ }
28
+
29
+ .card {
30
+ width: 1008px;
31
+ margin: 0 36px 28px 36px;
32
+ background: #262a31;
33
+ border-radius: 36px;
34
+ box-shadow: 0 10px 30px rgba(0,0,0,.35);
35
+ position: relative;
36
+ padding: 34px 40px 38px 40px;
37
+ }
38
+ .card.compact { padding: 36px 40px; }
39
+ .card .corner-btn {
40
+ position: absolute; right: 22px; top: 18px;
41
+ width: 64px; height: 64px; border-radius: 50%;
42
+ background: #383c45; display: flex; align-items: center; justify-content: center;
43
+ }
44
+
45
+ .row {
46
+ display: flex; align-items: center; justify-content: space-between;
47
+ margin: 24px 0;
48
+ color: #cfd4da;
49
+ font-size: 36px;
50
+ }
51
+ .row .left { display: flex; align-items: center; gap: 26px; }
52
+ .muted { color: #9aa0a6; }
53
+ .time {
54
+ font-size: 140px; font-weight: 600; letter-spacing: 1px;
55
+ color: #c3c7cc;
56
+ display: flex; align-items: baseline; gap: 16px;
57
+ margin: 10px 0 16px 0;
58
+ }
59
+ .time small { font-size: 46px; color: #c3c7cc; font-weight: 500; }
60
+
61
+ /* Day selector */
62
+ .day-row {
63
+ display: flex; align-items: center; justify-content: space-between;
64
+ margin-top: 18px;
65
+ }
66
+ .days { display: flex; gap: 26px; }
67
+ .day {
68
+ width: 84px; height: 84px; border-radius: 50%;
69
+ border: 2px solid #5a606a; color: #adb5bd;
70
+ display: flex; align-items: center; justify-content: center;
71
+ font-size: 34px;
72
+ }
73
+
74
+ /* Simple switch */
75
+ .switch {
76
+ width: 152px; height: 72px; border-radius: 36px;
77
+ background: #3a3f49; position: relative;
78
+ }
79
+ .switch::after {
80
+ content: ""; width: 60px; height: 60px; border-radius: 50%;
81
+ background: #cdd2ff; position: absolute; top: 6px; left: 10px;
82
+ }
83
+ .switch.on { background: #7388ff; }
84
+ .switch.on::after { left: 82px; background: #eaf0ff; }
85
+
86
+ /* Right-side small action icons */
87
+ .circle-action {
88
+ width: 64px; height: 64px; border-radius: 50%;
89
+ border: 4px solid #b9c0cc; display: flex; align-items: center; justify-content: center;
90
+ color: #cfd6ff;
91
+ }
92
+ .check-badge {
93
+ width: 64px; height: 64px; border-radius: 50%;
94
+ background: #bfc9ff; display: flex; align-items: center; justify-content: center;
95
+ color: #2d3956;
96
+ }
97
+
98
+ /* Floating Action Button (large) */
99
+ .fab {
100
+ position: absolute; left: 50%; top: 1240px; transform: translate(-50%, -50%);
101
+ width: 300px; height: 300px; border-radius: 50%;
102
+ background: #b9c8ff; box-shadow: 0 20px 40px rgba(0,0,0,.5);
103
+ display: flex; align-items: center; justify-content: center;
104
+ color: #1b2436; font-size: 120px; font-weight: 500;
105
+ }
106
+
107
+ /* Bottom navigation */
108
+ .bottom-bar {
109
+ position: absolute; left: 0; bottom: 0; width: 100%; height: 220px;
110
+ background: #272c33; box-shadow: 0 -12px 24px rgba(0,0,0,.4);
111
+ padding-top: 24px;
112
+ }
113
+ .nav {
114
+ display: flex; justify-content: space-around; align-items: center;
115
+ color: #cfd4da; font-size: 30px;
116
+ }
117
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 16px; }
118
+ .nav-item .icon-wrap {
119
+ width: 120px; height: 92px; border-radius: 46px; background: transparent;
120
+ display: flex; align-items: center; justify-content: center;
121
+ }
122
+ .nav-item.active .icon-wrap { background: #343a43; }
123
+ .handle {
124
+ width: 320px; height: 14px; border-radius: 7px; background: #d7dae0;
125
+ opacity: .6; margin: 18px auto 10px auto;
126
+ }
127
+
128
+ /* Simple SVG icon defaults */
129
+ svg { width: 46px; height: 46px; fill: none; stroke: #cfd4da; stroke-width: 3; }
130
+ .icon-muted { stroke: #9aa0a6; }
131
+ </style>
132
+ </head>
133
+ <body>
134
+ <div id="render-target">
135
+
136
+ <!-- Status bar (mock) -->
137
+ <div class="status-bar">
138
+ <div>5:13</div>
139
+ <div style="display:flex; gap:26px;">
140
+ <!-- Timer icon -->
141
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="13" r="8"></circle><path d="M12 13l4 2"></path><path d="M9 2h6"></path></svg>
142
+ <!-- Mail icon -->
143
+ <svg viewBox="0 0 24 24"><rect x="3" y="5" width="18" height="14" rx="2"></rect><path d="M3 8l9 6 9-6"></path></svg>
144
+ <!-- Wifi -->
145
+ <svg viewBox="0 0 24 24"><path d="M2 8c5.5-4.3 14.5-4.3 20 0"></path><path d="M5 12c3.6-2.8 10.4-2.8 14 0"></path><path d="M8 16c1.8-1.4 6.2-1.4 8 0"></path><circle cx="12" cy="19" r="1.5" fill="#cfd4da" stroke="none"></circle></svg>
146
+ <!-- Battery -->
147
+ <svg viewBox="0 0 24 24"><rect x="3" y="6" width="16" height="12" rx="2"></rect><rect x="20" y="10" width="2" height="4"></rect><rect x="5" y="8" width="12" height="8" fill="#cfd4da" stroke="none"></rect></svg>
148
+ <!-- Menu dots -->
149
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="5" r="2" fill="#dfe3e8" stroke="none"></circle><circle cx="12" cy="12" r="2" fill="#dfe3e8" stroke="none"></circle><circle cx="12" cy="19" r="2" fill="#dfe3e8" stroke="none"></circle></svg>
150
+ </div>
151
+ </div>
152
+
153
+ <!-- Page title -->
154
+ <div class="title">Alarm</div>
155
+
156
+ <!-- First card (expanded) -->
157
+ <div class="card">
158
+ <div class="corner-btn">
159
+ <!-- Up chevron -->
160
+ <svg viewBox="0 0 24 24"><path d="M6 14l6-6 6 6"></path></svg>
161
+ </div>
162
+
163
+ <div class="row">
164
+ <div class="left">
165
+ <!-- Tag/label icon -->
166
+ <svg viewBox="0 0 24 24"><path d="M3 7v10l7 4 11-7V4H10z"></path><circle cx="7.5" cy="9" r="1.8"></circle></svg>
167
+ <span class="muted" style="font-size:38px;">Add label</span>
168
+ </div>
169
+ </div>
170
+
171
+ <div class="time">
172
+ <span>6:00</span><small>AM</small>
173
+ </div>
174
+
175
+ <div class="muted" style="font-size:38px;">Not scheduled</div>
176
+
177
+ <div class="day-row">
178
+ <div class="days">
179
+ <div class="day">S</div>
180
+ <div class="day">M</div>
181
+ <div class="day">T</div>
182
+ <div class="day">W</div>
183
+ <div class="day">T</div>
184
+ <div class="day">F</div>
185
+ <div class="day">S</div>
186
+ </div>
187
+ <div class="switch on"></div>
188
+ </div>
189
+
190
+ <!-- Schedule alarm -->
191
+ <div class="row">
192
+ <div class="left">
193
+ <svg viewBox="0 0 24 24"><rect x="3" y="5" width="18" height="16" rx="2"></rect><path d="M16 3v4"></path><path d="M8 3v4"></path><path d="M3 11h18"></path></svg>
194
+ <span>Schedule alarm</span>
195
+ </div>
196
+ <div class="circle-action">
197
+ <!-- Plus -->
198
+ <svg viewBox="0 0 24 24"><path d="M12 5v14"></path><path d="M5 12h14"></path></svg>
199
+ </div>
200
+ </div>
201
+
202
+ <!-- Default tone -->
203
+ <div class="row">
204
+ <div class="left">
205
+ <svg viewBox="0 0 24 24"><path d="M12 3v10"></path><circle cx="8" cy="17" r="3"></circle><circle cx="16" cy="17" r="3"></circle></svg>
206
+ <span>Default (Bright Morning)</span>
207
+ </div>
208
+ </div>
209
+
210
+ <!-- Vibrate -->
211
+ <div class="row">
212
+ <div class="left">
213
+ <svg viewBox="0 0 24 24"><rect x="9" y="6" width="6" height="12" rx="2"></rect><path d="M2 8l2 2-2 2 2 2-2 2"></path><path d="M22 8l-2 2 2 2-2 2 2 2"></path></svg>
214
+ <span>Vibrate</span>
215
+ </div>
216
+ <div class="check-badge">
217
+ <svg viewBox="0 0 24 24" style="stroke:#1b2436;"><path d="M5 13l4 4 10-10"></path></svg>
218
+ </div>
219
+ </div>
220
+
221
+ <!-- Google Assistant Routine -->
222
+ <div class="row">
223
+ <div class="left">
224
+ <svg viewBox="0 0 24 24"><circle cx="6" cy="14" r="2.4" fill="#cfd4da" stroke="none"></circle><circle cx="11.5" cy="9" r="3.2" fill="#cfd4da" stroke="none"></circle><circle cx="16.5" cy="16" r="2" fill="#cfd4da" stroke="none"></circle></svg>
225
+ <span>Google Assistant Routine</span>
226
+ </div>
227
+ <div class="circle-action">
228
+ <svg viewBox="0 0 24 24"><path d="M12 5v14"></path><path d="M5 12h14"></path></svg>
229
+ </div>
230
+ </div>
231
+
232
+ <!-- Delete -->
233
+ <div class="row" style="margin-bottom:0;">
234
+ <div class="left">
235
+ <svg viewBox="0 0 24 24"><path d="M3 7h18"></path><rect x="6" y="7" width="12" height="13" rx="2"></rect><path d="M10 11v6"></path><path d="M14 11v6"></path></svg>
236
+ <span>Delete</span>
237
+ </div>
238
+ </div>
239
+ </div>
240
+
241
+ <!-- Second card (compact) -->
242
+ <div class="card compact">
243
+ <div class="corner-btn">
244
+ <!-- Down chevron -->
245
+ <svg viewBox="0 0 24 24"><path d="M6 10l6 6 6-6"></path></svg>
246
+ </div>
247
+ <div class="time" style="margin:0 0 16px 0;">
248
+ <span>8:30</span><small>AM</small>
249
+ </div>
250
+ <div class="row" style="margin-top: 10px;">
251
+ <div class="muted">Mon, Tue, Wed, Thu, Fri</div>
252
+ <div class="switch"></div>
253
+ </div>
254
+ </div>
255
+
256
+ <!-- Floating action button -->
257
+ <div class="fab">+</div>
258
+
259
+ <!-- Third card (compact) -->
260
+ <div class="card compact" style="margin-top: 60px;">
261
+ <div class="corner-btn">
262
+ <svg viewBox="0 0 24 24"><path d="M6 10l6 6 6-6"></path></svg>
263
+ </div>
264
+ <div class="time" style="margin:0 0 6px 0;">
265
+ <span>9:00</span><small>AM</small>
266
+ </div>
267
+ </div>
268
+
269
+ <!-- Bottom navigation -->
270
+ <div class="bottom-bar">
271
+ <div class="nav">
272
+ <div class="nav-item active">
273
+ <div class="icon-wrap">
274
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="13" r="7"></circle><path d="M8 5h8"></path></svg>
275
+ </div>
276
+ <div>Alarm</div>
277
+ </div>
278
+ <div class="nav-item">
279
+ <div class="icon-wrap">
280
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9"></circle><path d="M12 7v5l4 2"></path></svg>
281
+ </div>
282
+ <div>Clock</div>
283
+ </div>
284
+ <div class="nav-item">
285
+ <div class="icon-wrap">
286
+ <svg viewBox="0 0 24 24"><path d="M6 3h12v6H6z"></path><path d="M12 9v12"></path></svg>
287
+ </div>
288
+ <div>Timer</div>
289
+ </div>
290
+ <div class="nav-item">
291
+ <div class="icon-wrap">
292
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9"></circle><path d="M12 3v6"></path><path d="M3 12h6"></path></svg>
293
+ </div>
294
+ <div>Stopwatch</div>
295
+ </div>
296
+ <div class="nav-item">
297
+ <div class="icon-wrap">
298
+ <svg viewBox="0 0 24 24"><path d="M4 6h16v12H4z"></path><path d="M7 10h10"></path><path d="M7 14h10"></path></svg>
299
+ </div>
300
+ <div>Bedtime</div>
301
+ </div>
302
+ </div>
303
+ <div class="handle"></div>
304
+ </div>
305
+
306
+ </div>
307
+ </body>
308
+ </html>
code/16293/16293_1.html ADDED
@@ -0,0 +1,297 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Alarm UI</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: #2D3036; color: #E9ECEF;
12
+ }
13
+
14
+ /* Top status area */
15
+ .statusbar {
16
+ position: absolute; top: 20px; left: 32px; right: 32px; height: 80px;
17
+ display: flex; align-items: center; justify-content: space-between; color: #F5F7FA;
18
+ font-size: 40px; letter-spacing: 1px;
19
+ }
20
+ .status-icons { display: flex; gap: 24px; align-items: center; }
21
+ .status-icons svg { width: 40px; height: 40px; fill: #F5F7FA; opacity: 0.9; }
22
+
23
+ /* Header */
24
+ .header {
25
+ position: absolute; top: 130px; left: 48px; right: 48px; height: 120px;
26
+ display: flex; align-items: center; justify-content: space-between;
27
+ }
28
+ .header .title { font-size: 88px; font-weight: 500; color: #FFFFFF; }
29
+ .kebab {
30
+ width: 80px; height: 80px; display: flex; align-items: center; justify-content: center;
31
+ }
32
+ .kebab svg { width: 24px; height: 24px; fill: #C7CDD6; }
33
+
34
+ /* Cards */
35
+ .card {
36
+ position: absolute; left: 32px; width: 1016px;
37
+ background: #1F2329; border-radius: 48px; box-shadow: 0 10px 24px rgba(0,0,0,0.35);
38
+ color: #D9DEE5;
39
+ }
40
+ .card .row { display: flex; align-items: center; justify-content: space-between; }
41
+ .label-row {
42
+ padding: 40px 48px 0 48px; font-size: 42px; color: #B6BDC7; gap: 20px;
43
+ }
44
+ .label-row .left { display: flex; align-items: center; gap: 20px; }
45
+ .chip-icon { width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; }
46
+ .chip-icon svg { width: 48px; height: 48px; fill: #ADB5C0; }
47
+
48
+ .chevron-pill {
49
+ width: 72px; height: 72px; border-radius: 36px; background: #353943;
50
+ display: flex; align-items: center; justify-content: center; margin-right: 24px;
51
+ }
52
+ .chevron-pill svg { width: 28px; height: 28px; fill: #C0C6D0; }
53
+
54
+ .time-row { padding: 12px 48px 0 48px; display: flex; align-items: baseline; gap: 20px; }
55
+ .time-row .time { font-size: 180px; font-weight: 500; letter-spacing: -4px; color: #E7EAEE; }
56
+ .time-row .ampm { font-size: 56px; color: #C7CDD6; }
57
+
58
+ .sub-row { padding: 10px 48px; font-size: 46px; color: #AEB6C1; display: flex; align-items: center; justify-content: space-between; }
59
+ .toggle {
60
+ width: 156px; height: 76px; border-radius: 38px; background: #515660; position: relative;
61
+ }
62
+ .toggle::after {
63
+ content: ""; position: absolute; width: 64px; height: 64px; border-radius: 32px; background: #DFE6FF;
64
+ right: 8px; top: 6px;
65
+ }
66
+ .toggle.on { background: #1E4E84; }
67
+ .toggle.on::after { background: #BFD0FF; left: 8px; right: auto; }
68
+
69
+ .days { padding: 22px 48px; display: flex; gap: 24px; align-items: center; }
70
+ .day {
71
+ width: 96px; height: 96px; border-radius: 48px; display: flex; align-items: center; justify-content: center;
72
+ font-size: 48px; color: #445066; background: #CBD6FF;
73
+ }
74
+ .day.outline {
75
+ background: transparent; color: #AEB6C1; border: 2px solid #586073;
76
+ }
77
+
78
+ .setting-list { padding: 24px 20px 40px 20px; }
79
+ .setting-item {
80
+ padding: 26px 28px; display: flex; align-items: center; justify-content: space-between; color: #E3E7ED;
81
+ border-radius: 20px;
82
+ }
83
+ .setting-item .left { display: flex; align-items: center; gap: 28px; font-size: 46px; }
84
+ .setting-item .left svg { width: 56px; height: 56px; fill: #C1C7D1; }
85
+ .setting-item .action-pill {
86
+ width: 64px; height: 64px; border-radius: 32px; border: 3px solid #C6CCDA; display: flex; align-items: center; justify-content: center;
87
+ }
88
+ .setting-item .action-pill svg { width: 28px; height: 28px; fill: #CDD3DF; }
89
+ .setting-item .check {
90
+ width: 64px; height: 64px; border-radius: 32px; background: #BFD0FF; display: flex; align-items: center; justify-content: center;
91
+ }
92
+ .setting-item .check svg { width: 28px; height: 28px; fill: #33496E; }
93
+
94
+ /* Second card overrides spacing */
95
+ .card.small .time-row .time { font-size: 162px; }
96
+ .card.small .sub-row { padding-bottom: 20px; }
97
+
98
+ /* Floating Action Button */
99
+ .fab {
100
+ position: absolute; left: 50%; transform: translateX(-50%);
101
+ bottom: 520px; width: 220px; height: 220px; border-radius: 110px;
102
+ background: #BFD0FF; display: flex; align-items: center; justify-content: center; box-shadow: 0 14px 28px rgba(0,0,0,0.4);
103
+ }
104
+ .fab svg { width: 64px; height: 64px; fill: #243B60; }
105
+
106
+ /* Bottom navigation */
107
+ .bottom-bar {
108
+ position: absolute; bottom: 0; left: 0; width: 1080px; height: 240px; background: #2A2D33;
109
+ border-top-left-radius: 36px; border-top-right-radius: 36px;
110
+ display: flex; align-items: center; justify-content: space-around; color: #C7CDD6;
111
+ }
112
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 18px; font-size: 36px; }
113
+ .nav-item svg { width: 54px; height: 54px; fill: #C7CDD6; }
114
+ .nav-item.active {
115
+ background: #3A3E47; padding: 20px 32px; border-radius: 48px;
116
+ color: #FFFFFF;
117
+ }
118
+ .nav-item.active svg { fill: #FFFFFF; }
119
+ .home-pill {
120
+ position: absolute; bottom: 252px; left: 50%; transform: translateX(-50%);
121
+ width: 360px; height: 14px; border-radius: 7px; background: #E7EAEE; opacity: 0.9;
122
+ }
123
+ </style>
124
+ </head>
125
+ <body>
126
+ <div id="render-target">
127
+
128
+ <!-- Status bar -->
129
+ <div class="statusbar">
130
+ <div>5:14</div>
131
+ <div class="status-icons">
132
+ <!-- Alarm icon -->
133
+ <svg viewBox="0 0 24 24"><path d="M7 3 3 6l1 1 4-3-1-1zm14 3-4-3-1 1 4 3 1-1zM12 5a8 8 0 1 0 0 16 8 8 0 0 0 0-16zm0 3a5 5 0 1 1 0 10 5 5 0 0 1 0-10zm-.5 2h1v4l3 2-.5.9-3.5-2.4V10z"/></svg>
134
+ <!-- Mail icon -->
135
+ <svg viewBox="0 0 24 24"><path d="M3 5h18v14H3V5zm2 2v10h14V7l-7 5-7-5z"/></svg>
136
+ <!-- WiFi -->
137
+ <svg viewBox="0 0 24 24"><path d="M12 18l2.5 2.5L12 23l-2.5-2.5L12 18zm-6.6-6.6C7.6 9.2 10 8.5 12 8.5s4.4.7 6.6 2.9l1.4-1.4C17.8 7.6 15 6.5 12 6.5s-5.8 1.1-8 3.5l1.4 1.4zM4.9 12.1C7 10.7 9.3 10 12 10s5 .7 7.1 2.1l1.4-1.4C18.2 8.8 15.3 8 12 8S5.8 8.8 3.5 10.7l1.4 1.4z"/></svg>
138
+ <!-- Battery -->
139
+ <svg viewBox="0 0 24 24"><path d="M16 4h2v2h2v12h-2v2h-2V4zM4 7h10v10H4V7z"/></svg>
140
+ </div>
141
+ </div>
142
+
143
+ <!-- Header -->
144
+ <div class="header">
145
+ <div class="title">Alarm</div>
146
+ <div class="kebab">
147
+ <svg viewBox="0 0 24 24"><path d="M12 5a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4z"/></svg>
148
+ </div>
149
+ </div>
150
+
151
+ <!-- First Alarm Card -->
152
+ <div class="card" style="top: 300px; height: 980px;">
153
+ <div class="row label-row">
154
+ <div class="left">
155
+ <span class="chip-icon">
156
+ <!-- Tag icon -->
157
+ <svg viewBox="0 0 24 24"><path d="M3 7v6l8 8 10-10-8-8H7L3 7zm4-2h4.6l6.4 6.4-8.6 8.6L5 13.6V5zM8.8 9.2a1.8 1.8 0 1 0 0-3.6 1.8 1.8 0 0 0 0 3.6z"/></svg>
158
+ </span>
159
+ <span>Add label</span>
160
+ </div>
161
+ <div class="chevron-pill">
162
+ <svg viewBox="0 0 24 24"><path d="M7 14l5-5 5 5H7z"/></svg>
163
+ </div>
164
+ </div>
165
+
166
+ <div class="time-row">
167
+ <div class="time">8:30</div>
168
+ <div class="ampm">AM</div>
169
+ </div>
170
+
171
+ <div class="sub-row">
172
+ <div>Mon, Tue, Wed, Thu, Fri</div>
173
+ <div class="toggle"></div>
174
+ </div>
175
+
176
+ <div class="days">
177
+ <div class="day outline">S</div>
178
+ <div class="day">M</div>
179
+ <div class="day">T</div>
180
+ <div class="day">W</div>
181
+ <div class="day">T</div>
182
+ <div class="day">F</div>
183
+ <div class="day outline">S</div>
184
+ </div>
185
+
186
+ <div class="setting-list">
187
+ <div class="setting-item">
188
+ <div class="left">
189
+ <!-- Pause icon -->
190
+ <svg viewBox="0 0 24 24"><path d="M8 5h3v14H8V5zm5 0h3v14h-3V5z"/></svg>
191
+ <span>Pause alarm</span>
192
+ </div>
193
+ <div class="action-pill">
194
+ <svg viewBox="0 0 24 24"><path d="M11 5h2v6h6v2h-6v6h-2v-6H5v-2h6V5z"/></svg>
195
+ </div>
196
+ </div>
197
+
198
+ <div class="setting-item">
199
+ <div class="left">
200
+ <!-- Bell icon -->
201
+ <svg viewBox="0 0 24 24"><path d="M12 22a2.5 2.5 0 0 0 2.5-2.5h-5A2.5 2.5 0 0 0 12 22zm6-6V11a6 6 0 1 0-12 0v5L4 17v2h16v-2l-2-1z"/></svg>
202
+ <span>Default (Bright Morning)</span>
203
+ </div>
204
+ </div>
205
+
206
+ <div class="setting-item">
207
+ <div class="left">
208
+ <!-- Vibrate icon -->
209
+ <svg viewBox="0 0 24 24"><path d="M7 7h10v10H7V7zm-3 2h2v6H4V9zm16 0h2v6h-2V9z"/></svg>
210
+ <span>Vibrate</span>
211
+ </div>
212
+ <div class="check">
213
+ <svg viewBox="0 0 24 24"><path d="M9 16.2l-3.5-3.5 1.4-1.4L9 13.4l8.1-8.1 1.4 1.4z"/></svg>
214
+ </div>
215
+ </div>
216
+
217
+ <div class="setting-item">
218
+ <div class="left">
219
+ <!-- Assistant dots -->
220
+ <svg viewBox="0 0 24 24"><path d="M6 12a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm6-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm6 10a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5zm-4 6a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z"/></svg>
221
+ <span>Google Assistant Routine</span>
222
+ </div>
223
+ <div class="action-pill">
224
+ <svg viewBox="0 0 24 24"><path d="M11 5h2v6h6v2h-6v6h-2v-6H5v-2h6V5z"/></svg>
225
+ </div>
226
+ </div>
227
+
228
+ <div class="setting-item">
229
+ <div class="left">
230
+ <!-- Trash icon -->
231
+ <svg viewBox="0 0 24 24"><path d="M9 3h6l1 2h4v2H4V5h4l1-2zm1 6h2v8h-2V9zm4 0h2v8h-2V9zM6 9h2v8H6V9z"/></svg>
232
+ <span>Delete</span>
233
+ </div>
234
+ </div>
235
+ </div>
236
+ </div>
237
+
238
+ <!-- Second Alarm Card -->
239
+ <div class="card small" style="top: 1320px; height: 520px;">
240
+ <div class="row" style="padding: 40px 48px 0 48px;">
241
+ <div style="width:1px;"></div>
242
+ <div class="chevron-pill">
243
+ <svg viewBox="0 0 24 24"><path d="M7 10l5 5 5-5H7z"/></svg>
244
+ </div>
245
+ </div>
246
+
247
+ <div class="time-row">
248
+ <div class="time">9:00</div>
249
+ <div class="ampm">AM</div>
250
+ </div>
251
+
252
+ <div class="sub-row">
253
+ <div>Sun, Sat</div>
254
+ <div class="toggle on"></div>
255
+ </div>
256
+ </div>
257
+
258
+ <!-- Floating action button -->
259
+ <div class="fab">
260
+ <svg viewBox="0 0 24 24"><path d="M11 5h2v14h-2V5zm-6 6h14v2H5v-2z"/></svg>
261
+ </div>
262
+
263
+ <!-- Bottom home pill -->
264
+ <div class="home-pill"></div>
265
+
266
+ <!-- Bottom navigation -->
267
+ <div class="bottom-bar">
268
+ <div class="nav-item active">
269
+ <!-- Alarm icon -->
270
+ <svg viewBox="0 0 24 24"><path d="M7 3 3 6l1 1 4-3-1-1zm14 3-4-3-1 1 4 3 1-1zM12 6a8 8 0 1 0 0 16 8 8 0 0 0 0-16zm0 4a5 5 0 1 1 0 10 5 5 0 0 1 0-10zm-.5 2h1v4l3 2-.5.9-3.5-2.4V12z"/></svg>
271
+ <div>Alarm</div>
272
+ </div>
273
+ <div class="nav-item">
274
+ <!-- Clock icon -->
275
+ <svg viewBox="0 0 24 24"><path d="M12 4a8 8 0 1 0 0 16 8 8 0 0 0 0-16zm1 4h-2v6l5 3 1-1-4-2V8z"/></svg>
276
+ <div>Clock</div>
277
+ </div>
278
+ <div class="nav-item">
279
+ <!-- Hourglass icon -->
280
+ <svg viewBox="0 0 24 24"><path d="M6 4h12v4l-4 4 4 4v4H6v-4l4-4-4-4V4zm2 2v1.2L10.8 10 8 12.8V16h8v-3.2L13.2 10 16 7.2V6H8z"/></svg>
281
+ <div>Timer</div>
282
+ </div>
283
+ <div class="nav-item">
284
+ <!-- Stopwatch icon -->
285
+ <svg viewBox="0 0 24 24"><path d="M9 2h6v2H9V2zm9.3 4.7 1.4 1.4-1.8 1.8A9 9 0 1 1 5.1 6.9L3.3 5.1l1.4-1.4 1.8 1.8A9 9 0 0 1 18.3 6.7zM12 8h1v5h-1l-3 2-.6-.8 2.6-1.7V8z"/></svg>
286
+ <div>Stopwatch</div>
287
+ </div>
288
+ <div class="nav-item">
289
+ <!-- Bed icon -->
290
+ <svg viewBox="0 0 24 24"><path d="M3 8h6a3 3 0 0 1 3 3v4h9v3h-2v-1H5v1H3V8zm2 5h9v-2a1 1 0 0 0-1-1H5v3z"/></svg>
291
+ <div>Bedtime</div>
292
+ </div>
293
+ </div>
294
+
295
+ </div>
296
+ </body>
297
+ </html>
code/16293/16293_2.html ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>Alarm 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: #121212; color: #ECECEC; border-radius: 0;
11
+ }
12
+
13
+ /* Status bar */
14
+ .status-bar {
15
+ position: absolute; top: 0; left: 0; width: 100%; height: 120px;
16
+ padding: 32px 40px; box-sizing: border-box;
17
+ display: flex; align-items: center; justify-content: space-between;
18
+ color: #EAEAEA; font-size: 44px; font-weight: 500;
19
+ }
20
+ .status-icons { display: flex; gap: 26px; align-items: center; }
21
+ .status-icon svg { width: 44px; height: 44px; fill: #DADADA; }
22
+
23
+ /* Header */
24
+ .header { position: absolute; top: 150px; left: 60px; font-size: 84px; font-weight: 500; color: #F1F1F1; }
25
+
26
+ /* Vertical menu (three dots) */
27
+ .vertical-menu { position: absolute; top: 160px; right: 40px; width: 20px; display: flex; gap: 8px; flex-direction: column; align-items: center; }
28
+ .vertical-menu span { width: 10px; height: 10px; background: #9AA0A6; border-radius: 50%; }
29
+
30
+ /* Alarm cards */
31
+ .card {
32
+ position: absolute; left: 60px; width: 960px; height: 360px;
33
+ background: #1F2125; border-radius: 40px;
34
+ color: #D8D8D8; box-shadow: 0 2px 0 rgba(0,0,0,0.25) inset;
35
+ }
36
+ .card:first-of-type { top: 260px; }
37
+ .card:nth-of-type(2) { top: 670px; }
38
+ .card .inner { padding: 50px 60px; }
39
+ .time-row { display: flex; align-items: flex-end; gap: 24px; }
40
+ .time { font-size: 160px; font-weight: 700; line-height: 1; color: #F5F5F5; letter-spacing: 2px; }
41
+ .am { font-size: 48px; font-weight: 600; margin-bottom: 22px; color: #BFC4CF; }
42
+ .schedule { margin-top: 24px; font-size: 48px; color: #9AA0A6; }
43
+
44
+ .chevron {
45
+ position: absolute; right: 40px; top: 40px; width: 74px; height: 74px;
46
+ border-radius: 37px; background: #3A3D44;
47
+ display: flex; align-items: center; justify-content: center;
48
+ }
49
+ .chevron svg { width: 34px; height: 34px; fill: #BFC4CF; }
50
+
51
+ .toggle {
52
+ position: absolute; right: 40px; bottom: 40px;
53
+ width: 220px; height: 96px; border-radius: 48px;
54
+ background: #3A3D44; display: flex; align-items: center; justify-content: flex-start; padding: 10px;
55
+ }
56
+ .toggle .knob { width: 76px; height: 76px; background: #C9D2FF; border-radius: 50%; margin-left: 12px; }
57
+ .toggle.on { background: #264D86; }
58
+ .toggle.on .knob { margin-left: 132px; background: #D8E0FF; }
59
+
60
+ /* Floating Action Button */
61
+ .fab {
62
+ position: absolute; left: 50%; bottom: 350px; transform: translateX(-50%);
63
+ width: 280px; height: 280px; background: #BBD0FF; border-radius: 50%;
64
+ display: flex; align-items: center; justify-content: center;
65
+ box-shadow: 0 10px 30px rgba(0,0,0,0.45);
66
+ }
67
+ .fab span { font-size: 120px; color: #1E2A3A; margin-top: -8px; }
68
+
69
+ /* Home indicator */
70
+ .home-indicator {
71
+ position: absolute; bottom: 280px; left: 50%; transform: translateX(-50%);
72
+ width: 340px; height: 16px; background: #E9E9E9; border-radius: 10px; opacity: 0.85;
73
+ }
74
+
75
+ /* Bottom navigation */
76
+ .bottom-nav {
77
+ position: absolute; bottom: 0; left: 0; width: 100%; height: 260px;
78
+ background: #1F2126; box-shadow: 0 -6px 12px rgba(0,0,0,0.35);
79
+ display: flex; flex-direction: column; align-items: center; justify-content: center;
80
+ }
81
+ .nav-items { display: flex; justify-content: space-around; width: 100%; padding: 40px 40px 20px; box-sizing: border-box; }
82
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 16px; color: #C9CCD3; font-size: 38px; }
83
+ .nav-icon { width: 98px; height: 98px; border-radius: 36px; background: transparent; display: flex; align-items: center; justify-content: center; }
84
+ .nav-item.active .nav-icon { background: #30343B; }
85
+ .nav-item.active .label { color: #E6E8EF; }
86
+ .nav-icon svg { width: 64px; height: 64px; fill: #C9CCD3; }
87
+ </style>
88
+ </head>
89
+ <body>
90
+ <div id="render-target">
91
+
92
+ <!-- Status bar -->
93
+ <div class="status-bar">
94
+ <div style="display:flex; align-items:center; gap:20px;">
95
+ <div>5:14</div>
96
+ <div class="status-icons">
97
+ <span class="status-icon">
98
+ <!-- simple clock/bell icon -->
99
+ <svg viewBox="0 0 24 24">
100
+ <path d="M12 4a8 8 0 1 0 0 16 8 8 0 0 0 0-16zm0 2a6 6 0 1 1 0 12A6 6 0 0 1 12 6zm0 3a1 1 0 0 1 1 1v4l3 2a1 1 0 0 1-1.1 1.7l-3.4-2.3A1 1 0 0 1 11 14V10a1 1 0 0 1 1-1z"/>
101
+ </svg>
102
+ </span>
103
+ <span class="status-icon">
104
+ <!-- minimal notification icon -->
105
+ <svg viewBox="0 0 24 24"><path d="M12 3l6 6H6l6-6zm-6 12l6 6 6-6H6z"/></svg>
106
+ </span>
107
+ </div>
108
+ </div>
109
+ <div class="status-icons">
110
+ <span class="status-icon">
111
+ <!-- wifi icon -->
112
+ <svg viewBox="0 0 24 24"><path d="M12 20c-4 0-7-3-7-7h2c0 2.8 2.2 5 5 5s5-2.2 5-5h2c0 4-3 7-7 7zm7-7c0-4.4-3.6-8-8-8S3 8.6 3 13H1c0-6 5-11 11-11s11 5 11 11h-2z"/></svg>
113
+ </span>
114
+ <span class="status-icon">
115
+ <!-- battery icon -->
116
+ <svg viewBox="0 0 24 24"><path d="M17 6V4a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v2H5v14h14V6h-2zm-8 0V5h6v1H9zm10 2v10H5V8h14z"/></svg>
117
+ </span>
118
+ </div>
119
+ </div>
120
+
121
+ <!-- Header -->
122
+ <div class="header">Alarm</div>
123
+
124
+ <!-- First alarm card (off) -->
125
+ <div class="card off">
126
+ <div class="inner">
127
+ <div class="time-row">
128
+ <div class="time">6:00</div>
129
+ <div class="am">AM</div>
130
+ </div>
131
+ <div class="schedule">Not scheduled</div>
132
+ </div>
133
+ <div class="chevron">
134
+ <svg viewBox="0 0 24 24"><path d="M7 9l5 5 5-5z"/></svg>
135
+ </div>
136
+ <div class="toggle">
137
+ <div class="knob"></div>
138
+ </div>
139
+ </div>
140
+
141
+ <!-- Second alarm card (on) -->
142
+ <div class="card on" style="top:680px;">
143
+ <div class="inner">
144
+ <div class="time-row">
145
+ <div class="time">9:00</div>
146
+ <div class="am">AM</div>
147
+ </div>
148
+ <div class="schedule">Sun, Sat</div>
149
+ </div>
150
+ <div class="chevron">
151
+ <svg viewBox="0 0 24 24"><path d="M7 9l5 5 5-5z"/></svg>
152
+ </div>
153
+ <div class="toggle on">
154
+ <div class="knob"></div>
155
+ </div>
156
+ </div>
157
+
158
+ <!-- Floating action button -->
159
+ <div class="fab"><span>+</span></div>
160
+
161
+ <!-- Home indicator -->
162
+ <div class="home-indicator"></div>
163
+
164
+ <!-- Bottom navigation -->
165
+ <div class="bottom-nav">
166
+ <div class="nav-items">
167
+ <div class="nav-item active">
168
+ <div class="nav-icon">
169
+ <!-- alarm icon -->
170
+ <svg viewBox="0 0 24 24"><path d="M7 4l2-2 3 3 3-3 2 2-3 3h-4L7 4zm12 8a7 7 0 1 1-14 0 7 7 0 0 1 14 0zm-7-4a4 4 0 0 0 0 8 4 4 0 0 0 0-8z"/></svg>
171
+ </div>
172
+ <div class="label">Alarm</div>
173
+ </div>
174
+ <div class="nav-item">
175
+ <div class="nav-icon">
176
+ <!-- clock icon -->
177
+ <svg viewBox="0 0 24 24"><path d="M12 3a9 9 0 1 0 0 18 9 9 0 0 0 0-18zm1 9V6h-2v7h6v-2h-4z"/></svg>
178
+ </div>
179
+ <div class="label">Clock</div>
180
+ </div>
181
+ <div class="nav-item">
182
+ <div class="nav-icon">
183
+ <!-- hourglass icon -->
184
+ <svg viewBox="0 0 24 24"><path d="M7 2h10l2 6H5l2-6zm0 8h10v12H7V10z"/></svg>
185
+ </div>
186
+ <div class="label">Timer</div>
187
+ </div>
188
+ <div class="nav-item">
189
+ <div class="nav-icon">
190
+ <!-- stopwatch icon -->
191
+ <svg viewBox="0 0 24 24"><path d="M16 4h-3V2h-2v2H8v2h8V4zm-4 3a8 8 0 1 0 .001 16.001A8 8 0 0 0 12 7zm0 3a5 5 0 1 1 0 10 5 5 0 0 1 0-10z"/></svg>
192
+ </div>
193
+ <div class="label">Stopwatch</div>
194
+ </div>
195
+ <div class="nav-item">
196
+ <div class="nav-icon">
197
+ <!-- bed icon -->
198
+ <svg viewBox="0 0 24 24"><path d="M3 12h14a3 3 0 0 1 3 3v5H3v-8zm14-5a3 3 0 1 1 0 6H3V7h14z"/></svg>
199
+ </div>
200
+ <div class="label">Bedtime</div>
201
+ </div>
202
+ </div>
203
+ </div>
204
+
205
+ </div>
206
+ </body>
207
+ </html>
code/16295/16295_0.html ADDED
@@ -0,0 +1,274 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Recorder Plus UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #ffffff;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ height: 100px;
18
+ padding: 0 32px;
19
+ display: flex;
20
+ align-items: center;
21
+ justify-content: space-between;
22
+ color: #222;
23
+ font-size: 38px;
24
+ }
25
+ .status-left { display: flex; align-items: center; gap: 24px; }
26
+ .status-right { display: flex; align-items: center; gap: 22px; }
27
+ .icon { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; }
28
+
29
+ /* Ad banner */
30
+ .ad-banner {
31
+ margin: 6px 24px 0 24px;
32
+ height: 220px;
33
+ border: 1px solid #D0D0D0;
34
+ border-radius: 12px;
35
+ background: #F7F7F7;
36
+ display: flex;
37
+ align-items: center;
38
+ padding: 16px;
39
+ gap: 22px;
40
+ }
41
+ .ad-image {
42
+ width: 460px;
43
+ height: 188px;
44
+ background: #E0E0E0;
45
+ border: 1px solid #BDBDBD;
46
+ color: #757575;
47
+ display: flex;
48
+ align-items: center;
49
+ justify-content: center;
50
+ font-size: 30px;
51
+ }
52
+ .ad-content { flex: 1; height: 100%; display: flex; align-items: center; justify-content: space-between; }
53
+ .ad-text {
54
+ display: flex;
55
+ flex-direction: column;
56
+ gap: 10px;
57
+ }
58
+ .ad-title { font-size: 42px; color: #111; font-weight: bold; }
59
+ .ad-sub { font-size: 32px; color: #555; }
60
+ .ad-btn {
61
+ background: #0AA062;
62
+ color: #fff;
63
+ font-weight: bold;
64
+ padding: 26px 42px;
65
+ border-radius: 48px;
66
+ font-size: 36px;
67
+ }
68
+
69
+ /* App header */
70
+ .app-header {
71
+ height: 120px;
72
+ padding: 0 24px;
73
+ display: flex;
74
+ align-items: center;
75
+ justify-content: space-between;
76
+ }
77
+ .left-group { display: flex; align-items: center; gap: 26px; }
78
+ .app-title {
79
+ font-size: 52px;
80
+ font-weight: 800;
81
+ letter-spacing: 1px;
82
+ color: #222;
83
+ }
84
+ .app-title .plus { color: #FF4E1F; margin-left: 12px; }
85
+
86
+ /* List item */
87
+ .list {
88
+ margin-top: 8px;
89
+ border-top: 1px solid #EAEAEA;
90
+ }
91
+ .item {
92
+ height: 160px;
93
+ display: flex;
94
+ align-items: center;
95
+ padding: 0 24px;
96
+ border-bottom: 1px solid #EFEFEF;
97
+ }
98
+ .play-circle {
99
+ width: 92px; height: 92px; border-radius: 50%;
100
+ background: #FF5B30;
101
+ display: flex; align-items: center; justify-content: center;
102
+ margin-right: 26px;
103
+ }
104
+ .item-content { display: flex; align-items: center; justify-content: space-between; flex: 1; }
105
+ .titles { display: flex; flex-direction: column; }
106
+ .title { font-size: 46px; color: #222; font-weight: 600; }
107
+ .subtitle { font-size: 34px; color: #666; margin-top: 6px; }
108
+ .duration { font-size: 40px; color: #666; margin-right: 18px; }
109
+
110
+ /* Empty list area placeholder (just spacing) */
111
+ .content-area {
112
+ height: 1480px; /* remaining scrollable white area */
113
+ }
114
+
115
+ /* Record button */
116
+ .record-container {
117
+ position: absolute;
118
+ bottom: 190px;
119
+ left: 0; right: 0;
120
+ display: flex; justify-content: center; align-items: center;
121
+ }
122
+ .record-ring {
123
+ width: 200px; height: 200px; border-radius: 50%;
124
+ background: #ffffff;
125
+ box-shadow: 0 0 0 6px #EDEDED inset;
126
+ display: flex; align-items: center; justify-content: center;
127
+ }
128
+ .record-dot {
129
+ width: 120px; height: 120px; border-radius: 50%;
130
+ background: #FF3B1F;
131
+ }
132
+
133
+ /* Home indicator bar */
134
+ .home-indicator {
135
+ position: absolute;
136
+ bottom: 90px;
137
+ left: 50%;
138
+ transform: translateX(-50%);
139
+ width: 520px;
140
+ height: 14px;
141
+ background: #8E8E8E;
142
+ border-radius: 10px;
143
+ opacity: 0.6;
144
+ }
145
+
146
+ /* Simple icon styles for three-dot and search etc */
147
+ .header-icons { display: flex; align-items: center; gap: 26px; }
148
+ </style>
149
+ </head>
150
+ <body>
151
+ <div id="render-target">
152
+
153
+ <!-- Status Bar -->
154
+ <div class="status-bar">
155
+ <div class="status-left">
156
+ <div>8:17</div>
157
+ <!-- small status dots to mimic screenshot -->
158
+ <div class="icon">
159
+ <svg width="36" height="36" viewBox="0 0 24 24">
160
+ <circle cx="12" cy="12" r="3" fill="#444"></circle>
161
+ </svg>
162
+ </div>
163
+ <div class="icon">
164
+ <svg width="36" height="36" viewBox="0 0 24 24">
165
+ <rect x="4" y="10" width="4" height="8" fill="#444"></rect>
166
+ <rect x="10" y="8" width="4" height="10" fill="#444"></rect>
167
+ <rect x="16" y="6" width="4" height="12" fill="#444"></rect>
168
+ </svg>
169
+ </div>
170
+ <div class="icon">
171
+ <svg width="36" height="36" viewBox="0 0 24 24">
172
+ <path d="M2 18c4-6 16-6 20 0" stroke="#444" stroke-width="2" fill="none" />
173
+ <path d="M6 14c3-3 9-3 12 0" stroke="#444" stroke-width="2" fill="none" />
174
+ <circle cx="12" cy="10" r="1.2" fill="#444"></circle>
175
+ </svg>
176
+ </div>
177
+ </div>
178
+ <div class="status-right">
179
+ <div class="icon">
180
+ <svg width="36" height="36" viewBox="0 0 24 24">
181
+ <path d="M3 7h14v10H3z" fill="#444"></path>
182
+ <rect x="17" y="10" width="4" height="4" fill="#444"></rect>
183
+ </svg>
184
+ </div>
185
+ </div>
186
+ </div>
187
+
188
+ <!-- Ad Banner -->
189
+ <div class="ad-banner">
190
+ <div class="ad-image">[IMG: Booking.com Ad]</div>
191
+ <div class="ad-content">
192
+ <div class="ad-text">
193
+ <div class="ad-title">Booking.com</div>
194
+ <div class="ad-sub">4.7 ★ FREE</div>
195
+ </div>
196
+ <div class="ad-btn">Open</div>
197
+ </div>
198
+ </div>
199
+
200
+ <!-- App Header -->
201
+ <div class="app-header">
202
+ <div class="left-group">
203
+ <!-- Hamburger Menu -->
204
+ <div class="icon">
205
+ <svg width="48" height="48" viewBox="0 0 24 24">
206
+ <rect x="3" y="5" width="18" height="2" fill="#333"></rect>
207
+ <rect x="3" y="11" width="18" height="2" fill="#333"></rect>
208
+ <rect x="3" y="17" width="18" height="2" fill="#333"></rect>
209
+ </svg>
210
+ </div>
211
+ <div class="app-title">RECORDER <span class="plus">PLUS</span></div>
212
+ </div>
213
+ <div class="header-icons">
214
+ <!-- Search -->
215
+ <div class="icon">
216
+ <svg width="48" height="48" viewBox="0 0 24 24">
217
+ <circle cx="10" cy="10" r="6" stroke="#333" stroke-width="2" fill="none"></circle>
218
+ <line x1="15" y1="15" x2="21" y2="21" stroke="#333" stroke-width="2"></line>
219
+ </svg>
220
+ </div>
221
+ <!-- Kebab menu -->
222
+ <div class="icon">
223
+ <svg width="48" height="48" viewBox="0 0 24 24">
224
+ <circle cx="12" cy="5" r="2" fill="#333"></circle>
225
+ <circle cx="12" cy="12" r="2" fill="#333"></circle>
226
+ <circle cx="12" cy="19" r="2" fill="#333"></circle>
227
+ </svg>
228
+ </div>
229
+ </div>
230
+ </div>
231
+
232
+ <!-- List -->
233
+ <div class="list">
234
+ <div class="item">
235
+ <div class="play-circle">
236
+ <svg width="48" height="48" viewBox="0 0 24 24">
237
+ <polygon points="8,5 20,12 8,19" fill="#fff"></polygon>
238
+ </svg>
239
+ </div>
240
+ <div class="item-content">
241
+ <div class="titles">
242
+ <div class="title">Mike</div>
243
+ <div class="subtitle">Jul 05, 16:15</div>
244
+ </div>
245
+ <div style="display:flex; align-items:center; gap:24px;">
246
+ <div class="duration">00:21</div>
247
+ <div class="icon">
248
+ <svg width="42" height="42" viewBox="0 0 24 24">
249
+ <circle cx="12" cy="5" r="2" fill="#777"></circle>
250
+ <circle cx="12" cy="12" r="2" fill="#777"></circle>
251
+ <circle cx="12" cy="19" r="2" fill="#777"></circle>
252
+ </svg>
253
+ </div>
254
+ </div>
255
+ </div>
256
+ </div>
257
+ </div>
258
+
259
+ <!-- Large empty area -->
260
+ <div class="content-area"></div>
261
+
262
+ <!-- Record Button -->
263
+ <div class="record-container">
264
+ <div class="record-ring">
265
+ <div class="record-dot"></div>
266
+ </div>
267
+ </div>
268
+
269
+ <!-- Home Indicator -->
270
+ <div class="home-indicator"></div>
271
+
272
+ </div>
273
+ </body>
274
+ </html>
code/16295/16295_1.html ADDED
@@ -0,0 +1,336 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Recorder UI Mock</title>
5
+ <style>
6
+ body {
7
+ margin: 0;
8
+ padding: 0;
9
+ background: transparent;
10
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
11
+ color: #EDEFF3;
12
+ }
13
+ #render-target {
14
+ width: 1080px;
15
+ height: 2400px;
16
+ position: relative;
17
+ overflow: hidden;
18
+ background: #111317;
19
+ }
20
+
21
+ /* Status bar */
22
+ .status-bar {
23
+ position: absolute;
24
+ top: 0;
25
+ left: 0;
26
+ width: 1080px;
27
+ height: 120px;
28
+ color: #dfe3ea;
29
+ padding: 0 40px;
30
+ box-sizing: border-box;
31
+ display: flex;
32
+ align-items: center;
33
+ justify-content: space-between;
34
+ }
35
+ .status-left {
36
+ display: flex;
37
+ align-items: center;
38
+ gap: 26px;
39
+ font-weight: 600;
40
+ font-size: 44px;
41
+ }
42
+ .status-icons {
43
+ display: flex;
44
+ align-items: center;
45
+ gap: 22px;
46
+ }
47
+ .status-dot {
48
+ width: 34px;
49
+ height: 34px;
50
+ background: #cfd3da;
51
+ border-radius: 8px;
52
+ }
53
+ .status-right {
54
+ display: flex;
55
+ align-items: center;
56
+ gap: 28px;
57
+ }
58
+ .icon {
59
+ width: 50px;
60
+ height: 50px;
61
+ fill: #dfe3ea;
62
+ }
63
+ .battery {
64
+ width: 70px;
65
+ height: 46px;
66
+ position: relative;
67
+ }
68
+ .battery .body {
69
+ width: 58px;
70
+ height: 32px;
71
+ border: 4px solid #dfe3ea;
72
+ border-radius: 6px;
73
+ box-sizing: border-box;
74
+ }
75
+ .battery .cap {
76
+ position: absolute;
77
+ right: -10px;
78
+ top: 12px;
79
+ width: 10px;
80
+ height: 16px;
81
+ background: #dfe3ea;
82
+ border-radius: 3px;
83
+ }
84
+ .battery .level {
85
+ position: absolute;
86
+ left: 6px;
87
+ top: 8px;
88
+ height: 20px;
89
+ width: 36px;
90
+ background: #dfe3ea;
91
+ border-radius: 3px;
92
+ }
93
+
94
+ /* Search bar */
95
+ .search-wrap {
96
+ position: absolute;
97
+ top: 160px;
98
+ left: 46px;
99
+ width: 988px;
100
+ height: 100px;
101
+ display: flex;
102
+ align-items: center;
103
+ justify-content: space-between;
104
+ }
105
+ .search {
106
+ display: flex;
107
+ align-items: center;
108
+ gap: 24px;
109
+ color: #cdd2db;
110
+ font-size: 46px;
111
+ font-weight: 500;
112
+ }
113
+ .search svg {
114
+ width: 60px;
115
+ height: 60px;
116
+ fill: none;
117
+ stroke: #cdd2db;
118
+ stroke-width: 6px;
119
+ }
120
+ .profile {
121
+ width: 72px;
122
+ height: 72px;
123
+ border: 6px solid #aab1bf;
124
+ border-radius: 50%;
125
+ box-sizing: border-box;
126
+ }
127
+
128
+ /* Section title */
129
+ .section-title {
130
+ position: absolute;
131
+ top: 300px;
132
+ left: 46px;
133
+ font-size: 76px;
134
+ font-weight: 700;
135
+ letter-spacing: 0.5px;
136
+ color: #e9edf4;
137
+ }
138
+
139
+ /* Cards */
140
+ .card {
141
+ position: absolute;
142
+ left: 46px;
143
+ width: 988px;
144
+ height: 360px;
145
+ background: #1a1d23;
146
+ border-radius: 48px;
147
+ box-shadow: 0 10px 20px rgba(0,0,0,0.35);
148
+ padding: 44px 48px;
149
+ box-sizing: border-box;
150
+ color: #f3f6fb;
151
+ }
152
+ .card .title-row {
153
+ display: flex;
154
+ align-items: center;
155
+ justify-content: space-between;
156
+ }
157
+ .card .title {
158
+ font-size: 58px;
159
+ font-weight: 700;
160
+ }
161
+ .card .play {
162
+ width: 64px;
163
+ height: 64px;
164
+ margin-right: 6px;
165
+ fill: #cfd5e0;
166
+ }
167
+ .card .meta-row {
168
+ margin-top: 18px;
169
+ display: flex;
170
+ align-items: center;
171
+ justify-content: space-between;
172
+ color: #aab0bd;
173
+ font-size: 40px;
174
+ }
175
+
176
+ .progress {
177
+ position: absolute;
178
+ left: 48px;
179
+ right: 48px;
180
+ bottom: 44px;
181
+ height: 16px;
182
+ background: #5c616b;
183
+ border-radius: 12px;
184
+ overflow: hidden;
185
+ }
186
+ .progress .fill {
187
+ height: 100%;
188
+ background: #6ea3ff;
189
+ border-radius: 12px;
190
+ width: 50%;
191
+ }
192
+
193
+ /* Record button */
194
+ .record-btn {
195
+ position: absolute;
196
+ bottom: 270px;
197
+ left: 50%;
198
+ transform: translateX(-50%);
199
+ width: 330px;
200
+ height: 330px;
201
+ background: #f26d62;
202
+ border-radius: 50%;
203
+ box-shadow: 0 18px 40px rgba(0,0,0,0.45);
204
+ display: flex;
205
+ align-items: center;
206
+ justify-content: center;
207
+ }
208
+ .record-btn .dot {
209
+ width: 110px;
210
+ height: 110px;
211
+ background: #6b1411;
212
+ border-radius: 50%;
213
+ }
214
+
215
+ /* Home bar */
216
+ .home-bar {
217
+ position: absolute;
218
+ bottom: 80px;
219
+ left: 50%;
220
+ transform: translateX(-50%);
221
+ width: 520px;
222
+ height: 16px;
223
+ background: #cfd2d7;
224
+ border-radius: 10px;
225
+ opacity: 0.65;
226
+ }
227
+ </style>
228
+ </head>
229
+ <body>
230
+ <div id="render-target">
231
+
232
+ <!-- Status bar -->
233
+ <div class="status-bar">
234
+ <div class="status-left">
235
+ <div>8:18</div>
236
+ <div class="status-icons">
237
+ <div class="status-dot"></div>
238
+ <div class="status-dot"></div>
239
+ <div class="status-dot" style="border-radius:50%;"></div>
240
+ <div class="status-dot" style="width:34px;height:34px;border-radius:50%;"></div>
241
+ </div>
242
+ </div>
243
+ <div class="status-right">
244
+ <!-- Wi‑Fi icon -->
245
+ <svg class="icon" viewBox="0 0 24 24">
246
+ <path d="M12 18.5c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2z"></path>
247
+ <path d="M2 9c5.5-4.5 14.5-4.5 20 0" fill="none" stroke="#dfe3ea" stroke-width="2.2" stroke-linecap="round"></path>
248
+ <path d="M5 12.2c4-3 10-3 14 0" fill="none" stroke="#dfe3ea" stroke-width="2.2" stroke-linecap="round"></path>
249
+ <path d="M8 15.5c2.5-1.8 5.5-1.8 8 0" fill="none" stroke="#dfe3ea" stroke-width="2.2" stroke-linecap="round"></path>
250
+ </svg>
251
+ <!-- Battery icon -->
252
+ <div class="battery">
253
+ <div class="body"></div>
254
+ <div class="cap"></div>
255
+ <div class="level"></div>
256
+ </div>
257
+ </div>
258
+ </div>
259
+
260
+ <!-- Search -->
261
+ <div class="search-wrap">
262
+ <div class="search">
263
+ <svg viewBox="0 0 24 24">
264
+ <circle cx="10" cy="10" r="7.5"></circle>
265
+ <line x1="16" y1="16" x2="22" y2="22"></line>
266
+ </svg>
267
+ <span>Search your recordings</span>
268
+ </div>
269
+ <div class="profile"></div>
270
+ </div>
271
+
272
+ <!-- Section -->
273
+ <div class="section-title">July</div>
274
+
275
+ <!-- Card 1 -->
276
+ <div class="card" style="top: 390px;">
277
+ <div class="title-row">
278
+ <div class="title">John</div>
279
+ <svg class="play" viewBox="0 0 24 24">
280
+ <polygon points="6,4 20,12 6,20"></polygon>
281
+ </svg>
282
+ </div>
283
+ <div class="meta-row">
284
+ <div>Jul 5</div>
285
+ <div>00:30</div>
286
+ </div>
287
+ <div class="progress">
288
+ <div class="fill" style="width: 96%;"></div>
289
+ </div>
290
+ </div>
291
+
292
+ <!-- Card 2 -->
293
+ <div class="card" style="top: 790px;">
294
+ <div class="title-row">
295
+ <div class="title">Wednesday at 12:07 PM</div>
296
+ <svg class="play" viewBox="0 0 24 24">
297
+ <polygon points="6,4 20,12 6,20"></polygon>
298
+ </svg>
299
+ </div>
300
+ <div class="meta-row">
301
+ <div>Jul 5</div>
302
+ <div>00:12</div>
303
+ </div>
304
+ <div class="progress">
305
+ <div class="fill" style="width: 58%;"></div>
306
+ </div>
307
+ </div>
308
+
309
+ <!-- Card 3 -->
310
+ <div class="card" style="top: 1190px;">
311
+ <div class="title-row">
312
+ <div class="title">Wednesday at 12:06 PM</div>
313
+ <svg class="play" viewBox="0 0 24 24">
314
+ <polygon points="6,4 20,12 6,20"></polygon>
315
+ </svg>
316
+ </div>
317
+ <div class="meta-row">
318
+ <div>Jul 5</div>
319
+ <div>00:06</div>
320
+ </div>
321
+ <div class="progress">
322
+ <div class="fill" style="width: 92%;"></div>
323
+ </div>
324
+ </div>
325
+
326
+ <!-- Record button -->
327
+ <div class="record-btn">
328
+ <div class="dot"></div>
329
+ </div>
330
+
331
+ <!-- Home bar -->
332
+ <div class="home-bar"></div>
333
+
334
+ </div>
335
+ </body>
336
+ </html>
code/16295/16295_2.html ADDED
@@ -0,0 +1,236 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Audio UI Mock</title>
5
+ <style>
6
+ body { margin:0; padding:0; background:transparent; }
7
+ #render-target {
8
+ width:1080px; height:2400px;
9
+ position:relative; overflow:hidden;
10
+ background:#0F1115; color:#EAEAEA;
11
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
12
+ }
13
+
14
+ /* Status bar */
15
+ .statusbar {
16
+ position:absolute; top:0; left:0; width:100%; height:120px;
17
+ padding:24px 32px;
18
+ display:flex; align-items:center; justify-content:space-between;
19
+ color:#fff; font-weight:600; font-size:44px;
20
+ opacity:.95;
21
+ }
22
+ .sb-icons { display:flex; align-items:center; gap:28px; }
23
+ .sb-icon { width:42px; height:42px; opacity:.85; }
24
+ /* Simple wifi, battery */
25
+ .battery { width:56px; height:32px; border:3px solid #ddd; border-radius:6px; position:relative; }
26
+ .battery::after { content:""; position:absolute; right:-10px; top:8px; width:8px; height:16px; background:#ddd; border-radius:2px; }
27
+ .battery .level { position:absolute; left:4px; top:4px; height:20px; width:36px; background:#ddd; border-radius:3px; }
28
+
29
+ /* Top toolbar */
30
+ .toolbar {
31
+ position:absolute; top:120px; left:0; width:100%; height:96px;
32
+ display:flex; align-items:center; justify-content:space-between;
33
+ padding:0 32px; color:#cfd2da;
34
+ }
35
+ .toolbar-right { display:flex; align-items:center; gap:44px; }
36
+ .icon-btn { width:72px; height:72px; display:flex; align-items:center; justify-content:center; }
37
+ .icon-btn svg { width:44px; height:44px; fill:#cfd2da; }
38
+
39
+ /* Main card */
40
+ .card {
41
+ position:absolute; left:24px; top:220px;
42
+ width:1032px; height:1520px;
43
+ background:#191B22; border-radius:60px;
44
+ box-sizing:border-box; padding:60px;
45
+ }
46
+ .title { font-size:84px; font-weight:700; color:#e6e8ef; margin-bottom:24px; }
47
+ .subtitle { font-size:36px; color:#aab0bb; }
48
+
49
+ /* Waveform region */
50
+ .wave-region {
51
+ position:absolute; left:60px; right:60px; top:380px; bottom:80px;
52
+ border-radius:18px;
53
+ }
54
+ .wave-center-line {
55
+ position:absolute; left:300px; top:40px; bottom:40px; width:4px;
56
+ background:#5679B7; opacity:.9;
57
+ }
58
+ .bars { position:absolute; left:320px; right:0; top:200px; height:420px; display:flex; align-items:flex-end; gap:18px; }
59
+ .bar { width:16px; background:#5679B7; border-radius:8px; opacity:.95; }
60
+ .bar:nth-child(1){ height:90px; }
61
+ .bar:nth-child(2){ height:120px; }
62
+ .bar:nth-child(3){ height:180px; }
63
+ .bar:nth-child(4){ height:140px; }
64
+ .bar:nth-child(5){ height:210px; }
65
+ .bar:nth-child(6){ height:260px; }
66
+ .bar:nth-child(7){ height:220px; }
67
+ .bar:nth-child(8){ height:280px; }
68
+ .bar:nth-child(9){ height:180px; }
69
+ .bar:nth-child(10){ height:240px; }
70
+ .bar:nth-child(11){ height:160px; }
71
+ .bar:nth-child(12){ height:210px; }
72
+
73
+ /* Tabs */
74
+ .tabs {
75
+ position:absolute; left:0; right:0; top:1780px;
76
+ display:flex; justify-content:center; gap:28px;
77
+ }
78
+ .pill {
79
+ display:inline-flex; align-items:center; gap:16px;
80
+ padding:18px 36px; border-radius:60px;
81
+ background:#262B33; color:#e9ebf2; font-size:40px; font-weight:600;
82
+ }
83
+ .pill.active { background:#3A3F51; color:#ffffff; }
84
+ .pill svg { width:40px; height:40px; fill:#cfd2da; }
85
+
86
+ /* Slider & times */
87
+ .slider-wrap { position:absolute; left:40px; right:40px; top:1920px; }
88
+ .slider-line {
89
+ position:relative; height:10px; background:#394154; border-radius:6px;
90
+ }
91
+ .slider-line::before {
92
+ content:""; position:absolute; left:0; top:-10px; width:24px; height:24px;
93
+ background:#cfd2ff; border-radius:50%;
94
+ box-shadow:0 0 0 4px rgba(145,157,255,0.25);
95
+ }
96
+ .time-row { display:flex; justify-content:space-between; margin-top:18px; font-size:40px; color:#b6bac5; }
97
+
98
+ /* Controls */
99
+ .controls { position:absolute; top:2040px; left:0; right:0; display:flex; justify-content:center; align-items:center; gap:90px; }
100
+ .circle-btn {
101
+ width:220px; height:220px; border-radius:50%; display:flex; align-items:center; justify-content:center;
102
+ background:#1E242D;
103
+ }
104
+ .circle-btn.small { width:190px; height:190px; }
105
+ .circle-btn.primary { background:#d6d4f5; color:#1c1e26; }
106
+ .circle-btn svg { width:80px; height:80px; }
107
+ .circle-label { position:absolute; font-size:34px; color:#c9ceda; margin-top:160px; }
108
+
109
+ /* Bottom gesture bar */
110
+ .gesture {
111
+ position:absolute; bottom:38px; left:50%; transform:translateX(-50%);
112
+ width:230px; height:8px; border-radius:6px; background:#C9CAD0; opacity:.7;
113
+ }
114
+ </style>
115
+ </head>
116
+ <body>
117
+ <div id="render-target">
118
+
119
+ <!-- Status bar -->
120
+ <div class="statusbar">
121
+ <div>8:19</div>
122
+ <div class="sb-icons">
123
+ <svg class="sb-icon" viewBox="0 0 24 24">
124
+ <path d="M2 18l7-7 5 5 4-4 4 4v2H2z"></path>
125
+ </svg>
126
+ <div class="battery">
127
+ <div class="level"></div>
128
+ </div>
129
+ </div>
130
+ </div>
131
+
132
+ <!-- Top toolbar -->
133
+ <div class="toolbar">
134
+ <div class="icon-btn">
135
+ <svg viewBox="0 0 24 24">
136
+ <path d="M15 18l-6-6 6-6" stroke="#cfd2da" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
137
+ </svg>
138
+ </div>
139
+ <div class="toolbar-right">
140
+ <div class="icon-btn">
141
+ <!-- Share -->
142
+ <svg viewBox="0 0 24 24">
143
+ <path d="M18 8a3 3 0 1 0-2.9-3.5L7.4 8.3A3 3 0 0 0 6 8a3 3 0 0 0 1.4 2.6l7.8 3.8A3 3 0 1 0 16 18a3 3 0 0 0-1.6-2.7L6.6 11A3 3 0 0 0 6 10.9" fill="#cfd2da"></path>
144
+ </svg>
145
+ </div>
146
+ <div class="icon-btn">
147
+ <!-- Scissors -->
148
+ <svg viewBox="0 0 24 24">
149
+ <circle cx="6" cy="6" r="3"></circle>
150
+ <circle cx="6" cy="18" r="3"></circle>
151
+ <path d="M9 7l12 6-12 6" fill="none" stroke="#cfd2da" stroke-width="2" stroke-linecap="round"></path>
152
+ </svg>
153
+ </div>
154
+ <div class="icon-btn">
155
+ <!-- Search -->
156
+ <svg viewBox="0 0 24 24">
157
+ <circle cx="11" cy="11" r="7" stroke="#cfd2da" stroke-width="2" fill="none"></circle>
158
+ <path d="M20 20l-4-4" stroke="#cfd2da" stroke-width="2" stroke-linecap="round"></path>
159
+ </svg>
160
+ </div>
161
+ <div class="icon-btn">
162
+ <!-- More (vertical dots) -->
163
+ <svg viewBox="0 0 24 24">
164
+ <circle cx="12" cy="5" r="2"></circle>
165
+ <circle cx="12" cy="12" r="2"></circle>
166
+ <circle cx="12" cy="19" r="2"></circle>
167
+ </svg>
168
+ </div>
169
+ </div>
170
+ </div>
171
+
172
+ <!-- Main card -->
173
+ <div class="card">
174
+ <div class="title">John</div>
175
+ <div class="subtitle">Wed, Jul 5 • 4:05 PM</div>
176
+
177
+ <div class="wave-region">
178
+ <div class="wave-center-line"></div>
179
+ <div class="bars">
180
+ <div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div>
181
+ <div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div>
182
+ <div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div>
183
+ </div>
184
+ </div>
185
+ </div>
186
+
187
+ <!-- Tabs -->
188
+ <div class="tabs">
189
+ <div class="pill active">
190
+ <svg viewBox="0 0 24 24">
191
+ <path d="M3 17h2V7H3v10zm4 0h2V10H7v7zm4 0h2V12h-2v5zm4 0h2V9h-2v8zm4 0h2V5h-2v12z"></path>
192
+ </svg>
193
+ <span>Audio</span>
194
+ </div>
195
+ <div class="pill">
196
+ <svg viewBox="0 0 24 24">
197
+ <path d="M4 6h16v2H4zm0 5h16v2H4zm0 5h10v2H4z"></path>
198
+ </svg>
199
+ <span>Transcript</span>
200
+ </div>
201
+ </div>
202
+
203
+ <!-- Slider -->
204
+ <div class="slider-wrap">
205
+ <div class="slider-line"></div>
206
+ <div class="time-row">
207
+ <span>00:00</span>
208
+ <span>-00:30</span>
209
+ </div>
210
+ </div>
211
+
212
+ <!-- Controls -->
213
+ <div class="controls">
214
+ <div class="circle-btn small">
215
+ <svg viewBox="0 0 24 24">
216
+ <path d="M15 6v12l-8-6 8-6z" fill="#cfd2da"></path>
217
+ </svg>
218
+ </div>
219
+ <div class="circle-btn primary">
220
+ <svg viewBox="0 0 24 24">
221
+ <path d="M8 5l12 7-12 7V5z" fill="#1c1e26"></path>
222
+ </svg>
223
+ </div>
224
+ <div class="circle-btn small">
225
+ <svg viewBox="0 0 24 24">
226
+ <path d="M9 6v12l8-6-8-6z" fill="#cfd2da"></path>
227
+ </svg>
228
+ </div>
229
+ </div>
230
+
231
+ <!-- Gesture bar -->
232
+ <div class="gesture"></div>
233
+
234
+ </div>
235
+ </body>
236
+ </html>
code/16295/16295_3.html ADDED
@@ -0,0 +1,370 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Mobile UI Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: "Roboto", Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #121212;
14
+ color: #ECECEC;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 110px;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ padding: 0 36px;
28
+ box-sizing: border-box;
29
+ color: #EAEAEA;
30
+ font-size: 40px;
31
+ letter-spacing: 0.5px;
32
+ }
33
+ .status-right {
34
+ display: flex;
35
+ align-items: center;
36
+ gap: 26px;
37
+ }
38
+ .sb-icon { width: 40px; height: 40px; opacity: 0.85; }
39
+ .battery {
40
+ width: 60px; height: 28px; border: 2px solid #EAEAEA; border-radius: 6px; position: relative;
41
+ }
42
+ .battery::after { content: ""; position: absolute; right: -8px; top: 8px; width: 6px; height: 12px; background: #EAEAEA; border-radius: 2px; }
43
+ .battery .level { position: absolute; left: 4px; top: 4px; height: 18px; width: 44px; background: #EAEAEA; border-radius: 3px; }
44
+
45
+ /* Header row */
46
+ .header {
47
+ position: absolute;
48
+ top: 120px;
49
+ left: 0;
50
+ width: 1080px;
51
+ height: 120px;
52
+ display: flex;
53
+ align-items: center;
54
+ justify-content: space-between;
55
+ padding: 0 28px;
56
+ box-sizing: border-box;
57
+ }
58
+ .header-left { display: flex; align-items: center; gap: 16px; }
59
+ .icon-btn {
60
+ width: 72px;
61
+ height: 72px;
62
+ border-radius: 36px;
63
+ display: grid;
64
+ place-items: center;
65
+ color: #EAEAEA;
66
+ }
67
+ .header-right { display: flex; align-items: center; gap: 40px; }
68
+
69
+ /* Title card (left edge of recording card) */
70
+ .title-card {
71
+ position: absolute;
72
+ top: 260px;
73
+ left: 16px;
74
+ width: 720px;
75
+ height: 260px;
76
+ background: #1C1C1C;
77
+ border-radius: 56px;
78
+ padding: 40px 50px;
79
+ box-sizing: border-box;
80
+ box-shadow: 0 20px 40px rgba(0,0,0,0.35);
81
+ }
82
+ .title-card .title { font-size: 88px; font-weight: 600; margin-bottom: 10px; }
83
+ .title-card .subtitle { font-size: 36px; color: #B9B9B9; }
84
+
85
+ /* Overflow menu panel */
86
+ .menu-panel {
87
+ position: absolute;
88
+ top: 250px;
89
+ right: 60px;
90
+ width: 820px;
91
+ background: #3A3A43;
92
+ border-radius: 60px;
93
+ padding: 54px 64px;
94
+ box-sizing: border-box;
95
+ box-shadow: 0 30px 80px rgba(0,0,0,0.55);
96
+ }
97
+ .menu-item {
98
+ font-size: 44px;
99
+ color: #FFFFFF;
100
+ padding: 34px 0;
101
+ border-bottom: 1px solid rgba(255,255,255,0.08);
102
+ }
103
+ .menu-item:last-child { border-bottom: none; }
104
+ .dim-note { color: #C6C6C6; }
105
+
106
+ /* Waveform area */
107
+ .wave-area {
108
+ position: absolute;
109
+ top: 620px;
110
+ left: 28px;
111
+ width: 1024px;
112
+ height: 1000px;
113
+ background: #16161A;
114
+ border-radius: 60px;
115
+ overflow: hidden;
116
+ box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04);
117
+ }
118
+ .center-line {
119
+ position: absolute;
120
+ left: 540px;
121
+ top: 0;
122
+ width: 4px;
123
+ height: 100%;
124
+ background: #4A88FF;
125
+ }
126
+ .wave-bars {
127
+ position: absolute;
128
+ right: 50px;
129
+ bottom: 160px;
130
+ display: flex;
131
+ gap: 16px;
132
+ align-items: flex-end;
133
+ }
134
+ .bar {
135
+ width: 22px;
136
+ background: #6C7A92;
137
+ border-radius: 8px;
138
+ }
139
+
140
+ /* Bottom segmented tabs */
141
+ .bottom-tabs {
142
+ position: absolute;
143
+ top: 1650px;
144
+ left: 140px;
145
+ width: 800px;
146
+ height: 120px;
147
+ background: #1E1E24;
148
+ border-radius: 80px;
149
+ display: flex;
150
+ align-items: center;
151
+ justify-content: space-between;
152
+ padding: 8px;
153
+ box-sizing: border-box;
154
+ }
155
+ .tab {
156
+ flex: 1;
157
+ height: 104px;
158
+ border-radius: 70px;
159
+ display: flex;
160
+ align-items: center;
161
+ justify-content: center;
162
+ gap: 18px;
163
+ font-size: 44px;
164
+ color: #DCDCDC;
165
+ }
166
+ .tab.active { background: #2C2C33; font-weight: 600; }
167
+ .eq-icon {
168
+ width: 36px; height: 36px; border-radius: 8px;
169
+ display: grid; place-items: center;
170
+ }
171
+ .eq-icon div { width: 22px; height: 22px; border-left: 4px solid #BEBEBE; border-right: 4px solid #BEBEBE; position: relative; }
172
+ .eq-icon div::after { content: ""; position: absolute; left: 8px; top: -6px; height: 34px; border-left: 4px solid #BEBEBE; }
173
+
174
+ /* Progress slider */
175
+ .progress {
176
+ position: absolute;
177
+ top: 1810px;
178
+ left: 40px;
179
+ width: 1000px;
180
+ height: 16px;
181
+ background: #2E2E34;
182
+ border-radius: 8px;
183
+ }
184
+ .progress::before {
185
+ content: "";
186
+ position: absolute;
187
+ left: 0;
188
+ top: -16px;
189
+ width: 28px;
190
+ height: 28px;
191
+ background: #CAC0F2;
192
+ border-radius: 50%;
193
+ box-shadow: 0 0 0 6px rgba(202,192,242,0.25);
194
+ }
195
+ .time-left, .time-right {
196
+ position: absolute; top: 1868px; font-size: 40px; color: #D2D2D2;
197
+ }
198
+ .time-left { left: 40px; }
199
+ .time-right { right: 40px; }
200
+
201
+ /* Playback controls */
202
+ .controls {
203
+ position: absolute;
204
+ top: 1980px;
205
+ left: 0;
206
+ width: 1080px;
207
+ display: flex;
208
+ align-items: center;
209
+ justify-content: center;
210
+ gap: 140px;
211
+ }
212
+ .ctrl {
213
+ width: 220px; height: 220px; border-radius: 110px;
214
+ background: #23232A;
215
+ display: grid; place-items: center;
216
+ box-shadow: 0 12px 30px rgba(0,0,0,0.35);
217
+ }
218
+ .ctrl.play {
219
+ width: 270px; height: 270px; border-radius: 135px;
220
+ background: #D8D6F5;
221
+ color: #1B1B21;
222
+ }
223
+ .ctrl svg { width: 120px; height: 120px; }
224
+
225
+ /* Gesture bar */
226
+ .gesture {
227
+ position: absolute;
228
+ bottom: 60px;
229
+ left: 50%;
230
+ transform: translateX(-50%);
231
+ width: 500px; height: 12px; background: #E1E1E1; border-radius: 8px; opacity: 0.7;
232
+ }
233
+ </style>
234
+ </head>
235
+ <body>
236
+ <div id="render-target">
237
+
238
+ <!-- Status Bar -->
239
+ <div class="status-bar">
240
+ <div>8:21</div>
241
+ <div class="status-right">
242
+ <svg class="sb-icon" viewBox="0 0 24 24">
243
+ <path fill="#EAEAEA" d="M4 12h16v2H4zM7 8h10v2H7z"/>
244
+ </svg>
245
+ <svg class="sb-icon" viewBox="0 0 24 24">
246
+ <path fill="#EAEAEA" d="M2 18h20v2H2zM6 14h12v2H6zM10 10h4v2h-4z"/>
247
+ </svg>
248
+ <div class="battery"><div class="level"></div></div>
249
+ </div>
250
+ </div>
251
+
252
+ <!-- Header with back and actions -->
253
+ <div class="header">
254
+ <div class="header-left">
255
+ <div class="icon-btn">
256
+ <svg width="52" height="52" viewBox="0 0 24 24">
257
+ <path fill="#EAEAEA" d="M15.5 5l-7 7 7 7 1.5-1.5L11 12l6-6z"></path>
258
+ </svg>
259
+ </div>
260
+ </div>
261
+ <div class="header-right">
262
+ <div class="icon-btn">
263
+ <svg width="52" height="52" viewBox="0 0 24 24">
264
+ <path fill="#EAEAEA" d="M18 8l-6-6v4H6v4h6v4zM6 16h12v2H6z"></path>
265
+ </svg>
266
+ </div>
267
+ <div class="icon-btn">
268
+ <svg width="52" height="52" viewBox="0 0 24 24">
269
+ <path fill="#EAEAEA" d="M4 12h16v2H4zM12 4h2v16h-2z"></path>
270
+ </svg>
271
+ </div>
272
+ <div class="icon-btn">
273
+ <svg width="52" height="52" viewBox="0 0 24 24">
274
+ <circle cx="10" cy="10" r="6" stroke="#EAEAEA" stroke-width="2" fill="none"></circle>
275
+ <path d="M15 15l5 5" stroke="#EAEAEA" stroke-width="2" fill="none" stroke-linecap="round"></path>
276
+ </svg>
277
+ </div>
278
+ <div class="icon-btn">
279
+ <svg width="52" height="52" viewBox="0 0 24 24">
280
+ <circle cx="12" cy="5" r="2" fill="#EAEAEA"></circle>
281
+ <circle cx="12" cy="12" r="2" fill="#EAEAEA"></circle>
282
+ <circle cx="12" cy="19" r="2" fill="#EAEAEA"></circle>
283
+ </svg>
284
+ </div>
285
+ </div>
286
+ </div>
287
+
288
+ <!-- Title card -->
289
+ <div class="title-card">
290
+ <div class="title">John</div>
291
+ <div class="subtitle">Wed, Jul 5 • 4…</div>
292
+ </div>
293
+
294
+ <!-- Menu overlay -->
295
+ <div class="menu-panel">
296
+ <div class="menu-item">Create video clip</div>
297
+ <div class="menu-item">Copy transcript to Google Docs</div>
298
+ <div class="menu-item">Playback Speed · <span class="dim-note">1×</span></div>
299
+ <div class="menu-item">Rename</div>
300
+ <div class="menu-item">Delete</div>
301
+ </div>
302
+
303
+ <!-- Waveform area -->
304
+ <div class="wave-area">
305
+ <div class="center-line"></div>
306
+
307
+ <!-- sparse bars near the right -->
308
+ <div class="wave-bars">
309
+ <div class="bar" style="height:80px;"></div>
310
+ <div class="bar" style="height:140px;"></div>
311
+ <div class="bar" style="height:200px;"></div>
312
+ <div class="bar" style="height:160px;"></div>
313
+ <div class="bar" style="height:220px;"></div>
314
+ <div class="bar" style="height:180px;"></div>
315
+ <div class="bar" style="height:90px;"></div>
316
+ <div class="bar" style="height:180px;"></div>
317
+ <div class="bar" style="height:210px;"></div>
318
+ <div class="bar" style="height:120px;"></div>
319
+ <div class="bar" style="height:160px;"></div>
320
+ <div class="bar" style="height:130px;"></div>
321
+ <div class="bar" style="height:190px;"></div>
322
+ <div class="bar" style="height:160px;"></div>
323
+ </div>
324
+ </div>
325
+
326
+ <!-- Bottom tabs -->
327
+ <div class="bottom-tabs">
328
+ <div class="tab active">
329
+ <div class="eq-icon"><div></div></div>
330
+ <span>Audio</span>
331
+ </div>
332
+ <div class="tab">
333
+ <svg width="42" height="42" viewBox="0 0 24 24">
334
+ <path fill="#CFCFCF" d="M4 6h16v2H4zm0 5h10v2H4zm0 5h14v2H4z"/>
335
+ </svg>
336
+ <span>Transcript</span>
337
+ </div>
338
+ </div>
339
+
340
+ <!-- Progress slider and time -->
341
+ <div class="progress"></div>
342
+ <div class="time-left">00:00</div>
343
+ <div class="time-right">-00:30</div>
344
+
345
+ <!-- Controls -->
346
+ <div class="controls">
347
+ <div class="ctrl">
348
+ <svg viewBox="0 0 24 24">
349
+ <path fill="#CFCFF0" d="M12 4a8 8 0 1 0 0 16h-2l3-3-1.4-1.4-1.6 1.6A6 6 0 1 1 12 6v2l3-3-3-3z"></path>
350
+ <text x="12" y="20" text-anchor="middle" font-size="8" fill="#CFCFF0" font-family="Arial" font-weight="700">5</text>
351
+ </svg>
352
+ </div>
353
+ <div class="ctrl play">
354
+ <svg viewBox="0 0 24 24">
355
+ <path fill="#1C1C23" d="M8 5v14l11-7z"></path>
356
+ </svg>
357
+ </div>
358
+ <div class="ctrl">
359
+ <svg viewBox="0 0 24 24">
360
+ <path fill="#CFCFF0" d="M12 4a8 8 0 1 0 0 16h2l-3-3 1.4-1.4 1.6 1.6A6 6 0 1 1 12 6v2l-3-3 3-3z"></path>
361
+ <text x="12" y="20" text-anchor="middle" font-size="8" fill="#CFCFF0" font-family="Arial" font-weight="700">10</text>
362
+ </svg>
363
+ </div>
364
+ </div>
365
+
366
+ <!-- Gesture bar -->
367
+ <div class="gesture"></div>
368
+ </div>
369
+ </body>
370
+ </html>