yhzheng1031 commited on
Commit
4b2ca48
·
verified ·
1 Parent(s): bbf0a23

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/4708/4708_19.html +259 -0
  2. code/4708/4708_20.html +217 -0
  3. code/4708/4708_21.html +272 -0
  4. code/4708/4708_22.html +261 -0
  5. code/4708/4708_23.html +199 -0
  6. code/4708/4708_3.html +251 -0
  7. code/4708/4708_4.html +291 -0
  8. code/4708/4708_5.html +298 -0
  9. code/4708/4708_6.html +165 -0
  10. code/4708/4708_7.html +190 -0
  11. code/4708/4708_8.html +327 -0
  12. code/4708/4708_9.html +191 -0
  13. code/471/471_0.html +339 -0
  14. code/471/471_1.html +230 -0
  15. code/471/471_2.html +316 -0
  16. code/471/471_3.html +183 -0
  17. code/471/471_4.html +177 -0
  18. code/471/471_5.html +221 -0
  19. code/471/471_6.html +266 -0
  20. code/471/471_7.html +257 -0
  21. code/471/471_8.html +180 -0
  22. code/4712/4712_0.html +486 -0
  23. code/4712/4712_1.html +295 -0
  24. code/4712/4712_2.html +362 -0
  25. code/4712/4712_3.html +326 -0
  26. code/4712/4712_4.html +287 -0
  27. code/4712/4712_5.html +215 -0
  28. code/4714/4714_0.html +479 -0
  29. code/4714/4714_1.html +268 -0
  30. code/4714/4714_2.html +479 -0
  31. code/4714/4714_3.html +542 -0
  32. code/4714/4714_4.html +407 -0
  33. code/4714/4714_5.html +240 -0
  34. code/4715/4715_0.html +179 -0
  35. code/4715/4715_1.html +195 -0
  36. code/4717/4717_0.html +203 -0
  37. code/4717/4717_1.html +288 -0
  38. code/4717/4717_2.html +316 -0
  39. code/4717/4717_3.html +437 -0
  40. code/4717/4717_4.html +376 -0
  41. code/4717/4717_5.html +302 -0
  42. code/4717/4717_6.html +278 -0
  43. code/4717/4717_7.html +244 -0
  44. code/4717/4717_8.html +170 -0
  45. code/4717/4717_9.html +272 -0
  46. code/4718/4718_0.html +220 -0
  47. code/4718/4718_1.html +390 -0
  48. code/4719/4719_0.html +429 -0
  49. code/4719/4719_1.html +322 -0
  50. code/4719/4719_2.html +324 -0
code/4708/4708_19.html ADDED
@@ -0,0 +1,259 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Nike Review Form Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ position: relative;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ }
16
+
17
+ /* Top browser chrome */
18
+ .topbar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 260px;
24
+ background: #121212;
25
+ color: #fff;
26
+ }
27
+ .status-row {
28
+ height: 110px;
29
+ padding: 0 36px;
30
+ display: flex;
31
+ align-items: center;
32
+ justify-content: space-between;
33
+ font-size: 34px;
34
+ }
35
+ .status-icons {
36
+ display: flex;
37
+ align-items: center;
38
+ gap: 24px;
39
+ }
40
+ .icon-dot { width: 12px; height: 12px; background: #bdbdbd; border-radius: 50%; display: inline-block; }
41
+ .battery {
42
+ display: inline-flex; align-items: center; gap: 10px; font-size: 32px;
43
+ }
44
+ .battery-box { width: 40px; height: 22px; border: 3px solid #fff; border-radius: 4px; position: relative; }
45
+ .battery-tip { width: 6px; height: 12px; background: #fff; margin-left: 6px; border-radius: 2px; }
46
+ .battery-fill { position: absolute; right: 3px; top: 3px; bottom: 3px; width: 26px; background: #fff; }
47
+
48
+ .url-row {
49
+ height: 150px;
50
+ padding: 0 28px;
51
+ display: flex;
52
+ align-items: center;
53
+ gap: 26px;
54
+ }
55
+ .home-icon {
56
+ width: 58px; height: 58px; border-radius: 14px; border: 2px solid #fff; display: flex; align-items: center; justify-content: center;
57
+ }
58
+ .url-pill {
59
+ flex: 1;
60
+ height: 110px;
61
+ background: #2b2b2b;
62
+ border-radius: 55px;
63
+ color: #ccc;
64
+ display: flex;
65
+ align-items: center;
66
+ padding: 0 38px;
67
+ font-size: 34px;
68
+ }
69
+ .small-btn {
70
+ width: 60px; height: 60px; border-radius: 50%; border: 2px solid #fff; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 40px;
71
+ }
72
+ .tab-count {
73
+ width: 70px; height: 70px; border-radius: 18px; border: 2px solid #fff; display: flex; align-items: center; justify-content: center; font-size: 32px;
74
+ color: #fff;
75
+ }
76
+ .more-dots { display: flex; gap: 8px; }
77
+ .divider {
78
+ position: absolute; top: 260px; left: 0; width: 100%; height: 2px; background: #e0e0e0;
79
+ }
80
+
81
+ /* Content */
82
+ .content {
83
+ position: absolute;
84
+ top: 280px;
85
+ left: 0;
86
+ right: 0;
87
+ padding: 0 56px 40px 56px;
88
+ color: #212121;
89
+ }
90
+ .section-title {
91
+ font-size: 50px;
92
+ font-weight: 700;
93
+ margin-top: 40px;
94
+ }
95
+ .section-sub {
96
+ font-size: 32px;
97
+ color: #9e9e9e;
98
+ margin-top: 8px;
99
+ }
100
+
101
+ .label {
102
+ font-size: 38px;
103
+ font-weight: 600;
104
+ margin-top: 80px;
105
+ margin-bottom: 24px;
106
+ }
107
+
108
+ .selectbox {
109
+ width: 880px;
110
+ height: 140px;
111
+ border: 3px solid #bdbdbd;
112
+ border-radius: 28px;
113
+ display: flex;
114
+ align-items: center;
115
+ justify-content: space-between;
116
+ padding: 0 36px;
117
+ font-size: 36px;
118
+ color: #212121;
119
+ background: #fff;
120
+ }
121
+ .selectbox.dark {
122
+ border-color: #000;
123
+ box-shadow: 0 0 0 4px #000 inset;
124
+ }
125
+ .chevron {
126
+ width: 32px; height: 32px;
127
+ }
128
+
129
+ .submit-btn {
130
+ width: 960px;
131
+ height: 160px;
132
+ margin: 90px auto 0 auto;
133
+ background: #000;
134
+ color: #fff;
135
+ border-radius: 90px;
136
+ display: flex;
137
+ align-items: center;
138
+ justify-content: center;
139
+ font-size: 44px;
140
+ font-weight: 700;
141
+ }
142
+
143
+ .terms {
144
+ margin: 60px 20px 0 20px;
145
+ font-size: 30px;
146
+ line-height: 1.55;
147
+ color: #555;
148
+ }
149
+ .terms a { color: #0e61ff; text-decoration: underline; }
150
+
151
+ /* Bottom overlay bar */
152
+ .bottom-sheet {
153
+ position: absolute;
154
+ bottom: 120px;
155
+ left: 0;
156
+ width: 100%;
157
+ height: 110px;
158
+ background: rgba(0,0,0,0.75);
159
+ color: #cfcfcf;
160
+ display: flex;
161
+ align-items: center;
162
+ justify-content: center;
163
+ font-size: 28px;
164
+ }
165
+ .nav-pill {
166
+ position: absolute;
167
+ bottom: 40px;
168
+ left: 50%;
169
+ transform: translateX(-50%);
170
+ width: 300px;
171
+ height: 18px;
172
+ background: #dcdcdc;
173
+ border-radius: 12px;
174
+ }
175
+
176
+ /* Simple SVG icon reset */
177
+ svg { display: block; }
178
+ </style>
179
+ </head>
180
+ <body>
181
+ <div id="render-target">
182
+
183
+ <!-- Top browser-like chrome -->
184
+ <div class="topbar">
185
+ <div class="status-row">
186
+ <div>9:06</div>
187
+ <div class="status-icons">
188
+ <span class="icon-dot"></span>
189
+ <span class="icon-dot"></span>
190
+ <span class="icon-dot"></span>
191
+ <span class="icon-dot"></span>
192
+ <span class="icon-dot"></span>
193
+ <div class="battery">
194
+ <div class="battery-box"><div class="battery-fill"></div></div>
195
+ <div class="battery-tip"></div>
196
+ <div>100%</div>
197
+ </div>
198
+ </div>
199
+ </div>
200
+ <div class="url-row">
201
+ <div class="home-icon">
202
+ <svg width="34" height="34" viewBox="0 0 24 24">
203
+ <path d="M3 11 L12 4 L21 11 V21 H14 V15 H10 V21 H3 Z" fill="none" stroke="#fff" stroke-width="2"/>
204
+ </svg>
205
+ </div>
206
+ <div class="url-pill">nike.com/in/t/revolution-</div>
207
+ <div class="small-btn">+</div>
208
+ <div class="tab-count">17</div>
209
+ <div class="more-dots">
210
+ <span class="icon-dot" style="background:#fff; width:10px; height:10px;"></span>
211
+ <span class="icon-dot" style="background:#fff; width:10px; height:10px;"></span>
212
+ <span class="icon-dot" style="background:#fff; width:10px; height:10px;"></span>
213
+ </div>
214
+ </div>
215
+ </div>
216
+ <div class="divider"></div>
217
+
218
+ <!-- Main content -->
219
+ <div class="content">
220
+ <div class="section-title">Share a few more details</div>
221
+ <div class="section-sub">This can help others find relevant reviews.</div>
222
+
223
+ <div class="label">Size you normally wear</div>
224
+ <div class="selectbox">
225
+ <div>42</div>
226
+ <svg class="chevron" viewBox="0 0 24 24">
227
+ <path d="M6 9 L12 15 L18 9" stroke="#212121" stroke-width="2" fill="none" />
228
+ </svg>
229
+ </div>
230
+
231
+ <div class="label">What activity do you use this product for?</div>
232
+ <div class="selectbox dark">
233
+ <div>Longer runs (20+ km)</div>
234
+ <svg class="chevron" viewBox="0 0 24 24">
235
+ <path d="M6 9 L12 15 L18 9" stroke="#212121" stroke-width="2" fill="none" />
236
+ </svg>
237
+ </div>
238
+
239
+ <div class="label">What type of surface do you usually run on?</div>
240
+ <div class="selectbox">
241
+ <div>Select one</div>
242
+ <svg class="chevron" viewBox="0 0 24 24">
243
+ <path d="M6 9 L12 15 L18 9" stroke="#212121" stroke-width="2" fill="none" />
244
+ </svg>
245
+ </div>
246
+
247
+ <div class="submit-btn">Submit</div>
248
+
249
+ <div class="terms">
250
+ I understand my rating and review may appear publicly as a Nike Verified Purchase, and data may appear with my public review. By clicking "Submit", I agree to the
251
+ <a href="#">Nike Privacy Policy</a>, <a href="#">Terms of Use</a> and <a href="#">Terms of Service</a>, and I acknowledge that my review may be used for marketing purposes by Nike or its partners. Ratings and reviews submitted by individuals who receive products for free as part of a sweepstakes or promotions will be badged accordingly.
252
+ </div>
253
+ </div>
254
+
255
+ <div class="bottom-sheet">Ratings &amp; Reviews powered by TurnTo</div>
256
+ <div class="nav-pill"></div>
257
+ </div>
258
+ </body>
259
+ </html>
code/4708/4708_20.html ADDED
@@ -0,0 +1,217 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Modal Radio List - Nike Reviews</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: #000; /* device chrome background */
13
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute; top: 0; left: 0; right: 0;
19
+ height: 120px; background: #000; color: #fff;
20
+ display: flex; align-items: center; padding: 0 40px;
21
+ font-size: 42px; font-weight: 600;
22
+ }
23
+ .status-icons { margin-left: auto; display: flex; align-items: center; gap: 26px; color: #fff; }
24
+ .status-icons svg { width: 40px; height: 40px; fill: none; stroke: #fff; stroke-width: 3; }
25
+ .battery { display: flex; align-items: center; gap: 12px; font-size: 34px; }
26
+
27
+ /* Browser toolbar */
28
+ .browser-bar {
29
+ position: absolute; top: 120px; left: 0; right: 0;
30
+ height: 140px; background: #121212; color: #fff;
31
+ display: flex; align-items: center; gap: 22px; padding: 0 24px;
32
+ }
33
+ .home-icon svg { width: 56px; height: 56px; fill: none; stroke: #bbb; stroke-width: 3; }
34
+ .url-chip {
35
+ flex: 1; height: 92px; border-radius: 48px;
36
+ background: #1b1b1b; display: flex; align-items: center;
37
+ padding: 0 28px; gap: 18px; color: #cfcfcf; font-size: 36px;
38
+ }
39
+ .chip-left svg { width: 36px; height: 36px; stroke: #cfcfcf; fill: none; stroke-width: 3; }
40
+ .toolbar-actions { display: flex; align-items: center; gap: 26px; margin-left: 12px; }
41
+ .tab-count {
42
+ width: 64px; height: 64px; border-radius: 50%;
43
+ background: #1b1b1b; color: #eaeaea; font-size: 30px;
44
+ display: flex; align-items: center; justify-content: center; border: 1px solid #2e2e2e;
45
+ }
46
+ .dots { width: 52px; height: 52px; display: inline-flex; align-items: center; justify-content: center; }
47
+ .dots svg { width: 24px; height: 24px; fill: #d6d6d6; }
48
+
49
+ /* Page content */
50
+ .page {
51
+ position: absolute; top: 260px; left: 0; right: 0; bottom: 0;
52
+ background: #f3f3f3; color: #111;
53
+ }
54
+ .section {
55
+ padding: 40px 44px 20px 44px;
56
+ }
57
+ .divider { height: 2px; background: #dfdfdf; margin: 6px 0 26px; }
58
+ .section h2 { margin: 0; font-size: 48px; font-weight: 700; color: #222; }
59
+ .section p { margin: 12px 0 30px; font-size: 36px; color: #666; }
60
+ .section .label { font-size: 40px; font-weight: 700; color: #222; }
61
+
62
+ /* Dim overlay for modal */
63
+ .scrim {
64
+ position: absolute; inset: 0; background: rgba(0,0,0,0.45);
65
+ }
66
+
67
+ /* Bottom sheet */
68
+ .bottom-sheet {
69
+ position: absolute; left: 20px; right: 20px; bottom: 360px;
70
+ background: #26282b; color: #fff; border-radius: 44px;
71
+ overflow: hidden; box-shadow: 0 18px 40px rgba(0,0,0,0.45);
72
+ }
73
+ .sheet-item {
74
+ height: 180px; display: flex; align-items: center; justify-content: space-between;
75
+ padding: 0 44px; border-top: 1px solid #37393c;
76
+ font-size: 54px; color: #eaeaea; font-weight: 500;
77
+ }
78
+ .sheet-item:first-child { border-top: none; font-weight: 700; color: #ffffff; }
79
+ .radio {
80
+ width: 58px; height: 58px; border-radius: 50%;
81
+ border: 5px solid #bfc6d8; box-sizing: border-box; position: relative;
82
+ }
83
+ .radio.selected::after {
84
+ content: ""; position: absolute; inset: 14px;
85
+ background: #c7cffb; border-radius: 50%;
86
+ }
87
+
88
+ /* Disclaimer behind sheet */
89
+ .disclaimer {
90
+ position: absolute; left: 40px; right: 40px; bottom: 160px;
91
+ color: #606060; font-size: 32px; line-height: 46px;
92
+ }
93
+ .disclaimer a { color: #2e6ff2; text-decoration: underline; }
94
+
95
+ /* Gesture bar */
96
+ .gesture-bar {
97
+ position: absolute; left: 50%; bottom: 34px; transform: translateX(-50%);
98
+ width: 240px; height: 12px; border-radius: 8px; background: #e6e6e6;
99
+ opacity: 0.95;
100
+ }
101
+
102
+ /* Small utility icons */
103
+ .action-btn {
104
+ width: 56px; height: 56px; border-radius: 12px;
105
+ display: inline-flex; align-items: center; justify-content: center;
106
+ background: #1b1b1b; border: 1px solid #2e2e2e;
107
+ }
108
+ .action-btn svg { width: 30px; height: 30px; stroke: #d6d6d6; fill: none; stroke-width: 3; }
109
+ </style>
110
+ </head>
111
+ <body>
112
+ <div id="render-target">
113
+
114
+ <!-- Status bar -->
115
+ <div class="status-bar">
116
+ <div class="time">9:07</div>
117
+ <div class="status-icons">
118
+ <!-- Notifications/camera icons simplified as dots -->
119
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="3"/></svg>
120
+ <svg viewBox="0 0 24 24"><rect x="4" y="4" width="16" height="16" rx="3"/></svg>
121
+ <!-- Tools icon (crossed wrench) simplified -->
122
+ <svg viewBox="0 0 24 24"><path d="M4 20L20 4M8 4h8M4 8v8"/></svg>
123
+ <!-- Dots -->
124
+ <svg viewBox="0 0 24 24"><circle cx="5" cy="12" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="19" cy="12" r="2"/></svg>
125
+ <!-- Wi-Fi -->
126
+ <svg viewBox="0 0 24 24"><path d="M2 8c5-4 15-4 20 0"/><path d="M5 12c3-3 11-3 14 0"/><path d="M8.5 15.5c2-2 5-2 7 0"/><circle cx="12" cy="19" r="1.8" fill="#fff"/></svg>
127
+ <div class="battery">
128
+ <svg viewBox="0 0 28 16">
129
+ <rect x="1" y="2" width="22" height="12" rx="2" stroke="#fff"/>
130
+ <rect x="24" y="5" width="3" height="6" rx="1" fill="#fff" stroke="#fff"/>
131
+ <rect x="3" y="4" width="18" height="8" rx="1" fill="#fff"/>
132
+ </svg>
133
+ <span>100%</span>
134
+ </div>
135
+ </div>
136
+ </div>
137
+
138
+ <!-- Browser toolbar -->
139
+ <div class="browser-bar">
140
+ <div class="home-icon">
141
+ <svg viewBox="0 0 24 24">
142
+ <path d="M3 10l9-7 9 7" />
143
+ <path d="M5 10v9h14v-9" />
144
+ </svg>
145
+ </div>
146
+ <div class="url-chip">
147
+ <div class="chip-left">
148
+ <!-- Tune/Settings-like icon -->
149
+ <svg viewBox="0 0 24 24">
150
+ <path d="M4 7h10M12 7v6M8 17h12M16 17V5"/>
151
+ </svg>
152
+ </div>
153
+ <div>nike.com/in/t/revolution-</div>
154
+ </div>
155
+ <div class="toolbar-actions">
156
+ <div class="action-btn">
157
+ <svg viewBox="0 0 24 24"><path d="M12 5v14M5 12h14"/></svg>
158
+ </div>
159
+ <div class="tab-count">17</div>
160
+ <div class="dots">
161
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/></svg>
162
+ </div>
163
+ </div>
164
+ </div>
165
+
166
+ <!-- Page content -->
167
+ <div class="page">
168
+ <div class="section">
169
+ <div class="divider"></div>
170
+ <h2>Share a few more details</h2>
171
+ <p>This can help others find relevant reviews.</p>
172
+ <div class="label">Size you normally wear</div>
173
+ </div>
174
+
175
+ <!-- Dim overlay -->
176
+ <div class="scrim"></div>
177
+
178
+ <!-- Bottom sheet with radio choices -->
179
+ <div class="bottom-sheet">
180
+ <div class="sheet-item">
181
+ <span>Select one</span>
182
+ <span class="radio selected"></span>
183
+ </div>
184
+ <div class="sheet-item">
185
+ <span>Road</span>
186
+ <span class="radio"></span>
187
+ </div>
188
+ <div class="sheet-item">
189
+ <span>Trail</span>
190
+ <span class="radio"></span>
191
+ </div>
192
+ <div class="sheet-item">
193
+ <span>Track</span>
194
+ <span class="radio"></span>
195
+ </div>
196
+ <div class="sheet-item">
197
+ <span>Treadmill / indoors</span>
198
+ <span class="radio"></span>
199
+ </div>
200
+ <div class="sheet-item">
201
+ <span>I just like the gear</span>
202
+ <span class="radio"></span>
203
+ </div>
204
+ </div>
205
+
206
+ <!-- Disclaimer text behind the sheet -->
207
+ <div class="disclaimer">
208
+ I understand my rating and review may appear publicly as a Nike Verified Purchase, and data may appear with my public review. By clicking "Submit", I agree to the
209
+ <a href="#">Nike Privacy Policy</a>, <a href="#">Terms of Use</a> and <a href="#">Terms of Service</a>, and I acknowledge that my review may be used for marketing purposes by Nike or its partners. Ratings and reviews submitted by individuals who receive products for free as part of a sweepstakes or promotions will be badged accordingly.
210
+ <div style="text-align:center; margin-top:22px; color:#7a7a7a;">Add to Bag &nbsp; · &nbsp; Ratings &amp; Reviews powered by TurnTo</div>
211
+ </div>
212
+
213
+ <div class="gesture-bar"></div>
214
+ </div>
215
+ </div>
216
+ </body>
217
+ </html>
code/4708/4708_21.html ADDED
@@ -0,0 +1,272 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Nike Review Form Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ position: relative;
11
+ overflow: hidden;
12
+ width: 1080px;
13
+ height: 2400px;
14
+ background: #FFFFFF;
15
+ }
16
+ /* Top system status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 110px;
23
+ background: #121212;
24
+ color: #fff;
25
+ display: flex;
26
+ align-items: center;
27
+ padding: 0 36px;
28
+ box-sizing: border-box;
29
+ font-size: 36px;
30
+ letter-spacing: 0.2px;
31
+ }
32
+ .status-left { display: flex; align-items: center; gap: 22px; }
33
+ .status-right { margin-left: auto; display: flex; align-items: center; gap: 28px; }
34
+ .battery {
35
+ display: inline-flex; align-items: center; gap: 10px; font-weight: 600;
36
+ }
37
+ .battery-icon {
38
+ width: 48px; height: 28px; border: 4px solid #fff; border-radius: 6px; position: relative;
39
+ }
40
+ .battery-icon::after {
41
+ content: "";
42
+ position: absolute; right: -10px; top: 6px;
43
+ width: 8px; height: 16px; background: #fff; border-radius: 2px;
44
+ }
45
+ .battery-fill { position: absolute; top: 4px; left: 4px; right: 4px; bottom: 4px; background: #fff; }
46
+
47
+ /* Browser toolbar */
48
+ .browser-bar {
49
+ position: absolute;
50
+ top: 110px;
51
+ left: 0;
52
+ width: 1080px;
53
+ height: 150px;
54
+ background: #1A1A1A;
55
+ color: #fff;
56
+ display: flex;
57
+ align-items: center;
58
+ box-sizing: border-box;
59
+ padding: 0 36px;
60
+ gap: 26px;
61
+ }
62
+ .addr-pill {
63
+ flex: 1;
64
+ height: 94px;
65
+ background: #353535;
66
+ border-radius: 47px;
67
+ display: flex;
68
+ align-items: center;
69
+ padding: 0 32px;
70
+ box-sizing: border-box;
71
+ color: #DADADA;
72
+ font-size: 34px;
73
+ letter-spacing: 0.2px;
74
+ }
75
+ .tab-count {
76
+ min-width: 64px; height: 64px;
77
+ background: #3A3A3A; border-radius: 14px;
78
+ display: flex; align-items: center; justify-content: center;
79
+ font-weight: 700; font-size: 32px; color: #fff;
80
+ }
81
+ .divider {
82
+ position: absolute; top: 260px; left: 0; width: 1080px; height: 2px; background: #E6E6E6;
83
+ }
84
+
85
+ /* Page content */
86
+ .content {
87
+ position: absolute;
88
+ top: 262px;
89
+ left: 0;
90
+ width: 1080px;
91
+ height: calc(2400px - 262px);
92
+ box-sizing: border-box;
93
+ padding: 40px 56px 40px 56px;
94
+ }
95
+ .section-title {
96
+ font-size: 48px;
97
+ font-weight: 800;
98
+ color: #222;
99
+ margin-top: 20px;
100
+ margin-bottom: 12px;
101
+ }
102
+ .section-sub {
103
+ font-size: 34px;
104
+ color: #8A8A8A;
105
+ margin-bottom: 56px;
106
+ }
107
+ .label {
108
+ font-size: 40px;
109
+ font-weight: 700;
110
+ color: #222;
111
+ margin: 60px 0 24px;
112
+ }
113
+ .dropdown {
114
+ width: 968px;
115
+ height: 120px;
116
+ border: 2px solid #CFCFCF;
117
+ border-radius: 26px;
118
+ display: flex;
119
+ align-items: center;
120
+ justify-content: space-between;
121
+ padding: 0 34px;
122
+ box-sizing: border-box;
123
+ font-size: 40px;
124
+ color: #222;
125
+ background: #fff;
126
+ box-shadow: 0 2px 0 rgba(0,0,0,0.06) inset;
127
+ }
128
+ .dropdown.dark-border {
129
+ border-color: #2D2D2D;
130
+ box-shadow: none;
131
+ }
132
+ .submit-btn {
133
+ width: 968px;
134
+ height: 142px;
135
+ background: #000;
136
+ border-radius: 71px;
137
+ color: #fff;
138
+ font-size: 44px;
139
+ font-weight: 700;
140
+ display: flex;
141
+ align-items: center;
142
+ justify-content: center;
143
+ margin: 80px 0 60px;
144
+ }
145
+ .legal {
146
+ font-size: 30px;
147
+ line-height: 1.6;
148
+ color: #6E6E6E;
149
+ width: 968px;
150
+ }
151
+ .legal a { color: #000; text-decoration: underline; font-weight: 700; }
152
+
153
+ /* Bottom bar hint */
154
+ .bottom-bar {
155
+ position: absolute;
156
+ bottom: 0;
157
+ left: 0;
158
+ width: 1080px;
159
+ height: 120px;
160
+ background: rgba(0,0,0,0.75);
161
+ color: #CFCFCF;
162
+ display: flex;
163
+ flex-direction: column;
164
+ align-items: center;
165
+ justify-content: center;
166
+ font-size: 34px;
167
+ }
168
+ .bottom-bar .small { font-size: 26px; margin-top: 6px; color: #B0B0B0; }
169
+ /* Simple helper for spacing at the very bottom so content isn't under bottom-bar */
170
+ .spacer { height: 130px; }
171
+ /* SVG icon styling */
172
+ .icon { display: inline-flex; align-items: center; justify-content: center; }
173
+ .home-icon svg, .plus-icon svg, .menu-icon svg { width: 48px; height: 48px; }
174
+ .home-icon svg path { stroke: #fff; stroke-width: 3.5; fill: none; }
175
+ .plus-icon svg path { stroke: #fff; stroke-width: 4.5; stroke-linecap: round; }
176
+ .menu-icon svg circle { fill: #fff; }
177
+ .chevron svg { width: 40px; height: 40px; }
178
+ .chevron svg path { fill: #222; }
179
+ </style>
180
+ </head>
181
+ <body>
182
+ <div id="render-target">
183
+ <!-- Status bar -->
184
+ <div class="status-bar">
185
+ <div class="status-left">9:07
186
+ <!-- a couple simple glyph hints -->
187
+ <span>◦</span><span>⎋</span><span>✱</span><span>•</span>
188
+ </div>
189
+ <div class="status-right">
190
+ <div class="battery">
191
+ <div class="battery-icon"><div class="battery-fill"></div></div>
192
+ 100%
193
+ </div>
194
+ </div>
195
+ </div>
196
+
197
+ <!-- Browser toolbar -->
198
+ <div class="browser-bar">
199
+ <div class="home-icon icon">
200
+ <svg viewBox="0 0 24 24">
201
+ <path d="M4 10.5L12 3l8 7.5v9.5h-6v-6H10v6H4z"></path>
202
+ </svg>
203
+ </div>
204
+ <div class="addr-pill">
205
+ <svg viewBox="0 0 24 24" width="36" height="36" style="margin-right:10px">
206
+ <path d="M12 2a10 10 0 100 20 10 10 0 000-20zm0 2.5a7.5 7.5 0 110 15 7.5 7.5 0 010-15z" fill="#BDBDBD"></path>
207
+ </svg>
208
+ nike.com/in/t/revolution-
209
+ </div>
210
+ <div class="plus-icon icon">
211
+ <svg viewBox="0 0 24 24">
212
+ <path d="M12 5v14M5 12h14"></path>
213
+ </svg>
214
+ </div>
215
+ <div class="tab-count">17</div>
216
+ <div class="menu-icon icon" style="margin-left: 8px;">
217
+ <svg viewBox="0 0 24 24">
218
+ <circle cx="12" cy="4.5" r="2.2"></circle>
219
+ <circle cx="12" cy="12" r="2.2"></circle>
220
+ <circle cx="12" cy="19.5" r="2.2"></circle>
221
+ </svg>
222
+ </div>
223
+ </div>
224
+ <div class="divider"></div>
225
+
226
+ <!-- Content -->
227
+ <div class="content">
228
+ <div class="section-title">Share a few more details</div>
229
+ <div class="section-sub">This can help others find relevant reviews.</div>
230
+
231
+ <div class="label">Size you normally wear</div>
232
+ <div class="dropdown">
233
+ <div>42</div>
234
+ <div class="chevron">
235
+ <svg viewBox="0 0 24 24"><path d="M6 9l6 6 6-6"></path></svg>
236
+ </div>
237
+ </div>
238
+
239
+ <div class="label">What activity do you use this product for?</div>
240
+ <div class="dropdown">
241
+ <div>Longer runs (20+ km)</div>
242
+ <div class="chevron">
243
+ <svg viewBox="0 0 24 24"><path d="M6 9l6 6 6-6"></path></svg>
244
+ </div>
245
+ </div>
246
+
247
+ <div class="label">What type of surface do you usually run on?</div>
248
+ <div class="dropdown dark-border">
249
+ <div>Track</div>
250
+ <div class="chevron">
251
+ <svg viewBox="0 0 24 24"><path d="M6 9l6 6 6-6"></path></svg>
252
+ </div>
253
+ </div>
254
+
255
+ <div class="submit-btn">Submit</div>
256
+
257
+ <div class="legal">
258
+ I understand my rating and review may appear publicly as a Nike Verified Purchase, and data may appear with my public review. By clicking "Submit", I agree to the
259
+ <a href="#">Nike Privacy Policy</a>, <a href="#">Terms of Use</a> and <a href="#">Terms of Service</a>, and I acknowledge that my review may be used for marketing purposes by Nike or its partners. Ratings and reviews submitted by individuals who receive products for free as part of a sweepstakes or promotions will be badged accordingly.
260
+ </div>
261
+
262
+ <div class="spacer"></div>
263
+ </div>
264
+
265
+ <!-- Bottom overlay bar -->
266
+ <div class="bottom-bar">
267
+ <div>Add to Bag</div>
268
+ <div class="small">Ratings & Reviews powered by TurnTo</div>
269
+ </div>
270
+ </div>
271
+ </body>
272
+ </html>
code/4708/4708_22.html ADDED
@@ -0,0 +1,261 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Nike Product Page Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
16
+ color: #111;
17
+ }
18
+
19
+ /* Top system/status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ width: 1080px;
25
+ height: 120px;
26
+ background: #0f0f0f;
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
+ font-weight: 600;
34
+ }
35
+ .status-left { font-size: 40px; }
36
+ .status-right {
37
+ display: flex;
38
+ align-items: center;
39
+ gap: 22px;
40
+ font-size: 34px;
41
+ opacity: 0.9;
42
+ }
43
+ .icon { width: 40px; height: 40px; fill: #fff; opacity: 0.9; }
44
+
45
+ /* Browser address bar */
46
+ .browser-bar {
47
+ position: absolute;
48
+ top: 120px;
49
+ left: 0;
50
+ width: 1080px;
51
+ height: 160px;
52
+ background: #111111;
53
+ display: flex;
54
+ align-items: center;
55
+ gap: 24px;
56
+ padding: 0 32px;
57
+ box-sizing: border-box;
58
+ }
59
+ .home-btn {
60
+ width: 84px;
61
+ height: 84px;
62
+ border-radius: 24px;
63
+ display: flex;
64
+ align-items: center;
65
+ justify-content: center;
66
+ }
67
+ .url-chip {
68
+ flex: 1;
69
+ height: 96px;
70
+ background: #2b2b2b;
71
+ color: #eaeaea;
72
+ border-radius: 48px;
73
+ display: flex;
74
+ align-items: center;
75
+ gap: 16px;
76
+ padding: 0 28px;
77
+ box-sizing: border-box;
78
+ font-size: 40px;
79
+ letter-spacing: 0.2px;
80
+ overflow: hidden;
81
+ }
82
+ .chip-lock { width: 44px; height: 44px; fill: #cfcfcf; }
83
+ .url-text { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
84
+ .toolbar-btn {
85
+ width: 84px;
86
+ height: 84px;
87
+ display: flex;
88
+ align-items: center;
89
+ justify-content: center;
90
+ }
91
+ .tabs-pill {
92
+ width: 84px;
93
+ height: 84px;
94
+ background: #2b2b2b;
95
+ border-radius: 20px;
96
+ color: #eaeaea;
97
+ display: flex;
98
+ align-items: center;
99
+ justify-content: center;
100
+ font-size: 40px;
101
+ font-weight: 600;
102
+ }
103
+ .kebab { width: 12px; height: 60px; position: relative; }
104
+ .kebab span {
105
+ display: block;
106
+ width: 12px; height: 12px; background: #eaeaea; border-radius: 50%;
107
+ margin: 6px 0;
108
+ }
109
+
110
+ /* Content area */
111
+ .content {
112
+ position: absolute;
113
+ top: 280px;
114
+ left: 0;
115
+ width: 1080px;
116
+ background: #ffffff;
117
+ }
118
+ .product-info {
119
+ padding: 48px 60px 24px 60px;
120
+ }
121
+ .product-title {
122
+ font-size: 64px;
123
+ line-height: 1.2;
124
+ font-weight: 800;
125
+ margin: 0 0 16px 0;
126
+ color: #111111;
127
+ }
128
+ .subtitle {
129
+ font-size: 38px;
130
+ color: #333;
131
+ margin-bottom: 44px;
132
+ }
133
+ .price {
134
+ font-size: 44px;
135
+ font-weight: 800;
136
+ margin-bottom: 24px;
137
+ }
138
+ .tax {
139
+ font-size: 38px;
140
+ color: #9e9e9e;
141
+ margin: 6px 0;
142
+ }
143
+ .light-divider {
144
+ width: 100%;
145
+ height: 120px;
146
+ background: #f2f2f2;
147
+ border-top: 1px solid #eee;
148
+ border-bottom: 1px solid #eee;
149
+ }
150
+ .image-area {
151
+ width: 100%;
152
+ padding: 40px 40px 0 40px;
153
+ box-sizing: border-box;
154
+ }
155
+ .img-placeholder {
156
+ width: 1000px;
157
+ height: 680px;
158
+ margin: 0 auto 24px auto;
159
+ background: #E0E0E0;
160
+ border: 1px solid #BDBDBD;
161
+ display: flex;
162
+ align-items: center;
163
+ justify-content: center;
164
+ color: #757575;
165
+ font-size: 36px;
166
+ border-radius: 10px;
167
+ }
168
+
169
+ /* Bottom CTA */
170
+ .bottom-cta {
171
+ position: absolute;
172
+ bottom: 120px;
173
+ left: 0;
174
+ width: 1080px;
175
+ height: 150px;
176
+ background: #111111;
177
+ color: #ffffff;
178
+ display: flex;
179
+ align-items: center;
180
+ justify-content: center;
181
+ font-size: 48px;
182
+ font-weight: 700;
183
+ letter-spacing: 0.3px;
184
+ }
185
+ .gesture {
186
+ position: absolute;
187
+ bottom: 40px;
188
+ left: 50%;
189
+ transform: translateX(-50%);
190
+ width: 380px;
191
+ height: 12px;
192
+ background: #cfcfcf;
193
+ border-radius: 8px;
194
+ }
195
+ </style>
196
+ </head>
197
+ <body>
198
+ <div id="render-target">
199
+ <!-- Status bar -->
200
+ <div class="status-bar">
201
+ <div class="status-left">9:07</div>
202
+ <div class="status-right">
203
+ <!-- simple status icons -->
204
+ <svg class="icon" viewBox="0 0 24 24"><path d="M3 15h18v2H3zM6 10h12v2H6zM9 5h6v2H9z"/></svg>
205
+ <svg class="icon" viewBox="0 0 24 24"><path d="M2 9l10 10 10-10-2-2-8 8-8-8-2 2z"/></svg>
206
+ <svg class="icon" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/></svg>
207
+ <div style="display:flex; align-items:center; gap:10px;">
208
+ <svg class="icon" viewBox="0 0 24 24"><path d="M2 17c3-5 7-8 10-8s7 3 10 8H2z"/></svg>
209
+ <svg class="icon" viewBox="0 0 24 24"><path d="M3 7h2l1-2h12l1 2h2v13H3V7zm2 2v9h14V9H5z"/></svg>
210
+ <span style="font-size:34px;">100%</span>
211
+ </div>
212
+ </div>
213
+ </div>
214
+
215
+ <!-- Browser address bar -->
216
+ <div class="browser-bar">
217
+ <div class="home-btn">
218
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="#eaeaea">
219
+ <path d="M12 3l9 8h-3v8H6v-8H3l9-8z"/>
220
+ </svg>
221
+ </div>
222
+ <div class="url-chip">
223
+ <svg class="chip-lock" viewBox="0 0 24 24"><path d="M12 1a5 5 0 015 5v3h-2V6a3 3 0 10-6 0v3H7V6a5 5 0 015-5zm-7 9h14v13H5V10z"/></svg>
224
+ <div class="url-text">nike.com/in/t/revolution-</div>
225
+ </div>
226
+ <div class="toolbar-btn">
227
+ <svg width="50" height="50" viewBox="0 0 24 24" fill="#eaeaea">
228
+ <path d="M11 11V3h2v8h8v2h-8v8h-2v-8H3v-2h8z"/>
229
+ </svg>
230
+ </div>
231
+ <div class="tabs-pill">17</div>
232
+ <div class="toolbar-btn">
233
+ <div class="kebab">
234
+ <span></span><span></span><span></span>
235
+ </div>
236
+ </div>
237
+ </div>
238
+
239
+ <!-- Page content -->
240
+ <div class="content">
241
+ <div class="product-info">
242
+ <h1 class="product-title">Nike Revolution 7 EasyOn</h1>
243
+ <div class="subtitle">Men's Road Running Shoes</div>
244
+ <div class="price">MRP : ₹ 3 695.00</div>
245
+ <div class="tax">incl. of taxes</div>
246
+ <div class="tax">(Also includes all applicable duties)</div>
247
+ </div>
248
+
249
+ <div class="light-divider"></div>
250
+
251
+ <div class="image-area">
252
+ <div class="img-placeholder">[IMG: Black Nike Running Shoe – side view]</div>
253
+ </div>
254
+ </div>
255
+
256
+ <!-- Bottom CTA & gesture -->
257
+ <div class="bottom-cta">Add to Bag</div>
258
+ <div class="gesture"></div>
259
+ </div>
260
+ </body>
261
+ </html>
code/4708/4708_23.html ADDED
@@ -0,0 +1,199 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>UI Render</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #f6f6f6;
13
+ border-radius: 0;
14
+ }
15
+ /* Top system status bar */
16
+ .status-bar {
17
+ height: 90px;
18
+ background: #111;
19
+ color: #fff;
20
+ font-size: 34px;
21
+ display: flex;
22
+ align-items: center;
23
+ padding: 0 28px;
24
+ }
25
+ .status-left { display: flex; align-items: center; gap: 18px; }
26
+ .status-right { margin-left: auto; display: flex; align-items: center; gap: 18px; }
27
+ .icon-dot { width: 12px; height: 12px; background:#bbb; border-radius: 50%; display:inline-block; }
28
+ /* Browser address bar */
29
+ .browser-bar {
30
+ height: 130px;
31
+ background: #111;
32
+ display: flex;
33
+ align-items: center;
34
+ padding: 0 24px;
35
+ color: #fff;
36
+ gap: 18px;
37
+ }
38
+ .home-icon {
39
+ width: 60px; height: 60px; border-radius: 12px;
40
+ display:flex; align-items:center; justify-content:center;
41
+ border: 2px solid #777;
42
+ }
43
+ .url-pill {
44
+ flex: 1;
45
+ height: 80px;
46
+ background: #2b2b2b;
47
+ border-radius: 40px;
48
+ color: #d9d9d9;
49
+ display:flex; align-items:center;
50
+ padding: 0 28px;
51
+ font-size: 34px;
52
+ }
53
+ .circle-btn {
54
+ width: 64px; height: 64px; border-radius: 50%;
55
+ border: 2px solid #777; display:flex; align-items:center; justify-content:center;
56
+ }
57
+ .tab-count {
58
+ height: 64px; min-width: 64px; padding: 0 16px;
59
+ border-radius: 16px; border: 2px solid #777; display:flex; align-items:center; justify-content:center;
60
+ font-size: 30px; color: #ddd;
61
+ }
62
+ /* Page content */
63
+ .page {
64
+ position: absolute; top: 220px; left: 0; right: 0; bottom: 0;
65
+ background: #fff;
66
+ }
67
+ .content {
68
+ padding: 40px 40px 220px 40px;
69
+ color: #222;
70
+ }
71
+ .product-img {
72
+ width: 1000px; height: 520px; margin: 60px auto 0 auto;
73
+ background: #E0E0E0; border: 1px solid #BDBDBD;
74
+ display:flex; align-items:center; justify-content:center;
75
+ color:#757575; font-size: 34px;
76
+ }
77
+ .powered {
78
+ text-align: center; color: #9e9e9e; font-size: 28px; margin-top: 40px;
79
+ }
80
+ /* Sticky Add to Bag bar */
81
+ .cta-bar {
82
+ position: absolute; left:0; right:0; bottom: 80px;
83
+ height: 160px; background:#0f0f0f; display:flex; align-items:center; justify-content:center;
84
+ color:#cfcfcf; font-size: 46px;
85
+ }
86
+ /* Overlay and modal */
87
+ .overlay {
88
+ position: absolute; left:0; top:0; width:100%; height:100%;
89
+ background: rgba(0,0,0,0.55);
90
+ }
91
+ .modal {
92
+ position: absolute; left: 60px; top: 380px;
93
+ width: 960px; background: #fff; color: #222;
94
+ border-radius: 46px;
95
+ box-shadow: 0 28px 60px rgba(0,0,0,0.35);
96
+ padding: 46px 54px 54px 54px;
97
+ }
98
+ .modal-header {
99
+ display:flex; align-items:center; justify-content:center; position: relative;
100
+ margin-top: 10px; margin-bottom: 30px;
101
+ }
102
+ .close-btn {
103
+ position: absolute; right: 0; top: -10px;
104
+ width: 72px; height: 72px; border-radius: 36px;
105
+ border: 1px solid #d9d9d9; display:flex; align-items:center; justify-content:center;
106
+ background:#f7f7f7;
107
+ }
108
+ .check-wrap {
109
+ width: 100px; height: 100px; border-radius: 50%;
110
+ border: 4px solid #2ecc71; display:flex; align-items:center; justify-content:center;
111
+ margin: 10px auto 0 auto;
112
+ }
113
+ .modal-title {
114
+ text-align: center; font-size: 54px; font-weight: 700; margin-top: 24px;
115
+ }
116
+ .modal-desc {
117
+ text-align: center; font-size: 34px; color:#7a7a7a; line-height: 1.4; margin-top: 16px;
118
+ }
119
+ .primary-btn {
120
+ margin: 44px auto 10px auto; width: 860px; height: 140px;
121
+ background:#000; color:#fff; border-radius: 80px;
122
+ display:flex; align-items:center; justify-content:center; font-size: 42px; font-weight: 700;
123
+ }
124
+ /* Simple icons */
125
+ svg { display:block }
126
+ </style>
127
+ </head>
128
+ <body>
129
+ <div id="render-target">
130
+ <!-- Top status bar -->
131
+ <div class="status-bar">
132
+ <div class="status-left">
133
+ <div>9:07</div>
134
+ <span class="icon-dot"></span>
135
+ <span class="icon-dot"></span>
136
+ <span class="icon-dot"></span>
137
+ <span class="icon-dot"></span>
138
+ <span class="icon-dot"></span>
139
+ </div>
140
+ <div class="status-right">
141
+ <span>Wi‑Fi</span>
142
+ <span>🔋100%</span>
143
+ </div>
144
+ </div>
145
+
146
+ <!-- Browser bar -->
147
+ <div class="browser-bar">
148
+ <div class="home-icon">
149
+ <svg width="34" height="34" viewBox="0 0 24 24">
150
+ <path d="M3 11l9-7 9 7v9a1 1 0 0 1-1 1h-5v-6H9v6H4a1 1 0 0 1-1-1v-9z" fill="#bbb"/>
151
+ </svg>
152
+ </div>
153
+ <div class="url-pill">nike.com/in/t/revolution-</div>
154
+ <div class="circle-btn">
155
+ <svg width="28" height="28" viewBox="0 0 24 24">
156
+ <path d="M12 5v14M5 12h14" stroke="#bbb" stroke-width="2" stroke-linecap="round"/>
157
+ </svg>
158
+ </div>
159
+ <div class="tab-count">17</div>
160
+ <div class="circle-btn">
161
+ <svg width="6" height="24" viewBox="0 0 6 24">
162
+ <circle cx="3" cy="4" r="3" fill="#bbb"/>
163
+ <circle cx="3" cy="12" r="3" fill="#bbb"/>
164
+ <circle cx="3" cy="20" r="3" fill="#bbb"/>
165
+ </svg>
166
+ </div>
167
+ </div>
168
+
169
+ <!-- Page content behind modal -->
170
+ <div class="page">
171
+ <div class="content">
172
+ <div class="powered">Customer content powered by TurnTo</div>
173
+ <div class="product-img">[IMG: Black Nike Running Shoe]</div>
174
+ </div>
175
+ <div class="cta-bar">Add to Bag</div>
176
+ </div>
177
+
178
+ <!-- Overlay + Modal -->
179
+ <div class="overlay"></div>
180
+ <div class="modal">
181
+ <div class="modal-header">
182
+ <div class="check-wrap">
183
+ <svg width="56" height="56" viewBox="0 0 24 24">
184
+ <path d="M6 12l4 4 8-8" stroke="#2ecc71" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
185
+ </svg>
186
+ </div>
187
+ <div class="close-btn">
188
+ <svg width="28" height="28" viewBox="0 0 24 24">
189
+ <path d="M6 6l12 12M18 6L6 18" stroke="#444" stroke-width="2" stroke-linecap="round"/>
190
+ </svg>
191
+ </div>
192
+ </div>
193
+ <div class="modal-title">Thanks for the Review!</div>
194
+ <div class="modal-desc">It should take 1–2 days to review your submission.</div>
195
+ <div class="primary-btn">Continue Shopping</div>
196
+ </div>
197
+ </div>
198
+ </body>
199
+ </html>
code/4708/4708_3.html ADDED
@@ -0,0 +1,251 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 UI - Nike Revolution 7 EasyOn</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, Helvetica, sans-serif; color: #111; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #ffffff;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ position: absolute; top: 0; left: 0; right: 0;
18
+ height: 130px; background: #000;
19
+ color: #fff; font-size: 40px; line-height: 130px;
20
+ padding: 0 40px;
21
+ }
22
+ .status-left { float: left; }
23
+ .status-right { float: right; }
24
+
25
+ /* Header */
26
+ .header {
27
+ position: absolute; top: 130px; left: 0; right: 0;
28
+ height: 170px; background: #fff;
29
+ border-bottom: 1px solid #f0f0f0;
30
+ }
31
+ .header-inner {
32
+ position: relative; height: 100%; padding: 0 40px;
33
+ }
34
+ .header-left, .header-right {
35
+ position: absolute; top: 50%; transform: translateY(-50%);
36
+ display: flex; align-items: center; gap: 30px;
37
+ }
38
+ .header-left { left: 40px; }
39
+ .header-right { right: 40px; }
40
+ .header-title {
41
+ position: absolute; left: 0; right: 0; top: 50%;
42
+ transform: translateY(-50%);
43
+ text-align: center; font-size: 50px; font-weight: 600;
44
+ }
45
+ .bag-icon { position: relative; }
46
+ .bag-badge {
47
+ position: absolute; top: -6px; right: -6px;
48
+ width: 40px; height: 40px; border-radius: 20px;
49
+ background: #fff; border: 2px solid #111;
50
+ color: #111; font-size: 28px; line-height: 36px; text-align: center;
51
+ }
52
+
53
+ .sub-link {
54
+ position: absolute; top: 310px; left: 40px;
55
+ color: #bdbdbd; font-size: 42px; letter-spacing: 2px;
56
+ }
57
+
58
+ /* Pills / buttons */
59
+ .pill {
60
+ width: 960px; margin: 40px auto; height: 150px;
61
+ border-radius: 100px; display: flex; align-items: center; justify-content: center;
62
+ font-size: 46px; font-weight: 600;
63
+ border: 2px solid #dedede; color: #111; background: #fff;
64
+ }
65
+ .pill.size { margin-top: 200px; }
66
+ .pill.black { background: #111; color: #fff; border: none; height: 180px; }
67
+ .pill.outline { background: #fff; color: #111; border: 3px solid #dedede; }
68
+ .pill.small { width: 380px; height: 110px; font-size: 40px; font-weight: 500; }
69
+
70
+ .pill .caret {
71
+ position: absolute; right: 70px;
72
+ }
73
+
74
+ /* Sections */
75
+ .divider {
76
+ width: 100%; height: 1px; background: #e9e9e9;
77
+ margin: 50px 0;
78
+ }
79
+ .section-row {
80
+ display: flex; align-items: center; justify-content: space-between;
81
+ padding: 0 40px; height: 120px;
82
+ }
83
+ .section-title { font-size: 54px; font-weight: 600; }
84
+ .chev { width: 40px; height: 40px; }
85
+ .chev.down { transform: rotate(90deg); }
86
+ .chev.up { transform: rotate(-90deg); }
87
+
88
+ .reviews-extra {
89
+ padding: 0 40px; color: #6d6d6d; font-size: 44px; line-height: 1.4;
90
+ }
91
+ .star-group { display: flex; gap: 16px; }
92
+ .stars-wrap { display: flex; align-items: center; gap: 30px; }
93
+
94
+ /* Share area */
95
+ .share-wrap { text-align: center; margin-top: 80px; color: #111; }
96
+ .share-wrap .label { font-size: 40px; margin-top: 18px; }
97
+
98
+ /* Bottom navigation (gesture bar) */
99
+ .bottom-bar {
100
+ position: absolute; bottom: 0; left: 0; right: 0;
101
+ height: 130px; background: #000;
102
+ }
103
+ .gesture {
104
+ position: absolute; left: 50%; bottom: 34px;
105
+ transform: translateX(-50%);
106
+ width: 300px; height: 14px; border-radius: 7px; background: #e5e5e5;
107
+ }
108
+
109
+ /* Icon helpers */
110
+ .icon { display: inline-block; }
111
+ .heart-icon { margin-left: 18px; }
112
+ </style>
113
+ </head>
114
+ <body>
115
+ <div id="render-target">
116
+
117
+ <!-- Status Bar -->
118
+ <div class="status-bar">
119
+ <div class="status-left">8:56</div>
120
+ <div class="status-right">100%</div>
121
+ </div>
122
+
123
+ <!-- Header -->
124
+ <div class="header">
125
+ <div class="header-inner">
126
+ <div class="header-left">
127
+ <!-- Back Arrow -->
128
+ <svg class="icon" width="44" height="44" viewBox="0 0 44 44">
129
+ <path d="M28 8 L14 22 L28 36" stroke="#111" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
130
+ </svg>
131
+ </div>
132
+
133
+ <div class="header-title">Nike Revolution 7 EasyOn</div>
134
+
135
+ <div class="header-right">
136
+ <!-- Search Icon -->
137
+ <svg class="icon" width="44" height="44" viewBox="0 0 44 44">
138
+ <circle cx="18" cy="18" r="10" stroke="#111" stroke-width="3" fill="none"></circle>
139
+ <line x1="26" y1="26" x2="36" y2="36" stroke="#111" stroke-width="3" stroke-linecap="round"></line>
140
+ </svg>
141
+
142
+ <!-- Bag Icon with badge -->
143
+ <div class="bag-icon">
144
+ <svg class="icon" width="44" height="44" viewBox="0 0 44 44">
145
+ <path d="M12 16 h20 v18 h-20 z" stroke="#111" stroke-width="3" fill="none" />
146
+ <path d="M16 16 c0 -4 4 -8 6 -8 s6 4 6 8" stroke="#111" stroke-width="3" fill="none" />
147
+ </svg>
148
+ <div class="bag-badge">1</div>
149
+ </div>
150
+ </div>
151
+ </div>
152
+ </div>
153
+
154
+ <!-- Sub link text -->
155
+ <div class="sub-link">view Product Details</div>
156
+
157
+ <!-- Size Selector -->
158
+ <div class="pill size" style="position: relative;">
159
+ Size UK 10
160
+ <svg class="caret" width="40" height="40" viewBox="0 0 40 40">
161
+ <path d="M14 16 L20 22 L26 16" stroke="#111" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
162
+ </svg>
163
+ </div>
164
+
165
+ <!-- Add to Bag -->
166
+ <div class="pill black">Add to Bag</div>
167
+
168
+ <!-- Favorite -->
169
+ <div class="pill outline">
170
+ Favorite
171
+ <svg class="heart-icon" width="48" height="48" viewBox="0 0 48 48">
172
+ <path d="M24 40 s-12 -7 -16 -14 c-3 -6 1 -12 7 -12 c5 0 8 4 9 6 c1 -2 4 -6 9 -6 c6 0 10 6 7 12 c-4 7 -16 14 -16 14 z"
173
+ stroke="#111" stroke-width="3" fill="none" stroke-linejoin="round"></path>
174
+ </svg>
175
+ </div>
176
+
177
+ <div class="divider"></div>
178
+
179
+ <!-- Size & Fit -->
180
+ <div class="section-row">
181
+ <div class="section-title">Size & Fit</div>
182
+ <svg class="chev down" width="44" height="44" viewBox="0 0 44 44">
183
+ <path d="M16 14 L28 22 L16 30" stroke="#111" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
184
+ </svg>
185
+ </div>
186
+
187
+ <div class="divider"></div>
188
+
189
+ <!-- Reviews -->
190
+ <div class="section-row" style="align-items: center;">
191
+ <div class="section-title">Reviews (0)</div>
192
+ <div class="stars-wrap">
193
+ <div class="star-group">
194
+ <svg width="44" height="44" viewBox="0 0 44 44">
195
+ <polygon points="22,7 26,18 38,18 28,25 32,36 22,29 12,36 16,25 6,18 18,18" stroke="#cfcfcf" stroke-width="3" fill="none"></polygon>
196
+ </svg>
197
+ <svg width="44" height="44" viewBox="0 0 44 44">
198
+ <polygon points="22,7 26,18 38,18 28,25 32,36 22,29 12,36 16,25 6,18 18,18" stroke="#cfcfcf" stroke-width="3" fill="none"></polygon>
199
+ </svg>
200
+ <svg width="44" height="44" viewBox="0 0 44 44">
201
+ <polygon points="22,7 26,18 38,18 28,25 32,36 22,29 12,36 16,25 6,18 18,18" stroke="#cfcfcf" stroke-width="3" fill="none"></polygon>
202
+ </svg>
203
+ <svg width="44" height="44" viewBox="0 0 44 44">
204
+ <polygon points="22,7 26,18 38,18 28,25 32,36 22,29 12,36 16,25 6,18 18,18" stroke="#cfcfcf" stroke-width="3" fill="none"></polygon>
205
+ </svg>
206
+ <svg width="44" height="44" viewBox="0 0 44 44">
207
+ <polygon points="22,7 26,18 38,18 28,25 32,36 22,29 12,36 16,25 6,18 18,18" stroke="#cfcfcf" stroke-width="3" fill="none"></polygon>
208
+ </svg>
209
+ </div>
210
+ <svg class="chev up" width="44" height="44" viewBox="0 0 44 44">
211
+ <path d="M16 14 L28 22 L16 30" stroke="#111" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
212
+ </svg>
213
+ </div>
214
+ </div>
215
+
216
+ <div class="reviews-extra">
217
+ Share your thoughts. Be the first to review the<br>
218
+ Nike Revolution 7 EasyOn
219
+ </div>
220
+
221
+ <div class="pill small" style="margin-left: 40px;">Write a Review</div>
222
+
223
+ <div class="divider"></div>
224
+
225
+ <!-- Product Information -->
226
+ <div class="section-row">
227
+ <div class="section-title">Product Information</div>
228
+ <svg class="chev down" width="44" height="44" viewBox="0 0 44 44">
229
+ <path d="M16 14 L28 22 L16 30" stroke="#111" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
230
+ </svg>
231
+ </div>
232
+
233
+ <!-- Share -->
234
+ <div class="share-wrap">
235
+ <svg width="64" height="64" viewBox="0 0 64 64">
236
+ <circle cx="16" cy="32" r="6" stroke="#111" stroke-width="3" fill="none"></circle>
237
+ <circle cx="48" cy="16" r="6" stroke="#111" stroke-width="3" fill="none"></circle>
238
+ <circle cx="48" cy="48" r="6" stroke="#111" stroke-width="3" fill="none"></circle>
239
+ <path d="M22 30 L42 20 M22 34 L42 44" stroke="#111" stroke-width="3" fill="none" stroke-linecap="round"></path>
240
+ </svg>
241
+ <div class="label">Share</div>
242
+ </div>
243
+
244
+ <!-- Bottom Gesture Bar -->
245
+ <div class="bottom-bar">
246
+ <div class="gesture"></div>
247
+ </div>
248
+
249
+ </div>
250
+ </body>
251
+ </html>
code/4708/4708_4.html ADDED
@@ -0,0 +1,291 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Nike Product Page Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ }
15
+
16
+ /* Simulated OS status bar + browser chrome */
17
+ .status-bar {
18
+ height: 100px;
19
+ background: #0d0d0d;
20
+ color: #fff;
21
+ display: flex;
22
+ align-items: center;
23
+ padding: 0 30px;
24
+ font-size: 36px;
25
+ letter-spacing: 0.5px;
26
+ }
27
+ .status-bar .right {
28
+ margin-left: auto;
29
+ display: flex;
30
+ align-items: center;
31
+ gap: 20px;
32
+ }
33
+ .browser-bar {
34
+ height: 160px;
35
+ background: #0d0d0d;
36
+ display: flex;
37
+ align-items: center;
38
+ padding: 0 24px;
39
+ color: #fff;
40
+ gap: 18px;
41
+ }
42
+ .addr-pill {
43
+ height: 110px;
44
+ width: 740px;
45
+ border-radius: 55px;
46
+ background: #383838;
47
+ color: #cfcfcf;
48
+ display: flex;
49
+ align-items: center;
50
+ padding: 0 40px;
51
+ font-size: 38px;
52
+ overflow: hidden;
53
+ white-space: nowrap;
54
+ text-overflow: ellipsis;
55
+ }
56
+ .browser-bar .right-icons {
57
+ margin-left: auto;
58
+ display: flex;
59
+ align-items: center;
60
+ gap: 28px;
61
+ }
62
+ .tab-counter {
63
+ width: 90px;
64
+ height: 90px;
65
+ border-radius: 18px;
66
+ border: 2px solid #9e9e9e;
67
+ color: #e0e0e0;
68
+ display: flex;
69
+ align-items: center;
70
+ justify-content: center;
71
+ font-weight: 600;
72
+ font-size: 36px;
73
+ }
74
+
75
+ /* Site header */
76
+ .site-header {
77
+ height: 170px;
78
+ background: #ffffff;
79
+ display: flex;
80
+ align-items: center;
81
+ padding: 0 40px;
82
+ border-bottom: 1px solid #e6e6e6;
83
+ }
84
+ .brand {
85
+ display: flex;
86
+ align-items: center;
87
+ gap: 18px;
88
+ font-weight: bold;
89
+ font-size: 44px;
90
+ color: #111;
91
+ }
92
+ .site-header .actions {
93
+ margin-left: auto;
94
+ display: flex;
95
+ align-items: center;
96
+ gap: 40px;
97
+ }
98
+ .icon {
99
+ width: 56px;
100
+ height: 56px;
101
+ }
102
+
103
+ /* Product info */
104
+ .content {
105
+ padding: 40px;
106
+ }
107
+ .title {
108
+ font-size: 72px;
109
+ color: #111;
110
+ font-weight: 700;
111
+ margin-top: 20px;
112
+ margin-bottom: 16px;
113
+ line-height: 1.2;
114
+ }
115
+ .subtitle {
116
+ font-size: 40px;
117
+ color: #3d3d3d;
118
+ margin-bottom: 48px;
119
+ }
120
+ .price {
121
+ font-size: 44px;
122
+ font-weight: 700;
123
+ color: #111;
124
+ margin-bottom: 18px;
125
+ }
126
+ .tax {
127
+ font-size: 38px;
128
+ color: #8c8c8c;
129
+ margin-bottom: 8px;
130
+ }
131
+ .duties {
132
+ font-size: 36px;
133
+ color: #9c9c9c;
134
+ }
135
+
136
+ .divider {
137
+ height: 18px;
138
+ background: #f3f3f3;
139
+ margin: 40px -40px 0 -40px;
140
+ }
141
+
142
+ /* Product image placeholder */
143
+ .product-image-wrap {
144
+ padding: 60px 40px 0 40px;
145
+ }
146
+ .img-placeholder {
147
+ width: 100%;
148
+ height: 800px;
149
+ background: #E0E0E0;
150
+ border: 1px solid #BDBDBD;
151
+ display: flex;
152
+ align-items: center;
153
+ justify-content: center;
154
+ color: #757575;
155
+ font-size: 40px;
156
+ border-radius: 8px;
157
+ }
158
+
159
+ /* Sticky add to bag */
160
+ .add-to-bag {
161
+ position: absolute;
162
+ left: 0;
163
+ right: 0;
164
+ bottom: 120px;
165
+ height: 160px;
166
+ background: #111111;
167
+ color: #ffffff;
168
+ display: flex;
169
+ align-items: center;
170
+ justify-content: center;
171
+ font-size: 48px;
172
+ font-weight: 700;
173
+ letter-spacing: 0.5px;
174
+ }
175
+
176
+ /* Gesture bar */
177
+ .gesture {
178
+ position: absolute;
179
+ bottom: 36px;
180
+ left: 50%;
181
+ transform: translateX(-50%);
182
+ width: 240px;
183
+ height: 18px;
184
+ background: #cfcfcf;
185
+ border-radius: 9px;
186
+ }
187
+
188
+ /* Small utility for icon buttons in browser bar */
189
+ .circle-btn {
190
+ width: 70px;
191
+ height: 70px;
192
+ border-radius: 50%;
193
+ border: 2px solid #676767;
194
+ display: flex;
195
+ align-items: center;
196
+ justify-content: center;
197
+ color: #e0e0e0;
198
+ font-size: 42px;
199
+ }
200
+ </style>
201
+ </head>
202
+ <body>
203
+ <div id="render-target">
204
+
205
+ <!-- Simulated status bar -->
206
+ <div class="status-bar">
207
+ <div>8:56</div>
208
+ <div class="right">
209
+ <!-- Simple icons -->
210
+ <svg class="icon" viewBox="0 0 24 24" fill="#fff" aria-hidden="true">
211
+ <circle cx="12" cy="12" r="10" fill="#fff" opacity="0.2"></circle>
212
+ <path d="M3 15h18" stroke="#fff" stroke-width="2"></path>
213
+ </svg>
214
+ <svg class="icon" viewBox="0 0 24 24" aria-hidden="true">
215
+ <rect x="2" y="6" width="16" height="12" rx="2" fill="none" stroke="#fff" stroke-width="2"></rect>
216
+ <rect x="19" y="9" width="3" height="6" rx="1" fill="#fff"></rect>
217
+ </svg>
218
+ <span style="font-size:34px;">100%</span>
219
+ </div>
220
+ </div>
221
+
222
+ <!-- Simulated browser bar -->
223
+ <div class="browser-bar">
224
+ <!-- Home icon -->
225
+ <svg class="icon" viewBox="0 0 24 24" aria-hidden="true">
226
+ <path d="M3 11l9-7 9 7v9a1 1 0 0 1-1 1h-5v-6H9v6H4a1 1 0 0 1-1-1z" fill="#e0e0e0"></path>
227
+ </svg>
228
+ <div class="addr-pill">nike.com/in/t/revolution-</div>
229
+ <div class="right-icons">
230
+ <div class="circle-btn">+</div>
231
+ <div class="tab-counter">17</div>
232
+ <div class="circle-btn">⋮</div>
233
+ </div>
234
+ </div>
235
+
236
+ <!-- Site header -->
237
+ <div class="site-header">
238
+ <div class="brand">
239
+ <!-- Simple swoosh-like mark -->
240
+ <svg width="80" height="40" viewBox="0 0 80 40" aria-hidden="true">
241
+ <path d="M5 25c20-6 40-14 70-20-24 10-52 28-65 30-9 2-13-5-5-10z" fill="#111"></path>
242
+ </svg>
243
+ </div>
244
+ <div class="actions">
245
+ <!-- Search -->
246
+ <svg class="icon" viewBox="0 0 24 24" aria-hidden="true">
247
+ <circle cx="10" cy="10" r="6" stroke="#111" stroke-width="2" fill="none"></circle>
248
+ <path d="M15 15l6 6" stroke="#111" stroke-width="2"></path>
249
+ </svg>
250
+ <!-- Bag -->
251
+ <svg class="icon" viewBox="0 0 24 24" aria-hidden="true">
252
+ <path d="M6 9h12l-1 12H7L6 9z" fill="none" stroke="#111" stroke-width="2"></path>
253
+ <path d="M9 9V7a3 3 0 0 1 6 0v2" stroke="#111" stroke-width="2" fill="none"></path>
254
+ </svg>
255
+ <!-- User -->
256
+ <svg class="icon" viewBox="0 0 24 24" aria-hidden="true">
257
+ <circle cx="12" cy="8" r="4" stroke="#111" stroke-width="2" fill="none"></circle>
258
+ <path d="M4 20c2-4 14-4 16 0" stroke="#111" stroke-width="2" fill="none"></path>
259
+ </svg>
260
+ <!-- Menu -->
261
+ <svg class="icon" viewBox="0 0 24 24" aria-hidden="true">
262
+ <path d="M3 6h18M3 12h18M3 18h18" stroke="#111" stroke-width="2"></path>
263
+ </svg>
264
+ </div>
265
+ </div>
266
+
267
+ <!-- Product content -->
268
+ <div class="content">
269
+ <div class="title">Nike Revolution 7 EasyOn</div>
270
+ <div class="subtitle">Men's Road Running Shoes</div>
271
+
272
+ <div class="price">MRP : ₹ 3 695.00</div>
273
+ <div class="tax">incl. of taxes</div>
274
+ <div class="duties">(Also includes all applicable duties)</div>
275
+
276
+ <div class="divider"></div>
277
+
278
+ <div class="product-image-wrap">
279
+ <div class="img-placeholder">[IMG: Black Nike Running Shoe]</div>
280
+ </div>
281
+ </div>
282
+
283
+ <!-- Sticky Add to Bag -->
284
+ <div class="add-to-bag">Add to Bag</div>
285
+
286
+ <!-- Gesture bar -->
287
+ <div class="gesture"></div>
288
+
289
+ </div>
290
+ </body>
291
+ </html>
code/4708/4708_5.html ADDED
@@ -0,0 +1,298 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Write a Review - Mockup</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #0F0F10; /* dark browser chrome */
15
+ color: #111;
16
+ }
17
+
18
+ /* Top system status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 1080px;
24
+ height: 150px;
25
+ background: #111;
26
+ color: #fff;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ padding: 0 36px;
31
+ box-sizing: border-box;
32
+ font-weight: 600;
33
+ letter-spacing: 0.2px;
34
+ }
35
+ .status-left { font-size: 42px; }
36
+ .status-right {
37
+ display: flex;
38
+ align-items: center;
39
+ gap: 28px;
40
+ color: #fff;
41
+ opacity: 0.95;
42
+ }
43
+ .status-icon { width: 40px; height: 40px; border-radius: 50%; background: #fff; opacity: 0.25; }
44
+
45
+ /* URL bar */
46
+ .url-row {
47
+ position: absolute;
48
+ top: 160px;
49
+ left: 24px;
50
+ right: 24px;
51
+ height: 110px;
52
+ display: flex;
53
+ align-items: center;
54
+ gap: 18px;
55
+ }
56
+ .home-icon {
57
+ width: 64px; height: 64px; border-radius: 16px;
58
+ border: 2px solid #9AA0A6; display: flex; align-items: center; justify-content: center;
59
+ }
60
+ .url-pill {
61
+ flex: 1;
62
+ height: 110px;
63
+ background: #2B2B2D;
64
+ border-radius: 55px;
65
+ display: flex;
66
+ align-items: center;
67
+ padding: 0 36px;
68
+ box-sizing: border-box;
69
+ color: #C9CACD;
70
+ font-size: 38px;
71
+ gap: 24px;
72
+ }
73
+ .url-text { flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
74
+ .url-action { color: #fff; opacity: 0.85; }
75
+
76
+ /* White sheet (review form) */
77
+ .sheet {
78
+ position: absolute;
79
+ top: 270px;
80
+ left: 0;
81
+ width: 1080px;
82
+ height: 2000px;
83
+ background: #fff;
84
+ border-top-left-radius: 18px;
85
+ border-top-right-radius: 18px;
86
+ box-shadow: 0 -2px 0 rgba(0,0,0,0.25);
87
+ }
88
+ .close-circle {
89
+ position: absolute;
90
+ top: 36px;
91
+ right: 36px;
92
+ width: 108px;
93
+ height: 108px;
94
+ border-radius: 54px;
95
+ border: 2px solid #D6D6D6;
96
+ display: flex;
97
+ align-items: center;
98
+ justify-content: center;
99
+ color: #222;
100
+ }
101
+ .sheet-inner {
102
+ position: absolute;
103
+ top: 36px;
104
+ left: 36px;
105
+ right: 36px;
106
+ bottom: 24px;
107
+ overflow-y: auto;
108
+ padding: 24px 12px 140px 12px;
109
+ box-sizing: border-box;
110
+ }
111
+
112
+ .title { font-size: 64px; font-weight: 700; color: #111; margin: 36px 24px 12px; }
113
+ .subtitle { font-size: 36px; color: #7A7A7A; margin: 0 24px 48px; }
114
+
115
+ .product-row {
116
+ display: flex;
117
+ align-items: center;
118
+ gap: 28px;
119
+ margin: 0 24px 48px;
120
+ }
121
+ .product-thumb {
122
+ width: 170px; height: 170px; background: #E0E0E0; border: 1px solid #BDBDBD;
123
+ border-radius: 22px; display: flex; align-items: center; justify-content: center; color: #757575; font-size: 30px; text-align: center; padding: 10px; box-sizing: border-box;
124
+ }
125
+ .product-title {
126
+ font-size: 42px; line-height: 1.3; font-weight: 700; color: #222;
127
+ }
128
+
129
+ .label {
130
+ font-size: 40px; font-weight: 700; color: #222; margin: 24px 24px 18px;
131
+ }
132
+ .label .required { color: #C62828; }
133
+
134
+ .stars {
135
+ display: flex; align-items: center; gap: 36px; margin: 0 24px 36px;
136
+ }
137
+ .star svg { width: 140px; height: 140px; }
138
+ .divider { height: 2px; background: #E5E5E5; margin: 24px 24px 36px; }
139
+
140
+ .textarea {
141
+ margin: 0 24px 14px;
142
+ height: 520px;
143
+ border: 2px solid #C8C8CC;
144
+ border-radius: 30px;
145
+ padding: 28px;
146
+ font-size: 38px;
147
+ color: #111;
148
+ outline: none;
149
+ box-sizing: border-box;
150
+ }
151
+ .helper {
152
+ font-size: 34px; color: #7A7A7A; margin: 0 24px 48px;
153
+ }
154
+ .input {
155
+ margin: 0 24px 14px;
156
+ height: 140px;
157
+ border: 2px solid #C8C8CC;
158
+ border-radius: 30px;
159
+ padding: 28px;
160
+ font-size: 38px;
161
+ color: #111;
162
+ outline: none;
163
+ box-sizing: border-box;
164
+ }
165
+
166
+ /* bottom gesture bar */
167
+ .gesture {
168
+ position: absolute;
169
+ bottom: 18px;
170
+ left: 50%;
171
+ transform: translateX(-50%);
172
+ width: 420px;
173
+ height: 18px;
174
+ border-radius: 9px;
175
+ background: #C9C9C9;
176
+ opacity: 0.9;
177
+ }
178
+
179
+ /* simple dots badge */
180
+ .tab-badge {
181
+ display: inline-block;
182
+ min-width: 54px;
183
+ height: 54px;
184
+ border-radius: 12px;
185
+ background: #3A3A3C;
186
+ color: #fff;
187
+ font-size: 34px;
188
+ text-align: center;
189
+ line-height: 54px;
190
+ padding: 0 12px;
191
+ }
192
+ </style>
193
+ </head>
194
+ <body>
195
+ <div id="render-target">
196
+ <!-- Status bar -->
197
+ <div class="status-bar">
198
+ <div class="status-left">8:57</div>
199
+ <div class="status-right">
200
+ <div class="status-icon"></div>
201
+ <div class="status-icon"></div>
202
+ <div class="status-icon"></div>
203
+ <div class="status-icon"></div>
204
+ <span style="font-size:36px;">100%</span>
205
+ <svg width="46" height="46" viewBox="0 0 24 24" fill="#fff" xmlns="http://www.w3.org/2000/svg">
206
+ <path d="M2 7h20v10c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V7z" />
207
+ <rect x="4" y="9" width="16" height="6" fill="#0F0F10"/>
208
+ <path d="M22 10v4" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
209
+ </svg>
210
+ </div>
211
+ </div>
212
+
213
+ <!-- URL bar -->
214
+ <div class="url-row">
215
+ <div class="home-icon">
216
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="none" stroke="#9AA0A6" stroke-width="2" xmlns="http://www.w3.org/2000/svg">
217
+ <path d="M3 10l9-7 9 7v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V10z"/>
218
+ <path d="M9 22V12h6v10"/>
219
+ </svg>
220
+ </div>
221
+ <div class="url-pill">
222
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="none" stroke="#C9CACD" stroke-width="2" xmlns="http://www.w3.org/2000/svg">
223
+ <path d="M3 3h18v6H3zM3 15h18v6H3zM3 9h18M3 15h18"/>
224
+ </svg>
225
+ <div class="url-text">nike.com/in/t/revolution-</div>
226
+ <div class="url-action">+</div>
227
+ <div class="tab-badge">17</div>
228
+ <div class="url-action">⋮</div>
229
+ </div>
230
+ </div>
231
+
232
+ <!-- Review sheet -->
233
+ <div class="sheet">
234
+ <div class="close-circle">
235
+ <svg width="48" height="48" viewBox="0 0 24 24" stroke="#222" stroke-width="2" fill="none" xmlns="http://www.w3.org/2000/svg">
236
+ <path d="M6 6l12 12M18 6L6 18"/>
237
+ </svg>
238
+ </div>
239
+ <div class="sheet-inner">
240
+ <div class="title">Write a Review</div>
241
+ <div class="subtitle">Share your thoughts with the community.</div>
242
+
243
+ <div class="product-row">
244
+ <div class="product-thumb">[IMG: Black Running Shoe]</div>
245
+ <div class="product-title">Nike Revolution 7 EasyOn Men's Road<br>Running Shoes</div>
246
+ </div>
247
+
248
+ <div class="label">Overall rating <span class="required">*</span></div>
249
+ <div class="stars">
250
+ <div class="star">
251
+ <svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
252
+ <path d="M50 8 L61 36 L90 36 L66 53 L75 82 L50 66 L25 82 L34 53 L10 36 L39 36 Z"
253
+ fill="none" stroke="#111" stroke-width="6" stroke-linejoin="round"/>
254
+ </svg>
255
+ </div>
256
+ <div class="star">
257
+ <svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
258
+ <path d="M50 8 L61 36 L90 36 L66 53 L75 82 L50 66 L25 82 L34 53 L10 36 L39 36 Z"
259
+ fill="none" stroke="#111" stroke-width="6" stroke-linejoin="round"/>
260
+ </svg>
261
+ </div>
262
+ <div class="star">
263
+ <svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
264
+ <path d="M50 8 L61 36 L90 36 L66 53 L75 82 L50 66 L25 82 L34 53 L10 36 L39 36 Z"
265
+ fill="none" stroke="#111" stroke-width="6" stroke-linejoin="round"/>
266
+ </svg>
267
+ </div>
268
+ <div class="star">
269
+ <svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
270
+ <path d="M50 8 L61 36 L90 36 L66 53 L75 82 L50 66 L25 82 L34 53 L10 36 L39 36 Z"
271
+ fill="none" stroke="#111" stroke-width="6" stroke-linejoin="round"/>
272
+ </svg>
273
+ </div>
274
+ <div class="star">
275
+ <svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
276
+ <path d="M50 8 L61 36 L90 36 L66 53 L75 82 L50 66 L25 82 L34 53 L10 36 L39 36 Z"
277
+ fill="none" stroke="#111" stroke-width="6" stroke-linejoin="round"/>
278
+ </svg>
279
+ </div>
280
+ </div>
281
+
282
+ <div class="divider"></div>
283
+
284
+ <div class="label">Your Review <span class="required">*</span></div>
285
+ <div class="textarea" contenteditable="true"></div>
286
+ <div class="helper">Describe what you liked, what you didn't like and other key things shoppers should know. Minimum 30 characters.</div>
287
+
288
+ <div class="label">Review title</div>
289
+ <div class="input" contenteditable="true"></div>
290
+ <div class="helper">Summarise your review in 150 characters or less.</div>
291
+ </div>
292
+ </div>
293
+
294
+ <!-- bottom gesture bar -->
295
+ <div class="gesture"></div>
296
+ </div>
297
+ </body>
298
+ </html>
code/4708/4708_6.html ADDED
@@ -0,0 +1,165 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Write a Review - Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ color: #111;
16
+ }
17
+ .sheet {
18
+ padding: 56px 48px 48px 48px;
19
+ }
20
+ .close-btn {
21
+ position: absolute;
22
+ top: 40px;
23
+ right: 40px;
24
+ width: 96px;
25
+ height: 96px;
26
+ border-radius: 50%;
27
+ border: 2px solid #D6D6D6;
28
+ background: #fff;
29
+ display: flex;
30
+ align-items: center;
31
+ justify-content: center;
32
+ }
33
+ .close-btn svg { width: 44px; height: 44px; stroke: #111; }
34
+ h1 {
35
+ margin: 24px 0 8px 0;
36
+ font-size: 58px;
37
+ line-height: 1.1;
38
+ font-weight: 700;
39
+ letter-spacing: -0.5px;
40
+ }
41
+ .subtitle {
42
+ color: #777;
43
+ font-size: 34px;
44
+ margin-bottom: 56px;
45
+ }
46
+ .product {
47
+ display: flex;
48
+ align-items: center;
49
+ gap: 28px;
50
+ margin: 8px 0 56px 0;
51
+ }
52
+ .img-ph {
53
+ width: 160px;
54
+ height: 160px;
55
+ background: #E0E0E0;
56
+ border: 1px solid #BDBDBD;
57
+ color: #757575;
58
+ display: flex;
59
+ align-items: center;
60
+ justify-content: center;
61
+ border-radius: 22px;
62
+ font-size: 28px;
63
+ text-align: center;
64
+ padding: 8px;
65
+ }
66
+ .product-title {
67
+ font-size: 38px;
68
+ line-height: 1.25;
69
+ font-weight: 700;
70
+ }
71
+ .section-label {
72
+ font-size: 36px;
73
+ font-weight: 700;
74
+ margin: 12px 0 18px 0;
75
+ }
76
+ .section-label .req { color: #C62828; }
77
+ .stars {
78
+ display: flex;
79
+ gap: 28px;
80
+ margin-bottom: 48px;
81
+ }
82
+ .stars svg { width: 120px; height: 120px; }
83
+ .divider {
84
+ height: 1px;
85
+ background: #E6E6E6;
86
+ margin: 12px 0 56px 0;
87
+ }
88
+ .field {
89
+ margin-bottom: 48px;
90
+ }
91
+ textarea, input[type="text"] {
92
+ width: 100%;
93
+ box-sizing: border-box;
94
+ border: 2px solid #CFCFCF;
95
+ border-radius: 28px;
96
+ padding: 28px;
97
+ font-size: 34px;
98
+ outline: none;
99
+ }
100
+ textarea {
101
+ height: 420px;
102
+ resize: none;
103
+ }
104
+ .hint {
105
+ margin-top: 18px;
106
+ font-size: 30px;
107
+ color: #757575;
108
+ }
109
+ </style>
110
+ </head>
111
+ <body>
112
+ <div id="render-target">
113
+ <div class="close-btn" aria-label="Close">
114
+ <svg viewBox="0 0 24 24" fill="none" stroke-width="2">
115
+ <path d="M5 5L19 19M19 5L5 19" stroke="currentColor" stroke-linecap="round"/>
116
+ </svg>
117
+ </div>
118
+
119
+ <div class="sheet">
120
+ <h1>Write a Review</h1>
121
+ <div class="subtitle">Share your thoughts with the community.</div>
122
+
123
+ <div class="product">
124
+ <div class="img-ph">[IMG: Product Shoe]</div>
125
+ <div class="product-title">Nike Revolution 7 EasyOn Men's Road Running Shoes</div>
126
+ </div>
127
+
128
+ <div class="section-label">Overall rating <span class="req">*</span></div>
129
+ <div class="stars">
130
+ <!-- Filled stars -->
131
+ <svg viewBox="0 0 24 24">
132
+ <path d="M12 17.27L18.18 21 16.54 13.97 22 9.24l-7.19-.62L12 2 9.19 8.62 2 9.24l5.46 4.73L5.82 21z" fill="#111"/>
133
+ </svg>
134
+ <svg viewBox="0 0 24 24">
135
+ <path d="M12 17.27L18.18 21 16.54 13.97 22 9.24l-7.19-.62L12 2 9.19 8.62 2 9.24l5.46 4.73L5.82 21z" fill="#111"/>
136
+ </svg>
137
+ <svg viewBox="0 0 24 24">
138
+ <path d="M12 17.27L18.18 21 16.54 13.97 22 9.24l-7.19-.62L12 2 9.19 8.62 2 9.24l5.46 4.73L5.82 21z" fill="#111"/>
139
+ </svg>
140
+ <svg viewBox="0 0 24 24">
141
+ <path d="M12 17.27L18.18 21 16.54 13.97 22 9.24l-7.19-.62L12 2 9.19 8.62 2 9.24l5.46 4.73L5.82 21z" fill="#111"/>
142
+ </svg>
143
+ <!-- Outlined star -->
144
+ <svg viewBox="0 0 24 24">
145
+ <path d="M12 17.27L18.18 21 16.54 13.97 22 9.24l-7.19-.62L12 2 9.19 8.62 2 9.24l5.46 4.73L5.82 21z" fill="none" stroke="#111" stroke-width="2" />
146
+ </svg>
147
+ </div>
148
+
149
+ <div class="divider"></div>
150
+
151
+ <div class="field">
152
+ <div class="section-label">Your Review <span class="req">*</span></div>
153
+ <textarea placeholder=""></textarea>
154
+ <div class="hint">Describe what you liked, what you didn't like and other key things shoppers should know. Minimum 30 characters.</div>
155
+ </div>
156
+
157
+ <div class="field">
158
+ <div class="section-label">Review title</div>
159
+ <input type="text" placeholder="">
160
+ <div class="hint">Summarise your review in 150 characters or less.</div>
161
+ </div>
162
+ </div>
163
+ </div>
164
+ </body>
165
+ </html>
code/4708/4708_7.html ADDED
@@ -0,0 +1,190 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Nike Review UI (Mock)</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #ffffff; box-sizing: border-box;
13
+ }
14
+
15
+ /* Top app/browser bar */
16
+ .topbar { background: #0f0f10; color: #fff; height: 260px; }
17
+ .status-row {
18
+ height: 86px; display: flex; align-items: center; justify-content: space-between;
19
+ padding: 0 28px; font-size: 30px; opacity: 0.95;
20
+ }
21
+ .status-right { display: flex; align-items: center; gap: 18px; }
22
+ .address-row {
23
+ height: 174px; display: flex; align-items: center; gap: 22px;
24
+ padding: 0 22px;
25
+ }
26
+ .icon-btn { width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; border-radius: 16px; color: #fff; }
27
+ .home-icon svg { fill: none; stroke: #ffffff; stroke-width: 2.6; }
28
+ .addr-pill {
29
+ flex: 1; max-width: 720px; height: 96px; border-radius: 48px;
30
+ background: #2a2b2e; color: #d7d7d8;
31
+ display: flex; align-items: center; justify-content: center;
32
+ font-size: 30px; letter-spacing: 0.2px;
33
+ }
34
+ .round-btn {
35
+ width: 72px; height: 72px; border-radius: 18px; background: #232325;
36
+ display: flex; align-items: center; justify-content: center; color: #fff;
37
+ }
38
+ .tabs-pill {
39
+ width: 72px; height: 72px; border-radius: 20px; border: 2px solid #4b4c50;
40
+ display: flex; align-items: center; justify-content: center; color: #fff; font-size: 28px;
41
+ }
42
+ .more-icon svg { fill: #ffffff; }
43
+
44
+ /* Stars row */
45
+ .stars { display: flex; gap: 28px; padding: 28px 40px 10px; }
46
+ .stars svg { width: 120px; height: 120px; }
47
+ .star-filled { fill: #0b0b0b; }
48
+ .star-outline { fill: none; stroke: #0b0b0b; stroke-width: 6; }
49
+
50
+ .divider { height: 2px; background: #e6e6e6; margin: 10px 40px 28px; }
51
+
52
+ /* Form */
53
+ .content { padding: 0 40px 0; }
54
+ .field-label { font-size: 40px; font-weight: 700; color: #222; margin-bottom: 18px; }
55
+ .required { color: #e53935; font-weight: 700; }
56
+ textarea {
57
+ width: 1000px; height: 460px; border: 2px solid #bdbdbd; border-radius: 26px;
58
+ padding: 26px; font-size: 32px; resize: none; outline: none;
59
+ }
60
+ .hint {
61
+ color: #7a7a7a; font-size: 28px; line-height: 40px; margin: 16px 8px 50px;
62
+ max-width: 980px;
63
+ }
64
+ .text-input {
65
+ width: 1000px; height: 120px; border: 2px solid #bdbdbd; border-radius: 22px;
66
+ padding: 0 26px; font-size: 32px; outline: none;
67
+ }
68
+
69
+ /* Keyboard overlay */
70
+ .keyboard {
71
+ position: absolute; left: 0; bottom: 0; width: 100%; height: 860px;
72
+ background: #1f2022; color: #f2f2f2; box-shadow: 0 -8px 20px rgba(0,0,0,0.25);
73
+ }
74
+ .kb-top {
75
+ height: 120px; display: flex; align-items: center; gap: 28px;
76
+ padding: 0 26px; color: #cfcfcf; font-size: 28px;
77
+ }
78
+ .kb-top .tool { width: 88px; height: 62px; background: #2b2c2f; border-radius: 14px;
79
+ display: flex; align-items: center; justify-content: center; }
80
+ .kb-grid { padding: 0 18px; }
81
+ .kb-row { display: flex; justify-content: center; gap: 16px; margin: 16px 0; }
82
+ .key {
83
+ width: 92px; height: 118px; background: #2b2c2f; border-radius: 16px;
84
+ display: flex; align-items: center; justify-content: center; font-size: 36px;
85
+ }
86
+ .key.dark { background: #2a2a2c; }
87
+ .key.wide { width: 160px; }
88
+ .space { flex: 1; min-width: 480px; height: 118px; background: #2b2c2f; border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 30px; color: #bdbdbd; }
89
+ .enter {
90
+ width: 120px; height: 120px; background: #dfe6f8; color: #2b2c2f; border-radius: 60px;
91
+ display: flex; align-items: center; justify-content: center; font-size: 36px; margin-left: 10px;
92
+ }
93
+ .gesture-bar {
94
+ position: absolute; left: 50%; transform: translateX(-50%);
95
+ bottom: 20px; width: 220px; height: 10px; background: #eaeaea; border-radius: 8px; opacity: 0.9;
96
+ }
97
+ </style>
98
+ </head>
99
+ <body>
100
+ <div id="render-target">
101
+ <div class="topbar">
102
+ <div class="status-row">
103
+ <div class="time">8:58</div>
104
+ <div class="status-right">
105
+ <span style="font-size:24px; opacity:0.85;">● ● ●</span>
106
+ <span style="font-size:26px;">Wi‑Fi</span>
107
+ <span style="font-size:26px;">100%</span>
108
+ </div>
109
+ </div>
110
+ <div class="address-row">
111
+ <div class="icon-btn home-icon">
112
+ <svg viewBox="0 0 24 24" width="36" height="36">
113
+ <path d="M3 10.5L12 3l9 7.5v9.5a1 1 0 0 1-1 1h-5v-6H9v6H4a1 1 0 0 1-1-1z"/>
114
+ </svg>
115
+ </div>
116
+ <div class="addr-pill">nike.com/in/t/revolution-</div>
117
+ <div class="round-btn">
118
+ <svg viewBox="0 0 24 24" width="28" height="28" fill="#ffffff">
119
+ <path d="M11 5h2v14h-2zM5 11h14v2H5z"/>
120
+ </svg>
121
+ </div>
122
+ <div class="tabs-pill">17</div>
123
+ <div class="round-btn more-icon">
124
+ <svg viewBox="0 0 24 24" width="26" height="26">
125
+ <circle cx="12" cy="5" r="2"/>
126
+ <circle cx="12" cy="12" r="2"/>
127
+ <circle cx="12" cy="19" r="2"/>
128
+ </svg>
129
+ </div>
130
+ </div>
131
+ </div>
132
+
133
+ <div class="stars">
134
+ <svg viewBox="0 0 24 24" class="star-filled"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.62L12 2 9.19 8.62 2 9.24l5.46 4.73L5.82 21z"/></svg>
135
+ <svg viewBox="0 0 24 24" class="star-filled"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.62L12 2 9.19 8.62 2 9.24l5.46 4.73L5.82 21z"/></svg>
136
+ <svg viewBox="0 0 24 24" class="star-filled"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.62L12 2 9.19 8.62 2 9.24l5.46 4.73L5.82 21z"/></svg>
137
+ <svg viewBox="0 0 24 24" class="star-filled"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.62L12 2 9.19 8.62 2 9.24l5.46 4.73L5.82 21z"/></svg>
138
+ <svg viewBox="0 0 24 24" class="star-outline"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.62L12 2 9.19 8.62 2 9.24l5.46 4.73L5.82 21z"/></svg>
139
+ </div>
140
+
141
+ <div class="divider"></div>
142
+
143
+ <div class="content">
144
+ <div class="field-label">Your Review <span class="required">*</span></div>
145
+ <textarea></textarea>
146
+ <div class="hint">Describe what you liked, what you didn't like and other key things shoppers should know. Minimum 30 characters.</div>
147
+
148
+ <div class="field-label" style="margin-bottom:14px;">Review title</div>
149
+ <input class="text-input" type="text">
150
+ </div>
151
+
152
+ <!-- Keyboard overlay -->
153
+ <div class="keyboard">
154
+ <div class="kb-top">
155
+ <div class="tool">⌨️</div>
156
+ <div class="tool">🙂</div>
157
+ <div class="tool">GIF</div>
158
+ <div class="tool">⚙️</div>
159
+ <div class="tool">G↔︎</div>
160
+ <div class="tool">🎨</div>
161
+ <div class="tool">🎤</div>
162
+ </div>
163
+ <div class="kb-grid">
164
+ <div class="kb-row">
165
+ <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>
166
+ <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>
167
+ </div>
168
+ <div class="kb-row">
169
+ <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>
170
+ <div class="key">H</div><div class="key">J</div><div class="key">K</div><div class="key">L</div>
171
+ </div>
172
+ <div class="kb-row">
173
+ <div class="key wide">⇧</div>
174
+ <div class="key">Z</div><div class="key">X</div><div class="key">C</div><div class="key">V</div><div class="key">B</div><div class="key">N</div><div class="key">M</div>
175
+ <div class="key wide">⌫</div>
176
+ </div>
177
+ <div class="kb-row" style="padding: 0 18px;">
178
+ <div class="key wide">?123</div>
179
+ <div class="key">,</div>
180
+ <div class="key">🙂</div>
181
+ <div class="space">space</div>
182
+ <div class="key dark">.</div>
183
+ <div class="enter">↵</div>
184
+ </div>
185
+ </div>
186
+ <div class="gesture-bar"></div>
187
+ </div>
188
+ </div>
189
+ </body>
190
+ </html>
code/4708/4708_8.html ADDED
@@ -0,0 +1,327 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Mobile UI - Review Form with Keyboard</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ border-radius: 0;
16
+ box-shadow: none;
17
+ }
18
+
19
+ /* Top status bar */
20
+ .status-bar {
21
+ height: 90px;
22
+ background: #0f0f10;
23
+ color: #fff;
24
+ display: flex;
25
+ align-items: center;
26
+ padding: 0 32px;
27
+ font-size: 34px;
28
+ letter-spacing: 0.5px;
29
+ }
30
+ .status-time { font-weight: 600; }
31
+ .status-icons {
32
+ margin-left: auto;
33
+ display: flex;
34
+ align-items: center;
35
+ gap: 24px;
36
+ }
37
+ .status-icons svg { fill: none; stroke: #fff; stroke-width: 2.5; }
38
+
39
+ /* Browser address bar */
40
+ .browser-bar {
41
+ height: 130px;
42
+ background: #111214;
43
+ display: flex;
44
+ align-items: center;
45
+ padding: 0 24px;
46
+ gap: 24px;
47
+ color: #fff;
48
+ }
49
+ .icon-btn {
50
+ width: 64px; height: 64px; border-radius: 20px;
51
+ display: flex; align-items: center; justify-content: center;
52
+ }
53
+ .icon-btn svg { width: 40px; height: 40px; fill: none; stroke: #ffffff; stroke-width: 2.5; }
54
+ .address-pill {
55
+ flex: 1;
56
+ height: 96px;
57
+ background: #2a2c30;
58
+ border-radius: 48px;
59
+ display: flex;
60
+ align-items: center;
61
+ padding: 0 32px;
62
+ color: #e7e7e7;
63
+ font-size: 36px;
64
+ overflow: hidden;
65
+ }
66
+ .address-pill .lock { margin-right: 16px; }
67
+ .addr-text { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
68
+ .tab-count {
69
+ width: 64px; height: 64px; border-radius: 16px; border: 2px solid #fff; display: flex; align-items: center; justify-content: center; font-weight: 600;
70
+ }
71
+ .dots { width: 18px; height: 18px; border-radius: 50%; background: #fff; box-shadow: 0 20px 0 #fff, 0 -20px 0 #fff; }
72
+
73
+ /* Page content */
74
+ .content {
75
+ padding: 24px 48px 200px 48px;
76
+ background: #ffffff;
77
+ }
78
+
79
+ .stars-row {
80
+ margin-top: 18px;
81
+ display: flex;
82
+ gap: 36px;
83
+ align-items: center;
84
+ }
85
+ .stars-row svg { width: 120px; height: 120px; }
86
+ .stars-row .filled { fill: #111111; stroke: #111111; }
87
+ .stars-row .outline { fill: none; stroke: #111111; stroke-width: 8; }
88
+
89
+ .divider {
90
+ height: 2px;
91
+ background: #e5e5e5;
92
+ margin: 28px 0 36px;
93
+ }
94
+
95
+ .label {
96
+ font-size: 42px;
97
+ color: #111;
98
+ font-weight: 600;
99
+ margin-bottom: 20px;
100
+ }
101
+ .label .req { color: #c62828; margin-left: 10px; }
102
+
103
+ .textarea {
104
+ width: 984px;
105
+ height: 420px;
106
+ border: 2px solid #C7C7C7;
107
+ border-radius: 28px;
108
+ padding: 32px;
109
+ font-size: 36px;
110
+ line-height: 52px;
111
+ color: #111;
112
+ resize: none;
113
+ outline: none;
114
+ }
115
+ .helper {
116
+ margin-top: 18px;
117
+ font-size: 32px;
118
+ color: #7a7a7a;
119
+ }
120
+
121
+ .input {
122
+ width: 984px;
123
+ height: 120px;
124
+ border: 2px solid #C7C7C7;
125
+ border-radius: 28px;
126
+ padding: 0 32px;
127
+ font-size: 36px;
128
+ outline: none;
129
+ background: #fff;
130
+ }
131
+
132
+ /* Keyboard overlay */
133
+ .keyboard {
134
+ position: absolute;
135
+ left: 0; right: 0; bottom: 0;
136
+ height: 860px;
137
+ background: #121417;
138
+ color: #fff;
139
+ box-shadow: 0 -8px 24px rgba(0,0,0,0.35);
140
+ padding: 16px 24px 24px;
141
+ }
142
+ .kb-suggestion {
143
+ height: 90px;
144
+ display: flex;
145
+ align-items: center;
146
+ justify-content: center;
147
+ }
148
+ .suggest-pill {
149
+ background: #2c2f34;
150
+ color: #fff;
151
+ border-radius: 22px;
152
+ padding: 14px 28px;
153
+ font-size: 36px;
154
+ box-shadow: inset 0 0 0 1px #3a3f45;
155
+ }
156
+
157
+ .kb-rows { margin-top: 8px; display: flex; flex-direction: column; gap: 18px; }
158
+ .kb-row { display: grid; gap: 18px; }
159
+ .kb-row.row1 { grid-template-columns: repeat(10, 1fr); }
160
+ .kb-row.row2 { grid-template-columns: 0.8fr repeat(8, 1fr) 0.8fr; }
161
+ .kb-row.row3 { grid-template-columns: 1.2fr repeat(7, 1fr) 1.2fr; }
162
+ .kb-row.row4 { grid-template-columns: 1.4fr 1fr 1fr 5fr 1fr 1.8fr; }
163
+
164
+ .key {
165
+ height: 120px;
166
+ background: #2a2d31;
167
+ border-radius: 24px;
168
+ display: flex; align-items: center; justify-content: center;
169
+ font-size: 42px; font-weight: 600;
170
+ color: #eaeaea;
171
+ }
172
+ .key.light { background: #d9dde5; color: #111; }
173
+ .key.blue { background: #cfd8ff; color: #13204b; border-radius: 60px; }
174
+ .key.icon svg { width: 40px; height: 40px; stroke: #eaeaea; fill: none; stroke-width: 3; }
175
+
176
+ .kb-bottom {
177
+ position: absolute;
178
+ left: 0; right: 0; bottom: 10px;
179
+ height: 10px;
180
+ display: flex;
181
+ justify-content: center;
182
+ }
183
+ .home-indicator {
184
+ width: 200px; height: 8px; background: #d6d6d6; border-radius: 4px;
185
+ }
186
+ </style>
187
+ </head>
188
+ <body>
189
+ <div id="render-target">
190
+
191
+ <!-- Status bar -->
192
+ <div class="status-bar">
193
+ <div class="status-time">8:59</div>
194
+ <div class="status-icons">
195
+ <!-- Signal -->
196
+ <svg width="34" height="34" viewBox="0 0 24 24">
197
+ <path d="M3 21h2M7 17h2M11 13h2M15 9h2M19 5h2"/>
198
+ </svg>
199
+ <!-- WiFi -->
200
+ <svg width="34" height="34" viewBox="0 0 24 24">
201
+ <path d="M2 8c5-4 15-4 20 0M5 12c4-3 10-3 14 0M8 16c3-2 7-2 10 0M12 20l2-2-2-2-2 2 2 2z"/>
202
+ </svg>
203
+ <!-- Battery -->
204
+ <svg width="46" height="34" viewBox="0 0 28 18">
205
+ <rect x="1" y="3" width="22" height="12" rx="2" ry="2" stroke="#fff"></rect>
206
+ <rect x="3" y="5" width="18" height="8" fill="#fff"></rect>
207
+ <rect x="24" y="7" width="3" height="4" rx="1" stroke="#fff"></rect>
208
+ </svg>
209
+ <div style="font-weight:600;">100%</div>
210
+ </div>
211
+ </div>
212
+
213
+ <!-- Browser bar -->
214
+ <div class="browser-bar">
215
+ <div class="icon-btn">
216
+ <!-- Home icon -->
217
+ <svg viewBox="0 0 24 24">
218
+ <path d="M3 11l9-7 9 7M5 10v9h5v-5h4v5h5v-9" />
219
+ </svg>
220
+ </div>
221
+ <div class="address-pill">
222
+ <svg class="lock" width="40" height="40" viewBox="0 0 24 24">
223
+ <path d="M6 10h12v10H6zM8 10V7a4 4 0 1 1 8 0v3" />
224
+ </svg>
225
+ <div class="addr-text">nike.com/in/t/revolution-</div>
226
+ </div>
227
+ <div class="icon-btn">
228
+ <!-- Plus -->
229
+ <svg viewBox="0 0 24 24">
230
+ <path d="M5 12h14M12 5v14"/>
231
+ </svg>
232
+ </div>
233
+ <div class="tab-count">17</div>
234
+ <div class="icon-btn">
235
+ <div class="dots"></div>
236
+ </div>
237
+ </div>
238
+
239
+ <!-- Content -->
240
+ <div class="content">
241
+ <div class="stars-row">
242
+ <!-- 4 filled stars and 1 outlined -->
243
+ <svg viewBox="0 0 24 24" class="filled">
244
+ <polygon points="12,2 15.1,8.6 22,9.2 17,13.8 18.4,21 12,17.4 5.6,21 7,13.8 2,9.2 8.9,8.6"/>
245
+ </svg>
246
+ <svg viewBox="0 0 24 24" class="filled">
247
+ <polygon points="12,2 15.1,8.6 22,9.2 17,13.8 18.4,21 12,17.4 5.6,21 7,13.8 2,9.2 8.9,8.6"/>
248
+ </svg>
249
+ <svg viewBox="0 0 24 24" class="filled">
250
+ <polygon points="12,2 15.1,8.6 22,9.2 17,13.8 18.4,21 12,17.4 5.6,21 7,13.8 2,9.2 8.9,8.6"/>
251
+ </svg>
252
+ <svg viewBox="0 0 24 24" class="filled">
253
+ <polygon points="12,2 15.1,8.6 22,9.2 17,13.8 18.4,21 12,17.4 5.6,21 7,13.8 2,9.2 8.9,8.6"/>
254
+ </svg>
255
+ <svg viewBox="0 0 24 24" class="outline">
256
+ <polygon points="12,2 15.1,8.6 22,9.2 17,13.8 18.4,21 12,17.4 5.6,21 7,13.8 2,9.2 8.9,8.6"/>
257
+ </svg>
258
+ </div>
259
+
260
+ <div class="divider"></div>
261
+
262
+ <div class="label">Your Review <span class="req">*</span></div>
263
+ <textarea class="textarea">Best Value for Money, Highly Recommendable, and Very Lightweight with Good Material Quality</textarea>
264
+ <div class="helper">Describe what you liked, what you didn't like and other key things shoppers should know. Minimum 30 characters.</div>
265
+
266
+ <div style="height: 40px;"></div>
267
+
268
+ <div class="label">Review title</div>
269
+ <input class="input" value="">
270
+ </div>
271
+
272
+ <!-- Keyboard -->
273
+ <div class="keyboard">
274
+ <div class="kb-suggestion">
275
+ <div class="suggest-pill">Quality</div>
276
+ </div>
277
+
278
+ <div class="kb-rows">
279
+ <div class="kb-row row1">
280
+ <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>
281
+ </div>
282
+ <div class="kb-row row2">
283
+ <div class="key icon">
284
+ <!-- grid icon -->
285
+ <svg viewBox="0 0 24 24"><path d="M3 3h7v7H3zM14 3h7v7h-7zM3 14h7v7H3zM14 14h7v7h-7z"/></svg>
286
+ </div>
287
+ <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>
288
+ <div class="key icon">
289
+ <!-- mic -->
290
+ <svg viewBox="0 0 24 24"><path d="M12 15a4 4 0 0 0 4-4V6a4 4 0 0 0-8 0v5a4 4 0 0 0 4 4zm0 0v4M7 11a5 5 0 0 0 10 0"/></svg>
291
+ </div>
292
+ </div>
293
+ <div class="kb-row row3">
294
+ <div class="key icon">
295
+ <!-- shift -->
296
+ <svg viewBox="0 0 24 24"><path d="M12 4l7 7H5l7-7zm0 7v9"/></svg>
297
+ </div>
298
+ <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>
299
+ <div class="key icon">
300
+ <!-- backspace -->
301
+ <svg viewBox="0 0 24 24"><path d="M3 12l6-6h11v12H9l-6-6zm6 0h8m-3-3l3 3-3 3"/></svg>
302
+ </div>
303
+ </div>
304
+ <div class="kb-row row4">
305
+ <div class="key light">?123</div>
306
+ <div class="key">,</div>
307
+ <div class="key icon">
308
+ <!-- emoji -->
309
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9"></circle><circle cx="9" cy="10" r="1.4"></circle><circle cx="15" cy="10" r="1.4"></circle><path d="M8 15c1.5 1.5 6.5 1.5 8 0"/></svg>
310
+ </div>
311
+ <div class="key" style="justify-content:flex-start; padding-left:32px; font-weight:500;">space</div>
312
+ <div class="key">.</div>
313
+ <div class="key blue">
314
+ <!-- return -->
315
+ <svg viewBox="0 0 24 24"><path d="M20 7v5a3 3 0 0 1-3 3H6m5-4l-4 4 4 4"/></svg>
316
+ </div>
317
+ </div>
318
+ </div>
319
+
320
+ <div class="kb-bottom">
321
+ <div class="home-indicator"></div>
322
+ </div>
323
+ </div>
324
+
325
+ </div>
326
+ </body>
327
+ </html>
code/4708/4708_9.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>Mobile UI Mock</title>
7
+ <style>
8
+ :root{
9
+ --dark:#121212;
10
+ --mid:#1f1f1f;
11
+ --key:#2c2c2c;
12
+ --border:#c7c7c7;
13
+ --muted:#777;
14
+ }
15
+ body{ margin:0; padding:0; background:transparent; font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif; }
16
+ #render-target{
17
+ width:1080px; height:2400px;
18
+ position:relative; overflow:hidden;
19
+ background:#ffffff;
20
+ }
21
+ /* Top browser chrome */
22
+ .top-dark{
23
+ position:absolute; left:0; top:0; width:100%; height:210px; background:var(--dark); color:#fff;
24
+ }
25
+ .status-row{
26
+ height:92px; display:flex; align-items:center; padding:0 32px; font-weight:600; font-size:40px;
27
+ }
28
+ .status-row .time{ margin-right:auto; }
29
+ .status-icons{ display:flex; gap:22px; align-items:center; }
30
+ .icon-circle{ width:26px; height:26px; border:3px solid #fff; border-radius:50%; opacity:.9; }
31
+ .battery{
32
+ display:flex; align-items:center; gap:10px; font-size:32px;
33
+ }
34
+ .battery-box{ width:44px; height:22px; border:3px solid #fff; position:relative; border-radius:4px; }
35
+ .battery-box:after{ content:""; position:absolute; right:-8px; top:6px; width:6px; height:10px; background:#fff; border-radius:2px; }
36
+ .addr-row{
37
+ height:118px; display:flex; align-items:center; padding:0 24px; gap:18px;
38
+ }
39
+ .addr-btn{ width:80px; height:80px; border-radius:18px; background:#2a2a2a; display:flex; align-items:center; justify-content:center; }
40
+ .addr-pill{
41
+ flex:1; height:96px; border-radius:48px; background:#2a2a2a; display:flex; align-items:center; padding:0 32px; color:#e8e8e8; font-size:34px; letter-spacing:.2px;
42
+ overflow:hidden;
43
+ }
44
+ .addr-pill .lock{
45
+ width:28px; height:28px; margin-right:14px; border:3px solid #e8e8e8; border-radius:6px; position:relative;
46
+ }
47
+ .addr-pill .lock:before{ content:""; position:absolute; width:18px; height:10px; border:3px solid #e8e8e8; border-bottom:none; left:1px; top:-12px; border-radius:10px 10px 0 0; }
48
+ .addr-actions{ display:flex; align-items:center; gap:16px; }
49
+ .tab-counter{
50
+ width:78px; height:78px; border-radius:16px; background:#2a2a2a; color:#fff; display:flex; align-items:center; justify-content:center; font-size:36px; font-weight:700;
51
+ }
52
+
53
+ /* Page content */
54
+ .content{
55
+ position:absolute; left:0; top:210px; right:0; bottom:0; background:#fff; overflow:hidden;
56
+ }
57
+ .form-area{
58
+ padding:36px 44px 0 44px; color:#111;
59
+ }
60
+ .section-title{
61
+ font-size:40px; font-weight:700; margin:6px 0 20px;
62
+ }
63
+ .field{
64
+ border:2px solid var(--border); border-radius:24px; padding:28px; font-size:36px; line-height:48px; color:#222;
65
+ }
66
+ .field.large{ min-height:430px; }
67
+ .help{ color:var(--muted); font-size:30px; line-height:42px; margin:16px 8px 28px; }
68
+ .label{ font-size:44px; font-weight:700; margin:36px 8px 18px; }
69
+ .input{
70
+ height:140px; border:2px solid var(--border); border-radius:26px; padding:0 28px; display:flex; align-items:center; font-size:36px; color:#333;
71
+ }
72
+
73
+ /* Keyboard mock */
74
+ .keyboard{
75
+ position:absolute; left:0; right:0; bottom:46px; height:900px; background:var(--mid); color:#fff; padding:18px 22px 28px;
76
+ display:flex; flex-direction:column; gap:18px;
77
+ }
78
+ .kb-top-actions{ display:flex; align-items:center; gap:26px; padding:4px 6px; }
79
+ .kb-action{
80
+ width:82px; height:82px; border-radius:18px; background:var(--key); display:flex; align-items:center; justify-content:center; font-size:30px; color:#eaeaea;
81
+ }
82
+ .kb-rows{ display:flex; flex-direction:column; gap:18px; margin-top:2px; }
83
+ .kb-row{ display:flex; gap:14px; justify-content:center; }
84
+ .key{
85
+ min-width:86px; height:120px; background:var(--key); border-radius:22px; display:flex; align-items:center; justify-content:center; font-size:44px; font-weight:600; color:#fff;
86
+ padding:0 18px;
87
+ }
88
+ .key.wide{ min-width:130px; }
89
+ .space{ flex:1; }
90
+ .gesture{
91
+ position:absolute; left:50%; bottom:10px; transform:translateX(-50%);
92
+ width:240px; height:10px; background:#e9e9e9; border-radius:10px; opacity:.95;
93
+ }
94
+
95
+ /* Simple SVG icons */
96
+ .svg{ width:36px; height:36px; fill:#fff; }
97
+ .addr-btn svg{ width:44px; height:44px; }
98
+ </style>
99
+ </head>
100
+ <body>
101
+ <div id="render-target">
102
+
103
+ <!-- Top browser chrome -->
104
+ <div class="top-dark">
105
+ <div class="status-row">
106
+ <div class="time">8:59</div>
107
+ <div class="status-icons">
108
+ <div class="icon-circle"></div>
109
+ <div class="icon-circle"></div>
110
+ <div class="icon-circle"></div>
111
+ <div class="battery">
112
+ <div class="battery-box"></div>
113
+ <div>100%</div>
114
+ </div>
115
+ </div>
116
+ </div>
117
+ <div class="addr-row">
118
+ <div class="addr-btn" title="Back">
119
+ <svg viewBox="0 0 24 24" class="svg"><path d="M15.5 3.5 7 12l8.5 8.5-1.9 1.9L3.2 12l10.4-10.4 1.9 1.9z"/></svg>
120
+ </div>
121
+ <div class="addr-pill">
122
+ <div class="lock"></div>
123
+ nike.com/in/t/revolution-
124
+ </div>
125
+ <div class="addr-btn" title="New Tab">
126
+ <svg viewBox="0 0 24 24" class="svg"><path d="M11 11V4h2v7h7v2h-7v7h-2v-7H4v-2h7z"/></svg>
127
+ </div>
128
+ <div class="tab-counter">17</div>
129
+ <div class="addr-btn" title="More">
130
+ <svg viewBox="0 0 24 24" class="svg"><path d="M5 12a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm10 0a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm10 0a2 2 0 1 1-4 0 2 2 0 0 1 4 0z"/></svg>
131
+ </div>
132
+ </div>
133
+ </div>
134
+
135
+ <!-- Page content -->
136
+ <div class="content">
137
+ <div class="form-area">
138
+ <div class="section-title">Your Review</div>
139
+
140
+ <div class="field large">
141
+ Best Value for Money, Highly Recommendable, and Very Lightweight with Good Material Quality
142
+ </div>
143
+ <div class="help">
144
+ Describe what you liked, what you didn't like and other key things shoppers should know. Minimum 30 characters.
145
+ </div>
146
+
147
+ <div class="label">Review title</div>
148
+ <div class="input"></div>
149
+ <div class="help">Summarise your review in 150 characters or less.</div>
150
+ </div>
151
+ </div>
152
+
153
+ <!-- Keyboard -->
154
+ <div class="keyboard">
155
+ <div class="kb-top-actions">
156
+ <div class="kb-action">▦</div>
157
+ <div class="kb-action">☺</div>
158
+ <div class="kb-action">GIF</div>
159
+ <div class="kb-action">⚙</div>
160
+ <div class="kb-action">G</div>
161
+ <div class="kb-action">🎨</div>
162
+ <div class="kb-action">🎤</div>
163
+ </div>
164
+
165
+ <div class="kb-rows">
166
+ <div class="kb-row">
167
+ <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>
168
+ </div>
169
+ <div class="kb-row">
170
+ <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>
171
+ </div>
172
+ <div class="kb-row">
173
+ <div class="key wide">⇧</div>
174
+ <div class="key">Z</div><div class="key">X</div><div class="key">C</div><div class="key">V</div><div class="key">B</div><div class="key">N</div><div class="key">M</div>
175
+ <div class="key wide">⌫</div>
176
+ </div>
177
+ <div class="kb-row">
178
+ <div class="key wide">?123</div>
179
+ <div class="key">,</div>
180
+ <div class="key">☺</div>
181
+ <div class="key space"></div>
182
+ <div class="key">.</div>
183
+ <div class="key wide">↩</div>
184
+ </div>
185
+ </div>
186
+ </div>
187
+
188
+ <div class="gesture"></div>
189
+ </div>
190
+ </body>
191
+ </html>
code/471/471_0.html ADDED
@@ -0,0 +1,339 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Weather UI Mock</title>
6
+ <style>
7
+ body { margin:0; padding:0; background:transparent; font-family: "Segoe UI", Arial, sans-serif; color:#1c1c1c; }
8
+ #render-target {
9
+ width:1080px; height:2400px; position:relative; overflow:hidden;
10
+ background:#ffffff; border-radius:0;
11
+ }
12
+
13
+ /* Top gradient header */
14
+ .top-gradient {
15
+ position:absolute; left:0; top:0; width:1080px; height:330px;
16
+ background:linear-gradient(180deg, #2b2756 0%, #2f2a6b 100%);
17
+ color:#fff;
18
+ }
19
+ .status-bar {
20
+ position:absolute; top:16px; left:28px; right:28px; height:44px;
21
+ display:flex; align-items:center; justify-content:space-between; color:#fff; opacity:0.95;
22
+ font-size:30px; letter-spacing:0.5px;
23
+ }
24
+ .status-icons { display:flex; align-items:center; gap:22px; }
25
+ .circle-ic { width:26px; height:26px; border-radius:50%; border:2px solid #fff; opacity:0.9; }
26
+ .signal { width:28px; height:24px; border:2px solid #fff; border-top:none; border-right:none; transform:rotate(45deg); }
27
+
28
+ .appbar {
29
+ position:absolute; top:86px; left:28px; right:28px;
30
+ display:flex; align-items:center; justify-content:space-between;
31
+ }
32
+ .left-app { display:flex; align-items:center; gap:20px; }
33
+ .search-pill {
34
+ width:56px; height:56px; border-radius:28px; border:2px solid rgba(255,255,255,0.6);
35
+ display:flex; align-items:center; justify-content:center;
36
+ }
37
+ .loc-title {
38
+ font-size:56px; font-weight:700; color:#fff;
39
+ }
40
+ .right-app { display:flex; align-items:center; gap:22px; }
41
+ .pill {
42
+ padding:14px 26px; border-radius:28px; background:#ffffff; color:#2f2a6b;
43
+ font-weight:700; font-size:28px;
44
+ }
45
+ .bell, .avatar { width:48px; height:48px; border-radius:24px; border:2px solid rgba(255,255,255,0.7); display:flex; align-items:center; justify-content:center; }
46
+
47
+ /* Forecast row */
48
+ .forecast-strip {
49
+ position:absolute; top:330px; left:0; right:0; height:180px; background:#fff; border-bottom:1px solid #e6e6e6;
50
+ display:flex; align-items:flex-end; padding:0 24px 0 24px;
51
+ }
52
+ .day-card {
53
+ width:200px; height:168px; padding-top:12px; margin-right:18px; display:flex; flex-direction:column; align-items:center; justify-content:center;
54
+ color:#2b2b2b;
55
+ }
56
+ .day-card:last-child { margin-right:0; }
57
+ .day-name { font-size:30px; margin-bottom:8px; }
58
+ .temp-high { font-size:44px; font-weight:700; }
59
+ .temp-low { font-size:32px; color:#7a7a7a; }
60
+ .mini-icon { width:38px; height:38px; margin:6px 0; }
61
+ .active-line {
62
+ position:absolute; left:24px; width:200px; height:8px; background:#2b65ff; bottom:0; border-radius:4px;
63
+ }
64
+
65
+ /* Content area */
66
+ .content {
67
+ position:absolute; top:510px; left:0; right:0; bottom:120px; overflow:auto;
68
+ padding:0 42px 120px 42px; background:#ffffff;
69
+ }
70
+ .section { padding-top:28px; }
71
+
72
+ .subhead { color:#6d6d7a; font-size:34px; }
73
+ .subhead strong { color:#1d1e25; }
74
+ .hero {
75
+ display:flex; align-items:flex-start; justify-content:space-between; margin-top:10px;
76
+ }
77
+ .big-temp { font-size:140px; font-weight:800; color:#1d1e25; letter-spacing:-2px; }
78
+ .weather-illustration { display:flex; align-items:center; gap:14px; }
79
+ .cloudsvg { width:120px; height:80px; }
80
+ .rain-drop { width:78px; height:78px; }
81
+
82
+ .metrics {
83
+ display:flex; flex-direction:column; gap:26px; margin-top:18px; min-width:320px; align-items:flex-end;
84
+ }
85
+ .metric { display:flex; align-items:center; gap:16px; font-size:36px; color:#3a4455; }
86
+ .metric .label { color:#6d6d7a; font-size:32px; }
87
+ .metric svg { width:32px; height:32px; }
88
+
89
+ .desc {
90
+ margin-top:18px; line-height:1.6; font-size:40px; color:#2f2f2f;
91
+ }
92
+
93
+ /* Ad grid */
94
+ .ad-grid { margin-top:28px; border:1px solid #e1e1e1; border-radius:16px; padding:14px; }
95
+ .grid {
96
+ display:grid; grid-template-columns:repeat(3, 1fr); gap:16px;
97
+ }
98
+ .img-ph {
99
+ width:100%; height:210px; background:#E0E0E0; border:1px solid #BDBDBD; border-radius:8px;
100
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:26px; text-align:center; padding:6px;
101
+ }
102
+ .ad-brand {
103
+ display:flex; align-items:center; gap:16px; padding:14px 6px 6px;
104
+ }
105
+ .brand-square { width:64px; height:64px; background:#49B3BD; border-radius:8px; }
106
+ .brand-title { font-size:42px; font-weight:700; }
107
+ .brand-sub { color:#6d6d7a; font-size:30px; }
108
+
109
+ /* Night section */
110
+ .divider { height:1px; background:#ececec; margin:26px 0; }
111
+ .night-row { display:flex; align-items:center; justify-content:space-between; margin-top:12px; }
112
+ .night-temp { font-size:120px; font-weight:800; }
113
+ .night-icons { display:flex; align-items:center; gap:18px; }
114
+
115
+ /* Bottom navigation */
116
+ .bottom-nav {
117
+ position:absolute; left:0; right:0; bottom:0; height:120px; border-top:1px solid #e6e6e6; background:#ffffff;
118
+ display:flex; align-items:center; justify-content:space-around; padding-bottom:8px;
119
+ }
120
+ .nav-item { display:flex; flex-direction:column; align-items:center; gap:6px; font-size:28px; color:#6b6f7c; }
121
+ .nav-item.active { color:#1b63ff; font-weight:700; }
122
+ .nav-icon { width:56px; height:56px; border-radius:28px; border:2px solid #aab0c0; display:flex; align-items:center; justify-content:center; }
123
+ .center-logo {
124
+ position:absolute; left:50%; transform:translateX(-50%); bottom:60px;
125
+ width:128px; height:128px; background:#0b2a7a; border-radius:64px; color:#fff; display:flex; align-items:center; justify-content:center;
126
+ box-shadow:0 6px 16px rgba(0,0,0,0.25); font-weight:800; text-align:center; font-size:30px; padding:10px;
127
+ }
128
+ </style>
129
+ </head>
130
+ <body>
131
+ <div id="render-target">
132
+
133
+ <!-- Top gradient header -->
134
+ <div class="top-gradient">
135
+ <div class="status-bar">
136
+ <div>2:10</div>
137
+ <div class="status-icons">
138
+ <div>76°</div>
139
+ <div>78°</div>
140
+ <div class="circle-ic"></div>
141
+ <div class="signal"></div>
142
+ <div class="circle-ic" style="border-radius:6px; width:18px; height:28px;"></div>
143
+ </div>
144
+ </div>
145
+
146
+ <div class="appbar">
147
+ <div class="left-app">
148
+ <div class="search-pill">
149
+ <svg width="26" height="26" viewBox="0 0 24 24">
150
+ <circle cx="10" cy="10" r="7" stroke="#fff" stroke-width="2" fill="none"/>
151
+ <line x1="15" y1="15" x2="22" y2="22" stroke="#fff" stroke-width="2"/>
152
+ </svg>
153
+ </div>
154
+ <div class="loc-title">Knoxville, TN</div>
155
+ </div>
156
+ <div class="right-app">
157
+ <div class="pill">GO PREMIUM</div>
158
+ <div class="bell">
159
+ <svg width="26" height="26" viewBox="0 0 24 24">
160
+ <path d="M12 3c-3 0-5 2-5 5v3l-2 3v1h14v-1l-2-3V8c0-3-2-5-5-5z" fill="none" stroke="#fff" stroke-width="2"/>
161
+ </svg>
162
+ </div>
163
+ <div class="avatar">
164
+ <svg width="28" height="28" viewBox="0 0 24 24">
165
+ <circle cx="12" cy="8" r="4" stroke="#fff" fill="none" stroke-width="2"/>
166
+ <path d="M4 21c2-4 14-4 16 0" stroke="#fff" stroke-width="2" fill="none"/>
167
+ </svg>
168
+ </div>
169
+ </div>
170
+ </div>
171
+ </div>
172
+
173
+ <!-- Forecast strip -->
174
+ <div class="forecast-strip">
175
+ <div class="day-card">
176
+ <div class="day-name">Today</div>
177
+ <svg class="mini-icon" viewBox="0 0 24 24">
178
+ <path d="M6 15a4 4 0 114-4 3 3 0 016 2h-10z" fill="#c7ccd8"/>
179
+ </svg>
180
+ <div class="temp-high">52°</div>
181
+ <div class="temp-low">34°</div>
182
+ </div>
183
+ <div class="day-card">
184
+ <div class="day-name">23 Thu</div>
185
+ <svg class="mini-icon" viewBox="0 0 24 24">
186
+ <circle cx="12" cy="12" r="5" fill="#FFD54F"/>
187
+ </svg>
188
+ <div class="temp-high">57°</div>
189
+ <div class="temp-low">37°</div>
190
+ </div>
191
+ <div class="day-card">
192
+ <div class="day-name">24 Fri</div>
193
+ <svg class="mini-icon" viewBox="0 0 24 24">
194
+ <path d="M6 15a4 4 0 114-4 3 3 0 016 2h-10z" fill="#c7ccd8"/>
195
+ </svg>
196
+ <div class="temp-high">60°</div>
197
+ <div class="temp-low">37°</div>
198
+ </div>
199
+ <div class="day-card">
200
+ <div class="day-name">25 Sat</div>
201
+ <svg class="mini-icon" viewBox="0 0 24 24">
202
+ <path d="M6 15a4 4 0 114-4 3 3 0 016 2h-10z" fill="#c7ccd8"/>
203
+ </svg>
204
+ <div class="temp-high">59°</div>
205
+ <div class="temp-low">38°</div>
206
+ </div>
207
+ <div class="day-card">
208
+ <div class="day-name">26 Sun</div>
209
+ <svg class="mini-icon" viewBox="0 0 24 24">
210
+ <path d="M6 15a4 4 0 114-4 3 3 0 016 2h-10z" fill="#c7ccd8"/>
211
+ </svg>
212
+ <div class="temp-high">58°</div>
213
+ <div class="temp-low">39°</div>
214
+ </div>
215
+ <div class="active-line"></div>
216
+ </div>
217
+
218
+ <!-- Scrollable content -->
219
+ <div class="content">
220
+ <div class="section">
221
+ <div class="subhead"><strong>Wed</strong> | Day</div>
222
+ <div class="hero">
223
+ <div>
224
+ <div class="big-temp">52°</div>
225
+ <div class="weather-illustration">
226
+ <svg class="cloudsvg" viewBox="0 0 120 70">
227
+ <path d="M30 50c-10 0-18-8-18-18s8-18 18-18c7 0 13 4 16 10 2-2 6-4 10-4 8 0 14 6 14 14h5c8 0 15 7 15 15s-7 15-15 15H30z" fill="#c7ccd8"/>
228
+ </svg>
229
+ <svg class="rain-drop" viewBox="0 0 32 32">
230
+ <path d="M16 2c3 6 8 10 8 14a8 8 0 11-16 0c0-4 5-8 8-14z" fill="#4aa3ff"/>
231
+ </svg>
232
+ </div>
233
+ </div>
234
+ <div class="metrics">
235
+ <div class="metric">
236
+ <svg viewBox="0 0 24 24"><path d="M12 2c-2 3-4 6-4 8a4 4 0 108 0c0-2-2-5-4-8z" fill="#2b65ff"/></svg>
237
+ <div><strong>31%</strong> <span class="label">precip</span></div>
238
+ </div>
239
+ <div class="metric">
240
+ <svg viewBox="0 0 24 24"><path d="M2 8h14M6 12h16M10 16h8" stroke="#6b7a8c" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
241
+ <div><strong>NNW 5 mph</strong></div>
242
+ </div>
243
+ </div>
244
+ </div>
245
+
246
+ <div class="desc">
247
+ A few showers this morning with overcast skies during the afternoon hours. High 52F. Winds light and variable. Chance of rain 30%.
248
+ </div>
249
+
250
+ <!-- Ad grid -->
251
+ <div class="ad-grid">
252
+ <div class="grid">
253
+ <div class="img-ph">[IMG: Wooden Coffee Table]</div>
254
+ <div class="img-ph">[IMG: Study Desk]</div>
255
+ <div class="img-ph">[IMG: Compact Workstation]</div>
256
+ <div class="img-ph">[IMG: Leather Sofa]</div>
257
+ <div class="img-ph">[IMG: Wooden Bed]</div>
258
+ <div class="img-ph">[IMG: Drawer Cabinet]</div>
259
+ </div>
260
+ <div class="ad-brand">
261
+ <div class="brand-square"></div>
262
+ <div>
263
+ <div class="brand-title">Rent Furniture Online</div>
264
+ <div class="brand-sub">Furlenco</div>
265
+ </div>
266
+ </div>
267
+ </div>
268
+
269
+ <div class="divider"></div>
270
+
271
+ <div class="subhead"><strong>Wed</strong> | Night</div>
272
+ <div class="night-row">
273
+ <div class="night-temp">34°</div>
274
+ <div class="night-icons">
275
+ <svg width="80" height="56" viewBox="0 0 120 60">
276
+ <path d="M20 40c-8 0-14-6-14-14s6-14 14-14c5 0 10 3 12 8 2-2 4-3 8-3 6 0 11 5 11 11h4c6 0 11 5 11 11s-5 11-11 11H20z" fill="#cfd3dd"/>
277
+ </svg>
278
+ </div>
279
+ <div class="metrics" style="align-items:flex-end;">
280
+ <div class="metric">
281
+ <svg viewBox="0 0 24 24"><path d="M12 2c-2 3-4 6-4 8a4 4 0 108 0c0-2-2-5-4-8z" fill="#2b65ff"/></svg>
282
+ <div><strong>8%</strong></div>
283
+ </div>
284
+ <div class="metric">
285
+ <svg viewBox="0 0 24 24"><path d="M2 8h14M6 12h16M10 16h8" stroke="#6b7a8c" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
286
+ <div><strong>N 2 mph</strong></div>
287
+ </div>
288
+ </div>
289
+ </div>
290
+
291
+ </div>
292
+ </div>
293
+
294
+ <!-- Bottom center logo -->
295
+ <div class="center-logo">The Weather Channel</div>
296
+
297
+ <!-- Bottom navigation -->
298
+ <div class="bottom-nav">
299
+ <div class="nav-item">
300
+ <div class="nav-icon">
301
+ <svg width="28" height="28" viewBox="0 0 24 24">
302
+ <circle cx="12" cy="12" r="8" stroke="#aab0c0" stroke-width="2" fill="none"/>
303
+ <line x1="12" y1="12" x2="12" y2="6" stroke="#aab0c0" stroke-width="2"/>
304
+ </svg>
305
+ </div>
306
+ <div>Hourly</div>
307
+ </div>
308
+ <div class="nav-item active">
309
+ <div class="nav-icon" style="border-color:#1b63ff;">
310
+ <svg width="28" height="28" viewBox="0 0 24 24">
311
+ <rect x="4" y="5" width="16" height="14" rx="2" ry="2" stroke="#1b63ff" stroke-width="2" fill="none"/>
312
+ <line x1="4" y1="9" x2="20" y2="9" stroke="#1b63ff" stroke-width="2"/>
313
+ </svg>
314
+ </div>
315
+ <div>Daily</div>
316
+ </div>
317
+ <div class="nav-item">
318
+ <div class="nav-icon">
319
+ <svg width="28" height="28" viewBox="0 0 24 24">
320
+ <circle cx="10" cy="10" r="6" stroke="#aab0c0" stroke-width="2" fill="none"/>
321
+ <path d="M15 15l6 6" stroke="#aab0c0" stroke-width="2" />
322
+ </svg>
323
+ </div>
324
+ <div>Radar</div>
325
+ </div>
326
+ <div class="nav-item">
327
+ <div class="nav-icon">
328
+ <svg width="28" height="28" viewBox="0 0 24 24">
329
+ <path d="M6 17c6 2 12 0 12-6-2-1-4-1-6-1-2 0-4 0-6 1 0 2 0 4 0 6z" fill="none" stroke="#aab0c0" stroke-width="2"/>
330
+ <circle cx="18" cy="8" r="2" fill="#aab0c0"/>
331
+ </svg>
332
+ </div>
333
+ <div>T-Day</div>
334
+ </div>
335
+ </div>
336
+
337
+ </div>
338
+ </body>
339
+ </html>
code/471/471_1.html ADDED
@@ -0,0 +1,230 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Weather App Mock</title>
6
+ <style>
7
+ body{margin:0;padding:0;background:transparent;font-family:Inter,Arial,Helvetica,sans-serif;color:#fff;}
8
+ #render-target{
9
+ width:1080px;height:2400px;position:relative;overflow:hidden;
10
+ background:#3c3651;
11
+ }
12
+
13
+ /* Status bar */
14
+ .status-bar{
15
+ position:absolute;left:0;top:0;width:100%;height:90px;background:#2c2737;color:#fff;
16
+ display:flex;align-items:center;justify-content:space-between;padding:0 38px;font-size:34px;
17
+ letter-spacing:0.5px;
18
+ }
19
+ .status-icons{display:flex;gap:26px;align-items:center;opacity:0.9}
20
+ .dot{width:10px;height:10px;border-radius:50%;background:#bfbacf;display:inline-block}
21
+
22
+ /* Header */
23
+ .header{
24
+ position:absolute;left:0;top:90px;width:100%;height:140px;display:flex;align-items:center;
25
+ padding:0 36px;gap:26px;
26
+ }
27
+ .city{font-size:56px;font-weight:700}
28
+ .spacer{flex:1}
29
+ .chip{
30
+ background:#efeef7;color:#1f1840;border-radius:34px;padding:18px 30px;font-size:28px;font-weight:700;
31
+ }
32
+ .icon-btn{width:60px;height:60px;border-radius:999px;border:2px solid rgba(255,255,255,0.35);
33
+ display:flex;align-items:center;justify-content:center}
34
+
35
+ /* Generic card */
36
+ .card{
37
+ margin:0 36px;border-radius:26px;background:#4a4364;
38
+ box-shadow:0 8px 24px rgba(0,0,0,0.25);
39
+ }
40
+
41
+ /* Main weather card */
42
+ .weather-card{
43
+ position:absolute;left:0;right:0;top:240px;height:520px;
44
+ background:linear-gradient(180deg,#4b4367 0%, #3f3859 100%);
45
+ }
46
+ .weather-bg{
47
+ position:absolute;inset:0;border-radius:26px;overflow:hidden;
48
+ }
49
+ .weather-content{position:absolute;inset:0;padding:40px}
50
+ .temp{font-size:150px;font-weight:800;margin-top:10px}
51
+ .conditions{font-size:54px;margin-top:8px}
52
+ .subtext{font-size:40px;margin-top:6px;opacity:0.9}
53
+ .daynight{font-size:38px;margin-top:24px;opacity:0.9}
54
+ .cloud-right{position:absolute;right:40px;bottom:120px;opacity:0.95}
55
+
56
+ /* Hourly card */
57
+ .hourly-card{
58
+ position:absolute;left:0;right:0;top:790px;background:#ffffff;color:#1f1b2e;height:620px;
59
+ }
60
+ .card-title{font-size:58px;font-weight:800;margin:34px 32px}
61
+ .hours{
62
+ display:flex;gap:26px;margin:0 32px;padding-bottom:22px;overflow:hidden;
63
+ }
64
+ .hour-item{
65
+ width:180px;border-radius:24px;background:#f5f5fb;border:1px solid #e7e5f4;padding:24px 18px;text-align:center;
66
+ }
67
+ .hour-time{font-size:34px;color:#6e6a82}
68
+ .hour-temp{font-size:54px;font-weight:800;margin:8px 0;color:#1f1b2e}
69
+ .hour-prob{font-size:32px;color:#6e6a82;margin-top:14px}
70
+ .details-btn{
71
+ margin:26px 32px 0 32px;background:#2c62ff;color:#fff;height:110px;border-radius:70px;
72
+ display:flex;align-items:center;justify-content:center;font-size:44px;font-weight:800;
73
+ }
74
+
75
+ /* Latest news */
76
+ .news-wrap{position:absolute;left:0;right:0;top:1440px}
77
+ .news-title{font-size:64px;font-weight:800;margin:24px 36px}
78
+ .img-ph{
79
+ margin:0 36px;border-radius:18px;background:#E0E0E0;border:1px solid #BDBDBD;
80
+ height:680px;color:#555;display:flex;align-items:center;justify-content:center;font-size:40px;
81
+ text-align:center;
82
+ }
83
+
84
+ /* Bottom tabs */
85
+ .bottom-nav{
86
+ position:absolute;left:0;right:0;bottom:0;height:190px;background:#eceaf2;border-top-left-radius:22px;border-top-right-radius:22px;
87
+ display:flex;align-items:center;justify-content:space-around;color:#2b2740;
88
+ }
89
+ .tab{display:flex;flex-direction:column;align-items:center;gap:10px;font-size:34px}
90
+ .tab svg{width:64px;height:64px}
91
+ .center-tab{
92
+ width:150px;height:150px;background:#1659e8;color:#fff;border-radius:999px;display:flex;align-items:center;justify-content:center;
93
+ font-weight:900;text-align:center;font-size:30px;border:6px solid #ffffff;box-shadow:0 6px 14px rgba(0,0,0,0.25);
94
+ margin-top:-44px;
95
+ }
96
+
97
+ /* Small helpers */
98
+ .icon-white svg path{fill:#fff}
99
+ .icon-dark svg path{fill:#2b2740}
100
+ </style>
101
+ </head>
102
+ <body>
103
+ <div id="render-target">
104
+
105
+ <!-- Status bar -->
106
+ <div class="status-bar">
107
+ <div>2:10</div>
108
+ <div class="status-icons">
109
+ <span>76°</span>
110
+ <span>78°</span>
111
+ <span class="dot"></span>
112
+ <!-- Simple signal icon -->
113
+ <svg width="38" height="38" viewBox="0 0 24 24" fill="#fff"><path d="M3 18h2v3H3v-3zm4-5h2v8H7v-8zm4-4h2v12h-2V9zm4-5h2v17h-2V4z"/></svg>
114
+ <!-- wifi -->
115
+ <svg width="38" height="38" viewBox="0 0 24 24" fill="#fff"><path d="M12 20l-2.5-2.5a3.5 3.5 0 0 1 5 0L12 20zm6-6a8 8 0 0 0-12 0l-1.8-1.8c5-5 12.6-5 17.6 0L18 14z"/></svg>
116
+ <!-- battery -->
117
+ <svg width="46" height="38" viewBox="0 0 28 18" fill="#fff"><path d="M0 4a3 3 0 0 1 3-3h18a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V4zm22 0H3v10h19V4zm3 3h3v4h-3V7z"/></svg>
118
+ </div>
119
+ </div>
120
+
121
+ <!-- Header -->
122
+ <div class="header">
123
+ <!-- search -->
124
+ <div class="icon-btn">
125
+ <svg width="34" height="34" viewBox="0 0 24 24"><path fill="#fff" 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 10 5a4.5 4.5 0 0 1-.5 9z"/></svg>
126
+ </div>
127
+ <div class="city">Knoxville, TN</div>
128
+ <div class="spacer"></div>
129
+ <div class="chip">GO PREMIUM</div>
130
+ <div class="icon-btn">
131
+ <!-- bell -->
132
+ <svg width="32" height="32" viewBox="0 0 24 24"><path fill="#fff" d="M12 22a2 2 0 0 0 2-2h-4a2 2 0 0 0 2 2zm6-6V11a6 6 0 0 0-5-5.9V4a1 1 0 1 0-2 0v1.1A6 6 0 0 0 6 11v5l-2 2v1h16v-1l-2-2z"/></svg>
133
+ </div>
134
+ <div class="icon-btn">
135
+ <!-- avatar -->
136
+ <svg width="36" height="36" viewBox="0 0 24 24"><path fill="#fff" d="M12 12a5 5 0 1 0-5-5 5 5 0 0 0 5 5zm0 2c-4.4 0-8 2.2-8 5v1h16v-1c0-2.8-3.6-5-8-5z"/></svg>
137
+ </div>
138
+ </div>
139
+
140
+ <!-- Main weather card -->
141
+ <div class="card weather-card">
142
+ <div class="weather-bg">
143
+ <div class="img-ph" style="position:absolute;inset:0;border-radius:26px;background:#433c5b;border:none;color:#a99fcd;">
144
+ [IMG: Cloudy Night Sky Background]
145
+ </div>
146
+ </div>
147
+ <div class="weather-content">
148
+ <div class="temp">51°</div>
149
+ <div class="conditions">Cloudy</div>
150
+ <div class="subtext">Feels like 51°</div>
151
+ <div class="daynight">Day 52° • Night 34°</div>
152
+ <div class="cloud-right">
153
+ <svg width="200" height="120" viewBox="0 0 64 40"><path fill="#ffffff" d="M20 34h28a10 10 0 0 0 0-20 14 14 0 0 0-26-5A12 12 0 0 0 20 34z"/></svg>
154
+ </div>
155
+ </div>
156
+ </div>
157
+
158
+ <!-- Hourly Forecast -->
159
+ <div class="card hourly-card">
160
+ <div class="card-title">Hourly Forecast</div>
161
+ <div class="hours">
162
+ <!-- hour blocks -->
163
+ <div class="hour-item">
164
+ <div class="hour-time">4 am</div>
165
+ <div class="hour-temp">50°</div>
166
+ <svg width="70" height="44" viewBox="0 0 64 40"><path fill="#8a86a5" d="M20 34h28a10 10 0 0 0 0-20 14 14 0 0 0-26-5A12 12 0 0 0 20 34z"/></svg>
167
+ <div class="hour-prob">11%</div>
168
+ </div>
169
+ <div class="hour-item">
170
+ <div class="hour-time">5 am</div>
171
+ <div class="hour-temp">49°</div>
172
+ <svg width="70" height="44" viewBox="0 0 64 40"><path fill="#8a86a5" d="M20 34h28a10 10 0 0 0 0-20 14 14 0 0 0-26-5A12 12 0 0 0 20 34z"/></svg>
173
+ <div class="hour-prob">11%</div>
174
+ </div>
175
+ <div class="hour-item">
176
+ <div class="hour-time">6 am</div>
177
+ <div class="hour-temp">48°</div>
178
+ <svg width="70" height="44" viewBox="0 0 64 40"><path fill="#8a86a5" d="M20 34h28a10 10 0 0 0 0-20 14 14 0 0 0-26-5A12 12 0 0 0 20 34z"/></svg>
179
+ <div class="hour-prob">11%</div>
180
+ </div>
181
+ <div class="hour-item">
182
+ <div class="hour-time">7 am</div>
183
+ <div class="hour-temp">47°</div>
184
+ <svg width="70" height="44" viewBox="0 0 64 40"><path fill="#8a86a5" d="M20 34h28a10 10 0 0 0 0-20 14 14 0 0 0-26-5A12 12 0 0 0 20 34z"/></svg>
185
+ <div class="hour-prob">15%</div>
186
+ </div>
187
+ <div class="hour-item">
188
+ <div class="hour-time">8 am</div>
189
+ <div class="hour-temp">46°</div>
190
+ <svg width="70" height="44" viewBox="0 0 64 40"><path fill="#8a86a5" d="M20 34h28a10 10 0 0 0 0-20 14 14 0 0 0-26-5A12 12 0 0 0 20 34z"/></svg>
191
+ <div class="hour-prob">15%</div>
192
+ </div>
193
+ </div>
194
+ <div class="details-btn">See Details</div>
195
+ </div>
196
+
197
+ <!-- Latest News -->
198
+ <div class="news-wrap">
199
+ <div class="news-title">Latest News</div>
200
+ <div class="img-ph">[IMG: U.S. Weather Map With Play Button]</div>
201
+ </div>
202
+
203
+ <!-- Bottom navigation -->
204
+ <div class="bottom-nav">
205
+ <div class="tab">
206
+ <svg viewBox="0 0 24 24"><path fill="#2b2740" d="M12 7a5 5 0 1 0 0 10 5 5 0 0 0 0-10zm1-5h-2v3h2V2zm0 17h-2v3h2v-3zM4.2 6.6L2.8 5.2 5 3l1.4 1.4L4.2 6.6zm13.6 10.8L20 19l2.2-2.2-1.4-1.4-3 3zM2 11v2h3v-2H2zm17 0v2h3v-2h-3zM4.2 17.4 6.4 19l1.4-1.4-2.2-2.2-1.4 2zM17.6 6.6l-2.2-2.2L16.8 3 19 5.2 17.6 6.6z"/></svg>
207
+ <div>Hourly</div>
208
+ </div>
209
+ <div class="tab">
210
+ <svg viewBox="0 0 24 24"><path fill="#2b2740" d="M7 2h10v2h3a2 2 0 0 1 2 2v13a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h3V2zm13 7H4v10h16V9zM7 4v1h10V4H7z"/></svg>
211
+ <div>Daily</div>
212
+ </div>
213
+
214
+ <div class="center-tab">
215
+ The Weather Channel
216
+ </div>
217
+
218
+ <div class="tab">
219
+ <svg viewBox="0 0 24 24"><path fill="#2b2740" d="M12 3a9 9 0 1 1 0 18 9 9 0 0 1 0-18zm0 2v5l4 2-.8 1.8L11 11V5h1z"/></svg>
220
+ <div>Radar</div>
221
+ </div>
222
+ <div class="tab">
223
+ <div style="font-size:56px;line-height:56px">🦃</div>
224
+ <div>T-Day</div>
225
+ </div>
226
+ </div>
227
+
228
+ </div>
229
+ </body>
230
+ </html>
code/471/471_2.html ADDED
@@ -0,0 +1,316 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Settings Screen 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: #FFFFFF;
13
+ box-shadow: 0 0 0 rgba(0,0,0,0);
14
+ }
15
+
16
+ /* Top app bar */
17
+ .topbar {
18
+ position: absolute;
19
+ left: 0; top: 0;
20
+ width: 1080px;
21
+ height: 180px;
22
+ background: #3A3560;
23
+ color: #fff;
24
+ }
25
+ .status-row {
26
+ height: 60px;
27
+ display: flex;
28
+ align-items: center;
29
+ padding: 0 28px;
30
+ font-size: 28px;
31
+ color: rgba(255,255,255,0.85);
32
+ letter-spacing: 0.5px;
33
+ }
34
+ .status-row .right {
35
+ margin-left: auto;
36
+ display: flex;
37
+ align-items: center;
38
+ gap: 24px;
39
+ }
40
+ .title-row {
41
+ height: 120px;
42
+ display: flex;
43
+ align-items: center;
44
+ padding: 0 32px;
45
+ gap: 24px;
46
+ }
47
+ .back-btn {
48
+ width: 64px; height: 64px;
49
+ }
50
+ .back-btn svg { width: 64px; height: 64px; }
51
+ .screen-title {
52
+ font-size: 64px;
53
+ font-weight: 700;
54
+ color: #fff;
55
+ }
56
+
57
+ /* Main content */
58
+ .content {
59
+ position: absolute;
60
+ top: 180px; left: 0;
61
+ width: 100%;
62
+ height: calc(100% - 180px);
63
+ background: #FFFFFF;
64
+ }
65
+ .section {
66
+ padding: 36px 40px;
67
+ border-bottom: 1px solid #EFEFEF;
68
+ }
69
+ .section-title {
70
+ font-size: 40px;
71
+ font-weight: 700;
72
+ color: #4A64FF;
73
+ margin-bottom: 28px;
74
+ }
75
+
76
+ /* Account block */
77
+ .account-card {
78
+ padding: 24px 0 10px 0;
79
+ }
80
+ .account-row {
81
+ display: flex;
82
+ gap: 28px;
83
+ align-items: center;
84
+ }
85
+ .avatar {
86
+ width: 120px; height: 120px;
87
+ border-radius: 60px;
88
+ background: #E0E0E0;
89
+ border: 1px solid #C7C7C7;
90
+ display: flex; align-items: center; justify-content: center;
91
+ color: #757575; font-size: 26px;
92
+ }
93
+ .account-text h2 {
94
+ font-size: 44px; margin: 0 0 12px 0; font-weight: 800; color: #2E2E2E;
95
+ }
96
+ .account-text p {
97
+ margin: 0; font-size: 32px; line-height: 1.35; color: #666;
98
+ max-width: 800px;
99
+ }
100
+ .cta-row {
101
+ margin-top: 28px;
102
+ display: flex; align-items: center; gap: 20px;
103
+ flex-wrap: wrap;
104
+ }
105
+ .primary-btn {
106
+ background: #2F55EA;
107
+ color: #fff;
108
+ font-size: 36px;
109
+ padding: 22px 44px;
110
+ border-radius: 60px;
111
+ border: none;
112
+ }
113
+ .subnote {
114
+ font-size: 32px; color: #666;
115
+ }
116
+ .link {
117
+ color: #2F55EA; text-decoration: none; font-weight: 600;
118
+ }
119
+
120
+ /* List rows */
121
+ .row {
122
+ display: flex;
123
+ align-items: center;
124
+ gap: 28px;
125
+ padding: 26px 0;
126
+ }
127
+ .icon-wrap {
128
+ width: 120px; height: 120px; border-radius: 60px;
129
+ display: flex; align-items: center; justify-content: center;
130
+ }
131
+ .icon-wrap svg { width: 68px; height: 68px; }
132
+ .row-text {
133
+ flex: 1;
134
+ }
135
+ .row-title {
136
+ font-size: 40px; font-weight: 700; color: #222; margin-bottom: 10px;
137
+ }
138
+ .row-sub {
139
+ font-size: 32px; color: #7A7A7A;
140
+ }
141
+
142
+ /* Colored icon backgrounds */
143
+ .turquoise { background: #62B5BC; }
144
+ .purple { background: #8B5CA8; }
145
+ .blue { background: #1E4D74; }
146
+ .green { background: #67B56E; }
147
+ .teal { background: #5AAEC2; }
148
+ .nav-handle {
149
+ position: absolute;
150
+ bottom: 26px; left: 50%;
151
+ transform: translateX(-50%);
152
+ width: 380px; height: 16px;
153
+ background: #BDBDBD;
154
+ border-radius: 10px;
155
+ opacity: 0.8;
156
+ }
157
+ .divider {
158
+ height: 1px; background: #ECECEC; margin: 24px 0;
159
+ }
160
+ .premium-row { padding-top: 6px; padding-bottom: 12px; }
161
+ .staricon { background: #2951A5; }
162
+ </style>
163
+ </head>
164
+ <body>
165
+ <div id="render-target">
166
+
167
+ <!-- Top bar -->
168
+ <div class="topbar">
169
+ <div class="status-row">
170
+ <span>2:11</span>
171
+ <span style="margin-left: 20px;">76°</span>
172
+ <span style="margin-left: 12px;">78°</span>
173
+ <span style="margin-left: 12px;">✉</span>
174
+ <span style="margin-left: 12px;">↗</span>
175
+ <span style="margin-left: 12px;">•</span>
176
+ <div class="right">
177
+ <!-- Wi-Fi icon -->
178
+ <svg viewBox="0 0 24 24" fill="#fff">
179
+ <path d="M12 18c.9 0 1.6.7 1.6 1.6S12.9 21.2 12 21.2s-1.6-.7-1.6-1.6S11.1 18 12 18zm7.5-6.5a13.3 13.3 0 00-15 0l1.7 1.7a10.7 10.7 0 0111.6 0l1.7-1.7zm-3.5 3.5a8.3 8.3 0 00-10 0l1.7 1.7a6 6 0 016.7 0l1.6-1.7z"/>
180
+ </svg>
181
+ <!-- Battery icon -->
182
+ <svg viewBox="0 0 24 24" fill="#fff">
183
+ <rect x="2" y="7" width="18" height="10" rx="2" ry="2" stroke="#fff" stroke-width="1.5" fill="none"/>
184
+ <rect x="4" y="9" width="12" height="6" fill="#fff"/>
185
+ <rect x="20.5" y="10" width="2" height="4" fill="#fff"/>
186
+ </svg>
187
+ </div>
188
+ </div>
189
+ <div class="title-row">
190
+ <div class="back-btn">
191
+ <svg viewBox="0 0 24 24" fill="#fff">
192
+ <path d="M15.5 5.5L9 12l6.5 6.5-2 2L5 12l8.5-8.5 2 2z"/>
193
+ </svg>
194
+ </div>
195
+ <div class="screen-title">Settings</div>
196
+ </div>
197
+ </div>
198
+
199
+ <!-- Content -->
200
+ <div class="content">
201
+
202
+ <!-- Account section -->
203
+ <div class="section account-card">
204
+ <div class="section-title" style="color:#3F70FF;">Account</div>
205
+ <div class="account-row">
206
+ <div class="avatar">[IMG: User Avatar]</div>
207
+ <div class="account-text">
208
+ <h2>Sign Up — It's Free.</h2>
209
+ <p>Get an account so you can access your saved weather locations, and preferences on your phone, computer — anywhere.</p>
210
+ <div class="cta-row">
211
+ <button class="primary-btn">Sign Up</button>
212
+ <div class="subnote">Already have an account?
213
+ <a class="link" href="#">Log In</a>
214
+ </div>
215
+ </div>
216
+ </div>
217
+ </div>
218
+
219
+ <div class="divider"></div>
220
+
221
+ <div class="row premium-row">
222
+ <div class="icon-wrap staricon">
223
+ <!-- simple sparkle/star cluster -->
224
+ <svg viewBox="0 0 24 24" fill="#fff">
225
+ <path d="M12 3l1.5 3.6L17 8l-3.5 1.2L12 13 10.5 9.2 7 8l3.5-1.4L12 3zM18 15l.9 2.1L21 18l-2.1.8L18 21l-.9-2.2L15 18l2.1-.9L18 15zM5 14l.8 1.8L8 16l-1.8.7L5 18l-.7-1.3L3 16l1.3-.4L5 14z"/>
226
+ </svg>
227
+ </div>
228
+ <div class="row-text">
229
+ <div class="row-title">Go Premium</div>
230
+ </div>
231
+ </div>
232
+ </div>
233
+
234
+ <!-- General section -->
235
+ <div class="section">
236
+ <div class="section-title">General</div>
237
+ <div class="row">
238
+ <div class="icon-wrap turquoise">
239
+ <!-- ruler icon -->
240
+ <svg viewBox="0 0 24 24" fill="#fff">
241
+ <rect x="3" y="8" width="18" height="8" rx="2" ry="2" fill="none" stroke="#fff" stroke-width="1.8"/>
242
+ <path d="M6 10h2M9 10h2M12 10h2M15 10h2M6 14h2M12 14h2" stroke="#fff" stroke-width="1.6" stroke-linecap="round"/>
243
+ </svg>
244
+ </div>
245
+ <div class="row-text">
246
+ <div class="row-title">Units of Measure</div>
247
+ <div class="row-sub">English (°F/MPH/IN)</div>
248
+ </div>
249
+ </div>
250
+ </div>
251
+
252
+ <!-- Notifications section -->
253
+ <div class="section">
254
+ <div class="section-title">Notifications</div>
255
+ <div class="row">
256
+ <div class="icon-wrap purple">
257
+ <!-- bell icon -->
258
+ <svg viewBox="0 0 24 24" fill="#fff">
259
+ <path d="M12 22a2.5 2.5 0 002.5-2.5h-5A2.5 2.5 0 0012 22zm8-6.5c-2.6-1.9-3-4.2-3-7.1A5 5 0 007 8.4c0 3-0.4 5.3-3 7.1V18h16v-2.5z"/>
260
+ </svg>
261
+ </div>
262
+ <div class="row-text">
263
+ <div class="row-title">Alerts</div>
264
+ </div>
265
+ </div>
266
+
267
+ <div class="row">
268
+ <div class="icon-wrap blue">
269
+ <!-- thermometer icon -->
270
+ <svg viewBox="0 0 24 24" fill="#fff">
271
+ <path d="M14 3a2 2 0 00-4 0v8.6a4 4 0 104 0V3zM10 16a2.5 2.5 0 105 0 2.5 2.5 0 10-5 0z"/>
272
+ </svg>
273
+ </div>
274
+ <div class="row-text">
275
+ <div class="row-title">On-going Temperature Notification</div>
276
+ <div class="row-sub">No On-going Temperature Notification.</div>
277
+ </div>
278
+ </div>
279
+ </div>
280
+
281
+ <!-- Advertising section -->
282
+ <div class="section" style="padding-bottom: 80px;">
283
+ <div class="section-title">Advertising</div>
284
+ <div class="row">
285
+ <div class="icon-wrap green">
286
+ <!-- no ads icon: circle with slash -->
287
+ <svg viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
288
+ <circle cx="12" cy="12" r="8"/>
289
+ <path d="M6 6l12 12"/>
290
+ </svg>
291
+ </div>
292
+ <div class="row-text">
293
+ <div class="row-title">Remove Ads</div>
294
+ </div>
295
+ </div>
296
+
297
+ <div class="row">
298
+ <div class="icon-wrap teal">
299
+ <!-- AdChoices: play-like triangle -->
300
+ <svg viewBox="0 0 24 24" fill="#fff">
301
+ <path d="M8 6l10 6-10 6V6z"/>
302
+ <circle cx="6" cy="18" r="2" fill="#fff"/>
303
+ </svg>
304
+ </div>
305
+ <div class="row-text">
306
+ <div class="row-title">AdChoices</div>
307
+ </div>
308
+ </div>
309
+ </div>
310
+
311
+ </div>
312
+
313
+ <div class="nav-handle"></div>
314
+ </div>
315
+ </body>
316
+ </html>
code/471/471_3.html ADDED
@@ -0,0 +1,183 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Notifications UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
10
+ background: #ffffff; border-radius: 0;
11
+ }
12
+ /* Top status bar */
13
+ .status-bar {
14
+ position: absolute; top: 0; left: 0; width: 100%; height: 160px;
15
+ background: #3d3360; color: #ffffff; display: flex; align-items: center;
16
+ padding: 0 36px; box-sizing: border-box;
17
+ font-size: 40px; letter-spacing: 0.5px;
18
+ }
19
+ .status-left { display: flex; align-items: center; gap: 28px; }
20
+ .status-right { margin-left: auto; display: flex; align-items: center; gap: 30px; }
21
+ .icon {
22
+ width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center;
23
+ }
24
+ /* Header */
25
+ .header {
26
+ position: absolute; top: 160px; left: 0; width: 100%; height: 180px;
27
+ background: #ffffff; display: flex; align-items: center; padding: 0 36px; box-sizing: border-box;
28
+ border-bottom: 1px solid #ececec;
29
+ }
30
+ .back-btn { width: 80px; height: 80px; display: inline-flex; align-items: center; justify-content: center; margin-right: 24px; }
31
+ .title { font-size: 66px; color: #222; font-weight: 600; }
32
+ /* Tabs */
33
+ .tabs {
34
+ position: absolute; top: 340px; left: 0; width: 100%; height: 120px;
35
+ background: #fafafa; display: flex; align-items: center; padding: 0 36px; box-sizing: border-box;
36
+ border-bottom: 1px solid #e4e4e4;
37
+ }
38
+ .tab {
39
+ font-size: 38px; color: #7b7b7b; margin-right: 88px; position: relative; padding-bottom: 16px;
40
+ }
41
+ .tab.active { color: #374785; font-weight: 600; }
42
+ .tab.active::after {
43
+ content: ""; position: absolute; left: 0; bottom: -2px; height: 8px; width: 260px; background: #3f6bb0; border-radius: 4px;
44
+ }
45
+ /* Content list */
46
+ .content {
47
+ position: absolute; top: 460px; left: 0; width: 100%; bottom: 160px;
48
+ padding: 24px 36px 160px; box-sizing: border-box; overflow: hidden;
49
+ }
50
+ .section-label {
51
+ font-size: 36px; color: #6f6f6f; letter-spacing: 1px; margin: 24px 0 36px;
52
+ }
53
+ .item {
54
+ padding: 26px 0; border-bottom: 0; margin-bottom: 6px;
55
+ }
56
+ .item-title {
57
+ font-size: 50px; color: #222; margin-bottom: 14px;
58
+ }
59
+ .item-status {
60
+ font-size: 38px; color: #9aa0a6;
61
+ }
62
+ /* Bottom bar with pill */
63
+ .bottom-bar {
64
+ position: absolute; bottom: 0; left: 0; width: 100%; height: 160px; background: #3d3360;
65
+ display: flex; align-items: center; justify-content: center;
66
+ }
67
+ .home-pill {
68
+ width: 520px; height: 16px; background: #e6e1f3; border-radius: 10px;
69
+ }
70
+ </style>
71
+ </head>
72
+ <body>
73
+ <div id="render-target">
74
+
75
+ <!-- Status Bar -->
76
+ <div class="status-bar">
77
+ <div class="status-left">
78
+ <div>2:11</div>
79
+ <div>76°</div>
80
+ <div>78°</div>
81
+ <!-- simple mail icon -->
82
+ <div class="icon">
83
+ <svg width="44" height="32" viewBox="0 0 44 32" fill="none">
84
+ <rect x="1" y="4" width="42" height="24" rx="4" stroke="#ffffff" stroke-width="3"/>
85
+ <path d="M4 6 L22 18 L40 6" stroke="#ffffff" stroke-width="3" fill="none"/>
86
+ </svg>
87
+ </div>
88
+ <div style="width:10px;height:10px;background:#cfcbe6;border-radius:50%;"></div>
89
+ </div>
90
+ <div class="status-right">
91
+ <!-- WiFi icon -->
92
+ <div class="icon">
93
+ <svg width="44" height="32" viewBox="0 0 44 32" fill="none">
94
+ <path d="M4 12 Q22 -2 40 12" stroke="#ffffff" stroke-width="3" fill="none"/>
95
+ <path d="M10 18 Q22 8 34 18" stroke="#ffffff" stroke-width="3" fill="none"/>
96
+ <circle cx="22" cy="24" r="4" fill="#ffffff"/>
97
+ </svg>
98
+ </div>
99
+ <!-- Battery icon -->
100
+ <div class="icon">
101
+ <svg width="60" height="32" viewBox="0 0 60 32" fill="none">
102
+ <rect x="2" y="6" width="48" height="20" rx="3" stroke="#ffffff" stroke-width="3"/>
103
+ <rect x="50" y="11" width="8" height="10" rx="2" fill="#ffffff"/>
104
+ <rect x="6" y="10" width="38" height="12" fill="#ffffff"/>
105
+ </svg>
106
+ </div>
107
+ </div>
108
+ </div>
109
+
110
+ <!-- Header -->
111
+ <div class="header">
112
+ <div class="back-btn">
113
+ <svg width="64" height="64" viewBox="0 0 64 64">
114
+ <path d="M38 12 L18 32 L38 52" stroke="#606060" stroke-width="6" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
115
+ </svg>
116
+ </div>
117
+ <div class="title">Notifications</div>
118
+ </div>
119
+
120
+ <!-- Tabs -->
121
+ <div class="tabs">
122
+ <div class="tab">CURRENT</div>
123
+ <div class="tab active">MANAGE</div>
124
+ </div>
125
+
126
+ <!-- Content -->
127
+ <div class="content">
128
+ <div class="section-label">ALL</div>
129
+
130
+ <div class="item">
131
+ <div class="item-title">Today’s Weather Highlights</div>
132
+ <div class="item-status">OFF</div>
133
+ </div>
134
+
135
+ <div class="item">
136
+ <div class="item-title">Flu Risk</div>
137
+ <div class="item-status">OFF</div>
138
+ </div>
139
+
140
+ <div class="item">
141
+ <div class="item-title">Significant Weather Forecasts</div>
142
+ <div class="item-status">OFF</div>
143
+ </div>
144
+
145
+ <div class="item">
146
+ <div class="item-title">Change Ahead</div>
147
+ <div class="item-status">OFF</div>
148
+ </div>
149
+
150
+ <div class="item">
151
+ <div class="item-title">Lightning Strike</div>
152
+ <div class="item-status">OFF</div>
153
+ </div>
154
+
155
+ <div class="item">
156
+ <div class="item-title">Government issued alerts</div>
157
+ <div class="item-status">OFF</div>
158
+ </div>
159
+
160
+ <div class="item">
161
+ <div class="item-title">Breaking News</div>
162
+ <div class="item-status">OFF</div>
163
+ </div>
164
+
165
+ <div class="item">
166
+ <div class="item-title">Daily Rain & Snow Forecast</div>
167
+ <div class="item-status">OFF</div>
168
+ </div>
169
+
170
+ <div class="item">
171
+ <div class="item-title">Pollen Report</div>
172
+ <div class="item-status">OFF</div>
173
+ </div>
174
+ </div>
175
+
176
+ <!-- Bottom bar -->
177
+ <div class="bottom-bar">
178
+ <div class="home-pill"></div>
179
+ </div>
180
+
181
+ </div>
182
+ </body>
183
+ </html>
code/471/471_4.html ADDED
@@ -0,0 +1,177 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Lightning Strike Settings</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: #FFFFFF;
14
+ border-radius: 0;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 120px;
24
+ background: #4A425E; /* dark purple */
25
+ color: #ffffff;
26
+ font-size: 40px;
27
+ display: flex;
28
+ align-items: center;
29
+ padding: 0 40px;
30
+ box-sizing: border-box;
31
+ letter-spacing: 1px;
32
+ }
33
+ .status-left { flex: 1; }
34
+ .status-right {
35
+ display: flex;
36
+ align-items: center;
37
+ gap: 24px;
38
+ }
39
+ .icon-wifi {
40
+ width: 40px; height: 28px;
41
+ border: 3px solid #fff; border-top-color: transparent; border-left-color: transparent;
42
+ transform: rotate(45deg);
43
+ border-radius: 4px;
44
+ }
45
+ .icon-signal {
46
+ width: 34px; height: 34px; border-right: 6px solid #fff; border-top: 6px solid #fff;
47
+ transform: rotate(45deg);
48
+ }
49
+ .icon-battery {
50
+ width: 74px; height: 34px; border: 4px solid #fff; border-radius: 6px; position: relative;
51
+ }
52
+ .icon-battery::after {
53
+ content: "";
54
+ position: absolute; right: -10px; top: 8px;
55
+ width: 8px; height: 18px; background: #fff; border-radius: 2px;
56
+ }
57
+
58
+ /* App bar with title */
59
+ .app-bar {
60
+ position: absolute;
61
+ top: 120px;
62
+ left: 0;
63
+ width: 1080px;
64
+ height: 150px;
65
+ background: #FFFFFF;
66
+ display: flex;
67
+ align-items: center;
68
+ padding: 0 40px;
69
+ box-sizing: border-box;
70
+ border-bottom: 1px solid #E6E3EC;
71
+ }
72
+ .back-btn {
73
+ width: 72px; height: 72px; display: flex; align-items: center; justify-content: center;
74
+ margin-right: 24px;
75
+ }
76
+ .back-btn svg { width: 44px; height: 44px; fill: #3C3F46; }
77
+ .title {
78
+ font-size: 56px;
79
+ color: #2c2f36;
80
+ font-weight: 700;
81
+ }
82
+
83
+ /* Toggle section */
84
+ .toggle-section {
85
+ position: absolute;
86
+ top: 270px;
87
+ left: 0;
88
+ width: 1080px;
89
+ background: #F0F0F0;
90
+ height: 220px;
91
+ display: flex;
92
+ align-items: center;
93
+ justify-content: space-between;
94
+ padding: 0 48px;
95
+ box-sizing: border-box;
96
+ border-top: 1px solid #E2E2E2;
97
+ border-bottom: 1px solid #E2E2E2;
98
+ }
99
+ .toggle-label {
100
+ font-size: 48px;
101
+ color: #555;
102
+ }
103
+ .switch {
104
+ width: 160px; height: 84px; background: #D8D8D8;
105
+ border-radius: 50px; position: relative;
106
+ box-shadow: inset 0 0 0 1px #cfcfcf;
107
+ }
108
+ .switch::after {
109
+ content: "";
110
+ position: absolute; top: 8px; left: 8px;
111
+ width: 68px; height: 68px; background: #CFCFCF; border-radius: 50%;
112
+ box-shadow: 0 1px 2px rgba(0,0,0,0.15);
113
+ }
114
+
115
+ /* Description text */
116
+ .desc {
117
+ position: absolute;
118
+ top: 540px;
119
+ left: 40px;
120
+ right: 40px;
121
+ color: #777;
122
+ font-size: 44px;
123
+ line-height: 1.4;
124
+ }
125
+
126
+ /* Bottom gesture area */
127
+ .bottom-bar {
128
+ position: absolute;
129
+ bottom: 0; left: 0; width: 1080px; height: 120px; background: #5A526D;
130
+ display: flex; align-items: center; justify-content: center;
131
+ }
132
+ .home-pill {
133
+ width: 460px; height: 10px; background: #fff; border-radius: 10px; opacity: 0.9;
134
+ }
135
+
136
+ </style>
137
+ </head>
138
+ <body>
139
+ <div id="render-target">
140
+
141
+ <!-- Status bar -->
142
+ <div class="status-bar">
143
+ <div class="status-left">2:11</div>
144
+ <div class="status-right">
145
+ <div style="font-size:34px;">76° 78°</div>
146
+ <div class="icon-wifi"></div>
147
+ <div class="icon-signal"></div>
148
+ <div class="icon-battery"></div>
149
+ </div>
150
+ </div>
151
+
152
+ <!-- App bar -->
153
+ <div class="app-bar">
154
+ <div class="back-btn">
155
+ <svg viewBox="0 0 24 24">
156
+ <path d="M15.4 3.4L6.8 12l8.6 8.6-1.4 1.4L4 12l10-10 1.4 1.4z"/>
157
+ </svg>
158
+ </div>
159
+ <div class="title">Lightning Strike</div>
160
+ </div>
161
+
162
+ <!-- Toggle -->
163
+ <div class="toggle-section">
164
+ <div class="toggle-label">Off</div>
165
+ <div class="switch"></div>
166
+ </div>
167
+
168
+ <!-- Description -->
169
+ <div class="desc">Know when lightning strikes near you</div>
170
+
171
+ <!-- Bottom gesture bar -->
172
+ <div class="bottom-bar">
173
+ <div class="home-pill"></div>
174
+ </div>
175
+ </div>
176
+ </body>
177
+ </html>
code/471/471_5.html ADDED
@@ -0,0 +1,221 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
5
+ <title>Lightning Strike Dialog</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: #ECEFF1;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 110px;
23
+ background: #0F1220;
24
+ color: #fff;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: space-between;
28
+ padding: 0 36px;
29
+ box-sizing: border-box;
30
+ font-size: 42px;
31
+ letter-spacing: 0.5px;
32
+ }
33
+ .status-icons {
34
+ display: flex;
35
+ align-items: center;
36
+ gap: 28px;
37
+ }
38
+ .icon-wifi, .icon-battery {
39
+ width: 46px; height: 24px;
40
+ }
41
+
42
+ /* App bar */
43
+ .app-bar {
44
+ position: absolute;
45
+ top: 110px;
46
+ left: 0;
47
+ width: 1080px;
48
+ height: 140px;
49
+ background: #FFFFFF;
50
+ display: flex;
51
+ align-items: center;
52
+ box-sizing: border-box;
53
+ padding: 0 24px 0 24px;
54
+ box-shadow: 0 1px 0 rgba(0,0,0,0.1);
55
+ }
56
+ .back-btn {
57
+ width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; margin-right: 12px;
58
+ }
59
+ .title {
60
+ font-size: 56px;
61
+ font-weight: 700;
62
+ color: #263238;
63
+ }
64
+
65
+ /* Content area */
66
+ .content {
67
+ position: absolute;
68
+ top: 250px;
69
+ left: 0;
70
+ right: 0;
71
+ bottom: 0;
72
+ background: #F2F2F2;
73
+ }
74
+ .toggle-row {
75
+ height: 160px;
76
+ background: #FFFFFF;
77
+ display: flex;
78
+ align-items: center;
79
+ justify-content: space-between;
80
+ padding: 0 36px;
81
+ box-sizing: border-box;
82
+ border-bottom: 1px solid #E0E0E0;
83
+ }
84
+ .toggle-label {
85
+ font-size: 48px;
86
+ color: #37474F;
87
+ }
88
+ .switch {
89
+ position: relative;
90
+ width: 150px;
91
+ height: 84px;
92
+ background: #CFD8DC;
93
+ border-radius: 42px;
94
+ }
95
+ .switch::after {
96
+ content: "";
97
+ position: absolute;
98
+ top: 8px;
99
+ left: 8px;
100
+ width: 68px;
101
+ height: 68px;
102
+ background: #FFFFFF;
103
+ border-radius: 50%;
104
+ box-shadow: 0 1px 3px rgba(0,0,0,0.25);
105
+ }
106
+ .desc {
107
+ padding: 32px 36px;
108
+ font-size: 44px;
109
+ color: #455A64;
110
+ }
111
+
112
+ /* Dim overlay and dialog */
113
+ .overlay {
114
+ position: absolute;
115
+ top: 0; left: 0; width: 1080px; height: 2400px;
116
+ background: rgba(0,0,0,0.5);
117
+ z-index: 3;
118
+ }
119
+ .dialog {
120
+ position: absolute;
121
+ left: 50%;
122
+ transform: translateX(-50%);
123
+ bottom: 540px;
124
+ width: 960px;
125
+ background: #FFFFFF;
126
+ border-radius: 14px;
127
+ box-shadow: 0 18px 40px rgba(0,0,0,0.35);
128
+ padding: 44px 44px 30px 44px;
129
+ box-sizing: border-box;
130
+ }
131
+ .dialog-text {
132
+ font-size: 44px;
133
+ line-height: 1.3;
134
+ color: #263238;
135
+ margin-bottom: 36px;
136
+ }
137
+ .dialog-actions {
138
+ display: flex;
139
+ justify-content: flex-end;
140
+ gap: 48px;
141
+ }
142
+ .text-btn {
143
+ font-size: 40px;
144
+ color: #1E50FF;
145
+ font-weight: 700;
146
+ letter-spacing: 1.5px;
147
+ }
148
+
149
+ /* Gesture bar */
150
+ .gesture-bar {
151
+ position: absolute;
152
+ bottom: 24px;
153
+ left: 50%;
154
+ transform: translateX(-50%);
155
+ width: 320px;
156
+ height: 12px;
157
+ background: #FFFFFF;
158
+ opacity: 0.85;
159
+ border-radius: 10px;
160
+ z-index: 5;
161
+ }
162
+ </style>
163
+ </head>
164
+ <body>
165
+ <div id="render-target">
166
+
167
+ <!-- Status bar -->
168
+ <div class="status-bar">
169
+ <div>2:12</div>
170
+ <div class="status-icons">
171
+ <div style="font-size:38px;">76°</div>
172
+ <div style="font-size:38px;">78°</div>
173
+ <svg class="icon-wifi" viewBox="0 0 24 24" fill="#FFFFFF">
174
+ <path d="M12 20l2-2h-4l2 2z"></path>
175
+ <path d="M2 8c5.5-4 14.5-4 20 0l-2 2c-4.5-3.3-11.5-3.3-16 0L2 8z"></path>
176
+ <path d="M6 12c3.5-2.6 8.5-2.6 12 0l-2 2c-2.6-1.9-5.4-1.9-8 0l-2-2z"></path>
177
+ </svg>
178
+ <svg class="icon-battery" viewBox="0 0 24 24" fill="none" stroke="#FFFFFF" stroke-width="2">
179
+ <rect x="1" y="7" width="18" height="10" rx="2"></rect>
180
+ <rect x="20" y="10" width="3" height="4" rx="1" fill="#FFFFFF"></rect>
181
+ <rect x="3" y="9" width="12" height="6" fill="#FFFFFF"></rect>
182
+ </svg>
183
+ </div>
184
+ </div>
185
+
186
+ <!-- App bar -->
187
+ <div class="app-bar">
188
+ <div class="back-btn">
189
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="#263238">
190
+ <path d="M15.5 19l-7-7 7-7v14z"></path>
191
+ </svg>
192
+ </div>
193
+ <div class="title">Lightning Strike</div>
194
+ </div>
195
+
196
+ <!-- Content -->
197
+ <div class="content">
198
+ <div class="toggle-row">
199
+ <div class="toggle-label">Off</div>
200
+ <div class="switch"></div>
201
+ </div>
202
+ <div class="desc">Know when lightning strikes near you</div>
203
+ </div>
204
+
205
+ <!-- Overlay and dialog -->
206
+ <div class="overlay"></div>
207
+ <div class="dialog">
208
+ <div class="dialog-text">
209
+ Enable the notification permission, from within settings, to receive weather notifications.
210
+ </div>
211
+ <div class="dialog-actions">
212
+ <div class="text-btn">NO THANKS</div>
213
+ <div class="text-btn">OPEN SETTINGS</div>
214
+ </div>
215
+ </div>
216
+
217
+ <!-- Gesture bar -->
218
+ <div class="gesture-bar"></div>
219
+ </div>
220
+ </body>
221
+ </html>
code/471/471_6.html ADDED
@@ -0,0 +1,266 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>App Info - Android UI Mock</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: #121212;
13
+ color: #ECECEC;
14
+ }
15
+
16
+ /* Status bar */
17
+ .statusbar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 90px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ padding: 0 36px;
27
+ color: #ffffff;
28
+ font-size: 34px;
29
+ letter-spacing: 0.5px;
30
+ opacity: 0.95;
31
+ }
32
+ .status-left { display: flex; align-items: center; gap: 20px; }
33
+ .status-right { display: flex; align-items: center; gap: 22px; }
34
+ .tiny { font-size: 30px; color: #bdbdbd; }
35
+
36
+ /* Back arrow */
37
+ .back-btn {
38
+ position: absolute;
39
+ top: 110px;
40
+ left: 36px;
41
+ width: 60px;
42
+ height: 60px;
43
+ }
44
+ .back-btn svg { width: 60px; height: 60px; }
45
+ .back-btn svg path { stroke: #EDEDED; stroke-width: 8; fill: none; stroke-linecap: round; stroke-linejoin: round; }
46
+
47
+ /* Page title */
48
+ .page-title {
49
+ position: absolute;
50
+ top: 180px;
51
+ left: 44px;
52
+ font-size: 92px;
53
+ font-weight: 600;
54
+ margin: 0;
55
+ letter-spacing: 0.5px;
56
+ }
57
+
58
+ /* App icon and name */
59
+ .app-section {
60
+ position: absolute;
61
+ top: 420px;
62
+ left: 0;
63
+ width: 100%;
64
+ text-align: center;
65
+ }
66
+ .app-icon {
67
+ width: 170px;
68
+ height: 170px;
69
+ margin: 0 auto 28px auto;
70
+ border-radius: 50%;
71
+ background: #0A4DB6;
72
+ display: flex;
73
+ align-items: center;
74
+ justify-content: center;
75
+ color: #ffffff;
76
+ font-size: 26px;
77
+ line-height: 1.15;
78
+ box-shadow: 0 6px 18px rgba(0,0,0,0.4);
79
+ }
80
+ .app-name {
81
+ font-size: 64px;
82
+ font-weight: 600;
83
+ margin-top: 12px;
84
+ }
85
+
86
+ /* Action buttons row */
87
+ .actions {
88
+ position: absolute;
89
+ top: 720px;
90
+ left: 44px;
91
+ width: 992px;
92
+ display: flex;
93
+ gap: 24px;
94
+ }
95
+ .action-card {
96
+ flex: 1;
97
+ height: 220px;
98
+ background: #1E1E1E;
99
+ border-radius: 48px;
100
+ display: flex;
101
+ align-items: center;
102
+ justify-content: center;
103
+ color: #EDEDED;
104
+ box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04);
105
+ }
106
+ .action-inner { display: flex; flex-direction: column; align-items: center; gap: 24px; }
107
+ .action-label { font-size: 44px; font-weight: 500; }
108
+ .action-icon svg { width: 72px; height: 72px; }
109
+ .accent { color: #F6D78E; fill: #F6D78E; }
110
+
111
+ /* Info list */
112
+ .info-list {
113
+ position: absolute;
114
+ top: 980px;
115
+ left: 44px;
116
+ width: 992px;
117
+ }
118
+ .info-item {
119
+ padding: 36px 0;
120
+ border-bottom: 1px solid rgba(255,255,255,0.06);
121
+ }
122
+ .info-title {
123
+ font-size: 56px;
124
+ margin-bottom: 12px;
125
+ }
126
+ .info-sub {
127
+ font-size: 40px;
128
+ color: #9E9E9E;
129
+ }
130
+
131
+ /* Battery bar mock */
132
+ .battery {
133
+ margin-top: 26px;
134
+ width: 900px;
135
+ height: 16px;
136
+ background: rgba(255,255,255,0.1);
137
+ border-radius: 12px;
138
+ overflow: hidden;
139
+ }
140
+ .battery .fill {
141
+ width: 680px;
142
+ height: 100%;
143
+ background: #EDEDED;
144
+ }
145
+ </style>
146
+ </head>
147
+ <body>
148
+ <div id="render-target">
149
+
150
+ <!-- Status Bar -->
151
+ <div class="statusbar">
152
+ <div class="status-left">
153
+ <div>2:12</div>
154
+ <div class="tiny">76° 78°</div>
155
+ <div class="tiny">✉︎</div>
156
+ <div class="tiny">⇧</div>
157
+ <div class="tiny">•</div>
158
+ </div>
159
+ <div class="status-right">
160
+ <!-- WiFi icon -->
161
+ <svg width="44" height="44" viewBox="0 0 24 24">
162
+ <path d="M2 8c5-4 15-4 20 0" stroke="#ffffff" stroke-width="2" fill="none" stroke-linecap="round"/>
163
+ <path d="M5 12c3-3 11-3 14 0" stroke="#ffffff" stroke-width="2" fill="none" stroke-linecap="round"/>
164
+ <path d="M9 16c2-2 4-2 6 0" stroke="#ffffff" stroke-width="2" fill="none" stroke-linecap="round"/>
165
+ <circle cx="12" cy="19" r="1.6" fill="#ffffff"/>
166
+ </svg>
167
+ <!-- Battery icon -->
168
+ <svg width="54" height="44" viewBox="0 0 32 18">
169
+ <rect x="1" y="3" width="26" height="12" rx="2" ry="2" stroke="#ffffff" stroke-width="2" fill="none"/>
170
+ <rect x="28" y="6" width="3" height="6" rx="1" fill="#ffffff"/>
171
+ <rect x="3" y="5" width="20" height="8" fill="#ffffff"/>
172
+ </svg>
173
+ </div>
174
+ </div>
175
+
176
+ <!-- Back Button -->
177
+ <div class="back-btn">
178
+ <svg viewBox="0 0 80 80">
179
+ <path d="M50 18 L26 40 L50 62"></path>
180
+ </svg>
181
+ </div>
182
+
183
+ <!-- Title -->
184
+ <h1 class="page-title">App info</h1>
185
+
186
+ <!-- App icon and name -->
187
+ <div class="app-section">
188
+ <div class="app-icon">The Weather<br>Channel</div>
189
+ <div class="app-name">The Weather Channel</div>
190
+ </div>
191
+
192
+ <!-- Action buttons -->
193
+ <div class="actions">
194
+ <div class="action-card">
195
+ <div class="action-inner">
196
+ <div class="action-icon accent">
197
+ <!-- Open icon (external arrow) -->
198
+ <svg viewBox="0 0 24 24">
199
+ <path d="M7 7h10v10" stroke="currentColor" stroke-width="2" fill="none"/>
200
+ <path d="M17 7L7 17" stroke="currentColor" stroke-width="2" fill="none"/>
201
+ <path d="M4 20h16" stroke="currentColor" stroke-width="2" opacity="0.4"/>
202
+ </svg>
203
+ </div>
204
+ <div class="action-label">Open</div>
205
+ </div>
206
+ </div>
207
+ <div class="action-card">
208
+ <div class="action-inner">
209
+ <div class="action-icon accent">
210
+ <!-- Trash / Uninstall -->
211
+ <svg viewBox="0 0 24 24">
212
+ <rect x="7" y="8" width="10" height="10" rx="2" fill="currentColor"/>
213
+ <rect x="6" y="4" width="12" height="3" fill="currentColor"/>
214
+ <rect x="9" y="10" width="2" height="6" fill="#2b2b2b"/>
215
+ <rect x="13" y="10" width="2" height="6" fill="#2b2b2b"/>
216
+ </svg>
217
+ </div>
218
+ <div class="action-label">Uninstall</div>
219
+ </div>
220
+ </div>
221
+ <div class="action-card">
222
+ <div class="action-inner">
223
+ <div class="action-icon accent">
224
+ <!-- Warning triangle -->
225
+ <svg viewBox="0 0 24 24">
226
+ <path d="M12 3L22 21H2L12 3Z" fill="currentColor"/>
227
+ <rect x="11" y="9" width="2" height="6" fill="#2b2b2b"/>
228
+ <rect x="11" y="16.5" width="2" height="2" fill="#2b2b2b"/>
229
+ </svg>
230
+ </div>
231
+ <div class="action-label">Force stop</div>
232
+ </div>
233
+ </div>
234
+ </div>
235
+
236
+ <!-- Info list -->
237
+ <div class="info-list">
238
+ <div class="info-item">
239
+ <div class="info-title">Notifications</div>
240
+ <div class="info-sub">Off</div>
241
+ </div>
242
+ <div class="info-item">
243
+ <div class="info-title">Permissions</div>
244
+ <div class="info-sub">No permissions granted</div>
245
+ </div>
246
+ <div class="info-item">
247
+ <div class="info-title">Storage &amp; cache</div>
248
+ <div class="info-sub">169 MB used in internal storage</div>
249
+ </div>
250
+ <div class="info-item">
251
+ <div class="info-title">Mobile data &amp; Wi‑Fi</div>
252
+ <div class="info-sub">No data used</div>
253
+ </div>
254
+ <div class="info-item">
255
+ <div class="info-title">Screen time</div>
256
+ <div class="info-sub">18 minutes today</div>
257
+ </div>
258
+ <div class="info-item">
259
+ <div class="info-title">App battery usage</div>
260
+ <div class="battery"><div class="fill"></div></div>
261
+ </div>
262
+ </div>
263
+
264
+ </div>
265
+ </body>
266
+ </html>
code/471/471_7.html ADDED
@@ -0,0 +1,257 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Android Notification Settings - The Weather Channel</title>
5
+ <style>
6
+ body {
7
+ margin: 0;
8
+ padding: 0;
9
+ background: transparent;
10
+ }
11
+ #render-target {
12
+ width: 1080px;
13
+ height: 2400px;
14
+ position: relative;
15
+ overflow: hidden;
16
+ background: #121212;
17
+ color: #FFFFFF;
18
+ font-family: Arial, Helvetica, sans-serif;
19
+ }
20
+
21
+ /* Status bar */
22
+ .status-bar {
23
+ position: absolute;
24
+ top: 0;
25
+ left: 0;
26
+ height: 110px;
27
+ width: 100%;
28
+ padding: 24px 36px 0 36px;
29
+ box-sizing: border-box;
30
+ font-size: 42px;
31
+ display: flex;
32
+ justify-content: space-between;
33
+ align-items: flex-start;
34
+ color: #fff;
35
+ opacity: 0.95;
36
+ }
37
+ .sb-left span {
38
+ margin-right: 20px;
39
+ }
40
+ .sb-right {
41
+ display: flex;
42
+ gap: 28px;
43
+ align-items: center;
44
+ }
45
+ .sb-icon {
46
+ width: 54px;
47
+ height: 36px;
48
+ }
49
+
50
+ /* Back button */
51
+ .back-btn {
52
+ position: absolute;
53
+ top: 120px;
54
+ left: 36px;
55
+ width: 72px;
56
+ height: 72px;
57
+ display: flex;
58
+ align-items: center;
59
+ justify-content: center;
60
+ }
61
+ .back-btn svg {
62
+ width: 56px;
63
+ height: 56px;
64
+ fill: none;
65
+ stroke: #FFFFFF;
66
+ stroke-width: 8;
67
+ stroke-linecap: round;
68
+ stroke-linejoin: round;
69
+ }
70
+
71
+ /* Title */
72
+ .page-title {
73
+ position: absolute;
74
+ top: 190px;
75
+ left: 48px;
76
+ right: 48px;
77
+ font-size: 90px;
78
+ line-height: 100px;
79
+ font-weight: 600;
80
+ color: #FFFFFF;
81
+ }
82
+
83
+ /* Center app icon and label */
84
+ .center-block {
85
+ position: absolute;
86
+ top: 520px;
87
+ left: 0;
88
+ width: 100%;
89
+ text-align: center;
90
+ }
91
+ .app-icon {
92
+ width: 160px;
93
+ height: 160px;
94
+ margin: 0 auto 32px;
95
+ border-radius: 50%;
96
+ background: #E0E0E0;
97
+ border: 1px solid #BDBDBD;
98
+ display: flex;
99
+ align-items: center;
100
+ justify-content: center;
101
+ color: #3A3A3A;
102
+ font-size: 26px;
103
+ text-align: center;
104
+ padding: 10px;
105
+ box-sizing: border-box;
106
+ }
107
+ .app-name {
108
+ font-size: 56px;
109
+ font-weight: 600;
110
+ color: #FFFFFF;
111
+ }
112
+
113
+ /* Main card with toggle */
114
+ .card {
115
+ position: absolute;
116
+ top: 760px;
117
+ left: 48px;
118
+ width: 984px;
119
+ background: #F1E0C6;
120
+ border-radius: 56px;
121
+ padding: 60px;
122
+ box-sizing: border-box;
123
+ }
124
+ .card-title {
125
+ font-size: 52px;
126
+ line-height: 66px;
127
+ color: #181818;
128
+ }
129
+ .toggle {
130
+ position: absolute;
131
+ top: 60px;
132
+ right: 60px;
133
+ width: 220px;
134
+ height: 96px;
135
+ background: #3A3936;
136
+ border-radius: 48px;
137
+ display: flex;
138
+ align-items: center;
139
+ padding-left: 22px;
140
+ box-sizing: border-box;
141
+ }
142
+ .toggle .knob {
143
+ width: 72px;
144
+ height: 72px;
145
+ border-radius: 50%;
146
+ background: #9E9E9E;
147
+ }
148
+
149
+ /* Info section */
150
+ .info-row {
151
+ position: absolute;
152
+ top: 1120px;
153
+ left: 48px;
154
+ right: 48px;
155
+ display: flex;
156
+ align-items: flex-start;
157
+ gap: 24px;
158
+ }
159
+ .info-icon {
160
+ width: 60px;
161
+ height: 60px;
162
+ border-radius: 50%;
163
+ border: 2px solid #BDBDBD;
164
+ color: #BDBDBD;
165
+ display: flex;
166
+ align-items: center;
167
+ justify-content: center;
168
+ font-weight: bold;
169
+ }
170
+ .info-text {
171
+ font-size: 44px;
172
+ line-height: 58px;
173
+ color: #CFCFCF;
174
+ max-width: 950px;
175
+ }
176
+
177
+ /* Gesture bar */
178
+ .gesture-bar {
179
+ position: absolute;
180
+ bottom: 32px;
181
+ left: 50%;
182
+ transform: translateX(-50%);
183
+ width: 420px;
184
+ height: 10px;
185
+ background: #FFFFFF;
186
+ border-radius: 6px;
187
+ opacity: 0.9;
188
+ }
189
+ </style>
190
+ </head>
191
+ <body>
192
+ <div id="render-target">
193
+
194
+ <!-- Status bar -->
195
+ <div class="status-bar">
196
+ <div class="sb-left">
197
+ <span>2:12</span>
198
+ <span>76°</span>
199
+ <span>78°</span>
200
+ <span>•</span>
201
+ <span>M</span>
202
+ </div>
203
+ <div class="sb-right">
204
+ <!-- WiFi icon -->
205
+ <svg class="sb-icon" viewBox="0 0 24 24">
206
+ <path fill="#FFFFFF" d="M2 8c5.5-4.5 14.5-4.5 20 0l-2 2c-4-3.2-12-3.2-16 0L2 8zm4 4c3.8-3 10.2-3 14 0l-2 2c-2.8-2.2-7.2-2.2-10 0l-2-2zm4 4l2 2 2-2c-1.2-1-2.8-1-4 0z"/>
207
+ </svg>
208
+ <!-- Battery icon -->
209
+ <svg class="sb-icon" viewBox="0 0 26 26">
210
+ <rect x="1" y="6" width="20" height="14" rx="2" ry="2" fill="none" stroke="#FFFFFF" stroke-width="2"/>
211
+ <rect x="3" y="8" width="14" height="10" fill="#FFFFFF"/>
212
+ <rect x="21.5" y="10" width="3" height="6" fill="#FFFFFF"/>
213
+ </svg>
214
+ </div>
215
+ </div>
216
+
217
+ <!-- Back arrow -->
218
+ <div class="back-btn">
219
+ <svg viewBox="0 0 24 24">
220
+ <path d="M15 6 L9 12 L15 18" />
221
+ </svg>
222
+ </div>
223
+
224
+ <!-- Title -->
225
+ <div class="page-title">The Weather Channel</div>
226
+
227
+ <!-- Center app icon and name -->
228
+ <div class="center-block">
229
+ <div class="app-icon">[IMG: Weather Channel Logo]</div>
230
+ <div class="app-name">The Weather Channel</div>
231
+ </div>
232
+
233
+ <!-- Card -->
234
+ <div class="card">
235
+ <div class="card-title">
236
+ All The Weather Channel<br>notifications
237
+ </div>
238
+ <div class="toggle">
239
+ <div class="knob"></div>
240
+ </div>
241
+ </div>
242
+
243
+ <!-- Info -->
244
+ <div class="info-row">
245
+ <div class="info-icon">i</div>
246
+ <div class="info-text">
247
+ At your request, Android is blocking this app's<br>
248
+ notifications from appearing on this device
249
+ </div>
250
+ </div>
251
+
252
+ <!-- Gesture bar -->
253
+ <div class="gesture-bar"></div>
254
+
255
+ </div>
256
+ </body>
257
+ </html>
code/471/471_8.html ADDED
@@ -0,0 +1,180 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>The Weather Channel Notifications UI</title>
5
+ <style>
6
+ body { margin:0; padding:0; background: transparent; font-family: "Roboto", Arial, sans-serif; }
7
+ #render-target {
8
+ width:1080px; height:2400px;
9
+ position:relative; overflow:hidden;
10
+ background:#121212; color:#FFFFFF;
11
+ }
12
+
13
+ /* Status bar */
14
+ .status-bar {
15
+ position:absolute; top:0; left:0; right:0;
16
+ height:90px; padding:0 36px;
17
+ display:flex; align-items:center; justify-content:space-between;
18
+ color:#fff; font-weight:600; font-size:38px;
19
+ }
20
+ .status-icons { display:flex; align-items:center; gap:24px; }
21
+ .icon-dot { width:14px; height:14px; background:#fff; border-radius:50%; opacity:0.8; }
22
+ .icon-signal, .icon-wifi, .icon-battery {
23
+ width:40px; height:28px; border:2px solid #fff; border-radius:4px; opacity:0.85;
24
+ }
25
+ .icon-wifi { border-radius:50% 50% 8px 8px; width:36px; height:26px; }
26
+ .icon-battery { position:relative; width:50px; height:28px; }
27
+ .icon-battery::after { content:""; position:absolute; right:-8px; top:8px; width:8px; height:12px; background:#fff; border-radius:2px; }
28
+
29
+ /* Back arrow */
30
+ .back {
31
+ position:absolute; top:120px; left:44px; width:72px; height:72px; display:flex; align-items:center; justify-content:center;
32
+ }
33
+ .back svg { width:54px; height:54px; fill:#fff; opacity:0.95; }
34
+
35
+ /* Title */
36
+ .title {
37
+ position:absolute; top:220px; left:48px; right:48px;
38
+ font-size:84px; font-weight:700; line-height:1.05;
39
+ }
40
+
41
+ /* App logo + name */
42
+ .app-block { position:absolute; top:540px; left:0; right:0; text-align:center; }
43
+ .logo {
44
+ width:160px; height:160px; margin:0 auto; border-radius:80px;
45
+ background:#0D47A1; display:flex; align-items:center; justify-content:center;
46
+ box-shadow:0 10px 30px rgba(0,0,0,0.4);
47
+ }
48
+ .logo-placeholder {
49
+ width:120px; height:120px; background:#E0E0E0; border:1px solid #BDBDBD;
50
+ display:flex; align-items:center; justify-content:center; color:#757575; border-radius:8px;
51
+ font-size:26px; text-align:center;
52
+ }
53
+ .app-name { margin-top:36px; font-size:58px; font-weight:600; }
54
+
55
+ /* Cards and section headers */
56
+ .card {
57
+ position:absolute; left:48px; right:48px; top:780px;
58
+ background:#e9cf9d; color:#1b1b1b; border-radius:56px; padding:54px 48px;
59
+ display:flex; align-items:center; justify-content:space-between;
60
+ }
61
+ .card .big-text { font-size:48px; font-weight:700; max-width:700px; line-height:1.2; }
62
+
63
+ .section { position:absolute; left:48px; right:48px; color:#e9cf9d; font-size:38px; font-weight:700; }
64
+ .section.top { top:1080px; }
65
+ .section.custom { top:1520px; }
66
+ .section.daily { bottom:140px; font-size:38px; }
67
+
68
+ /* Rows */
69
+ .row {
70
+ position:absolute; left:48px; right:48px;
71
+ display:flex; align-items:center; justify-content:space-between;
72
+ color:#fff; font-size:46px;
73
+ }
74
+ .row.top-all { top:1140px; }
75
+ .row.top-single { top:1280px; }
76
+ .row.custom-all { top:1600px; }
77
+ .row.custom-single { top:1740px; }
78
+
79
+ /* Small label icon */
80
+ .bell {
81
+ display:flex; align-items:center; gap:24px;
82
+ color:#e9cf9d; font-size:54px; font-weight:600;
83
+ }
84
+ .bell svg { width:48px; height:48px; fill:#e9cf9d; }
85
+
86
+ /* Toggle */
87
+ .toggle {
88
+ width:170px; height:92px; border-radius:46px;
89
+ background:#c6b085; position:relative; box-shadow: inset 0 0 0 2px rgba(0,0,0,0.2);
90
+ }
91
+ .toggle .knob {
92
+ position:absolute; top:12px; right:12px;
93
+ width:68px; height:68px; border-radius:50%;
94
+ background:#f3e2bd; box-shadow:0 2px 6px rgba(0,0,0,0.35);
95
+ }
96
+ /* smaller toggle variant */
97
+ .toggle.small { width:160px; height:86px; }
98
+ .toggle.small .knob { width:64px; height:64px; top:11px; right:11px; }
99
+
100
+ /* Divider line to mimic vertical rule */
101
+ .divider {
102
+ height:72px; width:2px; background:#3a3a3a; margin:0 24px;
103
+ }
104
+ </style>
105
+ </head>
106
+ <body>
107
+ <div id="render-target">
108
+
109
+ <!-- Status Bar -->
110
+ <div class="status-bar">
111
+ <div>2:13</div>
112
+ <div class="status-icons">
113
+ <div class="icon-dot"></div>
114
+ <div class="icon-signal"></div>
115
+ <div class="icon-wifi"></div>
116
+ <div class="icon-battery"></div>
117
+ </div>
118
+ </div>
119
+
120
+ <!-- Back Arrow -->
121
+ <div class="back">
122
+ <svg viewBox="0 0 24 24">
123
+ <path d="M15.5 4l-9 8 9 8v-3.2L9.7 12 15.5 7.2V4z"></path>
124
+ </svg>
125
+ </div>
126
+
127
+ <!-- Title -->
128
+ <div class="title">The Weather Channel</div>
129
+
130
+ <!-- App Logo and name -->
131
+ <div class="app-block">
132
+ <div class="logo">
133
+ <div class="logo-placeholder">[IMG: TWC Logo]</div>
134
+ </div>
135
+ <div class="app-name">The Weather Channel</div>
136
+ </div>
137
+
138
+ <!-- Big main card -->
139
+ <div class="card">
140
+ <div class="big-text">All The Weather Channel notifications</div>
141
+ <div class="toggle">
142
+ <div class="knob"></div>
143
+ </div>
144
+ </div>
145
+
146
+ <!-- Top Stories section -->
147
+ <div class="section top">Top Stories</div>
148
+ <div class="row top-all">
149
+ <div>All "Top Stories" notifications</div>
150
+ <div class="toggle small"><div class="knob"></div></div>
151
+ </div>
152
+ <div class="row top-single">
153
+ <div style="display:flex; align-items:center;">
154
+ <div style="width:24px;"></div>
155
+ <div>Top Stories</div>
156
+ <div class="divider"></div>
157
+ </div>
158
+ <div class="toggle small"><div class="knob"></div></div>
159
+ </div>
160
+
161
+ <!-- Custom section -->
162
+ <div class="section custom">Custom</div>
163
+ <div class="row custom-all">
164
+ <div>All "Custom" notifications</div>
165
+ <div class="toggle small"><div class="knob"></div></div>
166
+ </div>
167
+ <div class="row custom-single">
168
+ <div class="bell">
169
+ <svg viewBox="0 0 24 24"><path d="M12 2c-3.3 0-6 2.7-6 6v3.4L4 13v1h16v-1l-2-1.6V8c0-3.3-2.7-6-6-6zm0 18c1.3 0 2.3-1 2.3-2.3H9.7C9.7 19 10.7 20 12 20z"/></svg>
170
+ <span>Custom</span>
171
+ </div>
172
+ <div class="toggle small"><div class="knob"></div></div>
173
+ </div>
174
+
175
+ <!-- Daily Subscriptions footer label -->
176
+ <div class="section daily">Daily Subscriptions</div>
177
+
178
+ </div>
179
+ </body>
180
+ </html>
code/4712/4712_0.html ADDED
@@ -0,0 +1,486 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Foxit PDF Editor - Annotate UI</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: Arial, Helvetica, sans-serif;
13
+ color: #222;
14
+ }
15
+ #render-target {
16
+ width: 1080px;
17
+ height: 2400px;
18
+ position: relative;
19
+ overflow: hidden;
20
+ background: #ffffff;
21
+ }
22
+
23
+ /* Status bar */
24
+ .status-bar {
25
+ position: absolute;
26
+ top: 0;
27
+ left: 0;
28
+ width: 100%;
29
+ height: 120px;
30
+ background: #3e4348;
31
+ color: #fff;
32
+ display: flex;
33
+ align-items: center;
34
+ justify-content: space-between;
35
+ padding: 0 36px;
36
+ box-sizing: border-box;
37
+ font-size: 36px;
38
+ letter-spacing: 0.5px;
39
+ }
40
+ .status-left,
41
+ .status-right {
42
+ display: flex;
43
+ align-items: center;
44
+ gap: 26px;
45
+ }
46
+ .status-icon {
47
+ width: 36px;
48
+ height: 36px;
49
+ display: inline-flex;
50
+ align-items: center;
51
+ justify-content: center;
52
+ }
53
+
54
+ /* Top toolbar */
55
+ .toolbar {
56
+ position: absolute;
57
+ top: 120px;
58
+ left: 0;
59
+ width: 100%;
60
+ height: 180px;
61
+ background: #2f3438;
62
+ color: #fff;
63
+ box-sizing: border-box;
64
+ padding: 0 32px;
65
+ display: grid;
66
+ grid-template-columns: 1fr auto;
67
+ grid-template-rows: 1fr;
68
+ align-items: center;
69
+ }
70
+ .tb-left {
71
+ display: flex;
72
+ align-items: center;
73
+ gap: 24px;
74
+ }
75
+ .tb-title {
76
+ font-size: 42px;
77
+ color: #e6e6e6;
78
+ display: inline-flex;
79
+ align-items: center;
80
+ gap: 8px;
81
+ }
82
+ .tb-center {
83
+ position: absolute;
84
+ left: 120px;
85
+ right: 220px;
86
+ width: auto;
87
+ display: flex;
88
+ align-items: center;
89
+ justify-content: center;
90
+ gap: 30px;
91
+ }
92
+ .tool-btn {
93
+ width: 88px;
94
+ height: 88px;
95
+ border-radius: 14px;
96
+ background: transparent;
97
+ display: flex;
98
+ align-items: center;
99
+ justify-content: center;
100
+ }
101
+ .tool-btn.selected {
102
+ background: rgba(255,255,255,0.08);
103
+ outline: 2px solid rgba(255,255,255,0.12);
104
+ position: relative;
105
+ }
106
+ .tool-btn.selected::after {
107
+ content: "";
108
+ position: absolute;
109
+ bottom: 8px;
110
+ left: 16px;
111
+ right: 16px;
112
+ height: 10px;
113
+ background: #ffeb3b;
114
+ border-radius: 6px;
115
+ }
116
+ .tb-right {
117
+ display: flex;
118
+ align-items: center;
119
+ gap: 26px;
120
+ }
121
+ .tag {
122
+ width: 64px;
123
+ height: 64px;
124
+ border-radius: 12px;
125
+ background: #40464b;
126
+ display: flex;
127
+ align-items: center;
128
+ justify-content: center;
129
+ font-weight: bold;
130
+ color: #fff;
131
+ font-size: 32px;
132
+ }
133
+
134
+ /* Content area */
135
+ .content {
136
+ position: absolute;
137
+ top: 300px; /* status + toolbar */
138
+ left: 0;
139
+ right: 0;
140
+ bottom: 200px; /* leave room for bottom bar */
141
+ padding: 80px 72px 40px 72px;
142
+ box-sizing: border-box;
143
+ overflow: hidden;
144
+ }
145
+ .hero {
146
+ background: #8E24AA;
147
+ color: #fff;
148
+ padding: 64px 60px;
149
+ width: calc(100% - 144px);
150
+ margin: 0 0 70px 0;
151
+ }
152
+ .hero h1 {
153
+ margin: 0;
154
+ font-size: 72px;
155
+ font-weight: 500;
156
+ letter-spacing: 2px;
157
+ line-height: 1.2;
158
+ }
159
+ .lead,
160
+ .copy {
161
+ color: #707070;
162
+ font-size: 42px;
163
+ line-height: 60px;
164
+ margin: 0 0 42px 0;
165
+ }
166
+ .tiny-note {
167
+ color: #d32f2f;
168
+ font-size: 28px;
169
+ margin: 16px 0 30px 0;
170
+ text-align: center;
171
+ }
172
+
173
+ /* Numbered list */
174
+ .feature-list {
175
+ list-style: none;
176
+ padding: 0;
177
+ margin: 16px 0 0 0;
178
+ }
179
+ .feature-item {
180
+ display: flex;
181
+ align-items: baseline;
182
+ gap: 28px;
183
+ margin: 18px 0;
184
+ position: relative;
185
+ }
186
+ .num {
187
+ font-size: 52px;
188
+ color: #8e44ad;
189
+ font-weight: 600;
190
+ width: 84px;
191
+ text-align: right;
192
+ }
193
+ .feat-text {
194
+ font-size: 44px;
195
+ color: #7a7a7a;
196
+ line-height: 58px;
197
+ }
198
+ .feature-item.hl .underline {
199
+ position: absolute;
200
+ left: 124px;
201
+ bottom: 6px;
202
+ width: 360px;
203
+ height: 20px;
204
+ background: #ffe96b;
205
+ border-radius: 10px;
206
+ }
207
+
208
+ /* Bottom toolbar */
209
+ .bottom-bar {
210
+ position: absolute;
211
+ bottom: 0;
212
+ left: 0;
213
+ width: 100%;
214
+ height: 180px;
215
+ background: #2f3438;
216
+ display: flex;
217
+ align-items: center;
218
+ justify-content: space-around;
219
+ box-sizing: border-box;
220
+ padding: 0 40px;
221
+ }
222
+ .pen-group {
223
+ display: flex;
224
+ align-items: center;
225
+ gap: 46px;
226
+ }
227
+ .pen-btn {
228
+ width: 120px;
229
+ height: 88px;
230
+ border-radius: 16px;
231
+ background: #3b4045;
232
+ display: flex;
233
+ align-items: center;
234
+ justify-content: center;
235
+ position: relative;
236
+ }
237
+ .pen-btn::after {
238
+ content: "";
239
+ position: absolute;
240
+ bottom: 10px;
241
+ left: 20px;
242
+ right: 20px;
243
+ height: 10px;
244
+ border-radius: 8px;
245
+ background: #9e9e9e;
246
+ }
247
+ .pen-btn.yellow::after { background: #ffe96b; }
248
+ .pen-btn.teal::after { background: #4fd1c5; }
249
+ .pen-btn.green::after { background: #6fdc6f; }
250
+ .pen-btn.red::after { background: #f06a6a; }
251
+
252
+ .bar-actions {
253
+ display: flex;
254
+ align-items: center;
255
+ gap: 30px;
256
+ }
257
+ .close-btn {
258
+ width: 88px;
259
+ height: 88px;
260
+ border-radius: 16px;
261
+ background: #3b4045;
262
+ display: flex;
263
+ align-items: center;
264
+ justify-content: center;
265
+ }
266
+
267
+ /* Gesture home indicator */
268
+ .home-indicator {
269
+ position: absolute;
270
+ bottom: 16px;
271
+ left: 50%;
272
+ transform: translateX(-50%);
273
+ width: 260px;
274
+ height: 12px;
275
+ background: rgba(255,255,255,0.85);
276
+ border-radius: 8px;
277
+ }
278
+ </style>
279
+ </head>
280
+ <body>
281
+ <div id="render-target">
282
+
283
+ <!-- Status bar -->
284
+ <div class="status-bar">
285
+ <div class="status-left">
286
+ <span>3:36</span>
287
+ <!-- simple upload arrow -->
288
+ <svg class="status-icon" viewBox="0 0 24 24" fill="none">
289
+ <path d="M12 4l5 5H7l5-5z" fill="#fff"/>
290
+ <rect x="6" y="12" width="12" height="2" fill="#fff"/>
291
+ </svg>
292
+ <!-- up arrow -->
293
+ <svg class="status-icon" viewBox="0 0 24 24" fill="none">
294
+ <path d="M12 5l6 7H6l6-7z" fill="#fff"/>
295
+ </svg>
296
+ <!-- keyhole -->
297
+ <svg class="status-icon" viewBox="0 0 24 24" fill="none">
298
+ <circle cx="12" cy="9" r="5" stroke="#fff" stroke-width="2"/>
299
+ <rect x="11" y="10" width="2" height="6" fill="#fff"/>
300
+ </svg>
301
+ <span>•</span>
302
+ </div>
303
+ <div class="status-right">
304
+ <!-- wifi -->
305
+ <svg class="status-icon" viewBox="0 0 24 24" fill="none">
306
+ <path d="M3 9c4.5-4.5 13.5-4.5 18 0" stroke="#fff" stroke-width="2"/>
307
+ <path d="M6 12c3.3-3.3 8.7-3.3 12 0" stroke="#fff" stroke-width="2"/>
308
+ <path d="M9 15c2.1-2.1 5.9-2.1 8 0" stroke="#fff" stroke-width="2"/>
309
+ <circle cx="12" cy="18" r="1.8" fill="#fff"/>
310
+ </svg>
311
+ <!-- battery -->
312
+ <svg class="status-icon" viewBox="0 0 24 24" fill="none">
313
+ <rect x="3" y="7" width="16" height="10" rx="2" stroke="#fff" stroke-width="2"/>
314
+ <rect x="20" y="10" width="2" height="4" fill="#fff"/>
315
+ <rect x="5" y="9" width="12" height="6" fill="#fff"/>
316
+ </svg>
317
+ </div>
318
+ </div>
319
+
320
+ <!-- Top toolbar -->
321
+ <div class="toolbar">
322
+ <div class="tb-left">
323
+ <!-- back arrow -->
324
+ <svg width="48" height="48" viewBox="0 0 24 24">
325
+ <path d="M15 18l-6-6 6-6" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
326
+ </svg>
327
+ <div class="tb-title">Annotate
328
+ <svg width="28" height="28" viewBox="0 0 24 24" style="margin-left:6px;">
329
+ <path d="M6 9l6 6 6-6" fill="#e6e6e6"/>
330
+ </svg>
331
+ </div>
332
+ </div>
333
+
334
+ <div class="tb-center">
335
+ <!-- sparkle/magic -->
336
+ <div class="tool-btn">
337
+ <svg width="44" height="44" viewBox="0 0 24 24">
338
+ <path d="M6 12l3-1-1 3 1 3-3-1-3 1 1-3-1-3 3 1z" fill="#ddd"/>
339
+ <rect x="12" y="6" width="8" height="2" transform="rotate(45 12 6)" fill="#ddd"/>
340
+ </svg>
341
+ </div>
342
+ <!-- boxed A -->
343
+ <div class="tool-btn">
344
+ <svg width="44" height="44" viewBox="0 0 24 24">
345
+ <rect x="3" y="3" width="18" height="18" rx="4" stroke="#ddd" stroke-width="2" fill="none"/>
346
+ <text x="12" y="16" text-anchor="middle" font-size="12" fill="#ddd" font-weight="bold">A</text>
347
+ </svg>
348
+ </div>
349
+ <!-- pencil selected -->
350
+ <div class="tool-btn selected">
351
+ <svg width="44" height="44" viewBox="0 0 24 24">
352
+ <path d="M4 17l6-1 9-9-4-4-9 9-2 5z" fill="#ddd"/>
353
+ </svg>
354
+ </div>
355
+ <!-- A plain -->
356
+ <div class="tool-btn">
357
+ <svg width="44" height="44" viewBox="0 0 24 24">
358
+ <text x="12" y="16" text-anchor="middle" font-size="16" fill="#ddd" font-weight="bold">A</text>
359
+ </svg>
360
+ </div>
361
+ <!-- squiggle -->
362
+ <div class="tool-btn">
363
+ <svg width="44" height="44" viewBox="0 0 24 24">
364
+ <path d="M3 16c3-6 6 6 9 0s6-6 9 0" stroke="#ddd" stroke-width="2" fill="none"/>
365
+ </svg>
366
+ </div>
367
+ <!-- T -->
368
+ <div class="tool-btn">
369
+ <svg width="44" height="44" viewBox="0 0 24 24">
370
+ <text x="12" y="16" text-anchor="middle" font-size="16" fill="#ddd" font-weight="bold">T</text>
371
+ </svg>
372
+ </div>
373
+ <!-- undo -->
374
+ <div class="tool-btn">
375
+ <svg width="44" height="44" viewBox="0 0 24 24">
376
+ <path d="M10 7H6l4-4v8c4 0 7 3 7 7" stroke="#ddd" stroke-width="2" fill="none" stroke-linecap="round"/>
377
+ </svg>
378
+ </div>
379
+ <!-- align lines -->
380
+ <div class="tool-btn">
381
+ <svg width="44" height="44" viewBox="0 0 24 24">
382
+ <rect x="5" y="6" width="14" height="2" fill="#ddd"/>
383
+ <rect x="5" y="11" width="10" height="2" fill="#ddd"/>
384
+ <rect x="5" y="16" width="14" height="2" fill="#ddd"/>
385
+ </svg>
386
+ </div>
387
+ <!-- lock -->
388
+ <div class="tool-btn">
389
+ <svg width="44" height="44" viewBox="0 0 24 24">
390
+ <rect x="6" y="10" width="12" height="9" rx="2" stroke="#ddd" stroke-width="2" fill="none"/>
391
+ <path d="M8 10V8a4 4 0 0 1 8 0v2" stroke="#ddd" stroke-width="2" fill="none"/>
392
+ </svg>
393
+ </div>
394
+ </div>
395
+
396
+ <div class="tb-right">
397
+ <div class="tag">2</div>
398
+ <!-- bolt -->
399
+ <svg width="48" height="48" viewBox="0 0 24 24">
400
+ <path d="M13 2L4 14h6l-1 8 9-12h-6l1-8z" fill="#3fb6ff"/>
401
+ </svg>
402
+ <!-- kebab vertical -->
403
+ <svg width="32" height="48" viewBox="0 0 24 24">
404
+ <circle cx="12" cy="5" r="2" fill="#ddd"/>
405
+ <circle cx="12" cy="12" r="2" fill="#ddd"/>
406
+ <circle cx="12" cy="19" r="2" fill="#ddd"/>
407
+ </svg>
408
+ </div>
409
+ </div>
410
+
411
+ <!-- Main content -->
412
+ <div class="content">
413
+ <div class="hero">
414
+ <h1>GET STARTED WITH<br>FOXIT PDF EDITOR</h1>
415
+ </div>
416
+
417
+ <p class="lead">
418
+ Welcome to Foxit PDF Editor, an<br>
419
+ easy-to-use PDF editor for your everyday<br>
420
+ work on mobile devices.
421
+ </p>
422
+
423
+ <div class="tiny-note">Hi</div>
424
+
425
+ <p class="copy">
426
+ Let’s take a look at the ways you can work<br>
427
+ on PDF documents with Foxit PDF Editor.
428
+ </p>
429
+
430
+ <ul class="feature-list">
431
+ <li class="feature-item hl">
432
+ <span class="num">01</span>
433
+ <span class="feat-text">Open a PDF</span>
434
+ <span class="underline"></span>
435
+ </li>
436
+ <li class="feature-item">
437
+ <span class="num">02</span>
438
+ <span class="feat-text">View a PDF</span>
439
+ </li>
440
+ <li class="feature-item">
441
+ <span class="num">03</span>
442
+ <span class="feat-text">Get Tools to Work with PDFs</span>
443
+ </li>
444
+ </ul>
445
+ </div>
446
+
447
+ <!-- Bottom toolbar -->
448
+ <div class="bottom-bar">
449
+ <div class="pen-group">
450
+ <div class="pen-btn yellow">
451
+ <svg width="42" height="42" viewBox="0 0 24 24">
452
+ <path d="M4 16l6-2 8-8-4-4-8 8-2 6z" fill="#ddd"/>
453
+ </svg>
454
+ </div>
455
+ <div class="pen-btn teal">
456
+ <svg width="42" height="42" viewBox="0 0 24 24">
457
+ <path d="M4 16l6-2 8-8-4-4-8 8-2 6z" fill="#ddd"/>
458
+ </svg>
459
+ </div>
460
+ <div class="pen-btn green">
461
+ <svg width="42" height="42" viewBox="0 0 24 24">
462
+ <path d="M4 16l6-2 8-8-4-4-8 8-2 6z" fill="#ddd"/>
463
+ </svg>
464
+ </div>
465
+ <div class="pen-btn red">
466
+ <svg width="42" height="42" viewBox="0 0 24 24">
467
+ <path d="M4 16l6-2 8-8-4-4-8 8-2 6z" fill="#ddd"/>
468
+ </svg>
469
+ </div>
470
+ </div>
471
+ <div class="bar-actions">
472
+ <svg width="36" height="36" viewBox="0 0 24 24">
473
+ <path d="M12 8l3 3-3 3M9 11h6" stroke="#ddd" stroke-width="2" fill="none" stroke-linecap="round"/>
474
+ </svg>
475
+ <div class="close-btn">
476
+ <svg width="36" height="36" viewBox="0 0 24 24">
477
+ <path d="M6 6l12 12M18 6L6 18" stroke="#ddd" stroke-width="2" stroke-linecap="round"/>
478
+ </svg>
479
+ </div>
480
+ </div>
481
+ <div class="home-indicator"></div>
482
+ </div>
483
+
484
+ </div>
485
+ </body>
486
+ </html>
code/4712/4712_1.html ADDED
@@ -0,0 +1,295 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>DeftPDF Mobile UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px;
10
+ position: relative; overflow: hidden;
11
+ background: #ffffff;
12
+ }
13
+
14
+ /* General */
15
+ .row { display: flex; align-items: center; }
16
+ .space-between { justify-content: space-between; }
17
+ .muted { color: #8A8A8A; }
18
+ .card {
19
+ background: #fff;
20
+ border-radius: 28px;
21
+ box-shadow: 0 3px 16px rgba(0,0,0,0.08);
22
+ }
23
+
24
+ /* Status bar */
25
+ .statusbar {
26
+ height: 80px;
27
+ padding: 0 40px;
28
+ color: #333;
29
+ font-size: 32px;
30
+ display: flex;
31
+ align-items: center;
32
+ justify-content: space-between;
33
+ }
34
+ .status-icons { display: flex; align-items: center; gap: 22px; color: #444; }
35
+ .icon-sm { width: 36px; height: 36px; }
36
+
37
+ /* Header */
38
+ .header {
39
+ height: 160px;
40
+ padding: 0 48px;
41
+ display: flex;
42
+ align-items: center;
43
+ justify-content: space-between;
44
+ }
45
+ .brand { display: flex; align-items: center; gap: 28px; }
46
+ .brand-badge {
47
+ width: 72px; height: 72px; border-radius: 16px;
48
+ background: #6C4CE6; color: #fff; font-weight: 700;
49
+ display: flex; align-items: center; justify-content: center;
50
+ font-size: 36px;
51
+ }
52
+ .brand-name { font-size: 44px; font-weight: 700; color: #2C2C2C; }
53
+ .header-actions { display: flex; align-items: center; gap: 36px; color: #6C4CE6; }
54
+ .icon-lg { width: 54px; height: 54px; }
55
+
56
+ /* Search */
57
+ .search-wrap {
58
+ margin: 18px 48px;
59
+ padding: 26px 32px;
60
+ }
61
+ .search-field {
62
+ height: 96px;
63
+ border-radius: 24px;
64
+ background: #fff;
65
+ box-shadow: inset 0 0 0 1px #EAEAEA, 0 4px 14px rgba(0,0,0,0.06);
66
+ display: flex; align-items: center; justify-content: space-between;
67
+ padding: 0 24px;
68
+ }
69
+ .search-left { display: flex; align-items: center; gap: 20px; }
70
+ .search-placeholder { font-size: 34px; color: #9B9B9B; }
71
+ .filter-btn {
72
+ width: 86px; height: 68px; border-radius: 16px;
73
+ border: 2px solid #6C4CE6; color: #6C4CE6;
74
+ display: flex; align-items: center; justify-content: center;
75
+ background: #fff;
76
+ }
77
+
78
+ /* Document list */
79
+ .list { padding: 8px 48px; }
80
+ .doc-card {
81
+ padding: 26px;
82
+ margin-bottom: 32px;
83
+ }
84
+ .thumb {
85
+ width: 124px; height: 124px; border-radius: 20px;
86
+ background: #F5F5F7; border: 1px solid #E3E3E3;
87
+ display: flex; align-items: center; justify-content: center;
88
+ }
89
+ .doc-info { flex: 1; padding-left: 28px; }
90
+ .doc-title { font-size: 36px; color: #2B2B2B; font-weight: 600; line-height: 1.25; }
91
+ .doc-meta { font-size: 28px; color: #8A8A8A; margin-top: 10px; }
92
+ .kebab { width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; }
93
+
94
+ /* FAB */
95
+ .fab {
96
+ position: absolute; right: 64px; bottom: 320px;
97
+ width: 132px; height: 132px; border-radius: 50%;
98
+ background: #6C4CE6;
99
+ box-shadow: 0 14px 28px rgba(108,76,230,0.4);
100
+ display: flex; align-items: center; justify-content: center;
101
+ }
102
+ .fab svg { width: 60px; height: 60px; }
103
+
104
+ /* Bottom nav */
105
+ .bottom-nav {
106
+ position: absolute; left: 0; right: 0; bottom: 120px;
107
+ height: 160px; background: #FAFAFA;
108
+ border-top: 1px solid #ECECEC;
109
+ display: flex; align-items: center; justify-content: space-around;
110
+ }
111
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 14px; }
112
+ .nav-item .label { font-size: 28px; color: #9B9B9B; }
113
+ .nav-item.active .label { color: #6C4CE6; }
114
+ .nav-icon { width: 56px; height: 56px; }
115
+
116
+ </style>
117
+ </head>
118
+ <body>
119
+ <div id="render-target">
120
+
121
+ <!-- Status bar -->
122
+ <div class="statusbar">
123
+ <div>3:36</div>
124
+ <div class="status-icons">
125
+ <!-- Upload -->
126
+ <svg class="icon-sm" viewBox="0 0 24 24">
127
+ <path d="M12 4l4 4h-3v6h-2V8H8l4-4z" fill="#555"/>
128
+ <path d="M4 18h16v2H4z" fill="#555"/>
129
+ </svg>
130
+ <!-- Download -->
131
+ <svg class="icon-sm" viewBox="0 0 24 24">
132
+ <path d="M12 20l-4-4h3V8h2v8h3l-4 4z" fill="#555"/>
133
+ <path d="M4 4h16v2H4z" fill="#555"/>
134
+ </svg>
135
+ <!-- Dot -->
136
+ <svg class="icon-sm" viewBox="0 0 24 24"><circle cx="12" cy="12" r="3" fill="#555"/></svg>
137
+ <!-- Wifi -->
138
+ <svg class="icon-sm" viewBox="0 0 24 24">
139
+ <path d="M2 8c5-4 15-4 20 0l-2 2c-4-3-12-3-16 0L2 8z" fill="#555"/>
140
+ <path d="M5 12c3-2 11-2 14 0l-2 2c-2-1-8-1-10 0l-2-2z" fill="#555"/>
141
+ <circle cx="12" cy="17" r="2" fill="#555"/>
142
+ </svg>
143
+ <!-- Battery -->
144
+ <svg class="icon-sm" viewBox="0 0 28 24">
145
+ <rect x="1" y="5" width="22" height="14" rx="2" ry="2" fill="#555"/>
146
+ <rect x="24" y="9" width="3" height="6" rx="1" fill="#555"/>
147
+ </svg>
148
+ </div>
149
+ </div>
150
+
151
+ <!-- Header -->
152
+ <div class="header">
153
+ <div class="brand">
154
+ <div class="brand-badge">D</div>
155
+ <div class="brand-name">DeftPDF</div>
156
+ </div>
157
+ <div class="header-actions">
158
+ <!-- Globe -->
159
+ <svg class="icon-lg" viewBox="0 0 24 24">
160
+ <circle cx="12" cy="12" r="9" stroke="#6C4CE6" stroke-width="2" fill="none"/>
161
+ <path d="M3 12h18M12 3c3 3 3 15 0 18M12 3c-3 3-3 15 0 18" stroke="#6C4CE6" stroke-width="2" fill="none"/>
162
+ </svg>
163
+ <!-- Bell -->
164
+ <svg class="icon-lg" viewBox="0 0 24 24">
165
+ <path d="M12 3c-3 0-5 2-5 5v3c0 1-1 2-2 3v2h14v-2c-1-1-2-2-2-3V8c0-3-2-5-5-5z" stroke="#6C4CE6" stroke-width="2" fill="none"/>
166
+ <circle cx="12" cy="20" r="2" fill="#6C4CE6"/>
167
+ </svg>
168
+ </div>
169
+ </div>
170
+
171
+ <!-- Search -->
172
+ <div class="search-wrap card">
173
+ <div class="search-field">
174
+ <div class="search-left">
175
+ <!-- Magnifier -->
176
+ <svg class="icon-lg" viewBox="0 0 24 24">
177
+ <circle cx="10" cy="10" r="6" stroke="#9B9B9B" stroke-width="2" fill="none"/>
178
+ <path d="M14 14l6 6" stroke="#9B9B9B" stroke-width="2"/>
179
+ </svg>
180
+ <div class="search-placeholder">Search documents</div>
181
+ </div>
182
+ <div class="filter-btn">
183
+ <!-- Funnel -->
184
+ <svg class="icon-lg" viewBox="0 0 24 24">
185
+ <path d="M3 5h18l-7 8v6l-4-2v-4L3 5z" fill="#6C4CE6"/>
186
+ </svg>
187
+ </div>
188
+ </div>
189
+ </div>
190
+
191
+ <!-- Document list -->
192
+ <div class="list">
193
+ <!-- Card 1 -->
194
+ <div class="doc-card card row">
195
+ <div class="thumb">
196
+ <!-- File icon with PDF tag -->
197
+ <svg width="90" height="100" viewBox="0 0 64 72">
198
+ <path d="M12 4h28l12 12v44a8 8 0 0 1-8 8H12a8 8 0 0 1-8-8V12a8 8 0 0 1 8-8z" fill="#EDEDED" stroke="#DADADA"/>
199
+ <path d="M40 4v16h16" fill="#F5F5F5" stroke="#DADADA"/>
200
+ <rect x="10" y="44" width="28" height="16" rx="3" fill="#E53935"/>
201
+ <text x="24" y="56" font-size="12" font-weight="700" text-anchor="middle" fill="#fff">PDF</text>
202
+ </svg>
203
+ </div>
204
+ <div class="doc-info">
205
+ <div class="doc-title">Edit19-07-…322970.pdf</div>
206
+ <div class="doc-meta">19.07.2023 15:32 • 149.6 kB</div>
207
+ </div>
208
+ <div class="kebab">
209
+ <svg width="32" height="32" viewBox="0 0 24 24">
210
+ <circle cx="12" cy="5" r="2" fill="#333"/>
211
+ <circle cx="12" cy="12" r="2" fill="#333"/>
212
+ <circle cx="12" cy="19" r="2" fill="#333"/>
213
+ </svg>
214
+ </div>
215
+ </div>
216
+
217
+ <!-- Card 2 -->
218
+ <div class="doc-card card row">
219
+ <div class="thumb">
220
+ <!-- File icon with PDF tag -->
221
+ <svg width="90" height="100" viewBox="0 0 64 72">
222
+ <path d="M12 4h28l12 12v44a8 8 0 0 1-8 8H12a8 8 0 0 1-8-8V12a8 8 0 0 1 8-8z" fill="#EDEDED" stroke="#DADADA"/>
223
+ <path d="M40 4v16h16" fill="#F5F5F5" stroke="#DADADA"/>
224
+ <rect x="10" y="44" width="28" height="16" rx="3" fill="#E53935"/>
225
+ <text x="24" y="56" font-size="12" font-weight="700" text-anchor="middle" fill="#fff">PDF</text>
226
+ </svg>
227
+ </div>
228
+ <div class="doc-info">
229
+ <div class="doc-title">Edit19-07-…285619.pdf</div>
230
+ <div class="doc-meta">19.07.2023 13:28 • 156.2 kB</div>
231
+ </div>
232
+ <div class="kebab">
233
+ <svg width="32" height="32" viewBox="0 0 24 24">
234
+ <circle cx="12" cy="5" r="2" fill="#333"/>
235
+ <circle cx="12" cy="12" r="2" fill="#333"/>
236
+ <circle cx="12" cy="19" r="2" fill="#333"/>
237
+ </svg>
238
+ </div>
239
+ </div>
240
+
241
+ <!-- Card 3 -->
242
+ <div class="doc-card card row">
243
+ <div class="thumb">
244
+ <div style="width:100%;height:100%;background:#E0E0E0;border:1px solid #BDBDBD;display:flex;align-items:center;justify-content:center;color:#757575;font-size:22px;border-radius:18px;">[IMG: PDF Preview]</div>
245
+ </div>
246
+ <div class="doc-info">
247
+ <div class="doc-title">test.pdf</div>
248
+ <div class="doc-meta">19.07.2023 12:11 • 107.8 kB</div>
249
+ </div>
250
+ <div class="kebab">
251
+ <svg width="32" height="32" viewBox="0 0 24 24">
252
+ <circle cx="12" cy="5" r="2" fill="#333"/>
253
+ <circle cx="12" cy="12" r="2" fill="#333"/>
254
+ <circle cx="12" cy="19" r="2" fill="#333"/>
255
+ </svg>
256
+ </div>
257
+ </div>
258
+ </div>
259
+
260
+ <!-- Floating Action Button -->
261
+ <div class="fab">
262
+ <svg viewBox="0 0 24 24">
263
+ <path d="M11 5h2v6h6v2h-6v6h-2v-6H5v-2h6V5z" fill="#fff"/>
264
+ </svg>
265
+ </div>
266
+
267
+ <!-- Bottom navigation -->
268
+ <div class="bottom-nav">
269
+ <div class="nav-item active">
270
+ <svg class="nav-icon" viewBox="0 0 24 24">
271
+ <rect x="5" y="5" width="8" height="10" rx="1" fill="#6C4CE6"/>
272
+ <rect x="12" y="7" width="7" height="8" rx="1" fill="#6C4CE6"/>
273
+ <rect x="7" y="17" width="12" height="2" fill="#6C4CE6"/>
274
+ </svg>
275
+ <div class="label">Files</div>
276
+ </div>
277
+ <div class="nav-item">
278
+ <svg class="nav-icon" viewBox="0 0 24 24">
279
+ <path d="M3 16l5-5 2 2-5 5H3v-2zM12 7l2-2 5 5-2 2-5-5z" fill="#9B9B9B"/>
280
+ <path d="M14 14l-4 4" stroke="#9B9B9B" stroke-width="2"/>
281
+ </svg>
282
+ <div class="label">Tools</div>
283
+ </div>
284
+ <div class="nav-item">
285
+ <svg class="nav-icon" viewBox="0 0 24 24">
286
+ <circle cx="12" cy="8" r="4" fill="#9B9B9B"/>
287
+ <path d="M4 20c0-4 4-6 8-6s8 2 8 6" fill="none" stroke="#9B9B9B" stroke-width="2"/>
288
+ </svg>
289
+ <div class="label">Account</div>
290
+ </div>
291
+ </div>
292
+
293
+ </div>
294
+ </body>
295
+ </html>
code/4712/4712_2.html ADDED
@@ -0,0 +1,362 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>DeftPDF - Modal Options</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: #F3F4F6;
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: rgba(0,0,0,0.04);
25
+ color: #333;
26
+ font-size: 34px;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ padding: 0 36px;
31
+ }
32
+ .status-left { display: flex; align-items: center; gap: 20px; }
33
+ .status-right { display: flex; align-items: center; gap: 26px; }
34
+ .icon-dot { width: 12px; height: 12px; background: #555; border-radius: 50%; }
35
+
36
+ /* Header */
37
+ .header {
38
+ position: absolute;
39
+ top: 130px;
40
+ left: 36px;
41
+ right: 36px;
42
+ height: 120px;
43
+ display: flex;
44
+ align-items: center;
45
+ justify-content: space-between;
46
+ }
47
+ .brand {
48
+ display: flex; align-items: center; gap: 24px;
49
+ }
50
+ .brand-badge {
51
+ width: 70px; height: 70px; border-radius: 14px; background: #3C4BCD; color: #fff;
52
+ display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 36px;
53
+ }
54
+ .brand-name { font-size: 44px; color: #222; font-weight: 600; }
55
+ .header-actions { display: flex; align-items: center; gap: 26px; }
56
+ .circle-icon {
57
+ width: 72px; height: 72px; border-radius: 50%; border: 2px solid #5B5B8D;
58
+ display: flex; align-items: center; justify-content: center;
59
+ }
60
+
61
+ /* Search bar */
62
+ .search-wrap {
63
+ position: absolute;
64
+ top: 280px;
65
+ left: 36px;
66
+ right: 36px;
67
+ }
68
+ .search-bar {
69
+ width: 100%;
70
+ height: 120px;
71
+ border-radius: 60px;
72
+ background: #ECECEC;
73
+ border: 1px solid #D6D6D6;
74
+ display: flex; align-items: center; padding: 0 34px; box-sizing: border-box;
75
+ color: #6B6B6B; font-size: 38px;
76
+ box-shadow: 0 4px 12px rgba(0,0,0,0.08) inset;
77
+ }
78
+ .search-bar .left {
79
+ display: flex; align-items: center; gap: 22px; flex: 1;
80
+ }
81
+ .search-bar .right {
82
+ width: 90px; height: 90px; border-radius: 20px; border: 2px solid #C7C7C7;
83
+ display: flex; align-items: center; justify-content: center;
84
+ }
85
+
86
+ /* File card */
87
+ .file-card {
88
+ position: absolute;
89
+ top: 440px;
90
+ left: 36px;
91
+ width: 1008px;
92
+ height: 220px;
93
+ background: #FFFFFF;
94
+ border-radius: 28px;
95
+ box-shadow: 0 6px 14px rgba(0,0,0,0.12);
96
+ display: flex; align-items: center; padding: 26px 28px; box-sizing: border-box;
97
+ }
98
+ .doc-thumb {
99
+ width: 140px; height: 140px; background: #E0E0E0; border: 1px solid #BDBDBD;
100
+ border-radius: 24px; display: flex; align-items: center; justify-content: center; color: #757575; font-size: 28px;
101
+ position: relative;
102
+ }
103
+ .pdf-tag {
104
+ position: absolute; bottom: -8px; left: -8px;
105
+ background: #E74C3C; color: #fff; font-size: 28px; padding: 6px 16px; border-radius: 12px;
106
+ }
107
+ .file-info { margin-left: 28px; flex: 1; }
108
+ .file-title { font-size: 40px; color: #222; margin-bottom: 10px; }
109
+ .file-meta { font-size: 30px; color: #787878; }
110
+ .menu-dots {
111
+ width: 70px; height: 70px; display: flex; align-items: center; justify-content: center;
112
+ }
113
+
114
+ /* Bottom sheet modal */
115
+ .bottom-sheet {
116
+ position: absolute;
117
+ left: 18px;
118
+ right: 18px;
119
+ bottom: 140px;
120
+ height: 1500px;
121
+ background: #FFFFFF;
122
+ border-radius: 40px;
123
+ box-shadow: 0 -6px 22px rgba(0,0,0,0.25);
124
+ z-index: 5;
125
+ overflow: hidden;
126
+ }
127
+ .sheet-handle {
128
+ position: absolute; top: 18px; left: 50%; transform: translateX(-50%);
129
+ width: 250px; height: 12px; background: #DADADA; border-radius: 8px;
130
+ }
131
+ .sheet-content { padding: 60px 40px 40px 40px; box-sizing: border-box; }
132
+ .sheet-header {
133
+ display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px;
134
+ }
135
+ .sheet-left { display: flex; align-items: center; gap: 26px; }
136
+ .sheet-thumb {
137
+ width: 120px; height: 120px; border-radius: 26px; background: #E0E0E0; border: 1px solid #BDBDBD;
138
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 24px;
139
+ box-shadow: 0 4px 8px rgba(0,0,0,0.08);
140
+ }
141
+ .sheet-title { font-size: 44px; color: #222; }
142
+ .sheet-meta { font-size: 30px; color: #777; margin-top: 6px; }
143
+ .close-x {
144
+ width: 72px; height: 72px; border-radius: 18px; display: flex; align-items: center; justify-content: center; cursor: pointer;
145
+ }
146
+
147
+ /* Groups */
148
+ .group {
149
+ border: 1px solid #E9E9E9; border-radius: 28px; overflow: hidden; margin-top: 18px; background: #FFF;
150
+ }
151
+ .row {
152
+ height: 150px; display: flex; align-items: center; justify-content: space-between; padding: 0 30px; box-sizing: border-box;
153
+ border-bottom: 1px solid #EEE;
154
+ }
155
+ .row:last-child { border-bottom: none; }
156
+ .row .label { font-size: 42px; color: #222; }
157
+ .row .label.red { color: #D8473C; }
158
+ .row .r-icon { width: 90px; height: 90px; display: flex; align-items: center; justify-content: center; }
159
+
160
+ /* Bottom home indicator */
161
+ .home-indicator {
162
+ position: absolute; bottom: 48px; left: 50%; transform: translateX(-50%);
163
+ width: 340px; height: 16px; background: #000; opacity: 0.28; border-radius: 12px;
164
+ }
165
+
166
+ /* Simple SVG icon styles */
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 class="status-left">
176
+ <div>3:37</div>
177
+ <!-- upload up -->
178
+ <svg width="34" height="34" viewBox="0 0 24 24">
179
+ <path d="M12 4l4 4h-3v7h-2V8H8l4-4zM5 20h14v-2H5v2z" fill="#555"/>
180
+ </svg>
181
+ <!-- download down -->
182
+ <svg width="34" height="34" viewBox="0 0 24 24">
183
+ <path d="M12 20l-4-4h3V9h2v7h3l-4 4zM5 5h14v2H5V5z" fill="#555"/>
184
+ </svg>
185
+ <div class="icon-dot"></div>
186
+ </div>
187
+ <div class="status-right">
188
+ <!-- wifi -->
189
+ <svg width="40" height="40" viewBox="0 0 24 24">
190
+ <path d="M12 18a2 2 0 110 4 2 2 0 010-4zm-6.5-5a11 11 0 0113 0l-1.5 1.5a9 9 0 00-10 0L5.5 13zM3 9a15 15 0 0118 0l-2 2a13 13 0 00-14 0L3 9z" fill="#555"/>
191
+ </svg>
192
+ <!-- battery -->
193
+ <svg width="40" height="40" viewBox="0 0 24 24">
194
+ <rect x="2" y="7" width="18" height="10" rx="2" ry="2" fill="#555"/>
195
+ <rect x="20" y="10" width="2" height="4" fill="#555"/>
196
+ </svg>
197
+ </div>
198
+ </div>
199
+
200
+ <!-- Header -->
201
+ <div class="header">
202
+ <div class="brand">
203
+ <div class="brand-badge">D</div>
204
+ <div class="brand-name">DeftPDF</div>
205
+ </div>
206
+ <div class="header-actions">
207
+ <div class="circle-icon">
208
+ <!-- Globe -->
209
+ <svg width="36" height="36" viewBox="0 0 24 24">
210
+ <path d="M12 2a10 10 0 100 20 10 10 0 000-20zm0 2c2.5 0 4.6 3.6 4.9 8H7.1C7.4 7.6 9.5 4 12 4zm-4.9 10h9.8c-.3 4.4-2.4 8-4.9 8s-4.6-3.6-4.9-8z" fill="#5B5B8D"/>
211
+ </svg>
212
+ </div>
213
+ <div class="circle-icon">
214
+ <!-- Bell -->
215
+ <svg width="36" height="36" viewBox="0 0 24 24">
216
+ <path d="M12 22a2.5 2.5 0 002.5-2.5h-5A2.5 2.5 0 0012 22zm6-6V11a6 6 0 00-12 0v5l-2 2v1h16v-1l-2-2z" fill="#5B5B8D"/>
217
+ </svg>
218
+ </div>
219
+ </div>
220
+ </div>
221
+
222
+ <!-- Search -->
223
+ <div class="search-wrap">
224
+ <div class="search-bar">
225
+ <div class="left">
226
+ <!-- Search icon -->
227
+ <svg width="54" height="54" viewBox="0 0 24 24">
228
+ <path d="M10 2a8 8 0 106.3 13.3l4 4-1.4 1.4-4-4A8 8 0 0010 2zm0 2a6 6 0 110 12 6 6 0 010-12z" fill="#7A7A7A"/>
229
+ </svg>
230
+ <div>Search documents</div>
231
+ </div>
232
+ <div class="right">
233
+ <!-- Funnel icon -->
234
+ <svg width="44" height="44" viewBox="0 0 24 24">
235
+ <path d="M3 5h18l-7 8v6l-4-2v-4L3 5z" fill="#7A7A7A"/>
236
+ </svg>
237
+ </div>
238
+ </div>
239
+ </div>
240
+
241
+ <!-- File card example -->
242
+ <div class="file-card">
243
+ <div class="doc-thumb">[IMG: PDF file]
244
+ <div class="pdf-tag">PDF</div>
245
+ </div>
246
+ <div class="file-info">
247
+ <div class="file-title">Edit19-07-…322970.pdf</div>
248
+ <div class="file-meta">19.07.2023 15:32 • 149.6 kB</div>
249
+ </div>
250
+ <div class="menu-dots">
251
+ <!-- Vertical dots -->
252
+ <svg width="34" height="34" viewBox="0 0 24 24">
253
+ <circle cx="12" cy="5" r="2.5" fill="#666"/>
254
+ <circle cx="12" cy="12" r="2.5" fill="#666"/>
255
+ <circle cx="12" cy="19" r="2.5" fill="#666"/>
256
+ </svg>
257
+ </div>
258
+ </div>
259
+
260
+ <!-- Bottom Sheet Modal -->
261
+ <div class="bottom-sheet">
262
+ <div class="sheet-handle"></div>
263
+ <div class="sheet-content">
264
+ <!-- Header inside sheet -->
265
+ <div class="sheet-header">
266
+ <div class="sheet-left">
267
+ <div class="sheet-thumb">[IMG: PDF preview]</div>
268
+ <div>
269
+ <div class="sheet-title">test.pdf</div>
270
+ <div class="sheet-meta">19.07.2023 12:11 • 107.8 kB</div>
271
+ </div>
272
+ </div>
273
+ <div class="close-x">
274
+ <!-- Close X -->
275
+ <svg width="46" height="46" viewBox="0 0 24 24">
276
+ <path d="M6 6l12 12M18 6L6 18" stroke="#555" stroke-width="2" stroke-linecap="round"/>
277
+ </svg>
278
+ </div>
279
+ </div>
280
+
281
+ <!-- First group -->
282
+ <div class="group">
283
+ <div class="row">
284
+ <div class="label">Edit</div>
285
+ <div class="r-icon">
286
+ <svg width="48" height="48" viewBox="0 0 24 24">
287
+ <path d="M3 17.3V21h3.7l10-10-3.7-3.7-10 10zM14.3 3.3l3.7 3.7 1.7-1.7-3.7-3.7-1.7 1.7z" fill="#5B5B8D"/>
288
+ </svg>
289
+ </div>
290
+ </div>
291
+ <div class="row">
292
+ <div class="label">Sign</div>
293
+ <div class="r-icon">
294
+ <svg width="48" height="48" viewBox="0 0 24 24">
295
+ <path d="M12 2l4 8-8 4 4-12zM3 21l6-2-4-4-2 6zM19 14l3 3-3 3-3-3 3-3z" fill="#4B3F90"/>
296
+ </svg>
297
+ </div>
298
+ </div>
299
+ <div class="row">
300
+ <div class="label">Convert from PDF</div>
301
+ <div class="r-icon">
302
+ <svg width="48" height="48" viewBox="0 0 24 24">
303
+ <path d="M6 2h9l5 5v13a2 2 0 01-2 2H6a2 2 0 01-2-2V4a2 2 0 012-2z" fill="#5B5B8D"/>
304
+ <path d="M15 2v5h5" fill="#5B5B8D"/>
305
+ <path d="M8 13h8M8 17h6" stroke="#2E8B57" stroke-width="2"/>
306
+ </svg>
307
+ </div>
308
+ </div>
309
+ <div class="row">
310
+ <div class="label">Tools</div>
311
+ <div class="r-icon">
312
+ <svg width="48" height="48" viewBox="0 0 24 24">
313
+ <path d="M21 7l-2-2-4 4-2-2 4-4-2-2-6 6 6 6 6-6zM4 14l6 6 2-2-6-6-2 2z" fill="#5B5B8D"/>
314
+ </svg>
315
+ </div>
316
+ </div>
317
+ </div>
318
+
319
+ <!-- Second group -->
320
+ <div class="group" style="margin-top: 26px;">
321
+ <div class="row">
322
+ <div class="label">Share a Copy</div>
323
+ <div class="r-icon">
324
+ <svg width="48" height="48" viewBox="0 0 24 24">
325
+ <path d="M15 8l-6 4 6 4v-3h6v-2h-6V8zM4 5h9v2H4v12h9v2H4a2 2 0 01-2-2V7a2 2 0 012-2z" fill="#5B5B8D"/>
326
+ </svg>
327
+ </div>
328
+ </div>
329
+ <div class="row">
330
+ <div class="label">Copy To</div>
331
+ <div class="r-icon">
332
+ <svg width="48" height="48" viewBox="0 0 24 24">
333
+ <path d="M9 2h9a2 2 0 012 2v12a2 2 0 01-2 2H9a2 2 0 01-2-2V4a2 2 0 012-2z" fill="#7A7A7A"/>
334
+ <path d="M4 6h3v14h10v2H6a2 2 0 01-2-2V6z" fill="#7A7A7A"/>
335
+ </svg>
336
+ </div>
337
+ </div>
338
+ <div class="row">
339
+ <div class="label">Rename</div>
340
+ <div class="r-icon">
341
+ <svg width="48" height="48" viewBox="0 0 24 24">
342
+ <path d="M5 4h14v3H5V4zm4 6h6v10H13v-4h-2v4H9V10z" fill="#7A7A7A"/>
343
+ </svg>
344
+ </div>
345
+ </div>
346
+ <div class="row">
347
+ <div class="label red">Delete</div>
348
+ <div class="r-icon">
349
+ <svg width="48" height="48" viewBox="0 0 24 24">
350
+ <path d="M6 7h12l-1 14H7L6 7zm3-3h6l1 2H8l1-2z" fill="#D8473C"/>
351
+ </svg>
352
+ </div>
353
+ </div>
354
+ </div>
355
+ </div>
356
+ </div>
357
+
358
+ <!-- Home indicator -->
359
+ <div class="home-indicator"></div>
360
+ </div>
361
+ </body>
362
+ </html>
code/4712/4712_3.html ADDED
@@ -0,0 +1,326 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Convertation Type</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
+ position: relative;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ color: #222;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 1080px;
24
+ height: 120px;
25
+ padding: 0 40px;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ color: #333;
30
+ font-size: 36px;
31
+ }
32
+ .status-left { display: flex; align-items: center; gap: 18px; }
33
+ .status-right { display: flex; align-items: center; gap: 26px; }
34
+ .dot { width: 14px; height: 14px; background: #6e6e6e; border-radius: 50%; display: inline-block; }
35
+
36
+ /* Header */
37
+ .header {
38
+ position: absolute;
39
+ top: 120px;
40
+ left: 0;
41
+ width: 1080px;
42
+ height: 130px;
43
+ display: flex;
44
+ align-items: center;
45
+ padding: 0 36px;
46
+ }
47
+ .back-btn {
48
+ width: 80px;
49
+ height: 80px;
50
+ display: flex;
51
+ align-items: center;
52
+ justify-content: center;
53
+ margin-right: 8px;
54
+ }
55
+ .title {
56
+ font-weight: 700;
57
+ font-size: 56px;
58
+ letter-spacing: 0.2px;
59
+ color: #111;
60
+ }
61
+
62
+ /* Purple banner */
63
+ .banner {
64
+ position: absolute;
65
+ top: 250px;
66
+ left: 0;
67
+ width: 1080px;
68
+ height: 120px;
69
+ background: #7C4DFF;
70
+ display: flex;
71
+ align-items: center;
72
+ justify-content: center;
73
+ color: #fff;
74
+ font-weight: 600;
75
+ font-size: 38px;
76
+ }
77
+
78
+ /* Card list */
79
+ .card {
80
+ position: absolute;
81
+ top: 400px;
82
+ left: 40px;
83
+ width: 1000px;
84
+ border: 1px solid #E5E5E5;
85
+ border-radius: 32px;
86
+ background: #fff;
87
+ box-shadow: 0 2px 0 rgba(0,0,0,0.02);
88
+ }
89
+ .row {
90
+ display: flex;
91
+ align-items: center;
92
+ height: 150px;
93
+ padding: 0 30px;
94
+ }
95
+ .row + .row { border-top: 1px solid #ECECEC; }
96
+ .icon-wrap {
97
+ width: 120px;
98
+ height: 90px;
99
+ position: relative;
100
+ margin-right: 20px;
101
+ }
102
+ .doc-icon {
103
+ width: 90px;
104
+ height: 90px;
105
+ }
106
+ .badge {
107
+ position: absolute;
108
+ bottom: -6px;
109
+ left: 0;
110
+ background: #6C63FF;
111
+ color: #fff;
112
+ font-weight: 700;
113
+ font-size: 26px;
114
+ padding: 6px 12px;
115
+ border-radius: 14px;
116
+ }
117
+ .type-tag {
118
+ position: absolute;
119
+ top: -6px;
120
+ right: 0;
121
+ font-size: 24px;
122
+ font-weight: 700;
123
+ color: #fff;
124
+ padding: 6px 12px;
125
+ border-radius: 12px;
126
+ }
127
+ .tag-jpg { background: #43A047; }
128
+ .tag-word { background: #FB8C00; }
129
+ .tag-ppt { background: #F06292; }
130
+ .tag-epub { background: #26A69A; }
131
+ .tag-text { background: #8BC34A; }
132
+ .tag-pdfa { background: #E53935; }
133
+
134
+ .label {
135
+ flex: 1;
136
+ font-size: 40px;
137
+ color: #222;
138
+ }
139
+
140
+ .chev {
141
+ width: 56px;
142
+ height: 56px;
143
+ }
144
+
145
+ /* Bottom navigation bar */
146
+ .nav-bar {
147
+ position: absolute;
148
+ bottom: 0;
149
+ left: 0;
150
+ width: 1080px;
151
+ height: 140px;
152
+ background: #000;
153
+ display: flex;
154
+ align-items: center;
155
+ justify-content: center;
156
+ }
157
+ .home-pill {
158
+ width: 280px;
159
+ height: 14px;
160
+ background: #E0E0E0;
161
+ border-radius: 14px;
162
+ }
163
+ </style>
164
+ </head>
165
+ <body>
166
+ <div id="render-target">
167
+
168
+ <!-- Status bar -->
169
+ <div class="status-bar">
170
+ <div class="status-left">
171
+ <span>3:37</span>
172
+ <!-- small net icons -->
173
+ <svg width="40" height="40" viewBox="0 0 24 24">
174
+ <path d="M2 18h3v3H2v-3zm4-4h3v7H6v-7zm4-4h3v11h-3V10zm4-4h3v15h-3V6z" fill="#7d7d7d"/>
175
+ </svg>
176
+ <svg width="40" height="40" viewBox="0 0 24 24">
177
+ <path d="M12 3L2 13h4v7h6v-5h4v5h6v-7h4L12 3z" fill="#9e9e9e"/>
178
+ </svg>
179
+ <svg width="40" height="40" viewBox="0 0 24 24">
180
+ <path d="M5 3h14v14H5z" fill="#bdbdbd"/>
181
+ <path d="M7 7h10v2H7zm0 4h10v2H7z" fill="#9e9e9e"/>
182
+ </svg>
183
+ <span class="dot"></span>
184
+ </div>
185
+ <div class="status-right">
186
+ <svg width="40" height="40" viewBox="0 0 24 24">
187
+ <path d="M4 11l8-8 8 8" stroke="#616161" stroke-width="2" fill="none"/>
188
+ <path d="M6 13v7h12v-7" stroke="#616161" stroke-width="2" fill="none"/>
189
+ </svg>
190
+ <svg width="40" height="40" viewBox="0 0 24 24">
191
+ <path d="M3 10h18v10H3z" fill="#757575"/>
192
+ <path d="M7 4h10v6H7z" fill="#9e9e9e"/>
193
+ </svg>
194
+ <svg width="40" height="40" viewBox="0 0 24 24">
195
+ <rect x="3" y="7" width="14" height="10" rx="2" stroke="#616161" stroke-width="2" fill="none"/>
196
+ <rect x="19" y="9" width="2" height="6" fill="#616161"/>
197
+ </svg>
198
+ </div>
199
+ </div>
200
+
201
+ <!-- Header -->
202
+ <div class="header">
203
+ <div class="back-btn">
204
+ <svg width="48" height="48" viewBox="0 0 24 24">
205
+ <path d="M15 6l-6 6 6 6" stroke="#777" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
206
+ </svg>
207
+ </div>
208
+ <div class="title">Convertation Type</div>
209
+ </div>
210
+
211
+ <!-- Banner -->
212
+ <div class="banner">Select convertaion type</div>
213
+
214
+ <!-- Card with rows -->
215
+ <div class="card">
216
+ <div class="row">
217
+ <div class="icon-wrap">
218
+ <!-- Simple page icon -->
219
+ <svg class="doc-icon" viewBox="0 0 64 64">
220
+ <path d="M14 6h28l8 8v44H14z" fill="#EEE"/>
221
+ <path d="M42 6v8h8" fill="#DDD"/>
222
+ <rect x="20" y="24" width="24" height="4" fill="#CFCFCF"/>
223
+ <rect x="20" y="32" width="20" height="4" fill="#CFCFCF"/>
224
+ </svg>
225
+ <div class="badge">PDF</div>
226
+ <div class="type-tag tag-jpg">JPG</div>
227
+ </div>
228
+ <div class="label">PDF to JPG</div>
229
+ <svg class="chev" viewBox="0 0 24 24">
230
+ <path d="M8 5l8 7-8 7" stroke="#B0B0B0" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
231
+ </svg>
232
+ </div>
233
+
234
+ <div class="row">
235
+ <div class="icon-wrap">
236
+ <svg class="doc-icon" viewBox="0 0 64 64">
237
+ <path d="M14 6h28l8 8v44H14z" fill="#EEE"/>
238
+ <path d="M42 6v8h8" fill="#DDD"/>
239
+ <rect x="20" y="24" width="24" height="4" fill="#CFCFCF"/>
240
+ <rect x="20" y="32" width="20" height="4" fill="#CFCFCF"/>
241
+ </svg>
242
+ <div class="badge">PDF</div>
243
+ <div class="type-tag tag-word">WORD</div>
244
+ </div>
245
+ <div class="label">PDF to Word</div>
246
+ <svg class="chev" viewBox="0 0 24 24">
247
+ <path d="M8 5l8 7-8 7" stroke="#B0B0B0" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
248
+ </svg>
249
+ </div>
250
+
251
+ <div class="row">
252
+ <div class="icon-wrap">
253
+ <svg class="doc-icon" viewBox="0 0 64 64">
254
+ <path d="M14 6h28l8 8v44H14z" fill="#EEE"/>
255
+ <path d="M42 6v8h8" fill="#DDD"/>
256
+ <rect x="20" y="24" width="24" height="4" fill="#CFCFCF"/>
257
+ <rect x="20" y="32" width="20" height="4" fill="#CFCFCF"/>
258
+ </svg>
259
+ <div class="badge">PDF</div>
260
+ <div class="type-tag tag-ppt">PPT</div>
261
+ </div>
262
+ <div class="label">PDF to PPT</div>
263
+ <svg class="chev" viewBox="0 0 24 24">
264
+ <path d="M8 5l8 7-8 7" stroke="#B0B0B0" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
265
+ </svg>
266
+ </div>
267
+
268
+ <div class="row">
269
+ <div class="icon-wrap">
270
+ <svg class="doc-icon" viewBox="0 0 64 64">
271
+ <path d="M14 6h28l8 8v44H14z" fill="#EEE"/>
272
+ <path d="M42 6v8h8" fill="#DDD"/>
273
+ <rect x="20" y="24" width="24" height="4" fill="#CFCFCF"/>
274
+ <rect x="20" y="32" width="20" height="4" fill="#CFCFCF"/>
275
+ </svg>
276
+ <div class="badge">PDF</div>
277
+ <div class="type-tag tag-epub">EPUB</div>
278
+ </div>
279
+ <div class="label">PDF to EPUB</div>
280
+ <svg class="chev" viewBox="0 0 24 24">
281
+ <path d="M8 5l8 7-8 7" stroke="#B0B0B0" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
282
+ </svg>
283
+ </div>
284
+
285
+ <div class="row">
286
+ <div class="icon-wrap">
287
+ <svg class="doc-icon" viewBox="0 0 64 64">
288
+ <path d="M14 6h28l8 8v44H14z" fill="#EEE"/>
289
+ <path d="M42 6v8h8" fill="#DDD"/>
290
+ <rect x="20" y="24" width="24" height="4" fill="#CFCFCF"/>
291
+ <rect x="20" y="32" width="20" height="4" fill="#CFCFCF"/>
292
+ </svg>
293
+ <div class="badge">PDF</div>
294
+ <div class="type-tag tag-text">TEXT</div>
295
+ </div>
296
+ <div class="label">PDF to TEXT</div>
297
+ <svg class="chev" viewBox="0 0 24 24">
298
+ <path d="M8 5l8 7-8 7" stroke="#B0B0B0" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
299
+ </svg>
300
+ </div>
301
+
302
+ <div class="row">
303
+ <div class="icon-wrap">
304
+ <svg class="doc-icon" viewBox="0 0 64 64">
305
+ <path d="M14 6h28l8 8v44H14z" fill="#EEE"/>
306
+ <path d="M42 6v8h8" fill="#DDD"/>
307
+ <rect x="20" y="24" width="24" height="4" fill="#CFCFCF"/>
308
+ <rect x="20" y="32" width="20" height="4" fill="#CFCFCF"/>
309
+ </svg>
310
+ <div class="badge">PDF</div>
311
+ <div class="type-tag tag-pdfa">PDF/A</div>
312
+ </div>
313
+ <div class="label">PDF to PDF/A</div>
314
+ <svg class="chev" viewBox="0 0 24 24">
315
+ <path d="M8 5l8 7-8 7" stroke="#B0B0B0" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
316
+ </svg>
317
+ </div>
318
+ </div>
319
+
320
+ <!-- Bottom nav bar -->
321
+ <div class="nav-bar">
322
+ <div class="home-pill"></div>
323
+ </div>
324
+ </div>
325
+ </body>
326
+ </html>
code/4712/4712_4.html ADDED
@@ -0,0 +1,287 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1">
6
+ <title>PDF to JPG, PNG</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
+ border-radius: 30px;
16
+ box-shadow: 0 8px 28px rgba(0,0,0,0.15);
17
+ font-family: Arial, Helvetica, sans-serif;
18
+ color: #222;
19
+ }
20
+
21
+ /* Status bar */
22
+ .status-bar {
23
+ position: absolute;
24
+ top: 0;
25
+ left: 0;
26
+ width: 1080px;
27
+ height: 96px;
28
+ display: flex;
29
+ align-items: center;
30
+ padding: 0 30px;
31
+ font-size: 36px;
32
+ color: #333;
33
+ }
34
+ .status-left { display: flex; align-items: center; gap: 24px; }
35
+ .status-right { margin-left: auto; display: flex; align-items: center; gap: 20px; }
36
+
37
+ /* Simple icons */
38
+ .icon { width: 40px; height: 40px; }
39
+ .icon svg { width: 100%; height: 100%; }
40
+
41
+ /* Header */
42
+ .header {
43
+ position: absolute;
44
+ top: 96px;
45
+ left: 0;
46
+ width: 1080px;
47
+ height: 120px;
48
+ display: flex;
49
+ align-items: center;
50
+ padding: 0 24px;
51
+ border-bottom: 1px solid #eee;
52
+ }
53
+ .back-btn {
54
+ width: 80px;
55
+ height: 80px;
56
+ display: flex;
57
+ align-items: center;
58
+ justify-content: center;
59
+ margin-right: 8px;
60
+ }
61
+ .title {
62
+ font-size: 48px;
63
+ font-weight: 600;
64
+ color: #222;
65
+ }
66
+ .select-all {
67
+ margin-left: auto;
68
+ font-size: 42px;
69
+ font-weight: 600;
70
+ color: #7451FF;
71
+ }
72
+
73
+ /* Primary action pill */
74
+ .primary-pill {
75
+ position: absolute;
76
+ top: 240px;
77
+ left: 48px;
78
+ width: 984px;
79
+ height: 120px;
80
+ background: #7451FF;
81
+ border-radius: 28px;
82
+ color: #fff;
83
+ font-size: 46px;
84
+ font-weight: 700;
85
+ display: flex;
86
+ align-items: center;
87
+ justify-content: center;
88
+ box-shadow: 0 8px 16px rgba(116,81,255,0.35);
89
+ }
90
+
91
+ /* Content area card */
92
+ .doc-card {
93
+ position: absolute;
94
+ top: 420px;
95
+ left: 40px;
96
+ width: 1000px;
97
+ background: #F7E8E8;
98
+ border-radius: 32px;
99
+ box-shadow: 0 8px 20px rgba(0,0,0,0.12);
100
+ padding: 40px 36px 160px 36px;
101
+ }
102
+ .badge {
103
+ position: absolute;
104
+ top: -16px;
105
+ left: -8px;
106
+ background: #EFEFEF;
107
+ color: #7451FF;
108
+ width: 80px;
109
+ height: 80px;
110
+ border-radius: 20px;
111
+ border: 2px solid #E0E0E0;
112
+ display: flex;
113
+ align-items: center;
114
+ justify-content: center;
115
+ font-weight: 700;
116
+ font-size: 40px;
117
+ box-shadow: 0 4px 10px rgba(0,0,0,0.08);
118
+ }
119
+ .img-placeholder {
120
+ width: 740px;
121
+ height: 900px;
122
+ background: #E0E0E0;
123
+ border: 1px solid #BDBDBD;
124
+ border-radius: 6px;
125
+ display: flex;
126
+ align-items: center;
127
+ justify-content: center;
128
+ color: #757575;
129
+ font-size: 36px;
130
+ text-align: center;
131
+ margin: 0 auto;
132
+ }
133
+ .dimension-bar {
134
+ position: absolute;
135
+ left: 36px;
136
+ right: 36px;
137
+ bottom: 32px;
138
+ height: 140px;
139
+ background: #FFFFFF;
140
+ border-radius: 22px;
141
+ box-shadow: 0 8px 14px rgba(0,0,0,0.12) inset, 0 6px 14px rgba(0,0,0,0.10);
142
+ display: flex;
143
+ flex-direction: column;
144
+ align-items: center;
145
+ justify-content: center;
146
+ gap: 8px;
147
+ }
148
+ .dimension-bar .size {
149
+ color: #7451FF;
150
+ font-size: 52px;
151
+ font-weight: 700;
152
+ letter-spacing: 1px;
153
+ }
154
+ .dimension-bar .format {
155
+ color: #7451FF;
156
+ font-size: 44px;
157
+ font-weight: 700;
158
+ }
159
+
160
+ /* Bottom actions */
161
+ .bottom-actions {
162
+ position: absolute;
163
+ left: 40px;
164
+ bottom: 190px;
165
+ width: 1000px;
166
+ display: flex;
167
+ gap: 36px;
168
+ }
169
+ .btn {
170
+ height: 130px;
171
+ flex: 1;
172
+ border-radius: 28px;
173
+ font-size: 44px;
174
+ font-weight: 700;
175
+ display: flex;
176
+ align-items: center;
177
+ justify-content: center;
178
+ gap: 18px;
179
+ }
180
+ .btn-outline {
181
+ border: 3px solid #7451FF;
182
+ color: #7451FF;
183
+ background: #FFFFFF;
184
+ }
185
+ .btn-primary {
186
+ background: #7451FF;
187
+ color: #FFFFFF;
188
+ box-shadow: 0 8px 18px rgba(116,81,255,0.35);
189
+ }
190
+ .btn .gear-icon { width: 56px; height: 56px; }
191
+
192
+ /* Bottom system bar */
193
+ .system-bar {
194
+ position: absolute;
195
+ bottom: 0;
196
+ left: 0;
197
+ width: 1080px;
198
+ height: 140px;
199
+ background: #000000;
200
+ }
201
+ .gesture-pill {
202
+ position: absolute;
203
+ bottom: 40px;
204
+ left: 50%;
205
+ transform: translateX(-50%);
206
+ width: 300px;
207
+ height: 12px;
208
+ background: #CFCFCF;
209
+ border-radius: 8px;
210
+ opacity: 0.9;
211
+ }
212
+ </style>
213
+ </head>
214
+ <body>
215
+ <div id="render-target">
216
+
217
+ <div class="status-bar">
218
+ <div class="status-left">
219
+ <div style="font-weight:700;">3:38</div>
220
+ <div class="icon">
221
+ <svg viewBox="0 0 24 24" fill="#7451FF">
222
+ <path d="M7 14l5-5 5 5H13v5h-2v-5H7z"/>
223
+ </svg>
224
+ </div>
225
+ <div class="icon">
226
+ <svg viewBox="0 0 24 24" fill="#7451FF">
227
+ <path d="M17 10l-5 5-5-5h4V5h2v5h4z"/>
228
+ </svg>
229
+ </div>
230
+ <div class="icon">
231
+ <svg viewBox="0 0 24 24" fill="#7451FF">
232
+ <path d="M12 3a5 5 0 0 1 5 5v2.1l1.6 3.2A2 2 0 0 1 16.8 16H7.2a2 2 0 0 1-1.8-2.7L7 10.1V8a5 5 0 0 1 5-5zM10 20h4v2h-4z"/>
233
+ </svg>
234
+ </div>
235
+ <div style="font-size:40px;color:#999;">•</div>
236
+ </div>
237
+ <div class="status-right">
238
+ <svg class="icon" viewBox="0 0 24 24">
239
+ <path d="M2 10h20v4H2z" fill="#555"/>
240
+ <path d="M20 8h2v8h-2z" fill="#555"/>
241
+ </svg>
242
+ <svg class="icon" viewBox="0 0 24 24">
243
+ <rect x="3" y="6" width="18" height="12" rx="3" fill="none" stroke="#555" stroke-width="2"/>
244
+ <rect x="5" y="8" width="14" height="8" fill="#555"/>
245
+ </svg>
246
+ </div>
247
+ </div>
248
+
249
+ <div class="header">
250
+ <div class="back-btn">
251
+ <svg viewBox="0 0 24 24" width="64" height="64" fill="#777">
252
+ <path d="M15.5 19l-7-7 7-7 1.5 1.5L11.5 12l5.5 5.5-1.5 1.5z"/>
253
+ </svg>
254
+ </div>
255
+ <div class="title">PDF to JPG, PNG</div>
256
+ <div class="select-all">Select All</div>
257
+ </div>
258
+
259
+ <div class="primary-pill">Deselect All</div>
260
+
261
+ <div class="doc-card">
262
+ <div class="badge">1</div>
263
+ <div class="img-placeholder">[IMG: PDF Preview Page]</div>
264
+ <div class="dimension-bar">
265
+ <div class="size">11.01" x 15.57"</div>
266
+ <div class="format">JPEG</div>
267
+ </div>
268
+ </div>
269
+
270
+ <div class="bottom-actions">
271
+ <div class="btn btn-outline">
272
+ <svg class="gear-icon" viewBox="0 0 24 24" fill="none" stroke="#7451FF" stroke-width="2">
273
+ <path d="M12 8a4 4 0 1 0 0 8 4 4 0 0 0 0-8z"/>
274
+ <path d="M3 12l2.2-.6.7-2.1L3.9 8l2.1-3.6 2.1 1.2 2.1-.7.6-2.2h3.9l.6 2.2 2.1.7 2.1-1.2L20.1 8l-2 1.3.7 2.1 2.2.6v3.9l-2.2.6-.7 2.1 2 1.3-2.1 3.6-2.1-1.2-2.1.7-.6 2.2H9.2l-.6-2.2-2.1-.7-2.1 1.2L2.3 20l2-1.3-.7-2.1-2.2-.6V12z" stroke-linejoin="round"/>
275
+ </svg>
276
+ Settings
277
+ </div>
278
+ <div class="btn btn-primary">Convert to Image</div>
279
+ </div>
280
+
281
+ <div class="system-bar">
282
+ <div class="gesture-pill"></div>
283
+ </div>
284
+
285
+ </div>
286
+ </body>
287
+ </html>
code/4712/4712_5.html ADDED
@@ -0,0 +1,215 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>DeftPDF Modal</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
+ /* App content behind the modal */
17
+ .top-brand {
18
+ position: absolute;
19
+ top: 220px;
20
+ left: 320px;
21
+ display: flex;
22
+ align-items: center;
23
+ gap: 28px;
24
+ }
25
+ .brand-icon {
26
+ width: 88px;
27
+ height: 88px;
28
+ border-radius: 20px;
29
+ background: linear-gradient(135deg,#1f3377,#6633cc);
30
+ display: flex;
31
+ align-items: center;
32
+ justify-content: center;
33
+ color: #eaf0ff;
34
+ font-weight: 800;
35
+ font-size: 42px;
36
+ }
37
+ .brand-name {
38
+ font-size: 54px;
39
+ font-weight: 700;
40
+ color: #121212;
41
+ letter-spacing: 0.5px;
42
+ }
43
+
44
+ .illustration {
45
+ position: absolute;
46
+ top: 620px;
47
+ left: 110px;
48
+ width: 860px;
49
+ height: 420px;
50
+ background: #E0E0E0;
51
+ border: 1px solid #BDBDBD;
52
+ border-radius: 24px;
53
+ display: flex;
54
+ align-items: center;
55
+ justify-content: center;
56
+ color: #757575;
57
+ font-size: 36px;
58
+ }
59
+
60
+ .cta {
61
+ position: absolute;
62
+ left: 40px;
63
+ top: 1640px;
64
+ width: 1000px;
65
+ height: 140px;
66
+ background: #2E1B8B;
67
+ border-radius: 40px;
68
+ display: flex;
69
+ align-items: center;
70
+ justify-content: center;
71
+ color: #B6A7F5;
72
+ font-weight: 800;
73
+ font-size: 56px;
74
+ letter-spacing: 0.5px;
75
+ box-shadow: 0 10px 28px rgba(46,27,139,0.35);
76
+ }
77
+
78
+ /* Dim overlay */
79
+ .overlay {
80
+ position: absolute;
81
+ inset: 0;
82
+ background: rgba(0,0,0,0.55);
83
+ z-index: 3;
84
+ }
85
+
86
+ /* Modal dialog */
87
+ .modal {
88
+ position: absolute;
89
+ left: 120px;
90
+ top: 950px;
91
+ width: 840px;
92
+ background: #FFFFFF;
93
+ border-radius: 36px;
94
+ box-shadow: 0 24px 60px rgba(0,0,0,0.35);
95
+ z-index: 4;
96
+ padding: 60px 80px 70px;
97
+ text-align: center;
98
+ }
99
+ .modal .d-icon {
100
+ width: 120px;
101
+ height: 120px;
102
+ border-radius: 24px;
103
+ margin: 0 auto 40px;
104
+ background: linear-gradient(135deg,#5BB0FF,#7A56F0);
105
+ display: flex;
106
+ align-items: center;
107
+ justify-content: center;
108
+ color: #1E2A55;
109
+ font-weight: 800;
110
+ font-size: 60px;
111
+ }
112
+ .modal .message {
113
+ font-size: 48px;
114
+ line-height: 66px;
115
+ color: #111111;
116
+ margin-bottom: 60px;
117
+ }
118
+ .modal .ok-btn {
119
+ width: 380px;
120
+ height: 106px;
121
+ margin: 0 auto;
122
+ border-radius: 26px;
123
+ border: 4px solid #8A63F7;
124
+ color: #7B58F0;
125
+ font-weight: 800;
126
+ font-size: 44px;
127
+ display: flex;
128
+ align-items: center;
129
+ justify-content: center;
130
+ }
131
+
132
+ /* Status bar (top) */
133
+ .statusbar {
134
+ position: absolute;
135
+ top: 24px;
136
+ left: 24px;
137
+ right: 24px;
138
+ height: 60px;
139
+ display: flex;
140
+ align-items: center;
141
+ justify-content: space-between;
142
+ color: #FFFFFF;
143
+ z-index: 6;
144
+ pointer-events: none;
145
+ }
146
+ .status-left { font-size: 38px; font-weight: 600; }
147
+ .status-right { display: flex; align-items: center; gap: 22px; }
148
+ .icon {
149
+ width: 36px; height: 36px;
150
+ }
151
+ .battery {
152
+ width: 50px; height: 28px;
153
+ }
154
+ </style>
155
+ </head>
156
+ <body>
157
+ <div id="render-target">
158
+
159
+ <!-- Content behind the modal -->
160
+ <div class="top-brand">
161
+ <div class="brand-icon">D</div>
162
+ <div class="brand-name">DeftPDF</div>
163
+ </div>
164
+
165
+ <div class="illustration">[IMG: Abstract purple illustration]</div>
166
+
167
+ <div class="cta">Go to file</div>
168
+
169
+ <!-- Dim overlay -->
170
+ <div class="overlay"></div>
171
+
172
+ <!-- Modal dialog -->
173
+ <div class="modal">
174
+ <div class="d-icon">D</div>
175
+ <div class="message">
176
+ Images will be available in<br>Gallery
177
+ </div>
178
+ <div class="ok-btn">OK</div>
179
+ </div>
180
+
181
+ <!-- Status bar -->
182
+ <div class="statusbar">
183
+ <div class="status-left">3:38</div>
184
+ <div class="status-right">
185
+ <!-- simple icons -->
186
+ <svg class="icon" viewBox="0 0 24 24">
187
+ <path fill="#fff" d="M3 18h2a7 7 0 0 1 7-7V9A9 9 0 0 0 3 18zm4 0h2a3 3 0 0 1 3-3v-2a5 5 0 0 0-5 5zm8-9v2a7 7 0 0 1 7 7h2a9 9 0 0 0-9-9z"/>
188
+ </svg>
189
+ <svg class="icon" viewBox="0 0 24 24">
190
+ <path fill="#fff" d="M12 3l-4 7h8l-4-7zm0 18l4-7H8l4 7z"/>
191
+ </svg>
192
+ <svg class="icon" viewBox="0 0 24 24">
193
+ <path fill="#fff" d="M5 20V4h14v16H5zm2-2h10V6H7v12z"/>
194
+ </svg>
195
+ <svg class="icon" viewBox="0 0 24 24">
196
+ <circle cx="12" cy="12" r="3" fill="#fff"/>
197
+ <path fill="#fff" d="M12 2a10 10 0 0 1 10 10h-2a8 8 0 1 0-16 0H2A10 10 0 0 1 12 2z"/>
198
+ </svg>
199
+ <svg class="icon" viewBox="0 0 8 8">
200
+ <circle cx="4" cy="4" r="3" fill="#fff"/>
201
+ </svg>
202
+ <svg class="icon" viewBox="0 0 24 24">
203
+ <path fill="#fff" d="M4 8c0-2.2 1.8-4 4-4h6c2.2 0 4 1.8 4 4v8c0 2.2-1.8 4-4 4H8c-2.2 0-4-1.8-4-4V8z"/>
204
+ </svg>
205
+ <svg class="battery" viewBox="0 0 32 16">
206
+ <rect x="1" y="3" width="26" height="10" rx="2" ry="2" fill="none" stroke="#fff" stroke-width="2"/>
207
+ <rect x="3" y="5" width="20" height="6" fill="#fff"/>
208
+ <rect x="27" y="6" width="4" height="4" fill="#fff"/>
209
+ </svg>
210
+ </div>
211
+ </div>
212
+
213
+ </div>
214
+ </body>
215
+ </html>
code/4714/4714_0.html ADDED
@@ -0,0 +1,479 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Classical Music - UI Mock</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
+ position: relative;
11
+ overflow: hidden;
12
+ width: 1080px;
13
+ height: 2400px;
14
+ background: #121212;
15
+ color: #fff;
16
+ font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, Helvetica, sans-serif;
17
+ }
18
+ .status-bar {
19
+ height: 110px;
20
+ padding: 0 36px;
21
+ display: flex;
22
+ align-items: center;
23
+ font-weight: 600;
24
+ font-size: 38px;
25
+ }
26
+ .status-bar .right {
27
+ margin-left: auto;
28
+ display: flex;
29
+ align-items: center;
30
+ gap: 22px;
31
+ }
32
+ .icon {
33
+ width: 42px;
34
+ height: 42px;
35
+ display: inline-block;
36
+ }
37
+
38
+ /* Top search row */
39
+ .top-search {
40
+ display: flex;
41
+ align-items: center;
42
+ padding: 20px 30px;
43
+ gap: 24px;
44
+ }
45
+ .pill {
46
+ flex: 1;
47
+ height: 120px;
48
+ background: #1f1f1f;
49
+ border-radius: 60px;
50
+ display: flex;
51
+ align-items: center;
52
+ padding: 0 36px;
53
+ gap: 24px;
54
+ box-shadow: inset 0 0 0 1px #2a2a2a;
55
+ }
56
+ .pill .title {
57
+ font-size: 44px;
58
+ font-weight: 700;
59
+ letter-spacing: 0.2px;
60
+ flex: 1;
61
+ }
62
+ .tabs {
63
+ display: flex;
64
+ align-items: center;
65
+ gap: 44px;
66
+ padding: 12px 40px 0;
67
+ font-size: 34px;
68
+ font-weight: 700;
69
+ color: #cfcfcf;
70
+ }
71
+ .tabs .active {
72
+ color: #fff;
73
+ position: relative;
74
+ }
75
+ .tabs .active::after {
76
+ content: "";
77
+ position: absolute;
78
+ left: 0;
79
+ bottom: -16px;
80
+ width: 160px;
81
+ height: 6px;
82
+ background: #fff;
83
+ border-radius: 3px;
84
+ }
85
+
86
+ .chips {
87
+ display: flex;
88
+ gap: 18px;
89
+ padding: 30px 30px;
90
+ }
91
+ .chip {
92
+ padding: 24px 28px;
93
+ border-radius: 36px;
94
+ background: #242424;
95
+ color: #e8e8e8;
96
+ font-size: 32px;
97
+ border: 1px solid #2d2d2d;
98
+ white-space: nowrap;
99
+ }
100
+
101
+ /* Radio card */
102
+ .radio-card {
103
+ margin: 16px 30px 20px;
104
+ background: #1a1a1a;
105
+ border-radius: 28px;
106
+ border: 1px solid #2a2a2a;
107
+ padding: 26px;
108
+ display: flex;
109
+ align-items: center;
110
+ gap: 26px;
111
+ }
112
+ .thumb {
113
+ width: 150px;
114
+ height: 150px;
115
+ background: #E0E0E0;
116
+ border: 1px solid #BDBDBD;
117
+ display: flex;
118
+ justify-content: center;
119
+ align-items: center;
120
+ color: #757575;
121
+ font-size: 26px;
122
+ text-align: center;
123
+ border-radius: 12px;
124
+ }
125
+ .radio-meta {
126
+ flex: 1;
127
+ }
128
+ .radio-title {
129
+ font-size: 42px;
130
+ font-weight: 800;
131
+ }
132
+ .radio-sub {
133
+ margin-top: 8px;
134
+ font-size: 30px;
135
+ color: #b0b0b0;
136
+ }
137
+ .radio-actions {
138
+ display: flex;
139
+ gap: 20px;
140
+ margin-top: 22px;
141
+ }
142
+ .btn {
143
+ height: 96px;
144
+ padding: 0 40px;
145
+ border-radius: 48px;
146
+ font-size: 34px;
147
+ font-weight: 700;
148
+ display: inline-flex;
149
+ align-items: center;
150
+ gap: 16px;
151
+ border: 1px solid #3a3a3a;
152
+ color: #eaeaea;
153
+ background: transparent;
154
+ }
155
+ .btn.primary {
156
+ background: #fff;
157
+ color: #121212;
158
+ border-color: #fff;
159
+ }
160
+ .chev {
161
+ margin-left: 18px;
162
+ }
163
+
164
+ /* Section headings */
165
+ .section {
166
+ padding: 30px 30px 0;
167
+ }
168
+ .section-header {
169
+ display: flex;
170
+ align-items: center;
171
+ margin-bottom: 18px;
172
+ }
173
+ .section-title {
174
+ font-size: 56px;
175
+ font-weight: 900;
176
+ }
177
+ .more-pill {
178
+ margin-left: auto;
179
+ padding: 18px 28px;
180
+ border-radius: 36px;
181
+ border: 1px solid #3a3a3a;
182
+ color: #e8e8e8;
183
+ font-size: 32px;
184
+ background: #1f1f1f;
185
+ }
186
+
187
+ /* Lists */
188
+ .list {
189
+ display: flex;
190
+ flex-direction: column;
191
+ gap: 26px;
192
+ padding: 0 30px 30px;
193
+ }
194
+ .item {
195
+ display: flex;
196
+ align-items: center;
197
+ gap: 24px;
198
+ padding: 20px 0;
199
+ border-bottom: 1px solid #1e1e1e;
200
+ }
201
+ .item:last-child { border-bottom: none; }
202
+ .item .meta {
203
+ flex: 1;
204
+ }
205
+ .item .title {
206
+ font-size: 40px;
207
+ font-weight: 800;
208
+ line-height: 1.2;
209
+ }
210
+ .item .sub {
211
+ margin-top: 8px;
212
+ font-size: 30px;
213
+ color: #b0b0b0;
214
+ }
215
+ .dots {
216
+ width: 60px;
217
+ display: flex;
218
+ justify-content: center;
219
+ }
220
+ .bottom-gap {
221
+ height: 360px; /* space for the now playing bar + nav */
222
+ }
223
+
224
+ /* Now playing bar */
225
+ .now-playing {
226
+ position: absolute;
227
+ left: 0;
228
+ right: 0;
229
+ bottom: 200px;
230
+ height: 150px;
231
+ background: #1b1b1b;
232
+ border-top: 1px solid #2a2a2a;
233
+ display: flex;
234
+ align-items: center;
235
+ padding: 0 24px;
236
+ gap: 24px;
237
+ }
238
+ .np-text {
239
+ flex: 1;
240
+ }
241
+ .np-title {
242
+ font-size: 38px;
243
+ font-weight: 800;
244
+ }
245
+ .np-sub {
246
+ font-size: 28px;
247
+ color: #bcbcbc;
248
+ margin-top: 4px;
249
+ }
250
+ .np-actions {
251
+ display: flex;
252
+ gap: 28px;
253
+ align-items: center;
254
+ }
255
+
256
+ /* Bottom nav */
257
+ .bottom-nav {
258
+ position: absolute;
259
+ left: 0;
260
+ right: 0;
261
+ bottom: 0;
262
+ height: 200px;
263
+ background: #0f0f0f;
264
+ border-top: 1px solid #2a2a2a;
265
+ display: flex;
266
+ align-items: center;
267
+ justify-content: space-around;
268
+ padding: 0 24px;
269
+ }
270
+ .nav-item {
271
+ display: flex;
272
+ flex-direction: column;
273
+ align-items: center;
274
+ gap: 14px;
275
+ color: #cfcfcf;
276
+ font-size: 28px;
277
+ }
278
+ .nav-item.active {
279
+ color: #fff;
280
+ }
281
+
282
+ /* Gesture pill */
283
+ .gesture {
284
+ position: absolute;
285
+ bottom: 8px;
286
+ left: 50%;
287
+ transform: translateX(-50%);
288
+ width: 240px;
289
+ height: 14px;
290
+ background: #dcdcdc;
291
+ border-radius: 9px;
292
+ opacity: 0.95;
293
+ }
294
+ </style>
295
+ </head>
296
+ <body>
297
+ <div id="render-target">
298
+
299
+ <!-- Status bar -->
300
+ <div class="status-bar">
301
+ <div>1:58</div>
302
+ <div class="right">
303
+ <!-- simple status icons -->
304
+ <svg class="icon" viewBox="0 0 24 24" aria-hidden="true"><circle cx="6" cy="12" r="2" fill="#fff"/><circle cx="12" cy="12" r="2" fill="#fff"/><circle cx="18" cy="12" r="2" fill="#fff"/></svg>
305
+ <svg class="icon" viewBox="0 0 24 24" aria-hidden="true"><path d="M2 18h20v2H2zM4 14h16v2H4zM6 10h12v2H6zM8 6h8v2H8z" fill="#fff"/></svg>
306
+ <svg class="icon" viewBox="0 0 24 24" aria-hidden="true"><rect x="3" y="6" width="18" height="12" rx="2" ry="2" fill="none" stroke="#fff" stroke-width="2"/><rect x="5" y="8" width="14" height="8" fill="#fff"/></svg>
307
+ <div style="font-size:36px;">100%</div>
308
+ </div>
309
+ </div>
310
+
311
+ <!-- Top search bar -->
312
+ <div class="top-search">
313
+ <!-- back arrow -->
314
+ <svg class="icon" viewBox="0 0 24 24" aria-hidden="true"><path d="M15 5l-7 7 7 7" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
315
+ <div class="pill">
316
+ <div class="title">Classical Music</div>
317
+ <!-- close icon -->
318
+ <svg class="icon" viewBox="0 0 24 24" aria-hidden="true"><path d="M6 6l12 12M18 6L6 18" stroke="#cfcfcf" stroke-width="2" stroke-linecap="round"/></svg>
319
+ </div>
320
+ <!-- microphone icon -->
321
+ <svg class="icon" viewBox="0 0 24 24" aria-hidden="true"><rect x="9" y="5" width="6" height="9" rx="3" fill="#fff"/><path d="M6 11a6 6 0 0012 0M12 17v3" stroke="#fff" stroke-width="2" stroke-linecap="round" fill="none"/></svg>
322
+ </div>
323
+
324
+ <!-- Tabs -->
325
+ <div class="tabs">
326
+ <div class="active">YT MUSIC</div>
327
+ <div>LIBRARY</div>
328
+ </div>
329
+
330
+ <!-- Chips -->
331
+ <div class="chips">
332
+ <div class="chip">Songs</div>
333
+ <div class="chip">Videos</div>
334
+ <div class="chip">Featured playlists</div>
335
+ <div class="chip">Community playlists</div>
336
+ </div>
337
+
338
+ <!-- Radio card -->
339
+ <div class="radio-card">
340
+ <div class="thumb">[IMG: Classical Radio Art]</div>
341
+ <div class="radio-meta">
342
+ <div class="radio-title">Classical Radio</div>
343
+ <div class="radio-sub">Vadim Chaimovich, London Philharmonic...</div>
344
+ <div class="radio-actions">
345
+ <div class="btn primary">
346
+ <svg class="icon" viewBox="0 0 24 24" aria-hidden="true"><path d="M6 4l12 8-12 8z" fill="#121212"/></svg>
347
+ <span>Play</span>
348
+ </div>
349
+ <div class="btn">
350
+ <svg class="icon" viewBox="0 0 24 24" aria-hidden="true"><path d="M4 7h6l-2 2m10 8h-6l2-2" stroke="#eaeaea" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
351
+ <span>Shuffle</span>
352
+ </div>
353
+ </div>
354
+ </div>
355
+ <div class="chev">
356
+ <svg class="icon" viewBox="0 0 24 24" aria-hidden="true"><path d="M9 6l6 6-6 6" stroke="#bcbcbc" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
357
+ </div>
358
+ </div>
359
+
360
+ <!-- Songs section -->
361
+ <div class="section">
362
+ <div class="section-header">
363
+ <div class="section-title">Songs</div>
364
+ <div class="more-pill">More</div>
365
+ </div>
366
+ </div>
367
+ <div class="list">
368
+ <div class="item">
369
+ <div class="thumb" style="width:130px;height:130px;">[IMG: Deep Sleep Music Cover]</div>
370
+ <div class="meta">
371
+ <div class="title">Deep Sleep Music: Deeper Relaxation</div>
372
+ <div class="sub">Jason Stephenson • 3:00:15 • 11M plays</div>
373
+ </div>
374
+ <div class="dots">
375
+ <svg viewBox="0 0 24 24" width="36" height="36"><circle cx="12" cy="5" r="2" fill="#cfcfcf"/><circle cx="12" cy="12" r="2" fill="#cfcfcf"/><circle cx="12" cy="19" r="2" fill="#cfcfcf"/></svg>
376
+ </div>
377
+ </div>
378
+
379
+ <div class="item">
380
+ <div class="thumb" style="width:130px;height:130px;">[IMG: Relaxing Guitar Music]</div>
381
+ <div class="meta">
382
+ <div class="title">Hours Relaxing Guitar Music, Meditation Music, Instrumental Music, Calming Music...</div>
383
+ <div class="sub">Nature Sounds • 2:59:34 • 4.5M plays</div>
384
+ </div>
385
+ <div class="dots">
386
+ <svg viewBox="0 0 24 24" width="36" height="36"><circle cx="12" cy="5" r="2" fill="#cfcfcf"/><circle cx="12" cy="12" r="2" fill="#cfcfcf"/><circle cx="12" cy="19" r="2" fill="#cfcfcf"/></svg>
387
+ </div>
388
+ </div>
389
+
390
+ <div class="item">
391
+ <div class="thumb" style="width:130px;height:130px;">[IMG: Ustad Amjad Ali Khan Cover]</div>
392
+ <div class="meta">
393
+ <div class="title">Raag Desh Raagmala (Language: Hindustani)</div>
394
+ <div class="sub">Ustad Amjad Ali Khan • 55:32 • 422K plays</div>
395
+ </div>
396
+ <div class="dots">
397
+ <svg viewBox="0 0 24 24" width="36" height="36"><circle cx="12" cy="5" r="2" fill="#cfcfcf"/><circle cx="12" cy="12" r="2" fill="#cfcfcf"/><circle cx="12" cy="19" r="2" fill="#cfcfcf"/></svg>
398
+ </div>
399
+ </div>
400
+ </div>
401
+
402
+ <!-- Videos section -->
403
+ <div class="section">
404
+ <div class="section-header">
405
+ <div class="section-title">Videos</div>
406
+ <div class="more-pill">More</div>
407
+ </div>
408
+ </div>
409
+ <div class="list">
410
+ <div class="item">
411
+ <div class="thumb" style="width:130px;height:130px;">[IMG: Best of Classical Music Thumbnail]</div>
412
+ <div class="meta">
413
+ <div class="title">The Best of Classical Music • Mozart, Beethoven, Bach, Chopin, Vivaldi...</div>
414
+ <div class="sub">Video • Just Instrumental Music</div>
415
+ </div>
416
+ <div class="dots">
417
+ <svg viewBox="0 0 24 24" width="36" height="36"><circle cx="12" cy="5" r="2" fill="#cfcfcf"/><circle cx="12" cy="12" r="2" fill="#cfcfcf"/><circle cx="12" cy="19" r="2" fill="#cfcfcf"/></svg>
418
+ </div>
419
+ </div>
420
+
421
+ <div class="item">
422
+ <div class="thumb" style="width:130px;height:130px;">[IMG: Relaxing Sitar Music]</div>
423
+ <div class="meta">
424
+ <div class="title">Pandit Ravi Shankar Mind Relaxing Sitar Music | Wake Up Happy & Positive Energy...</div>
425
+ <div class="sub">Video • Classical / Instrumental</div>
426
+ </div>
427
+ <div class="dots">
428
+ <svg viewBox="0 0 24 24" width="36" height="36"><circle cx="12" cy="5" r="2" fill="#cfcfcf"/><circle cx="12" cy="12" r="2" fill="#cfcfcf"/><circle cx="12" cy="19" r="2" fill="#cfcfcf"/></svg>
429
+ </div>
430
+ </div>
431
+ </div>
432
+
433
+ <div class="bottom-gap"></div>
434
+
435
+ <!-- Now Playing -->
436
+ <div class="now-playing">
437
+ <div class="thumb" style="width:110px;height:110px;border-radius:8px;">[IMG: Track Art]</div>
438
+ <div class="np-text">
439
+ <div class="np-title">Mozart - Lacrimosa</div>
440
+ <div class="np-sub">Rosa Music</div>
441
+ </div>
442
+ <div class="np-actions">
443
+ <!-- cast icon -->
444
+ <svg class="icon" viewBox="0 0 24 24" aria-hidden="true"><path d="M3 5h18v12H3z" fill="none" stroke="#cfcfcf" stroke-width="2"/><path d="M3 17c3 0 5 2 5 5H6c0-2-1-3-3-3v-2z" fill="#cfcfcf"/></svg>
445
+ <!-- play icon -->
446
+ <svg class="icon" viewBox="0 0 24 24" aria-hidden="true"><path d="M6 4l12 8-12 8z" fill="#fff"/></svg>
447
+ </div>
448
+ </div>
449
+
450
+ <!-- Bottom navigation -->
451
+ <div class="bottom-nav">
452
+ <div class="nav-item active">
453
+ <svg class="icon" viewBox="0 0 24 24" aria-hidden="true"><path d="M3 11l9-7 9 7v9H3z" fill="none" stroke="#fff" stroke-width="2"/><path d="M10 20v-6h4v6" fill="#fff"/></svg>
454
+ <div>Home</div>
455
+ </div>
456
+ <div class="nav-item">
457
+ <svg class="icon" viewBox="0 0 24 24" aria-hidden="true"><path d="M4 4h7v7H4zM13 4h7v7h-7zM4 13h7v7H4zM13 13h7v7h-7z" fill="#cfcfcf"/></svg>
458
+ <div>Samples</div>
459
+ </div>
460
+ <div class="nav-item">
461
+ <svg class="icon" viewBox="0 0 24 24" aria-hidden="true"><circle cx="11" cy="11" r="7" fill="none" stroke="#cfcfcf" stroke-width="2"/><path d="M20 20l-4-4" stroke="#cfcfcf" stroke-width="2" stroke-linecap="round"/></svg>
462
+ <div>Explore</div>
463
+ </div>
464
+ <div class="nav-item">
465
+ <svg class="icon" viewBox="0 0 24 24" aria-hidden="true"><path d="M5 3h14v4H5zM5 9h14v12H5z" fill="none" stroke="#cfcfcf" stroke-width="2"/></svg>
466
+ <div>Library</div>
467
+ </div>
468
+ <div class="nav-item">
469
+ <svg class="icon" viewBox="0 0 24 24" aria-hidden="true"><path d="M12 2l3 6 7 1-5 5 1 7-6-3-6 3 1-7-5-5 7-1z" fill="#cfcfcf"/></svg>
470
+ <div>Upgrade</div>
471
+ </div>
472
+ </div>
473
+
474
+ <!-- Gesture pill -->
475
+ <div class="gesture"></div>
476
+
477
+ </div>
478
+ </body>
479
+ </html>
code/4714/4714_1.html ADDED
@@ -0,0 +1,268 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Search UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #000000;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ position: absolute; top: 0; left: 0; right: 0;
18
+ height: 110px; padding: 0 32px;
19
+ display: flex; align-items: center; justify-content: space-between;
20
+ color: #EDEDED; font-size: 34px;
21
+ }
22
+ .status-right { display: flex; align-items: center; gap: 20px; }
23
+ .icon { width: 36px; height: 36px; }
24
+ .battery { display: flex; align-items: center; gap: 8px; font-size: 30px; color: #EDEDED; }
25
+
26
+ /* Header with search */
27
+ .header {
28
+ position: absolute; top: 110px; left: 0; right: 0;
29
+ padding: 24px 24px 16px 24px;
30
+ }
31
+ .search-row {
32
+ display: flex; align-items: center; gap: 24px;
33
+ }
34
+ .back-btn {
35
+ width: 56px; height: 56px; display: flex; align-items: center; justify-content: center;
36
+ }
37
+ .search-field {
38
+ flex: 1; height: 96px; border-radius: 48px;
39
+ background: #1E1E1E; color: #BDBDBD;
40
+ display: flex; align-items: center;
41
+ padding: 0 32px; font-size: 36px;
42
+ }
43
+ .mic-btn {
44
+ width: 56px; height: 56px; display: flex; align-items: center; justify-content: center;
45
+ }
46
+
47
+ /* Content */
48
+ .content {
49
+ position: absolute; top: 240px; left: 0; right: 0;
50
+ padding: 0 32px;
51
+ color: #EDEDED;
52
+ }
53
+ .section-title {
54
+ color: #A6A6A6; font-size: 34px; margin-bottom: 18px;
55
+ }
56
+ .thumb {
57
+ width: 720px; height: 260px; background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 22px;
58
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 30px;
59
+ margin-bottom: 18px;
60
+ }
61
+ .track-title { font-size: 36px; margin-bottom: 28px; }
62
+ .divider { height: 2px; background: #1F1F1F; margin: 26px 0 22px; }
63
+
64
+ .recent-title { color: #A6A6A6; font-size: 34px; margin-bottom: 8px; }
65
+ .history-list { display: flex; flex-direction: column; gap: 18px; padding-bottom: 16px; }
66
+ .history-item {
67
+ display: flex; align-items: center; justify-content: space-between;
68
+ padding: 18px 4px;
69
+ }
70
+ .history-left { display: flex; align-items: center; gap: 22px; }
71
+ .history-text { font-size: 38px; color: #EDEDED; }
72
+ .history-icon { width: 44px; height: 44px; }
73
+
74
+ /* Keyboard */
75
+ .keyboard {
76
+ position: absolute; left: 0; right: 0; bottom: 100px;
77
+ height: 880px; background: #121212; border-top: 2px solid #1E1E1E;
78
+ display: flex; flex-direction: column; padding: 18px 20px;
79
+ }
80
+ .kb-toolbar {
81
+ height: 88px; display: flex; align-items: center; gap: 28px; padding: 0 8px;
82
+ }
83
+ .kb-icon { width: 44px; height: 44px; }
84
+ .kb-rows { flex: 1; display: flex; flex-direction: column; gap: 18px; justify-content: center; }
85
+ .kb-row { display: flex; justify-content: center; gap: 16px; }
86
+ .key {
87
+ height: 120px; min-width: 88px; padding: 0 16px;
88
+ background: #2A2A2A; border-radius: 16px; color: #EDEDED; font-size: 42px;
89
+ display: flex; align-items: center; justify-content: center;
90
+ }
91
+ .key.wide { min-width: 240px; }
92
+ .key.space { flex: 1; min-width: 360px; }
93
+ .key.special { background: #2E2E2E; color: #D0D0D0; font-size: 36px; }
94
+ .key.green { background: #B6EBCB; color: #0E2B1A; }
95
+ .key.circle { border-radius: 40px; }
96
+ .kb-bottom { display: flex; align-items: center; gap: 12px; }
97
+
98
+ /* Gesture pill */
99
+ .gesture-pill {
100
+ position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%);
101
+ width: 420px; height: 8px; border-radius: 8px; background: #E6E6E6; opacity: 0.9;
102
+ }
103
+ </style>
104
+ </head>
105
+ <body>
106
+ <div id="render-target">
107
+ <!-- Status bar -->
108
+ <div class="status-bar">
109
+ <div>1:59</div>
110
+ <div class="status-right">
111
+ <!-- WiFi -->
112
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#EDEDED" stroke-width="2">
113
+ <path d="M2 8c5-4 15-4 20 0" />
114
+ <path d="M5 12c4-3 10-3 14 0" />
115
+ <path d="M8 16c3-2 5-2 8 0" />
116
+ <circle cx="12" cy="19" r="1.5" fill="#EDEDED" stroke="none"/>
117
+ </svg>
118
+ <!-- Battery -->
119
+ <div class="battery">
120
+ <svg class="icon" viewBox="0 0 32 24" fill="none" stroke="#EDEDED" stroke-width="2">
121
+ <rect x="2" y="6" width="24" height="12" rx="2"/>
122
+ <rect x="27" y="9" width="3" height="6" rx="1" />
123
+ <rect x="4" y="8" width="20" height="8" rx="1" fill="#EDEDED" stroke="none"/>
124
+ </svg>
125
+ <span>100%</span>
126
+ </div>
127
+ </div>
128
+ </div>
129
+
130
+ <!-- Header Search -->
131
+ <div class="header">
132
+ <div class="search-row">
133
+ <div class="back-btn">
134
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#EDEDED" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round">
135
+ <path d="M15 5 L8 12 L15 19" />
136
+ </svg>
137
+ </div>
138
+ <div class="search-field">Search songs, artists, podc...</div>
139
+ <div class="mic-btn">
140
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#EDEDED" stroke-width="2">
141
+ <rect x="8" y="5" width="8" height="10" rx="4" />
142
+ <path d="M12 15v4" />
143
+ <path d="M8 11v1a4 4 0 0 0 8 0v-1" />
144
+ </svg>
145
+ </div>
146
+ </div>
147
+ </div>
148
+
149
+ <!-- Content -->
150
+ <div class="content">
151
+ <div class="section-title">Last played from Search</div>
152
+ <div class="thumb">[IMG: Music thumbnail]</div>
153
+ <div class="track-title">Mozart - Lacrimosa</div>
154
+
155
+ <div class="divider"></div>
156
+
157
+ <div class="recent-title">Recent searches</div>
158
+ <div class="history-list">
159
+ <div class="history-item">
160
+ <div class="history-left">
161
+ <svg class="history-icon" viewBox="0 0 24 24" fill="none" stroke="#A6A6A6" stroke-width="2">
162
+ <circle cx="12" cy="12" r="9"/>
163
+ <path d="M12 7v5l4 2"/>
164
+ </svg>
165
+ <div class="history-text">classical music</div>
166
+ </div>
167
+ <svg class="history-icon" viewBox="0 0 24 24" fill="none" stroke="#A6A6A6" stroke-width="2">
168
+ <path d="M8 16 L16 8" />
169
+ <path d="M9 8h7v7" />
170
+ </svg>
171
+ </div>
172
+
173
+ <div class="history-item">
174
+ <div class="history-left">
175
+ <svg class="history-icon" viewBox="0 0 24 24" fill="none" stroke="#A6A6A6" stroke-width="2">
176
+ <circle cx="12" cy="12" r="9"/>
177
+ <path d="M12 7v5l4 2"/>
178
+ </svg>
179
+ <div class="history-text">lacrimosa by wolfgang amadeus mozart</div>
180
+ </div>
181
+ <svg class="history-icon" viewBox="0 0 24 24" fill="none" stroke="#A6A6A6" stroke-width="2">
182
+ <path d="M8 16 L16 8" />
183
+ <path d="M9 8h7v7" />
184
+ </svg>
185
+ </div>
186
+
187
+ <div class="history-item">
188
+ <div class="history-left">
189
+ <svg class="history-icon" viewBox="0 0 24 24" fill="none" stroke="#A6A6A6" stroke-width="2">
190
+ <circle cx="12" cy="12" r="9"/>
191
+ <path d="M12 7v5l4 2"/>
192
+ </svg>
193
+ <div class="history-text">lacrimosa</div>
194
+ </div>
195
+ <svg class="history-icon" viewBox="0 0 24 24" fill="none" stroke="#A6A6A6" stroke-width="2">
196
+ <path d="M8 16 L16 8" />
197
+ <path d="M9 8h7v7" />
198
+ </svg>
199
+ </div>
200
+
201
+ <div class="history-item">
202
+ <div class="history-left">
203
+ <svg class="history-icon" viewBox="0 0 24 24" fill="none" stroke="#A6A6A6" stroke-width="2">
204
+ <circle cx="12" cy="12" r="9"/>
205
+ <path d="M12 7v5l4 2"/>
206
+ </svg>
207
+ <div class="history-text">johann sebastian bach</div>
208
+ </div>
209
+ <svg class="history-icon" viewBox="0 0 24 24" fill="none" stroke="#A6A6A6" stroke-width="2">
210
+ <path d="M8 16 L16 8" />
211
+ <path d="M9 8h7v7" />
212
+ </svg>
213
+ </div>
214
+ </div>
215
+ </div>
216
+
217
+ <!-- Keyboard -->
218
+ <div class="keyboard">
219
+ <div class="kb-toolbar">
220
+ <svg class="kb-icon" viewBox="0 0 24 24" fill="#D0D0D0"><rect x="3" y="3" width="7" height="7" rx="1"/><rect x="14" y="3" width="7" height="7" rx="1"/><rect x="3" y="14" width="7" height="7" rx="1"/><rect x="14" y="14" width="7" height="7" rx="1"/></svg>
221
+ <svg class="kb-icon" viewBox="0 0 24 24" fill="none" stroke="#D0D0D0" stroke-width="2"><circle cx="12" cy="9" r="3"/><path d="M4 18c2-3 14-3 16 0"/></svg>
222
+ <div style="color:#D0D0D0; font-size:28px;">GIF</div>
223
+ <svg class="kb-icon" viewBox="0 0 24 24" fill="none" stroke="#D0D0D0" stroke-width="2"><circle cx="12" cy="12" r="9"/><path d="M12 8v8M8 12h8"/></svg>
224
+ <div style="color:#D0D0D0; font-size:28px;">G↔︎</div>
225
+ <svg class="kb-icon" viewBox="0 0 24 24" fill="none" stroke="#D0D0D0" stroke-width="2"><path d="M4 20l16-6-8-2-2-8-6 16z"/></svg>
226
+ <svg class="kb-icon" viewBox="0 0 24 24" fill="none" stroke="#D0D0D0" stroke-width="2"><rect x="9" y="3" width="6" height="12" rx="3"/><path d="M12 15v6"/></svg>
227
+ </div>
228
+
229
+ <div class="kb-rows">
230
+ <div class="kb-row">
231
+ <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>
232
+ <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>
233
+ </div>
234
+ <div class="kb-row">
235
+ <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>
236
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
237
+ </div>
238
+ <div class="kb-row">
239
+ <div class="key special wide">⇧</div>
240
+ <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>
241
+ <div class="key special wide">
242
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#D0D0D0" stroke-width="2"><path d="M6 6l12 12M6 18l12-12"/></svg>
243
+ </div>
244
+ </div>
245
+ <div class="kb-row kb-bottom">
246
+ <div class="key special circle">?123</div>
247
+ <div class="key special circle">
248
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#D0D0D0" stroke-width="2"><circle cx="12" cy="9" r="3"/><path d="M4 18c2-3 14-3 16 0"/></svg>
249
+ </div>
250
+ <div class="key special">,</div>
251
+ <div class="key space">space</div>
252
+ <div class="key special">
253
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#D0D0D0" stroke-width="2"><path d="M4 20l16-6-8-2-2-8-6 16z"/></svg>
254
+ </div>
255
+ <div class="key special">
256
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#D0D0D0" stroke-width="2"><rect x="9" y="4" width="6" height="10" rx="3"/><path d="M12 14v6"/></svg>
257
+ </div>
258
+ <div class="key green circle">
259
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#0E2B1A" stroke-width="2"><circle cx="11" cy="11" r="5"/><path d="M16 16l4 4"/></svg>
260
+ </div>
261
+ </div>
262
+ </div>
263
+ </div>
264
+
265
+ <div class="gesture-pill"></div>
266
+ </div>
267
+ </body>
268
+ </html>
code/4714/4714_2.html ADDED
@@ -0,0 +1,479 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Search UI - Lacrimosa</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: #121212;
14
+ color: #FFFFFF;
15
+ }
16
+
17
+ /* Status bar */
18
+ .statusbar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 90px;
24
+ padding: 0 24px;
25
+ box-sizing: border-box;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ color: #fff;
30
+ font-size: 34px;
31
+ }
32
+ .status-right {
33
+ display: flex;
34
+ align-items: center;
35
+ gap: 20px;
36
+ font-size: 30px;
37
+ color: #E0E0E0;
38
+ }
39
+ .icon {
40
+ width: 44px;
41
+ height: 44px;
42
+ fill: none;
43
+ stroke: #FFFFFF;
44
+ stroke-width: 2.5;
45
+ }
46
+ .icon-muted { stroke: #9E9E9E; }
47
+ .icon-green { stroke: #00E59B; }
48
+ .battery {
49
+ display: flex;
50
+ align-items: center;
51
+ gap: 8px;
52
+ font-size: 28px;
53
+ }
54
+
55
+ /* Search header */
56
+ .search-header {
57
+ position: absolute;
58
+ top: 90px;
59
+ left: 0;
60
+ width: 1080px;
61
+ height: 120px;
62
+ display: flex;
63
+ align-items: center;
64
+ padding: 0 24px;
65
+ box-sizing: border-box;
66
+ gap: 20px;
67
+ }
68
+ .back-btn {
69
+ width: 60px;
70
+ height: 60px;
71
+ }
72
+ .search-bar {
73
+ flex: 1;
74
+ height: 84px;
75
+ background: #1E1E1E;
76
+ border-radius: 42px;
77
+ display: flex;
78
+ align-items: center;
79
+ padding: 0 24px;
80
+ box-sizing: border-box;
81
+ gap: 16px;
82
+ }
83
+ .search-field {
84
+ flex: 1;
85
+ font-size: 34px;
86
+ color: #FFFFFF;
87
+ }
88
+ .search-actions {
89
+ display: flex;
90
+ align-items: center;
91
+ gap: 18px;
92
+ }
93
+
94
+ /* Suggestions list */
95
+ .content {
96
+ position: absolute;
97
+ top: 210px;
98
+ left: 0;
99
+ width: 1080px;
100
+ padding: 0 24px;
101
+ box-sizing: border-box;
102
+ }
103
+ .suggestion {
104
+ height: 96px;
105
+ display: flex;
106
+ align-items: center;
107
+ justify-content: space-between;
108
+ border-bottom: 1px solid rgba(255,255,255,0.06);
109
+ }
110
+ .s-left {
111
+ display: flex;
112
+ align-items: center;
113
+ gap: 26px;
114
+ }
115
+ .s-text {
116
+ display: flex;
117
+ flex-direction: column;
118
+ }
119
+ .s-title {
120
+ font-size: 34px;
121
+ color: #E0E0E0;
122
+ }
123
+ .s-sub {
124
+ font-size: 26px;
125
+ color: #9E9E9E;
126
+ }
127
+ .s-right {
128
+ width: 46px;
129
+ height: 46px;
130
+ }
131
+
132
+ /* Results */
133
+ .results {
134
+ margin-top: 16px;
135
+ }
136
+ .result-row {
137
+ height: 140px;
138
+ display: flex;
139
+ align-items: center;
140
+ justify-content: space-between;
141
+ padding-right: 8px;
142
+ box-sizing: border-box;
143
+ }
144
+ .result-left {
145
+ display: flex;
146
+ align-items: center;
147
+ gap: 24px;
148
+ }
149
+ .thumb {
150
+ width: 120px;
151
+ height: 120px;
152
+ background: #E0E0E0;
153
+ border: 1px solid #BDBDBD;
154
+ color: #757575;
155
+ font-size: 24px;
156
+ display: flex;
157
+ align-items: center;
158
+ justify-content: center;
159
+ }
160
+ .result-text {
161
+ display: flex;
162
+ flex-direction: column;
163
+ gap: 8px;
164
+ }
165
+ .r-title {
166
+ font-size: 34px;
167
+ color: #FFFFFF;
168
+ }
169
+ .r-sub {
170
+ font-size: 26px;
171
+ color: #9E9E9E;
172
+ }
173
+ .more-btn {
174
+ width: 46px;
175
+ height: 46px;
176
+ margin-right: 8px;
177
+ }
178
+
179
+ /* Keyboard overlay */
180
+ .keyboard {
181
+ position: absolute;
182
+ bottom: 0;
183
+ left: 0;
184
+ width: 1080px;
185
+ height: 980px;
186
+ background: #0F0F0F;
187
+ box-shadow: 0 -10px 40px rgba(0,0,0,0.5);
188
+ }
189
+ .kb-top {
190
+ height: 90px;
191
+ display: flex;
192
+ align-items: center;
193
+ padding: 0 24px;
194
+ box-sizing: border-box;
195
+ gap: 18px;
196
+ border-bottom: 1px solid rgba(255,255,255,0.06);
197
+ }
198
+ .kb-pill {
199
+ flex: 1;
200
+ height: 74px;
201
+ background: #1E1E1E;
202
+ border-radius: 37px;
203
+ display: flex;
204
+ align-items: center;
205
+ padding: 0 24px;
206
+ box-sizing: border-box;
207
+ justify-content: space-between;
208
+ }
209
+ .kb-pill .text {
210
+ font-size: 32px;
211
+ color: #E0E0E0;
212
+ }
213
+ .kb-keys {
214
+ padding: 16px 18px 0 18px;
215
+ box-sizing: border-box;
216
+ }
217
+ .kb-row {
218
+ display: flex;
219
+ justify-content: center;
220
+ gap: 16px;
221
+ margin-bottom: 20px;
222
+ }
223
+ .key {
224
+ background: #263238;
225
+ color: #E0E0E0;
226
+ border-radius: 18px;
227
+ height: 110px;
228
+ min-width: 88px;
229
+ font-size: 40px;
230
+ display: flex;
231
+ align-items: center;
232
+ justify-content: center;
233
+ }
234
+ .key-wide { min-width: 160px; }
235
+ .key-space { flex: 1; min-width: 380px; }
236
+ .key-action { background: #1B5E20; color: #CFFFE9; }
237
+ .key-light { background: #2F3B40; }
238
+ .key-round {
239
+ width: 100px; height: 100px; border-radius: 50%;
240
+ background: #66F2C9; color: #0F0F0F; font-size: 46px; font-weight: bold;
241
+ }
242
+ .gesture {
243
+ position: absolute;
244
+ bottom: 20px;
245
+ left: 50%;
246
+ transform: translateX(-50%);
247
+ width: 240px;
248
+ height: 8px;
249
+ background: #FFFFFF;
250
+ border-radius: 4px;
251
+ opacity: 0.9;
252
+ }
253
+ </style>
254
+ </head>
255
+ <body>
256
+ <div id="render-target">
257
+
258
+ <!-- Status Bar -->
259
+ <div class="statusbar">
260
+ <div class="status-left">1:59</div>
261
+ <div class="status-right">
262
+ <!-- Simple connectivity icons -->
263
+ <svg class="icon" viewBox="0 0 24 24">
264
+ <path d="M2 8c5-5 15-5 20 0M5 11c3-3 11-3 14 0M8 14c2-2 6-2 8 0M11 17c1-1 3-1 4 0" />
265
+ </svg>
266
+ <svg class="icon" viewBox="0 0 24 24">
267
+ <circle cx="12" cy="12" r="3"></circle>
268
+ <path d="M2 12h20"></path>
269
+ </svg>
270
+ <div class="battery">
271
+ <svg class="icon" viewBox="0 0 24 24">
272
+ <rect x="2" y="6" width="18" height="12" rx="2"></rect>
273
+ <rect x="20" y="9" width="2" height="6"></rect>
274
+ <rect x="4" y="8" width="14" height="8" fill="#FFFFFF"></rect>
275
+ </svg>
276
+ 100%
277
+ </div>
278
+ </div>
279
+ </div>
280
+
281
+ <!-- Search Header -->
282
+ <div class="search-header">
283
+ <svg class="icon back-btn" viewBox="0 0 24 24">
284
+ <path d="M15 4L7 12l8 8" />
285
+ </svg>
286
+ <div class="search-bar">
287
+ <svg class="icon icon-muted" viewBox="0 0 24 24">
288
+ <circle cx="10" cy="10" r="6"></circle>
289
+ <path d="M21 21l-6-6"></path>
290
+ </svg>
291
+ <div class="search-field">LacrimosA</div>
292
+ <div class="search-actions">
293
+ <svg class="icon icon-muted" viewBox="0 0 24 24">
294
+ <path d="M5 5l14 14M19 5L5 19"></path>
295
+ </svg>
296
+ <svg class="icon" viewBox="0 0 24 24">
297
+ <path d="M12 3a3 3 0 0 1 3 3v4a3 3 0 0 1-6 0V6a3 3 0 0 1 3-3z"></path>
298
+ <path d="M8 14h8v3a4 4 0 0 1-8 0v-3z"></path>
299
+ </svg>
300
+ </div>
301
+ </div>
302
+ </div>
303
+
304
+ <!-- Suggestions and results -->
305
+ <div class="content">
306
+ <!-- Suggestions -->
307
+ <div class="suggestion">
308
+ <div class="s-left">
309
+ <svg class="icon icon-muted" viewBox="0 0 24 24">
310
+ <circle cx="12" cy="12" r="9"></circle>
311
+ <path d="M12 7v6l4 2"></path>
312
+ </svg>
313
+ <div class="s-text">
314
+ <div class="s-title">lacrimosa by wolfgang amadeus mozart</div>
315
+ </div>
316
+ </div>
317
+ <svg class="icon s-right icon-muted" viewBox="0 0 24 24">
318
+ <path d="M7 7h10v10H7z"></path>
319
+ </svg>
320
+ </div>
321
+
322
+ <div class="suggestion">
323
+ <div class="s-left">
324
+ <svg class="icon icon-muted" viewBox="0 0 24 24">
325
+ <circle cx="12" cy="12" r="9"></circle>
326
+ <path d="M12 7v6l4 2"></path>
327
+ </svg>
328
+ <div class="s-text">
329
+ <div class="s-title">lacrimosa</div>
330
+ </div>
331
+ </div>
332
+ <svg class="icon s-right icon-muted" viewBox="0 0 24 24">
333
+ <path d="M7 7h10v10H7z"></path>
334
+ </svg>
335
+ </div>
336
+
337
+ <div class="suggestion">
338
+ <div class="s-left">
339
+ <svg class="icon icon-muted" viewBox="0 0 24 24">
340
+ <circle cx="10" cy="10" r="6"></circle>
341
+ <path d="M21 21l-6-6"></path>
342
+ </svg>
343
+ <div class="s-text">
344
+ <div class="s-title">lacrimosa requiem mozart</div>
345
+ </div>
346
+ </div>
347
+ <svg class="icon s-right icon-muted" viewBox="0 0 24 24">
348
+ <path d="M7 7h10v10H7z"></path>
349
+ </svg>
350
+ </div>
351
+
352
+ <div class="suggestion">
353
+ <div class="s-left">
354
+ <svg class="icon icon-muted" viewBox="0 0 24 24">
355
+ <circle cx="10" cy="10" r="6"></circle>
356
+ <path d="M21 21l-6-6"></path>
357
+ </svg>
358
+ <div class="s-text">
359
+ <div class="s-title">lacrimosa mozart</div>
360
+ </div>
361
+ </div>
362
+ <svg class="icon s-right icon-muted" viewBox="0 0 24 24">
363
+ <path d="M7 7h10v10H7z"></path>
364
+ </svg>
365
+ </div>
366
+
367
+ <div class="suggestion">
368
+ <div class="s-left">
369
+ <svg class="icon icon-muted" viewBox="0 0 24 24">
370
+ <circle cx="10" cy="10" r="6"></circle>
371
+ <path d="M21 21l-6-6"></path>
372
+ </svg>
373
+ <div class="s-text">
374
+ <div class="s-title">lacrimosa apashe</div>
375
+ </div>
376
+ </div>
377
+ <svg class="icon s-right icon-muted" viewBox="0 0 24 24">
378
+ <path d="M7 7h10v10H7z"></path>
379
+ </svg>
380
+ </div>
381
+
382
+ <div class="suggestion">
383
+ <div class="s-left">
384
+ <svg class="icon icon-muted" viewBox="0 0 24 24">
385
+ <circle cx="10" cy="10" r="6"></circle>
386
+ <path d="M21 21l-6-6"></path>
387
+ </svg>
388
+ <div class="s-text">
389
+ <div class="s-title">lacrimosa epic version</div>
390
+ </div>
391
+ </div>
392
+ <svg class="icon s-right icon-muted" viewBox="0 0 24 24">
393
+ <path d="M7 7h10v10H7z"></path>
394
+ </svg>
395
+ </div>
396
+
397
+ <!-- Results -->
398
+ <div class="results">
399
+ <div class="result-row">
400
+ <div class="result-left">
401
+ <div class="thumb">[IMG: Playlist Thumbnail]</div>
402
+ <div class="result-text">
403
+ <div class="r-title">Classical for Sobbing</div>
404
+ <div class="r-sub">Playlist • YouTube Music</div>
405
+ </div>
406
+ </div>
407
+ <svg class="icon more-btn icon-muted" viewBox="0 0 24 24">
408
+ <circle cx="12" cy="5" r="2.5"></circle>
409
+ <circle cx="12" cy="12" r="2.5"></circle>
410
+ <circle cx="12" cy="19" r="2.5"></circle>
411
+ </svg>
412
+ </div>
413
+
414
+ <div class="result-row">
415
+ <div class="result-left">
416
+ <div class="thumb">[IMG: Album Art]</div>
417
+ <div class="result-text">
418
+ <div class="r-title">Lacrimosa</div>
419
+ <div class="r-sub">Song • Apashe • 27M plays</div>
420
+ </div>
421
+ </div>
422
+ <svg class="icon more-btn icon-muted" viewBox="0 0 24 24">
423
+ <circle cx="12" cy="5" r="2.5"></circle>
424
+ <circle cx="12" cy="12" r="2.5"></circle>
425
+ <circle cx="12" cy="19" r="2.5"></circle>
426
+ </svg>
427
+ </div>
428
+ </div>
429
+ </div>
430
+
431
+ <!-- Keyboard -->
432
+ <div class="keyboard">
433
+ <div class="kb-top">
434
+ <svg class="icon icon-muted" viewBox="0 0 24 24">
435
+ <path d="M4 4h6v6H4zM14 4h6v6h-6zM4 14h6v6H4zM14 14h6v6h-6z"></path>
436
+ </svg>
437
+ <div class="kb-pill">
438
+ <div class="text">LacrimosA</div>
439
+ <div style="display:flex; align-items:center; gap:16px;">
440
+ <svg class="icon icon-muted" viewBox="0 0 24 24">
441
+ <path d="M12 3a3 3 0 0 1 3 3v4a3 3 0 0 1-6 0V6a3 3 0 0 1 3-3z"></path>
442
+ <path d="M8 14h8v3a4 4 0 0 1-8 0v-3z"></path>
443
+ </svg>
444
+ <div class="key-round">🔍</div>
445
+ </div>
446
+ </div>
447
+ </div>
448
+
449
+ <div class="kb-keys">
450
+ <div class="kb-row">
451
+ <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>
452
+ <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>
453
+ </div>
454
+ <div class="kb-row">
455
+ <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>
456
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
457
+ </div>
458
+ <div class="kb-row">
459
+ <div class="key key-wide">⇧</div>
460
+ <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>
461
+ <div class="key">n</div><div class="key">m</div>
462
+ <div class="key key-wide">⌫</div>
463
+ </div>
464
+ <div class="kb-row">
465
+ <div class="key key-wide key-light">?123</div>
466
+ <div class="key key-light">,</div>
467
+ <div class="key key-light">☺</div>
468
+ <div class="key key-space">space</div>
469
+ <div class="key key-light">.</div>
470
+ <div class="key key-round">🔍</div>
471
+ </div>
472
+ </div>
473
+
474
+ <div class="gesture"></div>
475
+ </div>
476
+
477
+ </div>
478
+ </body>
479
+ </html>
code/4714/4714_3.html ADDED
@@ -0,0 +1,542 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>YT Music Search 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: #000;
15
+ color: #fff;
16
+ font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
17
+ }
18
+ .status-bar {
19
+ height: 110px;
20
+ padding: 0 34px;
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ font-size: 36px;
25
+ }
26
+ .status-right { display: flex; align-items: center; gap: 28px; }
27
+ .header {
28
+ padding: 8px 30px 0 30px;
29
+ }
30
+ .top-row {
31
+ display: flex;
32
+ align-items: center;
33
+ gap: 24px;
34
+ }
35
+ .icon-btn {
36
+ width: 80px;
37
+ height: 80px;
38
+ border-radius: 40px;
39
+ display: flex;
40
+ justify-content: center;
41
+ align-items: center;
42
+ }
43
+ .search-pill {
44
+ flex: 1;
45
+ height: 96px;
46
+ border-radius: 48px;
47
+ background: #1a1a1a;
48
+ display: flex;
49
+ align-items: center;
50
+ padding: 0 26px;
51
+ gap: 18px;
52
+ border: 1px solid #2b2b2b;
53
+ }
54
+ .search-text {
55
+ flex: 1;
56
+ color: #dcdcdc;
57
+ font-size: 34px;
58
+ white-space: nowrap;
59
+ overflow: hidden;
60
+ text-overflow: ellipsis;
61
+ }
62
+ .tabs {
63
+ display: flex;
64
+ justify-content: space-between;
65
+ padding: 26px 30px 0;
66
+ font-weight: 700;
67
+ font-size: 32px;
68
+ opacity: 0.95;
69
+ }
70
+ .tabs .active { position: relative; }
71
+ .tabs .active::after {
72
+ content: "";
73
+ position: absolute;
74
+ left: 0;
75
+ bottom: -18px;
76
+ width: 180px;
77
+ height: 6px;
78
+ background: #fff;
79
+ border-radius: 3px;
80
+ }
81
+ .chips {
82
+ display: flex;
83
+ gap: 18px;
84
+ padding: 26px 30px 6px;
85
+ flex-wrap: wrap;
86
+ }
87
+ .chip {
88
+ padding: 18px 26px;
89
+ border-radius: 32px;
90
+ border: 1px solid #3a3a3a;
91
+ background: #121212;
92
+ color: #e5e5e5;
93
+ font-size: 28px;
94
+ }
95
+ .section-title {
96
+ font-size: 56px;
97
+ font-weight: 800;
98
+ padding: 32px 30px 14px;
99
+ }
100
+ .card {
101
+ margin: 0 30px;
102
+ background: #1a1a1a;
103
+ border-radius: 26px;
104
+ border: 1px solid #2a2a2a;
105
+ box-shadow: 0 2px 0 #222;
106
+ padding: 24px;
107
+ display: flex;
108
+ flex-direction: column;
109
+ gap: 24px;
110
+ }
111
+ .card-top {
112
+ display: flex;
113
+ align-items: center;
114
+ gap: 24px;
115
+ }
116
+ .thumb {
117
+ width: 150px;
118
+ height: 150px;
119
+ background: #E0E0E0;
120
+ border: 1px solid #BDBDBD;
121
+ color: #757575;
122
+ display: flex;
123
+ justify-content: center;
124
+ align-items: center;
125
+ font-size: 24px;
126
+ border-radius: 10px;
127
+ }
128
+ .title {
129
+ font-size: 42px;
130
+ font-weight: 700;
131
+ }
132
+ .subtitle {
133
+ font-size: 28px;
134
+ color: #b0b0b0;
135
+ margin-top: 8px;
136
+ }
137
+ .spacer { flex: 1; }
138
+ .card-actions {
139
+ display: flex;
140
+ gap: 24px;
141
+ }
142
+ .btn {
143
+ height: 110px;
144
+ padding: 0 38px;
145
+ border-radius: 55px;
146
+ display: inline-flex;
147
+ align-items: center;
148
+ gap: 18px;
149
+ font-size: 34px;
150
+ font-weight: 700;
151
+ }
152
+ .btn-primary {
153
+ background: #fff;
154
+ color: #000;
155
+ }
156
+ .btn-outline {
157
+ background: transparent;
158
+ color: #e8e8e8;
159
+ border: 2px solid #3d3d3d;
160
+ }
161
+ .list-section {
162
+ position: relative;
163
+ padding-top: 12px;
164
+ }
165
+ .more-btn {
166
+ position: absolute;
167
+ right: 30px;
168
+ top: -6px;
169
+ padding: 16px 26px;
170
+ border-radius: 26px;
171
+ border: 1px solid #3a3a3a;
172
+ color: #e6e6e6;
173
+ font-size: 28px;
174
+ background: #121212;
175
+ }
176
+ .list {
177
+ margin: 0 30px;
178
+ }
179
+ .item {
180
+ display: flex;
181
+ align-items: center;
182
+ gap: 20px;
183
+ padding: 20px 0;
184
+ border-bottom: 1px solid #161616;
185
+ }
186
+ .item .album {
187
+ width: 120px;
188
+ height: 120px;
189
+ background: #E0E0E0;
190
+ border: 1px solid #BDBDBD;
191
+ color: #757575;
192
+ display: flex;
193
+ justify-content: center;
194
+ align-items: center;
195
+ font-size: 22px;
196
+ border-radius: 8px;
197
+ }
198
+ .item-text .line1 {
199
+ font-size: 34px;
200
+ font-weight: 600;
201
+ color: #f5f5f5;
202
+ }
203
+ .item-text .line2 {
204
+ font-size: 28px;
205
+ color: #bfbfbf;
206
+ margin-top: 6px;
207
+ }
208
+ .kebab {
209
+ margin-left: auto;
210
+ width: 72px;
211
+ height: 72px;
212
+ border-radius: 36px;
213
+ display: flex;
214
+ justify-content: center;
215
+ align-items: center;
216
+ }
217
+ .videos-title { padding-top: 22px; }
218
+ .mini-player {
219
+ position: absolute;
220
+ left: 0;
221
+ right: 0;
222
+ bottom: 260px;
223
+ height: 160px;
224
+ background: #1a1a1a;
225
+ border-top: 1px solid #222;
226
+ display: flex;
227
+ align-items: center;
228
+ padding: 0 30px;
229
+ gap: 22px;
230
+ }
231
+ .mini-thumb {
232
+ width: 120px;
233
+ height: 120px;
234
+ background: #E0E0E0;
235
+ border: 1px solid #BDBDBD;
236
+ color: #757575;
237
+ display: flex;
238
+ justify-content: center;
239
+ align-items: center;
240
+ font-size: 22px;
241
+ border-radius: 8px;
242
+ }
243
+ .mini-text { flex: 1; }
244
+ .mini-text .t1 { font-size: 32px; font-weight: 700; }
245
+ .mini-text .t2 { font-size: 26px; color: #bdbdbd; }
246
+ .nav {
247
+ position: absolute;
248
+ left: 0;
249
+ right: 0;
250
+ bottom: 0;
251
+ height: 240px;
252
+ background: #111;
253
+ border-top: 1px solid #242424;
254
+ padding-top: 22px;
255
+ }
256
+ .nav-items {
257
+ display: flex;
258
+ justify-content: space-around;
259
+ align-items: center;
260
+ padding: 0 20px;
261
+ }
262
+ .nav-item {
263
+ width: 180px;
264
+ display: flex;
265
+ flex-direction: column;
266
+ align-items: center;
267
+ gap: 12px;
268
+ color: #d0d0d0;
269
+ font-size: 28px;
270
+ }
271
+ .nav-item.active { color: #fff; }
272
+ /* Simple helper for inline SVGs */
273
+ svg { display: block; }
274
+ </style>
275
+ </head>
276
+ <body>
277
+ <div id="render-target">
278
+
279
+ <!-- Status bar -->
280
+ <div class="status-bar">
281
+ <div>2:00</div>
282
+ <div class="status-right">
283
+ <!-- cellular -->
284
+ <svg width="38" height="38" viewBox="0 0 24 24">
285
+ <rect x="2" y="14" width="3" height="8" fill="#fff" opacity="0.7"/>
286
+ <rect x="7" y="10" width="3" height="12" fill="#fff" opacity="0.8"/>
287
+ <rect x="12" y="6" width="3" height="16" fill="#fff" opacity="0.9"/>
288
+ <rect x="17" y="2" width="3" height="20" fill="#fff"/>
289
+ </svg>
290
+ <!-- wifi -->
291
+ <svg width="38" height="38" viewBox="0 0 24 24">
292
+ <path d="M2 9c5-4 15-4 20 0" stroke="#fff" stroke-width="2" fill="none"/>
293
+ <path d="M5 12c4-3 10-3 14 0" stroke="#fff" stroke-width="2" fill="none"/>
294
+ <path d="M8 15c2-2 6-2 8 0" stroke="#fff" stroke-width="2" fill="none"/>
295
+ <circle cx="12" cy="18" r="1.6" fill="#fff"/>
296
+ </svg>
297
+ <!-- Gmail dot -->
298
+ <svg width="34" height="34" viewBox="0 0 24 24">
299
+ <circle cx="12" cy="12" r="3" fill="#fff"/>
300
+ </svg>
301
+ <!-- alert -->
302
+ <svg width="34" height="34" viewBox="0 0 24 24">
303
+ <path d="M12 3l9 16H3z" fill="none" stroke="#fff" stroke-width="2"/>
304
+ <circle cx="12" cy="17" r="1.5" fill="#fff"/>
305
+ <rect x="11" y="9" width="2" height="5" fill="#fff"/>
306
+ </svg>
307
+ <!-- battery -->
308
+ <svg width="60" height="38" viewBox="0 0 28 16">
309
+ <rect x="1" y="3" width="22" height="10" rx="2" ry="2" fill="none" stroke="#fff" stroke-width="2"/>
310
+ <rect x="3" y="5" width="18" height="6" fill="#fff"/>
311
+ <rect x="23" y="6" width="3" height="4" rx="1" fill="#fff"/>
312
+ </svg>
313
+ <div>100%</div>
314
+ </div>
315
+ </div>
316
+
317
+ <!-- App header -->
318
+ <div class="header">
319
+ <div class="top-row">
320
+ <div class="icon-btn">
321
+ <svg width="40" height="40" viewBox="0 0 24 24">
322
+ <path d="M15 6l-6 6 6 6" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
323
+ </svg>
324
+ </div>
325
+ <div class="search-pill">
326
+ <!-- magnify icon -->
327
+ <svg width="42" height="42" viewBox="0 0 24 24">
328
+ <circle cx="10" cy="10" r="6" stroke="#bbb" stroke-width="2" fill="none"/>
329
+ <path d="M14 14l6 6" stroke="#bbb" stroke-width="2" fill="none" stroke-linecap="round"/>
330
+ </svg>
331
+ <div class="search-text">lacrimosa by wolfgang ama...</div>
332
+ <!-- clear X -->
333
+ <svg width="42" height="42" viewBox="0 0 24 24">
334
+ <path d="M6 6l12 12M18 6L6 18" stroke="#cfcfcf" stroke-width="2" stroke-linecap="round"/>
335
+ </svg>
336
+ <!-- mic -->
337
+ <svg width="42" height="42" viewBox="0 0 24 24">
338
+ <rect x="9" y="4" width="6" height="10" rx="3" fill="#cfcfcf"/>
339
+ <path d="M5 10c0 4 3 6 7 6s7-2 7-6" stroke="#cfcfcf" stroke-width="2" fill="none"/>
340
+ <rect x="11" y="16" width="2" height="4" fill="#cfcfcf"/>
341
+ <rect x="8" y="20" width="8" height="2" fill="#cfcfcf"/>
342
+ </svg>
343
+ </div>
344
+ </div>
345
+
346
+ <div class="tabs">
347
+ <div class="active">YT MUSIC</div>
348
+ <div>LIBRARY</div>
349
+ </div>
350
+
351
+ <div class="chips">
352
+ <div class="chip">Songs</div>
353
+ <div class="chip">Videos</div>
354
+ <div class="chip">Albums</div>
355
+ <div class="chip">Community playlists</div>
356
+ <div class="chip">Artists</div>
357
+ <div class="chip">Playlists</div>
358
+ </div>
359
+ </div>
360
+
361
+ <!-- Top result -->
362
+ <div class="section-title">Top result</div>
363
+ <div class="card">
364
+ <div class="card-top">
365
+ <div class="thumb">[IMG: Album art]</div>
366
+ <div style="display:flex; flex-direction:column;">
367
+ <div class="title">Mozart - Lacrimosa</div>
368
+ <div class="subtitle">Video • Rosa Music</div>
369
+ </div>
370
+ <div class="spacer"></div>
371
+ <div class="kebab">
372
+ <svg width="26" height="26" viewBox="0 0 24 24">
373
+ <circle cx="12" cy="5" r="2" fill="#d9d9d9"/>
374
+ <circle cx="12" cy="12" r="2" fill="#d9d9d9"/>
375
+ <circle cx="12" cy="19" r="2" fill="#d9d9d9"/>
376
+ </svg>
377
+ </div>
378
+ </div>
379
+ <div class="card-actions">
380
+ <div class="btn btn-primary">
381
+ <svg width="34" height="34" viewBox="0 0 24 24">
382
+ <polygon points="8,5 19,12 8,19" fill="#000"/>
383
+ </svg>
384
+ Play
385
+ </div>
386
+ <div class="btn btn-outline">
387
+ <svg width="34" height="34" viewBox="0 0 24 24">
388
+ <path d="M4 7h12M4 12h12M4 17h7" stroke="#e8e8e8" stroke-width="2" fill="none" stroke-linecap="round"/>
389
+ <path d="M18 14v6M15 17h6" stroke="#e8e8e8" stroke-width="2" fill="none" stroke-linecap="round"/>
390
+ </svg>
391
+ Save
392
+ </div>
393
+ </div>
394
+ </div>
395
+
396
+ <!-- Songs section -->
397
+ <div class="section-title">Songs</div>
398
+ <div class="list-section">
399
+ <button class="more-btn">More</button>
400
+ <div class="list">
401
+ <div class="item">
402
+ <div class="album">[IMG: Album art]</div>
403
+ <div class="item-text">
404
+ <div class="line1">Requiem Mass in D Minor, K. 626: III. Lacrimosa</div>
405
+ <div class="line2">RIAS Chamber Choir, Berlin Radio Symphony...</div>
406
+ </div>
407
+ <div class="kebab">
408
+ <svg width="26" height="26" viewBox="0 0 24 24">
409
+ <circle cx="12" cy="5" r="2" fill="#d9d9d9"/>
410
+ <circle cx="12" cy="12" r="2" fill="#d9d9d9"/>
411
+ <circle cx="12" cy="19" r="2" fill="#d9d9d9"/>
412
+ </svg>
413
+ </div>
414
+ </div>
415
+ <div class="item">
416
+ <div class="album">[IMG: Album art]</div>
417
+ <div class="item-text">
418
+ <div class="line1">Requiem in D Minor, K. 626: III. Sequentia - F. Lacrimosa</div>
419
+ <div class="line2">Jeunesses Musicales Chorus, Franz Liszt...</div>
420
+ </div>
421
+ <div class="kebab">
422
+ <svg width="26" height="26" viewBox="0 0 24 24">
423
+ <circle cx="12" cy="5" r="2" fill="#d9d9d9"/>
424
+ <circle cx="12" cy="12" r="2" fill="#d9d9d9"/>
425
+ <circle cx="12" cy="19" r="2" fill="#d9d9d9"/>
426
+ </svg>
427
+ </div>
428
+ </div>
429
+ <div class="item">
430
+ <div class="album">[IMG: Album art]</div>
431
+ <div class="item-text">
432
+ <div class="line1">Mozart : Requiem K. 626 - Lacrimosa</div>
433
+ <div class="line2">Jordi Savall • 3:03 • 432K plays</div>
434
+ </div>
435
+ <div class="kebab">
436
+ <svg width="26" height="26" viewBox="0 0 24 24">
437
+ <circle cx="12" cy="5" r="2" fill="#d9d9d9"/>
438
+ <circle cx="12" cy="12" r="2" fill="#d9d9d9"/>
439
+ <circle cx="12" cy="19" r="2" fill="#d9d9d9"/>
440
+ </svg>
441
+ </div>
442
+ </div>
443
+ </div>
444
+ </div>
445
+
446
+ <!-- Videos section -->
447
+ <div class="section-title videos-title">Videos</div>
448
+ <div class="list-section">
449
+ <button class="more-btn">More</button>
450
+ <div class="list">
451
+ <div class="item">
452
+ <div class="album" style="width:220px; height:120px;">[IMG: Video thumbnail]</div>
453
+ <div class="item-text">
454
+ <div class="line1">Lacrimosa, Wolfgang Amadeus Mozart</div>
455
+ <div class="line2">Video • Classicotv Cast</div>
456
+ </div>
457
+ <div class="kebab">
458
+ <svg width="26" height="26" viewBox="0 0 24 24">
459
+ <circle cx="12" cy="5" r="2" fill="#d9d9d9"/>
460
+ <circle cx="12" cy="12" r="2" fill="#d9d9d9"/>
461
+ <circle cx="12" cy="19" r="2" fill="#d9d9d9"/>
462
+ </svg>
463
+ </div>
464
+ </div>
465
+ <div class="item" style="border-bottom:none;">
466
+ <div class="album">[IMG: Video thumbnail]</div>
467
+ <div class="item-text">
468
+ <div class="line1">Mozart - Lacrimosa</div>
469
+ <div class="line2">Rosa Music</div>
470
+ </div>
471
+ <div class="kebab">
472
+ <svg width="26" height="26" viewBox="0 0 24 24">
473
+ <circle cx="12" cy="5" r="2" fill="#d9d9d9"/>
474
+ <circle cx="12" cy="12" r="2" fill="#d9d9d9"/>
475
+ <circle cx="12" cy="19" r="2" fill="#d9d9d9"/>
476
+ </svg>
477
+ </div>
478
+ </div>
479
+ </div>
480
+ </div>
481
+
482
+ <!-- Mini player -->
483
+ <div class="mini-player">
484
+ <div class="mini-thumb">[IMG: Video thumbnail]</div>
485
+ <div class="mini-text">
486
+ <div class="t1">Mozart - Lacrimosa</div>
487
+ <div class="t2">Rosa Music</div>
488
+ </div>
489
+ <!-- cast icon -->
490
+ <svg width="48" height="48" viewBox="0 0 24 24">
491
+ <rect x="3" y="5" width="18" height="12" rx="2" ry="2" fill="none" stroke="#e6e6e6" stroke-width="2"/>
492
+ <path d="M3 17c3 0 5 2 5 4" stroke="#e6e6e6" stroke-width="2" fill="none"/>
493
+ <path d="M3 14c5 0 8 3 8 7" stroke="#e6e6e6" stroke-width="2" fill="none"/>
494
+ </svg>
495
+ <!-- play icon -->
496
+ <svg width="60" height="60" viewBox="0 0 24 24">
497
+ <circle cx="12" cy="12" r="11" fill="#fff"/>
498
+ <polygon points="10,7 17,12 10,17" fill="#000"/>
499
+ </svg>
500
+ </div>
501
+
502
+ <!-- Bottom navigation -->
503
+ <div class="nav">
504
+ <div class="nav-items">
505
+ <div class="nav-item">
506
+ <svg width="48" height="48" viewBox="0 0 24 24">
507
+ <path d="M3 11l9-7 9 7v8a2 2 0 0 1-2 2h-4v-6H9v6H5a2 2 0 0 1-2-2z" fill="#d0d0d0"/>
508
+ </svg>
509
+ <div>Home</div>
510
+ </div>
511
+ <div class="nav-item">
512
+ <svg width="48" height="48" viewBox="0 0 24 24">
513
+ <polygon points="8,6 19,12 8,18" fill="#d0d0d0"/>
514
+ </svg>
515
+ <div>Samples</div>
516
+ </div>
517
+ <div class="nav-item active">
518
+ <svg width="48" height="48" viewBox="0 0 24 24">
519
+ <circle cx="12" cy="12" r="9" stroke="#fff" stroke-width="2" fill="none"/>
520
+ <path d="M12 12l4-5" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
521
+ </svg>
522
+ <div>Explore</div>
523
+ </div>
524
+ <div class="nav-item">
525
+ <svg width="48" height="48" viewBox="0 0 24 24">
526
+ <rect x="5" y="5" width="5" height="14" fill="#d0d0d0"/>
527
+ <rect x="14" y="5" width="5" height="14" fill="#d0d0d0"/>
528
+ </svg>
529
+ <div>Library</div>
530
+ </div>
531
+ <div class="nav-item">
532
+ <svg width="48" height="48" viewBox="0 0 24 24">
533
+ <path d="M12 6l2 4 4 1-3 3 1 4-4-2-4 2 1-4-3-3 4-1z" fill="#d0d0d0"/>
534
+ </svg>
535
+ <div>Upgrade</div>
536
+ </div>
537
+ </div>
538
+ </div>
539
+
540
+ </div>
541
+ </body>
542
+ </html>
code/4714/4714_4.html ADDED
@@ -0,0 +1,407 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>UI Render</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: #000;
15
+ color: #fff;
16
+ font-family: Roboto, "Segoe UI", Arial, sans-serif;
17
+ }
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ height: 110px;
23
+ width: 100%;
24
+ padding: 0 40px;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: space-between;
28
+ color: #fff;
29
+ font-size: 36px;
30
+ opacity: 0.9;
31
+ }
32
+ .status-left, .status-right {
33
+ display: flex;
34
+ align-items: center;
35
+ gap: 24px;
36
+ }
37
+ .top-bar {
38
+ position: absolute;
39
+ top: 110px;
40
+ left: 0;
41
+ width: 100%;
42
+ height: 88px;
43
+ padding: 0 36px;
44
+ display: flex;
45
+ align-items: center;
46
+ justify-content: space-between;
47
+ }
48
+ .visit-ad {
49
+ position: absolute;
50
+ top: 198px;
51
+ right: 36px;
52
+ font-size: 32px;
53
+ color: #ddd;
54
+ }
55
+ .video {
56
+ position: absolute;
57
+ top: 240px;
58
+ left: 0;
59
+ width: 100%;
60
+ height: 560px;
61
+ display: flex;
62
+ align-items: center;
63
+ justify-content: center;
64
+ }
65
+ .img-ph {
66
+ width: 1000px;
67
+ height: 520px;
68
+ background: #E0E0E0;
69
+ border: 1px solid #BDBDBD;
70
+ color: #757575;
71
+ display: flex;
72
+ justify-content: center;
73
+ align-items: center;
74
+ font-size: 34px;
75
+ border-radius: 12px;
76
+ }
77
+ .ad-info {
78
+ position: absolute;
79
+ top: 820px;
80
+ left: 0;
81
+ width: 100%;
82
+ height: 80px;
83
+ padding: 0 36px;
84
+ display: flex;
85
+ align-items: center;
86
+ justify-content: space-between;
87
+ color: #fff;
88
+ font-size: 32px;
89
+ }
90
+ .title-block {
91
+ position: absolute;
92
+ top: 920px;
93
+ left: 36px;
94
+ right: 36px;
95
+ }
96
+ .title {
97
+ font-size: 72px;
98
+ font-weight: 800;
99
+ letter-spacing: 0.2px;
100
+ }
101
+ .subtitle {
102
+ font-size: 36px;
103
+ color: #BDBDBD;
104
+ margin-top: 12px;
105
+ }
106
+ .chips {
107
+ position: absolute;
108
+ top: 1140px;
109
+ left: 36px;
110
+ right: 36px;
111
+ display: flex;
112
+ gap: 24px;
113
+ flex-wrap: wrap;
114
+ }
115
+ .chip {
116
+ background: #161616;
117
+ border: 1px solid #333;
118
+ border-radius: 40px;
119
+ padding: 18px 28px;
120
+ display: flex;
121
+ align-items: center;
122
+ gap: 16px;
123
+ color: #ddd;
124
+ font-size: 32px;
125
+ }
126
+ .divider {
127
+ position: absolute;
128
+ top: 1400px;
129
+ left: 36px;
130
+ right: 36px;
131
+ height: 2px;
132
+ background: #333;
133
+ }
134
+ .progress {
135
+ position: absolute;
136
+ top: 1396px;
137
+ left: 36px;
138
+ right: 36px;
139
+ height: 6px;
140
+ background: #333;
141
+ border-radius: 3px;
142
+ overflow: hidden;
143
+ }
144
+ .progress .bar {
145
+ width: 20%;
146
+ height: 100%;
147
+ background: #FFC107;
148
+ }
149
+ .controls {
150
+ position: absolute;
151
+ top: 1500px;
152
+ left: 0;
153
+ width: 100%;
154
+ height: 420px;
155
+ display: flex;
156
+ align-items: center;
157
+ justify-content: center;
158
+ gap: 140px;
159
+ }
160
+ .control-btn {
161
+ width: 72px;
162
+ height: 72px;
163
+ display: flex;
164
+ align-items: center;
165
+ justify-content: center;
166
+ }
167
+ .play-main {
168
+ width: 200px;
169
+ height: 200px;
170
+ background: #fff;
171
+ color: #000;
172
+ border-radius: 100px;
173
+ display: flex;
174
+ align-items: center;
175
+ justify-content: center;
176
+ }
177
+ .tabs {
178
+ position: absolute;
179
+ bottom: 260px;
180
+ left: 0;
181
+ width: 100%;
182
+ padding: 0 36px;
183
+ display: flex;
184
+ justify-content: space-between;
185
+ align-items: center;
186
+ }
187
+ .tab {
188
+ font-size: 34px;
189
+ letter-spacing: 1px;
190
+ color: #BDBDBD;
191
+ }
192
+ .tab.active { color: #fff; }
193
+ .home-indicator {
194
+ position: absolute;
195
+ bottom: 40px;
196
+ left: 50%;
197
+ transform: translateX(-50%);
198
+ width: 320px;
199
+ height: 12px;
200
+ background: #BDBDBD;
201
+ border-radius: 6px;
202
+ opacity: 0.9;
203
+ }
204
+ /* Generic icon style */
205
+ svg { display: block; }
206
+ </style>
207
+ </head>
208
+ <body>
209
+ <div id="render-target">
210
+
211
+ <!-- Status Bar -->
212
+ <div class="status-bar">
213
+ <div class="status-left">
214
+ <div>2:01</div>
215
+ <!-- simple check icon -->
216
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none">
217
+ <path d="M4 12l5 5 11-11" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
218
+ </svg>
219
+ <!-- circle icon -->
220
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none">
221
+ <circle cx="12" cy="12" r="7" stroke="#fff" stroke-width="2"/>
222
+ </svg>
223
+ <!-- mail icon -->
224
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none">
225
+ <rect x="3" y="6" width="18" height="12" rx="2" stroke="#fff" stroke-width="2"/>
226
+ <path d="M3 8l9 6 9-6" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
227
+ </svg>
228
+ <!-- warning icon -->
229
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none">
230
+ <path d="M12 3l10 18H2L12 3z" stroke="#fff" stroke-width="2" fill="none"/>
231
+ <path d="M12 9v5" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
232
+ <circle cx="12" cy="17" r="1.5" fill="#fff"/>
233
+ </svg>
234
+ </div>
235
+ <div class="status-right">
236
+ <!-- wifi -->
237
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none">
238
+ <path d="M2 8c5-4 15-4 20 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
239
+ <path d="M5 12c4-3 10-3 14 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
240
+ <path d="M8 16c3-2 5-2 8 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
241
+ <circle cx="12" cy="19" r="1.5" fill="#fff"/>
242
+ </svg>
243
+ <!-- battery -->
244
+ <svg width="48" height="36" viewBox="0 0 28 18" fill="none">
245
+ <rect x="1" y="2" width="22" height="14" rx="2" stroke="#fff" stroke-width="2"/>
246
+ <rect x="24" y="6" width="3" height="6" rx="1" fill="#fff"/>
247
+ <rect x="3" y="4" width="18" height="10" fill="#fff"/>
248
+ </svg>
249
+ <div>100%</div>
250
+ </div>
251
+ </div>
252
+
253
+ <!-- Top Bar -->
254
+ <div class="top-bar">
255
+ <!-- down chevron -->
256
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none">
257
+ <path d="M5 9l7 7 7-7" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
258
+ </svg>
259
+ <div style="display:flex; align-items:center; gap:28px;">
260
+ <!-- cast icon -->
261
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none">
262
+ <rect x="3" y="5" width="18" height="12" rx="2" stroke="#fff" stroke-width="2"/>
263
+ <path d="M3 17c3 0 5 2 5 4" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
264
+ <path d="M3 13c5 0 7 3 7 8" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
265
+ </svg>
266
+ <!-- kebab menu -->
267
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none">
268
+ <circle cx="12" cy="5" r="2" fill="#fff"/>
269
+ <circle cx="12" cy="12" r="2" fill="#fff"/>
270
+ <circle cx="12" cy="19" r="2" fill="#fff"/>
271
+ </svg>
272
+ </div>
273
+ </div>
274
+
275
+ <!-- Visit advertiser -->
276
+ <div class="visit-ad">Visit advertiser</div>
277
+
278
+ <!-- Video placeholder -->
279
+ <div class="video">
280
+ <div class="img-ph">[IMG: Video Ad - Sensodyne ice cream]</div>
281
+ </div>
282
+
283
+ <!-- Ad info row -->
284
+ <div class="ad-info">
285
+ <div style="display:flex; align-items:center; gap:16px;">
286
+ <div>Ad · 0:19</div>
287
+ <!-- info icon -->
288
+ <svg width="32" height="32" viewBox="0 0 24 24" fill="none">
289
+ <circle cx="12" cy="12" r="10" stroke="#fff" stroke-width="2"/>
290
+ <path d="M12 10v6" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
291
+ <circle cx="12" cy="7" r="1.5" fill="#fff"/>
292
+ </svg>
293
+ </div>
294
+ <!-- expand icon -->
295
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none">
296
+ <path d="M3 9V3h6" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
297
+ <path d="M21 15v6h-6" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
298
+ <path d="M3 21l6-6M21 3l-6 6" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
299
+ </svg>
300
+ </div>
301
+
302
+ <!-- Title -->
303
+ <div class="title-block">
304
+ <div class="title">Mozart - Lacrimosa</div>
305
+ <div class="subtitle">Rosa Music</div>
306
+ </div>
307
+
308
+ <!-- Action chips -->
309
+ <div class="chips">
310
+ <div class="chip">
311
+ <!-- like -->
312
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none">
313
+ <path d="M2 14h5v6H2z" fill="#ddd"/>
314
+ <path d="M7 14l4-8h6a3 3 0 0 1 3 3v1l-2 10H7V14z" fill="#ddd"/>
315
+ </svg>
316
+ <span>1.2M</span>
317
+ </div>
318
+ <div class="chip">
319
+ <!-- dislike -->
320
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none">
321
+ <path d="M2 4h5V2H2z" fill="#ddd"/>
322
+ <path d="M7 10l4 8h6a3 3 0 0 0 3-3v-1l-2-10H7v6z" fill="#ddd"/>
323
+ </svg>
324
+ </div>
325
+ <div class="chip">
326
+ <!-- comment -->
327
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none">
328
+ <rect x="3" y="4" width="18" height="12" rx="2" stroke="#ddd" stroke-width="2"/>
329
+ <path d="M7 16v4l4-4" stroke="#ddd" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
330
+ </svg>
331
+ <span>63K</span>
332
+ </div>
333
+ <div class="chip">
334
+ <!-- playlist/save -->
335
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none">
336
+ <path d="M3 6h14M3 10h14M3 14h10" stroke="#ddd" stroke-width="2" stroke-linecap="round"/>
337
+ <path d="M18 12v8l4-3-4-3z" fill="#ddd"/>
338
+ </svg>
339
+ <span>Save</span>
340
+ </div>
341
+ <div class="chip">
342
+ <!-- share -->
343
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none">
344
+ <circle cx="6" cy="12" r="3" stroke="#ddd" stroke-width="2"/>
345
+ <circle cx="18" cy="6" r="3" stroke="#ddd" stroke-width="2"/>
346
+ <circle cx="18" cy="18" r="3" stroke="#ddd" stroke-width="2"/>
347
+ <path d="M9 12l6-4M9 12l6 4" stroke="#ddd" stroke-width="2" stroke-linecap="round"/>
348
+ </svg>
349
+ </div>
350
+ </div>
351
+
352
+ <!-- Divider and progress -->
353
+ <div class="divider"></div>
354
+ <div class="progress"><div class="bar"></div></div>
355
+
356
+ <!-- Player controls -->
357
+ <div class="controls">
358
+ <div class="control-btn">
359
+ <!-- shuffle -->
360
+ <svg width="72" height="72" viewBox="0 0 24 24" fill="none">
361
+ <path d="M4 6h5l11 12" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
362
+ <path d="M4 18h5l5-6" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
363
+ <path d="M18 6h4l-3-3M22 6l-3 3" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
364
+ </svg>
365
+ </div>
366
+ <div class="control-btn">
367
+ <!-- previous -->
368
+ <svg width="72" height="72" viewBox="0 0 24 24" fill="none">
369
+ <rect x="3" y="5" width="2" height="14" fill="#fff"/>
370
+ <path d="M21 5L9 12l12 7V5z" fill="#fff"/>
371
+ </svg>
372
+ </div>
373
+ <div class="play-main">
374
+ <!-- pause -->
375
+ <svg width="120" height="120" viewBox="0 0 24 24" fill="none">
376
+ <rect x="7" y="5" width="3.5" height="14" fill="#000"/>
377
+ <rect x="13.5" y="5" width="3.5" height="14" fill="#000"/>
378
+ </svg>
379
+ </div>
380
+ <div class="control-btn">
381
+ <!-- next -->
382
+ <svg width="72" height="72" viewBox="0 0 24 24" fill="none">
383
+ <rect x="19" y="5" width="2" height="14" fill="#fff"/>
384
+ <path d="M3 5l12 7L3 19V5z" fill="#fff"/>
385
+ </svg>
386
+ </div>
387
+ <div class="control-btn">
388
+ <!-- repeat -->
389
+ <svg width="72" height="72" viewBox="0 0 24 24" fill="none">
390
+ <path d="M7 7h9l-2-2M16 7l-2 2" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
391
+ <path d="M17 17H8l2 2M9 17l2-2" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
392
+ </svg>
393
+ </div>
394
+ </div>
395
+
396
+ <!-- Tabs -->
397
+ <div class="tabs">
398
+ <div class="tab active">UP NEXT</div>
399
+ <div class="tab">LYRICS</div>
400
+ <div class="tab">RELATED</div>
401
+ </div>
402
+
403
+ <!-- Home indicator -->
404
+ <div class="home-indicator"></div>
405
+ </div>
406
+ </body>
407
+ </html>
code/4714/4714_5.html ADDED
@@ -0,0 +1,240 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Music Player - Lacrimosa</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: #000; color: #fff;
12
+ }
13
+ .status-bar {
14
+ height: 90px; padding: 0 32px; display: flex; align-items: center; justify-content: space-between;
15
+ color: #fff; font-size: 30px; letter-spacing: 0.5px;
16
+ }
17
+ .icons { display: flex; align-items: center; gap: 26px; opacity: 0.95; }
18
+ .mode-row {
19
+ padding: 12px 28px 8px; display: flex; align-items: center; justify-content: space-between;
20
+ }
21
+ .left-group { display: flex; align-items: center; gap: 22px; }
22
+ .chip-bar { display: flex; gap: 18px; }
23
+ .chip {
24
+ height: 68px; padding: 0 36px; border-radius: 34px; display: flex; align-items: center; font-size: 34px;
25
+ background: #2c2c2c; color: #fff; font-weight: 600;
26
+ }
27
+ .chip.active { background: #3a3a3a; }
28
+ .top-actions { display: flex; align-items: center; gap: 28px; }
29
+ .artwork-area {
30
+ margin-top: 16px; padding: 16px 0 0; position: relative;
31
+ height: 760px; /* big visual area */
32
+ }
33
+ .artwork {
34
+ width: 860px; height: 560px; margin: 0 auto; border: 1px solid #3e3e3e;
35
+ background: #E0E0E0; color: #757575; display: flex; align-items: center; justify-content: center;
36
+ font-size: 34px; text-align: center;
37
+ }
38
+ .expand {
39
+ position: absolute; right: 40px; bottom: 24px; opacity: 0.9;
40
+ }
41
+ .content {
42
+ padding: 36px 48px 0;
43
+ }
44
+ .title { font-size: 66px; font-weight: 800; line-height: 1.15; margin: 6px 0 10px; }
45
+ .subtitle { font-size: 36px; color: #bdbdbd; margin-bottom: 36px; }
46
+
47
+ .action-row { display: flex; align-items: center; gap: 22px; margin-bottom: 36px; flex-wrap: wrap; }
48
+ .pill {
49
+ display: flex; align-items: center; gap: 18px; padding: 18px 26px; border-radius: 36px;
50
+ background: #1f1f1f; color: #e6e6e6; border: 1px solid #2c2c2c; font-size: 34px; min-height: 72px;
51
+ }
52
+ .pill .count { color: #ffffff; opacity: 0.9; font-weight: 600; }
53
+ .spacer { flex: 1; }
54
+
55
+ /* Progress */
56
+ .progress-wrap { padding: 24px 24px 0; }
57
+ .bar {
58
+ height: 6px; background: #333; border-radius: 4px; position: relative; margin: 20px 24px 0;
59
+ }
60
+ .bar .fill { height: 100%; width: 28%; background: #9e9e9e; border-radius: 4px; }
61
+ .bar .knob { position: absolute; top: 50%; left: calc(28% - 16px); transform: translateY(-50%); width: 24px; height: 24px; background: #fff; border-radius: 50%; }
62
+ .time-row { display: flex; justify-content: space-between; padding: 10px 24px 0; color: #bdbdbd; font-size: 30px; }
63
+
64
+ /* Controls */
65
+ .controls {
66
+ display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
67
+ align-items: center; text-align: center; padding: 28px 48px 0; gap: 10px;
68
+ }
69
+ .btn-ghost { width: 92px; height: 92px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; }
70
+ .btn-main {
71
+ width: 210px; height: 210px; background: #fff; color: #000;
72
+ border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; margin: 10px auto;
73
+ box-shadow: 0 10px 20px rgba(0,0,0,0.45);
74
+ }
75
+ .tabs {
76
+ display: flex; justify-content: space-around; padding: 70px 30px 0; letter-spacing: 2px; font-weight: 700;
77
+ color: #9b9b9b; font-size: 34px; text-transform: uppercase;
78
+ }
79
+ .tabs .active { color: #ffffff; }
80
+ .home-indicator {
81
+ position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
82
+ width: 300px; height: 10px; background: #e6e6e6; opacity: 0.9; border-radius: 8px;
83
+ }
84
+
85
+ /* SVG helper */
86
+ svg { width: 42px; height: 42px; fill: none; stroke: currentColor; stroke-width: 3.5; stroke-linecap: round; stroke-linejoin: round; }
87
+ .small svg { width: 36px; height: 36px; }
88
+ .tiny svg { width: 32px; height: 32px; }
89
+ </style>
90
+ </head>
91
+ <body>
92
+ <div id="render-target">
93
+
94
+ <!-- Status bar -->
95
+ <div class="status-bar">
96
+ <div>2:01</div>
97
+ <div class="icons">
98
+ <!-- simple status icons -->
99
+ <svg viewBox="0 0 24 24" class="tiny"><path d="M3 12h6v8H3zM11 8h6v12h-6zM19 4h2v16h-2z"/></svg>
100
+ <svg viewBox="0 0 24 24" class="tiny"><path d="M3 12l9-9 9 9M5 10v10h14V10"/></svg>
101
+ <svg viewBox="0 0 24 24" class="tiny"><circle cx="12" cy="12" r="9"/></svg>
102
+ <div style="display:flex; align-items:center; gap:8px;">
103
+ <svg viewBox="0 0 24 24" class="tiny"><path d="M6 8h12v8H6z"/><path d="M18 6v2M6 6v2M18 16v2M6 16v2"/></svg>
104
+ <span>100%</span>
105
+ </div>
106
+ </div>
107
+ </div>
108
+
109
+ <!-- Mode row with chips and actions -->
110
+ <div class="mode-row">
111
+ <div class="left-group">
112
+ <div class="btn-ghost small" title="Collapse">
113
+ <svg viewBox="0 0 24 24"><path d="M6 9l6 6 6-6"/></svg>
114
+ </div>
115
+ <div class="chip-bar">
116
+ <div class="chip active">Song</div>
117
+ <div class="chip">Video</div>
118
+ </div>
119
+ </div>
120
+ <div class="top-actions">
121
+ <!-- Cast -->
122
+ <div class="btn-ghost small">
123
+ <svg viewBox="0 0 24 24">
124
+ <rect x="4" y="5" width="16" height="12" rx="2"></rect>
125
+ <path d="M4 17c3 0 5 2 5 5M4 17c2 0 3 1 3 3M4 17c1 0 1 .5 1 1"/>
126
+ </svg>
127
+ </div>
128
+ <!-- More -->
129
+ <div class="btn-ghost small">
130
+ <svg viewBox="0 0 24 24">
131
+ <circle cx="12" cy="5" r="1.6" fill="currentColor" stroke="none"></circle>
132
+ <circle cx="12" cy="12" r="1.6" fill="currentColor" stroke="none"></circle>
133
+ <circle cx="12" cy="19" r="1.6" fill="currentColor" stroke="none"></circle>
134
+ </svg>
135
+ </div>
136
+ </div>
137
+ </div>
138
+
139
+ <!-- Artwork area -->
140
+ <div class="artwork-area">
141
+ <div class="artwork">[IMG: Classical sculpture artwork]</div>
142
+ <div class="expand">
143
+ <svg viewBox="0 0 24 24" style="width:44px;height:44px;">
144
+ <path d="M4 10V4h6M20 10V4h-6M4 14v6h6M20 14v6h-6"/>
145
+ </svg>
146
+ </div>
147
+ </div>
148
+
149
+ <!-- Content: title and actions -->
150
+ <div class="content">
151
+ <div class="title">Mozart - Lacrimosa</div>
152
+ <div class="subtitle">Rosa Music</div>
153
+
154
+ <div class="action-row">
155
+ <div class="pill">
156
+ <svg viewBox="0 0 24 24">
157
+ <path d="M6 14v-3a3 3 0 013-3h2l1-3 3 1v8a3 3 0 01-3 3H7a1 1 0 01-1-1z"/>
158
+ </svg>
159
+ <span class="count">1.2M</span>
160
+ </div>
161
+ <div class="pill">
162
+ <svg viewBox="0 0 24 24">
163
+ <path d="M18 10v3a3 3 0 01-3 3h-2l-1 3-3-1V10a3 3 0 013-3h5a1 1 0 011 1z"/>
164
+ </svg>
165
+ </div>
166
+ <div class="pill">
167
+ <svg viewBox="0 0 24 24">
168
+ <path d="M4 5h16v10H8l-4 4z"/>
169
+ </svg>
170
+ <span class="count">63K</span>
171
+ </div>
172
+ <div class="pill">
173
+ <svg viewBox="0 0 24 24">
174
+ <path d="M5 6h14v12H5z"/>
175
+ <path d="M9 6v-2m6 2v-2M8 12h8"/>
176
+ </svg>
177
+ <span class="count">Save</span>
178
+ </div>
179
+ <div class="pill">
180
+ <svg viewBox="0 0 24 24">
181
+ <path d="M12 5l7 7-7 7M19 12H5"/>
182
+ </svg>
183
+ </div>
184
+ <div class="spacer"></div>
185
+ </div>
186
+ </div>
187
+
188
+ <!-- Progress -->
189
+ <div class="progress-wrap">
190
+ <div class="bar">
191
+ <div class="fill"></div>
192
+ <div class="knob"></div>
193
+ </div>
194
+ <div class="time-row">
195
+ <div>0:06</div>
196
+ <div>3:21</div>
197
+ </div>
198
+ </div>
199
+
200
+ <!-- Playback Controls -->
201
+ <div class="controls">
202
+ <div class="btn-ghost" title="Shuffle">
203
+ <svg viewBox="0 0 24 24">
204
+ <path d="M4 7h3l10 10h3M4 17h3l4-4"/>
205
+ <path d="M17 7h3l-3 3M20 14l-3 3"/>
206
+ </svg>
207
+ </div>
208
+ <div class="btn-ghost" title="Previous">
209
+ <svg viewBox="0 0 24 24">
210
+ <path d="M6 5v14M18 6l-9 6 9 6V6z"/>
211
+ </svg>
212
+ </div>
213
+ <div class="btn-main" title="Pause">
214
+ <svg viewBox="0 0 24 24" style="stroke:#000;">
215
+ <path d="M7 5h4v14H7zM13 5h4v14h-4z" fill="#000" stroke="none"></path>
216
+ </svg>
217
+ </div>
218
+ <div class="btn-ghost" title="Next">
219
+ <svg viewBox="0 0 24 24">
220
+ <path d="M18 5v14M6 6l9 6-9 6V6z"/>
221
+ </svg>
222
+ </div>
223
+ <div class="btn-ghost" title="Repeat">
224
+ <svg viewBox="0 0 24 24">
225
+ <path d="M4 10V7a3 3 0 013-3h11M18 7l-3-3M20 14v3a3 3 0 01-3 3H6M6 17l3 3"/>
226
+ </svg>
227
+ </div>
228
+ </div>
229
+
230
+ <!-- Tabs -->
231
+ <div class="tabs">
232
+ <div class="active">Up Next</div>
233
+ <div>Lyrics</div>
234
+ <div>Related</div>
235
+ </div>
236
+
237
+ <div class="home-indicator"></div>
238
+ </div>
239
+ </body>
240
+ </html>
code/4715/4715_0.html ADDED
@@ -0,0 +1,179 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Profile UI - Amee's Savory Dish</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #121212; color: #FFFFFF;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ position: absolute; top: 0; left: 0; width: 1080px; height: 120px;
17
+ background: #000000; color: #FFFFFF; display: flex; align-items: center; justify-content: space-between;
18
+ padding: 0 36px; box-sizing: border-box; font-size: 40px;
19
+ }
20
+ .status-left { display: flex; align-items: center; gap: 18px; }
21
+ .status-right { display: flex; align-items: center; gap: 22px; font-size: 36px; }
22
+ .sb-icon { width: 42px; height: 42px; }
23
+
24
+ /* Back button */
25
+ .back-btn {
26
+ position: absolute; top: 150px; left: 36px; width: 96px; height: 96px;
27
+ background: #707070; border-radius: 50%; display: flex; align-items: center; justify-content: center;
28
+ }
29
+ .back-btn svg { width: 46px; height: 46px; }
30
+
31
+ /* Large profile circle image */
32
+ .profile-circle {
33
+ position: absolute; top: 110px; left: -60px; width: 1200px; height: 1200px; border-radius: 50%;
34
+ background: #E0E0E0; border: 1px solid #BDBDBD; display: flex; align-items: center; justify-content: center;
35
+ color: #757575; font-size: 44px; letter-spacing: 0.2px; text-align: center;
36
+ }
37
+
38
+ /* Counters over image */
39
+ .counters {
40
+ position: absolute; top: 860px; left: 0; width: 1080px; display: flex; justify-content: space-between;
41
+ padding: 0 140px; box-sizing: border-box;
42
+ }
43
+ .counter {
44
+ display: flex; flex-direction: column; align-items: center; gap: 12px;
45
+ color: #FFFFFF;
46
+ }
47
+ .counter .num { font-size: 60px; font-weight: 700; }
48
+ .counter .label { font-size: 34px; opacity: 0.95; }
49
+
50
+ /* Info card */
51
+ .info-card {
52
+ position: absolute; top: 1040px; left: 0; width: 1080px;
53
+ background: #262626; border-top-left-radius: 36px; border-top-right-radius: 36px;
54
+ padding: 56px 40px 40px 40px; box-sizing: border-box;
55
+ }
56
+ .title-row {
57
+ display: flex; align-items: center; justify-content: space-between; gap: 24px;
58
+ }
59
+ .profile-name { font-size: 64px; font-weight: 800; letter-spacing: 0.4px; color: #FFFFFF; }
60
+ .unfollow-btn {
61
+ padding: 24px 34px; border: 2px solid #FFFFFF; border-radius: 50px; font-size: 36px; font-weight: 700; background: transparent; color: #FFFFFF;
62
+ }
63
+ .website { margin-top: 12px; font-size: 34px; color: #A4D0FF; }
64
+ .bio { margin-top: 36px; font-size: 38px; line-height: 1.4; color: #E6E6E6; }
65
+ .section-title { margin-top: 46px; font-size: 52px; font-weight: 800; color: #FFFFFF; }
66
+
67
+ /* Recipes grid */
68
+ .recipes-grid {
69
+ margin-top: 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 28px;
70
+ }
71
+ .recipe-card {
72
+ background: #1C1C1C; border-radius: 24px; padding: 18px; box-sizing: border-box; position: relative;
73
+ }
74
+ .recipe-image {
75
+ width: 100%; height: 420px; background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 18px;
76
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 34px; text-align: center;
77
+ }
78
+ .bookmark {
79
+ position: absolute; top: 26px; right: 26px; width: 64px; height: 64px; border-radius: 50%; background: rgba(0,0,0,0.35);
80
+ display: flex; align-items: center; justify-content: center;
81
+ }
82
+ .bookmark svg { width: 34px; height: 34px; }
83
+ .recipe-title {
84
+ margin-top: 16px; font-size: 38px; color: #FFFFFF;
85
+ }
86
+
87
+ /* Home indicator */
88
+ .home-indicator {
89
+ position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
90
+ width: 360px; height: 16px; border-radius: 16px; background: #FFFFFF; opacity: 0.75;
91
+ }
92
+ </style>
93
+ </head>
94
+ <body>
95
+ <div id="render-target">
96
+
97
+ <!-- Status bar -->
98
+ <div class="status-bar">
99
+ <div class="status-left">
100
+ <span>5:24</span>
101
+ </div>
102
+ <div class="status-right">
103
+ <!-- Simple status icons -->
104
+ <svg class="sb-icon" viewBox="0 0 24 24">
105
+ <circle cx="12" cy="12" r="10" fill="#fff" />
106
+ </svg>
107
+ <svg class="sb-icon" viewBox="0 0 24 24">
108
+ <path d="M3 17h18l-6-10-5 7-3-4-4 7z" fill="#fff"/>
109
+ </svg>
110
+ <svg class="sb-icon" viewBox="0 0 24 24">
111
+ <path d="M2 7h20v10H2z" fill="none" stroke="#fff" stroke-width="2"/>
112
+ <rect x="4" y="9" width="12" height="6" fill="#fff"/>
113
+ </svg>
114
+ <span>56%</span>
115
+ </div>
116
+ </div>
117
+
118
+ <!-- Back button -->
119
+ <div class="back-btn">
120
+ <svg viewBox="0 0 24 24">
121
+ <path d="M15 6l-6 6 6 6" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
122
+ </svg>
123
+ </div>
124
+
125
+ <!-- Large circular profile image -->
126
+ <div class="profile-circle">[IMG: Profile Photo]</div>
127
+
128
+ <!-- Counters -->
129
+ <div class="counters">
130
+ <div class="counter">
131
+ <div class="num">1</div>
132
+ <div class="label">Followers</div>
133
+ </div>
134
+ <div class="counter">
135
+ <div class="num">4</div>
136
+ <div class="label">Recipes</div>
137
+ </div>
138
+ </div>
139
+
140
+ <!-- Info card -->
141
+ <div class="info-card">
142
+ <div class="title-row">
143
+ <div class="profile-name">Amee's Savory Dish</div>
144
+ <button class="unfollow-btn">UNFOLLOW</button>
145
+ </div>
146
+ <div class="website">http://ameessavorydish.com/</div>
147
+ <div class="bio">
148
+ Healthy-ish recipes with the occasional treat. Food is my love language and fitness is my passion!
149
+ </div>
150
+
151
+ <div class="section-title">Recipes by Amee's Savory Dish</div>
152
+
153
+ <div class="recipes-grid">
154
+ <div class="recipe-card">
155
+ <div class="recipe-image">[IMG: Chocolate dessert with whipped cream]</div>
156
+ <div class="bookmark">
157
+ <svg viewBox="0 0 24 24">
158
+ <path d="M6 4h12v16l-6-4-6 4z" fill="none" stroke="#fff" stroke-width="2"/>
159
+ </svg>
160
+ </div>
161
+ <div class="recipe-title">Chocolate Tart</div>
162
+ </div>
163
+ <div class="recipe-card">
164
+ <div class="recipe-image">[IMG: Kale salad with dressing]</div>
165
+ <div class="bookmark">
166
+ <svg viewBox="0 0 24 24">
167
+ <path d="M6 4h12v16l-6-4-6 4z" fill="none" stroke="#fff" stroke-width="2"/>
168
+ </svg>
169
+ </div>
170
+ <div class="recipe-title">Kale & Feta Salad</div>
171
+ </div>
172
+ </div>
173
+ </div>
174
+
175
+ <!-- Home indicator -->
176
+ <div class="home-indicator"></div>
177
+ </div>
178
+ </body>
179
+ </html>
code/4715/4715_1.html ADDED
@@ -0,0 +1,195 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Profile Page Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: "Roboto", "SF Pro Text", Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #121212; color: #fff;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ position: absolute; top: 0; left: 0; width: 1080px; height: 120px;
17
+ background: #000; color: #fff;
18
+ }
19
+ .status-content { position: absolute; top: 30px; left: 36px; right: 36px; display: flex; align-items: center; justify-content: space-between; }
20
+ .status-time { font-size: 44px; letter-spacing: 0.5px; }
21
+ .status-icons { display: flex; align-items: center; gap: 28px; }
22
+ .icon { display: inline-flex; align-items: center; justify-content: center; }
23
+ .battery { display: inline-flex; align-items: center; gap: 12px; font-size: 36px; }
24
+
25
+ /* Hero */
26
+ .hero {
27
+ position: absolute; top: 120px; left: 0; width: 1080px; height: 900px;
28
+ }
29
+ .profile-circle {
30
+ position: absolute; width: 1500px; height: 1500px; border-radius: 50%;
31
+ left: -220px; top: -300px;
32
+ background: #E0E0E0; border: 1px solid #BDBDBD;
33
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 40px; font-weight: 500; text-align: center; padding: 20px;
34
+ }
35
+ .hero-gradient {
36
+ position: absolute; left: 0; bottom: 0; width: 100%; height: 280px;
37
+ background: linear-gradient(to top, rgba(18,18,18,0.9), rgba(18,18,18,0.0));
38
+ pointer-events: none;
39
+ }
40
+ .back-btn {
41
+ position: absolute; top: 140px; left: 36px; width: 96px; height: 96px; border-radius: 48px;
42
+ background: #7a7a7a; display: flex; align-items: center; justify-content: center;
43
+ }
44
+ .counts {
45
+ position: absolute; bottom: 24px; left: 80px; right: 80px;
46
+ display: flex; justify-content: space-between; align-items: center;
47
+ }
48
+ .metric {
49
+ text-align: center;
50
+ }
51
+ .metric .num { font-size: 64px; font-weight: 700; }
52
+ .metric .label { font-size: 32px; color: #e9e9e9; letter-spacing: 0.3px; }
53
+
54
+ /* Card below hero */
55
+ .card {
56
+ position: absolute; top: 960px; left: 24px; width: 1032px;
57
+ background: #262626; border-radius: 44px; padding: 48px;
58
+ box-sizing: border-box;
59
+ }
60
+ .card-header {
61
+ display: flex; align-items: center; justify-content: space-between; gap: 24px;
62
+ }
63
+ .title { font-size: 64px; font-weight: 700; line-height: 1.1; }
64
+ .link { font-size: 36px; color: #9bd3ff; margin-top: 16px; }
65
+ .follow-btn {
66
+ background: #fff; color: #111; padding: 24px 40px; border-radius: 50px; font-weight: 700; font-size: 36px;
67
+ box-shadow: 0 2px 0 rgba(0,0,0,0.15);
68
+ }
69
+ .desc { margin-top: 30px; font-size: 36px; line-height: 56px; color: #d6d6d6; }
70
+ .section-title { margin-top: 40px; font-size: 52px; font-weight: 800; }
71
+
72
+ /* Recipe grid */
73
+ .recipes {
74
+ margin-top: 24px;
75
+ display: grid; grid-template-columns: 1fr 1fr; gap: 36px;
76
+ }
77
+ .recipe-card {
78
+ position: relative; height: 420px; border-radius: 36px; overflow: hidden; background: #2f2f2f;
79
+ box-shadow: 0 8px 20px rgba(0,0,0,0.25);
80
+ }
81
+ .recipe-img {
82
+ position: absolute; inset: 0;
83
+ background: #E0E0E0; border: 1px solid #BDBDBD; color: #757575;
84
+ display: flex; align-items: center; justify-content: center; text-align: center; font-size: 34px; font-weight: 600; padding: 24px;
85
+ }
86
+ .bookmark {
87
+ position: absolute; top: 20px; right: 20px; width: 64px; height: 64px; border-radius: 32px; background: rgba(0,0,0,0.6);
88
+ display: flex; align-items: center; justify-content: center;
89
+ }
90
+
91
+ /* Home indicator */
92
+ .home-indicator {
93
+ position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%);
94
+ width: 360px; height: 12px; background: rgba(255,255,255,0.55); border-radius: 12px;
95
+ }
96
+ </style>
97
+ </head>
98
+ <body>
99
+ <div id="render-target">
100
+
101
+ <!-- Status Bar -->
102
+ <div class="status-bar">
103
+ <div class="status-content">
104
+ <div class="status-time">5:24</div>
105
+ <div class="status-icons">
106
+ <!-- Wi-Fi icon -->
107
+ <span class="icon">
108
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="#fff">
109
+ <path d="M12 18.5c.8 0 1.5.7 1.5 1.5S12.8 21.5 12 21.5 10.5 20.8 10.5 20s.7-1.5 1.5-1.5z"></path>
110
+ <path d="M4.9 13.6a10.5 10.5 0 0 1 14.2 0l-1.7 1.7a8 8 0 0 0-10.8 0l-1.7-1.7z"></path>
111
+ <path d="M2.1 9.8a14.2 14.2 0 0 1 19.8 0l-1.7 1.7a12 12 0 0 0-16.4 0l-1.7-1.7z"></path>
112
+ </svg>
113
+ </span>
114
+ <!-- Battery icon with percent -->
115
+ <span class="battery">
116
+ <svg width="60" height="32" viewBox="0 0 30 16" fill="none">
117
+ <rect x="1" y="3" width="24" height="10" rx="2" fill="#fff"></rect>
118
+ <rect x="3" y="5" width="16" height="6" rx="1" fill="#0f0"></rect>
119
+ <rect x="25" y="6" width="4" height="4" rx="1" fill="#fff"></rect>
120
+ </svg>
121
+ 56%
122
+ </span>
123
+ </div>
124
+ </div>
125
+ </div>
126
+
127
+ <!-- Hero area -->
128
+ <div class="hero">
129
+ <div class="profile-circle">[IMG: Profile photo]</div>
130
+ <div class="hero-gradient"></div>
131
+
132
+ <!-- Back button -->
133
+ <div class="back-btn">
134
+ <svg width="54" height="54" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round">
135
+ <path d="M15 18L9 12l6-6"></path>
136
+ </svg>
137
+ </div>
138
+
139
+ <!-- Counts -->
140
+ <div class="counts">
141
+ <div class="metric">
142
+ <div class="num">0</div>
143
+ <div class="label">Followers</div>
144
+ </div>
145
+ <div class="metric">
146
+ <div class="num">4</div>
147
+ <div class="label">Recipes</div>
148
+ </div>
149
+ </div>
150
+ </div>
151
+
152
+ <!-- Card content -->
153
+ <div class="card">
154
+ <div class="card-header">
155
+ <div style="flex:1 1 auto;">
156
+ <div class="title">Amee's Savory Dish</div>
157
+ <div class="link">http://ameessavorydish.com/</div>
158
+ </div>
159
+ <button class="follow-btn">FOLLOW</button>
160
+ </div>
161
+
162
+ <div class="desc">
163
+ Healthy-ish recipes with the occasional treat. Food is my love language and fitness is my passion!
164
+ </div>
165
+
166
+ <div class="section-title">Recipes by Amee's Savory Dish</div>
167
+
168
+ <div class="recipes">
169
+ <!-- Recipe card 1 -->
170
+ <div class="recipe-card">
171
+ <div class="recipe-img">[IMG: Chocolate dessert slice with mint and whipped cream]</div>
172
+ <div class="bookmark">
173
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#fff">
174
+ <path d="M6 3h12v18l-6-4-6 4V3z"></path>
175
+ </svg>
176
+ </div>
177
+ </div>
178
+
179
+ <!-- Recipe card 2 -->
180
+ <div class="recipe-card">
181
+ <div class="recipe-img">[IMG: Kale salad with dressing being poured]</div>
182
+ <div class="bookmark">
183
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#fff">
184
+ <path d="M6 3h12v18l-6-4-6 4V3z"></path>
185
+ </svg>
186
+ </div>
187
+ </div>
188
+ </div>
189
+ </div>
190
+
191
+ <!-- Home indicator -->
192
+ <div class="home-indicator"></div>
193
+ </div>
194
+ </body>
195
+ </html>
code/4717/4717_0.html ADDED
@@ -0,0 +1,203 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Feedback UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #ffffff;
13
+ }
14
+ /* Status bar */
15
+ .status-bar {
16
+ height: 100px;
17
+ padding: 0 36px;
18
+ display: flex;
19
+ align-items: center;
20
+ justify-content: space-between;
21
+ color: #2b2b2b;
22
+ font-size: 34px;
23
+ }
24
+ .status-icons { display: flex; gap: 24px; align-items: center; }
25
+ /* App bar */
26
+ .app-bar {
27
+ height: 120px;
28
+ display: flex;
29
+ align-items: center;
30
+ gap: 24px;
31
+ padding: 0 24px 0 24px;
32
+ border-bottom: 1px solid #e5e5e5;
33
+ }
34
+ .app-title {
35
+ font-size: 60px;
36
+ font-weight: 700;
37
+ color: #222;
38
+ }
39
+ .icon-btn { width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; }
40
+ /* Seller summary */
41
+ .seller-card {
42
+ display: flex;
43
+ align-items: center;
44
+ justify-content: space-between;
45
+ padding: 28px 32px;
46
+ background: #f6f6f6;
47
+ }
48
+ .seller-left { display: flex; align-items: center; gap: 28px; }
49
+ .avatar {
50
+ width: 120px; height: 120px; border-radius: 60px;
51
+ background: #E0E0E0; border: 1px solid #BDBDBD;
52
+ display: flex; align-items: center; justify-content: center;
53
+ color: #757575; font-size: 26px; text-align: center; padding: 8px;
54
+ }
55
+ .seller-info .name { font-size: 56px; font-weight: 800; color: #222; }
56
+ .seller-info .sub { font-size: 34px; color: #6a6a6a; margin-top: 6px; }
57
+ .heart-wrap {
58
+ width: 120px; height: 120px; border-radius: 60px;
59
+ background: #ffffff; border: 1px solid #e2e2e2;
60
+ display: flex; align-items: center; justify-content: center;
61
+ }
62
+ /* Sort/Filter row */
63
+ .filters-row {
64
+ padding: 26px 32px;
65
+ display: flex; justify-content: flex-end; align-items: center; gap: 40px;
66
+ border-bottom: 1px solid #e5e5e5;
67
+ }
68
+ .filter-link {
69
+ display: inline-flex; align-items: center; gap: 14px;
70
+ color: #1a73e8; font-size: 36px; font-weight: 600;
71
+ }
72
+ /* Feedback list */
73
+ .list { padding-bottom: 200px; }
74
+ .feedback-item { padding: 32px; }
75
+ .meta-row {
76
+ display: flex; align-items: center; gap: 18px;
77
+ color: #666; font-size: 34px;
78
+ }
79
+ .msg {
80
+ margin-top: 24px; font-size: 38px; line-height: 54px; color: #222;
81
+ }
82
+ .product-link {
83
+ margin-top: 24px; color: #3b79ff; font-size: 36px; text-decoration: underline;
84
+ }
85
+ .divider { height: 1px; background: #e5e5e5; margin: 30px 0; }
86
+ .results-count {
87
+ text-align: center; color: #777; font-size: 34px; padding: 18px 0;
88
+ border-top: 1px solid #eee;
89
+ }
90
+ /* Bottom nav */
91
+ .bottom-nav {
92
+ position: absolute; bottom: 0; left: 0; right: 0;
93
+ height: 180px; background: #f3f3f3; border-top: 1px solid #e0e0e0;
94
+ display: flex; align-items: center; justify-content: space-around;
95
+ }
96
+ .nav-item {
97
+ display: flex; flex-direction: column; align-items: center; gap: 14px;
98
+ color: #555; font-size: 30px;
99
+ }
100
+ .nav-item .ico { width: 64px; height: 64px; }
101
+ .nav-item.active { color: #1a73e8; }
102
+ .nav-item.active .home-bg {
103
+ width: 96px; height: 96px; border-radius: 28px; background: #e8f0fe;
104
+ display: flex; align-items: center; justify-content: center;
105
+ }
106
+ </style>
107
+ </head>
108
+ <body>
109
+ <div id="render-target">
110
+ <!-- Status bar -->
111
+ <div class="status-bar">
112
+ <div>3:48</div>
113
+ <div class="status-icons">
114
+ <!-- simple mail icon -->
115
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none"><path d="M3 5h18v14H3z" stroke="#555" stroke-width="2"/><path d="M3 6l9 6 9-6" stroke="#555" stroke-width="2"/></svg>
116
+ <!-- settings/gear simplified -->
117
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none"><circle cx="12" cy="12" r="4" stroke="#555" stroke-width="2"/><path d="M12 2v4M12 18v4M2 12h4M18 12h4M4.6 4.6l2.8 2.8M16.6 16.6l2.8 2.8M19.4 4.6l-2.8 2.8M7.4 16.6l-2.8 2.8" stroke="#555" stroke-width="2"/></svg>
118
+ <!-- signal + battery simplified -->
119
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none"><path d="M2 18h2v2H2zM6 14h2v6H6zM10 10h2v10h-2zM14 6h2v14h-2z" fill="#555"/></svg>
120
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none"><rect x="2" y="6" width="18" height="12" rx="2" stroke="#555" stroke-width="2"/><rect x="4" y="8" width="14" height="8" fill="#555"/></svg>
121
+ </div>
122
+ </div>
123
+
124
+ <!-- App bar -->
125
+ <div class="app-bar">
126
+ <div class="icon-btn">
127
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="none"><path d="M15 18l-6-6 6-6" stroke="#222" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>
128
+ </div>
129
+ <div class="app-title">Feedback</div>
130
+ </div>
131
+
132
+ <!-- Seller summary -->
133
+ <div class="seller-card">
134
+ <div class="seller-left">
135
+ <div class="avatar">[IMG: Seller Logo]</div>
136
+ <div class="seller-info">
137
+ <div class="name">Peek And Buy</div>
138
+ <div class="sub">99.1% positive feedback</div>
139
+ </div>
140
+ </div>
141
+ <div class="heart-wrap">
142
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="none">
143
+ <path d="M12 20s-7.5-4.9-7.5-10C4.5 7 6 5.5 8 5.5c1.6 0 3 .9 4 2.2 1-1.3 2.4-2.2 4-2.2 2 0 3.5 1.5 3.5 4.5 0 5.1-7.5 10-7.5 10z" stroke="#222" stroke-width="2" fill="none"/>
144
+ </svg>
145
+ </div>
146
+ </div>
147
+
148
+ <!-- Sort / Filter -->
149
+ <div class="filters-row">
150
+ <div class="filter-link">
151
+ <span>Sort</span>
152
+ <svg width="30" height="30" viewBox="0 0 24 24" fill="none">
153
+ <path d="M8 5l-3 3h6l-3-3zM16 19l3-3h-6l3 3z" fill="#1a73e8"/>
154
+ </svg>
155
+ </div>
156
+ <div class="filter-link">
157
+ <span>Filter</span>
158
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none">
159
+ <path d="M3 5h18l-7 8v6l-4-2v-4L3 5z" stroke="#1a73e8" stroke-width="2" fill="none"/>
160
+ </svg>
161
+ </div>
162
+ </div>
163
+
164
+ <!-- Feedback list -->
165
+ <div class="list">
166
+ <div class="feedback-item">
167
+ <div class="meta-row">
168
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
169
+ <circle cx="12" cy="12" r="10" fill="#14A44D"/>
170
+ <path d="M12 6v12M6 12h12" stroke="#fff" stroke-width="2"/>
171
+ </svg>
172
+ <span>i***i (240) • Past month</span>
173
+ </div>
174
+ <div class="msg">
175
+ This is seller eBay can be proud of. Description and photos fully and accurately represent the item. Perfectly packaged and a good price for a good item. THAN YOU. I am very pleased.
176
+ </div>
177
+ <div class="product-link">KEEN Versatrail Hiking Outdoor Shoes Womens Size 8.5 US ...</div>
178
+ <div class="divider"></div>
179
+ </div>
180
+
181
+ <div class="feedback-item">
182
+ <div class="meta-row">
183
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
184
+ <circle cx="12" cy="12" r="10" fill="#14A44D"/>
185
+ <path d="M12 6v12M6 12h12" stroke="#fff" stroke-width="2"/>
186
+ </svg>
187
+ <span>5***u (674) • Past month</span>
188
+ </div>
189
+ <div class="msg">
190
+ The item arrived early and was packed well. They are both very comfortable and exactly as described. Great seller and would buy again. A ++++
191
+ </div>
192
+ <div class="product-link">Women's 9 M Vionic Jessie Gray Water Resistant Suede Lea...</div>
193
+ <div class="divider"></div>
194
+ </div>
195
+
196
+ <div class="feedback-item">
197
+ <div class="meta-row">
198
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
199
+ <circle cx="12" cy="12" r="10" fill="#14A44D"/>
200
+ <path d="M12 6v12M6 12h12" stroke="#fff" stroke-width="2"/>
201
+ </svg>
202
+ <span>v***a (118) • Past 6 months</span>
203
+
code/4717/4717_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>Item - Feedback</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #FFFFFF;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ height: 110px;
17
+ padding: 0 36px;
18
+ display: flex;
19
+ align-items: center;
20
+ justify-content: space-between;
21
+ color: #3C3C3C;
22
+ font-size: 38px;
23
+ }
24
+ .status-icons { display: flex; align-items: center; gap: 28px; }
25
+
26
+ /* App bar */
27
+ .app-bar {
28
+ height: 180px;
29
+ padding: 0 32px;
30
+ display: flex;
31
+ align-items: center;
32
+ border-bottom: 1px solid #E6E6E6;
33
+ }
34
+ .back { width: 80px; height: 80px; display: flex; align-items: center; justify-content: center; }
35
+ .app-title { font-size: 56px; font-weight: 600; color: #222; margin-left: 12px; }
36
+ .actions { margin-left: auto; display: flex; align-items: center; gap: 22px; }
37
+ .circle-icon {
38
+ width: 96px; height: 96px;
39
+ border-radius: 50%;
40
+ background: #F5F5F7;
41
+ border: 1px solid #DADADA;
42
+ display: flex; align-items: center; justify-content: center;
43
+ }
44
+ .circle-icon svg { width: 48px; height: 48px; }
45
+
46
+ /* Content */
47
+ .content { padding: 24px 32px 260px; }
48
+ .review {
49
+ padding: 28px 0;
50
+ border-bottom: 1px solid #E8E8E8;
51
+ }
52
+ .meta-row {
53
+ display: flex; align-items: center; gap: 16px;
54
+ font-size: 30px; color: #666;
55
+ margin-bottom: 18px;
56
+ }
57
+ .meta-row .user {
58
+ color: #444;
59
+ }
60
+ .green-plus {
61
+ width: 40px; height: 40px; border-radius: 50%;
62
+ background: #17AE48;
63
+ display: flex; align-items: center; justify-content: center;
64
+ }
65
+ .green-plus svg { width: 28px; height: 28px; }
66
+ .review p {
67
+ font-size: 36px; line-height: 1.35; color: #222; margin: 0 0 18px 56px;
68
+ }
69
+ .review a {
70
+ margin-left: 56px;
71
+ font-size: 34px; color: #1a73e8; text-decoration: underline;
72
+ }
73
+
74
+ /* See all feedback button */
75
+ .see-feedback {
76
+ width: 960px; height: 120px;
77
+ margin: 52px auto;
78
+ border: 3px solid #2F6EF7;
79
+ border-radius: 60px;
80
+ display: flex; align-items: center; justify-content: center;
81
+ color: #2F6EF7; font-size: 40px; font-weight: 600;
82
+ background: #FFFFFF;
83
+ }
84
+
85
+ /* Related section */
86
+ .related { padding: 30px 32px; border-top: 1px solid #EAEAEA; }
87
+ .related-header {
88
+ display: flex; align-items: center; gap: 22px; margin-bottom: 22px;
89
+ }
90
+ .thumbs {
91
+ width: 140px; height: 90px;
92
+ background: #E0E0E0; border: 1px solid #BDBDBD;
93
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 24px;
94
+ }
95
+ .related h2 { font-size: 48px; margin: 0; color: #222; font-weight: 700; }
96
+ .related-grid {
97
+ display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 18px;
98
+ }
99
+ .img-ph {
100
+ height: 220px; background: #E0E0E0; border: 1px solid #BDBDBD;
101
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 28px;
102
+ border-radius: 8px;
103
+ }
104
+
105
+ /* Bottom navigation */
106
+ .bottom-nav {
107
+ position: absolute; left: 0; bottom: 0;
108
+ width: 1080px; height: 200px;
109
+ background: #F7F7F8;
110
+ border-top: 1px solid #E0E0E0;
111
+ display: flex; align-items: center; justify-content: space-around;
112
+ }
113
+ .nav-item { width: 180px; display: flex; flex-direction: column; align-items: center; gap: 12px; color: #666; font-size: 28px; }
114
+ .nav-item svg { width: 52px; height: 52px; }
115
+ .selected .icon-wrap {
116
+ width: 92px; height: 92px; border-radius: 50%; background: #E8F0FE;
117
+ display: flex; align-items: center; justify-content: center;
118
+ }
119
+ .selected { color: #2F6EF7; }
120
+ .home-indicator {
121
+ position: absolute; left: 50%; transform: translateX(-50%);
122
+ bottom: 10px; width: 240px; height: 10px; border-radius: 8px; background: #CFCFCF;
123
+ }
124
+ </style>
125
+ </head>
126
+ <body>
127
+ <div id="render-target">
128
+
129
+ <!-- Status Bar -->
130
+ <div class="status-bar">
131
+ <div>3:49</div>
132
+ <div class="status-icons">
133
+ <!-- Mail icon -->
134
+ <svg viewBox="0 0 24 24" width="44" height="44" fill="#6B6B6B">
135
+ <path d="M3 5h18v14H3V5zm2 2v10h14V7l-7 4-7-4z"/>
136
+ </svg>
137
+ <!-- Gear icon -->
138
+ <svg viewBox="0 0 24 24" width="44" height="44" fill="#6B6B6B">
139
+ <path d="M12 8a4 4 0 110 8 4 4 0 010-8zm9 4l-2 .5a7.9 7.9 0 00-.7 1.7l1.3 1.6-1.4 1.4-1.6-1.3a7.9 7.9 0 00-1.7.7L14 21h-2l-.5-2a7.9 7.9 0 00-1.7-.7l-1.6 1.3-1.4-1.4 1.3-1.6a7.9 7.9 0 00-.7-1.7L3 12v-2l2-.5c.2-.6.4-1.2.7-1.7L4.4 6.2 5.8 4.8 7.4 6.1c.5-.3 1.1-.6 1.7-.7L10 3h2l.5 2c.6.2 1.2.4 1.7.7l1.6-1.3 1.4 1.4-1.3 1.6c.3.5.6 1.1.7 1.7l2 .5v2z"/>
140
+ </svg>
141
+ <!-- Signal + battery -->
142
+ <svg viewBox="0 0 24 24" width="44" height="44" fill="#6B6B6B">
143
+ <path d="M2 18h2v2H2v-2zm4-4h2v6H6v-6zm4-4h2v10h-2V10zm4-4h2v14h-2V6zM20 8h2v8h-2V8z"/>
144
+ </svg>
145
+ <svg viewBox="0 0 24 24" width="44" height="44" fill="#6B6B6B">
146
+ <path d="M16 6h3l1 2h2v8h-2l-1 2h-3V6zM2 7h12v10H2V7z"/>
147
+ </svg>
148
+ </div>
149
+ </div>
150
+
151
+ <!-- App Bar -->
152
+ <div class="app-bar">
153
+ <div class="back">
154
+ <svg viewBox="0 0 24 24" fill="#333">
155
+ <path d="M15.5 5l-7 7 7 7-1.5 1.5L5.5 12 14 3.5 15.5 5z"/>
156
+ </svg>
157
+ </div>
158
+ <div class="app-title">Item</div>
159
+ <div class="actions">
160
+ <div class="circle-icon">
161
+ <svg viewBox="0 0 24 24" fill="#333">
162
+ <path d="M10 4a6 6 0 105.2 9.3l3.7 3.7-1.4 1.4-3.7-3.7A6 6 0 1010 4zm0 10a4 4 0 110-8 4 4 0 010 8z"/>
163
+ </svg>
164
+ </div>
165
+ <div class="circle-icon">
166
+ <svg viewBox="0 0 24 24" fill="#333">
167
+ <path d="M7 6h12l-1.6 7.2A2 2 0 0115.4 15H9.1l-1 4H6l1.2-5.2L5 7H3V6h4zM17 19a2 2 0 100-4 2 2 0 000 4zm-8 0a2 2 0 100-4 2 2 0 000 4z"/>
168
+ </svg>
169
+ </div>
170
+ <div class="circle-icon">
171
+ <svg viewBox="0 0 24 24" fill="#333">
172
+ <path d="M18 8a3 3 0 11-2.8 4H10.8a3 3 0 11-5.6-2h5.6A3 3 0 0118 8zm-10 8a3 3 0 100-6 3 3 0 000 6zm10-10a3 3 0 100-6 3 3 0 000 6z"/>
173
+ </svg>
174
+ </div>
175
+ <div class="circle-icon">
176
+ <svg viewBox="0 0 24 24" fill="#333">
177
+ <circle cx="12" cy="5" r="2.2"></circle>
178
+ <circle cx="12" cy="12" r="2.2"></circle>
179
+ <circle cx="12" cy="19" r="2.2"></circle>
180
+ </svg>
181
+ </div>
182
+ </div>
183
+ </div>
184
+
185
+ <!-- Content -->
186
+ <div class="content">
187
+
188
+ <!-- Review 1 -->
189
+ <div class="review">
190
+ <div class="meta-row">
191
+ <div class="green-plus">
192
+ <svg viewBox="0 0 24 24" fill="#fff">
193
+ <path d="M11 5h2v6h6v2h-6v6h-2v-6H5v-2h6V5z"/>
194
+ </svg>
195
+ </div>
196
+ <div class="user">i***i (239)</div>
197
+ <div>• Past month</div>
198
+ </div>
199
+ <p>This is seller eBay can be proud of. Description and photos fully and accurately represent the item. Perfectly packaged and a good price for a good item. THANK YOU. I am very pleased.</p>
200
+ <a href="#">KEEN Versatrail Hiking Outdoor Shoes Womens Size 8....</a>
201
+ </div>
202
+
203
+ <!-- Review 2 -->
204
+ <div class="review">
205
+ <div class="meta-row">
206
+ <div class="green-plus">
207
+ <svg viewBox="0 0 24 24" fill="#fff">
208
+ <path d="M11 5h2v6h6v2h-6v6h-2v-6H5v-2h6V5z"/>
209
+ </svg>
210
+ </div>
211
+ <div class="user">5***u (674)</div>
212
+ <div>• Past month</div>
213
+ </div>
214
+ <p>The item arrived early and was packed well. They are both very comfortable and exactly as described. Great seller and would buy again. A ++++</p>
215
+ <a href="#">Women's 9 M Vionic Jessie Gray Water Resistant Sued...</a>
216
+ </div>
217
+
218
+ <!-- Review 3 -->
219
+ <div class="review">
220
+ <div class="meta-row">
221
+ <div class="green-plus">
222
+ <svg viewBox="0 0 24 24" fill="#fff">
223
+ <path d="M11 5h2v6h6v2h-6v6h-2v-6H5v-2h6V5z"/>
224
+ </svg>
225
+ </div>
226
+ <div class="user">v***a (118)</div>
227
+ <div>• Past 6 months</div>
228
+ </div>
229
+ <p>AAAA+++ on communication and shipping. I absolutely love my Wilson leather backpack. This is going to make it much easier than carrying a purse after I have my left knee replaced this coming Tuesday.</p>
230
+ <a href="#">WILSON LEATHER Black Rivet Convertible Backpack S...</a>
231
+ </div>
232
+
233
+ <div class="see-feedback">See all feedback</div>
234
+
235
+ <div class="related">
236
+ <div class="related-header">
237
+ <div class="thumbs">[IMG: Assorted tops]</div>
238
+ <h2>Shop related items</h2>
239
+ </div>
240
+ <div class="related-grid">
241
+ <div class="img-ph">[IMG: Related item 1]</div>
242
+ <div class="img-ph">[IMG: Related item 2]</div>
243
+ <div class="img-ph">[IMG: Related item 3]</div>
244
+ </div>
245
+ </div>
246
+
247
+ </div>
248
+
249
+ <!-- Bottom navigation -->
250
+ <div class="bottom-nav">
251
+ <div class="nav-item">
252
+ <svg viewBox="0 0 24 24" fill="#666">
253
+ <path d="M12 4l9 8h-3v8h-4v-5H10v5H6v-8H3l9-8z"/>
254
+ </svg>
255
+ <div>Home</div>
256
+ </div>
257
+ <div class="nav-item">
258
+ <svg viewBox="0 0 24 24" fill="#666">
259
+ <path d="M12 12a5 5 0 100-10 5 5 0 000 10zm-7 8c0-4 3-7 7-7s7 3 7 7H5z"/>
260
+ </svg>
261
+ <div>My eBay</div>
262
+ </div>
263
+ <div class="nav-item selected">
264
+ <div class="icon-wrap">
265
+ <svg viewBox="0 0 24 24" fill="#2F6EF7">
266
+ <path d="M10 4a6 6 0 105.2 9.3l3.7 3.7-1.4 1.4-3.7-3.7A6 6 0 1010 4zm0 10a4 4 0 110-8 4 4 0 010 8z"/>
267
+ </svg>
268
+ </div>
269
+ <div>Search</div>
270
+ </div>
271
+ <div class="nav-item">
272
+ <svg viewBox="0 0 24 24" fill="#666">
273
+ <path d="M12 2l7 6v12H5V8l7-6zm0 3.3L7 8h10l-5-2.7z"/>
274
+ </svg>
275
+ <div>Inbox</div>
276
+ </div>
277
+ <div class="nav-item">
278
+ <svg viewBox="0 0 24 24" fill="#666">
279
+ <path d="M7 4h10l2 4-7 12-7-12 2-4zm3.5 4a1.5 1.5 0 100 3 1.5 1.5 0 000-3z"/>
280
+ </svg>
281
+ <div>Selling</div>
282
+ </div>
283
+ </div>
284
+ <div class="home-indicator"></div>
285
+
286
+ </div>
287
+ </body>
288
+ </html>
code/4717/4717_2.html ADDED
@@ -0,0 +1,316 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1">
6
+ <title>New Balance Shoes - Listing</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
+ border-radius: 28px;
14
+ box-shadow: 0 10px 30px rgba(0,0,0,0.08);
15
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
16
+ color: #111;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ height: 110px;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ padding: 0 36px;
26
+ font-size: 34px;
27
+ color: #333;
28
+ }
29
+ .status-icons { display: flex; align-items: center; gap: 22px; }
30
+ .sb-icon svg { width: 38px; height: 38px; stroke: #555; }
31
+
32
+ /* Header */
33
+ .header {
34
+ height: 160px;
35
+ display: flex;
36
+ align-items: center;
37
+ padding: 0 28px;
38
+ border-bottom: 1px solid #eee;
39
+ gap: 24px;
40
+ }
41
+ .icon-btn {
42
+ width: 88px; height: 88px;
43
+ border: none; background: transparent; border-radius: 44px;
44
+ display: flex; align-items: center; justify-content: center;
45
+ }
46
+ .icon-circle {
47
+ width: 96px; height: 96px;
48
+ border-radius: 48px;
49
+ background: #F1F3F5;
50
+ border: 1px solid #E5E7EB;
51
+ display: flex; align-items: center; justify-content: center;
52
+ }
53
+ .title {
54
+ flex: 1;
55
+ font-size: 48px;
56
+ font-weight: 700;
57
+ white-space: nowrap;
58
+ overflow: hidden;
59
+ text-overflow: ellipsis;
60
+ }
61
+
62
+ /* Action row */
63
+ .action-row {
64
+ display: flex; align-items: center; justify-content: space-between;
65
+ padding: 22px 32px 28px 32px;
66
+ }
67
+ .save-search {
68
+ display: inline-flex; align-items: center; gap: 16px;
69
+ color: #1967D2; font-size: 36px; font-weight: 600;
70
+ }
71
+ .save-search svg { width: 40px; height: 40px; stroke: #1967D2; }
72
+ .sort-link {
73
+ color: #1967D2; font-size: 36px; font-weight: 600;
74
+ }
75
+
76
+ /* List cards */
77
+ .list { padding: 0 16px; }
78
+ .card {
79
+ display: flex;
80
+ gap: 24px;
81
+ padding: 24px;
82
+ background: #F9FAFB;
83
+ border: 1px solid #E6E6E6;
84
+ border-radius: 18px;
85
+ margin-bottom: 22px;
86
+ }
87
+ .img-wrap {
88
+ position: relative;
89
+ width: 320px; height: 260px;
90
+ border-radius: 22px;
91
+ overflow: hidden;
92
+ }
93
+ .img-ph {
94
+ width: 100%; height: 100%;
95
+ background: #E0E0E0;
96
+ border: 1px solid #BDBDBD;
97
+ display: flex; align-items: center; justify-content: center;
98
+ color: #757575; font-size: 28px; text-align: center; padding: 10px;
99
+ }
100
+ .fav-badge {
101
+ position: absolute;
102
+ right: 12px; top: 12px;
103
+ width: 86px; height: 86px; border-radius: 43px;
104
+ background: #FFFFFF; border: 1px solid #E5E5E5;
105
+ display: flex; align-items: center; justify-content: center;
106
+ box-shadow: 0 2px 6px rgba(0,0,0,0.06);
107
+ }
108
+ .fav-badge svg { width: 44px; height: 44px; stroke: #333; }
109
+
110
+ .details { flex: 1; }
111
+ .item-title {
112
+ font-size: 36px; line-height: 44px; font-weight: 700; color: #111;
113
+ margin-bottom: 12px;
114
+ }
115
+ .subtle { color: #6B7280; font-size: 32px; margin-bottom: 14px; }
116
+ .price {
117
+ font-size: 50px; font-weight: 800; margin-bottom: 6px;
118
+ }
119
+ .offer { color: #6B7280; font-size: 28px; }
120
+ .sponsored { color: #9CA3AF; font-size: 26px; margin-top: 16px; }
121
+
122
+ .divider { height: 2px; background: #EEEEEE; margin: 6px 0 18px; }
123
+
124
+ /* Results bar */
125
+ .results-bar {
126
+ margin-top: 10px;
127
+ height: 96px; display: flex; align-items: center; justify-content: center;
128
+ color: #333; font-size: 34px;
129
+ }
130
+
131
+ /* Bottom nav */
132
+ .tabbar {
133
+ position: absolute; bottom: 40px; left: 0; right: 0;
134
+ height: 220px; border-top: 1px solid #EEEEEE; background: #FFFFFF;
135
+ display: flex; align-items: center; justify-content: space-around;
136
+ padding: 14px 0 0 0;
137
+ }
138
+ .tab {
139
+ width: 20%;
140
+ display: flex; flex-direction: column; align-items: center; gap: 14px;
141
+ font-size: 28px; color: #555;
142
+ }
143
+ .tab svg { width: 52px; height: 52px; stroke: #555; }
144
+ .tab.active { color: #1967D2; font-weight: 700; }
145
+ .tab.active .icon-bg {
146
+ width: 86px; height: 86px; border-radius: 43px; background: #E6F0FF;
147
+ display: flex; align-items: center; justify-content: center;
148
+ }
149
+ .tab.active svg { stroke: #1967D2; }
150
+
151
+ /* Home indicator */
152
+ .home-indicator {
153
+ position: absolute; bottom: 16px; left: 50%;
154
+ transform: translateX(-50%);
155
+ width: 360px; height: 14px; border-radius: 7px;
156
+ background: #CFCFCF;
157
+ }
158
+ </style>
159
+ </head>
160
+ <body>
161
+ <div id="render-target">
162
+
163
+ <!-- Status Bar -->
164
+ <div class="status-bar">
165
+ <div class="time">3:49</div>
166
+ <div class="status-icons">
167
+ <span class="sb-icon">
168
+ <svg viewBox="0 0 48 48" fill="none">
169
+ <path d="M6 12h36v24H6z" stroke-width="3"/>
170
+ <path d="M6 12l18 14L42 12" stroke-width="3"/>
171
+ </svg>
172
+ </span>
173
+ <span class="sb-icon">
174
+ <svg viewBox="0 0 48 48" fill="none">
175
+ <circle cx="24" cy="24" r="14" stroke-width="3"/>
176
+ <path d="M24 10v4M24 34v4M10 24h4M34 24h4" stroke-width="3"/>
177
+ </svg>
178
+ </span>
179
+ </div>
180
+ </div>
181
+
182
+ <!-- Header -->
183
+ <div class="header">
184
+ <button class="icon-btn" aria-label="Back">
185
+ <svg viewBox="0 0 48 48" fill="none">
186
+ <path d="M30 8L14 24l16 16" stroke="#111" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
187
+ </svg>
188
+ </button>
189
+ <div class="title">New Balance Shoe...</div>
190
+ <div class="icon-circle" aria-label="Search">
191
+ <svg viewBox="0 0 48 48" fill="none">
192
+ <circle cx="22" cy="22" r="12" stroke="#111" stroke-width="3"/>
193
+ <path d="M33 33l9 9" stroke="#111" stroke-width="3" stroke-linecap="round"/>
194
+ </svg>
195
+ </div>
196
+ </div>
197
+
198
+ <!-- Action Row -->
199
+ <div class="action-row">
200
+ <div class="save-search">
201
+ <svg viewBox="0 0 48 48" fill="none">
202
+ <path d="M24 41l-3-3C14 33 9 29 9 22a11 11 0 0118-7 11 11 0 0118 7c0 7-5 11-12 16l-3 3z" stroke-width="3"/>
203
+ </svg>
204
+ <span>Save this search</span>
205
+ </div>
206
+ <div class="sort-link">Sort</div>
207
+ </div>
208
+
209
+ <!-- List -->
210
+ <div class="list">
211
+ <!-- Card 1 -->
212
+ <div class="card">
213
+ <div class="img-wrap">
214
+ <div class="img-ph">[IMG: New Balance shoe photo]</div>
215
+ <div class="fav-badge" aria-hidden="true">
216
+ <svg viewBox="0 0 48 48" fill="none">
217
+ <path d="M24 41l-3-3C14 33 9 29 9 22a11 11 0 0118-7 11 11 0 0118 7c0 7-5 11-12 16l-3 3z" stroke-width="3"/>
218
+ </svg>
219
+ </div>
220
+ </div>
221
+ <div class="details">
222
+ <div class="item-title">Women's 7.5 B M New Balance Shoes For Crews Slip-Resistant 510v3 Shoes Sneakers</div>
223
+ <div class="subtle">Pre-Owned</div>
224
+ <div class="price">£38.57</div>
225
+ <div class="offer">or Best Offer • +£32.58 shipping from United States</div>
226
+ <div class="sponsored">Sponsored</div>
227
+ </div>
228
+ </div>
229
+ <div class="divider"></div>
230
+
231
+ <!-- Card 2 -->
232
+ <div class="card">
233
+ <div class="img-wrap">
234
+ <div class="img-ph">[IMG: New Balance shoe photo]</div>
235
+ <div class="fav-badge" aria-hidden="true">
236
+ <svg viewBox="0 0 48 48" fill="none">
237
+ <path d="M24 41l-3-3C14 33 9 29 9 22a11 11 0 0118-7 11 11 0 0118 7c0 7-5 11-12 16l-3 3z" stroke-width="3"/>
238
+ </svg>
239
+ </div>
240
+ </div>
241
+ <div class="details">
242
+ <div class="item-title">New Balance Women's Shoes For Crews 510v3 Shoes Teal WID510L3 Size US 9</div>
243
+ <div class="subtle">Pre-Owned</div>
244
+ <div class="price">£44.49</div>
245
+ <div class="offer">or Best Offer • +£34.71 shipping from United States</div>
246
+ <div class="sponsored">Sponsored</div>
247
+ </div>
248
+ </div>
249
+ <div class="divider"></div>
250
+
251
+ <!-- Card 3 -->
252
+ <div class="card">
253
+ <div class="img-wrap">
254
+ <div class="img-ph">[IMG: New Balance shoe photo]</div>
255
+ <div class="fav-badge" aria-hidden="true">
256
+ <svg viewBox="0 0 48 48" fill="none">
257
+ <path d="M24 41l-3-3C14 33 9 29 9 22a11 11 0 0118-7 11 11 0 0118 7c0 7-5 11-12 16l-3 3z" stroke-width="3"/>
258
+ </svg>
259
+ </div>
260
+ </div>
261
+ <div class="details">
262
+ <div class="item-title">New Balance Women's Shoes For Crews 510v3 Shoes JQ2 Teal WID510L3 Size US 8***</div>
263
+ <div class="subtle">Pre-Owned</div>
264
+ <div class="price">£34.61</div>
265
+ <div class="offer">or Best Offer • +£35.05 shipping</div>
266
+ <div class="sponsored">Sponsored</div>
267
+ </div>
268
+ </div>
269
+ </div>
270
+
271
+ <!-- Results counter -->
272
+ <div class="results-bar">252 results</div>
273
+
274
+ <!-- Bottom navigation -->
275
+ <div class="tabbar">
276
+ <div class="tab">
277
+ <svg viewBox="0 0 48 48" fill="none">
278
+ <path d="M8 22l16-12 16 12v16H28V28H20v10H8z" stroke-width="3"/>
279
+ </svg>
280
+ <div>Home</div>
281
+ </div>
282
+ <div class="tab">
283
+ <svg viewBox="0 0 48 48" fill="none">
284
+ <circle cx="24" cy="16" r="8" stroke-width="3"/>
285
+ <path d="M8 40c4-8 12-12 16-12s12 4 16 12" stroke-width="3"/>
286
+ </svg>
287
+ <div>My eBay</div>
288
+ </div>
289
+ <div class="tab active">
290
+ <div class="icon-bg">
291
+ <svg viewBox="0 0 48 48" fill="none">
292
+ <circle cx="22" cy="22" r="12" stroke-width="3"/>
293
+ <path d="M33 33l9 9" stroke-width="3" stroke-linecap="round"/>
294
+ </svg>
295
+ </div>
296
+ <div>Search</div>
297
+ </div>
298
+ <div class="tab">
299
+ <svg viewBox="0 0 48 48" fill="none">
300
+ <path d="M24 8c8 0 14 6 14 14v8l4 6H6l4-6v-8c0-8 6-14 14-14z" stroke-width="3"/>
301
+ </svg>
302
+ <div>Inbox</div>
303
+ </div>
304
+ <div class="tab">
305
+ <svg viewBox="0 0 48 48" fill="none">
306
+ <path d="M10 14l22-6 6 22-22 6-6-22z" stroke-width="3"/>
307
+ <circle cx="30" cy="18" r="3" stroke-width="2"/>
308
+ </svg>
309
+ <div>Selling</div>
310
+ </div>
311
+ </div>
312
+
313
+ <div class="home-indicator"></div>
314
+ </div>
315
+ </body>
316
+ </html>
code/4717/4717_3.html ADDED
@@ -0,0 +1,437 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Filter Overlay UI</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
13
+ }
14
+ #render-target {
15
+ width: 1080px;
16
+ height: 2400px;
17
+ position: relative;
18
+ overflow: hidden;
19
+ background: #f5f5f7;
20
+ border-radius: 0;
21
+ box-shadow: none;
22
+ color: #111;
23
+ }
24
+
25
+ /* Status bar */
26
+ .status-bar {
27
+ position: absolute;
28
+ top: 0;
29
+ left: 0;
30
+ height: 95px;
31
+ width: 100%;
32
+ background: #ffffff;
33
+ display: flex;
34
+ align-items: center;
35
+ padding: 0 36px;
36
+ box-sizing: border-box;
37
+ border-bottom: 1px solid #eee;
38
+ }
39
+ .status-left {
40
+ font-size: 38px;
41
+ font-weight: 600;
42
+ color: #111;
43
+ }
44
+ .status-right {
45
+ margin-left: auto;
46
+ display: flex;
47
+ gap: 24px;
48
+ align-items: center;
49
+ }
50
+ .status-dot {
51
+ width: 22px;
52
+ height: 22px;
53
+ border-radius: 50%;
54
+ background: #777;
55
+ }
56
+ .status-icon {
57
+ width: 32px;
58
+ height: 32px;
59
+ border-radius: 6px;
60
+ background: #999;
61
+ }
62
+
63
+ /* Background listings (behind sheet) */
64
+ .content-bg {
65
+ position: absolute;
66
+ top: 95px;
67
+ left: 0;
68
+ right: 0;
69
+ bottom: 0;
70
+ padding: 28px;
71
+ box-sizing: border-box;
72
+ }
73
+ .bg-header {
74
+ display: flex;
75
+ align-items: center;
76
+ gap: 24px;
77
+ margin-bottom: 24px;
78
+ }
79
+ .back-icon {
80
+ width: 56px;
81
+ height: 56px;
82
+ border-radius: 28px;
83
+ border: 1px solid #d0d0d0;
84
+ display: flex;
85
+ align-items: center;
86
+ justify-content: center;
87
+ background: #fff;
88
+ }
89
+ .bg-title {
90
+ font-size: 44px;
91
+ font-weight: 700;
92
+ }
93
+ .bg-save {
94
+ margin-left: auto;
95
+ font-size: 36px;
96
+ color: #2962ff;
97
+ }
98
+ .listing-card {
99
+ width: 960px;
100
+ background: #fff;
101
+ border-radius: 28px;
102
+ box-shadow: 0 2px 6px rgba(0,0,0,0.06);
103
+ border: 1px solid #e6e6e6;
104
+ overflow: hidden;
105
+ display: flex;
106
+ margin-bottom: 32px;
107
+ }
108
+ .listing-img {
109
+ width: 320px;
110
+ height: 240px;
111
+ background: #E0E0E0;
112
+ border-right: 1px solid #BDBDBD;
113
+ display: flex;
114
+ align-items: center;
115
+ justify-content: center;
116
+ color: #757575;
117
+ }
118
+ .listing-info {
119
+ flex: 1;
120
+ padding: 24px;
121
+ color: #555;
122
+ }
123
+
124
+ /* Filter sheet */
125
+ .filter-sheet {
126
+ position: absolute;
127
+ top: 95px;
128
+ right: 0;
129
+ width: 900px;
130
+ height: 2080px;
131
+ background: #ffffff;
132
+ border-radius: 28px 0 0 28px;
133
+ box-shadow: -8px 0 24px rgba(0,0,0,0.15);
134
+ border-left: 1px solid #eaeaea;
135
+ display: flex;
136
+ flex-direction: column;
137
+ }
138
+ .sheet-header {
139
+ position: sticky;
140
+ top: 0;
141
+ background: #fff;
142
+ padding: 28px 32px 20px 32px;
143
+ border-bottom: 1px solid #eee;
144
+ display: flex;
145
+ align-items: center;
146
+ }
147
+ .close-btn {
148
+ width: 64px;
149
+ height: 64px;
150
+ border-radius: 32px;
151
+ border: 1px solid #ddd;
152
+ display: flex;
153
+ align-items: center;
154
+ justify-content: center;
155
+ background: #ffffff;
156
+ margin-right: 16px;
157
+ }
158
+ .header-title {
159
+ font-size: 48px;
160
+ font-weight: 800;
161
+ letter-spacing: 0.3px;
162
+ }
163
+ .reset-link {
164
+ margin-left: auto;
165
+ font-size: 36px;
166
+ color: #2962ff;
167
+ font-weight: 600;
168
+ }
169
+
170
+ .sheet-body {
171
+ padding: 8px 32px 160px 32px;
172
+ overflow-y: auto;
173
+ }
174
+
175
+ .row {
176
+ display: flex;
177
+ align-items: center;
178
+ height: 110px;
179
+ border-bottom: 1px solid #eee;
180
+ font-size: 36px;
181
+ color: #222;
182
+ }
183
+ .row .label {
184
+ font-weight: 600;
185
+ }
186
+ .row .value {
187
+ margin-left: auto;
188
+ color: #8b8b8b;
189
+ }
190
+ .row .chev {
191
+ margin-left: 18px;
192
+ }
193
+
194
+ .subtitle {
195
+ height: auto;
196
+ padding: 22px 0;
197
+ border-bottom: 1px solid #eee;
198
+ font-size: 36px;
199
+ font-weight: 600;
200
+ color: #222;
201
+ display: flex;
202
+ align-items: center;
203
+ }
204
+
205
+ .chips {
206
+ padding: 24px 0 18px 0;
207
+ display: flex;
208
+ gap: 18px;
209
+ flex-wrap: nowrap;
210
+ overflow: hidden;
211
+ }
212
+ .chip {
213
+ padding: 20px 28px;
214
+ border: 2px solid #cfcfcf;
215
+ border-radius: 999px;
216
+ font-size: 34px;
217
+ color: #333;
218
+ background: #fff;
219
+ white-space: nowrap;
220
+ }
221
+ .chip.active {
222
+ border-color: #111;
223
+ font-weight: 700;
224
+ }
225
+
226
+ .show-more {
227
+ text-align: center;
228
+ color: #2962ff;
229
+ font-size: 34px;
230
+ font-weight: 600;
231
+ padding: 26px 0;
232
+ }
233
+ .show-more .icon {
234
+ vertical-align: middle;
235
+ margin-left: 10px;
236
+ }
237
+
238
+ .sheet-footer {
239
+ position: absolute;
240
+ bottom: 24px;
241
+ left: 32px;
242
+ right: 32px;
243
+ display: flex;
244
+ justify-content: center;
245
+ }
246
+ .cta {
247
+ width: 820px;
248
+ height: 120px;
249
+ background: #2f5bff;
250
+ color: #fff;
251
+ border-radius: 60px;
252
+ display: flex;
253
+ align-items: center;
254
+ justify-content: center;
255
+ font-size: 40px;
256
+ font-weight: 800;
257
+ box-shadow: 0 10px 20px rgba(47,91,255,0.35);
258
+ }
259
+
260
+ /* Android gesture bar */
261
+ .gesture-bar {
262
+ position: absolute;
263
+ bottom: 18px;
264
+ left: 50%;
265
+ transform: translateX(-50%);
266
+ width: 240px;
267
+ height: 12px;
268
+ background: #bdbdbd;
269
+ border-radius: 8px;
270
+ }
271
+ </style>
272
+ </head>
273
+ <body>
274
+ <div id="render-target">
275
+ <div class="status-bar">
276
+ <div class="status-left">3:50</div>
277
+ <div class="status-right">
278
+ <div class="status-dot"></div>
279
+ <div class="status-icon"></div>
280
+ <div class="status-icon"></div>
281
+ </div>
282
+ </div>
283
+
284
+ <div class="content-bg">
285
+ <div class="bg-header">
286
+ <div class="back-icon">
287
+ <svg width="32" height="32" viewBox="0 0 24 24">
288
+ <path d="M15 18l-6-6 6-6" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
289
+ </svg>
290
+ </div>
291
+ <div class="bg-title">Results</div>
292
+ <div class="bg-save">Save</div>
293
+ </div>
294
+
295
+ <div class="listing-card">
296
+ <div class="listing-img">[IMG: Product Thumbnail]</div>
297
+ <div class="listing-info">Listing preview content behind the filter sheet...</div>
298
+ </div>
299
+ <div class="listing-card">
300
+ <div class="listing-img">[IMG: Product Thumbnail]</div>
301
+ <div class="listing-info">Listing preview content behind the filter sheet...</div>
302
+ </div>
303
+ <div class="listing-card">
304
+ <div class="listing-img">[IMG: Product Thumbnail]</div>
305
+ <div class="listing-info">Listing preview content behind the filter sheet...</div>
306
+ </div>
307
+ </div>
308
+
309
+ <div class="filter-sheet">
310
+ <div class="sheet-header">
311
+ <div class="close-btn">
312
+ <svg width="28" height="28" viewBox="0 0 24 24">
313
+ <path d="M5 5l14 14M19 5L5 19" stroke="#111" stroke-width="2" stroke-linecap="round"/>
314
+ </svg>
315
+ </div>
316
+ <div class="header-title">Filter</div>
317
+ <div class="reset-link">Reset</div>
318
+ </div>
319
+
320
+ <div class="sheet-body">
321
+ <div class="row">
322
+ <div class="label">Sort</div>
323
+ <div class="value">Best Match</div>
324
+ <div class="chev">
325
+ <svg width="28" height="28" viewBox="0 0 24 24">
326
+ <path d="M9 6l6 6-6 6" stroke="#777" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
327
+ </svg>
328
+ </div>
329
+ </div>
330
+
331
+ <div class="subtitle">Buying Format
332
+ <div style="margin-left:auto;">
333
+ <svg width="28" height="28" viewBox="0 0 24 24">
334
+ <path d="M9 6l6 6-6 6" stroke="#777" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
335
+ </svg>
336
+ </div>
337
+ </div>
338
+ <div class="chips">
339
+ <div class="chip active">All Listings</div>
340
+ <div class="chip">Auction</div>
341
+ <div class="chip">Buy It Now</div>
342
+ <div class="chip">Best Offer</div>
343
+ </div>
344
+
345
+ <div class="row">
346
+ <div class="label">Condition</div>
347
+ <div class="chev" style="margin-left:auto;">
348
+ <svg width="28" height="28" viewBox="0 0 24 24">
349
+ <path d="M9 6l6 6-6 6" stroke="#777" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
350
+ </svg>
351
+ </div>
352
+ </div>
353
+
354
+ <div class="row">
355
+ <div class="label">Price</div>
356
+ <div class="chev" style="margin-left:auto;">
357
+ <svg width="28" height="28" viewBox="0 0 24 24">
358
+ <path d="M9 6l6 6-6 6" stroke="#777" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
359
+ </svg>
360
+ </div>
361
+ </div>
362
+
363
+ <div class="row">
364
+ <div class="label">Category</div>
365
+ <div class="value">All Categories</div>
366
+ <div class="chev">
367
+ <svg width="28" height="28" viewBox="0 0 24 24">
368
+ <path d="M9 6l6 6-6 6" stroke="#777" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
369
+ </svg>
370
+ </div>
371
+ </div>
372
+
373
+ <div class="row">
374
+ <div class="label">UK Shoe Size</div>
375
+ <div class="chev" style="margin-left:auto;">
376
+ <svg width="28" height="28" viewBox="0 0 24 24">
377
+ <path d="M9 6l6 6-6 6" stroke="#777" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
378
+ </svg>
379
+ </div>
380
+ </div>
381
+
382
+ <div class="row">
383
+ <div class="label">Colour</div>
384
+ <div class="chev" style="margin-left:auto;">
385
+ <svg width="28" height="28" viewBox="0 0 24 24">
386
+ <path d="M9 6l6 6-6 6" stroke="#777" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
387
+ </svg>
388
+ </div>
389
+ </div>
390
+
391
+ <div class="row">
392
+ <div class="label">Performance/Activity</div>
393
+ <div class="chev" style="margin-left:auto;">
394
+ <svg width="28" height="28" viewBox="0 0 24 24">
395
+ <path d="M9 6l6 6-6 6" stroke="#777" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
396
+ </svg>
397
+ </div>
398
+ </div>
399
+
400
+ <div class="row">
401
+ <div class="label">Item Location</div>
402
+ <div class="value">Default</div>
403
+ <div class="chev">
404
+ <svg width="28" height="28" viewBox="0 0 24 24">
405
+ <path d="M9 6l6 6-6 6" stroke="#777" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
406
+ </svg>
407
+ </div>
408
+ </div>
409
+
410
+ <div class="row" style="border-bottom: none;">
411
+ <div class="label">Shipping Options</div>
412
+ <div class="chev" style="margin-left:auto;">
413
+ <svg width="28" height="28" viewBox="0 0 24 24">
414
+ <path d="M9 6l6 6-6 6" stroke="#777" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
415
+ </svg>
416
+ </div>
417
+ </div>
418
+
419
+ <div class="show-more">
420
+ Show more
421
+ <span class="icon">
422
+ <svg width="28" height="28" viewBox="0 0 24 24">
423
+ <path d="M6 9l6 6 6-6" stroke="#2962ff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
424
+ </svg>
425
+ </span>
426
+ </div>
427
+ </div>
428
+
429
+ <div class="sheet-footer">
430
+ <div class="cta">Show 252 results</div>
431
+ </div>
432
+ </div>
433
+
434
+ <div class="gesture-bar"></div>
435
+ </div>
436
+ </body>
437
+ </html>
code/4717/4717_4.html ADDED
@@ -0,0 +1,376 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Filter Sheet UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #f5f5f7;
15
+ }
16
+
17
+ /* Background page mock */
18
+ .bg-page {
19
+ position: absolute;
20
+ inset: 0;
21
+ padding: 24px;
22
+ color: #222;
23
+ }
24
+ .bg-header {
25
+ height: 120px;
26
+ display: flex;
27
+ align-items: center;
28
+ gap: 16px;
29
+ padding: 0 16px;
30
+ }
31
+ .bg-list {
32
+ margin-top: 8px;
33
+ padding-right: 340px; /* space where the sheet will overlap from right */
34
+ }
35
+ .card {
36
+ background: #ffffff;
37
+ border: 1px solid #e0e0e0;
38
+ border-radius: 28px;
39
+ padding: 18px;
40
+ margin: 18px 0;
41
+ display: flex;
42
+ gap: 16px;
43
+ align-items: center;
44
+ }
45
+ .img-ph {
46
+ width: 220px;
47
+ height: 160px;
48
+ background: #E0E0E0;
49
+ border: 1px solid #BDBDBD;
50
+ border-radius: 22px;
51
+ display: flex;
52
+ align-items: center;
53
+ justify-content: center;
54
+ color: #757575;
55
+ font-size: 28px;
56
+ }
57
+ .bg-bottom-nav {
58
+ position: absolute;
59
+ bottom: 0;
60
+ left: 0;
61
+ width: 1080px;
62
+ height: 140px;
63
+ background: rgba(255,255,255,0.92);
64
+ border-top: 1px solid #e6e6e6;
65
+ display: flex;
66
+ align-items: center;
67
+ padding-left: 36px;
68
+ gap: 14px;
69
+ color: #444;
70
+ font-size: 28px;
71
+ }
72
+ .home-ico {
73
+ width: 44px; height: 44px;
74
+ }
75
+
76
+ /* Right sheet (filter drawer) */
77
+ .sheet {
78
+ position: absolute;
79
+ top: 0;
80
+ right: 0;
81
+ width: 760px;
82
+ height: 2400px;
83
+ background: #ffffff;
84
+ box-shadow: -8px 0 24px rgba(0,0,0,0.12);
85
+ display: flex;
86
+ flex-direction: column;
87
+ }
88
+ .sheet-header {
89
+ height: 130px;
90
+ padding: 0 32px;
91
+ display: flex;
92
+ align-items: center;
93
+ justify-content: space-between;
94
+ }
95
+ .sheet-title {
96
+ font-size: 44px;
97
+ font-weight: 700;
98
+ color: #111;
99
+ position: absolute;
100
+ left: 50%;
101
+ transform: translateX(-50%);
102
+ }
103
+ .reset-link {
104
+ font-size: 32px;
105
+ font-weight: 600;
106
+ color: #1a73e8;
107
+ cursor: pointer;
108
+ }
109
+ .divider {
110
+ height: 1px;
111
+ background: #e9e9ec;
112
+ }
113
+
114
+ .content {
115
+ position: relative;
116
+ padding: 8px 0 180px; /* bottom space for sticky button */
117
+ overflow: hidden;
118
+ }
119
+
120
+ .row {
121
+ position: relative;
122
+ padding: 28px 32px;
123
+ display: flex;
124
+ align-items: center;
125
+ min-height: 90px;
126
+ font-size: 34px;
127
+ color: #1b1b1b;
128
+ }
129
+ .row + .row-divider,
130
+ .row-divider {
131
+ height: 1px;
132
+ background: #ececee;
133
+ }
134
+ .row .value {
135
+ margin-left: auto;
136
+ color: #8b8b8f;
137
+ font-size: 30px;
138
+ }
139
+ .chev {
140
+ width: 28px;
141
+ height: 28px;
142
+ margin-left: 18px;
143
+ }
144
+
145
+ .section-title {
146
+ padding: 28px 32px 8px;
147
+ font-size: 32px;
148
+ color: #1b1b1b;
149
+ }
150
+ .chips {
151
+ padding: 10px 24px 24px 24px;
152
+ display: flex;
153
+ flex-wrap: wrap;
154
+ gap: 18px;
155
+ }
156
+ .chip {
157
+ border: 2px solid #d1d1d6;
158
+ background: #fff;
159
+ color: #1b1b1b;
160
+ padding: 16px 26px;
161
+ font-size: 28px;
162
+ border-radius: 999px;
163
+ white-space: nowrap;
164
+ }
165
+ .chip.active {
166
+ border-color: #111;
167
+ font-weight: 700;
168
+ }
169
+
170
+ .sticky-btn {
171
+ position: absolute;
172
+ left: 36px;
173
+ right: 36px;
174
+ bottom: 34px;
175
+ height: 116px;
176
+ background: #3b6dff;
177
+ color: #fff;
178
+ font-size: 36px;
179
+ font-weight: 700;
180
+ border-radius: 58px;
181
+ display: flex;
182
+ align-items: center;
183
+ justify-content: center;
184
+ box-shadow: 0 8px 18px rgba(59,109,255,0.35);
185
+ }
186
+
187
+ .icon-btn {
188
+ width: 44px;
189
+ height: 44px;
190
+ display: inline-flex;
191
+ align-items: center;
192
+ justify-content: center;
193
+ }
194
+ .x svg { width: 32px; height: 32px; }
195
+ </style>
196
+ </head>
197
+ <body>
198
+ <div id="render-target">
199
+
200
+ <!-- Background page preview (partly covered by the filter sheet) -->
201
+ <div class="bg-page">
202
+ <div class="bg-header">
203
+ <div class="icon-btn">
204
+ <svg viewBox="0 0 24 24" fill="none" stroke="#222" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
205
+ <path d="M15 18l-6-6 6-6"></path>
206
+ </svg>
207
+ </div>
208
+ <div style="font-size:36px; font-weight:700;">New</div>
209
+ </div>
210
+
211
+ <div style="padding: 0 12px 8px 12px; color:#5b5b5d; font-size:28px;">
212
+ <span style="color:#7a7a7d;">♡</span> Save this search
213
+ </div>
214
+
215
+ <div class="bg-list">
216
+ <div class="card">
217
+ <div class="img-ph">[IMG: Product Photo]</div>
218
+ <div style="font-size:30px; color:#444;">Trail Running Shoes - Size 9</div>
219
+ </div>
220
+ <div class="card">
221
+ <div class="img-ph">[IMG: Product Photo]</div>
222
+ <div style="font-size:30px; color:#444;">Hiking Shoes - New</div>
223
+ </div>
224
+ <div class="card">
225
+ <div class="img-ph">[IMG: Product Photo]</div>
226
+ <div style="font-size:30px; color:#444;">Sneakers - Limited</div>
227
+ </div>
228
+ </div>
229
+
230
+ <div class="bg-bottom-nav">
231
+ <svg class="home-ico" viewBox="0 0 24 24" fill="none" stroke="#5f6368" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
232
+ <path d="M3 12l9-9 9 9"></path>
233
+ <path d="M9 21V9h6v12"></path>
234
+ </svg>
235
+ <div>Home</div>
236
+ </div>
237
+ </div>
238
+
239
+ <!-- Right filter sheet -->
240
+ <div class="sheet">
241
+ <div class="sheet-header">
242
+ <div class="x icon-btn">
243
+ <svg viewBox="0 0 24 24" fill="none" stroke="#1b1b1b" stroke-width="2" stroke-linecap="round">
244
+ <path d="M6 6l12 12M18 6l-12 12"></path>
245
+ </svg>
246
+ </div>
247
+ <div class="sheet-title">Filter</div>
248
+ <div class="reset-link">Reset</div>
249
+ </div>
250
+ <div class="divider"></div>
251
+
252
+ <div class="content">
253
+ <!-- Sort -->
254
+ <div class="row">
255
+ <div>Sort</div>
256
+ <div class="value">Best Match</div>
257
+ <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="#4a4a4a" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
258
+ <path d="M9 6l6 6-6 6"></path>
259
+ </svg>
260
+ </div>
261
+ <div class="row-divider"></div>
262
+
263
+ <!-- Buying Format -->
264
+ <div class="row">
265
+ <div>Buying Format</div>
266
+ <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="#4a4a4a" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
267
+ <path d="M9 6l6 6-6 6"></path>
268
+ </svg>
269
+ </div>
270
+ <div class="chips">
271
+ <div class="chip active">All Listings</div>
272
+ <div class="chip">Auction</div>
273
+ <div class="chip">Buy It Now</div>
274
+ <div class="chip">Best Offer</div>
275
+ </div>
276
+ <div class="row-divider"></div>
277
+
278
+ <!-- Condition -->
279
+ <div class="row">
280
+ <div>Condition</div>
281
+ <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="#4a4a4a" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
282
+ <path d="M9 6l6 6-6 6"></path>
283
+ </svg>
284
+ </div>
285
+ <div class="row-divider"></div>
286
+
287
+ <!-- Price -->
288
+ <div class="row">
289
+ <div>Price</div>
290
+ <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="#4a4a4a" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
291
+ <path d="M9 6l6 6-6 6"></path>
292
+ </svg>
293
+ </div>
294
+ <div class="row-divider"></div>
295
+
296
+ <!-- Category -->
297
+ <div class="row">
298
+ <div>Category</div>
299
+ <div class="value">All Categories</div>
300
+ <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="#4a4a4a" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
301
+ <path d="M9 6l6 6-6 6"></path>
302
+ </svg>
303
+ </div>
304
+ <div class="row-divider"></div>
305
+
306
+ <!-- UK Shoe Size -->
307
+ <div class="row">
308
+ <div>UK Shoe Size</div>
309
+ <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="#4a4a4a" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
310
+ <path d="M9 6l6 6-6 6"></path>
311
+ </svg>
312
+ </div>
313
+ <div class="row-divider"></div>
314
+
315
+ <!-- Colour -->
316
+ <div class="row">
317
+ <div>Colour</div>
318
+ <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="#4a4a4a" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
319
+ <path d="M9 6l6 6-6 6"></path>
320
+ </svg>
321
+ </div>
322
+ <div class="row-divider"></div>
323
+
324
+ <!-- Performance/Activity -->
325
+ <div class="row">
326
+ <div>Performance/Activity</div>
327
+ <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="#4a4a4a" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
328
+ <path d="M9 6l6 6-6 6"></path>
329
+ </svg>
330
+ </div>
331
+ <div class="row-divider"></div>
332
+
333
+ <!-- Item Location -->
334
+ <div class="row">
335
+ <div>Item Location</div>
336
+ <div class="value">Default</div>
337
+ <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="#4a4a4a" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
338
+ <path d="M9 6l6 6-6 6"></path>
339
+ </svg>
340
+ </div>
341
+ <div class="row-divider"></div>
342
+
343
+ <!-- Shipping Options -->
344
+ <div class="row">
345
+ <div>Shipping Options</div>
346
+ <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="#4a4a4a" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
347
+ <path d="M9 6l6 6-6 6"></path>
348
+ </svg>
349
+ </div>
350
+ <div class="row-divider"></div>
351
+
352
+ <!-- Local Pickup -->
353
+ <div class="row">
354
+ <div>Local Pickup</div>
355
+ <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="#4a4a4a" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
356
+ <path d="M9 6l6 6-6 6"></path>
357
+ </svg>
358
+ </div>
359
+ <div class="row-divider"></div>
360
+
361
+ <!-- Features -->
362
+ <div class="row">
363
+ <div>Features</div>
364
+ <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="#4a4a4a" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
365
+ <path d="M9 6l6 6-6 6"></path>
366
+ </svg>
367
+ </div>
368
+
369
+ <!-- Sticky button -->
370
+ <div class="sticky-btn">Show 252 results</div>
371
+ </div>
372
+ </div>
373
+
374
+ </div>
375
+ </body>
376
+ </html>
code/4717/4717_5.html ADDED
@@ -0,0 +1,302 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Filter Drawer UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #F5F5F7;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ height: 92px;
20
+ background: #ffffff;
21
+ display: flex;
22
+ align-items: center;
23
+ padding: 0 24px;
24
+ color: #2e2e2e;
25
+ font-size: 28px;
26
+ box-shadow: 0 1px 0 rgba(0,0,0,0.06);
27
+ }
28
+ .status-time { font-weight: 600; }
29
+ .status-icons { margin-left: auto; display: flex; align-items: center; gap: 18px; }
30
+
31
+ .icon { width: 28px; height: 28px; display: inline-block; }
32
+
33
+ /* Background feed (behind drawer) */
34
+ .feed {
35
+ position: absolute;
36
+ top: 92px;
37
+ left: 0;
38
+ right: 0;
39
+ bottom: 0;
40
+ overflow: hidden;
41
+ }
42
+ .feed-header {
43
+ height: 84px;
44
+ display: flex;
45
+ align-items: center;
46
+ padding: 0 24px;
47
+ color: #1a1a1a;
48
+ gap: 16px;
49
+ }
50
+ .feed-content {
51
+ padding: 0 24px 180px 24px;
52
+ overflow: hidden;
53
+ }
54
+ .card {
55
+ background: #ffffff;
56
+ border-radius: 22px;
57
+ padding: 18px;
58
+ display: flex;
59
+ align-items: center;
60
+ gap: 18px;
61
+ margin: 18px 0;
62
+ box-shadow: 0 1px 0 rgba(0,0,0,0.06);
63
+ }
64
+ .img-ph {
65
+ width: 220px;
66
+ height: 220px;
67
+ background: #E0E0E0;
68
+ border: 1px solid #BDBDBD;
69
+ border-radius: 20px;
70
+ display: flex; align-items: center; justify-content: center;
71
+ color: #757575; font-size: 26px;
72
+ }
73
+ .card-text { color: #333; font-size: 28px; }
74
+
75
+ /* Bottom app nav (behind drawer) */
76
+ .bottom-nav {
77
+ position: absolute; left: 0; right: 0; bottom: 0;
78
+ height: 156px; background: #ffffff; border-top: 1px solid #e9e9e9;
79
+ display: flex; align-items: center; padding: 0 36px; gap: 18px;
80
+ }
81
+ .bottom-item { display: flex; flex-direction: column; align-items: center; color: #0a0a0a; font-size: 26px; }
82
+
83
+ /* Right filter drawer */
84
+ .filter-panel {
85
+ position: absolute;
86
+ top: 92px;
87
+ left: 120px; /* expose a sliver of the feed on the left */
88
+ width: 960px;
89
+ height: calc(2400px - 92px);
90
+ background: #ffffff;
91
+ border-top-left-radius: 20px;
92
+ border-bottom-left-radius: 20px;
93
+ box-shadow: -6px 0 24px rgba(0,0,0,0.18);
94
+ display: flex;
95
+ flex-direction: column;
96
+ }
97
+ .drawer-header {
98
+ height: 128px;
99
+ display: flex;
100
+ align-items: center;
101
+ padding: 0 28px;
102
+ border-bottom: 1px solid #efefef;
103
+ }
104
+ .drawer-title {
105
+ margin: 0 auto;
106
+ transform: translateX(-28px); /* visually center when left icon exists */
107
+ font-size: 44px;
108
+ font-weight: 700;
109
+ color: #1b1b1b;
110
+ }
111
+ .header-action {
112
+ font-size: 36px;
113
+ color: #3B6EF6;
114
+ margin-left: auto;
115
+ padding-right: 8px;
116
+ cursor: default;
117
+ }
118
+ .header-close {
119
+ width: 56px; height: 56px; border-radius: 50%;
120
+ display: flex; align-items: center; justify-content: center;
121
+ color: #0f0f0f; font-size: 40px;
122
+ }
123
+
124
+ .drawer-list {
125
+ overflow-y: auto;
126
+ -webkit-overflow-scrolling: touch;
127
+ padding-bottom: 220px; /* space for sticky button */
128
+ }
129
+ .drawer-item {
130
+ display: flex;
131
+ align-items: center;
132
+ min-height: 116px;
133
+ padding: 0 28px 0 36px;
134
+ border-bottom: 1px solid #eee;
135
+ font-size: 34px;
136
+ color: #1f1f1f;
137
+ }
138
+ .drawer-item .label { flex: 1; }
139
+ .drawer-item .meta { margin-right: 18px; color: #9A9A9A; font-size: 30px; }
140
+ .chev {
141
+ width: 22px; height: 22px; margin-left: 6px;
142
+ }
143
+
144
+ .drawer-cta-wrap {
145
+ position: absolute;
146
+ left: 0; right: 0; bottom: 42px;
147
+ display: flex; justify-content: center;
148
+ pointer-events: none;
149
+ }
150
+ .drawer-cta {
151
+ pointer-events: all;
152
+ width: 840px;
153
+ height: 124px;
154
+ background: #2F60F6;
155
+ color: #ffffff;
156
+ border-radius: 62px;
157
+ display: flex; align-items: center; justify-content: center;
158
+ font-size: 36px; font-weight: 700;
159
+ box-shadow: 0 6px 16px rgba(47,96,246,0.4);
160
+ }
161
+
162
+ /* Gesture bar */
163
+ .gesture {
164
+ position: absolute; bottom: 16px; left: 50%;
165
+ transform: translateX(-50%);
166
+ width: 180px; height: 10px;
167
+ background: #A8A8A8; border-radius: 6px; opacity: 0.9;
168
+ }
169
+ </style>
170
+ </head>
171
+ <body>
172
+ <div id="render-target">
173
+
174
+ <!-- Status bar -->
175
+ <div class="status-bar">
176
+ <div class="status-time">3:52</div>
177
+ <div class="status-icons">
178
+ <!-- Simple signal icon -->
179
+ <svg class="icon" viewBox="0 0 24 24">
180
+ <path d="M3 17h2v4H3v-4zm4-4h2v8H7v-8zm4-3h2v11h-2V10zm4-3h2v14h-2V7zm4-5h2v19h-2V2z" fill="#606068"/>
181
+ </svg>
182
+ <!-- WiFi -->
183
+ <svg class="icon" viewBox="0 0 24 24">
184
+ <path d="M12 20.5l-1.7-1.7a2.4 2.4 0 0 1 3.4 0L12 20.5zM2.3 9.7a14 14 0 0 1 19.4 0l-1.4 1.4a12 12 0 0 0-16.6 0L2.3 9.7zm3.6 3.6a9 9 0 0 1 12.2 0l-1.4 1.4a7 7 0 0 0-9.4 0l-1.4-1.4z" fill="#606068"/>
185
+ </svg>
186
+ <!-- Battery -->
187
+ <svg class="icon" viewBox="0 0 24 24">
188
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2" fill="none" stroke="#606068" stroke-width="2"/>
189
+ <rect x="4" y="8" width="14" height="8" rx="1" ry="1" fill="#606068"/>
190
+ <rect x="20" y="10" width="2" height="4" fill="#606068"/>
191
+ </svg>
192
+ </div>
193
+ </div>
194
+
195
+ <!-- Background feed content (left edge visible) -->
196
+ <div class="feed">
197
+ <div class="feed-header">
198
+ <!-- Back arrow (underlying page) -->
199
+ <svg width="32" height="32" viewBox="0 0 24 24">
200
+ <path d="M15.4 19.4 8 12l7.4-7.4 1.4 1.4L10.8 12l6 6-1.4 1.4z" fill="#1f1f1f"/>
201
+ </svg>
202
+ <div style="font-weight:600;font-size:32px;">Results</div>
203
+ </div>
204
+ <div class="feed-content">
205
+ <div class="card">
206
+ <div class="img-ph">[IMG: Black Shoe]</div>
207
+ <div class="card-text">Trail running shoes - black</div>
208
+ </div>
209
+ <div class="card">
210
+ <div class="img-ph">[IMG: Shoe Close-up]</div>
211
+ <div class="card-text">Condition: Good • Size varies</div>
212
+ </div>
213
+ <div class="card">
214
+ <div class="img-ph">[IMG: Shoe with green accents]</div>
215
+ <div class="card-text">Outdoor sneakers • Pickup available</div>
216
+ </div>
217
+ </div>
218
+ </div>
219
+
220
+ <!-- Bottom app navigation (behind) -->
221
+ <div class="bottom-nav">
222
+ <div class="bottom-item">
223
+ <svg width="36" height="36" viewBox="0 0 24 24">
224
+ <path d="M12 3l9 8h-3v9H6v-9H3l9-8z" fill="none" stroke="#1a1a1a" stroke-width="2"/>
225
+ </svg>
226
+ <div>Home</div>
227
+ </div>
228
+ </div>
229
+
230
+ <!-- Right slide-in filter drawer -->
231
+ <div class="filter-panel">
232
+ <div class="drawer-header">
233
+ <div class="header-close">×</div>
234
+ <div class="drawer-title">Filter</div>
235
+ <div class="header-action">Reset</div>
236
+ </div>
237
+
238
+ <div class="drawer-list">
239
+ <div class="drawer-item">
240
+ <div class="label">Colour</div>
241
+ <svg class="chev" viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" fill="none" stroke="#777" stroke-width="2"/></svg>
242
+ </div>
243
+ <div class="drawer-item">
244
+ <div class="label">Performance/Activity</div>
245
+ <svg class="chev" viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" fill="none" stroke="#777" stroke-width="2"/></svg>
246
+ </div>
247
+ <div class="drawer-item">
248
+ <div class="label">Item Location</div>
249
+ <div class="meta">Default</div>
250
+ <svg class="chev" viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" fill="none" stroke="#777" stroke-width="2"/></svg>
251
+ </div>
252
+ <div class="drawer-item">
253
+ <div class="label">Shipping Options</div>
254
+ <svg class="chev" viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" fill="none" stroke="#777" stroke-width="2"/></svg>
255
+ </div>
256
+ <div class="drawer-item">
257
+ <div class="label">Local Pickup</div>
258
+ <svg class="chev" viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" fill="none" stroke="#777" stroke-width="2"/></svg>
259
+ </div>
260
+ <div class="drawer-item">
261
+ <div class="label">Features</div>
262
+ <svg class="chev" viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" fill="none" stroke="#777" stroke-width="2"/></svg>
263
+ </div>
264
+ <div class="drawer-item">
265
+ <div class="label">US Shoe Size</div>
266
+ <svg class="chev" viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" fill="none" stroke="#777" stroke-width="2"/></svg>
267
+ </div>
268
+ <div class="drawer-item">
269
+ <div class="label">Model</div>
270
+ <svg class="chev" viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" fill="none" stroke="#777" stroke-width="2"/></svg>
271
+ </div>
272
+ <div class="drawer-item">
273
+ <div class="label">Shoe Width</div>
274
+ <svg class="chev" viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" fill="none" stroke="#777" stroke-width="2"/></svg>
275
+ </div>
276
+ <div class="drawer-item">
277
+ <div class="label">Theme</div>
278
+ <svg class="chev" viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" fill="none" stroke="#777" stroke-width="2"/></svg>
279
+ </div>
280
+ <div class="drawer-item">
281
+ <div class="label">Shoe Shaft Style</div>
282
+ <svg class="chev" viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" fill="none" stroke="#777" stroke-width="2"/></svg>
283
+ </div>
284
+ <div class="drawer-item">
285
+ <div class="label">Occasion</div>
286
+ <svg class="chev" viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" fill="none" stroke="#777" stroke-width="2"/></svg>
287
+ </div>
288
+ <div class="drawer-item">
289
+ <div class="label">Product Line</div>
290
+ <svg class="chev" viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" fill="none" stroke="#777" stroke-width="2"/></svg>
291
+ </div>
292
+ </div>
293
+
294
+ <div class="drawer-cta-wrap">
295
+ <div class="drawer-cta">Show 252 results</div>
296
+ </div>
297
+ </div>
298
+
299
+ <div class="gesture"></div>
300
+ </div>
301
+ </body>
302
+ </html>
code/4717/4717_6.html ADDED
@@ -0,0 +1,278 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Filter Sheet - Model</title>
6
+ <style>
7
+ body {
8
+ margin: 0;
9
+ padding: 0;
10
+ background: transparent;
11
+ font-family: Arial, Helvetica, sans-serif;
12
+ }
13
+ #render-target {
14
+ width: 1080px;
15
+ height: 2400px;
16
+ position: relative;
17
+ overflow: hidden;
18
+ background: #fafafa;
19
+ border-radius: 0;
20
+ box-shadow: none;
21
+ }
22
+
23
+ /* Underlying page preview (partially visible on the left) */
24
+ .underlay {
25
+ position: absolute;
26
+ top: 120px;
27
+ left: 0;
28
+ width: 1080px;
29
+ height: 2280px;
30
+ padding: 40px 32px;
31
+ }
32
+ .card {
33
+ width: 480px;
34
+ height: 360px;
35
+ background: #fff;
36
+ border-radius: 24px;
37
+ box-shadow: 0 2px 6px rgba(0,0,0,0.08);
38
+ margin-bottom: 28px;
39
+ display: flex;
40
+ align-items: center;
41
+ justify-content: center;
42
+ overflow: hidden;
43
+ }
44
+ .card .img {
45
+ width: 100%;
46
+ height: 100%;
47
+ background: #E0E0E0;
48
+ border: 1px solid #BDBDBD;
49
+ color: #757575;
50
+ display: flex;
51
+ align-items: center;
52
+ justify-content: center;
53
+ font-size: 28px;
54
+ }
55
+
56
+ /* Modal sheet overlay */
57
+ .sheet {
58
+ position: absolute;
59
+ top: 0;
60
+ left: 64px; /* reveals a sliver of underlay on the left, matching screenshot feel */
61
+ width: 1016px;
62
+ height: 2400px;
63
+ background: #ffffff;
64
+ box-shadow: 0 8px 24px rgba(0,0,0,0.15);
65
+ }
66
+ .sheet-header {
67
+ position: relative;
68
+ height: 168px;
69
+ border-bottom: 1px solid #E0E0E0;
70
+ display: flex;
71
+ align-items: center;
72
+ justify-content: center;
73
+ }
74
+ .back-btn {
75
+ position: absolute;
76
+ left: 24px;
77
+ top: 50%;
78
+ transform: translateY(-50%);
79
+ width: 56px;
80
+ height: 56px;
81
+ border-radius: 28px;
82
+ display: flex;
83
+ align-items: center;
84
+ justify-content: center;
85
+ cursor: pointer;
86
+ }
87
+ .sheet-title {
88
+ font-size: 54px;
89
+ font-weight: 600;
90
+ color: #212121;
91
+ }
92
+
93
+ .sheet-content {
94
+ position: absolute;
95
+ top: 168px;
96
+ left: 0;
97
+ right: 0;
98
+ bottom: 220px; /* leave space for bottom CTA */
99
+ overflow-y: auto;
100
+ -webkit-overflow-scrolling: touch;
101
+ }
102
+
103
+ .filter-row {
104
+ display: flex;
105
+ align-items: center;
106
+ height: 132px;
107
+ padding: 0 36px;
108
+ border-bottom: 1px solid #EAEAEA;
109
+ }
110
+ .checkbox {
111
+ width: 52px;
112
+ height: 52px;
113
+ border: 3px solid #212121;
114
+ border-radius: 8px;
115
+ margin-right: 36px;
116
+ box-sizing: border-box;
117
+ }
118
+ .label {
119
+ font-size: 42px;
120
+ color: #212121;
121
+ }
122
+ .count {
123
+ font-size: 38px;
124
+ color: #9E9E9E;
125
+ margin-left: 12px;
126
+ }
127
+
128
+ .sheet-footer {
129
+ position: absolute;
130
+ left: 0;
131
+ right: 0;
132
+ bottom: 0;
133
+ height: 220px;
134
+ border-top: 1px solid #E0E0E0;
135
+ display: flex;
136
+ align-items: center;
137
+ justify-content: center;
138
+ padding-bottom: 28px;
139
+ }
140
+ .cta {
141
+ width: 860px;
142
+ height: 120px;
143
+ background: #2F54EB;
144
+ color: #ffffff;
145
+ font-size: 44px;
146
+ font-weight: 600;
147
+ border: none;
148
+ border-radius: 60px;
149
+ outline: none;
150
+ display: flex;
151
+ align-items: center;
152
+ justify-content: center;
153
+ box-shadow: 0 6px 12px rgba(47,84,235,0.35);
154
+ }
155
+ /* Scrollbar subtle */
156
+ .sheet-content::-webkit-scrollbar {
157
+ width: 6px;
158
+ }
159
+ .sheet-content::-webkit-scrollbar-thumb {
160
+ background: #D5D5D5;
161
+ border-radius: 3px;
162
+ }
163
+ </style>
164
+ </head>
165
+ <body>
166
+ <div id="render-target">
167
+ <!-- Underlying page preview on the left side -->
168
+ <div class="underlay">
169
+ <div style="color:#3F51B5; font-size:36px; margin-bottom:12px;">Save</div>
170
+ <div class="card">
171
+ <div class="img">[IMG: Shoe product]</div>
172
+ </div>
173
+ <div class="card">
174
+ <div class="img">[IMG: Shoe product]</div>
175
+ </div>
176
+ <div class="card">
177
+ <div class="img">[IMG: Shoe product]</div>
178
+ </div>
179
+ </div>
180
+
181
+ <!-- Modal filter sheet -->
182
+ <div class="sheet">
183
+ <div class="sheet-header">
184
+ <div class="back-btn">
185
+ <svg width="36" height="36" viewBox="0 0 24 24">
186
+ <path d="M15 6l-6 6 6 6" stroke="#212121" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
187
+ </svg>
188
+ </div>
189
+ <div class="sheet-title">Model</div>
190
+ </div>
191
+
192
+ <div class="sheet-content">
193
+ <div class="filter-row">
194
+ <div class="checkbox"></div>
195
+ <div class="label">New Balance 615</div>
196
+ <div class="count">(4)</div>
197
+ </div>
198
+
199
+ <div class="filter-row">
200
+ <div class="checkbox"></div>
201
+ <div class="label">New Balance Fresh Foam Arishi</div>
202
+ <div class="count">(4)</div>
203
+ </div>
204
+
205
+ <div class="filter-row">
206
+ <div class="checkbox"></div>
207
+ <div class="label">New Balance 1540</div>
208
+ <div class="count">(3)</div>
209
+ </div>
210
+
211
+ <div class="filter-row">
212
+ <div class="checkbox"></div>
213
+ <div class="label">New Balance 247</div>
214
+ <div class="count">(3)</div>
215
+ </div>
216
+
217
+ <div class="filter-row">
218
+ <div class="checkbox"></div>
219
+ <div class="label">New Balance 373</div>
220
+ <div class="count">(3)</div>
221
+ </div>
222
+
223
+ <div class="filter-row">
224
+ <div class="checkbox"></div>
225
+ <div class="label">New Balance 680</div>
226
+ <div class="count">(3)</div>
227
+ </div>
228
+
229
+ <div class="filter-row">
230
+ <div class="checkbox"></div>
231
+ <div class="label">New Balance Arishi</div>
232
+ <div class="count">(3)</div>
233
+ </div>
234
+
235
+ <div class="filter-row">
236
+ <div class="checkbox"></div>
237
+ <div class="label">New Balance 1540v2</div>
238
+ <div class="count">(2)</div>
239
+ </div>
240
+
241
+ <div class="filter-row">
242
+ <div class="checkbox"></div>
243
+ <div class="label">New Balance 813</div>
244
+ <div class="count">(2)</div>
245
+ </div>
246
+
247
+ <div class="filter-row">
248
+ <div class="checkbox"></div>
249
+ <div class="label">New Balance 846</div>
250
+ <div class="count">(2)</div>
251
+ </div>
252
+
253
+ <div class="filter-row">
254
+ <div class="checkbox"></div>
255
+ <div class="label">New Balance 928</div>
256
+ <div class="count">(2)</div>
257
+ </div>
258
+
259
+ <div class="filter-row">
260
+ <div class="checkbox"></div>
261
+ <div class="label">New Balance 980</div>
262
+ <div class="count">(2)</div>
263
+ </div>
264
+
265
+ <div class="filter-row">
266
+ <div class="checkbox"></div>
267
+ <div class="label">New Balance Beaya</div>
268
+ <div class="count">(2)</div>
269
+ </div>
270
+ </div>
271
+
272
+ <div class="sheet-footer">
273
+ <div class="cta">Show 252 results</div>
274
+ </div>
275
+ </div>
276
+ </div>
277
+ </body>
278
+ </html>
code/4717/4717_7.html ADDED
@@ -0,0 +1,244 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Filter - Model</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: #F6F6F6;
13
+ font-family: Arial, Helvetica, sans-serif;
14
+ color: #222;
15
+ }
16
+
17
+ /* Underlay content (page behind the panel) */
18
+ .underlay {
19
+ position: absolute; left: 0; top: 0; width: 1080px; height: 2400px;
20
+ background: #FAFAFA;
21
+ }
22
+ .status-bar {
23
+ height: 120px; padding: 0 36px;
24
+ display: flex; align-items: center; justify-content: space-between;
25
+ color: #6B6B6B; font-size: 36px;
26
+ }
27
+ .status-icons { display: flex; gap: 24px; align-items: center; }
28
+ .status-icon { width: 36px; height: 36px; background: #BDBDBD; border-radius: 18px; }
29
+
30
+ .content-list {
31
+ padding: 24px 24px 0 24px;
32
+ }
33
+ .card {
34
+ width: 960px; height: 360px;
35
+ background: #FFFFFF; border-radius: 28px;
36
+ box-shadow: 0 2px 6px rgba(0,0,0,0.08);
37
+ display: flex; align-items: center;
38
+ margin-bottom: 30px;
39
+ overflow: hidden;
40
+ }
41
+ .card .img {
42
+ width: 360px; height: 100%;
43
+ background: #E0E0E0; border-right: 1px solid #BDBDBD;
44
+ display: flex; align-items: center; justify-content: center;
45
+ color: #757575; font-size: 30px;
46
+ }
47
+ .card .details {
48
+ padding: 20px 28px; font-size: 32px; color: #555;
49
+ }
50
+ .save {
51
+ color: #3467FF; font-size: 32px; margin: 8px 0 28px 30px;
52
+ }
53
+
54
+ .bottom-nav {
55
+ position: absolute; left: 0; bottom: 0; width: 1080px; height: 160px;
56
+ background: #FFFFFF; border-top: 1px solid #E5E5E5;
57
+ display: flex; align-items: center;
58
+ }
59
+ .bottom-nav .home {
60
+ display: flex; align-items: center; gap: 18px; padding-left: 36px; color: #333; font-size: 34px;
61
+ }
62
+ .home svg { width: 56px; height: 56px; fill: none; stroke: #333; stroke-width: 3; }
63
+
64
+ /* Sliding filter panel */
65
+ .panel {
66
+ position: absolute; right: 0; top: 120px; width: 880px; height: 2240px;
67
+ background: #FFFFFF;
68
+ box-shadow: -10px 0 30px rgba(0,0,0,0.12);
69
+ border-left: 1px solid #E5E5E5;
70
+ }
71
+ .panel-header {
72
+ height: 160px;
73
+ border-bottom: 1px solid #EAEAEA;
74
+ display: flex; align-items: center; justify-content: center;
75
+ position: relative;
76
+ }
77
+ .back-btn {
78
+ position: absolute; left: 28px; top: 50%; transform: translateY(-50%);
79
+ width: 72px; height: 72px; display: flex; align-items: center; justify-content: center;
80
+ }
81
+ .back-btn svg { width: 48px; height: 48px; fill: none; stroke: #222; stroke-width: 6; }
82
+ .panel-title {
83
+ font-size: 56px; font-weight: 700; color: #222;
84
+ }
85
+
86
+ .filter-list {
87
+ height: calc(2240px - 160px - 220px);
88
+ overflow-y: auto;
89
+ }
90
+ .filter-item {
91
+ display: flex; align-items: center;
92
+ height: 150px; padding: 0 36px;
93
+ border-bottom: 1px solid #E9E9E9;
94
+ }
95
+ .checkbox {
96
+ width: 64px; height: 64px; border: 3px solid #222; border-radius: 10px;
97
+ margin-right: 32px;
98
+ }
99
+ .filter-text {
100
+ font-size: 40px; color: #222;
101
+ }
102
+ .count {
103
+ color: #888; font-size: 34px;
104
+ }
105
+
106
+ .cta-area {
107
+ position: absolute; left: 0; bottom: 0; width: 100%; height: 220px;
108
+ border-top: 1px solid #EAEAEA;
109
+ display: flex; align-items: center; justify-content: center;
110
+ background: #FFFFFF;
111
+ }
112
+ .cta-button {
113
+ width: 780px; height: 120px; border-radius: 60px;
114
+ background: #2F5BFF; color: #FFFFFF; font-size: 40px; font-weight: 700;
115
+ display: flex; align-items: center; justify-content: center;
116
+ box-shadow: 0 6px 12px rgba(47,91,255,0.35);
117
+ }
118
+ </style>
119
+ </head>
120
+ <body>
121
+ <div id="render-target">
122
+
123
+ <!-- Underlay (what's beneath the panel) -->
124
+ <div class="underlay">
125
+ <div class="status-bar">
126
+ <div>3:53</div>
127
+ <div class="status-icons">
128
+ <div class="status-icon"></div>
129
+ <div class="status-icon"></div>
130
+ </div>
131
+ </div>
132
+
133
+ <div class="save">♡ Save search</div>
134
+
135
+ <div class="content-list">
136
+ <div class="card">
137
+ <div class="img">[IMG: Shoe Photo]</div>
138
+ <div class="details">
139
+ New Balance Trail Runner<br>
140
+ Size 9 • Good condition
141
+ </div>
142
+ </div>
143
+
144
+ <div class="card">
145
+ <div class="img">[IMG: Shoe Close-up]</div>
146
+ <div class="details">
147
+ Black running shoes<br>
148
+ Size 10 • Lightly used
149
+ </div>
150
+ </div>
151
+
152
+ <div class="card">
153
+ <div class="img">[IMG: Shoe on Table]</div>
154
+ <div class="details">
155
+ Outdoor sneakers<br>
156
+ Size 8 • Fast shipping
157
+ </div>
158
+ </div>
159
+ </div>
160
+
161
+ <div class="bottom-nav">
162
+ <div class="home">
163
+ <svg viewBox="0 0 24 24">
164
+ <path d="M4 10l8-6 8 6v10h-5v-6H9v6H4z"></path>
165
+ </svg>
166
+ <span>Home</span>
167
+ </div>
168
+ </div>
169
+ </div>
170
+
171
+ <!-- Right-side filter panel -->
172
+ <div class="panel">
173
+ <div class="panel-header">
174
+ <div class="back-btn">
175
+ <svg viewBox="0 0 24 24">
176
+ <path d="M15 5l-7 7 7 7"></path>
177
+ </svg>
178
+ </div>
179
+ <div class="panel-title">Model</div>
180
+ </div>
181
+
182
+ <div class="filter-list">
183
+ <div class="filter-item">
184
+ <div class="checkbox"></div>
185
+ <div class="filter-text">New Balance <span class="count">(25)</span></div>
186
+ </div>
187
+ <div class="filter-item">
188
+ <div class="checkbox"></div>
189
+ <div class="filter-text">New Balance 624 <span class="count">(17)</span></div>
190
+ </div>
191
+ <div class="filter-item">
192
+ <div class="checkbox"></div>
193
+ <div class="filter-text">New Balance Fresh Foam <span class="count">(13)</span></div>
194
+ </div>
195
+ <div class="filter-item">
196
+ <div class="checkbox"></div>
197
+ <div class="filter-text">New Balance 420 <span class="count">(8)</span></div>
198
+ </div>
199
+ <div class="filter-item">
200
+ <div class="checkbox"></div>
201
+ <div class="filter-text">New Balance 510 <span class="count">(8)</span></div>
202
+ </div>
203
+ <div class="filter-item">
204
+ <div class="checkbox"></div>
205
+ <div class="filter-text">New Balance Fresh Foam 1080v12 <span class="count">(7)</span></div>
206
+ </div>
207
+ <div class="filter-item">
208
+ <div class="checkbox"></div>
209
+ <div class="filter-text">New Balance 615 <span class="count">(4)</span></div>
210
+ </div>
211
+ <div class="filter-item">
212
+ <div class="checkbox"></div>
213
+ <div class="filter-text">New Balance Fresh Foam Arishi <span class="count">(4)</span></div>
214
+ </div>
215
+ <div class="filter-item">
216
+ <div class="checkbox"></div>
217
+ <div class="filter-text">New Balance 1540 <span class="count">(3)</span></div>
218
+ </div>
219
+ <div class="filter-item">
220
+ <div class="checkbox"></div>
221
+ <div class="filter-text">New Balance 247 <span class="count">(3)</span></div>
222
+ </div>
223
+ <div class="filter-item">
224
+ <div class="checkbox"></div>
225
+ <div class="filter-text">New Balance 373 <span class="count">(3)</span></div>
226
+ </div>
227
+ <div class="filter-item">
228
+ <div class="checkbox"></div>
229
+ <div class="filter-text">New Balance 680 <span class="count">(3)</span></div>
230
+ </div>
231
+ <div class="filter-item">
232
+ <div class="checkbox"></div>
233
+ <div class="filter-text">New Balance Arishi <span class="count">(3)</span></div>
234
+ </div>
235
+ </div>
236
+
237
+ <div class="cta-area">
238
+ <div class="cta-button">Show 252 results</div>
239
+ </div>
240
+ </div>
241
+
242
+ </div>
243
+ </body>
244
+ </html>
code/4717/4717_8.html ADDED
@@ -0,0 +1,170 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Model Filter 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: #f5f5f5;
15
+ }
16
+
17
+ /* Underlying left content (dimmed feed) */
18
+ .left-feed {
19
+ position: absolute;
20
+ top: 120px;
21
+ left: 0;
22
+ width: 220px;
23
+ height: 2160px;
24
+ padding: 20px 12px;
25
+ opacity: 0.55;
26
+ }
27
+ .feed-card {
28
+ width: 196px;
29
+ height: 196px;
30
+ border-radius: 24px;
31
+ background: #E0E0E0;
32
+ border: 1px solid #BDBDBD;
33
+ display: flex;
34
+ align-items: center;
35
+ justify-content: center;
36
+ color: #757575;
37
+ font-size: 28px;
38
+ margin-bottom: 80px;
39
+ }
40
+
41
+ /* Right sheet overlay */
42
+ .sheet {
43
+ position: absolute;
44
+ top: 0;
45
+ left: 120px;
46
+ width: 960px;
47
+ height: 2400px;
48
+ background: #ffffff;
49
+ box-shadow: -6px 0 20px rgba(0,0,0,0.08);
50
+ }
51
+
52
+ /* Header */
53
+ .header {
54
+ height: 180px;
55
+ display: flex;
56
+ align-items: center;
57
+ padding: 0 28px;
58
+ position: relative;
59
+ }
60
+ .back-btn {
61
+ width: 96px;
62
+ height: 96px;
63
+ display: flex;
64
+ align-items: center;
65
+ justify-content: center;
66
+ cursor: default;
67
+ }
68
+ .title {
69
+ position: absolute;
70
+ left: 0;
71
+ right: 0;
72
+ text-align: center;
73
+ font-weight: 700;
74
+ font-size: 56px;
75
+ color: #222;
76
+ }
77
+ .divider {
78
+ height: 1px;
79
+ background: #e6e6e6;
80
+ }
81
+
82
+ /* List item */
83
+ .option-row {
84
+ display: flex;
85
+ align-items: center;
86
+ padding: 36px 40px;
87
+ gap: 30px;
88
+ }
89
+ .checkbox {
90
+ width: 64px;
91
+ height: 64px;
92
+ border-radius: 10px;
93
+ background: #111;
94
+ display: flex;
95
+ align-items: center;
96
+ justify-content: center;
97
+ }
98
+ .option-label {
99
+ font-size: 42px;
100
+ color: #222;
101
+ }
102
+
103
+ /* Bottom action area */
104
+ .bottom-divider {
105
+ position: absolute;
106
+ left: 0;
107
+ right: 0;
108
+ bottom: 240px;
109
+ height: 1px;
110
+ background: #e6e6e6;
111
+ }
112
+ .cta {
113
+ position: absolute;
114
+ left: 160px;
115
+ right: 160px;
116
+ bottom: 120px;
117
+ height: 150px;
118
+ background: #3564ff;
119
+ color: #fff;
120
+ border-radius: 80px;
121
+ display: flex;
122
+ align-items: center;
123
+ justify-content: center;
124
+ font-size: 46px;
125
+ font-weight: 700;
126
+ letter-spacing: 0.3px;
127
+ }
128
+ </style>
129
+ </head>
130
+ <body>
131
+ <div id="render-target">
132
+ <!-- Dimmed underlying content visible on the left -->
133
+ <div class="left-feed">
134
+ <div class="feed-card">[IMG: Shoe Listing]</div>
135
+ <div class="feed-card">[IMG: Shoe Listing]</div>
136
+ <div class="feed-card">[IMG: Shoe Listing]</div>
137
+ </div>
138
+
139
+ <!-- Right overlay sheet -->
140
+ <div class="sheet">
141
+ <div class="header">
142
+ <div class="back-btn">
143
+ <!-- Back arrow icon -->
144
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
145
+ <path d="M15 18L9 12l6-6" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
146
+ </svg>
147
+ </div>
148
+ <div class="title">Model</div>
149
+ </div>
150
+ <div class="divider"></div>
151
+
152
+ <!-- Option list -->
153
+ <div class="option-row">
154
+ <div class="checkbox">
155
+ <!-- Check icon -->
156
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none">
157
+ <path d="M5 12l4 4 10-10" stroke="#fff" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
158
+ </svg>
159
+ </div>
160
+ <div class="option-label">New Balance 510</div>
161
+ </div>
162
+ <div class="divider"></div>
163
+
164
+ <!-- Bottom action -->
165
+ <div class="bottom-divider"></div>
166
+ <div class="cta">Show 8 results</div>
167
+ </div>
168
+ </div>
169
+ </body>
170
+ </html>
code/4717/4717_9.html ADDED
@@ -0,0 +1,272 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Rendered UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
15
+ color: #1a1a1a;
16
+ }
17
+ .status-bar {
18
+ height: 90px;
19
+ padding: 18px 28px;
20
+ display: flex;
21
+ align-items: center;
22
+ justify-content: space-between;
23
+ color: #4b4b4b;
24
+ font-size: 34px;
25
+ }
26
+ .status-right { display: flex; gap: 22px; align-items: center; }
27
+ .status-dot {
28
+ width: 24px; height: 24px; background: #9e9e9e; border-radius: 50%;
29
+ }
30
+
31
+ .header {
32
+ height: 130px;
33
+ padding: 0 24px;
34
+ display: flex;
35
+ align-items: center;
36
+ gap: 18px;
37
+ }
38
+ .icon-btn {
39
+ width: 72px; height: 72px; border-radius: 36px;
40
+ display: flex; align-items: center; justify-content: center;
41
+ }
42
+ .title {
43
+ font-size: 46px;
44
+ font-weight: 700;
45
+ letter-spacing: -0.5px;
46
+ white-space: nowrap;
47
+ overflow: hidden;
48
+ text-overflow: ellipsis;
49
+ flex: 1;
50
+ }
51
+
52
+ .top-actions {
53
+ padding: 14px 28px 18px 28px;
54
+ display: flex;
55
+ align-items: center;
56
+ justify-content: space-between;
57
+ color: #2f6df6;
58
+ font-size: 36px;
59
+ }
60
+ .link { display: inline-flex; gap: 14px; align-items: center; }
61
+ .link svg { width: 36px; height: 36px; }
62
+
63
+ .list-area {
64
+ padding: 0 16px 0 16px;
65
+ }
66
+ .card {
67
+ background: #ffffff;
68
+ border-radius: 22px;
69
+ box-shadow: 0 0 0 1px #e8e8e8 inset;
70
+ padding: 22px;
71
+ display: flex;
72
+ gap: 26px;
73
+ margin-bottom: 26px;
74
+ }
75
+ .img-wrap { position: relative; width: 320px; }
76
+ .image-placeholder {
77
+ width: 320px; height: 260px;
78
+ background: #E0E0E0; border: 1px solid #BDBDBD;
79
+ border-radius: 26px;
80
+ display: flex; align-items: center; justify-content: center;
81
+ color: #757575; font-size: 28px; text-align: center; padding: 8px;
82
+ }
83
+ .fav {
84
+ position: absolute; right: -6px; top: -6px;
85
+ width: 86px; height: 86px; background: #fff;
86
+ border-radius: 43px; border: 1px solid #d9d9d9;
87
+ display: flex; align-items: center; justify-content: center;
88
+ box-shadow: 0 4px 10px rgba(0,0,0,0.12);
89
+ }
90
+ .info { flex: 1; padding-top: 6px; }
91
+ .item-title {
92
+ font-size: 38px; line-height: 1.25; font-weight: 600; color: #202020; margin-bottom: 10px;
93
+ }
94
+ .subtitle { color: #7a7a7a; font-size: 32px; margin: 6px 0 12px; }
95
+ .price {
96
+ font-size: 46px; font-weight: 800; margin: 2px 0 6px;
97
+ }
98
+ .offer { font-size: 30px; color: #3d3d3d; margin-bottom: 4px; }
99
+ .shipping { font-size: 30px; color: #8a8a8a; }
100
+ .sponsored { font-size: 28px; color: #8a8a8a; margin-top: 18px; }
101
+ .divider {
102
+ height: 1px; background: #ededed; margin: 18px 0;
103
+ }
104
+
105
+ .results-count {
106
+ text-align: center;
107
+ font-size: 34px;
108
+ color: #4b4b4b;
109
+ padding: 18px 0;
110
+ }
111
+
112
+ .tabbar {
113
+ position: absolute; left: 0; right: 0; bottom: 0;
114
+ height: 210px;
115
+ background: #fafafa;
116
+ border-top: 1px solid #e5e5e5;
117
+ display: flex; align-items: center; justify-content: space-around;
118
+ padding-bottom: 24px;
119
+ }
120
+ .tab {
121
+ width: 20%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px;
122
+ color: #6e6e6e; font-size: 30px;
123
+ }
124
+ .tab .icon { width: 64px; height: 64px; }
125
+ .tab.active { color: #2f6df6; }
126
+ </style>
127
+ </head>
128
+ <body>
129
+ <div id="render-target">
130
+
131
+ <div class="status-bar">
132
+ <div>3:54</div>
133
+ <div class="status-right">
134
+ <div class="status-dot"></div>
135
+ <div class="status-dot"></div>
136
+ </div>
137
+ </div>
138
+
139
+ <div class="header">
140
+ <div class="icon-btn">
141
+ <svg width="44" height="44" viewBox="0 0 64 64" fill="none">
142
+ <path d="M40 12 L20 32 L40 52" stroke="#222" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"/>
143
+ </svg>
144
+ </div>
145
+ <div class="title">New Balance Shoe...</div>
146
+ <div class="icon-btn">
147
+ <svg width="44" height="44" viewBox="0 0 64 64" fill="none">
148
+ <circle cx="28" cy="28" r="16" stroke="#222" stroke-width="6"/>
149
+ <path d="M44 44 L56 56" stroke="#222" stroke-width="6" stroke-linecap="round"/>
150
+ </svg>
151
+ </div>
152
+ </div>
153
+
154
+ <div class="top-actions">
155
+ <div class="link">
156
+ <svg viewBox="0 0 64 64" fill="none">
157
+ <path d="M32 54s-18-8-18-22c0-8 10-12 18-4 8-8 18-4 18 4 0 14-18 22-18 22z" stroke="#2f6df6" stroke-width="4" fill="none"/>
158
+ </svg>
159
+ <span>Save this search</span>
160
+ </div>
161
+ <div class="link">
162
+ <span>Sort</span>
163
+ <svg viewBox="0 0 64 64" fill="none">
164
+ <path d="M24 18 L16 26 L32 26 Z" fill="#2f6df6"/>
165
+ <path d="M40 46 L48 38 L32 38 Z" fill="#2f6df6"/>
166
+ </svg>
167
+ </div>
168
+ </div>
169
+
170
+ <div class="list-area">
171
+ <div class="card">
172
+ <div class="img-wrap">
173
+ <div class="image-placeholder">[IMG: New Balance Shoe]</div>
174
+ <div class="fav">
175
+ <svg width="44" height="44" viewBox="0 0 64 64" fill="none">
176
+ <path d="M32 54s-18-8-18-22c0-8 10-12 18-4 8-8 18-4 18 4 0 14-18 22-18 22z" stroke="#333" stroke-width="4" fill="none"/>
177
+ </svg>
178
+ </div>
179
+ </div>
180
+ <div class="info">
181
+ <div class="item-title">Women's 7.5 B M New Balance Shoes For Crews Slip-Resistant 510v3 Shoes Sneakers</div>
182
+ <div class="subtitle">Pre-Owned</div>
183
+ <div class="price">£32.14</div>
184
+ <div class="offer">or Best Offer</div>
185
+ <div class="shipping">+£67.88 shipping from United States</div>
186
+ <div class="sponsored">Sponsored</div>
187
+ </div>
188
+ </div>
189
+
190
+ <div class="divider"></div>
191
+
192
+ <div class="card">
193
+ <div class="img-wrap">
194
+ <div class="image-placeholder">[IMG: New Balance Shoe]</div>
195
+ <div class="fav">
196
+ <svg width="44" height="44" viewBox="0 0 64 64" fill="none">
197
+ <path d="M32 54s-18-8-18-22c0-8 10-12 18-4 8-8 18-4 18 4 0 14-18 22-18 22z" stroke="#333" stroke-width="4" fill="none"/>
198
+ </svg>
199
+ </div>
200
+ </div>
201
+ <div class="info">
202
+ <div class="item-title">New Balance Women's Shoes For Crews 510v3 Shoes Teal WID510L3 Size US 9</div>
203
+ <div class="subtitle">Pre-Owned</div>
204
+ <div class="price">£37.08</div>
205
+ <div class="offer">or Best Offer</div>
206
+ <div class="shipping">+£69.64 shipping from United States</div>
207
+ <div class="sponsored">Sponsored</div>
208
+ </div>
209
+ </div>
210
+
211
+ <div class="divider"></div>
212
+
213
+ <div class="card">
214
+ <div class="img-wrap">
215
+ <div class="image-placeholder">[IMG: New Balance Shoe]</div>
216
+ <div class="fav">
217
+ <svg width="44" height="44" viewBox="0 0 64 64" fill="none">
218
+ <path d="M32 54s-18-8-18-22c0-8 10-12 18-4 8-8 18-4 18 4 0 14-18 22-18 22z" stroke="#333" stroke-width="4" fill="none"/>
219
+ </svg>
220
+ </div>
221
+ </div>
222
+ <div class="info">
223
+ <div class="item-title">New Balance Women's Shoes For Crews 510v3 Shoes JQ2 Teal WID510L3 Size US 8***</div>
224
+ <div class="subtitle">Pre-Owned</div>
225
+ <div class="price">£28.84</div>
226
+ <div class="offer">or Best Offer</div>
227
+ <div class="shipping">+£69.08 shipping</div>
228
+ </div>
229
+ </div>
230
+ </div>
231
+
232
+ <div class="results-count">8 results</div>
233
+
234
+ <div class="tabbar">
235
+ <div class="tab">
236
+ <svg class="icon" viewBox="0 0 64 64" fill="none">
237
+ <path d="M8 28 L32 10 L56 28 V54 H40 V38 H24 V54 H8 Z" stroke="#6e6e6e" stroke-width="4" fill="none"/>
238
+ </svg>
239
+ <div>Home</div>
240
+ </div>
241
+ <div class="tab">
242
+ <svg class="icon" viewBox="0 0 64 64" fill="none">
243
+ <circle cx="32" cy="22" r="12" stroke="#6e6e6e" stroke-width="4"/>
244
+ <path d="M12 54c4-12 16-14 20-14s16 2 20 14" stroke="#6e6e6e" stroke-width="4" fill="none"/>
245
+ </svg>
246
+ <div>My eBay</div>
247
+ </div>
248
+ <div class="tab active">
249
+ <svg class="icon" viewBox="0 0 64 64" fill="none">
250
+ <circle cx="28" cy="28" r="16" stroke="#2f6df6" stroke-width="4"/>
251
+ <path d="M44 44 L56 56" stroke="#2f6df6" stroke-width="4" stroke-linecap="round"/>
252
+ </svg>
253
+ <div>Search</div>
254
+ </div>
255
+ <div class="tab">
256
+ <svg class="icon" viewBox="0 0 64 64" fill="none">
257
+ <path d="M32 12 C24 12 18 18 18 26 V34 L12 38 V42 H52 V38 L46 34 V26 C46 18 40 12 32 12 Z" stroke="#6e6e6e" stroke-width="4" fill="none"/>
258
+ </svg>
259
+ <div>Inbox</div>
260
+ </div>
261
+ <div class="tab">
262
+ <svg class="icon" viewBox="0 0 64 64" fill="none">
263
+ <path d="M20 16 L52 16 L44 52 L12 52 Z" stroke="#6e6e6e" stroke-width="4" fill="none"/>
264
+ <circle cx="20" cy="16" r="4" fill="#6e6e6e"/>
265
+ </svg>
266
+ <div>Selling</div>
267
+ </div>
268
+ </div>
269
+
270
+ </div>
271
+ </body>
272
+ </html>
code/4718/4718_0.html ADDED
@@ -0,0 +1,220 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Courses Screen</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
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ position: absolute; top: 0; left: 0; right: 0;
18
+ height: 120px; background: #0c1c2e;
19
+ color: #ffffff; font-family: "Helvetica Neue", Arial, sans-serif;
20
+ }
21
+ .status-left { position: absolute; top: 32px; left: 40px; display: flex; align-items: center; gap: 20px; }
22
+ .status-right { position: absolute; top: 32px; right: 40px; display: flex; align-items: center; gap: 24px; }
23
+ .status-time { font-size: 44px; font-weight: 600; letter-spacing: 0.5px; }
24
+
25
+ /* Header */
26
+ .header {
27
+ position: absolute; top: 120px; left: 0; right: 0;
28
+ height: 280px; background: #ffffff;
29
+ border-bottom: 1px solid #f0f0f0;
30
+ font-family: "Helvetica Neue", Arial, sans-serif;
31
+ }
32
+ .date-line {
33
+ position: absolute; top: 36px; left: 48px;
34
+ color: #9aa0ad; font-size: 34px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
35
+ }
36
+ .title {
37
+ position: absolute; top: 96px; left: 48px;
38
+ font-size: 96px; font-weight: 800; color: #111111; line-height: 1.1;
39
+ }
40
+ .flag {
41
+ position: absolute; top: 40px; right: 48px;
42
+ width: 120px; height: 120px; border-radius: 60px;
43
+ border: 6px solid #e4e6ea; box-sizing: border-box;
44
+ background: linear-gradient(to bottom, #e74a4a 0 33%, #ffffff 33% 66%, #2f63c9 66% 100%);
45
+ }
46
+
47
+ /* Timeline */
48
+ .timeline-line {
49
+ position: absolute; left: 180px; top: 380px; width: 16px; height: 1720px;
50
+ background: #e9eff2; border-radius: 8px;
51
+ }
52
+ .node { position: absolute; left: 120px; width: 180px; height: 180px; border-radius: 90px;
53
+ border: 14px solid #e9eff2; box-sizing: border-box; background: #f5f9fb; }
54
+ .node .img {
55
+ position: absolute; inset: 20px;
56
+ background: #E0E0E0; border: 1px solid #BDBDBD;
57
+ display: flex; justify-content: center; align-items: center; color: #757575; font-size: 30px; text-align: center; border-radius: 12px;
58
+ }
59
+ .label {
60
+ position: absolute; left: 360px; color: #a3a7b5;
61
+ font-family: "Helvetica Neue", Arial, sans-serif; font-weight: 700;
62
+ font-size: 54px; letter-spacing: 0.3px;
63
+ }
64
+
65
+ /* Section header */
66
+ .section-title {
67
+ position: absolute; left: 48px; color: #8e93a4;
68
+ font-family: "Helvetica Neue", Arial, sans-serif; font-weight: 800;
69
+ font-size: 64px;
70
+ }
71
+
72
+ /* Premium sticker */
73
+ .premium {
74
+ position: absolute; right: 60px; bottom: 360px;
75
+ display: flex; align-items: center; gap: 20px;
76
+ }
77
+ .premium .avatar {
78
+ width: 140px; height: 140px; background: #E0E0E0; border: 1px solid #BDBDBD;
79
+ border-radius: 70px; display: flex; align-items: center; justify-content: center; color: #757575; font-weight: 700;
80
+ }
81
+ .premium .pill {
82
+ padding: 20px 34px; background: #ffd64f; border-radius: 50px;
83
+ color: #1a1a1a; font-weight: 900; font-size: 40px; border: 1px solid #e6b83c;
84
+ }
85
+
86
+ /* Bottom navigation */
87
+ .bottom-nav {
88
+ position: absolute; left: 0; right: 0; bottom: 0; height: 220px;
89
+ background: #ffffff; border-top: 1px solid #eeeeee;
90
+ display: flex; justify-content: space-around; align-items: center;
91
+ font-family: "Helvetica Neue", Arial, sans-serif;
92
+ }
93
+ .tab { display: flex; flex-direction: column; align-items: center; gap: 16px; }
94
+ .tab span { font-size: 36px; font-weight: 700; color: #b4b8c3; }
95
+ .tab.active span { color: #000000; }
96
+ .home-indicator {
97
+ position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
98
+ width: 320px; height: 14px; background: #000000; border-radius: 7px; opacity: 0.15;
99
+ }
100
+
101
+ /* Icon common */
102
+ svg { display: block; }
103
+ </style>
104
+ </head>
105
+ <body>
106
+ <div id="render-target">
107
+
108
+ <!-- Status Bar -->
109
+ <div class="status-bar">
110
+ <div class="status-left">
111
+ <div class="status-time">12:13</div>
112
+ <!-- Sun icon -->
113
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="#ffffff" xmlns="http://www.w3.org/2000/svg">
114
+ <circle cx="12" cy="12" r="4" fill="#ffffff"/>
115
+ <path d="M12 1v3M12 20v3M1 12h3M20 12h3M4.2 4.2l2.1 2.1M17.7 17.7l2.1 2.1M19.8 4.2l-2.1 2.1M6.3 17.7l-2.1 2.1" stroke="#ffffff" stroke-width="2" stroke-linecap="round"/>
116
+ </svg>
117
+ </div>
118
+ <div class="status-right">
119
+ <!-- WiFi icon -->
120
+ <svg width="44" height="44" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
121
+ <path d="M2 8c5-4 15-4 20 0M5 12c3-3 11-3 14 0M9 16c2-2 4-2 6 0M12 19l0 .01" stroke="#ffffff" stroke-width="2" fill="none" stroke-linecap="round"/>
122
+ </svg>
123
+ <!-- Battery icon -->
124
+ <svg width="44" height="44" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
125
+ <rect x="2" y="6" width="16" height="12" rx="2" ry="2" stroke="#ffffff" stroke-width="2" fill="none"/>
126
+ <rect x="4" y="8" width="12" height="8" fill="#ffffff"/>
127
+ <rect x="19" y="9" width="3" height="6" fill="#ffffff"/>
128
+ </svg>
129
+ </div>
130
+ </div>
131
+
132
+ <!-- Header -->
133
+ <div class="header">
134
+ <div class="date-line">Tuesday • Oct, 10</div>
135
+ <div class="title">Courses</div>
136
+ <div class="flag" aria-label="Netherlands Flag"></div>
137
+ </div>
138
+
139
+ <!-- Timeline backbone -->
140
+ <div class="timeline-line"></div>
141
+
142
+ <!-- Top nodes -->
143
+ <div class="node" style="top: 420px;">
144
+ <div class="img">[IMG: Writing]</div>
145
+ </div>
146
+ <div class="label" style="top: 480px;">Writing</div>
147
+
148
+ <div class="node" style="top: 780px;">
149
+ <div class="img">[IMG: Trophy]</div>
150
+ </div>
151
+ <div class="label" style="top: 840px;">Challenge</div>
152
+
153
+ <!-- Section title -->
154
+ <div class="section-title" style="top: 1040px;">Ordering food and drinks</div>
155
+
156
+ <!-- Lower nodes -->
157
+ <div class="node" style="top: 1210px;">
158
+ <div class="img">[IMG: ABC Blocks]</div>
159
+ </div>
160
+ <div class="label" style="top: 1270px;">Word-by-word</div>
161
+
162
+ <div class="node" style="top: 1560px;">
163
+ <div class="img">[IMG: Speech Bubbles]</div>
164
+ </div>
165
+ <div class="label" style="top: 1620px;">Speaking</div>
166
+
167
+ <div class="node" style="top: 1890px;">
168
+ <div class="img">[IMG: Writing]</div>
169
+ </div>
170
+ <div class="label" style="top: 1950px;">Writing</div>
171
+
172
+ <div class="node" style="top: 2220px;">
173
+ <div class="img">[IMG: Trophy]</div>
174
+ </div>
175
+ <div class="label" style="top: 2280px;">Challenge</div>
176
+
177
+ <!-- Premium sticker -->
178
+ <div class="premium">
179
+ <div class="avatar">[IMG: Mascot]</div>
180
+ <div class="pill">PREMIUM</div>
181
+ </div>
182
+
183
+ <!-- Bottom Navigation -->
184
+ <div class="bottom-nav">
185
+ <div class="tab active">
186
+ <!-- Mortarboard icon -->
187
+ <svg width="72" height="72" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
188
+ <path d="M12 3l10 5-10 5L2 8l10-5z" fill="#111111"/>
189
+ <path d="M4 10v5c0 2 3.6 3 8 3s8-1 8-3v-5" stroke="#111111" stroke-width="2" fill="none"/>
190
+ </svg>
191
+ <span>Courses</span>
192
+ </div>
193
+ <div class="tab">
194
+ <!-- ABC icon -->
195
+ <svg width="72" height="72" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
196
+ <rect x="2" y="3" width="7" height="7" rx="1.5" fill="#b4b8c3"/>
197
+ <rect x="9" y="3" width="7" height="7" rx="1.5" fill="#b4b8c3"/>
198
+ <rect x="16" y="3" width="7" height="7" rx="1.5" fill="#b4b8c3"/>
199
+ <text x="5" y="8" font-size="5" fill="#ffffff" font-weight="700">A</text>
200
+ <text x="12" y="8" font-size="5" fill="#ffffff" font-weight="700">B</text>
201
+ <text x="19" y="8" font-size="5" fill="#ffffff" font-weight="700">C</text>
202
+ </svg>
203
+ <span>Words</span>
204
+ </div>
205
+ <div class="tab">
206
+ <!-- Progress icon -->
207
+ <svg width="72" height="72" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
208
+ <path d="M3 18l5-6 4 3 7-9" stroke="#b4b8c3" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
209
+ <circle cx="8" cy="12" r="1.5" fill="#b4b8c3"/>
210
+ <circle cx="12" cy="15" r="1.5" fill="#b4b8c3"/>
211
+ <circle cx="20" cy="6" r="1.5" fill="#b4b8c3"/>
212
+ </svg>
213
+ <span>Progress</span>
214
+ </div>
215
+ <div class="home-indicator"></div>
216
+ </div>
217
+
218
+ </div>
219
+ </body>
220
+ </html>
code/4718/4718_1.html ADDED
@@ -0,0 +1,390 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Progress Screen Mock</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
13
+ color: #111;
14
+ }
15
+ #render-target {
16
+ width: 1080px;
17
+ height: 2400px;
18
+ position: relative;
19
+ overflow: hidden;
20
+ background: #FFFFFF;
21
+ }
22
+
23
+ /* Status bar */
24
+ .status-bar {
25
+ height: 120px;
26
+ background: #0B1A2B;
27
+ color: #fff;
28
+ display: flex;
29
+ align-items: center;
30
+ padding: 0 40px;
31
+ box-sizing: border-box;
32
+ }
33
+ .status-left {
34
+ display: flex;
35
+ align-items: center;
36
+ gap: 20px;
37
+ font-size: 40px;
38
+ font-weight: 600;
39
+ }
40
+ .status-right {
41
+ margin-left: auto;
42
+ display: flex;
43
+ align-items: center;
44
+ gap: 30px;
45
+ }
46
+ .status-icon svg {
47
+ width: 50px;
48
+ height: 50px;
49
+ fill: none;
50
+ stroke: #ffffff;
51
+ stroke-width: 6;
52
+ }
53
+
54
+ /* Header */
55
+ .header {
56
+ background: #fff;
57
+ padding: 36px 48px 24px 48px;
58
+ border-bottom: 1px solid #EAEAEA;
59
+ }
60
+ .header-row {
61
+ display: flex;
62
+ align-items: center;
63
+ }
64
+ .date-text {
65
+ font-size: 34px;
66
+ color: #80848A;
67
+ letter-spacing: 0.5px;
68
+ text-transform: uppercase;
69
+ font-weight: 600;
70
+ }
71
+ .header-actions {
72
+ margin-left: auto;
73
+ display: flex;
74
+ align-items: center;
75
+ gap: 24px;
76
+ }
77
+ .circle-action {
78
+ width: 96px;
79
+ height: 96px;
80
+ border-radius: 50%;
81
+ background: #F4F5F7;
82
+ border: 1px solid #E0E0E0;
83
+ display: flex;
84
+ align-items: center;
85
+ justify-content: center;
86
+ color: #9AA0A6;
87
+ font-size: 48px;
88
+ }
89
+ .flag-circle {
90
+ width: 96px;
91
+ height: 96px;
92
+ border-radius: 50%;
93
+ border: 6px solid #E0E0E0;
94
+ box-sizing: border-box;
95
+ background: linear-gradient(#D74B4B 0 33%, #FFFFFF 33% 66%, #2C69C7 66% 100%);
96
+ }
97
+ .title {
98
+ font-size: 86px;
99
+ font-weight: 800;
100
+ margin: 14px 0 24px 0;
101
+ letter-spacing: 0.2px;
102
+ }
103
+
104
+ /* Banner */
105
+ .banner {
106
+ margin: 24px 48px;
107
+ height: 540px;
108
+ border-radius: 44px;
109
+ background: #BBD1FF;
110
+ border: 1px solid #CAD7F7;
111
+ display: flex;
112
+ align-items: center;
113
+ justify-content: center;
114
+ color: #5A6E99;
115
+ font-size: 40px;
116
+ font-weight: 600;
117
+ }
118
+
119
+ /* Stats list */
120
+ .stats {
121
+ padding: 10px 48px 0 48px;
122
+ }
123
+ .stat-item {
124
+ display: flex;
125
+ align-items: center;
126
+ gap: 34px;
127
+ padding: 34px 0;
128
+ }
129
+ .stat-icon {
130
+ width: 132px;
131
+ height: 132px;
132
+ border-radius: 50%;
133
+ display: flex;
134
+ align-items: center;
135
+ justify-content: center;
136
+ border: 1px solid #E6E6E6;
137
+ }
138
+ .stat-icon svg {
139
+ width: 70px;
140
+ height: 70px;
141
+ stroke-width: 6;
142
+ }
143
+ .stat-text .top {
144
+ font-size: 56px;
145
+ font-weight: 800;
146
+ letter-spacing: 0.2px;
147
+ }
148
+ .stat-text .sub {
149
+ margin-top: 6px;
150
+ font-size: 40px;
151
+ color: #333;
152
+ }
153
+
154
+ /* Bottom nav */
155
+ .bottom-nav {
156
+ position: absolute;
157
+ left: 0;
158
+ right: 0;
159
+ bottom: 110px;
160
+ height: 170px;
161
+ border-top: 1px solid #EAEAEA;
162
+ background: #FFFFFF;
163
+ display: flex;
164
+ justify-content: space-around;
165
+ align-items: center;
166
+ }
167
+ .nav-item {
168
+ width: 33.33%;
169
+ height: 100%;
170
+ display: flex;
171
+ flex-direction: column;
172
+ align-items: center;
173
+ justify-content: center;
174
+ gap: 18px;
175
+ color: #A1A6AD;
176
+ font-size: 34px;
177
+ }
178
+ .nav-item svg {
179
+ width: 56px;
180
+ height: 56px;
181
+ stroke-width: 7;
182
+ }
183
+ .nav-item.active {
184
+ color: #111;
185
+ }
186
+ .nav-item.active svg {
187
+ stroke: #111;
188
+ }
189
+ .nav-item svg {
190
+ stroke: currentColor;
191
+ }
192
+
193
+ /* Gesture bar area */
194
+ .system-bar {
195
+ position: absolute;
196
+ bottom: 0;
197
+ left: 0;
198
+ right: 0;
199
+ height: 110px;
200
+ background: #000000;
201
+ display: flex;
202
+ align-items: center;
203
+ justify-content: center;
204
+ }
205
+ .home-pill {
206
+ width: 280px;
207
+ height: 16px;
208
+ background: #D2D2D2;
209
+ border-radius: 10px;
210
+ }
211
+ </style>
212
+ </head>
213
+ <body>
214
+ <div id="render-target">
215
+
216
+ <!-- Status bar -->
217
+ <div class="status-bar">
218
+ <div class="status-left">
219
+ <span>12:21</span>
220
+ <span class="status-icon">
221
+ <svg viewBox="0 0 24 24">
222
+ <circle cx="12" cy="12" r="4" fill="none" stroke="#fff"/>
223
+ <line x1="12" y1="1" x2="12" y2="5" />
224
+ <line x1="12" y1="19" x2="12" y2="23" />
225
+ <line x1="1" y1="12" x2="5" y2="12" />
226
+ <line x1="19" y1="12" x2="23" y2="12" />
227
+ <line x1="4" y1="4" x2="6" y2="6" />
228
+ <line x1="18" y1="18" x2="20" y2="20" />
229
+ <line x1="18" y1="6" x2="20" y2="4" />
230
+ <line x1="4" y1="20" x2="6" y2="18" />
231
+ </svg>
232
+ </span>
233
+ </div>
234
+ <div class="status-right">
235
+ <span class="status-icon">
236
+ <!-- wifi -->
237
+ <svg viewBox="0 0 24 24">
238
+ <path d="M2 8c5-4 15-4 20 0" />
239
+ <path d="M5 12c4-3 10-3 14 0" />
240
+ <path d="M9 16c3-2 5-2 8 0" />
241
+ <circle cx="12" cy="19" r="1.2" fill="#fff" stroke="none"/>
242
+ </svg>
243
+ </span>
244
+ <span class="status-icon">
245
+ <!-- battery -->
246
+ <svg viewBox="0 0 24 24">
247
+ <rect x="2" y="6" width="18" height="12" rx="2" />
248
+ <rect x="20" y="9" width="2" height="6" rx="1" />
249
+ <rect x="4" y="8" width="14" height="8" rx="1" fill="#fff" stroke="none"/>
250
+ </svg>
251
+ </span>
252
+ </div>
253
+ </div>
254
+
255
+ <!-- Header -->
256
+ <div class="header">
257
+ <div class="header-row">
258
+ <div class="date-text">Wednesday • Oct, 11</div>
259
+ <div class="header-actions">
260
+ <div class="circle-action" aria-label="Settings">⚙️</div>
261
+ <div class="flag-circle" aria-label="Flag"></div>
262
+ </div>
263
+ </div>
264
+ <div class="title">Progress</div>
265
+ </div>
266
+
267
+ <!-- Banner image placeholder -->
268
+ <div class="banner">
269
+ <div style="width: 92%; height: 86%; background:#E0E0E0;border:1px solid #BDBDBD;border-radius:28px;display:flex;align-items:center;justify-content:center;color:#757575;">
270
+ [IMG: Windmill scenery illustration]
271
+ </div>
272
+ </div>
273
+
274
+ <!-- Stats list -->
275
+ <div class="stats">
276
+ <!-- Practicing Dutch -->
277
+ <div class="stat-item">
278
+ <div class="stat-icon" style="background:#EAF7FF;">
279
+ <svg viewBox="0 0 24 24">
280
+ <path d="M4 5h10a6 6 0 0 1 6 6v3a6 6 0 0 1-6 6H9l-5 3v-3a6 6 0 0 1-0-6V11a6 6 0 0 1 5-6z" fill="none" stroke="#5AB3E6"/>
281
+ </svg>
282
+ </div>
283
+ <div class="stat-text">
284
+ <div class="top">14m47s</div>
285
+ <div class="sub">Practicing Dutch</div>
286
+ </div>
287
+ </div>
288
+
289
+ <!-- Words Spoken -->
290
+ <div class="stat-item">
291
+ <div class="stat-icon" style="background:#E6FAF0;">
292
+ <svg viewBox="0 0 24 24">
293
+ <rect x="3" y="5" width="6" height="6" rx="1" fill="none" stroke="#4FC38A"/>
294
+ <rect x="10" y="5" width="6" height="6" rx="1" fill="none" stroke="#4FC38A"/>
295
+ <rect x="6.5" y="12.5" width="6" height="6" rx="1" fill="none" stroke="#4FC38A"/>
296
+ <text x="6" y="10" font-size="4" fill="#4FC38A">A</text>
297
+ <text x="13" y="10" font-size="4" fill="#4FC38A">B</text>
298
+ <text x="9.5" y="17.5" font-size="4" fill="#4FC38A">C</text>
299
+ </svg>
300
+ </div>
301
+ <div class="stat-text">
302
+ <div class="top">43</div>
303
+ <div class="sub">Words Spoken</div>
304
+ </div>
305
+ </div>
306
+
307
+ <!-- Sentences Spoken -->
308
+ <div class="stat-item">
309
+ <div class="stat-icon" style="background:#FFF6E6;">
310
+ <svg viewBox="0 0 24 24">
311
+ <rect x="4" y="4" width="16" height="16" rx="2" fill="none" stroke="#F7B84E"/>
312
+ <line x1="7" y1="9" x2="17" y2="9" stroke="#F7B84E"/>
313
+ <line x1="7" y1="13" x2="17" y2="13" stroke="#F7B84E"/>
314
+ <line x1="7" y1="17" x2="13" y2="17" stroke="#F7B84E"/>
315
+ </svg>
316
+ </div>
317
+ <div class="stat-text">
318
+ <div class="top">21</div>
319
+ <div class="sub">Sentences Spoken</div>
320
+ </div>
321
+ </div>
322
+
323
+ <!-- Stars Conquered -->
324
+ <div class="stat-item">
325
+ <div class="stat-icon" style="background:#FFEAE8;">
326
+ <svg viewBox="0 0 24 24">
327
+ <path d="M12 3l3 6 7 1-5 5 1 7-6-3-6 3 1-7-5-5 7-1z" fill="none" stroke="#F08B7E"/>
328
+ </svg>
329
+ </div>
330
+ <div class="stat-text">
331
+ <div class="top">3</div>
332
+ <div class="sub">Stars Conquered</div>
333
+ </div>
334
+ </div>
335
+
336
+ <!-- Days Practicing -->
337
+ <div class="stat-item">
338
+ <div class="stat-icon" style="background:#FFEAF9;">
339
+ <svg viewBox="0 0 24 24">
340
+ <rect x="3" y="5" width="18" height="16" rx="2" fill="none" stroke="#E27AD1"/>
341
+ <line x1="3" y1="9" x2="21" y2="9" stroke="#E27AD1"/>
342
+ <line x1="7" y1="5" x2="7" y2="2" stroke="#E27AD1"/>
343
+ <line x1="17" y1="5" x2="17" y2="2" stroke="#E27AD1"/>
344
+ <rect x="7" y="12" width="4" height="4" fill="none" stroke="#E27AD1"/>
345
+ <rect x="13" y="12" width="4" height="4" fill="none" stroke="#E27AD1"/>
346
+ </svg>
347
+ </div>
348
+ <div class="stat-text">
349
+ <div class="top">1</div>
350
+ <div class="sub">Days Practicing</div>
351
+ </div>
352
+ </div>
353
+ </div>
354
+
355
+ <!-- Bottom navigation -->
356
+ <div class="bottom-nav">
357
+ <div class="nav-item">
358
+ <svg viewBox="0 0 24 24" fill="none">
359
+ <path d="M12 3l9 7v10a1 1 0 0 1-1 1h-4v-6H8v6H4a1 1 0 0 1-1-1V10l9-7z" />
360
+ </svg>
361
+ <div>Courses</div>
362
+ </div>
363
+ <div class="nav-item">
364
+ <svg viewBox="0 0 24 24" fill="none">
365
+ <rect x="3" y="4" width="5" height="6" rx="1" />
366
+ <rect x="9.5" y="4" width="5" height="6" rx="1" />
367
+ <rect x="16" y="4" width="5" height="6" rx="1" />
368
+ <rect x="3" y="13" width="18" height="7" rx="1" />
369
+ </svg>
370
+ <div>Words</div>
371
+ </div>
372
+ <div class="nav-item active">
373
+ <svg viewBox="0 0 24 24" fill="none">
374
+ <polyline points="3,16 8,10 13,13 20,6" />
375
+ <circle cx="3" cy="16" r="1"/>
376
+ <circle cx="8" cy="10" r="1"/>
377
+ <circle cx="13" cy="13" r="1"/>
378
+ <circle cx="20" cy="6" r="1"/>
379
+ </svg>
380
+ <div>Progress</div>
381
+ </div>
382
+ </div>
383
+
384
+ <!-- Gesture home pill -->
385
+ <div class="system-bar">
386
+ <div class="home-pill"></div>
387
+ </div>
388
+ </div>
389
+ </body>
390
+ </html>
code/4719/4719_0.html ADDED
@@ -0,0 +1,429 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1">
6
+ <title>UI Recreation</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: Arial, Helvetica, sans-serif;
16
+ color: #222;
17
+ }
18
+
19
+ /* Top status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ width: 1080px;
25
+ height: 84px;
26
+ background: #ffffff;
27
+ display: flex;
28
+ align-items: center;
29
+ padding: 0 32px;
30
+ box-sizing: border-box;
31
+ }
32
+ .status-left {
33
+ font-weight: 600;
34
+ font-size: 36px;
35
+ color: #616161;
36
+ margin-right: 24px;
37
+ }
38
+ .status-center {
39
+ display: flex;
40
+ align-items: center;
41
+ gap: 18px;
42
+ margin-left: 8px;
43
+ color: #757575;
44
+ }
45
+ .status-right {
46
+ margin-left: auto;
47
+ display: flex;
48
+ align-items: center;
49
+ gap: 22px;
50
+ color: #424242;
51
+ }
52
+ .icon-16 svg { width: 28px; height: 28px; }
53
+ .icon-24 svg { width: 40px; height: 40px; }
54
+
55
+ /* App toolbar */
56
+ .app-toolbar {
57
+ position: absolute;
58
+ top: 84px;
59
+ left: 0;
60
+ width: 1080px;
61
+ height: 128px;
62
+ background: #ffffff;
63
+ display: flex;
64
+ align-items: center;
65
+ padding: 0 40px;
66
+ box-sizing: border-box;
67
+ border-bottom: 1px solid #eee;
68
+ }
69
+ .toolbar-group {
70
+ display: flex;
71
+ align-items: center;
72
+ gap: 46px;
73
+ }
74
+ .toolbar-group.right {
75
+ margin-left: auto;
76
+ gap: 46px;
77
+ }
78
+ .toolbar-icon svg {
79
+ width: 56px; height: 56px;
80
+ stroke: #111; fill: none; stroke-width: 3;
81
+ }
82
+ .toolbar-icon.filled svg { fill: #111; stroke: none; }
83
+
84
+ /* Workspace */
85
+ .workspace {
86
+ position: absolute;
87
+ top: 212px; /* status + toolbar */
88
+ left: 0;
89
+ width: 1080px;
90
+ height: 1988px; /* remaining space minus bottom nav later */
91
+ background: #F4F4F4;
92
+ }
93
+
94
+ /* Central banner */
95
+ .banner {
96
+ position: absolute;
97
+ left: 20px;
98
+ top: 740px;
99
+ width: 1040px;
100
+ height: 560px;
101
+ display: grid;
102
+ grid-template-columns: 58% 42%;
103
+ box-shadow: 0 2px 0 rgba(0,0,0,0.02);
104
+ }
105
+ .banner-left {
106
+ background: #9C6B3A;
107
+ position: relative;
108
+ padding: 40px 36px;
109
+ box-sizing: border-box;
110
+ }
111
+ .banner-title {
112
+ color: #F7E5B8;
113
+ font-weight: 900;
114
+ font-size: 116px;
115
+ line-height: 1.02;
116
+ letter-spacing: 1px;
117
+ }
118
+ .banner-title span { display: block; }
119
+ .banner-right {
120
+ position: relative;
121
+ }
122
+ .photo {
123
+ width: 100%;
124
+ height: 100%;
125
+ background: #E0E0E0;
126
+ border: 1px solid #BDBDBD;
127
+ display: flex;
128
+ justify-content: center;
129
+ align-items: center;
130
+ color: #757575;
131
+ font-weight: 600;
132
+ font-size: 28px;
133
+ text-align: center;
134
+ padding: 20px;
135
+ box-sizing: border-box;
136
+ }
137
+
138
+ /* Quote overlay */
139
+ .quote-marks {
140
+ position: absolute;
141
+ left: calc(58% - 60px);
142
+ top: 190px;
143
+ font-size: 150px;
144
+ color: #333333;
145
+ opacity: 0.9;
146
+ font-weight: 900;
147
+ line-height: 0.6;
148
+ }
149
+ .quote-text {
150
+ position: absolute;
151
+ left: calc(58% + 16px);
152
+ top: 228px;
153
+ width: 380px;
154
+ color: #2f2f2f;
155
+ font-style: italic;
156
+ font-size: 34px;
157
+ line-height: 1.2;
158
+ }
159
+
160
+ /* Dotted decorations */
161
+ .dotted-vertical {
162
+ position: absolute;
163
+ left: calc(58% - 12px);
164
+ top: 90px;
165
+ width: 0;
166
+ height: 360px;
167
+ border-left: 6px dotted rgba(0,0,0,0.35);
168
+ }
169
+ .dotted-horizontal {
170
+ position: absolute;
171
+ left: 260px;
172
+ bottom: 130px;
173
+ width: 200px;
174
+ border-top: 6px dotted rgba(0,0,0,0.35);
175
+ }
176
+
177
+ /* Dark green info strip */
178
+ .info-strip {
179
+ position: absolute;
180
+ left: 0;
181
+ bottom: 0;
182
+ width: 1040px;
183
+ height: 140px;
184
+ background: #2E3F38;
185
+ display: flex;
186
+ align-items: center;
187
+ box-sizing: border-box;
188
+ }
189
+ .info-text {
190
+ color: #ffffff;
191
+ font-size: 28px;
192
+ line-height: 1.4;
193
+ width: 56%;
194
+ margin-left: calc(58% - 20px);
195
+ padding: 0 24px;
196
+ }
197
+
198
+ /* Bottom navigation */
199
+ .bottom-bar {
200
+ position: absolute;
201
+ left: 0;
202
+ bottom: 0;
203
+ width: 1080px;
204
+ height: 170px;
205
+ background: #ffffff;
206
+ border-top: 1px solid #e5e5e5;
207
+ display: flex;
208
+ align-items: center;
209
+ justify-content: space-around;
210
+ padding-bottom: 26px;
211
+ box-sizing: border-box;
212
+ }
213
+ .nav-item {
214
+ width: 20%;
215
+ text-align: center;
216
+ color: #222;
217
+ font-size: 30px;
218
+ }
219
+ .nav-icon svg {
220
+ width: 64px; height: 64px;
221
+ stroke: #222; fill: none; stroke-width: 3;
222
+ margin-bottom: 12px;
223
+ }
224
+ .home-indicator {
225
+ position: absolute;
226
+ bottom: 10px;
227
+ left: 50%;
228
+ width: 300px;
229
+ height: 10px;
230
+ background: #000000;
231
+ border-radius: 6px;
232
+ transform: translateX(-50%);
233
+ opacity: 0.6;
234
+ }
235
+ </style>
236
+ </head>
237
+ <body>
238
+ <div id="render-target">
239
+
240
+ <!-- Status bar -->
241
+ <div class="status-bar">
242
+ <div class="status-left">12:18</div>
243
+ <div class="status-center">
244
+ <span class="icon-16">
245
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9" fill="#9e9e9e"/></svg>
246
+ </span>
247
+ <span class="icon-16">
248
+ <svg viewBox="0 0 24 24"><rect x="4" y="4" width="16" height="16" fill="#9e9e9e"/></svg>
249
+ </span>
250
+ <span class="icon-16">
251
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9" fill="#616161"/></svg>
252
+ </span>
253
+ <span class="icon-16">
254
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="2" fill="#616161"/></svg>
255
+ </span>
256
+ </div>
257
+ <div class="status-right">
258
+ <!-- WiFi -->
259
+ <span class="icon-24">
260
+ <svg viewBox="0 0 24 24">
261
+ <path d="M2 9c5-4 15-4 20 0" stroke="#424242" fill="none" stroke-width="2"/>
262
+ <path d="M5 12c4-3 10-3 14 0" stroke="#424242" fill="none" stroke-width="2"/>
263
+ <path d="M9 15c2-2 4-2 6 0" stroke="#424242" fill="none" stroke-width="2"/>
264
+ <circle cx="12" cy="18" r="1.8" fill="#424242"/>
265
+ </svg>
266
+ </span>
267
+ <!-- Signal -->
268
+ <span class="icon-24">
269
+ <svg viewBox="0 0 24 24">
270
+ <rect x="3" y="13" width="3" height="8" fill="#424242"/>
271
+ <rect x="8" y="10" width="3" height="11" fill="#424242"/>
272
+ <rect x="13" y="7" width="3" height="14" fill="#424242"/>
273
+ <rect x="18" y="4" width="3" height="17" fill="#424242"/>
274
+ </svg>
275
+ </span>
276
+ <!-- Battery -->
277
+ <span class="icon-24">
278
+ <svg viewBox="0 0 32 24">
279
+ <rect x="2" y="5" width="26" height="14" rx="2" ry="2" stroke="#424242" fill="none" stroke-width="2"/>
280
+ <rect x="28" y="9" width="2.5" height="6" fill="#424242"/>
281
+ <rect x="4.5" y="7.5" width="18" height="9" fill="#424242"/>
282
+ </svg>
283
+ </span>
284
+ </div>
285
+ </div>
286
+
287
+ <!-- App toolbar -->
288
+ <div class="app-toolbar">
289
+ <div class="toolbar-group">
290
+ <!-- Back arrow -->
291
+ <span class="toolbar-icon">
292
+ <svg viewBox="0 0 24 24"><path d="M15 4 L7 12 L15 20" /></svg>
293
+ </span>
294
+ <!-- Play inside dashed circle -->
295
+ <span class="toolbar-icon">
296
+ <svg viewBox="0 0 24 24">
297
+ <circle cx="12" cy="12" r="9" stroke-dasharray="2 3"/>
298
+ <path d="M10 8 L16 12 L10 16 Z" class="filled" fill="#111"/>
299
+ </svg>
300
+ </span>
301
+ <!-- Layers -->
302
+ <span class="toolbar-icon">
303
+ <svg viewBox="0 0 24 24">
304
+ <path d="M4 12 L12 6 L20 12 L12 18 Z"/>
305
+ <path d="M6 14 L12 9 L18 14" />
306
+ </svg>
307
+ </span>
308
+ <!-- Undo -->
309
+ <span class="toolbar-icon">
310
+ <svg viewBox="0 0 24 24">
311
+ <path d="M8 7 L4 11 L8 15"/>
312
+ <path d="M5 11 H14 C18 11 19 14 19 17" />
313
+ </svg>
314
+ </span>
315
+ </div>
316
+ <div class="toolbar-group right">
317
+ <!-- More -->
318
+ <span class="toolbar-icon">
319
+ <svg viewBox="0 0 24 24" class="filled"><circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/></svg>
320
+ </span>
321
+ <!-- Download -->
322
+ <span class="toolbar-icon">
323
+ <svg viewBox="0 0 24 24">
324
+ <path d="M12 4 V14" />
325
+ <path d="M8 10 L12 14 L16 10" />
326
+ <path d="M5 18 H19" />
327
+ </svg>
328
+ </span>
329
+ <!-- Share external -->
330
+ <span class="toolbar-icon">
331
+ <svg viewBox="0 0 24 24">
332
+ <path d="M14 5 H20 V11" />
333
+ <path d="M20 5 L10 15" />
334
+ <path d="M6 7 H8 C11 7 12 9 12 12 V18" />
335
+ </svg>
336
+ </span>
337
+ </div>
338
+ </div>
339
+
340
+ <!-- Workspace -->
341
+ <div class="workspace">
342
+ <!-- Central banner composition -->
343
+ <div class="banner">
344
+ <div class="banner-left">
345
+ <div class="banner-title">
346
+ <span>ACHIEVE</span>
347
+ <span>YOUR</span>
348
+ <span>BUSINESS</span>
349
+ <span>GOALS</span>
350
+ <span>TODAY!</span>
351
+ </div>
352
+ <div class="dotted-horizontal"></div>
353
+ </div>
354
+ <div class="banner-right">
355
+ <div class="photo">[IMG: Office teamwork high-five]</div>
356
+ </div>
357
+
358
+ <div class="quote-marks">“”</div>
359
+ <div class="dotted-vertical"></div>
360
+
361
+ <div class="quote-text">
362
+ The only person you should try to be better than is the person you were yesterday.
363
+ </div>
364
+
365
+ <div class="info-strip">
366
+ <div class="info-text">
367
+ Our business is dedicated to providing quality products and services to our customers.
368
+ We are committed to meeting the needs of our customers and providing with the best service.
369
+ </div>
370
+ </div>
371
+ </div>
372
+ </div>
373
+
374
+ <!-- Bottom navigation -->
375
+ <div class="bottom-bar">
376
+ <div class="nav-item">
377
+ <div class="nav-icon">
378
+ <svg viewBox="0 0 24 24">
379
+ <path d="M12 3 C9 3 6 6 6 9 C6 12 9 15 12 15 C15 15 18 12 18 9 C18 6 15 3 12 3 Z"/>
380
+ <path d="M12 16 V21"/>
381
+ </svg>
382
+ </div>
383
+ Elements
384
+ </div>
385
+ <div class="nav-item">
386
+ <div class="nav-icon">
387
+ <svg viewBox="0 0 24 24">
388
+ <rect x="3" y="5" width="18" height="14" rx="2"/>
389
+ <path d="M3 15 L9 11 L13 14 L16 12 L21 15" />
390
+ <circle cx="8" cy="9" r="2"/>
391
+ </svg>
392
+ </div>
393
+ Images
394
+ </div>
395
+ <div class="nav-item">
396
+ <div class="nav-icon">
397
+ <svg viewBox="0 0 24 24">
398
+ <path d="M6 6 H18" />
399
+ <path d="M6 12 H18" />
400
+ <path d="M6 18 H18" />
401
+ </svg>
402
+ </div>
403
+ Text
404
+ </div>
405
+ <div class="nav-item">
406
+ <div class="nav-icon">
407
+ <svg viewBox="0 0 24 24">
408
+ <rect x="4" y="6" width="16" height="12" rx="2"/>
409
+ <circle cx="12" cy="12" r="3"/>
410
+ </svg>
411
+ </div>
412
+ Videos
413
+ </div>
414
+ <div class="nav-item">
415
+ <div class="nav-icon">
416
+ <svg viewBox="0 0 24 24">
417
+ <rect x="5" y="4" width="12" height="16" rx="2"/>
418
+ <path d="M9 8 H13 M9 12 H13 M9 16 H13" />
419
+ <rect x="9" y="2" width="10" height="16" rx="2" transform="translate(2,2)"/>
420
+ </svg>
421
+ </div>
422
+ Pages
423
+ </div>
424
+ <div class="home-indicator"></div>
425
+ </div>
426
+
427
+ </div>
428
+ </body>
429
+ </html>
code/4719/4719_1.html ADDED
@@ -0,0 +1,322 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Add Images - Gallery</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #FFFFFF;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 120px;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ padding: 0 40px;
28
+ color: #222;
29
+ font-size: 40px;
30
+ }
31
+ .status-icons {
32
+ display: flex;
33
+ align-items: center;
34
+ gap: 24px;
35
+ }
36
+ .status-icons svg { width: 48px; height: 48px; fill: none; stroke: #222; stroke-width: 4; }
37
+
38
+ /* App bar */
39
+ .app-bar {
40
+ position: absolute;
41
+ top: 120px;
42
+ left: 0;
43
+ width: 1080px;
44
+ height: 120px;
45
+ display: flex;
46
+ align-items: center;
47
+ padding: 0 32px;
48
+ }
49
+ .app-title {
50
+ flex: 1;
51
+ text-align: center;
52
+ font-size: 56px;
53
+ font-weight: 600;
54
+ color: #111;
55
+ }
56
+ .app-btn {
57
+ width: 96px;
58
+ height: 96px;
59
+ display: flex;
60
+ align-items: center;
61
+ justify-content: center;
62
+ color: #111;
63
+ }
64
+ .app-btn svg { width: 48px; height: 48px; stroke: #111; stroke-width: 6; fill: none; }
65
+
66
+ /* Tabs */
67
+ .tabs {
68
+ position: absolute;
69
+ top: 240px;
70
+ left: 0;
71
+ width: 1080px;
72
+ height: 110px;
73
+ display: flex;
74
+ align-items: center;
75
+ gap: 40px;
76
+ padding: 0 40px;
77
+ border-bottom: 1px solid #E6E6E6;
78
+ }
79
+ .tab {
80
+ font-size: 40px;
81
+ color: #60626B;
82
+ padding-bottom: 14px;
83
+ }
84
+ .tab.active {
85
+ color: #6C55FF;
86
+ border-bottom: 6px solid #6C55FF;
87
+ }
88
+
89
+ /* Search */
90
+ .search-wrap {
91
+ position: absolute;
92
+ top: 350px;
93
+ left: 0;
94
+ width: 1080px;
95
+ padding: 0 40px;
96
+ }
97
+ .search {
98
+ height: 92px;
99
+ border-radius: 48px;
100
+ background: #F4F5F7;
101
+ border: 1px solid #E5E7EB;
102
+ display: flex;
103
+ align-items: center;
104
+ padding: 0 32px;
105
+ gap: 24px;
106
+ color: #7A7C85;
107
+ font-size: 38px;
108
+ }
109
+ .search svg { width: 44px; height: 44px; stroke: #7A7C85; stroke-width: 6; fill: none; }
110
+
111
+ /* Grid */
112
+ .grid {
113
+ position: absolute;
114
+ top: 470px;
115
+ left: 0;
116
+ width: 1080px;
117
+ padding: 0 24px;
118
+ display: grid;
119
+ grid-template-columns: 1fr 1fr;
120
+ gap: 24px;
121
+ }
122
+ .thumb {
123
+ height: 360px;
124
+ background: #E0E0E0;
125
+ border: 1px solid #BDBDBD;
126
+ display: flex;
127
+ align-items: center;
128
+ justify-content: center;
129
+ color: #757575;
130
+ font-size: 36px;
131
+ text-align: center;
132
+ border-radius: 12px;
133
+ }
134
+
135
+ /* Bottom nav */
136
+ .bottom-nav {
137
+ position: absolute;
138
+ bottom: 120px;
139
+ left: 0;
140
+ width: 1080px;
141
+ height: 170px;
142
+ background: #FFFFFF;
143
+ border-top: 1px solid #E6E6E6;
144
+ display: flex;
145
+ align-items: center;
146
+ justify-content: space-around;
147
+ padding: 12px 0;
148
+ }
149
+ .nav-item {
150
+ display: flex;
151
+ flex-direction: column;
152
+ align-items: center;
153
+ gap: 16px;
154
+ color: #7A7C85;
155
+ font-size: 34px;
156
+ }
157
+ .nav-item svg { width: 72px; height: 72px; stroke: #7A7C85; stroke-width: 6; fill: none; }
158
+ .nav-item.active { color: #6C55FF; }
159
+ .nav-item.active svg { stroke: #6C55FF; }
160
+ .pages-badge {
161
+ position: absolute;
162
+ right: 60px;
163
+ top: 18px;
164
+ background: #F2F2F2;
165
+ color: #4B4B4B;
166
+ border: 1px solid #DADADA;
167
+ border-radius: 16px;
168
+ padding: 4px 16px;
169
+ font-size: 32px;
170
+ }
171
+
172
+ /* Home indicator */
173
+ .home-indicator {
174
+ position: absolute;
175
+ bottom: 36px;
176
+ left: 50%;
177
+ transform: translateX(-50%);
178
+ width: 260px;
179
+ height: 14px;
180
+ background: #D8D8D8;
181
+ border-radius: 14px;
182
+ }
183
+ </style>
184
+ </head>
185
+ <body>
186
+ <div id="render-target">
187
+
188
+ <!-- Status bar -->
189
+ <div class="status-bar">
190
+ <div>12:18</div>
191
+ <div class="status-icons">
192
+ <!-- cellular -->
193
+ <svg viewBox="0 0 24 24">
194
+ <rect x="2" y="14" width="3" height="6"></rect>
195
+ <rect x="8" y="10" width="3" height="10"></rect>
196
+ <rect x="14" y="6" width="3" height="14"></rect>
197
+ <rect x="20" y="2" width="3" height="18"></rect>
198
+ </svg>
199
+ <!-- wifi -->
200
+ <svg viewBox="0 0 24 24">
201
+ <path d="M2 9c10-8 20 0 20 0"></path>
202
+ <path d="M6 13c6-5 12 0 12 0"></path>
203
+ <path d="M10 17c2-2 4 0 4 0"></path>
204
+ <circle cx="12" cy="20" r="1.5"></circle>
205
+ </svg>
206
+ <!-- battery -->
207
+ <svg viewBox="0 0 28 24">
208
+ <rect x="2" y="6" width="22" height="12" rx="2"></rect>
209
+ <rect x="24" y="9" width="3" height="6" rx="1"></rect>
210
+ <rect x="4" y="8" width="14" height="8" fill="#222"></rect>
211
+ </svg>
212
+ </div>
213
+ </div>
214
+
215
+ <!-- App bar -->
216
+ <div class="app-bar">
217
+ <div class="app-btn">
218
+ <!-- back -->
219
+ <svg viewBox="0 0 24 24">
220
+ <path d="M15 6l-6 6 6 6"></path>
221
+ </svg>
222
+ </div>
223
+ <div class="app-title">Add Images</div>
224
+ <div class="app-btn">
225
+ <!-- close -->
226
+ <svg viewBox="0 0 24 24">
227
+ <path d="M5 5l14 14"></path>
228
+ <path d="M19 5l-14 14"></path>
229
+ </svg>
230
+ </div>
231
+ </div>
232
+
233
+ <!-- Tabs -->
234
+ <div class="tabs">
235
+ <div class="tab">Stock</div>
236
+ <div class="tab active">Gallery</div>
237
+ <div class="tab">My Assets</div>
238
+ <div class="tab">Backgrounds</div>
239
+ <div class="tab">Facebook</div>
240
+ </div>
241
+
242
+ <!-- Search -->
243
+ <div class="search-wrap">
244
+ <div class="search">
245
+ <svg viewBox="0 0 24 24">
246
+ <circle cx="11" cy="11" r="7"></circle>
247
+ <path d="M20 20l-4-4"></path>
248
+ </svg>
249
+ <div>Search folder and file names</div>
250
+ </div>
251
+ </div>
252
+
253
+ <!-- Grid of thumbnails -->
254
+ <div class="grid">
255
+ <div class="thumb">[IMG: Happy Anniversary wreath]</div>
256
+ <div class="thumb">[IMG: Couple silhouette with floral frame]</div>
257
+
258
+ <div class="thumb">[IMG: Couple silhouette + "Happy Anniversary"]</div>
259
+ <div class="thumb">[IMG: Holding hands, floral frame]</div>
260
+
261
+ <div class="thumb">[IMG: Purple roses close-up]</div>
262
+ <div class="thumb">[IMG: Blurry motion photo]</div>
263
+
264
+ <div class="thumb">[IMG: Aerial landscape at dusk]</div>
265
+ <div class="thumb">[IMG: Sky at dusk, minimal]</div>
266
+ </div>
267
+
268
+ <!-- Bottom navigation -->
269
+ <div class="bottom-nav">
270
+ <div class="nav-item">
271
+ <!-- Elements (moon) -->
272
+ <svg viewBox="0 0 24 24">
273
+ <path d="M15 3a9 9 0 1 0 0 18c-4-1-7-5-7-9s3-8 7-9z"></path>
274
+ </svg>
275
+ <div>Elements</div>
276
+ </div>
277
+
278
+ <div class="nav-item active">
279
+ <!-- Images -->
280
+ <svg viewBox="0 0 24 24">
281
+ <rect x="3" y="4" width="18" height="14" rx="2"></rect>
282
+ <circle cx="8" cy="9" r="2"></circle>
283
+ <path d="M4 16l5-4 4 3 4-5 3 6"></path>
284
+ </svg>
285
+ <div>Images</div>
286
+ </div>
287
+
288
+ <div class="nav-item">
289
+ <!-- Text (T) -->
290
+ <svg viewBox="0 0 24 24">
291
+ <path d="M4 5h16"></path>
292
+ <path d="M10 5v14"></path>
293
+ </svg>
294
+ <div>Text</div>
295
+ </div>
296
+
297
+ <div class="nav-item">
298
+ <!-- Videos (camera) -->
299
+ <svg viewBox="0 0 24 24">
300
+ <rect x="3" y="6" width="12" height="12" rx="2"></rect>
301
+ <path d="M15 10l6-3v10l-6-3z"></path>
302
+ </svg>
303
+ <div>Videos</div>
304
+ </div>
305
+
306
+ <div class="nav-item" style="position: relative;">
307
+ <!-- Pages (stack) -->
308
+ <svg viewBox="0 0 24 24">
309
+ <rect x="5" y="5" width="14" height="14" rx="2"></rect>
310
+ <path d="M3 9l2-2"></path>
311
+ <path d="M19 21l2-2"></path>
312
+ </svg>
313
+ <div>Pages</div>
314
+ <div class="pages-badge">10</div>
315
+ </div>
316
+ </div>
317
+
318
+ <!-- Home indicator -->
319
+ <div class="home-indicator"></div>
320
+ </div>
321
+ </body>
322
+ </html>
code/4719/4719_2.html ADDED
@@ -0,0 +1,324 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1">
6
+ <title>Mobile Editor UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #FFFFFF;
13
+ }
14
+ /* Status bar */
15
+ .status-bar {
16
+ position: absolute; top: 0; left: 0; width: 100%; height: 96px;
17
+ background: #ffffff;
18
+ display: flex; align-items: center; justify-content: space-between;
19
+ padding: 0 36px; box-sizing: border-box;
20
+ }
21
+ .status-left { font: 600 36px/1.2 system-ui, -apple-system, Segoe UI, Roboto, sans-serif; color: #212121; }
22
+ .status-right { display: flex; gap: 24px; align-items: center; }
23
+ .status-dot { width: 18px; height: 18px; background: #757575; border-radius: 50%; opacity: .8; }
24
+ .battery {
25
+ width: 46px; height: 22px; border: 2px solid #424242; border-radius: 4px; position: relative;
26
+ }
27
+ .battery::after { content: ""; position: absolute; right: -8px; top: 6px; width: 6px; height: 10px; background: #424242; border-radius: 2px; }
28
+ .battery .level { position: absolute; left: 2px; top: 2px; height: 16px; width: 26px; background: #424242; border-radius: 2px; }
29
+
30
+ /* Editor top toolbar */
31
+ .toolbar {
32
+ position: absolute; top: 96px; left: 0; width: 100%; height: 156px;
33
+ background: #ffffff; box-sizing: border-box; padding: 24px 36px;
34
+ border-bottom: 1px solid #E0E0E0;
35
+ }
36
+ .toolbar-row { display: flex; align-items: center; justify-content: space-between; }
37
+ .toolbar-left, .toolbar-right { display: flex; align-items: center; gap: 36px; }
38
+ .icon-btn { width: 64px; height: 64px; border: none; background: transparent; padding: 0; cursor: default; }
39
+ .icon-btn svg { width: 64px; height: 64px; stroke: #212121; fill: none; stroke-width: 3; }
40
+ .progress-track {
41
+ position: absolute; left: 0; right: 0; bottom: 0;
42
+ height: 10px; background: #E6E0F8;
43
+ }
44
+ .progress-fill { position: absolute; left: 62%; right: 0; top: 0; bottom: 0; background: #6C4EFF; }
45
+
46
+ /* Canvas */
47
+ .canvas {
48
+ position: absolute; top: 252px; left: 0; right: 0; bottom: 256px;
49
+ background: #F5F5F5;
50
+ }
51
+
52
+ /* Background promo panels */
53
+ .left-banner {
54
+ position: absolute; left: 0; top: 970px; width: 520px; height: 320px;
55
+ background: #8B5B38;
56
+ }
57
+ .left-banner .t1, .left-banner .t2 {
58
+ position: absolute; left: 36px; font: 800 120px/1.05 "Segoe UI", Roboto, system-ui, sans-serif;
59
+ color: #FFEAB5; letter-spacing: 2px;
60
+ }
61
+ .left-banner .t1 { top: 20px; }
62
+ .left-banner .t2 { top: 150px; }
63
+ .right-banner {
64
+ position: absolute; left: 540px; top: 990px; width: 520px; height: 320px;
65
+ background: #20352F; color: #ffffff; padding: 28px; box-sizing: border-box;
66
+ }
67
+ .right-banner .small-text { font: 400 28px/1.5 Roboto, system-ui, sans-serif; opacity: 0.9; }
68
+ .office-img {
69
+ position: absolute; left: 660px; top: 820px; width: 380px; height: 270px;
70
+ background: #E0E0E0; border: 1px solid #BDBDBD;
71
+ display: flex; align-items: center; justify-content: center; color: #757575; font: 500 28px/1 Roboto, sans-serif;
72
+ }
73
+
74
+ /* Selected image with bounding box */
75
+ .image-box {
76
+ position: absolute; left: 150px; top: 980px; width: 780px; height: 520px;
77
+ border: 3px solid #3BA3FF; box-sizing: border-box; border-radius: 4px;
78
+ background: transparent;
79
+ }
80
+ .img-placeholder {
81
+ position: absolute; inset: 0; margin: 0;
82
+ background: #E0E0E0; border: 1px solid #BDBDBD;
83
+ display: flex; align-items: center; justify-content: center; color: #555; font: 600 34px/1.1 Roboto, sans-serif; text-align: center; padding: 24px; box-sizing: border-box;
84
+ }
85
+ .handle {
86
+ position: absolute; width: 26px; height: 26px; border-radius: 50%;
87
+ background: #ffffff; border: 2px solid #BDBDBD;
88
+ }
89
+ .handle.tl { left: -14px; top: -14px; }
90
+ .handle.tr { right: -14px; top: -14px; }
91
+ .handle.bl { left: -14px; bottom: -14px; }
92
+ .handle.br { right: -14px; bottom: -14px; }
93
+ .handle-rect {
94
+ position: absolute; width: 22px; height: 44px; border-radius: 8px;
95
+ background: #FFC107; border: 2px solid #F5A000;
96
+ }
97
+ .handle-rect.lc { left: -24px; top: calc(50% - 22px); }
98
+ .handle-rect.rc { right: -24px; top: calc(50% - 22px); }
99
+ .handle-rect.tc { left: calc(50% - 11px); top: -26px; width: 30px; height: 18px; }
100
+ .handle-rect.bc { left: calc(50% - 11px); bottom: -26px; width: 30px; height: 18px; }
101
+
102
+ .rotate-btn {
103
+ position: absolute; left: 50%; transform: translateX(-50%); top: 1520px;
104
+ width: 74px; height: 74px; background: #ffffff; border-radius: 50%;
105
+ border: 2px solid #BDBDBD; display: flex; align-items: center; justify-content: center;
106
+ box-shadow: 0 2px 6px rgba(0,0,0,0.15);
107
+ }
108
+ .rotate-btn svg { width: 44px; height: 44px; stroke: #424242; stroke-width: 3; fill: none; }
109
+
110
+ /* Bottom toolbar */
111
+ .bottom-toolbar {
112
+ position: absolute; left: 0; bottom: 36px; width: 100%; height: 220px;
113
+ background: #ffffff; border-top: 1px solid #E0E0E0;
114
+ display: flex; align-items: center; gap: 38px; padding: 0 28px; box-sizing: border-box;
115
+ }
116
+ .bt-segment { display: flex; align-items: center; gap: 16px; }
117
+ .chip {
118
+ width: 64px; height: 64px; border-radius: 50%;
119
+ display: flex; align-items: center; justify-content: center;
120
+ box-shadow: 0 0 0 0 transparent;
121
+ }
122
+ .chip.purple { background: #7C4DFF; }
123
+ .chip.gray { background: #F0F0F0; border: 1px solid #D0D0D0; }
124
+ .bt-label { font: 600 30px/1.2 Roboto, system-ui, sans-serif; color: #212121; }
125
+ .bt-item { display: flex; align-items: center; gap: 16px; padding: 12px 18px; border-radius: 12px; }
126
+ .bt-item svg { width: 48px; height: 48px; stroke: #212121; fill: none; stroke-width: 3; }
127
+
128
+ /* Gesture bar */
129
+ .gesture {
130
+ position: absolute; left: 50%; transform: translateX(-50%);
131
+ bottom: 12px; width: 300px; height: 12px; background: #000000; border-radius: 6px;
132
+ }
133
+ </style>
134
+ </head>
135
+ <body>
136
+ <div id="render-target">
137
+
138
+ <!-- Status Bar -->
139
+ <div class="status-bar">
140
+ <div class="status-left">12:19</div>
141
+ <div class="status-right">
142
+ <div style="font:600 28px/1 Roboto,sans-serif; color:#616161;">oyo</div>
143
+ <div class="status-dot"></div>
144
+ <div class="status-dot" style="opacity:.6"></div>
145
+ <div class="status-dot" style="opacity:.4"></div>
146
+ <svg width="36" height="36" viewBox="0 0 24 24">
147
+ <path d="M3 18l4-4 4 4 4-4 4 4" stroke="#424242" stroke-width="2" fill="none"/>
148
+ </svg>
149
+ <svg width="36" height="36" viewBox="0 0 24 24">
150
+ <path d="M3 18c3-6 6-9 9-9 3 0 6 3 9 9" stroke="#424242" stroke-width="2" fill="none"/>
151
+ <circle cx="12" cy="18" r="2" fill="#424242"/>
152
+ </svg>
153
+ <div class="battery"><div class="level"></div></div>
154
+ </div>
155
+ </div>
156
+
157
+ <!-- Editor Toolbar -->
158
+ <div class="toolbar">
159
+ <div class="toolbar-row">
160
+ <div class="toolbar-left">
161
+ <!-- Back Arrow -->
162
+ <button class="icon-btn" aria-label="Back">
163
+ <svg viewBox="0 0 24 24">
164
+ <path d="M15 5l-7 7 7 7" />
165
+ </svg>
166
+ </button>
167
+ <!-- Play (dotted circle with triangle) -->
168
+ <button class="icon-btn" aria-label="Preview">
169
+ <svg viewBox="0 0 24 24">
170
+ <circle cx="12" cy="12" r="9" stroke-dasharray="2 3"></circle>
171
+ <path d="M10 8l7 4-7 4z" fill="#212121" stroke="none"></path>
172
+ </svg>
173
+ </button>
174
+ <!-- Layers -->
175
+ <button class="icon-btn" aria-label="Layers">
176
+ <svg viewBox="0 0 24 24">
177
+ <path d="M4 14l8-4 8 4-8 4-8-4z" />
178
+ <path d="M4 10l8-4 8 4" />
179
+ </svg>
180
+ </button>
181
+ </div>
182
+ <div class="toolbar-right">
183
+ <!-- More -->
184
+ <button class="icon-btn" aria-label="More">
185
+ <svg viewBox="0 0 24 24">
186
+ <circle cx="12" cy="5" r="2" />
187
+ <circle cx="12" cy="12" r="2" />
188
+ <circle cx="12" cy="19" r="2" />
189
+ </svg>
190
+ </button>
191
+ <!-- Download -->
192
+ <button class="icon-btn" aria-label="Download">
193
+ <svg viewBox="0 0 24 24">
194
+ <path d="M12 4v10" />
195
+ <path d="M8 10l4 4 4-4" />
196
+ <path d="M4 20h16" />
197
+ </svg>
198
+ </button>
199
+ <!-- Share/Export -->
200
+ <button class="icon-btn" aria-label="Export">
201
+ <svg viewBox="0 0 24 24">
202
+ <path d="M14 4h6v6" />
203
+ <path d="M20 4l-9 9" />
204
+ <path d="M4 20h8v-6H4z" />
205
+ </svg>
206
+ </button>
207
+ </div>
208
+ </div>
209
+ <div class="progress-track"><div class="progress-fill"></div></div>
210
+ </div>
211
+
212
+ <!-- Canvas Area -->
213
+ <div class="canvas">
214
+ <div class="left-banner">
215
+ <div class="t1">ACHIEVE</div>
216
+ <div class="t2">BUSINESS</div>
217
+ </div>
218
+ <div class="right-banner">
219
+ <div class="small-text">Delivering quality products and services. We are committed to ensuring reliability and providing the best service.</div>
220
+ </div>
221
+ <div class="office-img">[IMG: Office scene]</div>
222
+
223
+ <!-- Selected Image -->
224
+ <div class="image-box">
225
+ <div class="img-placeholder">[IMG: Happy Anniversary floral wreath]</div>
226
+ <span class="handle tl"></span>
227
+ <span class="handle tr"></span>
228
+ <span class="handle bl"></span>
229
+ <span class="handle br"></span>
230
+
231
+ <span class="handle-rect lc"></span>
232
+ <span class="handle-rect rc"></span>
233
+ <span class="handle-rect tc"></span>
234
+ <span class="handle-rect bc"></span>
235
+ </div>
236
+ </div>
237
+
238
+ <!-- Rotate control -->
239
+ <div class="rotate-btn" title="Rotate">
240
+ <svg viewBox="0 0 24 24">
241
+ <path d="M12 5a7 7 0 1 1-7 7" />
242
+ <path d="M8 5h6v6" />
243
+ </svg>
244
+ </div>
245
+
246
+ <!-- Bottom Toolbar -->
247
+ <div class="bottom-toolbar">
248
+ <div class="bt-segment">
249
+ <div class="chip purple" aria-label="Back">
250
+ <svg viewBox="0 0 24 24">
251
+ <path d="M15 5l-7 7 7 7" stroke="#FFFFFF" stroke-width="3" />
252
+ </svg>
253
+ </div>
254
+ </div>
255
+
256
+ <div class="bt-item">
257
+ <div class="chip purple" aria-hidden="true">
258
+ <svg viewBox="0 0 24 24">
259
+ <path d="M12 5v14M5 12h14" stroke="#FFFFFF" stroke-width="3" />
260
+ </svg>
261
+ </div>
262
+ <div class="bt-label">Add new</div>
263
+ </div>
264
+
265
+ <div class="bt-item">
266
+ <svg viewBox="0 0 24 24">
267
+ <path d="M5 6h14M7 6v12M17 6v12M5 18h14" />
268
+ </svg>
269
+ <div class="bt-label">Delete</div>
270
+ </div>
271
+
272
+ <div class="bt-item">
273
+ <svg viewBox="0 0 24 24">
274
+ <path d="M7 7l4-4 4 4" />
275
+ <path d="M7 17l4 4 4-4" />
276
+ </svg>
277
+ <div class="bt-label">Replace image</div>
278
+ </div>
279
+
280
+ <div class="bt-item">
281
+ <svg viewBox="0 0 24 24">
282
+ <path d="M4 4h7v7H4zM13 13h7v7h-7zM13 4h7v7h-7zM4 13h7v7H4z" />
283
+ </svg>
284
+ <div class="bt-label">Reposition</div>
285
+ </div>
286
+
287
+ <div class="bt-item">
288
+ <svg viewBox="0 0 24 24">
289
+ <circle cx="12" cy="12" r="9" />
290
+ <path d="M12 3v18" />
291
+ </svg>
292
+ <div class="bt-label">Opacity</div>
293
+ </div>
294
+
295
+ <div class="bt-item">
296
+ <svg viewBox="0 0 24 24">
297
+ <path d="M4 7h8l-3 4 3 4H4zM20 7h-8l3 4-3 4h8z" />
298
+ </svg>
299
+ <div class="bt-label">Flip</div>
300
+ </div>
301
+
302
+ <div class="bt-item">
303
+ <svg viewBox="0 0 24 24">
304
+ <path d="M4 6h16v12H4z" />
305
+ <path d="M7 10h6v5H7z" />
306
+ <path d="M18 8l-3 3" />
307
+ <path d="M18 14l-3 3" />
308
+ </svg>
309
+ <div class="bt-label">Use as background</div>
310
+ </div>
311
+
312
+ <div class="bt-item">
313
+ <svg viewBox="0 0 24 24">
314
+ <path d="M9 5l7 7-7 7" />
315
+ </svg>
316
+ <div class="bt-label">Next</div>
317
+ </div>
318
+ </div>
319
+
320
+ <!-- Gesture bar -->
321
+ <div class="gesture"></div>
322
+ </div>
323
+ </body>
324
+ </html>